cleanup
[fapman] / settings.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Settings</class>
4  <widget class="QDialog" name="Settings">
5   <property name="windowModality">
6    <enum>Qt::ApplicationModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>700</width>
13     <height>700</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Options</string>
18   </property>
19   <property name="modal">
20    <bool>true</bool>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <property name="spacing">
24     <number>0</number>
25    </property>
26    <property name="leftMargin">
27     <number>6</number>
28    </property>
29    <property name="topMargin">
30     <number>2</number>
31    </property>
32    <property name="rightMargin">
33     <number>6</number>
34    </property>
35    <property name="bottomMargin">
36     <number>2</number>
37    </property>
38    <item>
39     <layout class="QVBoxLayout" name="verticalLayout_2">
40      <property name="spacing">
41       <number>0</number>
42      </property>
43      <item>
44       <widget class="QScrollArea" name="scrollArea">
45        <property name="widgetResizable">
46         <bool>true</bool>
47        </property>
48        <widget class="QWidget" name="scrollAreaWidgetContents">
49         <property name="geometry">
50          <rect>
51           <x>0</x>
52           <y>0</y>
53           <width>684</width>
54           <height>663</height>
55          </rect>
56         </property>
57         <property name="sizePolicy">
58          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
59           <horstretch>0</horstretch>
60           <verstretch>0</verstretch>
61          </sizepolicy>
62         </property>
63         <layout class="QVBoxLayout" name="verticalLayout_3">
64          <property name="spacing">
65           <number>6</number>
66          </property>
67          <property name="margin">
68           <number>0</number>
69          </property>
70          <item>
71           <widget class="QCheckBox" name="checkBox_fetchdates">
72            <property name="text">
73             <string>Fetch package dates</string>
74            </property>
75           </widget>
76          </item>
77          <item>
78           <widget class="QCheckBox" name="checkBox_autorotation">
79            <property name="sizePolicy">
80             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
81              <horstretch>0</horstretch>
82              <verstretch>0</verstretch>
83             </sizepolicy>
84            </property>
85            <property name="text">
86             <string>Disable autorotation (lock to landscape)</string>
87            </property>
88           </widget>
89          </item>
90          <item>
91           <widget class="QCheckBox" name="checkBox_autoremove">
92            <property name="sizePolicy">
93             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
94              <horstretch>0</horstretch>
95              <verstretch>0</verstretch>
96             </sizepolicy>
97            </property>
98            <property name="text">
99             <string>Autoremove unneeded (automatically
100 installed) packages</string>
101            </property>
102           </widget>
103          </item>
104          <item>
105           <widget class="QCheckBox" name="checkBox_autoclean">
106            <property name="sizePolicy">
107             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
108              <horstretch>0</horstretch>
109              <verstretch>0</verstretch>
110             </sizepolicy>
111            </property>
112            <property name="text">
113             <string>Automatically clean package cache
114 after successful installation</string>
115            </property>
116           </widget>
117          </item>
118          <item>
119           <widget class="QCheckBox" name="checkBox_remove_readfull">
120            <property name="text">
121             <string>Read full package lists even when removing</string>
122            </property>
123           </widget>
124          </item>
125          <item>
126           <widget class="Line" name="line">
127            <property name="orientation">
128             <enum>Qt::Horizontal</enum>
129            </property>
130           </widget>
131          </item>
132          <item>
133           <widget class="QLabel" name="label_4">
134            <property name="text">
135             <string>Default package sort order</string>
136            </property>
137           </widget>
138          </item>
139          <item>
140           <widget class="QComboBox" name="comboBox_sortorder">
141            <property name="editable">
142             <bool>false</bool>
143            </property>
144            <item>
145             <property name="text">
146              <string>Name (alphabetical)</string>
147             </property>
148            </item>
149            <item>
150             <property name="text">
151              <string>Date (newest first)</string>
152             </property>
153            </item>
154            <item>
155             <property name="text">
156              <string>Size (largest first)</string>
157             </property>
158            </item>
159           </widget>
160          </item>
161          <item>
162           <widget class="Line" name="line_3">
163            <property name="orientation">
164             <enum>Qt::Horizontal</enum>
165            </property>
166           </widget>
167          </item>
168          <item>
169           <widget class="QPushButton" name="pushButton_searchOptions">
170            <property name="text">
171             <string>Select default search options</string>
172            </property>
173           </widget>
174          </item>
175          <item>
176           <widget class="Line" name="line_4">
177            <property name="orientation">
178             <enum>Qt::Horizontal</enum>
179            </property>
180           </widget>
181          </item>
182          <item>
183           <widget class="QLabel" name="label_3">
184            <property name="text">
185             <string>Proxies (example: http://username:password@host:port/)</string>
186            </property>
187           </widget>
188          </item>
189          <item>
190           <widget class="QCheckBox" name="checkBox_proxies">
191            <property name="sizePolicy">
192             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
193              <horstretch>0</horstretch>
194              <verstretch>0</verstretch>
195             </sizepolicy>
196            </property>
197            <property name="text">
198             <string>Use proxies</string>
199            </property>
200           </widget>
201          </item>
202          <item>
203           <layout class="QHBoxLayout" name="horizontalLayout_2">
204            <item>
205             <widget class="QLabel" name="label">
206              <property name="text">
207               <string>HTTP proxy</string>
208              </property>
209             </widget>
210            </item>
211            <item>
212             <widget class="QLineEdit" name="lineEdit_http_proxy">
213              <property name="inputMethodHints">
214               <set>Qt::ImhNoAutoUppercase|Qt::ImhPreferLowercase|Qt::ImhUrlCharactersOnly</set>
215              </property>
216             </widget>
217            </item>
218           </layout>
219          </item>
220          <item>
221           <layout class="QHBoxLayout" name="horizontalLayout_3">
222            <item>
223             <widget class="QLabel" name="label_2">
224              <property name="text">
225               <string>HTTPS proxy</string>
226              </property>
227             </widget>
228            </item>
229            <item>
230             <widget class="QLineEdit" name="lineEdit_https_proxy">
231              <property name="inputMethodHints">
232               <set>Qt::ImhNoAutoUppercase|Qt::ImhPreferLowercase|Qt::ImhUrlCharactersOnly</set>
233              </property>
234             </widget>
235            </item>
236           </layout>
237          </item>
238          <item>
239           <widget class="Line" name="line_2">
240            <property name="orientation">
241             <enum>Qt::Horizontal</enum>
242            </property>
243           </widget>
244          </item>
245          <item>
246           <widget class="QCheckBox" name="checkBox_playsound">
247            <property name="text">
248             <string>Play sound when operations complete</string>
249            </property>
250           </widget>
251          </item>
252          <item>
253           <layout class="QHBoxLayout" name="horizontalLayout_4">
254            <item>
255             <widget class="QLineEdit" name="lineEdit_soundfile">
256              <property name="inputMethodHints">
257               <set>Qt::ImhNoAutoUppercase|Qt::ImhPreferLowercase</set>
258              </property>
259             </widget>
260            </item>
261            <item>
262             <widget class="QPushButton" name="pushButton_picksound">
263              <property name="text">
264               <string>Pick</string>
265              </property>
266             </widget>
267            </item>
268           </layout>
269          </item>
270         </layout>
271        </widget>
272       </widget>
273      </item>
274     </layout>
275    </item>
276    <item>
277     <layout class="QHBoxLayout" name="horizontalLayout">
278      <item>
279       <spacer name="horizontalSpacer">
280        <property name="orientation">
281         <enum>Qt::Horizontal</enum>
282        </property>
283        <property name="sizeHint" stdset="0">
284         <size>
285          <width>40</width>
286          <height>20</height>
287         </size>
288        </property>
289       </spacer>
290      </item>
291      <item>
292       <widget class="QPushButton" name="btn_OK">
293        <property name="sizePolicy">
294         <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
295          <horstretch>0</horstretch>
296          <verstretch>0</verstretch>
297         </sizepolicy>
298        </property>
299        <property name="text">
300         <string>OK</string>
301        </property>
302       </widget>
303      </item>
304     </layout>
305    </item>
306   </layout>
307  </widget>
308  <resources/>
309  <connections/>
310 </ui>