diff options
author | Robert Bieber <robby@bieberphoto.com> | 2010-07-25 21:59:35 +0000 |
---|---|---|
committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-25 21:59:35 +0000 |
commit | d92f8174a1f838684645267e87b3afebfc48143f (patch) | |
tree | fe705adf4815eb38f7646ea7a0cb0a0841c74b43 /utils/themeeditor/gui/targetdownloader.ui | |
parent | e1e51f99949f2a2967210342fcea6e8ae8495e0b (diff) | |
download | rockbox-d92f8174a1f838684645267e87b3afebfc48143f.tar.gz rockbox-d92f8174a1f838684645267e87b3afebfc48143f.zip |
Theme Editor: Added targetdb download to preferences dialog, fixed Cancel button on FontDownloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27565 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/targetdownloader.ui')
-rw-r--r-- | utils/themeeditor/gui/targetdownloader.ui | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/targetdownloader.ui b/utils/themeeditor/gui/targetdownloader.ui new file mode 100644 index 0000000000..d714e7e61a --- /dev/null +++ b/utils/themeeditor/gui/targetdownloader.ui | |||
@@ -0,0 +1,87 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <ui version="4.0"> | ||
3 | <class>TargetDownloader</class> | ||
4 | <widget class="QDialog" name="TargetDownloader"> | ||
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> | ||