1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>MainWindow</class> 4 <widget class="QMainWindow" name="MainWindow"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>400</width> 10 <height>300</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>BackLight</string> 15 </property> 16 <widget class="QWidget" name="centralWidget"> 17 <layout class="QVBoxLayout" name="verticalLayout_2"> 18 <item> 19 <layout class="QGridLayout" name="gridLayout"> 20 <item row="3" column="1"> 21 <widget class="QPushButton" name="exitBtn"> 22 <property name="text"> 23 <string>Exit</string> 24 </property> 25 </widget> 26 </item> 27 <item row="0" column="2"> 28 <widget class="QLabel" name="label_2"> 29 <property name="sizePolicy"> 30 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> 31 <horstretch>0</horstretch> 32 <verstretch>0</verstretch> 33 </sizepolicy> 34 </property> 35 <property name="text"> 36 <string>255</string> 37 </property> 38 </widget> 39 </item> 40 <item row="0" column="1"> 41 <widget class="QScrollBar" name="slider"> 42 <property name="sizePolicy"> 43 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 44 <horstretch>0</horstretch> 45 <verstretch>0</verstretch> 46 </sizepolicy> 47 </property> 48 <property name="maximumSize"> 49 <size> 50 <width>16777215</width> 51 <height>16777215</height> 52 </size> 53 </property> 54 <property name="maximum"> 55 <number>255</number> 56 </property> 57 <property name="value"> 58 <number>5</number> 59 </property> 60 <property name="orientation"> 61 <enum>Qt::Horizontal</enum> 62 </property> 63 </widget> 64 </item> 65 <item row="1" column="1"> 66 <spacer name="verticalSpacer"> 67 <property name="orientation"> 68 <enum>Qt::Vertical</enum> 69 </property> 70 <property name="sizeHint" stdset="0"> 71 <size> 72 <width>20</width> 73 <height>200</height> 74 </size> 75 </property> 76 </spacer> 77 </item> 78 <item row="0" column="0"> 79 <widget class="QLabel" name="label"> 80 <property name="sizePolicy"> 81 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> 82 <horstretch>0</horstretch> 83 <verstretch>0</verstretch> 84 </sizepolicy> 85 </property> 86 <property name="maximumSize"> 87 <size> 88 <width>16777215</width> 89 <height>16777215</height> 90 </size> 91 </property> 92 <property name="text"> 93 <string>0</string> 94 </property> 95 </widget> 96 </item> 97 </layout> 98 </item> 99 </layout> 100 <zorder></zorder> 101 </widget> 102 <widget class="QMenuBar" name="menuBar"> 103 <property name="geometry"> 104 <rect> 105 <x>0</x> 106 <y>0</y> 107 <width>400</width> 108 <height>23</height> 109 </rect> 110 </property> 111 </widget> 112 <widget class="QToolBar" name="mainToolBar"> 113 <attribute name="toolBarArea"> 114 <enum>TopToolBarArea</enum> 115 </attribute> 116 <attribute name="toolBarBreak"> 117 <bool>false</bool> 118 </attribute> 119 </widget> 120 <widget class="QStatusBar" name="statusBar"/> 121 <widget class="QToolBar" name="toolBar"> 122 <property name="windowTitle"> 123 <string>toolBar</string> 124 </property> 125 <attribute name="toolBarArea"> 126 <enum>TopToolBarArea</enum> 127 </attribute> 128 <attribute name="toolBarBreak"> 129 <bool>false</bool> 130 </attribute> 131 </widget> 132 </widget> 133 <layoutdefault spacing="6" margin="11"/> 134 <resources/> 135 <connections/> 136</ui> 137