summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/installzipfrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/installzipfrm.ui')
-rw-r--r--rbutil/rbutilqt/installzipfrm.ui91
1 files changed, 62 insertions, 29 deletions
diff --git a/rbutil/rbutilqt/installzipfrm.ui b/rbutil/rbutilqt/installzipfrm.ui
index fe88e024f4..4a107ce189 100644
--- a/rbutil/rbutilqt/installzipfrm.ui
+++ b/rbutil/rbutilqt/installzipfrm.ui
@@ -8,15 +8,15 @@
8 <rect> 8 <rect>
9 <x>0</x> 9 <x>0</x>
10 <y>0</y> 10 <y>0</y>
11 <width>665</width> 11 <width>600</width>
12 <height>499</height> 12 <height>450</height>
13 </rect> 13 </rect>
14 </property> 14 </property>
15 <property name="windowTitle" > 15 <property name="windowTitle" >
16 <string>Install Zip</string> 16 <string>Install Zip</string>
17 </property> 17 </property>
18 <layout class="QGridLayout" > 18 <layout class="QGridLayout" >
19 <item rowspan="8" row="0" column="0" > 19 <item rowspan="4" row="0" column="0" >
20 <widget class="QLabel" name="label" > 20 <widget class="QLabel" name="label" >
21 <property name="text" > 21 <property name="text" >
22 <string/> 22 <string/>
@@ -24,36 +24,32 @@
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="4" >
30 <widget class="QLabel" name="label_2" > 33 <widget class="QLabel" name="label_2" >
31 <property name="text" > 34 <property name="text" >
32 <string>Select your device in the filesystem</string> 35 <string>Select your device in the filesystem</string>
33 </property> 36 </property>
34 </widget> 37 </widget>
35 </item> 38 </item>
36 <item row="1" column="1" colspan="2" > 39 <item row="1" column="1" colspan="3" >
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="4" >
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>
44 </widget> 47 <property name="icon" >
45 </item> 48 <iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset>
46 <item row="9" column="2" colspan="2" >
47 <widget class="QDialogButtonBox" name="buttonBox" >
48 <property name="orientation" >
49 <enum>Qt::Horizontal</enum>
50 </property>
51 <property name="standardButtons" >
52 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
53 </property> 49 </property>
54 </widget> 50 </widget>
55 </item> 51 </item>
56 <item rowspan="4" row="4" column="1" colspan="3" > 52 <item row="2" column="2" >
57 <spacer> 53 <spacer>
58 <property name="orientation" > 54 <property name="orientation" >
59 <enum>Qt::Vertical</enum> 55 <enum>Qt::Vertical</enum>
@@ -66,6 +62,43 @@
66 </property> 62 </property>
67 </spacer> 63 </spacer>
68 </item> 64 </item>
65 <item row="3" column="1" >
66 <spacer>
67 <property name="orientation" >
68 <enum>Qt::Horizontal</enum>
69 </property>
70 <property name="sizeHint" >
71 <size>
72 <width>40</width>
73 <height>20</height>
74 </size>
75 </property>
76 </spacer>
77 </item>
78 <item row="3" column="3" colspan="2" >
79 <layout class="QHBoxLayout" >
80 <item>
81 <widget class="QPushButton" name="buttonOk" >
82 <property name="text" >
83 <string>&amp;Ok</string>
84 </property>
85 <property name="icon" >
86 <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
87 </property>
88 </widget>
89 </item>
90 <item>
91 <widget class="QPushButton" name="buttonCancel" >
92 <property name="text" >
93 <string>&amp;Cancel</string>
94 </property>
95 <property name="icon" >
96 <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
97 </property>
98 </widget>
99 </item>
100 </layout>
101 </item>
69 </layout> 102 </layout>
70 </widget> 103 </widget>
71 <resources> 104 <resources>
@@ -73,34 +106,34 @@
73 </resources> 106 </resources>
74 <connections> 107 <connections>
75 <connection> 108 <connection>
76 <sender>buttonBox</sender> 109 <sender>buttonOk</sender>
77 <signal>accepted()</signal> 110 <signal>clicked()</signal>
78 <receiver>InstallZipFrm</receiver> 111 <receiver>InstallZipFrm</receiver>
79 <slot>accept()</slot> 112 <slot>accept()</slot>
80 <hints> 113 <hints>
81 <hint type="sourcelabel" > 114 <hint type="sourcelabel" >
82 <x>248</x> 115 <x>472</x>
83 <y>254</y> 116 <y>418</y>
84 </hint> 117 </hint>
85 <hint type="destinationlabel" > 118 <hint type="destinationlabel" >
86 <x>157</x> 119 <x>382</x>
87 <y>274</y> 120 <y>328</y>
88 </hint> 121 </hint>
89 </hints> 122 </hints>
90 </connection> 123 </connection>
91 <connection> 124 <connection>
92 <sender>buttonBox</sender> 125 <sender>buttonCancel</sender>
93 <signal>rejected()</signal> 126 <signal>clicked()</signal>
94 <receiver>InstallZipFrm</receiver> 127 <receiver>InstallZipFrm</receiver>
95 <slot>reject()</slot> 128 <slot>reject()</slot>
96 <hints> 129 <hints>
97 <hint type="sourcelabel" > 130 <hint type="sourcelabel" >
98 <x>316</x> 131 <x>561</x>
99 <y>260</y> 132 <y>428</y>
100 </hint> 133 </hint>
101 <hint type="destinationlabel" > 134 <hint type="destinationlabel" >
102 <x>286</x> 135 <x>522</x>
103 <y>274</y> 136 <y>332</y>
104 </hint> 137 </hint>
105 </hints> 138 </hints>
106 </connection> 139 </connection>