Preferences/ConfigurationPages/HelpAppearancePage.ui

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

eric ide

mercurial