| 1 | <ui version="4.0" >
|
|---|
| 2 | <class>PreviewConfigurationWidget</class>
|
|---|
| 3 | <widget class="QGroupBox" name="PreviewConfigurationWidget" >
|
|---|
| 4 | <property name="windowTitle" >
|
|---|
| 5 | <string>Form</string>
|
|---|
| 6 | </property>
|
|---|
| 7 | <property name="title" >
|
|---|
| 8 | <string>Print/Preview Configuration</string>
|
|---|
| 9 | </property>
|
|---|
| 10 | <property name="checkable" >
|
|---|
| 11 | <bool>true</bool>
|
|---|
| 12 | </property>
|
|---|
| 13 | <layout class="QFormLayout" >
|
|---|
| 14 | <item row="0" column="0" >
|
|---|
| 15 | <widget class="QLabel" name="m_styleLabel" >
|
|---|
| 16 | <property name="text" >
|
|---|
| 17 | <string>Style</string>
|
|---|
| 18 | </property>
|
|---|
| 19 | </widget>
|
|---|
| 20 | </item>
|
|---|
| 21 | <item row="0" column="1" >
|
|---|
| 22 | <widget class="QComboBox" name="m_styleCombo" />
|
|---|
| 23 | </item>
|
|---|
| 24 | <item row="1" column="0" >
|
|---|
| 25 | <widget class="QLabel" name="m_appStyleSheetLabel" >
|
|---|
| 26 | <property name="text" >
|
|---|
| 27 | <string>Style sheet</string>
|
|---|
| 28 | </property>
|
|---|
| 29 | </widget>
|
|---|
| 30 | </item>
|
|---|
| 31 | <item row="1" column="1" >
|
|---|
| 32 | <layout class="QHBoxLayout" >
|
|---|
| 33 | <item>
|
|---|
| 34 | <widget class="qdesigner_internal::TextPropertyEditor" name="m_appStyleSheetLineEdit" >
|
|---|
| 35 | <property name="minimumSize" >
|
|---|
| 36 | <size>
|
|---|
| 37 | <width>149</width>
|
|---|
| 38 | <height>0</height>
|
|---|
| 39 | </size>
|
|---|
| 40 | </property>
|
|---|
| 41 | </widget>
|
|---|
| 42 | </item>
|
|---|
| 43 | <item>
|
|---|
| 44 | <widget class="QToolButton" name="m_appStyleSheetChangeButton" >
|
|---|
| 45 | <property name="text" >
|
|---|
| 46 | <string>...</string>
|
|---|
| 47 | </property>
|
|---|
| 48 | </widget>
|
|---|
| 49 | </item>
|
|---|
| 50 | <item>
|
|---|
| 51 | <widget class="QToolButton" name="m_appStyleSheetClearButton" >
|
|---|
| 52 | <property name="text" >
|
|---|
| 53 | <string>...</string>
|
|---|
| 54 | </property>
|
|---|
| 55 | </widget>
|
|---|
| 56 | </item>
|
|---|
| 57 | </layout>
|
|---|
| 58 | </item>
|
|---|
| 59 | <item row="2" column="0" >
|
|---|
| 60 | <widget class="QLabel" name="m_skinLabel" >
|
|---|
| 61 | <property name="text" >
|
|---|
| 62 | <string>Device skin</string>
|
|---|
| 63 | </property>
|
|---|
| 64 | </widget>
|
|---|
| 65 | </item>
|
|---|
| 66 | <item row="2" column="1" >
|
|---|
| 67 | <layout class="QHBoxLayout" >
|
|---|
| 68 | <item>
|
|---|
| 69 | <widget class="QComboBox" name="m_skinCombo" />
|
|---|
| 70 | </item>
|
|---|
| 71 | <item>
|
|---|
| 72 | <widget class="QToolButton" name="m_skinRemoveButton" >
|
|---|
| 73 | <property name="text" >
|
|---|
| 74 | <string>...</string>
|
|---|
| 75 | </property>
|
|---|
| 76 | </widget>
|
|---|
| 77 | </item>
|
|---|
| 78 | </layout>
|
|---|
| 79 | </item>
|
|---|
| 80 | </layout>
|
|---|
| 81 | </widget>
|
|---|
| 82 | <customwidgets>
|
|---|
| 83 | <customwidget>
|
|---|
| 84 | <class>qdesigner_internal::TextPropertyEditor</class>
|
|---|
| 85 | <extends>QLineEdit</extends>
|
|---|
| 86 | <header location="global" >textpropertyeditor_p.h</header>
|
|---|
| 87 | </customwidget>
|
|---|
| 88 | </customwidgets>
|
|---|
| 89 | <resources/>
|
|---|
| 90 | <connections/>
|
|---|
| 91 | </ui>
|
|---|