eric6/Preferences/ConfigurationPages/HelpAppearancePage.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 6999
f23e546a7eb9
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HelpAppearancePage</class>
4 <widget class="QWidget" name="HelpAppearancePage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>499</width>
10 <height>547</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure help viewer appearance&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line17">
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 <widget class="QGroupBox" name="groupBox_5">
36 <property name="title">
37 <string>Fonts</string>
38 </property>
39 <layout class="QGridLayout" name="gridLayout">
40 <item row="0" column="0">
41 <widget class="QPushButton" name="standardFontButton">
42 <property name="toolTip">
43 <string>Press to select the standard font</string>
44 </property>
45 <property name="text">
46 <string>Standard Font</string>
47 </property>
48 </widget>
49 </item>
50 <item row="0" column="1">
51 <widget class="QLineEdit" name="standardFontSample">
52 <property name="focusPolicy">
53 <enum>Qt::NoFocus</enum>
54 </property>
55 <property name="text">
56 <string>Times 16</string>
57 </property>
58 <property name="alignment">
59 <set>Qt::AlignHCenter</set>
60 </property>
61 <property name="readOnly">
62 <bool>true</bool>
63 </property>
64 </widget>
65 </item>
66 <item row="1" column="0">
67 <widget class="QPushButton" name="fixedFontButton">
68 <property name="toolTip">
69 <string>Press to select the fixed-width font</string>
70 </property>
71 <property name="text">
72 <string>Fixed-Width Font</string>
73 </property>
74 </widget>
75 </item>
76 <item row="1" column="1">
77 <widget class="QLineEdit" name="fixedFontSample">
78 <property name="focusPolicy">
79 <enum>Qt::NoFocus</enum>
80 </property>
81 <property name="text">
82 <string>Courier 13</string>
83 </property>
84 <property name="alignment">
85 <set>Qt::AlignHCenter</set>
86 </property>
87 <property name="readOnly">
88 <bool>true</bool>
89 </property>
90 </widget>
91 </item>
92 </layout>
93 </widget>
94 </item>
95 <item>
96 <widget class="QGroupBox" name="groupBox_3">
97 <property name="title">
98 <string>Colours</string>
99 </property>
100 <layout class="QGridLayout" name="gridLayout_2">
101 <item row="0" column="0">
102 <widget class="QLabel" name="textLabel1_3">
103 <property name="text">
104 <string>Background colour of secure URLs:</string>
105 </property>
106 </widget>
107 </item>
108 <item row="0" column="1">
109 <widget class="QPushButton" name="secureURLsColourButton">
110 <property name="minimumSize">
111 <size>
112 <width>100</width>
113 <height>0</height>
114 </size>
115 </property>
116 <property name="toolTip">
117 <string>Select the background colour for secure URLs.</string>
118 </property>
119 <property name="text">
120 <string/>
121 </property>
122 </widget>
123 </item>
124 <item row="0" column="2">
125 <spacer name="horizontalSpacer">
126 <property name="orientation">
127 <enum>Qt::Horizontal</enum>
128 </property>
129 <property name="sizeHint" stdset="0">
130 <size>
131 <width>141</width>
132 <height>20</height>
133 </size>
134 </property>
135 </spacer>
136 </item>
137 </layout>
138 </widget>
139 </item>
140 <item>
141 <widget class="QGroupBox" name="groupBox">
142 <property name="title">
143 <string>Images</string>
144 </property>
145 <layout class="QVBoxLayout" name="verticalLayout">
146 <item>
147 <widget class="QCheckBox" name="autoLoadImagesCheckBox">
148 <property name="toolTip">
149 <string>Select to load images</string>
150 </property>
151 <property name="text">
152 <string>Load images</string>
153 </property>
154 </widget>
155 </item>
156 </layout>
157 </widget>
158 </item>
159 <item>
160 <widget class="QGroupBox" name="groupBox_2">
161 <property name="title">
162 <string>Style Sheet</string>
163 </property>
164 <layout class="QHBoxLayout" name="horizontalLayout">
165 <item>
166 <widget class="QLabel" name="label">
167 <property name="text">
168 <string>User Style Sheet:</string>
169 </property>
170 </widget>
171 </item>
172 <item>
173 <widget class="E5PathPicker" name="styleSheetPicker" native="true">
174 <property name="sizePolicy">
175 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
176 <horstretch>0</horstretch>
177 <verstretch>0</verstretch>
178 </sizepolicy>
179 </property>
180 <property name="focusPolicy">
181 <enum>Qt::StrongFocus</enum>
182 </property>
183 <property name="toolTip">
184 <string>Enter the file name of a user style sheet</string>
185 </property>
186 </widget>
187 </item>
188 </layout>
189 </widget>
190 </item>
191 <item>
192 <widget class="QGroupBox" name="tabsGroupBox">
193 <property name="title">
194 <string>Tabs</string>
195 </property>
196 <layout class="QVBoxLayout" name="verticalLayout_2">
197 <item>
198 <widget class="QCheckBox" name="tabsCloseButtonCheckBox">
199 <property name="text">
200 <string>Show only one close button instead of one for each tab</string>
201 </property>
202 </widget>
203 </item>
204 <item>
205 <widget class="QCheckBox" name="warnOnMultipleCloseCheckBox">
206 <property name="toolTip">
207 <string>Select to issue a warning, if multiple tabs are about to be closed</string>
208 </property>
209 <property name="text">
210 <string>Warn, if multiple tabs are about to be closed</string>
211 </property>
212 </widget>
213 </item>
214 </layout>
215 </widget>
216 </item>
217 <item>
218 <spacer>
219 <property name="orientation">
220 <enum>Qt::Vertical</enum>
221 </property>
222 <property name="sizeHint" stdset="0">
223 <size>
224 <width>479</width>
225 <height>121</height>
226 </size>
227 </property>
228 </spacer>
229 </item>
230 </layout>
231 </widget>
232 <customwidgets>
233 <customwidget>
234 <class>E5PathPicker</class>
235 <extends>QWidget</extends>
236 <header>E5Gui/E5PathPicker.h</header>
237 <container>1</container>
238 </customwidget>
239 </customwidgets>
240 <tabstops>
241 <tabstop>standardFontButton</tabstop>
242 <tabstop>fixedFontButton</tabstop>
243 <tabstop>secureURLsColourButton</tabstop>
244 <tabstop>autoLoadImagesCheckBox</tabstop>
245 <tabstop>styleSheetPicker</tabstop>
246 <tabstop>tabsCloseButtonCheckBox</tabstop>
247 <tabstop>warnOnMultipleCloseCheckBox</tabstop>
248 </tabstops>
249 <resources/>
250 <connections/>
251 </ui>

eric ide

mercurial