fixed free space / size display on large filesystems
[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="leftMargin">
28      <number>20</number>
29     </property>
30     <property name="topMargin">
31      <number>30</number>
32     </property>
33     <property name="rightMargin">
34      <number>20</number>
35     </property>
36     <property name="bottomMargin">
37      <number>0</number>
38     </property>
39     <item>
40      <widget class="QListWidget" name="listWidget">
41       <property name="editTriggers">
42        <set>QAbstractItemView::NoEditTriggers</set>
43       </property>
44       <property name="showDropIndicator" stdset="0">
45        <bool>false</bool>
46       </property>
47       <property name="iconSize">
48        <size>
49         <width>96</width>
50         <height>96</height>
51        </size>
52       </property>
53       <property name="movement">
54        <enum>QListView::Static</enum>
55       </property>
56       <property name="flow">
57        <enum>QListView::LeftToRight</enum>
58       </property>
59       <property name="resizeMode">
60        <enum>QListView::Fixed</enum>
61       </property>
62       <property name="viewMode">
63        <enum>QListView::IconMode</enum>
64       </property>
65       <property name="uniformItemSizes">
66        <bool>false</bool>
67       </property>
68       <property name="wordWrap">
69        <bool>true</bool>
70       </property>
71       <item>
72        <property name="text">
73         <string>Install applications</string>
74        </property>
75        <property name="statusTip">
76         <string notr="true">install_apps</string>
77        </property>
78        <property name="textAlignment">
79         <set>AlignHCenter|AlignVCenter|AlignCenter</set>
80        </property>
81        <property name="icon">
82         <iconset resource="resources.qrc">
83          <normaloff>:/icons/icons/install.png</normaloff>:/icons/icons/install.png</iconset>
84        </property>
85       </item>
86       <item>
87        <property name="text">
88         <string>Remove applications</string>
89        </property>
90        <property name="statusTip">
91         <string notr="true">remove_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/remove.png</normaloff>:/icons/icons/remove.png</iconset>
99        </property>
100       </item>
101       <item>
102        <property name="text">
103         <string>Upgrade applications</string>
104        </property>
105        <property name="statusTip">
106         <string notr="true">upgrade_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/upgrade.png</normaloff>:/icons/icons/upgrade.png</iconset>
114        </property>
115       </item>
116       <item>
117        <property name="text">
118         <string>Update catalogs</string>
119        </property>
120        <property name="statusTip">
121         <string notr="true">update_catalogs</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/update.png</normaloff>:/icons/icons/update.png</iconset>
129        </property>
130       </item>
131       <item>
132        <property name="text">
133         <string>Manage repositories</string>
134        </property>
135        <property name="statusTip">
136         <string notr="true">manage_repos</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/repos.png</normaloff>:/icons/icons/repos.png</iconset>
144        </property>
145       </item>
146      </widget>
147     </item>
148     <item>
149      <widget class="QLabel" name="label">
150       <property name="text">
151        <string/>
152       </property>
153       <property name="alignment">
154        <set>Qt::AlignCenter</set>
155       </property>
156      </widget>
157     </item>
158    </layout>
159   </widget>
160   <widget class="QMenuBar" name="menuBar">
161    <property name="geometry">
162     <rect>
163      <x>0</x>
164      <y>0</y>
165      <width>800</width>
166      <height>23</height>
167     </rect>
168    </property>
169    <widget class="QMenu" name="menuMenu">
170     <property name="title">
171      <string>Menu</string>
172     </property>
173     <addaction name="actionClean"/>
174     <addaction name="actionView_log"/>
175     <addaction name="actionOptions"/>
176     <addaction name="actionAbout"/>
177     <addaction name="actionLoad_file"/>
178    </widget>
179    <addaction name="menuMenu"/>
180   </widget>
181   <action name="actionAbout">
182    <property name="text">
183     <string>About</string>
184    </property>
185   </action>
186   <action name="actionClean">
187    <property name="text">
188     <string>Clean package cache</string>
189    </property>
190   </action>
191   <action name="actionView_log">
192    <property name="text">
193     <string>View log</string>
194    </property>
195   </action>
196   <action name="actionOptions">
197    <property name="enabled">
198     <bool>true</bool>
199    </property>
200    <property name="text">
201     <string>Options</string>
202    </property>
203   </action>
204   <action name="actionLoad_file">
205    <property name="enabled">
206     <bool>false</bool>
207    </property>
208    <property name="text">
209     <string>Install local files</string>
210    </property>
211   </action>
212  </widget>
213  <layoutdefault spacing="6" margin="11"/>
214  <customwidgets>
215   <customwidget>
216    <class>RotatingBackground</class>
217    <extends>QWidget</extends>
218    <header>rotatingbackground.h</header>
219    <container>1</container>
220   </customwidget>
221  </customwidgets>
222  <resources>
223   <include location="resources.qrc"/>
224  </resources>
225  <connections/>
226 </ui>