353 lines (352 with data), 10.3 kB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GeneralSettingWidget</class>
<widget class="QWidget" name="GeneralSettingWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>412</width>
<height>440</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="checkBoxDisplayOnTop">
<property name="toolTip">
<string>If checked, the screen "window" is always drawn on top of other windows. This prevents the user from accidently drawing a window onto the projector's screen.</string>
</property>
<property name="text">
<string>Display window always on top</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Theme:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxTheme">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonAddTheme">
<property name="text">
<string>Add New Theme</string>
</property>
<property name="icon">
<iconset resource="softprojector.qrc">
<normaloff>:/icons/icons/add.png</normaloff>:/icons/icons/add.png</iconset>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBoxDisplayScreen">
<property name="title">
<string>Display Screen Selection</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_displayScreen">
<property name="text">
<string>Primary Display Screen:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="comboBoxDisplayScreen">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Select onto which screen to dispaly</string>
</property>
</widget>
</item>
<item row="0" column="2">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>162</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_displayScreen_2">
<property name="text">
<string>Secondary Display Screen:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="comboBoxDisplayScreen_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Select onto which screen to dispaly</string>
</property>
</widget>
</item>
<item row="1" column="2">
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>162</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBoxDisplayControls">
<property name="title">
<string>Primary Display Screen Controls</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="labelIconSize">
<property name="text">
<string>Button Size:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxIconSize">
<item>
<property name="text">
<string>16x16</string>
</property>
</item>
<item>
<property name="text">
<string>24x24</string>
</property>
</item>
<item>
<property name="text">
<string>32x32</string>
</property>
</item>
<item>
<property name="text">
<string>48x48</string>
</property>
</item>
<item>
<property name="text">
<string>64x64</string>
</property>
</item>
<item>
<property name="text">
<string>96x96</string>
</property>
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="labelAlignment">
<property name="text">
<string>Alignment:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxControlsAlignV">
<item>
<property name="text">
<string>Top</string>
</property>
</item>
<item>
<property name="text">
<string>Middle</string>
</property>
</item>
<item>
<property name="text">
<string>Bottom</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxControlsAlignH">
<item>
<property name="text">
<string>Left</string>
</property>
</item>
<item>
<property name="text">
<string>Center</string>
</property>
</item>
<item>
<property name="text">
<string>Right</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="labelOpacity">
<property name="text">
<string>Opacity:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelTransparent">
<property name="text">
<string>Transparent</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="horizontalSliderOpacity">
<property name="maximum">
<number>102</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelOpaque">
<property name="text">
<string>Opaque</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelControlsInfo">
<property name="text">
<string>NOTE: Display screen controls will be visible on the primary display screen only when one monitor is avaliable.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>14</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QPushButton" name="pushButtonDefault">
<property name="text">
<string>Reset All To Default</string>
</property>
</widget>
</item>
<item row="0" column="1">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<tabstops>
<tabstop>checkBoxDisplayOnTop</tabstop>
<tabstop>comboBoxTheme</tabstop>
<tabstop>pushButtonAddTheme</tabstop>
<tabstop>comboBoxDisplayScreen</tabstop>
<tabstop>comboBoxDisplayScreen_2</tabstop>
<tabstop>comboBoxIconSize</tabstop>
<tabstop>comboBoxControlsAlignV</tabstop>
<tabstop>comboBoxControlsAlignH</tabstop>
<tabstop>horizontalSliderOpacity</tabstop>
<tabstop>pushButtonDefault</tabstop>
</tabstops>
<resources>
<include location="softprojector.qrc"/>
</resources>
<connections/>
</ui>