eric6/Preferences/ConfigurationPages/HelpDocumentationPage.ui

changeset 7911
4621c9082a43
parent 7902
a5248d27c8a9
equal deleted inserted replaced
7910:2eeec6bc49e6 7911:4621c9082a43
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>526</width> 9 <width>526</width>
10 <height>582</height> 10 <height>747</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout"> 13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
205 </item> 205 </item>
206 </layout> 206 </layout>
207 </widget> 207 </widget>
208 </item> 208 </item>
209 <item> 209 <item>
210 <widget class="QGroupBox" name="pyqt6Group">
211 <property name="title">
212 <string>PyQt6 Documentation</string>
213 </property>
214 <layout class="QVBoxLayout" name="verticalLayout_8">
215 <item>
216 <widget class="E5PathPicker" name="pyqt6DocDirPicker" native="true">
217 <property name="sizePolicy">
218 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
219 <horstretch>0</horstretch>
220 <verstretch>0</verstretch>
221 </sizepolicy>
222 </property>
223 <property name="focusPolicy">
224 <enum>Qt::StrongFocus</enum>
225 </property>
226 <property name="toolTip">
227 <string>Enter the PyQt6 documentation directory</string>
228 </property>
229 </widget>
230 </item>
231 <item>
232 <widget class="QLabel" name="textLabel1_8_2_2_8">
233 <property name="text">
234 <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT6DOCDIR environment variable, if set.</string>
235 </property>
236 <property name="wordWrap">
237 <bool>true</bool>
238 </property>
239 </widget>
240 </item>
241 </layout>
242 </widget>
243 </item>
244 <item>
210 <widget class="QGroupBox" name="pyside2Group"> 245 <widget class="QGroupBox" name="pyside2Group">
211 <property name="title"> 246 <property name="title">
212 <string>PySide2 Documentation</string> 247 <string>PySide2 Documentation</string>
213 </property> 248 </property>
214 <layout class="QVBoxLayout" name="verticalLayout_10"> 249 <layout class="QVBoxLayout" name="verticalLayout_10">
230 </item> 265 </item>
231 <item> 266 <item>
232 <widget class="QLabel" name="textLabel1_8_2_3"> 267 <widget class="QLabel" name="textLabel1_8_2_3">
233 <property name="text"> 268 <property name="text">
234 <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</string> 269 <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</string>
270 </property>
271 <property name="wordWrap">
272 <bool>true</bool>
273 </property>
274 </widget>
275 </item>
276 </layout>
277 </widget>
278 </item>
279 <item>
280 <widget class="QGroupBox" name="pyside6Group">
281 <property name="title">
282 <string>PySide6 Documentation</string>
283 </property>
284 <layout class="QVBoxLayout" name="verticalLayout_11">
285 <item>
286 <widget class="E5PathPicker" name="pyside6DocDirPicker" native="true">
287 <property name="sizePolicy">
288 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
289 <horstretch>0</horstretch>
290 <verstretch>0</verstretch>
291 </sizepolicy>
292 </property>
293 <property name="focusPolicy">
294 <enum>Qt::StrongFocus</enum>
295 </property>
296 <property name="toolTip">
297 <string>Enter the PySide6 documentation directory</string>
298 </property>
299 </widget>
300 </item>
301 <item>
302 <widget class="QLabel" name="textLabel1_8_2_4">
303 <property name="text">
304 <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDE6DOCDIR environment variable, if set.</string>
235 </property> 305 </property>
236 <property name="wordWrap"> 306 <property name="wordWrap">
237 <bool>true</bool> 307 <bool>true</bool>
238 </property> 308 </property>
239 </widget> 309 </widget>
268 <tabstop>ericDocDirPicker</tabstop> 338 <tabstop>ericDocDirPicker</tabstop>
269 <tabstop>pythonDocDirPicker</tabstop> 339 <tabstop>pythonDocDirPicker</tabstop>
270 <tabstop>qt5DocDirPicker</tabstop> 340 <tabstop>qt5DocDirPicker</tabstop>
271 <tabstop>qt6DocDirPicker</tabstop> 341 <tabstop>qt6DocDirPicker</tabstop>
272 <tabstop>pyqt5DocDirPicker</tabstop> 342 <tabstop>pyqt5DocDirPicker</tabstop>
343 <tabstop>pyqt6DocDirPicker</tabstop>
273 <tabstop>pyside2DocDirPicker</tabstop> 344 <tabstop>pyside2DocDirPicker</tabstop>
274 </tabstops> 345 </tabstops>
275 <resources/> 346 <resources/>
276 <connections/> 347 <connections/>
277 </ui> 348 </ui>

eric ide

mercurial