1296 lines
34 KiB
XML
1296 lines
34 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DockWidget</class>
|
|
<widget class="QDockWidget" name="DockWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>652</width>
|
|
<height>491</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Buttons</string>
|
|
</property>
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="1">
|
|
<widget class="QLabel" name="label_72">
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Enabled</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="3">
|
|
<widget class="QLabel" name="label_73">
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Disabled</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_26">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>PushButton</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>OK</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="3">
|
|
<widget class="QPushButton" name="pushButtonDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>OK</string>
|
|
</property>
|
|
<property name="default">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="label_74">
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>PushButton</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QPushButton" name="pushButtonChecked">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Checked</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="3">
|
|
<widget class="QPushButton" name="pushButtonCheckedDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Checked</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="label_76">
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>PushButton</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QPushButton" name="pushButtonUnchecked">
|
|
<property name="text">
|
|
<string>Unchecked</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="3">
|
|
<widget class="QPushButton" name="pushButtonUncheckedDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Unchecked</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="label_33">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>ToolButton</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="QToolButton" name="toolButton">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tool</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="2">
|
|
<widget class="QToolButton" name="toolButtonIcon">
|
|
<property name="text">
|
|
<string>Icon</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../../qdarkstyle/style.qrc">
|
|
<normaloff>:/qss_icons/rc/window_undock@2x.png</normaloff>:/qss_icons/rc/window_undock@2x.png</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="3">
|
|
<widget class="QToolButton" name="toolButtonDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tool</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="4">
|
|
<widget class="QToolButton" name="toolButtonIconDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Icon</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="text">
|
|
<string><html><head/><body><p><span style=" font-weight:600;">ToolButton</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="QToolButton" name="toolButtonChecked">
|
|
<property name="text">
|
|
<string>Tool Checked</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="popupMode">
|
|
<enum>QToolButton::DelayedPopup</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="2">
|
|
<widget class="QToolButton" name="toolButtonCheckedIcon">
|
|
<property name="text">
|
|
<string>Icon Checked</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../../qdarkstyle/style.qrc">
|
|
<normaloff>:/qss_icons/rc/window_undock.png</normaloff>:/qss_icons/rc/window_undock.png</iconset>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="3">
|
|
<widget class="QToolButton" name="toolButtonCheckedDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tool Checked</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="popupMode">
|
|
<enum>QToolButton::DelayedPopup</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="4">
|
|
<widget class="QToolButton" name="toolButtonCheckedIconDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Icon Checked</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0">
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="text">
|
|
<string><html><head/><body><p><span style=" font-weight:600;">ToolButton</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="1" colspan="2">
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
<item row="0" column="1">
|
|
<widget class="QToolButton" name="toolButtonArrowUp">
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="arrowType">
|
|
<enum>Qt::UpArrow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="3">
|
|
<widget class="QToolButton" name="toolButtonArrowLeft">
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="arrowType">
|
|
<enum>Qt::LeftArrow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2">
|
|
<widget class="QToolButton" name="toolButtonArrowRight">
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="arrowType">
|
|
<enum>Qt::RightArrow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QToolButton" name="toolButtonArrowDown">
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="arrowType">
|
|
<enum>Qt::DownArrow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="4">
|
|
<widget class="QToolButton" name="toolButtonDots">
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="6" column="3" colspan="2">
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="0" column="1">
|
|
<widget class="QToolButton" name="toolButtonArrowUpDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="arrowType">
|
|
<enum>Qt::UpArrow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QToolButton" name="toolButtonArrowDownDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="arrowType">
|
|
<enum>Qt::DownArrow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2">
|
|
<widget class="QToolButton" name="toolButtonArrowRightDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="arrowType">
|
|
<enum>Qt::RightArrow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="3">
|
|
<widget class="QToolButton" name="toolButtonArrowLeftDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="arrowType">
|
|
<enum>Qt::LeftArrow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="4">
|
|
<widget class="QToolButton" name="toolButtonDotsDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="7" column="0">
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="text">
|
|
<string><html><head/><body><p><span style=" font-weight:600;">ToolButton</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="1" colspan="2">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QToolButton" name="toolButtonDelayedPopup">
|
|
<property name="text">
|
|
<string>Delayed</string>
|
|
</property>
|
|
<property name="arrowType">
|
|
<enum>Qt::NoArrow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="toolButtonMenuButtonPopup">
|
|
<property name="text">
|
|
<string>Menu</string>
|
|
</property>
|
|
<property name="popupMode">
|
|
<enum>QToolButton::MenuButtonPopup</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="toolButtonInstantPopup">
|
|
<property name="text">
|
|
<string>Instant</string>
|
|
</property>
|
|
<property name="popupMode">
|
|
<enum>QToolButton::InstantPopup</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="7" column="3" colspan="2">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<widget class="QToolButton" name="toolButtonDelayedPopupDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Delayed</string>
|
|
</property>
|
|
<property name="arrowType">
|
|
<enum>Qt::NoArrow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="toolButtonMenuButtonPopupDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Menu</string>
|
|
</property>
|
|
<property name="popupMode">
|
|
<enum>QToolButton::MenuButtonPopup</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="toolButtonInstantPopupDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Instant</string>
|
|
</property>
|
|
<property name="popupMode">
|
|
<enum>QToolButton::InstantPopup</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="8" column="0">
|
|
<widget class="QLabel" name="label_75">
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>RadioButton</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="1">
|
|
<widget class="QRadioButton" name="radioButtonChecked">
|
|
<property name="text">
|
|
<string>Checked</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="autoExclusive">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="3">
|
|
<widget class="QRadioButton" name="radioButtonCheckedDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Checked</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="autoExclusive">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="0">
|
|
<widget class="QLabel" name="label_29">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>RadioButton</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="1">
|
|
<widget class="QRadioButton" name="radioButtonUnchecked">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Unchecked</string>
|
|
</property>
|
|
<property name="autoExclusive">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="3">
|
|
<widget class="QRadioButton" name="radioButtonUncheckedDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Unchecked</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="autoExclusive">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="0">
|
|
<widget class="QLabel" name="label_53">
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>CheckBox</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="1">
|
|
<widget class="QCheckBox" name="checkBoxChecked">
|
|
<property name="text">
|
|
<string>Checked</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="3">
|
|
<widget class="QCheckBox" name="checkBoxCheckedDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Checked</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="11" column="0">
|
|
<widget class="QLabel" name="label_30">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>CheckBox</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="11" column="1">
|
|
<widget class="QCheckBox" name="checkBoxEnabled">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Unchecked</string>
|
|
</property>
|
|
<property name="tristate">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="11" column="3">
|
|
<widget class="QCheckBox" name="checkBoxUncheckedDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Unchecked</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="12" column="0">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>CheckBox</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="12" column="1">
|
|
<widget class="QCheckBox" name="checkBoxTristate">
|
|
<property name="text">
|
|
<string>Tristate</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="tristate">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="12" column="3">
|
|
<widget class="QCheckBox" name="checkBoxTristateDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tristate</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="tristate">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="13" column="0">
|
|
<widget class="QLabel" name="label_31">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>CommandLinkButton</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="13" column="1" colspan="2">
|
|
<widget class="QCommandLinkButton" name="commandLinkButton">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Command</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="13" column="3" colspan="2">
|
|
<widget class="QCommandLinkButton" name="commandLinkButtonDIs">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Command</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="14" column="0">
|
|
<widget class="QLabel" name="label_32">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>ButtonBox</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="14" column="1" colspan="2">
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="14" column="3" colspan="2">
|
|
<widget class="QDialogButtonBox" name="buttonBoxDis">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="15" column="0">
|
|
<spacer name="verticalSpacer">
|
|
<property name="toolTip">
|
|
<string>Vertical Spacer 'verticalSpacer', 20 x 4</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>4</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="16" column="0" colspan="5">
|
|
<widget class="QLabel" name="label_36">
|
|
<property name="toolTip">
|
|
<string>This is a tool tip</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>This is a status tip</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>This is "what is this"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Inside DockWidget</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources>
|
|
<include location="../../qdarkstyle/style.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>radioButtonChecked</sender>
|
|
<signal>clicked(bool)</signal>
|
|
<receiver>radioButtonCheckedDis</receiver>
|
|
<slot>setChecked(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>289</x>
|
|
<y>202</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>379</x>
|
|
<y>211</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>radioButtonUnchecked</sender>
|
|
<signal>clicked(bool)</signal>
|
|
<receiver>radioButtonUncheckedDis</receiver>
|
|
<slot>setChecked(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>239</x>
|
|
<y>233</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>391</x>
|
|
<y>243</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>checkBoxChecked</sender>
|
|
<signal>clicked(bool)</signal>
|
|
<receiver>checkBoxCheckedDis</receiver>
|
|
<slot>setChecked(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>217</x>
|
|
<y>266</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>374</x>
|
|
<y>270</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>checkBoxEnabled</sender>
|
|
<signal>clicked(bool)</signal>
|
|
<receiver>checkBoxUncheckedDis</receiver>
|
|
<slot>setChecked(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>237</x>
|
|
<y>300</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>362</x>
|
|
<y>298</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>checkBoxTristate</sender>
|
|
<signal>clicked(bool)</signal>
|
|
<receiver>checkBoxTristateDis</receiver>
|
|
<slot>setChecked(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>222</x>
|
|
<y>333</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>364</x>
|
|
<y>333</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>commandLinkButton</sender>
|
|
<signal>clicked(bool)</signal>
|
|
<receiver>commandLinkButtonDIs</receiver>
|
|
<slot>setChecked(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>230</x>
|
|
<y>372</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>376</x>
|
|
<y>378</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>toolButton</sender>
|
|
<signal>clicked(bool)</signal>
|
|
<receiver>toolButtonDis</receiver>
|
|
<slot>setChecked(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>190</x>
|
|
<y>171</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>364</x>
|
|
<y>171</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>pushButtonChecked</sender>
|
|
<signal>clicked(bool)</signal>
|
|
<receiver>pushButtonCheckedDis</receiver>
|
|
<slot>setChecked(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>227</x>
|
|
<y>108</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>372</x>
|
|
<y>110</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>pushButtonUnchecked</sender>
|
|
<signal>clicked(bool)</signal>
|
|
<receiver>pushButtonUncheckedDis</receiver>
|
|
<slot>setChecked(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>265</x>
|
|
<y>139</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>373</x>
|
|
<y>143</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>pushButton</sender>
|
|
<signal>clicked(bool)</signal>
|
|
<receiver>pushButtonDis</receiver>
|
|
<slot>click()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>264</x>
|
|
<y>71</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>381</x>
|
|
<y>73</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|