LameXP/gui/SplashScreen.ui

180 lines
4.4 KiB
Plaintext
Raw Permalink Normal View History

2010-11-06 23:04:47 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SplashScreen</class>
<widget class="QFrame" name="SplashScreen">
2013-11-24 00:02:32 +01:00
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
2010-11-06 23:04:47 +01:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2013-11-23 20:57:38 +01:00
<width>378</width>
2013-11-29 01:19:13 +01:00
<height>124</height>
2010-11-06 23:04:47 +01:00
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
2013-11-24 00:02:32 +01:00
<red>41</red>
<green>58</green>
<blue>86</blue>
2010-11-06 23:04:47 +01:00
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
2013-11-24 00:02:32 +01:00
<red>41</red>
<green>58</green>
<blue>86</blue>
2010-11-06 23:04:47 +01:00
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
2013-11-24 00:02:32 +01:00
<red>41</red>
<green>58</green>
<blue>86</blue>
2010-11-06 23:04:47 +01:00
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
2013-11-24 00:02:32 +01:00
<red>41</red>
<green>58</green>
<blue>86</blue>
2010-11-06 23:04:47 +01:00
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="windowTitle">
<string>LameXP is launching...</string>
2010-11-06 23:04:47 +01:00
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
2013-11-23 20:57:38 +01:00
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="leftMargin">
<number>24</number>
2010-11-06 23:04:47 +01:00
</property>
2013-11-23 20:57:38 +01:00
<property name="rightMargin">
<number>32</number>
2010-11-06 23:04:47 +01:00
</property>
2013-11-23 20:57:38 +01:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>8</number>
</property>
<item>
<widget class="QLabel" name="labelIcon">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../res/Images.qrc">:/images/Starting.png</pixmap>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>4</number>
</property>
<item>
<widget class="QLabel" name="labelLogo">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../res/Images.qrc">:/images/Logo.png</pixmap>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelLoading">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../res/Images.qrc">:/images/Loading4.gif</pixmap>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
2010-11-06 23:04:47 +01:00
</widget>
<resources>
<include location="../res/Images.qrc"/>
<include location="../res/Images.qrc"/>
<include location="../res/Images.qrc"/>
<include location="../res/Images.qrc"/>
2010-11-06 23:04:47 +01:00
</resources>
<connections/>
</ui>