OpenFilmLightController/FilmLightController/mainwindow.ui

307 lines
6.9 KiB
Plaintext
Raw Normal View History

2019-01-28 21:59:28 +01:00
<?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">
2019-02-09 21:26:04 +01:00
<string>OpenFilmLightController</string>
2019-01-28 21:59:28 +01:00
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QLCDNumber" name="lcdBrightness">
<property name="geometry">
<rect>
<x>30</x>
2019-01-28 21:59:28 +01:00
<y>20</y>
<width>111</width>
<height>61</height>
</rect>
</property>
</widget>
<widget class="QLCDNumber" name="lcdTemperature">
<property name="geometry">
<rect>
<x>250</x>
2019-01-28 21:59:28 +01:00
<y>20</y>
<width>111</width>
<height>61</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labelBrightness">
<property name="geometry">
<rect>
2019-01-28 22:07:46 +01:00
<x>50</x>
2019-01-28 21:59:28 +01:00
<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>
2019-01-28 21:59:28 +01:00
<y>0</y>
<width>81</width>
<height>20</height>
2019-01-28 21:59:28 +01:00
</rect>
</property>
<property name="text">
<string>Temperature</string>
</property>
</widget>
2019-02-01 21:10:32 +01:00
<widget class="QPushButton" name="BtnIncreaseBrightness">
2019-01-28 21:59:28 +01:00
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
2019-01-28 22:07:46 +01:00
<string>Increase</string>
2019-01-28 21:59:28 +01:00
</property>
2019-02-09 15:11:46 +01:00
<property name="autoRepeat">
<bool>true</bool>
</property>
<property name="autoRepeatDelay">
<number>100</number>
</property>
<property name="autoRepeatInterval">
<number>50</number>
</property>
2019-01-28 21:59:28 +01:00
</widget>
2019-02-01 21:10:32 +01:00
<widget class="QPushButton" name="BtnDecreaseBrightness">
2019-01-28 21:59:28 +01:00
<property name="geometry">
<rect>
<x>100</x>
<y>110</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
2019-01-28 22:07:46 +01:00
<string>Decrease</string>
2019-01-28 21:59:28 +01:00
</property>
2019-02-09 15:11:46 +01:00
<property name="autoRepeat">
<bool>true</bool>
</property>
<property name="autoRepeatDelay">
<number>100</number>
</property>
<property name="autoRepeatInterval">
<number>50</number>
</property>
2019-01-28 21:59:28 +01:00
</widget>
2019-02-01 21:10:32 +01:00
<widget class="QPushButton" name="BtnIncreaseTemperatur">
2019-01-28 21:59:28 +01:00
<property name="geometry">
<rect>
<x>220</x>
<y>110</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
2019-01-28 22:07:46 +01:00
<string>Increase</string>
2019-01-28 21:59:28 +01:00
</property>
2019-02-09 15:11:46 +01:00
<property name="autoRepeat">
<bool>true</bool>
</property>
<property name="autoRepeatDelay">
<number>100</number>
</property>
<property name="autoRepeatInterval">
<number>70</number>
</property>
2019-01-28 21:59:28 +01:00
</widget>
2019-02-01 21:10:32 +01:00
<widget class="QPushButton" name="BtnDecreaseTemperatur">
2019-01-28 21:59:28 +01:00
<property name="geometry">
<rect>
<x>310</x>
<y>110</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
2019-01-28 22:07:46 +01:00
<string>Decrease</string>
2019-01-28 21:59:28 +01:00
</property>
2019-02-09 15:11:46 +01:00
<property name="autoRepeat">
<bool>true</bool>
</property>
<property name="autoRepeatDelay">
<number>100</number>
</property>
<property name="autoRepeatInterval">
<number>70</number>
</property>
2019-01-28 21:59:28 +01:00
</widget>
2019-02-01 21:10:32 +01:00
<widget class="QPushButton" name="BtnSetBrightness">
2019-01-28 21:59:28 +01:00
<property name="geometry">
<rect>
2019-01-28 22:07:46 +01:00
<x>110</x>
2019-01-28 21:59:28 +01:00
<y>150</y>
2019-01-28 22:07:46 +01:00
<width>51</width>
2019-01-28 21:59:28 +01:00
<height>26</height>
</rect>
</property>
<property name="text">
2019-01-28 22:07:46 +01:00
<string>Set</string>
2019-01-28 21:59:28 +01:00
</property>
</widget>
2019-02-01 21:10:32 +01:00
<widget class="QPushButton" name="BtnSetTemperatur">
2019-01-28 21:59:28 +01:00
<property name="geometry">
<rect>
2019-01-28 22:07:46 +01:00
<x>320</x>
2019-01-28 21:59:28 +01:00
<y>150</y>
2019-01-28 22:07:46 +01:00
<width>51</width>
2019-01-28 21:59:28 +01:00
<height>26</height>
</rect>
</property>
<property name="text">
2019-01-28 22:07:46 +01:00
<string>Set</string>
2019-01-28 21:59:28 +01:00
</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>
2019-01-28 22:07:46 +01:00
<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>
2019-02-01 21:10:32 +01:00
<widget class="QLabel" name="labelPowerCold">
<property name="geometry">
<rect>
<x>10</x>
2019-02-09 23:06:14 +01:00
<y>240</y>
2019-02-09 21:21:26 +01:00
<width>201</width>
2019-02-01 21:10:32 +01:00
<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>
2019-02-09 23:06:14 +01:00
<y>270</y>
2019-02-09 21:21:26 +01:00
<width>211</width>
2019-02-01 21:10:32 +01:00
<height>18</height>
</rect>
</property>
<property name="text">
<string>Output Power Warm:</string>
</property>
</widget>
2019-02-09 15:11:46 +01:00
<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>
2019-02-09 23:06:14 +01:00
<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>
2019-01-28 21:59:28 +01:00
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>