Adapted for the latest MUtils library changes.
[LameXP.git] / gui / WorkingBanner.ui
blob05e47e34e3fd4336d101c01dc1a388589edc7daa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>WorkingBanner</class>
4 <widget class="QDialog" name="WorkingBanner">
5 <property name="windowModality">
6 <enum>Qt::ApplicationModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>512</width>
13 <height>78</height>
14 </rect>
15 </property>
16 <property name="minimumSize">
17 <size>
18 <width>512</width>
19 <height>0</height>
20 </size>
21 </property>
22 <property name="palette">
23 <palette>
24 <active>
25 <colorrole role="Base">
26 <brush brushstyle="SolidPattern">
27 <color alpha="255">
28 <red>255</red>
29 <green>255</green>
30 <blue>255</blue>
31 </color>
32 </brush>
33 </colorrole>
34 <colorrole role="Window">
35 <brush brushstyle="SolidPattern">
36 <color alpha="255">
37 <red>255</red>
38 <green>255</green>
39 <blue>255</blue>
40 </color>
41 </brush>
42 </colorrole>
43 </active>
44 <inactive>
45 <colorrole role="Base">
46 <brush brushstyle="SolidPattern">
47 <color alpha="255">
48 <red>255</red>
49 <green>255</green>
50 <blue>255</blue>
51 </color>
52 </brush>
53 </colorrole>
54 <colorrole role="Window">
55 <brush brushstyle="SolidPattern">
56 <color alpha="255">
57 <red>255</red>
58 <green>255</green>
59 <blue>255</blue>
60 </color>
61 </brush>
62 </colorrole>
63 </inactive>
64 <disabled>
65 <colorrole role="Base">
66 <brush brushstyle="SolidPattern">
67 <color alpha="255">
68 <red>255</red>
69 <green>255</green>
70 <blue>255</blue>
71 </color>
72 </brush>
73 </colorrole>
74 <colorrole role="Window">
75 <brush brushstyle="SolidPattern">
76 <color alpha="255">
77 <red>255</red>
78 <green>255</green>
79 <blue>255</blue>
80 </color>
81 </brush>
82 </colorrole>
83 </disabled>
84 </palette>
85 </property>
86 <property name="windowTitle">
87 <string notr="true">Working</string>
88 </property>
89 <property name="modal">
90 <bool>true</bool>
91 </property>
92 <layout class="QHBoxLayout" name="horizontalLayout">
93 <property name="spacing">
94 <number>20</number>
95 </property>
96 <property name="leftMargin">
97 <number>10</number>
98 </property>
99 <property name="topMargin">
100 <number>15</number>
101 </property>
102 <property name="rightMargin">
103 <number>15</number>
104 </property>
105 <property name="bottomMargin">
106 <number>15</number>
107 </property>
108 <item>
109 <widget class="QLabel" name="labelWorking">
110 <property name="text">
111 <string/>
112 </property>
113 <property name="pixmap">
114 <pixmap resource="../res/Images.qrc">:/images/Clock.png</pixmap>
115 </property>
116 </widget>
117 </item>
118 <item>
119 <layout class="QVBoxLayout" name="verticalLayout">
120 <property name="spacing">
121 <number>4</number>
122 </property>
123 <item>
124 <widget class="QLabel" name="labelStatus">
125 <property name="font">
126 <font>
127 <weight>75</weight>
128 <bold>true</bold>
129 </font>
130 </property>
131 <property name="frameShape">
132 <enum>QFrame::StyledPanel</enum>
133 </property>
134 <property name="frameShadow">
135 <enum>QFrame::Sunken</enum>
136 </property>
137 <property name="text">
138 <string notr="true">$(Status)</string>
139 </property>
140 <property name="alignment">
141 <set>Qt::AlignCenter</set>
142 </property>
143 </widget>
144 </item>
145 <item>
146 <widget class="QProgressBar" name="progressBar">
147 <property name="maximum">
148 <number>0</number>
149 </property>
150 <property name="value">
151 <number>-1</number>
152 </property>
153 <property name="alignment">
154 <set>Qt::AlignCenter</set>
155 </property>
156 </widget>
157 </item>
158 </layout>
159 </item>
160 </layout>
161 </widget>
162 <resources>
163 <include location="../res/Images.qrc"/>
164 <include location="../res/Images.qrc"/>
165 <include location="../res/Images.qrc"/>
166 <include location="../res/Images.qrc"/>
167 <include location="../res/Images.qrc"/>
168 <include location="../res/Images.qrc"/>
169 <include location="../res/Images.qrc"/>
170 <include location="../res/Images.qrc"/>
171 <include location="../res/Images.qrc"/>
172 </resources>
173 <connections/>
174 </ui>