src/eric7/Preferences/ConfigurationPages/HelpViewersPage.ui

Sat, 26 Apr 2025 12:34:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Apr 2025 12:34:32 +0200
branch
eric7
changeset 11240
c48c615c04a3
parent 10628
6968d6c31b3e
permissions
-rw-r--r--

MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.

0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 <ui version="4.0">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3 <class>HelpViewersPage</class>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
4 <widget class="QWidget" name="HelpViewersPage">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 <property name="geometry">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 <rect>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7 <x>0</x>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8 <y>0</y>
10628
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
9 <width>535</width>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
10 <height>403</height>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11 </rect>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 </property>
10628
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
13 <layout class="QVBoxLayout" name="verticalLayout_3">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
14 <item>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
15 <widget class="QLabel" name="headerLabel">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
16 <property name="text">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
17 <string>&lt;b&gt;Configure help viewers&lt;/b&gt;</string>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
18 </property>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
19 </widget>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
20 </item>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
21 <item>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
22 <widget class="Line" name="line17">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
23 <property name="frameShape">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
24 <enum>QFrame::HLine</enum>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
25 </property>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
26 <property name="frameShadow">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
27 <enum>QFrame::Sunken</enum>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
28 </property>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
29 <property name="orientation">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
30 <enum>Qt::Horizontal</enum>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
31 </property>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
32 </widget>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
33 </item>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
34 <item>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
35 <widget class="QGroupBox" name="groupBox">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
36 <property name="title">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
37 <string>Help Viewer</string>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
38 </property>
8705
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
39 <layout class="QVBoxLayout" name="verticalLayout">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
40 <item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
41 <layout class="QHBoxLayout" name="horizontalLayout_2">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
42 <item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
43 <widget class="QRadioButton" name="internalViewerButton">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
44 <property name="toolTip">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
45 <string>Select to use the internal help viewer</string>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
46 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
47 <property name="text">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
48 <string>Internal Viewer</string>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
49 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
50 <property name="checked">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
51 <bool>true</bool>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
52 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
53 </widget>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
54 </item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
55 <item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
56 <widget class="QRadioButton" name="helpBrowserButton">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
57 <property name="toolTip">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
58 <string>Select to use the Eric Web Browser</string>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
59 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
60 <property name="text">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
61 <string>Eric Web Browser</string>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
62 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
63 </widget>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
64 </item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
65 <item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
66 <widget class="QRadioButton" name="qtAssistantButton">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
67 <property name="toolTip">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
68 <string>Select to use Qt Assistant</string>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
69 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
70 <property name="text">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
71 <string>Qt Assistant</string>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
72 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
73 </widget>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
74 </item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
75 <item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
76 <widget class="QRadioButton" name="webBrowserButton">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
77 <property name="toolTip">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
78 <string>Select to use the configured web browser of the system</string>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
79 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
80 <property name="text">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
81 <string>System Web Browser</string>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
82 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
83 </widget>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
84 </item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
85 </layout>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
86 </item>
8705
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
87 <item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
88 <layout class="QHBoxLayout" name="horizontalLayout">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
89 <item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
90 <widget class="QRadioButton" name="customViewerButton">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
91 <property name="toolTip">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
92 <string>Select to use a custom viewer</string>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
93 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
94 <property name="text">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
95 <string>Custom</string>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
96 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
97 </widget>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
98 </item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
99 <item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
100 <widget class="EricPathPicker" name="customViewerPicker" native="true">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
101 <property name="enabled">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
102 <bool>false</bool>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
103 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
104 <property name="sizePolicy">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
105 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
106 <horstretch>0</horstretch>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
107 <verstretch>0</verstretch>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
108 </sizepolicy>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
109 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
110 <property name="focusPolicy">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
111 <enum>Qt::StrongFocus</enum>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
112 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
113 <property name="toolTip">
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
114 <string>Enter the custom viewer to be used</string>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
115 </property>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
116 </widget>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
117 </item>
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
118 </layout>
4577
e79a139aacc4 Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3186
diff changeset
119 </item>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
120 </layout>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
121 </widget>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
122 </item>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
123 <item>
10628
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
124 <widget class="Line" name="line">
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
125 <property name="orientation">
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
126 <enum>Qt::Horizontal</enum>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
127 </property>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
128 </widget>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
129 </item>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
130 <item>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
131 <widget class="QLabel" name="TextLabel1_2_2_2">
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
132 <property name="text">
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
133 <string>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; All settings below are activated at the next startup of the application.&lt;/font&gt;</string>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
134 </property>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
135 </widget>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
136 </item>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
137 <item>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
138 <widget class="QGroupBox" name="groupBox_2">
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
139 <property name="title">
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
140 <string>Internal Viewer</string>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
141 </property>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
142 <layout class="QVBoxLayout" name="verticalLayout_2">
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
143 <item>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
144 <widget class="QCheckBox" name="enforceQTBCheckBox">
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
145 <property name="toolTip">
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
146 <string>Select this in order to enforce the use of the QTextBrowser based help viewer implementation.</string>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
147 </property>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
148 <property name="whatsThis">
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
149 <string>&lt;b&gt;Enforce 'QTextBrowser' based viewer&lt;/b&gt;
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
150 &lt;p&gt;Select this in order to enforce the use of the QTextBrowser based help viewer implementation. Without this option the viewer implementation will be selected automatically from QWebEngine or QTextBrowser (in that order).&lt;/p&gt;</string>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
151 </property>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
152 <property name="text">
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
153 <string>Enforce 'QTextBrowser' based viewer</string>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
154 </property>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
155 </widget>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
156 </item>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
157 </layout>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
158 </widget>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
159 </item>
6968d6c31b3e Added the capability to override the type of the internal help viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9413
diff changeset
160 <item>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
161 <spacer>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
162 <property name="orientation">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
163 <enum>Qt::Vertical</enum>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
164 </property>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
165 <property name="sizeHint" stdset="0">
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
166 <size>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
167 <width>479</width>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
168 <height>121</height>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
169 </size>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
170 </property>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
171 </spacer>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
172 </item>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
173 </layout>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
174 </widget>
4577
e79a139aacc4 Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3186
diff changeset
175 <customwidgets>
e79a139aacc4 Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3186
diff changeset
176 <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
177 <class>EricPathPicker</class>
4577
e79a139aacc4 Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3186
diff changeset
178 <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
179 <header>eric7/EricWidgets/EricPathPicker.h</header>
4577
e79a139aacc4 Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3186
diff changeset
180 <container>1</container>
e79a139aacc4 Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3186
diff changeset
181 </customwidget>
e79a139aacc4 Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3186
diff changeset
182 </customwidgets>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
183 <tabstops>
8705
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
184 <tabstop>internalViewerButton</tabstop>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
185 <tabstop>helpBrowserButton</tabstop>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
186 <tabstop>qtAssistantButton</tabstop>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
187 <tabstop>webBrowserButton</tabstop>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
188 <tabstop>customViewerButton</tabstop>
8705
327e596607f8 Added a configuration option to use the internal help viewer and made that the default.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8358
diff changeset
189 <tabstop>customViewerPicker</tabstop>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
190 </tabstops>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
191 <resources/>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
192 <connections>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
193 <connection>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
194 <sender>customViewerButton</sender>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
195 <signal>toggled(bool)</signal>
4577
e79a139aacc4 Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3186
diff changeset
196 <receiver>customViewerPicker</receiver>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
197 <slot>setEnabled(bool)</slot>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
198 <hints>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
199 <hint type="sourcelabel">
4577
e79a139aacc4 Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3186
diff changeset
200 <x>496</x>
e79a139aacc4 Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3186
diff changeset
201 <y>72</y>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
202 </hint>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
203 <hint type="destinationlabel">
4577
e79a139aacc4 Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3186
diff changeset
204 <x>493</x>
e79a139aacc4 Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3186
diff changeset
205 <y>90</y>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
206 </hint>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
207 </hints>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
208 </connection>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
209 </connections>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
210 </ui>

eric ide

mercurial