summaryrefslogtreecommitdiffstats
path: root/demos/mdiarea/widgets.ui
diff options
context:
space:
mode:
Diffstat (limited to 'demos/mdiarea/widgets.ui')
-rwxr-xr-xdemos/mdiarea/widgets.ui115
1 files changed, 115 insertions, 0 deletions
diff --git a/demos/mdiarea/widgets.ui b/demos/mdiarea/widgets.ui
new file mode 100755
index 0000000..1c46189
--- /dev/null
+++ b/demos/mdiarea/widgets.ui
@@ -0,0 +1,115 @@
+<ui version="4.0" >
+ <class>Dialog</class>
+ <widget class="QDialog" name="Dialog" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>421</width>
+ <height>236</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string>Dialog</string>
+ </property>
+ <layout class="QVBoxLayout" >
+ <item>
+ <layout class="QHBoxLayout" >
+ <item>
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="QRadioButton" name="radioButton" >
+ <property name="text" >
+ <string>RadioButton</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="radioButton_2" >
+ <property name="text" >
+ <string>RadioButton</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="radioButton_3" >
+ <property name="text" >
+ <string>RadioButton</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="checkBox" >
+ <property name="text" >
+ <string>CheckBox</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="checkBox_2" >
+ <property name="text" >
+ <string>CheckBox</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QTreeWidget" name="treeWidget" >
+ <column>
+ <property name="text" >
+ <string>1</string>
+ </property>
+ </column>
+ <item>
+ <property name="text" >
+ <string>Foo</string>
+ </property>
+ <item>
+ <property name="text" >
+ <string>Bar</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>Bar</string>
+ </property>
+ </item>
+ </item>
+ <item>
+ <property name="text" >
+ <string>Foo</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>Foo</string>
+ </property>
+ <item>
+ <property name="text" >
+ <string>Bar</string>
+ </property>
+ <item>
+ <property name="text" >
+ <string>Bar</string>
+ </property>
+ </item>
+ </item>
+ </item>
+ <item>
+ <property name="text" >
+ <string>New Item</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="lineEdit" />
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>