OSDN Git Service

Updated Web Updater binary. Now takes an additional "Checksum" argument.
[lamexp/LameXP.git] / gui / SplashScreen.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SplashScreen</class>
4  <widget class="QFrame" name="SplashScreen">
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>378</width>
13     <height>124</height>
14    </rect>
15   </property>
16   <property name="palette">
17    <palette>
18     <active>
19      <colorrole role="WindowText">
20       <brush brushstyle="SolidPattern">
21        <color alpha="255">
22         <red>255</red>
23         <green>255</green>
24         <blue>255</blue>
25        </color>
26       </brush>
27      </colorrole>
28      <colorrole role="Base">
29       <brush brushstyle="SolidPattern">
30        <color alpha="255">
31         <red>255</red>
32         <green>255</green>
33         <blue>255</blue>
34        </color>
35       </brush>
36      </colorrole>
37      <colorrole role="Window">
38       <brush brushstyle="SolidPattern">
39        <color alpha="255">
40         <red>41</red>
41         <green>58</green>
42         <blue>86</blue>
43        </color>
44       </brush>
45      </colorrole>
46     </active>
47     <inactive>
48      <colorrole role="WindowText">
49       <brush brushstyle="SolidPattern">
50        <color alpha="255">
51         <red>255</red>
52         <green>255</green>
53         <blue>255</blue>
54        </color>
55       </brush>
56      </colorrole>
57      <colorrole role="Base">
58       <brush brushstyle="SolidPattern">
59        <color alpha="255">
60         <red>255</red>
61         <green>255</green>
62         <blue>255</blue>
63        </color>
64       </brush>
65      </colorrole>
66      <colorrole role="Window">
67       <brush brushstyle="SolidPattern">
68        <color alpha="255">
69         <red>41</red>
70         <green>58</green>
71         <blue>86</blue>
72        </color>
73       </brush>
74      </colorrole>
75     </inactive>
76     <disabled>
77      <colorrole role="WindowText">
78       <brush brushstyle="SolidPattern">
79        <color alpha="255">
80         <red>120</red>
81         <green>120</green>
82         <blue>120</blue>
83        </color>
84       </brush>
85      </colorrole>
86      <colorrole role="Base">
87       <brush brushstyle="SolidPattern">
88        <color alpha="255">
89         <red>41</red>
90         <green>58</green>
91         <blue>86</blue>
92        </color>
93       </brush>
94      </colorrole>
95      <colorrole role="Window">
96       <brush brushstyle="SolidPattern">
97        <color alpha="255">
98         <red>41</red>
99         <green>58</green>
100         <blue>86</blue>
101        </color>
102       </brush>
103      </colorrole>
104     </disabled>
105    </palette>
106   </property>
107   <property name="windowTitle">
108    <string>LameXP is launching...</string>
109   </property>
110   <property name="autoFillBackground">
111    <bool>true</bool>
112   </property>
113   <property name="frameShape">
114    <enum>QFrame::NoFrame</enum>
115   </property>
116   <property name="lineWidth">
117    <number>0</number>
118   </property>
119   <layout class="QHBoxLayout" name="horizontalLayout_2">
120    <property name="leftMargin">
121     <number>24</number>
122    </property>
123    <property name="rightMargin">
124     <number>32</number>
125    </property>
126    <item>
127     <layout class="QHBoxLayout" name="horizontalLayout">
128      <property name="spacing">
129       <number>8</number>
130      </property>
131      <item>
132       <widget class="QLabel" name="labelIcon">
133        <property name="text">
134         <string/>
135        </property>
136        <property name="pixmap">
137         <pixmap resource="../res/Images.qrc">:/images/Starting.png</pixmap>
138        </property>
139       </widget>
140      </item>
141      <item>
142       <layout class="QVBoxLayout" name="verticalLayout">
143        <property name="spacing">
144         <number>4</number>
145        </property>
146        <item>
147         <widget class="QLabel" name="labelLogo">
148          <property name="text">
149           <string/>
150          </property>
151          <property name="pixmap">
152           <pixmap resource="../res/Images.qrc">:/images/Logo.png</pixmap>
153          </property>
154         </widget>
155        </item>
156        <item>
157         <widget class="QLabel" name="labelLoading">
158          <property name="text">
159           <string/>
160          </property>
161          <property name="pixmap">
162           <pixmap resource="../res/Images.qrc">:/images/Loading4.gif</pixmap>
163          </property>
164         </widget>
165        </item>
166       </layout>
167      </item>
168     </layout>
169    </item>
170   </layout>
171  </widget>
172  <resources>
173   <include location="../res/Images.qrc"/>
174   <include location="../res/Images.qrc"/>
175   <include location="../res/Images.qrc"/>
176   <include location="../res/Images.qrc"/>
177  </resources>
178  <connections/>
179 </ui>