]> git.sven.stormbind.net Git - sven/vym.git/blob - forms/zip-settings-dialog.ui
Replace Pierre as the maintainer
[sven/vym.git] / forms / zip-settings-dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ZipSettingsDialog</class>
4  <widget class="QDialog" name="ZipSettingsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>766</width>
10     <height>222</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>zip settings</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QLabel" name="zipToolLabel">
19      <property name="text">
20       <string>zip tool:</string>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <layout class="QHBoxLayout" name="horizontalLayout">
26      <item>
27       <widget class="QLineEdit" name="zipToolPathLE"/>
28      </item>
29      <item>
30       <widget class="QPushButton" name="zipToolButton">
31        <property name="text">
32         <string>Choose</string>
33        </property>
34       </widget>
35      </item>
36      <item>
37       <widget class="QLabel" name="zipToolStatusLabel">
38        <property name="text">
39         <string>Status</string>
40        </property>
41       </widget>
42      </item>
43     </layout>
44    </item>
45    <item>
46     <widget class="QLabel" name="unzipToolLabel">
47      <property name="text">
48       <string>unzip tool:</string>
49      </property>
50     </widget>
51    </item>
52    <item>
53     <layout class="QHBoxLayout" name="horizontalLayout_2">
54      <item>
55       <widget class="QLineEdit" name="unzipToolPathLE"/>
56      </item>
57      <item>
58       <widget class="QPushButton" name="unzipToolButton">
59        <property name="text">
60         <string>Choose</string>
61        </property>
62       </widget>
63      </item>
64      <item>
65       <widget class="QLabel" name="unzipToolStatusLabel">
66        <property name="text">
67         <string>Status</string>
68        </property>
69       </widget>
70      </item>
71     </layout>
72    </item>
73    <item>
74     <spacer name="verticalSpacer">
75      <property name="orientation">
76       <enum>Qt::Vertical</enum>
77      </property>
78      <property name="sizeHint" stdset="0">
79       <size>
80        <width>17</width>
81        <height>28</height>
82       </size>
83      </property>
84     </spacer>
85    </item>
86    <item>
87     <layout class="QHBoxLayout" name="horizontalLayout_3">
88      <item>
89       <spacer name="horizontalSpacer">
90        <property name="orientation">
91         <enum>Qt::Horizontal</enum>
92        </property>
93        <property name="sizeHint" stdset="0">
94         <size>
95          <width>595</width>
96          <height>20</height>
97         </size>
98        </property>
99       </spacer>
100      </item>
101      <item>
102       <widget class="QPushButton" name="closeButton">
103        <property name="text">
104         <string>Close</string>
105        </property>
106       </widget>
107      </item>
108     </layout>
109    </item>
110   </layout>
111  </widget>
112  <resources/>
113  <connections/>
114 </ui>