OpenFilmLightController/FilmLightController/mainwindow.ui

307 lines
6.9 KiB
XML

<?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>OpenFilmLightController</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>240</y>
<width>201</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>270</y>
<width>211</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 class="QLabel" name="labelPowerCombined">
<property name="geometry">
<rect>
<x>10</x>
<y>300</y>
<width>211</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Combined Power:</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<width>151</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>adaptive brightness</string>
</property>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>