openauto/src/autoapp/UI/settingswindow.ui
2018-07-13 21:27:09 +02:00

2600 lines
64 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SettingsWindow</class>
<widget class="QWidget" name="SettingsWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>480</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>800</width>
<height>480</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>800</width>
<height>480</height>
</size>
</property>
<property name="windowTitle">
<string>Settings</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(46, 52, 54);
color: rgb(238, 238, 236);
</string>
</property>
<widget class="QPushButton" name="pushButtonSave">
<property name="geometry">
<rect>
<x>630</x>
<y>430</y>
<width>161</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Save</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonCancel">
<property name="geometry">
<rect>
<x>630</x>
<y>330</y>
<width>161</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>621</width>
<height>481</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tabGeneral">
<attribute name="title">
<string>General</string>
</attribute>
<widget class="QGroupBox" name="groupBoxHandenessOfTraffic">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>616</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>Handedness of traffic</string>
</property>
<widget class="QRadioButton" name="radioButtonLeftHandDrive">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>141</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Left-hand drive</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButtonRightHandDrive">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>151</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Right-hand drive</string>
</property>
</widget>
</widget>
<widget class="QCheckBox" name="checkBoxShowClock">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>111</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Show clock</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabVideo">
<attribute name="title">
<string>Video</string>
</attribute>
<widget class="QGroupBox" name="groupBoxResolution">
<property name="geometry">
<rect>
<x>0</x>
<y>80</y>
<width>616</width>
<height>141</height>
</rect>
</property>
<property name="title">
<string>Resolution</string>
</property>
<widget class="QRadioButton" name="radioButton480p">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>71</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>480p</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton720p">
<property name="geometry">
<rect>
<x>120</x>
<y>30</y>
<width>71</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>720p</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton1080p">
<property name="geometry">
<rect>
<x>230</x>
<y>30</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>1080p</string>
</property>
</widget>
<widget class="QLabel" name="labelResolutionWarning">
<property name="geometry">
<rect>
<x>50</x>
<y>60</y>
<width>561</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;justify&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;720p and 1080p must be activated in hidden Developer settings of Android Auto application.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="margin">
<number>10</number>
</property>
</widget>
<widget class="QLabel" name="labelResolutionWarningIcon">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>31</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;justify&quot;&gt;&lt;img src=&quot;:/ico_warning.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBoxFrameRate">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>616</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>Frame rate</string>
</property>
<widget class="QRadioButton" name="radioButton60FPS">
<property name="geometry">
<rect>
<x>120</x>
<y>30</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>60 FPS</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton30FPS">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>30 FPS</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBoxOmxLayerIndex">
<property name="geometry">
<rect>
<x>0</x>
<y>230</y>
<width>616</width>
<height>121</height>
</rect>
</property>
<property name="title">
<string>Display</string>
</property>
<widget class="QLabel" name="labelOmxLayerIndex">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>90</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Layer index:</string>
</property>
</widget>
<widget class="QLabel" name="labelBluetoothAddressFormatInfo_2">
<property name="geometry">
<rect>
<x>60</x>
<y>80</y>
<width>360</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt; font-style:italic;&quot;&gt;OMX Layer is used only in case of OMX video output.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="labelBluetoothAddressFormatInfoIcon_2">
<property name="geometry">
<rect>
<x>30</x>
<y>80</y>
<width>21</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/ico_info.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBoxOmxLayerIndex">
<property name="geometry">
<rect>
<x>100</x>
<y>30</y>
<width>100</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QSpinBox::up-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center right;
}
QSpinBox::down-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center left;
}</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelVideoMarginWidth">
<property name="geometry">
<rect>
<x>210</x>
<y>40</y>
<width>95</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Margin width:</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBoxVideoMarginWidth">
<property name="geometry">
<rect>
<x>305</x>
<y>30</y>
<width>100</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QSpinBox::up-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center right;
}
QSpinBox::down-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center left;
}</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="maximum">
<number>99999</number>
</property>
</widget>
<widget class="QLabel" name="labelVideoMarginHeight">
<property name="geometry">
<rect>
<x>415</x>
<y>40</y>
<width>100</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Margin height:</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBoxVideoMarginHeight">
<property name="geometry">
<rect>
<x>515</x>
<y>30</y>
<width>100</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QSpinBox::up-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center right;
}
QSpinBox::down-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center left;
}</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="maximum">
<number>99999</number>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBoxScreenDPI">
<property name="geometry">
<rect>
<x>0</x>
<y>360</y>
<width>616</width>
<height>81</height>
</rect>
</property>
<property name="title">
<string>Android Auto Screen DPI</string>
</property>
<widget class="QLabel" name="labelScreenDPIValue">
<property name="geometry">
<rect>
<x>570</x>
<y>40</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>100</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSliderScreenDPI">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>531</width>
<height>34</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QSlider::handle:horizontal { background: white; height: 32px; width: 52px; margin: 0 0;}
QSlider::groove:horizontal { background: #6d6d6d; height: 32px;}</string>
</property>
<property name="maximum">
<number>400</number>
</property>
<property name="value">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tabAudio">
<attribute name="title">
<string>Audio</string>
</attribute>
<widget class="QGroupBox" name="groupBoxAudioChannels">
<property name="geometry">
<rect>
<x>-1</x>
<y>10</y>
<width>616</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>Audio channels</string>
</property>
<widget class="QCheckBox" name="checkBoxMusicAudioChannel">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>131</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Music channel</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxSpeechAudioChannel">
<property name="geometry">
<rect>
<x>160</x>
<y>30</y>
<width>131</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Speech channel</string>
</property>
</widget>
<widget class="QLabel" name="labelAudioChannelDescription">
<property name="geometry">
<rect>
<x>60</x>
<y>70</y>
<width>511</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt; font-style:italic;&quot;&gt;Disable audio channel if you need custom audio routing e.g. via A2DP or AUX.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="labelAudioChannelDescriptionIcon">
<property name="geometry">
<rect>
<x>30</x>
<y>70</y>
<width>21</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/ico_info.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBoxAudioOutputBackend">
<property name="geometry">
<rect>
<x>0</x>
<y>130</y>
<width>616</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>Output backend</string>
</property>
<widget class="QRadioButton" name="radioButtonRtAudio">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>112</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>RT audio</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButtonQtAudio">
<property name="geometry">
<rect>
<x>140</x>
<y>30</y>
<width>112</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Qt</string>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tabInput">
<attribute name="title">
<string>Input</string>
</attribute>
<widget class="QCheckBox" name="checkBoxEnableTouchscreen">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>161</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Enable touchscreen</string>
</property>
</widget>
<widget class="QListWidget" name="listWidgetButtons">
<property name="geometry">
<rect>
<x>0</x>
<y>70</y>
<width>616</width>
<height>381</height>
</rect>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::MultiSelection</enum>
</property>
</widget>
<widget class="QLabel" name="labelButtons">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Buttons</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxPlayButton">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Play</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxPauseButton">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Pause</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxTogglePlayButton">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>111</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Toggle play</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxNextTrackButton">
<property name="geometry">
<rect>
<x>20</x>
<y>200</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Next track</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxPreviousTrackButton">
<property name="geometry">
<rect>
<x>20</x>
<y>240</y>
<width>121</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Previous track</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxHomeButton">
<property name="geometry">
<rect>
<x>20</x>
<y>280</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Home</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxBackButton">
<property name="geometry">
<rect>
<x>200</x>
<y>320</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Back</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxEnterButton">
<property name="geometry">
<rect>
<x>200</x>
<y>360</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Enter</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxPhoneButton">
<property name="geometry">
<rect>
<x>20</x>
<y>320</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Phone</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxCallEndButton">
<property name="geometry">
<rect>
<x>20</x>
<y>360</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Call end</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxVoiceCommandButton">
<property name="geometry">
<rect>
<x>200</x>
<y>80</y>
<width>141</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Voice command</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxLeftButton">
<property name="geometry">
<rect>
<x>200</x>
<y>120</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Left</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxRightButton">
<property name="geometry">
<rect>
<x>200</x>
<y>160</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Right</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxUpButton">
<property name="geometry">
<rect>
<x>200</x>
<y>200</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Up</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxDownButton">
<property name="geometry">
<rect>
<x>200</x>
<y>240</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Down</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxScrollWheelButton">
<property name="geometry">
<rect>
<x>200</x>
<y>280</y>
<width>111</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Scroll wheel</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonSelectAll">
<property name="geometry">
<rect>
<x>490</x>
<y>80</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Select all</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonClearSelection">
<property name="geometry">
<rect>
<x>490</x>
<y>140</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Clear selection</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonShowBindings">
<property name="geometry">
<rect>
<x>490</x>
<y>200</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Show bindings</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabBluetooth">
<attribute name="title">
<string>Bluetooth</string>
</attribute>
<widget class="QGroupBox" name="groupBoxBluetoothAdapter">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>616</width>
<height>441</height>
</rect>
</property>
<property name="title">
<string>Bluetooth adapter</string>
</property>
<widget class="QRadioButton" name="radioButtonDisableBluetooth">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>171</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Disable bluetooth</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButtonUseExternalBluetoothAdapter">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>171</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Use external adapter</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditExternalBluetoothAdapterAddress">
<property name="geometry">
<rect>
<x>130</x>
<y>120</y>
<width>231</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labelBluetoothAdapterAddress">
<property name="geometry">
<rect>
<x>60</x>
<y>120</y>
<width>67</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Address:</string>
</property>
</widget>
<widget class="QLabel" name="labelBluetoothAddressFormatInfo">
<property name="geometry">
<rect>
<x>180</x>
<y>160</y>
<width>320</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt; font-style:italic; color:#babdb6;&quot;&gt;Provide address in format AA:BB:CC:DD:EE:FF.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="labelBluetoothAddressFormatInfoIcon">
<property name="geometry">
<rect>
<x>150</x>
<y>160</y>
<width>21</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/ico_info.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButtonUseLocalBluetoothAdapter">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>151</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Use local adapter</string>
</property>
</widget>
<widget class="QLabel" name="labelPairWarningIcon">
<property name="geometry">
<rect>
<x>10</x>
<y>206</y>
<width>31</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/ico_warning.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="labelPairWarning">
<property name="geometry">
<rect>
<x>50</x>
<y>210</y>
<width>501</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>In order to use bluetooth features please remember to pair your device.</string>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tabCrankshaftNG">
<attribute name="title">
<string>CS-NG Base</string>
</attribute>
<widget class="QGroupBox" name="groupBoxSystemInfo">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>616</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>System Information</string>
</property>
<widget class="QLabel" name="labelSystemVersion">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Version:</string>
</property>
</widget>
<widget class="QLabel" name="valueSystemVersion">
<property name="geometry">
<rect>
<x>90</x>
<y>34</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
</widget>
<widget class="QLabel" name="labelSystemBuildDate">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Build Date:</string>
</property>
</widget>
<widget class="QLabel" name="valueSystemBuildDate">
<property name="geometry">
<rect>
<x>90</x>
<y>64</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
</widget>
<widget class="QLabel" name="labelSystemFreeMem">
<property name="geometry">
<rect>
<x>200</x>
<y>30</y>
<width>110</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Free Memory:</string>
</property>
</widget>
<widget class="QLabel" name="valueSystemFreeMem">
<property name="geometry">
<rect>
<x>310</x>
<y>34</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
</widget>
<widget class="QLabel" name="labelSystemCPUFreq">
<property name="geometry">
<rect>
<x>200</x>
<y>60</y>
<width>110</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>CPU Frequency:</string>
</property>
</widget>
<widget class="QLabel" name="valueSystemCPUFreq">
<property name="geometry">
<rect>
<x>310</x>
<y>64</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
</widget>
<widget class="QLabel" name="labelSystemCPUTemp">
<property name="geometry">
<rect>
<x>420</x>
<y>30</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>CPU Temp:</string>
</property>
</widget>
<widget class="QLabel" name="valueSystemCPUTemp">
<property name="geometry">
<rect>
<x>500</x>
<y>34</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBoxSystemVolume">
<property name="geometry">
<rect>
<x>0</x>
<y>110</y>
<width>616</width>
<height>81</height>
</rect>
</property>
<property name="title">
<string>Master System Playback Volume</string>
</property>
<widget class="QLabel" name="labelSystemVolumeValue">
<property name="geometry">
<rect>
<x>570</x>
<y>40</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSliderSystemVolume">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>531</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QSlider::handle:horizontal { background: white; height: 32px; width: 52px; margin: 0 0;}
QSlider::groove:horizontal { background: #6d6d6d; height: 32px;}</string>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBoxSystemCapture">
<property name="geometry">
<rect>
<x>0</x>
<y>200</y>
<width>616</width>
<height>81</height>
</rect>
</property>
<property name="title">
<string>Master System Capture Volume</string>
</property>
<widget class="QLabel" name="labelSystemCaptureValue">
<property name="geometry">
<rect>
<x>570</x>
<y>40</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSliderSystemCapture">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>531</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QSlider::handle:horizontal { background: white; height: 32px; width: 52px; margin: 0 0;}
QSlider::groove:horizontal { background: #6d6d6d; height: 32px;}</string>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="Timers">
<property name="geometry">
<rect>
<x>0</x>
<y>300</y>
<width>616</width>
<height>161</height>
</rect>
</property>
<property name="title">
<string>Timer</string>
</property>
<widget class="QLabel" name="labelShutdownTimer">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>150</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Shutdown Timeout:</string>
</property>
</widget>
<widget class="QLabel" name="valueShutdownTimer">
<property name="geometry">
<rect>
<x>160</x>
<y>42</y>
<width>240</width>
<height>23</height>
</rect>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
<widget class="QLabel" name="labelDisconnectTimer">
<property name="geometry">
<rect>
<x>10</x>
<y>81</y>
<width>150</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Screen Off Timeout:</string>
</property>
</widget>
<widget class="QLabel" name="valueDisconnectTimer">
<property name="geometry">
<rect>
<x>160</x>
<y>93</y>
<width>240</width>
<height>23</height>
</rect>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
<widget class="QSpinBox" name="spinBoxDisconnect">
<property name="geometry">
<rect>
<x>400</x>
<y>81</y>
<width>110</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QSpinBox::up-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center right;
}
QSpinBox::down-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center left;
}</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="minimum">
<number>30</number>
</property>
<property name="maximum">
<number>300</number>
</property>
<property name="singleStep">
<number>10</number>
</property>
<property name="value">
<number>120</number>
</property>
</widget>
<widget class="QSpinBox" name="spinBoxShutdown">
<property name="geometry">
<rect>
<x>400</x>
<y>30</y>
<width>110</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QSpinBox::up-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center right;
}
QSpinBox::down-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center left;
}</string>
</property>
<property name="frame">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>60</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>60</number>
</property>
</widget>
<widget class="QLabel" name="labelMinutes">
<property name="geometry">
<rect>
<x>530</x>
<y>30</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Minutes</string>
</property>
</widget>
<widget class="QLabel" name="labelSeconds">
<property name="geometry">
<rect>
<x>530</x>
<y>80</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Seconds</string>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tabGPIO">
<attribute name="title">
<string>CS-NG Special</string>
</attribute>
<widget class="QGroupBox" name="groupBoxGPIO">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>616</width>
<height>141</height>
</rect>
</property>
<property name="title">
<string>GPIO Settings</string>
</property>
<widget class="QCheckBox" name="checkBoxGPIO">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>100</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Enable GPIO</string>
</property>
</widget>
<widget class="QComboBox" name="comboBoxDevMode">
<property name="geometry">
<rect>
<x>90</x>
<y>60</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="editable">
<bool>false</bool>
</property>
<property name="currentText">
<string>- - -</string>
</property>
<item>
<property name="text">
<string>- - -</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>3</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>5</string>
</property>
</item>
<item>
<property name="text">
<string>6</string>
</property>
</item>
<item>
<property name="text">
<string>7</string>
</property>
</item>
<item>
<property name="text">
<string>8</string>
</property>
</item>
<item>
<property name="text">
<string>9</string>
</property>
</item>
<item>
<property name="text">
<string>10</string>
</property>
</item>
<item>
<property name="text">
<string>11</string>
</property>
</item>
<item>
<property name="text">
<string>12</string>
</property>
</item>
<item>
<property name="text">
<string>13</string>
</property>
</item>
<item>
<property name="text">
<string>14</string>
</property>
</item>
<item>
<property name="text">
<string>15</string>
</property>
</item>
<item>
<property name="text">
<string>16</string>
</property>
</item>
<item>
<property name="text">
<string>17</string>
</property>
</item>
<item>
<property name="text">
<string>18</string>
</property>
</item>
<item>
<property name="text">
<string>19</string>
</property>
</item>
<item>
<property name="text">
<string>20</string>
</property>
</item>
<item>
<property name="text">
<string>21</string>
</property>
</item>
<item>
<property name="text">
<string>22</string>
</property>
</item>
<item>
<property name="text">
<string>23</string>
</property>
</item>
<item>
<property name="text">
<string>24</string>
</property>
</item>
<item>
<property name="text">
<string>25</string>
</property>
</item>
<item>
<property name="text">
<string>26</string>
</property>
</item>
</widget>
<widget class="QLabel" name="labelDevMode">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Dev Mode</string>
</property>
</widget>
<widget class="QComboBox" name="comboBoxInvert">
<property name="geometry">
<rect>
<x>300</x>
<y>60</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="editable">
<bool>false</bool>
</property>
<property name="currentText">
<string>- - -</string>
</property>
<item>
<property name="text">
<string>- - -</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>3</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>5</string>
</property>
</item>
<item>
<property name="text">
<string>6</string>
</property>
</item>
<item>
<property name="text">
<string>7</string>
</property>
</item>
<item>
<property name="text">
<string>8</string>
</property>
</item>
<item>
<property name="text">
<string>9</string>
</property>
</item>
<item>
<property name="text">
<string>10</string>
</property>
</item>
<item>
<property name="text">
<string>11</string>
</property>
</item>
<item>
<property name="text">
<string>12</string>
</property>
</item>
<item>
<property name="text">
<string>13</string>
</property>
</item>
<item>
<property name="text">
<string>14</string>
</property>
</item>
<item>
<property name="text">
<string>15</string>
</property>
</item>
<item>
<property name="text">
<string>16</string>
</property>
</item>
<item>
<property name="text">
<string>17</string>
</property>
</item>
<item>
<property name="text">
<string>18</string>
</property>
</item>
<item>
<property name="text">
<string>19</string>
</property>
</item>
<item>
<property name="text">
<string>20</string>
</property>
</item>
<item>
<property name="text">
<string>21</string>
</property>
</item>
<item>
<property name="text">
<string>22</string>
</property>
</item>
<item>
<property name="text">
<string>23</string>
</property>
</item>
<item>
<property name="text">
<string>24</string>
</property>
</item>
<item>
<property name="text">
<string>25</string>
</property>
</item>
<item>
<property name="text">
<string>26</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="comboBoxX11">
<property name="geometry">
<rect>
<x>90</x>
<y>100</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="editable">
<bool>false</bool>
</property>
<property name="currentText">
<string>- - -</string>
</property>
<item>
<property name="text">
<string>- - -</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>3</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>5</string>
</property>
</item>
<item>
<property name="text">
<string>6</string>
</property>
</item>
<item>
<property name="text">
<string>7</string>
</property>
</item>
<item>
<property name="text">
<string>8</string>
</property>
</item>
<item>
<property name="text">
<string>9</string>
</property>
</item>
<item>
<property name="text">
<string>10</string>
</property>
</item>
<item>
<property name="text">
<string>11</string>
</property>
</item>
<item>
<property name="text">
<string>12</string>
</property>
</item>
<item>
<property name="text">
<string>13</string>
</property>
</item>
<item>
<property name="text">
<string>14</string>
</property>
</item>
<item>
<property name="text">
<string>15</string>
</property>
</item>
<item>
<property name="text">
<string>16</string>
</property>
</item>
<item>
<property name="text">
<string>17</string>
</property>
</item>
<item>
<property name="text">
<string>18</string>
</property>
</item>
<item>
<property name="text">
<string>19</string>
</property>
</item>
<item>
<property name="text">
<string>20</string>
</property>
</item>
<item>
<property name="text">
<string>21</string>
</property>
</item>
<item>
<property name="text">
<string>22</string>
</property>
</item>
<item>
<property name="text">
<string>23</string>
</property>
</item>
<item>
<property name="text">
<string>24</string>
</property>
</item>
<item>
<property name="text">
<string>25</string>
</property>
</item>
<item>
<property name="text">
<string>26</string>
</property>
</item>
</widget>
<widget class="QLabel" name="labelX11">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>X11 Pin</string>
</property>
</widget>
<widget class="QLabel" name="labelRearcam">
<property name="geometry">
<rect>
<x>210</x>
<y>100</y>
<width>90</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Rearcam Pin</string>
</property>
</widget>
<widget class="QComboBox" name="comboBoxAndroid">
<property name="geometry">
<rect>
<x>500</x>
<y>60</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="editable">
<bool>false</bool>
</property>
<property name="currentText">
<string>- - -</string>
</property>
<item>
<property name="text">
<string>- - -</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>3</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>5</string>
</property>
</item>
<item>
<property name="text">
<string>6</string>
</property>
</item>
<item>
<property name="text">
<string>7</string>
</property>
</item>
<item>
<property name="text">
<string>8</string>
</property>
</item>
<item>
<property name="text">
<string>9</string>
</property>
</item>
<item>
<property name="text">
<string>10</string>
</property>
</item>
<item>
<property name="text">
<string>11</string>
</property>
</item>
<item>
<property name="text">
<string>12</string>
</property>
</item>
<item>
<property name="text">
<string>13</string>
</property>
</item>
<item>
<property name="text">
<string>14</string>
</property>
</item>
<item>
<property name="text">
<string>15</string>
</property>
</item>
<item>
<property name="text">
<string>16</string>
</property>
</item>
<item>
<property name="text">
<string>17</string>
</property>
</item>
<item>
<property name="text">
<string>18</string>
</property>
</item>
<item>
<property name="text">
<string>19</string>
</property>
</item>
<item>
<property name="text">
<string>20</string>
</property>
</item>
<item>
<property name="text">
<string>21</string>
</property>
</item>
<item>
<property name="text">
<string>22</string>
</property>
</item>
<item>
<property name="text">
<string>23</string>
</property>
</item>
<item>
<property name="text">
<string>24</string>
</property>
</item>
<item>
<property name="text">
<string>25</string>
</property>
</item>
<item>
<property name="text">
<string>26</string>
</property>
</item>
</widget>
<widget class="QLabel" name="labelAndroid">
<property name="geometry">
<rect>
<x>420</x>
<y>60</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Android Pin</string>
</property>
</widget>
<widget class="QComboBox" name="comboBoxRearcam">
<property name="geometry">
<rect>
<x>300</x>
<y>100</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="editable">
<bool>false</bool>
</property>
<property name="currentText">
<string>- - -</string>
</property>
<item>
<property name="text">
<string>- - -</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>3</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>5</string>
</property>
</item>
<item>
<property name="text">
<string>6</string>
</property>
</item>
<item>
<property name="text">
<string>7</string>
</property>
</item>
<item>
<property name="text">
<string>8</string>
</property>
</item>
<item>
<property name="text">
<string>9</string>
</property>
</item>
<item>
<property name="text">
<string>10</string>
</property>
</item>
<item>
<property name="text">
<string>11</string>
</property>
</item>
<item>
<property name="text">
<string>12</string>
</property>
</item>
<item>
<property name="text">
<string>13</string>
</property>
</item>
<item>
<property name="text">
<string>14</string>
</property>
</item>
<item>
<property name="text">
<string>15</string>
</property>
</item>
<item>
<property name="text">
<string>16</string>
</property>
</item>
<item>
<property name="text">
<string>17</string>
</property>
</item>
<item>
<property name="text">
<string>18</string>
</property>
</item>
<item>
<property name="text">
<string>19</string>
</property>
</item>
<item>
<property name="text">
<string>20</string>
</property>
</item>
<item>
<property name="text">
<string>21</string>
</property>
</item>
<item>
<property name="text">
<string>22</string>
</property>
</item>
<item>
<property name="text">
<string>23</string>
</property>
</item>
<item>
<property name="text">
<string>24</string>
</property>
</item>
<item>
<property name="text">
<string>25</string>
</property>
</item>
<item>
<property name="text">
<string>26</string>
</property>
</item>
</widget>
<widget class="QLabel" name="labelInvert">
<property name="geometry">
<rect>
<x>210</x>
<y>60</y>
<width>90</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Invert Pin</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBoxDayNight">
<property name="geometry">
<rect>
<x>0</x>
<y>180</y>
<width>616</width>
<height>81</height>
</rect>
</property>
<property name="title">
<string>Auto Day / Night</string>
</property>
<widget class="QLabel" name="labelDay">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>80</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Start Day</string>
</property>
</widget>
<widget class="QLabel" name="labelNight">
<property name="geometry">
<rect>
<x>210</x>
<y>40</y>
<width>80</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Start Night</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBoxDay">
<property name="geometry">
<rect>
<x>90</x>
<y>30</y>
<width>100</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QSpinBox::up-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center right;
}
QSpinBox::down-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center left;
}</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="maximum">
<number>23</number>
</property>
<property name="value">
<number>8</number>
</property>
</widget>
<widget class="QSpinBox" name="spinBoxNight">
<property name="geometry">
<rect>
<x>290</x>
<y>30</y>
<width>100</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QSpinBox::up-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center right;
}
QSpinBox::down-button { width: 32px; height: 32px;
subcontrol-origin: margin;
subcontrol-position: center left;
}</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="maximum">
<number>23</number>
</property>
<property name="value">
<number>18</number>
</property>
</widget>
<widget class="QLabel" name="labelDayNightNote">
<property name="geometry">
<rect>
<x>440</x>
<y>40</y>
<width>171</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Needs configured rtc!</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="labelBluetoothAddressFormatInfoIcon_3">
<property name="geometry">
<rect>
<x>410</x>
<y>36</y>
<width>21</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/ico_info.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBoxStartMode">
<property name="geometry">
<rect>
<x>0</x>
<y>290</y>
<width>300</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>Start Mode Openauto</string>
</property>
<widget class="QRadioButton" name="radioButtonX11">
<property name="geometry">
<rect>
<x>120</x>
<y>30</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>X11</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButtonEGL">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>EGL</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QLabel" name="labelSettingsInfo">
<property name="geometry">
<rect>
<x>0</x>
<y>410</y>
<width>616</width>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string>To activate this settings you have to reboot after changing!</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="labelSettingsInfo_Icon">
<property name="geometry">
<rect>
<x>10</x>
<y>406</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;justify&quot;&gt;&lt;img src=&quot;:/ico_warning.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBoxScreenOrientation">
<property name="geometry">
<rect>
<x>320</x>
<y>290</y>
<width>296</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>Screen Orientation</string>
</property>
<widget class="QRadioButton" name="radioButtonScreenRotated">
<property name="geometry">
<rect>
<x>120</x>
<y>30</y>
<width>120</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>180° Rotated</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButtonScreenNormal">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Normal</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QLabel" name="labelSettingsIcon">
<property name="geometry">
<rect>
<x>650</x>
<y>80</y>
<width>131</width>
<height>151</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/ico_setting.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonResetToDefaults">
<property name="geometry">
<rect>
<x>630</x>
<y>380</y>
<width>161</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Reset to defaults</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</widget>
<tabstops>
<tabstop>pushButtonCancel</tabstop>
<tabstop>pushButtonResetToDefaults</tabstop>
<tabstop>pushButtonSave</tabstop>
<tabstop>tabWidget</tabstop>
<tabstop>radioButtonLeftHandDrive</tabstop>
<tabstop>radioButtonRightHandDrive</tabstop>
<tabstop>checkBoxShowClock</tabstop>
<tabstop>radioButton30FPS</tabstop>
<tabstop>radioButton60FPS</tabstop>
<tabstop>radioButton480p</tabstop>
<tabstop>radioButton720p</tabstop>
<tabstop>radioButton1080p</tabstop>
<tabstop>spinBoxOmxLayerIndex</tabstop>
<tabstop>spinBoxVideoMarginWidth</tabstop>
<tabstop>spinBoxVideoMarginHeight</tabstop>
<tabstop>horizontalSliderScreenDPI</tabstop>
<tabstop>checkBoxMusicAudioChannel</tabstop>
<tabstop>checkBoxSpeechAudioChannel</tabstop>
<tabstop>radioButtonRtAudio</tabstop>
<tabstop>radioButtonQtAudio</tabstop>
<tabstop>checkBoxEnableTouchscreen</tabstop>
<tabstop>listWidgetButtons</tabstop>
<tabstop>checkBoxPlayButton</tabstop>
<tabstop>checkBoxPauseButton</tabstop>
<tabstop>checkBoxTogglePlayButton</tabstop>
<tabstop>checkBoxNextTrackButton</tabstop>
<tabstop>checkBoxPreviousTrackButton</tabstop>
<tabstop>checkBoxHomeButton</tabstop>
<tabstop>checkBoxPhoneButton</tabstop>
<tabstop>checkBoxCallEndButton</tabstop>
<tabstop>checkBoxVoiceCommandButton</tabstop>
<tabstop>checkBoxLeftButton</tabstop>
<tabstop>checkBoxRightButton</tabstop>
<tabstop>checkBoxUpButton</tabstop>
<tabstop>checkBoxDownButton</tabstop>
<tabstop>checkBoxScrollWheelButton</tabstop>
<tabstop>checkBoxBackButton</tabstop>
<tabstop>checkBoxEnterButton</tabstop>
<tabstop>pushButtonSelectAll</tabstop>
<tabstop>pushButtonClearSelection</tabstop>
<tabstop>pushButtonShowBindings</tabstop>
<tabstop>radioButtonDisableBluetooth</tabstop>
<tabstop>radioButtonUseLocalBluetoothAdapter</tabstop>
<tabstop>radioButtonUseExternalBluetoothAdapter</tabstop>
<tabstop>lineEditExternalBluetoothAdapterAddress</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>