cleanup
[fapman] / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Faster Application Manager</string>
15   </property>
16   <widget class="RotatingBackground" name="centralWidget">
17    <layout class="QHBoxLayout" name="horizontalLayout">
18     <property name="spacing">
19      <number>0</number>
20     </property>
21     <property name="margin">
22      <number>0</number>
23     </property>
24     <item>
25      <spacer name="horizontalSpacer">
26       <property name="orientation">
27        <enum>Qt::Horizontal</enum>
28       </property>
29       <property name="sizeHint" stdset="0">
30        <size>
31         <width>291</width>
32         <height>20</height>
33        </size>
34       </property>
35      </spacer>
36     </item>
37     <item>
38      <layout class="QVBoxLayout" name="verticalLayout">
39       <property name="spacing">
40        <number>0</number>
41       </property>
42       <item>
43        <spacer name="verticalSpacer_2">
44         <property name="orientation">
45          <enum>Qt::Vertical</enum>
46         </property>
47         <property name="sizeHint" stdset="0">
48          <size>
49           <width>245</width>
50           <height>58</height>
51          </size>
52         </property>
53        </spacer>
54       </item>
55       <item>
56        <layout class="QGridLayout" name="gridLayout">
57         <property name="spacing">
58          <number>4</number>
59         </property>
60         <item row="0" column="0">
61          <widget class="QPushButton" name="btnRepos">
62           <property name="sizePolicy">
63            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
64             <horstretch>0</horstretch>
65             <verstretch>0</verstretch>
66            </sizepolicy>
67           </property>
68           <property name="text">
69            <string>Manage
70 repos</string>
71           </property>
72           <property name="icon">
73            <iconset resource="resources.qrc">
74             <normaloff>:/icons/icons/repos.png</normaloff>:/icons/icons/repos.png</iconset>
75           </property>
76           <property name="iconSize">
77            <size>
78             <width>96</width>
79             <height>96</height>
80            </size>
81           </property>
82           <property name="flat">
83            <bool>true</bool>
84           </property>
85          </widget>
86         </item>
87         <item row="0" column="1">
88          <widget class="QPushButton" name="btnUpdate">
89           <property name="sizePolicy">
90            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
91             <horstretch>0</horstretch>
92             <verstretch>0</verstretch>
93            </sizepolicy>
94           </property>
95           <property name="text">
96            <string>Update
97 catalogs</string>
98           </property>
99           <property name="icon">
100            <iconset resource="resources.qrc">
101             <normaloff>:/icons/icons/update.png</normaloff>:/icons/icons/update.png</iconset>
102           </property>
103           <property name="iconSize">
104            <size>
105             <width>96</width>
106             <height>96</height>
107            </size>
108           </property>
109           <property name="flat">
110            <bool>true</bool>
111           </property>
112          </widget>
113         </item>
114         <item row="1" column="0" colspan="2">
115          <widget class="QPushButton" name="btnListInstallable">
116           <property name="sizePolicy">
117            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
118             <horstretch>0</horstretch>
119             <verstretch>0</verstretch>
120            </sizepolicy>
121           </property>
122           <property name="text">
123            <string>Install
124 applications</string>
125           </property>
126           <property name="icon">
127            <iconset resource="resources.qrc">
128             <normaloff>:/icons/icons/install.png</normaloff>:/icons/icons/install.png</iconset>
129           </property>
130           <property name="iconSize">
131            <size>
132             <width>96</width>
133             <height>96</height>
134            </size>
135           </property>
136           <property name="flat">
137            <bool>true</bool>
138           </property>
139          </widget>
140         </item>
141         <item row="2" column="0" colspan="2">
142          <widget class="QPushButton" name="btnUpgrade">
143           <property name="sizePolicy">
144            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
145             <horstretch>0</horstretch>
146             <verstretch>0</verstretch>
147            </sizepolicy>
148           </property>
149           <property name="text">
150            <string>Upgrade
151 applications</string>
152           </property>
153           <property name="icon">
154            <iconset resource="resources.qrc">
155             <normaloff>:/icons/icons/upgrade.png</normaloff>:/icons/icons/upgrade.png</iconset>
156           </property>
157           <property name="iconSize">
158            <size>
159             <width>96</width>
160             <height>96</height>
161            </size>
162           </property>
163           <property name="flat">
164            <bool>true</bool>
165           </property>
166          </widget>
167         </item>
168         <item row="3" column="0" colspan="2">
169          <widget class="QPushButton" name="btnListInstalled">
170           <property name="sizePolicy">
171            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
172             <horstretch>0</horstretch>
173             <verstretch>0</verstretch>
174            </sizepolicy>
175           </property>
176           <property name="text">
177            <string>Remove
178 applications</string>
179           </property>
180           <property name="icon">
181            <iconset resource="resources.qrc">
182             <normaloff>:/icons/icons/remove.png</normaloff>:/icons/icons/remove.png</iconset>
183           </property>
184           <property name="iconSize">
185            <size>
186             <width>96</width>
187             <height>96</height>
188            </size>
189           </property>
190           <property name="flat">
191            <bool>true</bool>
192           </property>
193          </widget>
194         </item>
195        </layout>
196       </item>
197       <item>
198        <spacer name="verticalSpacer">
199         <property name="orientation">
200          <enum>Qt::Vertical</enum>
201         </property>
202         <property name="sizeHint" stdset="0">
203          <size>
204           <width>245</width>
205           <height>57</height>
206          </size>
207         </property>
208        </spacer>
209       </item>
210      </layout>
211     </item>
212     <item>
213      <spacer name="horizontalSpacer_2">
214       <property name="orientation">
215        <enum>Qt::Horizontal</enum>
216       </property>
217       <property name="sizeHint" stdset="0">
218        <size>
219         <width>290</width>
220         <height>20</height>
221        </size>
222       </property>
223      </spacer>
224     </item>
225    </layout>
226   </widget>
227   <widget class="QMenuBar" name="menuBar">
228    <property name="geometry">
229     <rect>
230      <x>0</x>
231      <y>0</y>
232      <width>800</width>
233      <height>23</height>
234     </rect>
235    </property>
236    <widget class="QMenu" name="menuMenu">
237     <property name="title">
238      <string>Menu</string>
239     </property>
240     <addaction name="actionClean"/>
241     <addaction name="actionView_log"/>
242     <addaction name="actionOptions"/>
243     <addaction name="actionAbout"/>
244     <addaction name="actionLoad_file"/>
245    </widget>
246    <addaction name="menuMenu"/>
247   </widget>
248   <action name="actionAbout">
249    <property name="text">
250     <string>About</string>
251    </property>
252   </action>
253   <action name="actionClean">
254    <property name="text">
255     <string>Clean package cache</string>
256    </property>
257   </action>
258   <action name="actionView_log">
259    <property name="text">
260     <string>View log</string>
261    </property>
262   </action>
263   <action name="actionOptions">
264    <property name="enabled">
265     <bool>true</bool>
266    </property>
267    <property name="text">
268     <string>Options</string>
269    </property>
270   </action>
271   <action name="actionLoad_file">
272    <property name="enabled">
273     <bool>false</bool>
274    </property>
275    <property name="text">
276     <string>Install local files</string>
277    </property>
278   </action>
279  </widget>
280  <layoutdefault spacing="6" margin="11"/>
281  <customwidgets>
282   <customwidget>
283    <class>RotatingBackground</class>
284    <extends>QWidget</extends>
285    <header>rotatingbackground.h</header>
286    <container>1</container>
287   </customwidget>
288  </customwidgets>
289  <resources>
290   <include location="resources.qrc"/>
291  </resources>
292  <connections/>
293 </ui>