You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
209 lines
5.4 KiB
209 lines
5.4 KiB
9 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>MonitorWidget</class>
|
||
|
<widget class="QWidget" name="MonitorWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>345</width>
|
||
|
<height>286</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<layout class="QFormLayout" name="formLayout">
|
||
|
<property name="fieldGrowthPolicy">
|
||
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
||
|
</property>
|
||
|
<item row="0" column="0" colspan="2">
|
||
|
<widget class="QCheckBox" name="enabled">
|
||
|
<property name="text">
|
||
|
<string>Turn on</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>Resolution:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QComboBox" name="resolutionCombo"/>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="text">
|
||
|
<string>Rate:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="rateCombo"/>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_3">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Hz</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<widget class="QLabel" name="positionLabel">
|
||
|
<property name="text">
|
||
|
<string>Position:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="1">
|
||
|
<layout class="QFormLayout" name="formLayout_2">
|
||
|
<property name="fieldGrowthPolicy">
|
||
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
||
|
</property>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="xPosLabel">
|
||
|
<property name="text">
|
||
|
<string>x:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QSpinBox" name="xPosSpinBox">
|
||
|
<property name="minimum">
|
||
|
<number>-10000000</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>10000000</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="yPosLabel">
|
||
|
<property name="text">
|
||
|
<string>y:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QSpinBox" name="yPosSpinBox">
|
||
|
<property name="minimum">
|
||
|
<number>-10000000</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>10000000</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item row="4" column="0">
|
||
|
<widget class="QLabel" name="label_4">
|
||
|
<property name="text">
|
||
|
<string>Brightness:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="1">
|
||
|
<widget class="QSlider" name="brightnessSlider">
|
||
|
<property name="maximum">
|
||
|
<number>100</number>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>100</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="5" column="0">
|
||
|
<widget class="QLabel" name="label_5">
|
||
|
<property name="text">
|
||
|
<string>Gamma:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="5" column="1">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||
|
<item>
|
||
|
<widget class="QDoubleSpinBox" name="redSpinBox">
|
||
|
<property name="maximum">
|
||
|
<double>10.000000000000000</double>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<double>1.000000000000000</double>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_6">
|
||
|
<property name="text">
|
||
|
<string>:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QDoubleSpinBox" name="greenSpinBox">
|
||
|
<property name="maximum">
|
||
|
<double>10.000000000000000</double>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<double>1.000000000000000</double>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_7">
|
||
|
<property name="text">
|
||
|
<string>:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QDoubleSpinBox" name="blueSpinBox">
|
||
|
<property name="maximum">
|
||
|
<double>10.000000000000000</double>
|
||
|
</property>
|
||
|
<property name="singleStep">
|
||
|
<double>1.000000000000000</double>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<double>1.000000000000000</double>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item row="6" column="0">
|
||
|
<widget class="QLabel" name="backlightLabel">
|
||
|
<property name="text">
|
||
|
<string>Backlight:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="6" column="1">
|
||
|
<widget class="QSlider" name="backlightSlider">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|