30 <enum>Qt::Horizontal</enum> |
30 <enum>Qt::Horizontal</enum> |
31 </property> |
31 </property> |
32 </widget> |
32 </widget> |
33 </item> |
33 </item> |
34 <item> |
34 <item> |
35 <layout class="QGridLayout"> |
35 <layout class="QGridLayout" name="gridLayout"> |
36 <item row="0" column="0"> |
36 <item row="0" column="0"> |
37 <widget class="QLabel" name="label_2"> |
37 <widget class="QLabel" name="label_2"> |
38 <property name="text"> |
38 <property name="text"> |
39 <string>Style:</string> |
39 <string>Style:</string> |
40 </property> |
40 </property> |
41 </widget> |
41 </widget> |
42 </item> |
42 </item> |
43 <item row="0" column="1" colspan="2"> |
43 <item row="0" column="1"> |
44 <widget class="QComboBox" name="styleComboBox"> |
44 <widget class="QComboBox" name="styleComboBox"> |
45 <property name="toolTip"> |
45 <property name="toolTip"> |
46 <string>Select the interface style</string> |
46 <string>Select the interface style</string> |
47 </property> |
47 </property> |
48 </widget> |
48 </widget> |
53 <string>Style Sheet:</string> |
53 <string>Style Sheet:</string> |
54 </property> |
54 </property> |
55 </widget> |
55 </widget> |
56 </item> |
56 </item> |
57 <item row="1" column="1"> |
57 <item row="1" column="1"> |
58 <widget class="QLineEdit" name="styleSheetEdit"> |
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> |
59 <property name="toolTip"> |
68 <property name="toolTip"> |
60 <string>Enter the name of the style sheet file</string> |
69 <string>Enter the name of the style sheet file</string> |
61 </property> |
|
62 </widget> |
|
63 </item> |
|
64 <item row="1" column="2"> |
|
65 <widget class="QToolButton" name="styleSheetButton"> |
|
66 <property name="toolTip"> |
|
67 <string>Select the style sheet file via a file selection dialog</string> |
|
68 </property> |
70 </property> |
69 </widget> |
71 </widget> |
70 </item> |
72 </item> |
71 </layout> |
73 </layout> |
72 </item> |
74 </item> |