Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
7433
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <ui version="4.0"> |
8876
2001accf55b3
Renamed the generic interface configuration page.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8875
diff
changeset
|
3 | <class>InterfaceLightPage</class> |
2001accf55b3
Renamed the generic interface configuration page.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8875
diff
changeset
|
4 | <widget class="QWidget" name="InterfaceLightPage"> |
7433
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <property name="geometry"> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <rect> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <x>0</x> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <y>0</y> |
7749
285855999b4e
Configuration Dialog: optimized the display of the various configuration pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7433
diff
changeset
|
9 | <width>555</width> |
10518 | 10 | <height>496</height> |
7433
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | </rect> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </property> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | <layout class="QVBoxLayout" name="verticalLayout"> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <item> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | <widget class="QLabel" name="headerLabel"> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <property name="text"> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | <string><b>Configure User Interface</b></string> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | </property> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | </widget> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | </item> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <item> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <widget class="Line" name="line9"> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <property name="frameShape"> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | <enum>QFrame::HLine</enum> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </property> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <property name="frameShadow"> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <enum>QFrame::Sunken</enum> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | </property> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | <property name="orientation"> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | <enum>Qt::Horizontal</enum> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | </property> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | </widget> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | </item> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <item> |
10248 | 35 | <widget class="QGroupBox" name="groupBox"> |
36 | <property name="title"> | |
37 | <string>Style</string> | |
38 | </property> | |
39 | <layout class="QGridLayout" name="gridLayout"> | |
40 | <item row="0" column="0"> | |
41 | <widget class="QLabel" name="label_4"> | |
42 | <property name="text"> | |
43 | <string>Style:</string> | |
44 | </property> | |
45 | </widget> | |
46 | </item> | |
47 | <item row="0" column="1"> | |
48 | <widget class="QComboBox" name="styleComboBox"> | |
49 | <property name="toolTip"> | |
50 | <string>Select the interface style</string> | |
51 | </property> | |
52 | </widget> | |
53 | </item> | |
54 | <item row="1" column="0"> | |
55 | <widget class="QLabel" name="label_5"> | |
56 | <property name="text"> | |
57 | <string>Style Sheet:</string> | |
58 | </property> | |
59 | </widget> | |
60 | </item> | |
61 | <item row="1" column="1"> | |
62 | <widget class="EricPathPicker" name="styleSheetPicker" native="true"> | |
63 | <property name="sizePolicy"> | |
64 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> | |
65 | <horstretch>0</horstretch> | |
66 | <verstretch>0</verstretch> | |
67 | </sizepolicy> | |
68 | </property> | |
69 | <property name="focusPolicy"> | |
70 | <enum>Qt::StrongFocus</enum> | |
71 | </property> | |
72 | <property name="toolTip"> | |
73 | <string>Enter the path of the style sheet file</string> | |
74 | </property> | |
75 | </widget> | |
76 | </item> | |
77 | <item row="2" column="0"> | |
78 | <widget class="QLabel" name="label_7"> | |
79 | <property name="text"> | |
80 | <string>Style Icons Path:</string> | |
81 | </property> | |
82 | </widget> | |
83 | </item> | |
84 | <item row="2" column="1"> | |
85 | <widget class="EricPathPicker" name="styleIconsPathPicker" native="true"> | |
86 | <property name="sizePolicy"> | |
87 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> | |
88 | <horstretch>0</horstretch> | |
89 | <verstretch>0</verstretch> | |
90 | </sizepolicy> | |
91 | </property> | |
92 | <property name="focusPolicy"> | |
93 | <enum>Qt::StrongFocus</enum> | |
94 | </property> | |
95 | <property name="toolTip"> | |
96 | <string>Enter the path to the icons used within the style sheet (empty for default)</string> | |
97 | </property> | |
98 | </widget> | |
99 | </item> | |
100 | <item row="3" column="0"> | |
101 | <widget class="QLabel" name="label_8"> | |
102 | <property name="text"> | |
103 | <string>Item Selection Style:</string> | |
104 | </property> | |
105 | </widget> | |
106 | </item> | |
107 | <item row="3" column="1"> | |
108 | <widget class="QComboBox" name="itemSelectionStyleComboBox"> | |
109 | <property name="toolTip"> | |
110 | <string>Select the style for item selection (default is platform dependent).</string> | |
111 | </property> | |
112 | </widget> | |
113 | </item> | |
114 | <item row="4" column="1"> | |
115 | <widget class="QLabel" name="label_9"> | |
116 | <property name="text"> | |
117 | <string><b>Note:</b> This may not take effect on all views.</string> | |
118 | </property> | |
119 | </widget> | |
120 | </item> | |
121 | </layout> | |
122 | </widget> | |
8875
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
123 | </item> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
124 | <item> |
10518 | 125 | <widget class="QGroupBox" name="sidebarsGroup"> |
126 | <property name="title"> | |
127 | <string>Sidebars</string> | |
128 | </property> | |
129 | <layout class="QVBoxLayout" name="verticalLayout_2"> | |
130 | <item> | |
131 | <layout class="QHBoxLayout" name="horizontalLayout_2"> | |
132 | <item> | |
133 | <layout class="QGridLayout" name="gridLayout_7"> | |
134 | <item row="0" column="0" colspan="2"> | |
135 | <widget class="QPushButton" name="iconBarButton"> | |
136 | <property name="toolTip"> | |
137 | <string>Select the icon bar background color</string> | |
138 | </property> | |
139 | <property name="text"> | |
140 | <string>Icon Bar Color</string> | |
141 | </property> | |
142 | </widget> | |
143 | </item> | |
144 | <item row="1" column="0"> | |
145 | <widget class="QLabel" name="label_6"> | |
146 | <property name="text"> | |
147 | <string>Icon Size:</string> | |
148 | </property> | |
149 | </widget> | |
150 | </item> | |
151 | <item row="1" column="1"> | |
152 | <widget class="QComboBox" name="iconSizeComboBox"> | |
153 | <property name="toolTip"> | |
154 | <string>Select the icon size</string> | |
155 | </property> | |
156 | </widget> | |
157 | </item> | |
158 | </layout> | |
159 | </item> | |
160 | <item> | |
161 | <widget class="QLabel" name="sampleLabel"> | |
162 | <property name="minimumSize"> | |
163 | <size> | |
164 | <width>50</width> | |
165 | <height>50</height> | |
166 | </size> | |
167 | </property> | |
168 | <property name="text"> | |
169 | <string/> | |
170 | </property> | |
171 | <property name="alignment"> | |
172 | <set>Qt::AlignCenter</set> | |
173 | </property> | |
174 | </widget> | |
175 | </item> | |
176 | <item> | |
177 | <widget class="QLabel" name="highlightedSampleLabel"> | |
178 | <property name="minimumSize"> | |
179 | <size> | |
180 | <width>50</width> | |
181 | <height>50</height> | |
182 | </size> | |
183 | </property> | |
184 | <property name="text"> | |
185 | <string/> | |
186 | </property> | |
187 | <property name="alignment"> | |
188 | <set>Qt::AlignCenter</set> | |
189 | </property> | |
190 | </widget> | |
191 | </item> | |
192 | <item> | |
193 | <spacer name="horizontalSpacer_2"> | |
194 | <property name="orientation"> | |
195 | <enum>Qt::Horizontal</enum> | |
196 | </property> | |
197 | <property name="sizeHint" stdset="0"> | |
198 | <size> | |
199 | <width>396</width> | |
200 | <height>20</height> | |
201 | </size> | |
202 | </property> | |
203 | </spacer> | |
204 | </item> | |
205 | </layout> | |
206 | </item> | |
207 | </layout> | |
208 | </widget> | |
209 | </item> | |
210 | <item> | |
8875
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
211 | <widget class="Line" name="line9_2"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
212 | <property name="frameShape"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
213 | <enum>QFrame::HLine</enum> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
214 | </property> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
215 | <property name="frameShadow"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
216 | <enum>QFrame::Sunken</enum> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
217 | </property> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
218 | <property name="orientation"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
219 | <enum>Qt::Horizontal</enum> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
220 | </property> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
221 | </widget> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
222 | </item> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
223 | <item> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
224 | <widget class="QLabel" name="TextLabel1_2_2_2"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
225 | <property name="text"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
226 | <string><font color="#FF0000"><b>Note:</b> All settings below are activated at the next startup of the application.</font></string> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
227 | </property> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
228 | </widget> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
229 | </item> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
230 | <item> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
231 | <layout class="QHBoxLayout" name="horizontalLayout"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
232 | <item> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
233 | <widget class="QLabel" name="languageLabel"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
234 | <property name="sizePolicy"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
235 | <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
236 | <horstretch>0</horstretch> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
237 | <verstretch>0</verstretch> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
238 | </sizepolicy> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
239 | </property> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
240 | <property name="text"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
241 | <string>Language:</string> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
242 | </property> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
243 | <property name="buddy"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
244 | <cstring>languageComboBox</cstring> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
245 | </property> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
246 | </widget> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
247 | </item> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
248 | <item> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
249 | <widget class="QComboBox" name="languageComboBox"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
250 | <property name="sizePolicy"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
251 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
252 | <horstretch>0</horstretch> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
253 | <verstretch>0</verstretch> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
254 | </sizepolicy> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
255 | </property> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
256 | <property name="toolTip"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
257 | <string>Select the interface language.</string> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
258 | </property> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
259 | <property name="whatsThis"> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
260 | <string>The interface language can be selected from this list. If "system" is selected, the interface language is determined by the system. The selection of "none" means, that the default language will be used.</string> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
261 | </property> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
262 | </widget> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
263 | </item> |
7433
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
264 | </layout> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
265 | </item> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
266 | <item> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
267 | <spacer> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
268 | <property name="orientation"> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
269 | <enum>Qt::Vertical</enum> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
270 | </property> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
271 | <property name="sizeHint" stdset="0"> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
272 | <size> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
273 | <width>537</width> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
274 | <height>41</height> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
275 | </size> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
276 | </property> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
277 | </spacer> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
278 | </item> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
279 | </layout> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
280 | </widget> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
281 | <customwidgets> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
282 | <customwidget> |
8356
68ec9c3d4de5
Renamed the modules and classes of the E5Gui package to have the prefix 'Eric' instead of 'E5'.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8312
diff
changeset
|
283 | <class>EricPathPicker</class> |
7433
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
284 | <extends>QWidget</extends> |
9413
80c06d472826
Changed the eric7 import statements to include the package name (i.e. eric7) in order to not fiddle with sys.path.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
285 | <header>eric7/EricWidgets/EricPathPicker.h</header> |
7433
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
286 | <container>1</container> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
287 | </customwidget> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
288 | </customwidgets> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
289 | <tabstops> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
290 | <tabstop>styleComboBox</tabstop> |
8875
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
291 | <tabstop>styleSheetPicker</tabstop> |
67c3ea933787
Modified HexEditor color usage such, that it is based on the configured/set palette.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
292 | <tabstop>styleIconsPathPicker</tabstop> |
10248 | 293 | <tabstop>itemSelectionStyleComboBox</tabstop> |
10518 | 294 | <tabstop>iconBarButton</tabstop> |
295 | <tabstop>iconSizeComboBox</tabstop> | |
10248 | 296 | <tabstop>languageComboBox</tabstop> |
7433
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
297 | </tabstops> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
298 | <resources/> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
299 | <connections/> |
386487a96672
WebBrowserInterfacePage: added the missing interface configuration page for the web browser (part 2).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
300 | </ui> |