<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>360</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralWidget"> <widget class="QLCDNumber" name="lcdBrightness"> <property name="geometry"> <rect> <x>30</x> <y>20</y> <width>111</width> <height>61</height> </rect> </property> </widget> <widget class="QLCDNumber" name="lcdTemperature"> <property name="geometry"> <rect> <x>250</x> <y>20</y> <width>111</width> <height>61</height> </rect> </property> </widget> <widget class="QLabel" name="labelBrightness"> <property name="geometry"> <rect> <x>50</x> <y>0</y> <width>71</width> <height>18</height> </rect> </property> <property name="text"> <string>Brightness</string> </property> </widget> <widget class="QLabel" name="labelTemperature"> <property name="geometry"> <rect> <x>270</x> <y>0</y> <width>81</width> <height>20</height> </rect> </property> <property name="text"> <string>Temperature</string> </property> </widget> <widget class="QPushButton" name="BtnIncreaseBrightness"> <property name="geometry"> <rect> <x>10</x> <y>110</y> <width>80</width> <height>26</height> </rect> </property> <property name="text"> <string>Increase</string> </property> <property name="autoRepeat"> <bool>true</bool> </property> <property name="autoRepeatDelay"> <number>100</number> </property> <property name="autoRepeatInterval"> <number>50</number> </property> </widget> <widget class="QPushButton" name="BtnDecreaseBrightness"> <property name="geometry"> <rect> <x>100</x> <y>110</y> <width>80</width> <height>26</height> </rect> </property> <property name="text"> <string>Decrease</string> </property> <property name="autoRepeat"> <bool>true</bool> </property> <property name="autoRepeatDelay"> <number>100</number> </property> <property name="autoRepeatInterval"> <number>50</number> </property> </widget> <widget class="QPushButton" name="BtnIncreaseTemperatur"> <property name="geometry"> <rect> <x>220</x> <y>110</y> <width>80</width> <height>26</height> </rect> </property> <property name="text"> <string>Increase</string> </property> <property name="autoRepeat"> <bool>true</bool> </property> <property name="autoRepeatDelay"> <number>100</number> </property> <property name="autoRepeatInterval"> <number>70</number> </property> </widget> <widget class="QPushButton" name="BtnDecreaseTemperatur"> <property name="geometry"> <rect> <x>310</x> <y>110</y> <width>80</width> <height>26</height> </rect> </property> <property name="text"> <string>Decrease</string> </property> <property name="autoRepeat"> <bool>true</bool> </property> <property name="autoRepeatDelay"> <number>100</number> </property> <property name="autoRepeatInterval"> <number>70</number> </property> </widget> <widget class="QPushButton" name="BtnSetBrightness"> <property name="geometry"> <rect> <x>110</x> <y>150</y> <width>51</width> <height>26</height> </rect> </property> <property name="text"> <string>Set</string> </property> </widget> <widget class="QPushButton" name="BtnSetTemperatur"> <property name="geometry"> <rect> <x>320</x> <y>150</y> <width>51</width> <height>26</height> </rect> </property> <property name="text"> <string>Set</string> </property> </widget> <widget class="Line" name="line"> <property name="geometry"> <rect> <x>0</x> <y>90</y> <width>401</width> <height>16</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="Line" name="line_2"> <property name="geometry"> <rect> <x>0</x> <y>190</y> <width>401</width> <height>16</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="Line" name="line_3"> <property name="geometry"> <rect> <x>190</x> <y>110</y> <width>20</width> <height>81</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="Line" name="line_4"> <property name="geometry"> <rect> <x>190</x> <y>10</y> <width>20</width> <height>81</height> </rect> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> <widget class="QLabel" name="labelPowerCold"> <property name="geometry"> <rect> <x>10</x> <y>220</y> <width>131</width> <height>18</height> </rect> </property> <property name="text"> <string>Output Power Cold:</string> </property> </widget> <widget class="QLabel" name="labelPowerWarm"> <property name="geometry"> <rect> <x>10</x> <y>250</y> <width>131</width> <height>18</height> </rect> </property> <property name="text"> <string>Output Power Warm:</string> </property> </widget> <widget class="QLineEdit" name="lineBrightness"> <property name="geometry"> <rect> <x>10</x> <y>150</y> <width>81</width> <height>26</height> </rect> </property> </widget> <widget class="QLineEdit" name="lineTemperature"> <property name="geometry"> <rect> <x>220</x> <y>150</y> <width>71</width> <height>26</height> </rect> </property> </widget> </widget> <widget class="QMenuBar" name="menuBar"> <property name="enabled"> <bool>true</bool> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>23</height> </rect> </property> <widget class="QMenu" name="menuOpenFilmLight_Controller"> <property name="enabled"> <bool>true</bool> </property> <property name="title"> <string>OpenFilmLight Controller</string> </property> </widget> <addaction name="menuOpenFilmLight_Controller"/> </widget> <widget class="QToolBar" name="mainToolBar"> <property name="enabled"> <bool>true</bool> </property> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak"> <bool>false</bool> </attribute> </widget> <widget class="QStatusBar" name="statusBar"/> </widget> <layoutdefault spacing="6" margin="11"/> <resources/> <connections/> </ui>