26 </item> |
26 </item> |
27 <item row="0" column="1"> |
27 <item row="0" column="1"> |
28 <widget class="QLineEdit" name="archiveEdit"> |
28 <widget class="QLineEdit" name="archiveEdit"> |
29 <property name="toolTip"> |
29 <property name="toolTip"> |
30 <string>Enter the file name of the archive</string> |
30 <string>Enter the file name of the archive</string> |
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item row="0" column="2"> |
|
35 <widget class="QPushButton" name="archiveButton"> |
|
36 <property name="toolTip"> |
|
37 <string>Press to select the archive file name via a file selection dialog</string> |
|
38 </property> |
|
39 <property name="text"> |
|
40 <string>...</string> |
|
41 </property> |
31 </property> |
42 </widget> |
32 </widget> |
43 </item> |
33 </item> |
44 <item row="1" column="0"> |
34 <item row="1" column="0"> |
45 <widget class="QLabel" name="label_3"> |
35 <widget class="QLabel" name="label_3"> |
87 <property name="standardButtons"> |
77 <property name="standardButtons"> |
88 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
78 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
89 </property> |
79 </property> |
90 </widget> |
80 </widget> |
91 </item> |
81 </item> |
|
82 <item row="0" column="2"> |
|
83 <widget class="QToolButton" name="archiveButton"> |
|
84 <property name="toolTip"> |
|
85 <string>Press to select the archive file name via a file selection dialog</string> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
92 </layout> |
89 </layout> |
93 </widget> |
90 </widget> |
94 <tabstops> |
91 <tabstops> |
95 <tabstop>archiveEdit</tabstop> |
92 <tabstop>archiveEdit</tabstop> |
96 <tabstop>archiveButton</tabstop> |
93 <tabstop>archiveButton</tabstop> |