0.7.1
[fapman] / packageselector.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PackageSelector</class>
4  <widget class="QDialog" name="PackageSelector">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>700</width>
10     <height>700</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Package</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <property name="spacing">
18     <number>2</number>
19    </property>
20    <property name="margin">
21     <number>2</number>
22    </property>
23    <item>
24     <widget class="QScrollArea" name="scrollArea">
25      <property name="widgetResizable">
26       <bool>true</bool>
27      </property>
28      <widget class="QWidget" name="scrollAreaWidgetContents">
29       <property name="geometry">
30        <rect>
31         <x>0</x>
32         <y>0</y>
33         <width>694</width>
34         <height>669</height>
35        </rect>
36       </property>
37       <layout class="QVBoxLayout" name="verticalLayout_2">
38        <property name="spacing">
39         <number>0</number>
40        </property>
41        <property name="margin">
42         <number>2</number>
43        </property>
44        <item>
45         <layout class="QHBoxLayout" name="horizontalLayout_2">
46          <property name="spacing">
47           <number>2</number>
48          </property>
49          <item>
50           <widget class="QLabel" name="label_appicon">
51            <property name="text">
52             <string/>
53            </property>
54            <property name="alignment">
55             <set>Qt::AlignCenter</set>
56            </property>
57            <property name="margin">
58             <number>2</number>
59            </property>
60           </widget>
61          </item>
62          <item>
63           <widget class="QLabel" name="label_header">
64            <property name="sizePolicy">
65             <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
66              <horstretch>0</horstretch>
67              <verstretch>0</verstretch>
68             </sizepolicy>
69            </property>
70            <property name="text">
71             <string/>
72            </property>
73           </widget>
74          </item>
75          <item>
76           <widget class="QLabel" name="label_statusicon">
77            <property name="text">
78             <string/>
79            </property>
80            <property name="alignment">
81             <set>Qt::AlignCenter</set>
82            </property>
83            <property name="margin">
84             <number>4</number>
85            </property>
86           </widget>
87          </item>
88         </layout>
89        </item>
90        <item>
91         <layout class="QHBoxLayout" name="horizontalLayout_3">
92          <property name="spacing">
93           <number>1</number>
94          </property>
95          <item>
96           <widget class="QRadioButton" name="radioTabBasic">
97            <property name="text">
98             <string>Basic info</string>
99            </property>
100            <attribute name="buttonGroup">
101             <string>buttonGroup_2</string>
102            </attribute>
103           </widget>
104          </item>
105          <item>
106           <widget class="QRadioButton" name="radioTabChanges">
107            <property name="text">
108             <string>Changes</string>
109            </property>
110            <attribute name="buttonGroup">
111             <string>buttonGroup_2</string>
112            </attribute>
113           </widget>
114          </item>
115          <item>
116           <widget class="QRadioButton" name="radioTabDepends">
117            <property name="text">
118             <string>Dependencies</string>
119            </property>
120            <attribute name="buttonGroup">
121             <string>buttonGroup_2</string>
122            </attribute>
123           </widget>
124          </item>
125          <item>
126           <spacer name="horizontalSpacer_3">
127            <property name="orientation">
128             <enum>Qt::Horizontal</enum>
129            </property>
130            <property name="sizeHint" stdset="0">
131             <size>
132              <width>40</width>
133              <height>20</height>
134             </size>
135            </property>
136           </spacer>
137          </item>
138          <item>
139           <widget class="QPushButton" name="pushButton_website">
140            <property name="sizePolicy">
141             <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
142              <horstretch>0</horstretch>
143              <verstretch>0</verstretch>
144             </sizepolicy>
145            </property>
146            <property name="text">
147             <string/>
148            </property>
149           </widget>
150          </item>
151          <item>
152           <widget class="QPushButton" name="pushButton_blacklist">
153            <property name="sizePolicy">
154             <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
155              <horstretch>0</horstretch>
156              <verstretch>0</verstretch>
157             </sizepolicy>
158            </property>
159            <property name="text">
160             <string/>
161            </property>
162            <property name="icon">
163             <iconset resource="resources.qrc">
164              <normaloff>:/icons/icons/blacklist.png</normaloff>:/icons/icons/blacklist.png</iconset>
165            </property>
166           </widget>
167          </item>
168         </layout>
169        </item>
170        <item>
171         <widget class="QLabel" name="label_header2">
172          <property name="sizePolicy">
173           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
174            <horstretch>0</horstretch>
175            <verstretch>0</verstretch>
176           </sizepolicy>
177          </property>
178          <property name="text">
179           <string/>
180          </property>
181          <property name="wordWrap">
182           <bool>true</bool>
183          </property>
184         </widget>
185        </item>
186        <item>
187         <widget class="QLabel" name="label_text">
188          <property name="sizePolicy">
189           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
190            <horstretch>0</horstretch>
191            <verstretch>0</verstretch>
192           </sizepolicy>
193          </property>
194          <property name="text">
195           <string/>
196          </property>
197          <property name="alignment">
198           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
199          </property>
200          <property name="wordWrap">
201           <bool>true</bool>
202          </property>
203          <property name="openExternalLinks">
204           <bool>true</bool>
205          </property>
206         </widget>
207        </item>
208       </layout>
209      </widget>
210     </widget>
211    </item>
212    <item>
213     <layout class="QHBoxLayout" name="horizontalLayout">
214      <property name="spacing">
215       <number>0</number>
216      </property>
217      <item>
218       <spacer name="horizontalSpacer">
219        <property name="orientation">
220         <enum>Qt::Horizontal</enum>
221        </property>
222        <property name="sizeHint" stdset="0">
223         <size>
224          <width>40</width>
225          <height>20</height>
226         </size>
227        </property>
228       </spacer>
229      </item>
230      <item>
231       <widget class="QRadioButton" name="radioNothing">
232        <property name="text">
233         <string>No operation</string>
234        </property>
235        <attribute name="buttonGroup">
236         <string>buttonGroup</string>
237        </attribute>
238       </widget>
239      </item>
240      <item>
241       <widget class="QRadioButton" name="radioRemove">
242        <property name="text">
243         <string>Remove</string>
244        </property>
245        <attribute name="buttonGroup">
246         <string>buttonGroup</string>
247        </attribute>
248       </widget>
249      </item>
250      <item>
251       <widget class="QRadioButton" name="radioInstall">
252        <property name="text">
253         <string>Install/upgrade</string>
254        </property>
255        <attribute name="buttonGroup">
256         <string>buttonGroup</string>
257        </attribute>
258       </widget>
259      </item>
260      <item>
261       <spacer name="horizontalSpacer_2">
262        <property name="orientation">
263         <enum>Qt::Horizontal</enum>
264        </property>
265        <property name="sizeHint" stdset="0">
266         <size>
267          <width>40</width>
268          <height>20</height>
269         </size>
270        </property>
271       </spacer>
272      </item>
273     </layout>
274    </item>
275   </layout>
276  </widget>
277  <resources>
278   <include location="resources.qrc"/>
279  </resources>
280  <connections>
281   <connection>
282    <sender>radioInstall</sender>
283    <signal>clicked()</signal>
284    <receiver>PackageSelector</receiver>
285    <slot>accept()</slot>
286    <hints>
287     <hint type="sourcelabel">
288      <x>208</x>
289      <y>354</y>
290     </hint>
291     <hint type="destinationlabel">
292      <x>300</x>
293      <y>187</y>
294     </hint>
295    </hints>
296   </connection>
297   <connection>
298    <sender>radioRemove</sender>
299    <signal>clicked()</signal>
300    <receiver>PackageSelector</receiver>
301    <slot>accept()</slot>
302    <hints>
303     <hint type="sourcelabel">
304      <x>313</x>
305      <y>354</y>
306     </hint>
307     <hint type="destinationlabel">
308      <x>300</x>
309      <y>187</y>
310     </hint>
311    </hints>
312   </connection>
313   <connection>
314    <sender>radioNothing</sender>
315    <signal>clicked()</signal>
316    <receiver>PackageSelector</receiver>
317    <slot>accept()</slot>
318    <hints>
319     <hint type="sourcelabel">
320      <x>406</x>
321      <y>354</y>
322     </hint>
323     <hint type="destinationlabel">
324      <x>300</x>
325      <y>187</y>
326     </hint>
327    </hints>
328   </connection>
329  </connections>
330  <buttongroups>
331   <buttongroup name="buttonGroup_2"/>
332   <buttongroup name="buttonGroup"/>
333  </buttongroups>
334 </ui>