Preferences/ConfigurationPages/HelpInterfacePage.ui

changeset 2100
fb16f4650860
child 3186
a05eff845522
equal deleted inserted replaced
2099:afde0e9110f7 2100:fb16f4650860
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>555</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>&lt;b&gt;Configure User Interface&lt;/b&gt;</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">
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" colspan="2">
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="QLineEdit" name="styleSheetEdit">
59 <property name="toolTip">
60 <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="QPushButton" name="styleSheetButton">
66 <property name="toolTip">
67 <string>Select the style sheet file via a file selection dialog</string>
68 </property>
69 <property name="text">
70 <string>...</string>
71 </property>
72 </widget>
73 </item>
74 </layout>
75 </item>
76 <item>
77 <spacer>
78 <property name="orientation">
79 <enum>Qt::Vertical</enum>
80 </property>
81 <property name="sizeHint" stdset="0">
82 <size>
83 <width>537</width>
84 <height>41</height>
85 </size>
86 </property>
87 </spacer>
88 </item>
89 </layout>
90 </widget>
91 <tabstops>
92 <tabstop>styleComboBox</tabstop>
93 <tabstop>styleSheetEdit</tabstop>
94 <tabstop>styleSheetButton</tabstop>
95 </tabstops>
96 <resources/>
97 <connections/>
98 </ui>

eric ide

mercurial