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.
lxqt-config-packaging/lxqt-config-monitor/monitorwidget.ui

259 lines
7.5 KiB

<?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="9" 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>
<item>
<property name="text">
<string>This screen clones another display</string>
</property>
</item>
</widget>
</item>
<item row="4" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QComboBox" name="positioningCombo">
<item>
<property name="text">
<string>Right of...</string>
</property>
</item>
<item>
<property name="text">
<string>Left of...</string>
</property>
</item>
<item>
<property name="text">
<string>Above...</string>
</property>
</item>
<item>
<property name="text">
<string>Below...</string>
</property>
</item>
<item>
<property name="text">
<string>Positioned manually</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QComboBox" name="relativeScreensCombo">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
<item row="10" 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>
<item row="3" column="0" colspan="2">
<widget class="QComboBox" name="clonesCombo"/>
</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>