| [556] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <ui version="4.0">
|
|---|
| 3 | <class>StyleWidget</class>
|
|---|
| 4 | <widget class="QWidget" name="StyleWidget">
|
|---|
| 5 | <property name="geometry">
|
|---|
| 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| 9 | <width>184</width>
|
|---|
| 10 | <height>245</height>
|
|---|
| 11 | </rect>
|
|---|
| 12 | </property>
|
|---|
| 13 | <property name="windowTitle">
|
|---|
| 14 | <string>Form</string>
|
|---|
| 15 | </property>
|
|---|
| 16 | <layout class="QGridLayout" name="gridLayout">
|
|---|
| 17 | <item row="0" column="0" colspan="2">
|
|---|
| 18 | <widget class="QGroupBox" name="groupBox">
|
|---|
| 19 | <property name="title">
|
|---|
| 20 | <string>Styles</string>
|
|---|
| 21 | </property>
|
|---|
| 22 | <layout class="QGridLayout" name="gridLayout_2">
|
|---|
| 23 | <property name="margin">
|
|---|
| 24 | <number>4</number>
|
|---|
| 25 | </property>
|
|---|
| 26 | <property name="spacing">
|
|---|
| 27 | <number>4</number>
|
|---|
| 28 | </property>
|
|---|
| 29 | <item row="0" column="0">
|
|---|
| 30 | <widget class="QPushButton" name="transparentStyle">
|
|---|
| 31 | <property name="sizePolicy">
|
|---|
| 32 | <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
|
|---|
| 33 | <horstretch>0</horstretch>
|
|---|
| 34 | <verstretch>0</verstretch>
|
|---|
| 35 | </sizepolicy>
|
|---|
| 36 | </property>
|
|---|
| 37 | <property name="focusPolicy">
|
|---|
| 38 | <enum>Qt::StrongFocus</enum>
|
|---|
| 39 | </property>
|
|---|
| 40 | <property name="text">
|
|---|
| 41 | <string>Transp.</string>
|
|---|
| 42 | </property>
|
|---|
| 43 | <property name="checkable">
|
|---|
| 44 | <bool>true</bool>
|
|---|
| 45 | </property>
|
|---|
| 46 | <property name="checked">
|
|---|
| 47 | <bool>false</bool>
|
|---|
| 48 | </property>
|
|---|
| 49 | <property name="autoExclusive">
|
|---|
| 50 | <bool>true</bool>
|
|---|
| 51 | </property>
|
|---|
| 52 | </widget>
|
|---|
| 53 | </item>
|
|---|
| 54 | <item row="2" column="0">
|
|---|
| 55 | <widget class="QPushButton" name="blueStyle">
|
|---|
| 56 | <property name="sizePolicy">
|
|---|
| 57 | <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
|
|---|
| 58 | <horstretch>0</horstretch>
|
|---|
| 59 | <verstretch>0</verstretch>
|
|---|
| 60 | </sizepolicy>
|
|---|
| 61 | </property>
|
|---|
| 62 | <property name="focusPolicy">
|
|---|
| 63 | <enum>Qt::StrongFocus</enum>
|
|---|
| 64 | </property>
|
|---|
| 65 | <property name="text">
|
|---|
| 66 | <string>Blue</string>
|
|---|
| 67 | </property>
|
|---|
| 68 | <property name="checkable">
|
|---|
| 69 | <bool>true</bool>
|
|---|
| 70 | </property>
|
|---|
| 71 | <property name="checked">
|
|---|
| 72 | <bool>false</bool>
|
|---|
| 73 | </property>
|
|---|
| 74 | <property name="autoExclusive">
|
|---|
| 75 | <bool>true</bool>
|
|---|
| 76 | </property>
|
|---|
| 77 | </widget>
|
|---|
| 78 | </item>
|
|---|
| 79 | <item row="0" column="1">
|
|---|
| 80 | <widget class="QPushButton" name="khakiStyle">
|
|---|
| 81 | <property name="sizePolicy">
|
|---|
| 82 | <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
|
|---|
| 83 | <horstretch>0</horstretch>
|
|---|
| 84 | <verstretch>0</verstretch>
|
|---|
| 85 | </sizepolicy>
|
|---|
| 86 | </property>
|
|---|
| 87 | <property name="focusPolicy">
|
|---|
| 88 | <enum>Qt::StrongFocus</enum>
|
|---|
| 89 | </property>
|
|---|
| 90 | <property name="text">
|
|---|
| 91 | <string>Khaki</string>
|
|---|
| 92 | </property>
|
|---|
| 93 | <property name="checkable">
|
|---|
| 94 | <bool>true</bool>
|
|---|
| 95 | </property>
|
|---|
| 96 | <property name="checked">
|
|---|
| 97 | <bool>false</bool>
|
|---|
| 98 | </property>
|
|---|
| 99 | <property name="autoExclusive">
|
|---|
| 100 | <bool>true</bool>
|
|---|
| 101 | </property>
|
|---|
| 102 | </widget>
|
|---|
| 103 | </item>
|
|---|
| |
|---|