1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HelpInterfacePage</class> |
|
4 <widget class="QWidget" name="HelpInterfacePage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>557</width> |
|
10 <height>152</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure User Interface</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line9"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <layout class="QGridLayout" name="gridLayout"> |
|
36 <item row="0" column="0"> |
|
37 <widget class="QLabel" name="label_2"> |
|
38 <property name="text"> |
|
39 <string>Style:</string> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item row="0" column="1"> |
|
44 <widget class="QComboBox" name="styleComboBox"> |
|
45 <property name="toolTip"> |
|
46 <string>Select the interface style</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item row="1" column="0"> |
|
51 <widget class="QLabel" name="label_3"> |
|
52 <property name="text"> |
|
53 <string>Style Sheet:</string> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 <item row="1" column="1"> |
|
58 <widget class="E5PathPicker" name="styleSheetPicker" native="true"> |
|
59 <property name="sizePolicy"> |
|
60 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
61 <horstretch>0</horstretch> |
|
62 <verstretch>0</verstretch> |
|
63 </sizepolicy> |
|
64 </property> |
|
65 <property name="focusPolicy"> |
|
66 <enum>Qt::StrongFocus</enum> |
|
67 </property> |
|
68 <property name="toolTip"> |
|
69 <string>Enter the name of the style sheet file</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 </layout> |
|
74 </item> |
|
75 <item> |
|
76 <spacer> |
|
77 <property name="orientation"> |
|
78 <enum>Qt::Vertical</enum> |
|
79 </property> |
|
80 <property name="sizeHint" stdset="0"> |
|
81 <size> |
|
82 <width>537</width> |
|
83 <height>41</height> |
|
84 </size> |
|
85 </property> |
|
86 </spacer> |
|
87 </item> |
|
88 </layout> |
|
89 </widget> |
|
90 <customwidgets> |
|
91 <customwidget> |
|
92 <class>E5PathPicker</class> |
|
93 <extends>QWidget</extends> |
|
94 <header>E5Gui/E5PathPicker.h</header> |
|
95 <container>1</container> |
|
96 </customwidget> |
|
97 </customwidgets> |
|
98 <tabstops> |
|
99 <tabstop>styleComboBox</tabstop> |
|
100 </tabstops> |
|
101 <resources/> |
|
102 <connections/> |
|
103 </ui> |
|