2012-11-23 08:31:03 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>EmbeddedDialog</class>
|
|
|
|
<widget class="QDialog" name="EmbeddedDialog">
|
|
|
|
<property name="geometry">
|
2011-04-27 10:05:43 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>407</width>
|
|
|
|
<height>134</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2012-11-23 08:31:03 +00:00
|
|
|
<property name="windowTitle">
|
2011-04-27 10:05:43 +00:00
|
|
|
<string>Embedded Dialog</string>
|
|
|
|
</property>
|
2012-11-23 08:31:03 +00:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
2011-04-27 10:05:43 +00:00
|
|
|
<string>Layout Direction:</string>
|
|
|
|
</property>
|
2012-11-23 08:31:03 +00:00
|
|
|
<property name="buddy">
|
2011-04-27 10:05:43 +00:00
|
|
|
<cstring>layoutDirection</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-23 08:31:03 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="layoutDirection">
|
2011-04-27 10:05:43 +00:00
|
|
|
<item>
|
2012-11-23 08:31:03 +00:00
|
|
|
<property name="text">
|
2011-04-27 10:05:43 +00:00
|
|
|
<string>Left to Right</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2012-11-23 08:31:03 +00:00
|
|
|
<property name="text">
|
2011-04-27 10:05:43 +00:00
|
|
|
<string>Right to Left</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-23 08:31:03 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2011-04-27 10:05:43 +00:00
|
|
|
<string>Select Font:</string>
|
|
|
|
</property>
|
2012-11-23 08:31:03 +00:00
|
|
|
<property name="buddy">
|
2011-04-27 10:05:43 +00:00
|
|
|
<cstring>fontComboBox</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-23 08:31:03 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QFontComboBox" name="fontComboBox"/>
|
2011-04-27 10:05:43 +00:00
|
|
|
</item>
|
2012-11-23 08:31:03 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2011-04-27 10:05:43 +00:00
|
|
|
<string>Style:</string>
|
|
|
|
</property>
|
2012-11-23 08:31:03 +00:00
|
|
|
<property name="buddy">
|
2011-04-27 10:05:43 +00:00
|
|
|
<cstring>style</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-23 08:31:03 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="style"/>
|
2011-04-27 10:05:43 +00:00
|
|
|
</item>
|
2012-11-23 08:31:03 +00:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
2011-04-27 10:05:43 +00:00
|
|
|
<string>Layout spacing:</string>
|
|
|
|
</property>
|
2012-11-23 08:31:03 +00:00
|
|
|
<property name="buddy">
|
2011-04-27 10:05:43 +00:00
|
|
|
<cstring>spacing</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-23 08:31:03 +00:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QSlider" name="spacing">
|
|
|
|
<property name="orientation">
|
2011-04-27 10:05:43 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|