ArchitectureColoredPainting/qt-material-widgets/examples/radiobuttonsettingsform.ui

167 lines
4.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RadioButtonSettingsForm</class>
<widget class="QWidget" name="RadioButtonSettingsForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>602</width>
<height>439</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QWidget" name="formLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>241</width>
<height>228</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="disabledLabel">
<property name="text">
<string>Disabled</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="disabledCheckBox"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelTextLabel_2">
<property name="text">
<string>Label text</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="labelTextLineEdit_2"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="useThemeColorsLabel_3">
<property name="text">
<string>Use theme colors</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="useThemeColorsCheckBox_3"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="checkedColorLabel_3">
<property name="text">
<string>Checked color</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="uncheckedColorLabel_3">
<property name="text">
<string>Unchecked color</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="textColorLabel_3">
<property name="text">
<string>Text color</string>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="disabledColorLabel_3">
<property name="text">
<string>Disabled color</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="labelPositionLabel_3">
<property name="text">
<string>Label position</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="labelPositionComboBox_2">
<item>
<property name="text">
<string>Left</string>
</property>
</item>
<item>
<property name="text">
<string>Right</string>
</property>
</item>
</widget>
</item>
<item row="4" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLineEdit" name="checkedColorLineEdit_2"/>
</item>
<item>
<widget class="QToolButton" name="checkedColorToolButton_2">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="5" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLineEdit" name="uncheckedColorLineEdit_2"/>
</item>
<item>
<widget class="QToolButton" name="uncheckedColorToolButton_2">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="6" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLineEdit" name="textColorLineEdit_2"/>
</item>
<item>
<widget class="QToolButton" name="textColorToolButton_2">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="7" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLineEdit" name="disabledColorLineEdit_2"/>
</item>
<item>
<widget class="QToolButton" name="disabledColorToolButton_2">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>