0.7.1
[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    <property name="sizePolicy">
18     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
19      <horstretch>0</horstretch>
20      <verstretch>0</verstretch>
21     </sizepolicy>
22    </property>
23    <layout class="QVBoxLayout" name="verticalLayout">
24     <property name="spacing">
25      <number>0</number>
26     </property>
27     <property name="sizeConstraint">
28      <enum>QLayout::SetNoConstraint</enum>
29     </property>
30     <property name="leftMargin">
31      <number>20</number>
32     </property>
33     <property name="topMargin">
34      <number>30</number>
35     </property>
36     <property name="rightMargin">
37      <number>20</number>
38     </property>
39     <property name="bottomMargin">
40      <number>0</number>
41     </property>
42     <item>
43      <widget class="QListWidget" name="listWidget">
44       <property name="sizePolicy">
45        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
46         <horstretch>0</horstretch>
47         <verstretch>0</verstretch>
48        </sizepolicy>
49       </property>
50       <property name="editTriggers">
51        <set>QAbstractItemView::NoEditTriggers</set>
52       </property>
53       <property name="showDropIndicator" stdset="0">
54        <bool>false</bool>
55       </property>
56       <property name="iconSize">
57        <size>
58         <width>96</width>
59         <height>96</height>
60        </size>
61       </property>
62       <property name="movement">
63        <enum>QListView::Static</enum>
64       </property>
65       <property name="flow">
66        <enum>QListView::LeftToRight</enum>
67       </property>
68       <property name="resizeMode">
69        <enum>QListView::Adjust</enum>
70       </property>
71       <property name="gridSize">
72        <size>
73         <width>140</width>
74         <height>160</height>
75        </size>
76       </property>
77       <property name="viewMode">
78        <enum>QListView::IconMode</enum>
79       </property>
80       <property name="uniformItemSizes">
81        <bool>false</bool>
82       </property>
83       <property name="wordWrap">
84        <bool>true</bool>
85       </property>
86       <item>
87        <property name="text">
88         <string>Install applications</string>
89        </property>
90        <property name="statusTip">
91         <string notr="true">install_apps</string>
92        </property>
93        <property name="textAlignment">
94         <set>AlignHCenter|AlignVCenter|AlignCenter</set>
95        </property>
96        <property name="icon">
97         <iconset resource="resources.qrc">
98          <normaloff>:/icons/icons/install.png</normaloff>:/icons/icons/install.png</iconset>
99        </property>
100       </item>
101       <item>
102        <property name="text">
103         <string>Remove applications</string>
104        </property>
105        <property name="statusTip">
106         <string notr="true">remove_apps</string>
107        </property>
108        <property name="textAlignment">
109         <set>AlignHCenter|AlignVCenter|AlignCenter</set>
110        </property>
111        <property name="icon">
112         <iconset resource="resources.qrc">
113          <normaloff>:/icons/icons/remove.png</normaloff>:/icons/icons/remove.png</iconset>
114        </property>
115       </item>
116       <item>
117        <property name="text">
118         <string>Upgrade applications</string>
119        </property>
120        <property name="statusTip">
121         <string notr="true">upgrade_apps</string>
122        </property>
123        <property name="textAlignment">
124         <set>AlignHCenter|AlignVCenter|AlignCenter</set>
125        </property>
126        <property name="icon">
127         <iconset resource="resources.qrc">
128          <normaloff>:/icons/icons/upgrade.png</normaloff>:/icons/icons/upgrade.png</iconset>
129        </property>
130       </item>
131       <item>
132        <property name="text">
133         <string>Update catalogs</string>
134        </property>
135        <property name="statusTip">
136         <string notr="true">update_catalogs</string>
137        </property>
138        <property name="textAlignment">
139         <set>AlignHCenter|AlignVCenter|AlignCenter</set>
140        </property>
141        <property name="icon">
142         <iconset resource="resources.qrc">
143          <normaloff>:/icons/icons/update.png</normaloff>:/icons/icons/update.png</iconset>
144        </property>
145       </item>
146       <item>
147        <property name="text">
148         <string>Manage repositories</string>
149        </property>
150        <property name="statusTip">
151         <string notr="true">manage_repos</string>
152        </property>
153        <property name="textAlignment">
154         <set>AlignHCenter|AlignVCenter|AlignCenter</set>
155        </property>
156        <property name="icon">
157         <iconset resource="resources.qrc">
158          <normaloff>:/icons/icons/repos.png</normaloff>:/icons/icons/repos.png</iconset>
159        </property>
160       </item>
161      </widget>
162     </item>
163     <item>
164      <widget class="QLabel" name="label">
165       <property name="sizePolicy">
166        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
167         <horstretch>0</horstretch>
168         <verstretch>0</verstretch>
169        </sizepolicy>
170       </property>
171       <property name="text">
172        <string/>
173       </property>
174       <property name="alignment">
175        <set>Qt::AlignCenter</set>
176       </property>
177      </widget>
178     </item>
179    </layout>
180   </widget>
181   <widget class="QMenuBar" name="menuBar">
182    <property name="geometry">
183     <rect>
184      <x>0</x>
185      <y>0</y>
186      <width>800</width>
187      <height>24</height>
188     </rect>
189    </property>
190    <widget class="QMenu" name="menuMenu">
191     <property name="title">
192      <string>Menu</string>
193     </property>
194     <addaction name="actionClean"/>
195     <addaction name="actionView_log"/>
196     <addaction name="actionOptions"/>
197     <addaction name="actionAbout"/>
198     <addaction name="actionLoad_file"/>
199    </widget>
200    <addaction name="menuMenu"/>
201   </widget>
202   <action name="actionAbout">
203    <property name="text">
204     <string>About</string>
205    </property>
206   </action>
207   <action name="actionClean">
208    <property name="text">
209     <string>Clean package cache</string>
210    </property>
211   </action>
212   <action name="actionView_log">
213    <property name="text">
214     <string>View log</string>
215    </property>
216   </action>
217   <action name="actionOptions">
218    <property name="enabled">
219     <bool>true</bool>
220    </property>
221    <property name="text">
222     <string>Options</string>
223    </property>
224   </action>
225   <action name="actionLoad_file">
226    <property name="enabled">
227     <bool>false</bool>
228    </property>
229    <property name="text">
230     <string>Load .install file</string>
231    </property>
232   </action>
233  </widget>
234  <layoutdefault spacing="6" margin="11"/>
235  <customwidgets>
236   <customwidget>
237    <class>RotatingBackground</class>
238    <extends>QWidget</extends>
239    <header>rotatingbackground.h</header>
240    <container>1</container>
241   </customwidget>
242  </customwidgets>
243  <resources>
244   <include location="resources.qrc"/>
245  </resources>
246  <connections/>
247 </ui>