Wed, 13 Jul 2022 15:34:50 +0200
Revisions <no_multi_processing, Variables Viewer, with_python2> closed.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>NotificationsPage</class> <widget class="QWidget" name="NotificationsPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>507</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string/> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure notification settings</b></string> </property> </widget> </item> <item> <widget class="Line" name="line11"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QCheckBox" name="enableCheckBox"> <property name="toolTip"> <string>Select to enable notifications</string> </property> <property name="text"> <string>Enable Notifications</string> </property> </widget> </item> <item> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Auto Close Timeout:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QSpinBox" name="timeoutSpinBox"> <property name="toolTip"> <string>Enter the timeout for closing the notification</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="suffix"> <string> s</string> </property> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>10</number> </property> </widget> </item> <item row="0" column="2"> <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> <item row="1" column="0" colspan="2"> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Position</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>X:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QSpinBox" name="xSpinBox"> <property name="toolTip"> <string>Enter the X-position the notification should be shown at</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="minimum"> <number>-10000</number> </property> <property name="maximum"> <number>10000</number> </property> </widget> </item> <item row="0" column="2"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Y:</string> </property> </widget> </item> <item row="0" column="3"> <widget class="QSpinBox" name="ySpinBox"> <property name="toolTip"> <string>Enter the Y-position the notification should be shown at</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="minimum"> <number>-10000</number> </property> <property name="maximum"> <number>10000</number> </property> </widget> </item> <item row="1" column="0" colspan="4"> <widget class="QPushButton" name="visualButton"> <property name="toolTip"> <string>Press to select the position visually, release to get it</string> </property> <property name="text"> <string>Visual Selection</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>142</height> </size> </property> </spacer> </item> </layout> </widget> <tabstops> <tabstop>enableCheckBox</tabstop> <tabstop>timeoutSpinBox</tabstop> <tabstop>xSpinBox</tabstop> <tabstop>ySpinBox</tabstop> <tabstop>visualButton</tabstop> </tabstops> <resources/> <connections/> </ui>