1 <ui version="4.0" > |
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
2 <class>HelpAppearancePage</class> |
3 <class>HelpAppearancePage</class> |
3 <widget class="QWidget" name="HelpAppearancePage" > |
4 <widget class="QWidget" name="HelpAppearancePage"> |
4 <property name="geometry" > |
5 <property name="geometry"> |
5 <rect> |
6 <rect> |
6 <x>0</x> |
7 <x>0</x> |
7 <y>0</y> |
8 <y>0</y> |
8 <width>497</width> |
9 <width>497</width> |
9 <height>440</height> |
10 <height>458</height> |
10 </rect> |
11 </rect> |
11 </property> |
12 </property> |
12 <layout class="QVBoxLayout" name="verticalLayout_2" > |
13 <layout class="QVBoxLayout" name="verticalLayout_3"> |
13 <item> |
14 <item> |
14 <widget class="QLabel" name="headerLabel" > |
15 <widget class="QLabel" name="headerLabel"> |
15 <property name="text" > |
16 <property name="text"> |
16 <string><b>Configure help viewer appearance</b></string> |
17 <string><b>Configure help viewer appearance</b></string> |
17 </property> |
18 </property> |
18 </widget> |
19 </widget> |
19 </item> |
20 </item> |
20 <item> |
21 <item> |
21 <widget class="Line" name="line17" > |
22 <widget class="Line" name="line17"> |
22 <property name="frameShape" > |
23 <property name="frameShape"> |
23 <enum>QFrame::HLine</enum> |
24 <enum>QFrame::HLine</enum> |
24 </property> |
25 </property> |
25 <property name="frameShadow" > |
26 <property name="frameShadow"> |
26 <enum>QFrame::Sunken</enum> |
27 <enum>QFrame::Sunken</enum> |
27 </property> |
28 </property> |
28 <property name="orientation" > |
29 <property name="orientation"> |
29 <enum>Qt::Horizontal</enum> |
30 <enum>Qt::Horizontal</enum> |
30 </property> |
31 </property> |
31 </widget> |
32 </widget> |
32 </item> |
33 </item> |
33 <item> |
34 <item> |
34 <widget class="QGroupBox" name="groupBox_5" > |
35 <widget class="QGroupBox" name="groupBox_5"> |
35 <property name="title" > |
36 <property name="title"> |
36 <string>Fonts</string> |
37 <string>Fonts</string> |
37 </property> |
38 </property> |
38 <layout class="QGridLayout" name="gridLayout" > |
39 <layout class="QGridLayout" name="gridLayout"> |
39 <item row="0" column="0" > |
40 <item row="0" column="0"> |
40 <widget class="QPushButton" name="standardFontButton" > |
41 <widget class="QPushButton" name="standardFontButton"> |
41 <property name="toolTip" > |
42 <property name="toolTip"> |
42 <string>Press to select the standard font</string> |
43 <string>Press to select the standard font</string> |
43 </property> |
44 </property> |
44 <property name="text" > |
45 <property name="text"> |
45 <string>Standard Font</string> |
46 <string>Standard Font</string> |
46 </property> |
47 </property> |
47 </widget> |
48 </widget> |
48 </item> |
49 </item> |
49 <item row="0" column="1" > |
50 <item row="0" column="1"> |
50 <widget class="QLineEdit" name="standardFontSample" > |
51 <widget class="QLineEdit" name="standardFontSample"> |
51 <property name="focusPolicy" > |
52 <property name="focusPolicy"> |
52 <enum>Qt::NoFocus</enum> |
53 <enum>Qt::NoFocus</enum> |
53 </property> |
54 </property> |
54 <property name="text" > |
55 <property name="text"> |
55 <string>Times 16</string> |
56 <string>Times 16</string> |
56 </property> |
57 </property> |
57 <property name="alignment" > |
58 <property name="alignment"> |
58 <set>Qt::AlignHCenter</set> |
59 <set>Qt::AlignHCenter</set> |
59 </property> |
60 </property> |
60 <property name="readOnly" > |
61 <property name="readOnly"> |
61 <bool>true</bool> |
62 <bool>true</bool> |
62 </property> |
63 </property> |
63 </widget> |
64 </widget> |
64 </item> |
65 </item> |
65 <item row="1" column="0" > |
66 <item row="1" column="0"> |
66 <widget class="QPushButton" name="fixedFontButton" > |
67 <widget class="QPushButton" name="fixedFontButton"> |
67 <property name="toolTip" > |
68 <property name="toolTip"> |
68 <string>Press to select the fixed-width font</string> |
69 <string>Press to select the fixed-width font</string> |
69 </property> |
70 </property> |
70 <property name="text" > |
71 <property name="text"> |
71 <string>Fixed-Width Font</string> |
72 <string>Fixed-Width Font</string> |
72 </property> |
73 </property> |
73 </widget> |
74 </widget> |
74 </item> |
75 </item> |
75 <item row="1" column="1" > |
76 <item row="1" column="1"> |
76 <widget class="QLineEdit" name="fixedFontSample" > |
77 <widget class="QLineEdit" name="fixedFontSample"> |
77 <property name="focusPolicy" > |
78 <property name="focusPolicy"> |
78 <enum>Qt::NoFocus</enum> |
79 <enum>Qt::NoFocus</enum> |
79 </property> |
80 </property> |
80 <property name="text" > |
81 <property name="text"> |
81 <string>Courier 13</string> |
82 <string>Courier 13</string> |
82 </property> |
83 </property> |
83 <property name="alignment" > |
84 <property name="alignment"> |
84 <set>Qt::AlignHCenter</set> |
85 <set>Qt::AlignHCenter</set> |
85 </property> |
86 </property> |
86 <property name="readOnly" > |
87 <property name="readOnly"> |
87 <bool>true</bool> |
88 <bool>true</bool> |
88 </property> |
89 </property> |
89 </widget> |
90 </widget> |
90 </item> |
91 </item> |
91 </layout> |
92 </layout> |
92 </widget> |
93 </widget> |
93 </item> |
94 </item> |
94 <item> |
95 <item> |
95 <widget class="QGroupBox" name="groupBox_3" > |
96 <widget class="QGroupBox" name="groupBox_3"> |
96 <property name="title" > |
97 <property name="title"> |
97 <string>Colours</string> |
98 <string>Colours</string> |
98 </property> |
99 </property> |
99 <layout class="QGridLayout" name="gridLayout_2" > |
100 <layout class="QGridLayout" name="gridLayout_2"> |
100 <item row="0" column="0" > |
101 <item row="0" column="0"> |
101 <widget class="QLabel" name="textLabel1_3" > |
102 <widget class="QLabel" name="textLabel1_3"> |
102 <property name="text" > |
103 <property name="text"> |
103 <string>Background colour of secure URLs:</string> |
104 <string>Background colour of secure URLs:</string> |
104 </property> |
105 </property> |
105 </widget> |
106 </widget> |
106 </item> |
107 </item> |
107 <item row="0" column="1" > |
108 <item row="0" column="1"> |
108 <widget class="QPushButton" name="secureURLsColourButton" > |
109 <widget class="QPushButton" name="secureURLsColourButton"> |
109 <property name="minimumSize" > |
110 <property name="minimumSize"> |
110 <size> |
111 <size> |
111 <width>100</width> |
112 <width>100</width> |
112 <height>0</height> |
113 <height>0</height> |
113 </size> |
114 </size> |
114 </property> |
115 </property> |
115 <property name="toolTip" > |
116 <property name="toolTip"> |
116 <string>Select the background colour for secure URLs.</string> |
117 <string>Select the background colour for secure URLs.</string> |
117 </property> |
118 </property> |
118 <property name="text" > |
119 <property name="text"> |
119 <string/> |
120 <string/> |
120 </property> |
121 </property> |
121 </widget> |
122 </widget> |
122 </item> |
123 </item> |
123 <item row="0" column="2" > |
124 <item row="0" column="2"> |
124 <spacer name="horizontalSpacer" > |
125 <spacer name="horizontalSpacer"> |
125 <property name="orientation" > |
126 <property name="orientation"> |
126 <enum>Qt::Horizontal</enum> |
127 <enum>Qt::Horizontal</enum> |
127 </property> |
128 </property> |
128 <property name="sizeHint" stdset="0" > |
129 <property name="sizeHint" stdset="0"> |
129 <size> |
130 <size> |
130 <width>141</width> |
131 <width>141</width> |
131 <height>20</height> |
132 <height>20</height> |
132 </size> |
133 </size> |
133 </property> |
134 </property> |
135 </item> |
136 </item> |
136 </layout> |
137 </layout> |
137 </widget> |
138 </widget> |
138 </item> |
139 </item> |
139 <item> |
140 <item> |
140 <widget class="QGroupBox" name="groupBox" > |
141 <widget class="QGroupBox" name="groupBox"> |
141 <property name="title" > |
142 <property name="title"> |
142 <string>Images</string> |
143 <string>Images</string> |
143 </property> |
144 </property> |
144 <layout class="QVBoxLayout" name="verticalLayout" > |
145 <layout class="QVBoxLayout" name="verticalLayout"> |
145 <item> |
146 <item> |
146 <widget class="QCheckBox" name="autoLoadImagesCheckBox" > |
147 <widget class="QCheckBox" name="autoLoadImagesCheckBox"> |
147 <property name="toolTip" > |
148 <property name="toolTip"> |
148 <string>Select to load images</string> |
149 <string>Select to load images</string> |
149 </property> |
150 </property> |
150 <property name="text" > |
151 <property name="text"> |
151 <string>Load images</string> |
152 <string>Load images</string> |
152 </property> |
153 </property> |
153 </widget> |
154 </widget> |
154 </item> |
155 </item> |
155 </layout> |
156 </layout> |
156 </widget> |
157 </widget> |
157 </item> |
158 </item> |
158 <item> |
159 <item> |
159 <widget class="QGroupBox" name="groupBox_2" > |
160 <widget class="QGroupBox" name="groupBox_2"> |
160 <property name="title" > |
161 <property name="title"> |
161 <string>Style Sheet</string> |
162 <string>Style Sheet</string> |
162 </property> |
163 </property> |
163 <layout class="QHBoxLayout" name="horizontalLayout" > |
164 <layout class="QHBoxLayout" name="horizontalLayout"> |
164 <item> |
165 <item> |
165 <widget class="QLabel" name="label" > |
166 <widget class="QLabel" name="label"> |
166 <property name="text" > |
167 <property name="text"> |
167 <string>User Style Sheet:</string> |
168 <string>User Style Sheet:</string> |
168 </property> |
169 </property> |
169 </widget> |
170 </widget> |
170 </item> |
171 </item> |
171 <item> |
172 <item> |
172 <widget class="QLineEdit" name="styleSheetEdit" > |
173 <widget class="QLineEdit" name="styleSheetEdit"> |
173 <property name="toolTip" > |
174 <property name="toolTip"> |
174 <string>Enter the file name of a user style sheet</string> |
175 <string>Enter the file name of a user style sheet</string> |
175 </property> |
176 </property> |
176 </widget> |
177 </widget> |
177 </item> |
178 </item> |
178 <item> |
179 <item> |
179 <widget class="QPushButton" name="styleSheetButton" > |
180 <widget class="QPushButton" name="styleSheetButton"> |
180 <property name="toolTip" > |
181 <property name="toolTip"> |
181 <string>Select the user style sheet via a file selection dialog</string> |
182 <string>Select the user style sheet via a file selection dialog</string> |
182 </property> |
183 </property> |
183 <property name="text" > |
184 <property name="text"> |
184 <string>...</string> |
185 <string>...</string> |
185 </property> |
186 </property> |
186 </widget> |
187 </widget> |
187 </item> |
188 </item> |
188 </layout> |
189 </layout> |
189 </widget> |
190 </widget> |
190 </item> |
191 </item> |
191 <item> |
192 <item> |
|
193 <widget class="Line" name="separatorLine"> |
|
194 <property name="frameShape"> |
|
195 <enum>QFrame::HLine</enum> |
|
196 </property> |
|
197 <property name="frameShadow"> |
|
198 <enum>QFrame::Sunken</enum> |
|
199 </property> |
|
200 <property name="orientation"> |
|
201 <enum>Qt::Horizontal</enum> |
|
202 </property> |
|
203 </widget> |
|
204 </item> |
|
205 <item> |
|
206 <widget class="QLabel" name="nextStartupNoteLabel"> |
|
207 <property name="text"> |
|
208 <string><font color="#FF0000"><b>Note:</b> All settings below are activated at the next startup of the application.</font></string> |
|
209 </property> |
|
210 </widget> |
|
211 </item> |
|
212 <item> |
|
213 <widget class="QGroupBox" name="tabsGroupBox"> |
|
214 <property name="title"> |
|
215 <string>Tabs</string> |
|
216 </property> |
|
217 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
218 <item> |
|
219 <widget class="QCheckBox" name="tabsCloseButtonCheckBox"> |
|
220 <property name="text"> |
|
221 <string>Show only one close button instead of one for each tab</string> |
|
222 </property> |
|
223 </widget> |
|
224 </item> |
|
225 </layout> |
|
226 </widget> |
|
227 </item> |
|
228 <item> |
192 <spacer> |
229 <spacer> |
193 <property name="orientation" > |
230 <property name="orientation"> |
194 <enum>Qt::Vertical</enum> |
231 <enum>Qt::Vertical</enum> |
195 </property> |
232 </property> |
196 <property name="sizeHint" stdset="0" > |
233 <property name="sizeHint" stdset="0"> |
197 <size> |
234 <size> |
198 <width>479</width> |
235 <width>479</width> |
199 <height>121</height> |
236 <height>121</height> |
200 </size> |
237 </size> |
201 </property> |
238 </property> |