You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
196 lines
4.7 KiB
196 lines
4.7 KiB
14 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>BlackoutWidget</class>
|
||
|
<widget class="QWidget" name="BlackoutWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>723</width>
|
||
|
<height>838</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="palette">
|
||
|
<palette>
|
||
|
<active>
|
||
|
<colorrole role="Window">
|
||
|
<brush brushstyle="SolidPattern">
|
||
|
<color alpha="255">
|
||
|
<red>0</red>
|
||
|
<green>0</green>
|
||
|
<blue>0</blue>
|
||
|
</color>
|
||
|
</brush>
|
||
|
</colorrole>
|
||
|
</active>
|
||
|
<inactive>
|
||
|
<colorrole role="Window">
|
||
|
<brush brushstyle="SolidPattern">
|
||
|
<color alpha="255">
|
||
|
<red>0</red>
|
||
|
<green>0</green>
|
||
|
<blue>0</blue>
|
||
|
</color>
|
||
|
</brush>
|
||
|
</colorrole>
|
||
|
</inactive>
|
||
|
<disabled>
|
||
|
<colorrole role="Window">
|
||
|
<brush brushstyle="SolidPattern">
|
||
|
<color alpha="255">
|
||
|
<red>0</red>
|
||
|
<green>0</green>
|
||
|
<blue>0</blue>
|
||
|
</color>
|
||
|
</brush>
|
||
|
</colorrole>
|
||
|
</disabled>
|
||
|
</palette>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="0" column="1">
|
||
|
<spacer name="verticalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QToolButton" name="iconButton">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>512</width>
|
||
|
<height>512</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>512</width>
|
||
|
<height>512</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background: url(:/images/bigUniboard.png); border: none;</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string notr="true"/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<spacer name="verticalSpacer_2">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item row="3" column="1">
|
||
|
<widget class="QLabel" name="labelClickToReturn">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</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>
|
||
|
</active>
|
||
|
<inactive>
|
||
|
<colorrole role="WindowText">
|
||
|
<brush brushstyle="SolidPattern">
|
||
|
<color alpha="255">
|
||
|
<red>255</red>
|
||
|
<green>255</green>
|
||
|
<blue>255</blue>
|
||
|
</color>
|
||
|
</brush>
|
||
|
</colorrole>
|
||
|
</inactive>
|
||
|
<disabled>
|
||
|
<colorrole role="WindowText">
|
||
|
<brush brushstyle="SolidPattern">
|
||
|
<color alpha="255">
|
||
|
<red>113</red>
|
||
|
<green>113</green>
|
||
|
<blue>113</blue>
|
||
|
</color>
|
||
|
</brush>
|
||
|
</colorrole>
|
||
|
</disabled>
|
||
|
</palette>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>20</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Click to Return to Application</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<spacer name="horizontalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item row="1" column="2">
|
||
|
<spacer name="horizontalSpacer_2">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources>
|
||
|
<include location="../sankore.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|