]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - LinuxGUI/Ventoy2Disk/QT/partcfgdialog.ui
Disable Fn/L/Ctrl hotkeys on select WIM menu.
[Ventoy.git] / LinuxGUI / Ventoy2Disk / QT / partcfgdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PartCfgDialog</class>
4 <widget class="QDialog" name="PartCfgDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>420</width>
10 <height>258</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Partition Configuration</string>
15 </property>
16 <widget class="QPushButton" name="pushButtonOK">
17 <property name="geometry">
18 <rect>
19 <x>90</x>
20 <y>210</y>
21 <width>90</width>
22 <height>30</height>
23 </rect>
24 </property>
25 <property name="text">
26 <string>OK</string>
27 </property>
28 </widget>
29 <widget class="QPushButton" name="pushButtonCancel">
30 <property name="geometry">
31 <rect>
32 <x>230</x>
33 <y>210</y>
34 <width>90</width>
35 <height>30</height>
36 </rect>
37 </property>
38 <property name="text">
39 <string>Cancel</string>
40 </property>
41 </widget>
42 <widget class="QGroupBox" name="groupBox">
43 <property name="geometry">
44 <rect>
45 <x>10</x>
46 <y>10</y>
47 <width>400</width>
48 <height>51</height>
49 </rect>
50 </property>
51 <property name="title">
52 <string/>
53 </property>
54 <widget class="QCheckBox" name="checkBox">
55 <property name="geometry">
56 <rect>
57 <x>10</x>
58 <y>10</y>
59 <width>381</width>
60 <height>41</height>
61 </rect>
62 </property>
63 <property name="text">
64 <string>Preserve some space at the end of the disk</string>
65 </property>
66 <property name="autoRepeatInterval">
67 <number>0</number>
68 </property>
69 </widget>
70 </widget>
71 <widget class="QGroupBox" name="groupBox_2">
72 <property name="geometry">
73 <rect>
74 <x>10</x>
75 <y>60</y>
76 <width>200</width>
77 <height>60</height>
78 </rect>
79 </property>
80 <property name="title">
81 <string/>
82 </property>
83 <widget class="QLineEdit" name="lineEdit">
84 <property name="geometry">
85 <rect>
86 <x>10</x>
87 <y>20</y>
88 <width>181</width>
89 <height>26</height>
90 </rect>
91 </property>
92 <property name="maxLength">
93 <number>14</number>
94 </property>
95 </widget>
96 </widget>
97 <widget class="QGroupBox" name="groupBox_3">
98 <property name="geometry">
99 <rect>
100 <x>210</x>
101 <y>60</y>
102 <width>200</width>
103 <height>60</height>
104 </rect>
105 </property>
106 <property name="title">
107 <string/>
108 </property>
109 <widget class="QComboBox" name="comboBox">
110 <property name="geometry">
111 <rect>
112 <x>10</x>
113 <y>20</y>
114 <width>181</width>
115 <height>26</height>
116 </rect>
117 </property>
118 <property name="currentIndex">
119 <number>1</number>
120 </property>
121 <item>
122 <property name="text">
123 <string>MB</string>
124 </property>
125 </item>
126 <item>
127 <property name="text">
128 <string>GB</string>
129 </property>
130 </item>
131 </widget>
132 </widget>
133 <widget class="QGroupBox" name="groupBox_4">
134 <property name="geometry">
135 <rect>
136 <x>10</x>
137 <y>130</y>
138 <width>401</width>
139 <height>51</height>
140 </rect>
141 </property>
142 <property name="title">
143 <string/>
144 </property>
145 <widget class="QCheckBox" name="checkBox_2">
146 <property name="geometry">
147 <rect>
148 <x>10</x>
149 <y>18</y>
150 <width>381</width>
151 <height>24</height>
152 </rect>
153 </property>
154 <property name="text">
155 <string>Align partitions with 4KB</string>
156 </property>
157 <property name="checked">
158 <bool>true</bool>
159 </property>
160 </widget>
161 </widget>
162 </widget>
163 <resources/>
164 <connections/>
165 </ui>