VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxTakeSnapshotDlg.ui@ 7669

最後變更 在這個檔案從7669是 7669,由 vboxsync 提交於 17 年 前

VBoxTakeSnapshotDlg ported qt3=>qt4.

  • 屬性 svn:eol-style 設為 native
檔案大小: 3.6 KB
 
1<ui version="4.0" >
2 <class>VBoxTakeSnapshotDlg</class>
3 <widget class="QDialog" name="VBoxTakeSnapshotDlg" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>314</width>
9 <height>239</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Take Snapshot of Virtual Machine</string>
14 </property>
15 <layout class="QVBoxLayout" >
16 <item>
17 <layout class="QHBoxLayout" >
18 <item>
19 <layout class="QVBoxLayout" >
20 <item>
21 <widget class="QLabel" name="mLbIcon" >
22 <property name="sizePolicy" >
23 <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
24 <horstretch>0</horstretch>
25 <verstretch>0</verstretch>
26 </sizepolicy>
27 </property>
28 <property name="text" >
29 <string/>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <spacer>
35 <property name="orientation" >
36 <enum>Qt::Vertical</enum>
37 </property>
38 <property name="sizeHint" >
39 <size>
40 <width>20</width>
41 <height>40</height>
42 </size>
43 </property>
44 </spacer>
45 </item>
46 </layout>
47 </item>
48 <item>
49 <layout class="QVBoxLayout" >
50 <property name="spacing" >
51 <number>10</number>
52 </property>
53 <item>
54 <layout class="QVBoxLayout" >
55 <property name="spacing" >
56 <number>2</number>
57 </property>
58 <item>
59 <widget class="QLabel" name="mLbName" >
60 <property name="text" >
61 <string>Snapshot &amp;Name</string>
62 </property>
63 <property name="buddy" >
64 <cstring>mLeName</cstring>
65 </property>
66 </widget>
67 </item>
68 <item>
69 <widget class="QLineEdit" name="mLeName" />
70 </item>
71 </layout>
72 </item>
73 <item>
74 <layout class="QVBoxLayout" >
75 <property name="spacing" >
76 <number>2</number>
77 </property>
78 <item>
79 <widget class="QLabel" name="mLbDescription" >
80 <property name="text" >
81 <string>Snapshot &amp;Description</string>
82 </property>
83 <property name="buddy" >
84 <cstring>mTeDescription</cstring>
85 </property>
86 </widget>
87 </item>
88 <item>
89 <widget class="QTextEdit" name="mTeDescription" />
90 </item>
91 </layout>
92 </item>
93 </layout>
94 </item>
95 </layout>
96 </item>
97 <item>
98 <layout class="QHBoxLayout" >
99 <item>
100 <widget class="QPushButton" name="mBtnHelp" >
101 <property name="text" >
102 <string>Help</string>
103 </property>
104 <property name="shortcut" >
105 <string>F1</string>
106 </property>
107 </widget>
108 </item>
109 <item>
110 <spacer>
111 <property name="orientation" >
112 <enum>Qt::Horizontal</enum>
113 </property>
114 <property name="sizeHint" >
115 <size>
116 <width>40</width>
117 <height>20</height>
118 </size>
119 </property>
120 </spacer>
121 </item>
122 <item>
123 <widget class="QPushButton" name="mBtnOk" >
124 <property name="text" >
125 <string>&amp;Ok</string>
126 </property>
127 <property name="default" >
128 <bool>true</bool>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <widget class="QPushButton" name="mBtnCancel" >
134 <property name="text" >
135 <string>Cancel</string>
136 </property>
137 </widget>
138 </item>
139 </layout>
140 </item>
141 </layout>
142 </widget>
143 <resources/>
144 <connections/>
145</ui>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette