Preferences/ConfigurationPages/HelpInterfacePage.ui

changeset 4582
3a1d1d4c6f4f
parent 3186
a05eff845522
equal deleted inserted replaced
4581:76999ca7bbf1 4582:3a1d1d4c6f4f
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>
83 </property> 85 </property>
84 </spacer> 86 </spacer>
85 </item> 87 </item>
86 </layout> 88 </layout>
87 </widget> 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>
88 <tabstops> 98 <tabstops>
89 <tabstop>styleComboBox</tabstop> 99 <tabstop>styleComboBox</tabstop>
90 <tabstop>styleSheetEdit</tabstop>
91 <tabstop>styleSheetButton</tabstop>
92 </tabstops> 100 </tabstops>
93 <resources/> 101 <resources/>
94 <connections/> 102 <connections/>
95 </ui> 103 </ui>

eric ide

mercurial