Theme Editor: Implemented download and decompression of font pack in the preferences...
[kugel-rb.git] / utils / themeeditor / gui / fontdownloader.ui
blob53b69a8be72cee01130797cbe3e61b0fbabe09ce
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FontDownloader</class>
4 <widget class="QDialog" name="FontDownloader">
5 <property name="windowModality">
6 <enum>Qt::WindowModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>400</width>
13 <height>107</height>
14 </rect>
15 </property>
16 <property name="windowTitle">
17 <string>Downloading Font Pack</string>
18 </property>
19 <property name="windowIcon">
20 <iconset resource="../resources.qrc">
21 <normaloff>:/resources/windowicon.png</normaloff>:/resources/windowicon.png</iconset>
22 </property>
23 <property name="sizeGripEnabled">
24 <bool>true</bool>
25 </property>
26 <property name="modal">
27 <bool>true</bool>
28 </property>
29 <layout class="QVBoxLayout" name="verticalLayout">
30 <item>
31 <widget class="QProgressBar" name="progressBar">
32 <property name="value">
33 <number>0</number>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QLabel" name="label">
39 <property name="text">
40 <string>Checking Directory</string>
41 </property>
42 </widget>
43 </item>
44 <item>
45 <spacer name="verticalSpacer">
46 <property name="orientation">
47 <enum>Qt::Vertical</enum>
48 </property>
49 <property name="sizeHint" stdset="0">
50 <size>
51 <width>20</width>
52 <height>40</height>
53 </size>
54 </property>
55 </spacer>
56 </item>
57 <item>
58 <layout class="QHBoxLayout" name="horizontalLayout">
59 <item>
60 <spacer name="horizontalSpacer">
61 <property name="orientation">
62 <enum>Qt::Horizontal</enum>
63 </property>
64 <property name="sizeHint" stdset="0">
65 <size>
66 <width>40</width>
67 <height>20</height>
68 </size>
69 </property>
70 </spacer>
71 </item>
72 <item>
73 <widget class="QPushButton" name="cancelButton">
74 <property name="text">
75 <string>Cancel</string>
76 </property>
77 </widget>
78 </item>
79 </layout>
80 </item>
81 </layout>
82 </widget>
83 <resources>
84 <include location="../resources.qrc"/>
85 </resources>
86 <connections/>
87 </ui>