warn about system upgrade, minor fixes, code 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="QCheckBox" name="checkBox_no_catalogs_autoupdate">
127            <property name="text">
128             <string>Don't auto-update catalogs
129 (not recommended)</string>
130            </property>
131           </widget>
132          </item>
133          <item>
134           <widget class="QCheckBox" name="checkBox_always_fetch_changes">
135            <property name="text">
136             <string>Always fetch changelogs when viewing
137 package info</string>
138            </property>
139           </widget>
140          </item>
141          <item>
142           <widget class="Line" name="line">
143            <property name="orientation">
144             <enum>Qt::Horizontal</enum>
145            </property>
146           </widget>
147          </item>
148          <item>
149           <widget class="QLabel" name="label_4">
150            <property name="text">
151             <string>Default package sort order</string>
152            </property>
153           </widget>
154          </item>
155          <item>
156           <widget class="QComboBox" name="comboBox_sortorder">
157            <property name="editable">
158             <bool>false</bool>
159            </property>
160            <item>
161             <property name="text">
162              <string>Name (alphabetical)</string>
163             </property>
164            </item>
165            <item>
166             <property name="text">
167              <string>Date (newest first)</string>
168             </property>
169            </item>
170            <item>
171             <property name="text">
172              <string>Size (largest first)</string>
173             </property>
174            </item>
175           </widget>
176          </item>
177          <item>
178           <widget class="Line" name="line_3">
179            <property name="orientation">
180             <enum>Qt::Horizontal</enum>
181            </property>
182           </widget>
183          </item>
184          <item>
185           <widget class="QPushButton" name="pushButton_searchOptions">
186            <property name="text">
187             <string>Select default search options</string>
188            </property>
189           </widget>
190          </item>
191          <item>
192           <widget class="Line" name="line_4">
193            <property name="orientation">
194             <enum>Qt::Horizontal</enum>
195            </property>
196           </widget>
197          </item>
198          <item>
199           <widget class="QLabel" name="label_3">
200            <property name="text">
201             <string>Proxies (example: http://username:password@host:port/)</string>
202            </property>
203           </widget>
204          </item>
205          <item>
206           <widget class="QCheckBox" name="checkBox_proxies">
207            <property name="sizePolicy">
208             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
209              <horstretch>0</horstretch>
210              <verstretch>0</verstretch>
211             </sizepolicy>
212            </property>
213            <property name="text">
214             <string>Use proxies</string>
215            </property>
216           </widget>
217          </item>
218          <item>
219           <layout class="QHBoxLayout" name="horizontalLayout_2">
220            <item>
221             <widget class="QLabel" name="label">
222              <property name="text">
223               <string>HTTP proxy</string>
224              </property>
225             </widget>
226            </item>
227            <item>
228             <widget class="QLineEdit" name="lineEdit_http_proxy">
229              <property name="inputMethodHints">
230               <set>Qt::ImhNoAutoUppercase|Qt::ImhPreferLowercase|Qt::ImhUrlCharactersOnly</set>
231              </property>
232             </widget>
233            </item>
234           </layout>
235          </item>
236          <item>
237           <layout class="QHBoxLayout" name="horizontalLayout_3">
238            <item>
239             <widget class="QLabel" name="label_2">
240              <property name="text">
241               <string>HTTPS proxy</string>
242              </property>
243             </widget>
244            </item>
245            <item>
246             <widget class="QLineEdit" name="lineEdit_https_proxy">
247              <property name="inputMethodHints">
248               <set>Qt::ImhNoAutoUppercase|Qt::ImhPreferLowercase|Qt::ImhUrlCharactersOnly</set>
249              </property>
250             </widget>
251            </item>
252           </layout>
253          </item>
254          <item>
255           <widget class="Line" name="line_2">
256            <property name="orientation">
257             <enum>Qt::Horizontal</enum>
258            </property>
259           </widget>
260          </item>
261          <item>
262           <widget class="QCheckBox" name="checkBox_playsound">
263            <property name="text">
264             <string>Play sound when operations complete</string>
265            </property>
266           </widget>
267          </item>
268          <item>
269           <layout class="QHBoxLayout" name="horizontalLayout_4">
270            <item>
271             <widget class="QLineEdit" name="lineEdit_soundfile">
272              <property name="inputMethodHints">
273               <set>Qt::ImhNoAutoUppercase|Qt::ImhPreferLowercase</set>
274              </property>
275             </widget>
276            </item>
277            <item>
278             <widget class="QPushButton" name="pushButton_picksound">
279              <property name="text">
280               <string>Pick</string>
281              </property>
282             </widget>
283            </item>
284           </layout>
285          </item>
286         </layout>
287        </widget>
288       </widget>
289      </item>
290     </layout>
291    </item>
292    <item>
293     <layout class="QHBoxLayout" name="horizontalLayout">
294      <item>
295       <spacer name="horizontalSpacer">
296        <property name="orientation">
297         <enum>Qt::Horizontal</enum>
298        </property>
299        <property name="sizeHint" stdset="0">
300         <size>
301          <width>40</width>
302          <height>20</height>
303         </size>
304        </property>
305       </spacer>
306      </item>
307      <item>
308       <widget class="QPushButton" name="btn_OK">
309        <property name="sizePolicy">
310         <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
311          <horstretch>0</horstretch>
312          <verstretch>0</verstretch>
313         </sizepolicy>
314        </property>
315        <property name="text">
316         <string>OK</string>
317        </property>
318       </widget>
319      </item>
320     </layout>
321    </item>
322   </layout>
323  </widget>
324  <resources/>
325  <connections/>
326 </ui>