0.7.1
[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_no_catalogs_autoupdate">
79            <property name="text">
80             <string>Never auto-update catalogs</string>
81            </property>
82           </widget>
83          </item>
84          <item>
85           <widget class="QCheckBox" name="checkBox_autoremove">
86            <property name="sizePolicy">
87             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
88              <horstretch>0</horstretch>
89              <verstretch>0</verstretch>
90             </sizepolicy>
91            </property>
92            <property name="text">
93             <string>Autoremove unneeded (automatically
94 installed) packages</string>
95            </property>
96           </widget>
97          </item>
98          <item>
99           <widget class="QCheckBox" name="checkBox_autoclean">
100            <property name="sizePolicy">
101             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
102              <horstretch>0</horstretch>
103              <verstretch>0</verstretch>
104             </sizepolicy>
105            </property>
106            <property name="text">
107             <string>Automatically clean package cache
108 after successful installation</string>
109            </property>
110           </widget>
111          </item>
112          <item>
113           <widget class="QCheckBox" name="checkBox_remove_readfull">
114            <property name="text">
115             <string>Read full package lists even when removing</string>
116            </property>
117           </widget>
118          </item>
119          <item>
120           <widget class="QCheckBox" name="checkBox_always_fetch_changes">
121            <property name="text">
122             <string>Always fetch changelogs when viewing
123 package info</string>
124            </property>
125           </widget>
126          </item>
127          <item>
128           <widget class="QCheckBox" name="checkBox_autorotation">
129            <property name="sizePolicy">
130             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
131              <horstretch>0</horstretch>
132              <verstretch>0</verstretch>
133             </sizepolicy>
134            </property>
135            <property name="text">
136             <string>Disable autorotation (lock to landscape)</string>
137            </property>
138           </widget>
139          </item>
140          <item>
141           <widget class="Line" name="line">
142            <property name="orientation">
143             <enum>Qt::Horizontal</enum>
144            </property>
145           </widget>
146          </item>
147          <item>
148           <widget class="QLabel" name="label_4">
149            <property name="text">
150             <string>Default package sort order</string>
151            </property>
152           </widget>
153          </item>
154          <item>
155           <widget class="QComboBox" name="comboBox_sortorder">
156            <property name="editable">
157             <bool>false</bool>
158            </property>
159            <item>
160             <property name="text">
161              <string>Name (alphabetical)</string>
162             </property>
163            </item>
164            <item>
165             <property name="text">
166              <string>Date (newest first)</string>
167             </property>
168            </item>
169            <item>
170             <property name="text">
171              <string>Size (largest first)</string>
172             </property>
173            </item>
174           </widget>
175          </item>
176          <item>
177           <widget class="Line" name="line_3">
178            <property name="orientation">
179             <enum>Qt::Horizontal</enum>
180            </property>
181           </widget>
182          </item>
183          <item>
184           <widget class="QPushButton" name="pushButton_searchOptions">
185            <property name="text">
186             <string>Select default search options</string>
187            </property>
188           </widget>
189          </item>
190          <item>
191           <widget class="Line" name="line_4">
192            <property name="orientation">
193             <enum>Qt::Horizontal</enum>
194            </property>
195           </widget>
196          </item>
197          <item>
198           <widget class="QLabel" name="label_3">
199            <property name="text">
200             <string>Proxies (example: http://username:password@host:port/)</string>
201            </property>
202           </widget>
203          </item>
204          <item>
205           <widget class="QCheckBox" name="checkBox_proxies">
206            <property name="sizePolicy">
207             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
208              <horstretch>0</horstretch>
209              <verstretch>0</verstretch>
210             </sizepolicy>
211            </property>
212            <property name="text">
213             <string>Use proxies</string>
214            </property>
215           </widget>
216          </item>
217          <item>
218           <layout class="QHBoxLayout" name="horizontalLayout_2">
219            <item>
220             <widget class="QLabel" name="label">
221              <property name="text">
222               <string>HTTP proxy</string>
223              </property>
224             </widget>
225            </item>
226            <item>
227             <widget class="QLineEdit" name="lineEdit_http_proxy">
228              <property name="inputMethodHints">
229               <set>Qt::ImhNoAutoUppercase|Qt::ImhPreferLowercase|Qt::ImhUrlCharactersOnly</set>
230              </property>
231             </widget>
232            </item>
233           </layout>
234          </item>
235          <item>
236           <layout class="QHBoxLayout" name="horizontalLayout_3">
237            <item>
238             <widget class="QLabel" name="label_2">
239              <property name="text">
240               <string>HTTPS proxy</string>
241              </property>
242             </widget>
243            </item>
244            <item>
245             <widget class="QLineEdit" name="lineEdit_https_proxy">
246              <property name="inputMethodHints">
247               <set>Qt::ImhNoAutoUppercase|Qt::ImhPreferLowercase|Qt::ImhUrlCharactersOnly</set>
248              </property>
249             </widget>
250            </item>
251           </layout>
252          </item>
253          <item>
254           <widget class="Line" name="line_2">
255            <property name="orientation">
256             <enum>Qt::Horizontal</enum>
257            </property>
258           </widget>
259          </item>
260          <item>
261           <widget class="QCheckBox" name="checkBox_playsound">
262            <property name="text">
263             <string>Play sound when operations complete</string>
264            </property>
265           </widget>
266          </item>
267          <item>
268           <layout class="QHBoxLayout" name="horizontalLayout_4">
269            <item>
270             <widget class="QLineEdit" name="lineEdit_soundfile">
271              <property name="inputMethodHints">
272               <set>Qt::ImhNoAutoUppercase|Qt::ImhPreferLowercase</set>
273              </property>
274             </widget>
275            </item>
276            <item>
277             <widget class="QPushButton" name="pushButton_picksound">
278              <property name="text">
279               <string>Pick</string>
280              </property>
281             </widget>
282            </item>
283           </layout>
284          </item>
285         </layout>
286        </widget>
287       </widget>
288      </item>
289     </layout>
290    </item>
291    <item>
292     <layout class="QHBoxLayout" name="horizontalLayout">
293      <item>
294       <spacer name="horizontalSpacer">
295        <property name="orientation">
296         <enum>Qt::Horizontal</enum>
297        </property>
298        <property name="sizeHint" stdset="0">
299         <size>
300          <width>40</width>
301          <height>20</height>
302         </size>
303        </property>
304       </spacer>
305      </item>
306      <item>
307       <widget class="QPushButton" name="btn_OK">
308        <property name="sizePolicy">
309         <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
310          <horstretch>0</horstretch>
311          <verstretch>0</verstretch>
312         </sizepolicy>
313        </property>
314        <property name="text">
315         <string>OK</string>
316        </property>
317       </widget>
318      </item>
319     </layout>
320    </item>
321   </layout>
322  </widget>
323  <resources/>
324  <connections/>
325 </ui>