Alf Gaida f2573945ac Chery-picking new upstream release 0.11.0
* Synced debian foo with experimental
* Bumped Standards to 3.9.8, no changes needed
* Bumped compat to 10
* Removed --parallel from rules, compat 10 standard
* Bumped build dependency debhelper (>= 10)
* Bumped build dependency libqtxdg-dev (>= 2.0.0)
* Added build-depenedency libqt5xdgiconloader-dev (>= 2.0.0)
* Bumped build dependency liblxqt-dev (>= 0.11.0)
* Added build dependency libqt5svg5-dev
* Added Recommends lxqt-config-l10n
* Added README.md to docs
* Exported LC_ALL=C.UTF-8 - define language settings for reproducible
  builds
* Fixed .gititgnore, added build-stamp
* Fixed VCS fields, use https and plain /git/
* Fixed copyright Format
* Added missed new files to copyright
* Bumped years in copyright
* Fixed lintian-overrides
* Added DEB_BUILD_MAINT_OPTIONS = hardening=+all
* Added translation control
* Added DCMAKE_BUILD_TYPE=RelWithDebInfo
2016-10-18 02:28:13 +02:00

211 lines
6.1 KiB
XML

<?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>313</width>
<height>274</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tabSettings">
<attribute name="title">
<string>Setup</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="7" column="0" colspan="2">
<layout class="QHBoxLayout" name="xyPosLayout">
<item>
<widget class="QSpinBox" name="xPosSpinBox">
<property name="suffix">
<string> (x)</string>
</property>
<property name="prefix">
<string/>
</property>
<property name="minimum">
<number>-10000000</number>
</property>
<property name="maximum">
<number>10000000</number>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="yPosSpinBox">
<property name="suffix">
<string> (y)</string>
</property>
<property name="prefix">
<string/>
</property>
<property name="minimum">
<number>-10000000</number>
</property>
<property name="maximum">
<number>10000000</number>
</property>
</widget>
</item>
<item>
<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>
<item row="1" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="resolutionLabel">
<property name="text">
<string>Resolution:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="resolutionCombo"/>
</item>
</layout>
</item>
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="enabledCheckbox">
<property name="text">
<string>Enable this display</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QComboBox" name="behaviorCombo">
<item>
<property name="text">
<string>This is my primary display</string>
</property>
</item>
<item>
<property name="text">
<string>This screen extends another display</string>
</property>
</item>
</widget>
</item>
<item row="8" column="0" colspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabAdvanced">
<attribute name="title">
<string>Advanced</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_2">
<item row="3" column="0" colspan="2">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0">
<widget class="QLabel" name="rateLabel">
<property name="text">
<string>Refresh rate:</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="orientationLabel">
<property name="text">
<string>Rotation:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="orientationCombo"/>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="rateCombo">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Info</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="outputInfoLabel">
<property name="text">
<string>Display information</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>