openauto/src/autoapp/UI/mainwindow.ui
2018-05-26 16:31:31 +02:00

305 lines
7.5 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>800</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="Digital_clock">
<property name="geometry">
<rect>
<x>670</x>
<y>14</y>
<width>120</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButtonSettings">
<property name="geometry">
<rect>
<x>30</x>
<y>34</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="icon">
<iconset resource="../../../assets/resources.qrc">
<normaloff>:/settings-hot.png</normaloff>:/settings-hot.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonWirelessConnection">
<property name="geometry">
<rect>
<x>30</x>
<y>104</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="icon">
<iconset resource="../../../assets/resources.qrc">
<normaloff>:/wifi-hot.png</normaloff>:/wifi-hot.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonToggleCursor">
<property name="geometry">
<rect>
<x>30</x>
<y>174</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">display: none;</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../assets/resources.qrc">
<normaloff>:/cursor-hot.png</normaloff>:/cursor-hot.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonDay">
<property name="geometry">
<rect>
<x>30</x>
<y>174</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">display: none;</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../assets/resources.qrc">
<normaloff>:/day-hot.png</normaloff>:/day-hot.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonNight">
<property name="geometry">
<rect>
<x>30</x>
<y>174</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">display: none;</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../assets/resources.qrc">
<normaloff>:/night-hot.png</normaloff>:/night-hot.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonBrightness">
<property name="geometry">
<rect>
<x>30</x>
<y>244</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="icon">
<iconset resource="../../../assets/resources.qrc">
<normaloff>:/brightness-hot.png</normaloff>:/brightness-hot.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QSlider" name="horizontalSliderBrightness">
<property name="geometry">
<rect>
<x>200</x>
<y>210</y>
<width>400</width>
<height>60</height>
</rect>
</property>
<property name="minimum">
<number>30</number>
</property>
<property name="maximum">
<number>255</number>
</property>
<property name="singleStep">
<number>25</number>
</property>
<property name="tickInterval">
<number>25</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QPushButton" name="pushButtonToggleCamera">
<property name="geometry">
<rect>
<x>30</x>
<y>314</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="icon">
<iconset resource="../../../assets/resources.qrc">
<normaloff>:/camera-hot.png</normaloff>:/camera-hot.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonExit">
<property name="geometry">
<rect>
<x>30</x>
<y>384</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="icon">
<iconset resource="../../../assets/resources.qrc">
<normaloff>:/power-hot.png</normaloff>:/power-hot.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</widget>
</widget>
<tabstops>
<tabstop>pushButtonSettings</tabstop>
<tabstop>pushButtonWirelessConnection</tabstop>
<tabstop>pushButtonToggleCursor</tabstop>
<tabstop>pushButtonBrightness</tabstop>
<tabstop>pushButtonToggleCamera</tabstop>
<tabstop>pushButtonExit</tabstop>
</tabstops>
<resources>
<include location="../../../assets/resources.qrc"/>
</resources>
<connections/>
</ui>