summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/installfrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/installfrm.ui')
-rw-r--r--rbutil/rbutilqt/installfrm.ui77
1 files changed, 55 insertions, 22 deletions
diff --git a/rbutil/rbutilqt/installfrm.ui b/rbutil/rbutilqt/installfrm.ui
index a3ec2a92d1..5edb5bb09c 100644
--- a/rbutil/rbutilqt/installfrm.ui
+++ b/rbutil/rbutilqt/installfrm.ui
@@ -8,7 +8,7 @@
8 <rect> 8 <rect>
9 <x>0</x> 9 <x>0</x>
10 <y>0</y> 10 <y>0</y>
11 <width>702</width> 11 <width>700</width>
12 <height>450</height> 12 <height>450</height>
13 </rect> 13 </rect>
14 </property> 14 </property>
@@ -24,6 +24,9 @@
24 <property name="pixmap" > 24 <property name="pixmap" >
25 <pixmap resource="rbutilqt.qrc" >:/icons/icons/wizard.xpm</pixmap> 25 <pixmap resource="rbutilqt.qrc" >:/icons/icons/wizard.xpm</pixmap>
26 </property> 26 </property>
27 <property name="alignment" >
28 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
29 </property>
27 </widget> 30 </widget>
28 </item> 31 </item>
29 <item row="0" column="1" colspan="3" > 32 <item row="0" column="1" colspan="3" >
@@ -37,10 +40,13 @@
37 <widget class="QLineEdit" name="lineMountPoint" /> 40 <widget class="QLineEdit" name="lineMountPoint" />
38 </item> 41 </item>
39 <item row="1" column="3" > 42 <item row="1" column="3" >
40 <widget class="QToolButton" name="buttonBrowse" > 43 <widget class="QPushButton" name="buttonBrowse" >
41 <property name="text" > 44 <property name="text" >
42 <string>&amp;Browse</string> 45 <string>&amp;Browse</string>
43 </property> 46 </property>
47 <property name="icon" >
48 <iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset>
49 </property>
44 </widget> 50 </widget>
45 </item> 51 </item>
46 <item row="2" column="1" colspan="3" > 52 <item row="2" column="1" colspan="3" >
@@ -122,28 +128,55 @@
122 </property> 128 </property>
123 </widget> 129 </widget>
124 </item> 130 </item>
125 <item row="6" column="2" > 131 <item row="6" column="2" colspan="2" >
126 <spacer> 132 <spacer>
127 <property name="orientation" > 133 <property name="orientation" >
128 <enum>Qt::Vertical</enum> 134 <enum>Qt::Vertical</enum>
129 </property> 135 </property>
130 <property name="sizeHint" > 136 <property name="sizeHint" >
131 <size> 137 <size>
132 <width>185</width> 138 <width>131</width>
133 <height>31</height> 139 <height>41</height>
134 </size> 140 </size>
135 </property> 141 </property>
136 </spacer> 142 </spacer>
137 </item> 143 </item>
138 <item row="7" column="2" colspan="2" > 144 <item row="7" column="1" >
139 <widget class="QDialogButtonBox" name="buttonBox" > 145 <spacer>
140 <property name="orientation" > 146 <property name="orientation" >
141 <enum>Qt::Horizontal</enum> 147 <enum>Qt::Horizontal</enum>
142 </property> 148 </property>
143 <property name="standardButtons" > 149 <property name="sizeHint" >
144 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> 150 <size>
151 <width>291</width>
152 <height>20</height>
153 </size>
145 </property> 154 </property>
146 </widget> 155 </spacer>
156 </item>
157 <item row="7" column="2" colspan="2" >
158 <layout class="QHBoxLayout" >
159 <item>
160 <widget class="QPushButton" name="buttonOk" >
161 <property name="text" >
162 <string>&amp;Ok</string>
163 </property>
164 <property name="icon" >
165 <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
166 </property>
167 </widget>
168 </item>
169 <item>
170 <widget class="QPushButton" name="buttonCancel" >
171 <property name="text" >
172 <string>&amp;Cancel</string>
173 </property>
174 <property name="icon" >
175 <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
176 </property>
177 </widget>
178 </item>
179 </layout>
147 </item> 180 </item>
148 </layout> 181 </layout>
149 </widget> 182 </widget>
@@ -152,34 +185,34 @@
152 </resources> 185 </resources>
153 <connections> 186 <connections>
154 <connection> 187 <connection>
155 <sender>buttonBox</sender> 188 <sender>buttonOk</sender>
156 <signal>accepted()</signal> 189 <signal>clicked()</signal>
157 <receiver>InstallFrm</receiver> 190 <receiver>InstallFrm</receiver>
158 <slot>accept()</slot> 191 <slot>accept()</slot>
159 <hints> 192 <hints>
160 <hint type="sourcelabel" > 193 <hint type="sourcelabel" >
161 <x>248</x> 194 <x>562</x>
162 <y>254</y> 195 <y>420</y>
163 </hint> 196 </hint>
164 <hint type="destinationlabel" > 197 <hint type="destinationlabel" >
165 <x>157</x> 198 <x>500</x>
166 <y>274</y> 199 <y>352</y>
167 </hint> 200 </hint>
168 </hints> 201 </hints>
169 </connection> 202 </connection>
170 <connection> 203 <connection>
171 <sender>buttonBox</sender> 204 <sender>buttonCancel</sender>
172 <signal>rejected()</signal> 205 <signal>clicked()</signal>
173 <receiver>InstallFrm</receiver> 206 <receiver>InstallFrm</receiver>
174 <slot>reject()</slot> 207 <slot>reject()</slot>
175 <hints> 208 <hints>
176 <hint type="sourcelabel" > 209 <hint type="sourcelabel" >
177 <x>316</x> 210 <x>658</x>
178 <y>260</y> 211 <y>429</y>
179 </hint> 212 </hint>
180 <hint type="destinationlabel" > 213 <hint type="destinationlabel" >
181 <x>286</x> 214 <x>611</x>
182 <y>274</y> 215 <y>360</y>
183 </hint> 216 </hint>
184 </hints> 217 </hints>
185 </connection> 218 </connection>