LameXP/gui/WorkingBanner.ui

184 lines
4.4 KiB
Plaintext
Raw Normal View History

2010-11-06 23:04:47 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WorkingBanner</class>
<widget class="QDialog" name="WorkingBanner">
<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>
<width>512</width>
<height>78</height>
2010-11-06 23:04:47 +01:00
</rect>
</property>
<property name="minimumSize">
<size>
<width>512</width>
2010-11-06 23:04:47 +01:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>512</width>
<height>16777215</height>
2010-11-06 23:04:47 +01:00
</size>
</property>
<property name="palette">
<palette>
<active>
<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">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<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">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<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">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="windowTitle">
2011-01-01 19:28:19 +01:00
<string notr="true">Working</string>
2010-11-06 23:04:47 +01:00
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>20</number>
</property>
<property name="leftMargin">
<number>10</number>
</property>
<property name="topMargin">
<number>15</number>
</property>
<property name="rightMargin">
<number>15</number>
</property>
<property name="bottomMargin">
<number>15</number>
</property>
2010-11-06 23:04:47 +01:00
<item>
<widget class="QLabel" name="labelWorking">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../res/Images.qrc">:/images/Clock.png</pixmap>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>4</number>
</property>
2010-11-06 23:04:47 +01:00
<item>
<widget class="QLabel" name="labelStatus">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
2010-11-06 23:04:47 +01:00
<property name="text">
2011-01-01 19:28:19 +01:00
<string notr="true">$(Status)</string>
2010-11-06 23:04:47 +01:00
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QProgressBar" name="progressBar">
<property name="maximum">
<number>0</number>
</property>
<property name="value">
<number>-1</number>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
2010-11-06 23:04:47 +01:00
</layout>
</item>
</layout>
</widget>
<resources>
<include location="../res/Images.qrc"/>
<include location="../res/Images.qrc"/>
<include location="../res/Images.qrc"/>
<include location="../res/Images.qrc"/>
<include location="../res/Images.qrc"/>
<include location="../res/Images.qrc"/>
<include location="../res/Images.qrc"/>
2011-01-01 19:28:19 +01:00
<include location="../res/Images.qrc"/>
<include location="../res/Images.qrc"/>
2010-11-06 23:04:47 +01:00
</resources>
<connections/>
</ui>