2012-03-28 06:04:26 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2012-03-27 10:05:41 +00:00
|
|
|
<class>Widget</class>
|
2012-03-28 06:04:26 +00:00
|
|
|
<widget class="QWidget" name="Widget">
|
|
|
|
<property name="geometry">
|
2012-03-27 10:05:41 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-03-29 10:13:33 +00:00
|
|
|
<width>519</width>
|
|
|
|
<height>207</height>
|
2012-03-27 10:05:41 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2012-03-28 06:04:26 +00:00
|
|
|
<property name="windowTitle">
|
2012-03-27 10:05:41 +00:00
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2012-03-28 06:04:26 +00:00
|
|
|
<layout class="QVBoxLayout">
|
2012-03-27 10:05:41 +00:00
|
|
|
<item>
|
2012-03-28 06:04:26 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Select the type of window to create:</string>
|
2012-03-27 10:05:41 +00:00
|
|
|
</property>
|
2012-03-28 06:04:26 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2012-03-29 10:13:33 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QPushButton" name="windowModalNoParentButton">
|
2012-03-28 06:04:26 +00:00
|
|
|
<property name="text">
|
2012-03-29 10:13:33 +00:00
|
|
|
<string>Window Modal Dialog (no parent)</string>
|
2012-03-27 10:05:41 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-29 10:13:33 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QPushButton" name="windowModalButton">
|
2012-03-28 06:04:26 +00:00
|
|
|
<property name="text">
|
2012-03-29 10:13:33 +00:00
|
|
|
<string>Window Modal Dialog</string>
|
2012-03-27 10:05:41 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-28 06:04:26 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="modelessNoParentButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Modeless Dialog (no parent)</string>
|
2012-03-27 10:05:41 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-29 10:13:33 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QPushButton" name="modelessButton">
|
2012-03-28 06:04:26 +00:00
|
|
|
<property name="text">
|
2012-03-29 10:13:33 +00:00
|
|
|
<string>Modeless Dialog</string>
|
2012-03-27 10:05:41 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-29 10:13:33 +00:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QPushButton" name="applicationModalButton">
|
2012-03-28 06:04:26 +00:00
|
|
|
<property name="text">
|
2012-03-29 10:13:33 +00:00
|
|
|
<string>Application Modal Dialog</string>
|
2012-03-27 10:05:41 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-28 06:04:26 +00:00
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="applicationModalUseExecCheckBox">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>11</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Application Modal Dialogs use exec()</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
2012-03-27 10:05:41 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-28 06:04:26 +00:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QPushButton" name="applicationModalNoParentButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Application Modal Dialog (no parent)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-29 10:13:33 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QPushButton" name="groupLeaderButton">
|
2012-03-28 06:04:26 +00:00
|
|
|
<property name="text">
|
2012-03-29 10:13:33 +00:00
|
|
|
<string>Window (Group Leader)</string>
|
2012-03-27 10:05:41 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-29 10:13:33 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QPushButton" name="windowButton">
|
2012-03-28 06:04:26 +00:00
|
|
|
<property name="text">
|
2012-03-29 10:13:33 +00:00
|
|
|
<string>Window</string>
|
2012-03-27 10:05:41 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|