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.
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>QtPage</class> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <widget class="QWidget" name="QtPage"> |
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> |
7786
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
9 | <width>556</width> |
11217 | 10 | <height>786</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> |
11216 | 13 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
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><b>Configure Qt</b></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="line12"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <property name="frameShape"> |
11049
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
24 | <enum>QFrame::Shape::HLine</enum> |
0
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"> |
11049
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
27 | <enum>QFrame::Shadow::Sunken</enum> |
0
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"> |
11049
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
30 | <enum>Qt::Orientation::Horizontal</enum> |
0
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> |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
35 | <widget class="QGroupBox" name="groupBox_6"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | <property name="title"> |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
37 | <string>Qt</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | </property> |
7907
7991ea245c20
Added support for PyQt6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7786
diff
changeset
|
39 | <layout class="QVBoxLayout" name="verticalLayout_8"> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
40 | <item> |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
41 | <widget class="QGroupBox" name="groupBox_3"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
42 | <property name="title"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
43 | <string>Qt Translations Directory</string> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
44 | </property> |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
45 | <layout class="QVBoxLayout" name="verticalLayout"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
46 | <item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
47 | <widget class="QLabel" name="TextLabel1_2_2_5"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
48 | <property name="text"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
49 | <string><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></string> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
50 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
51 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
52 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
53 | <item> |
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
|
54 | <widget class="EricPathPicker" name="qtTransPicker" native="true"> |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
55 | <property name="sizePolicy"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
56 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
57 | <horstretch>0</horstretch> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
58 | <verstretch>0</verstretch> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
59 | </sizepolicy> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
60 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
61 | <property name="focusPolicy"> |
11049
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
62 | <enum>Qt::FocusPolicy::StrongFocus</enum> |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
63 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
64 | <property name="toolTip"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
65 | <string>Enter the path of the Qt translations directory.</string> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
66 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
67 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
68 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
69 | <item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
70 | <widget class="QLabel" name="textLabel1_2_4"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
71 | <property name="text"> |
7598
6bb50f2a1df2
Removed the capability to configure the Qt translations directory via environment variables.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7451
diff
changeset
|
72 | <string><b>Note:</b> Leave this entry empty to use the path compiled into the Qt library.</string> |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
73 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
74 | <property name="wordWrap"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
75 | <bool>true</bool> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
76 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
77 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
78 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
79 | </layout> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
80 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
81 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
82 | <item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
83 | <widget class="QGroupBox" name="groupBox_4"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
84 | <property name="title"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
85 | <string>Qt Tools</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | </property> |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
87 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
88 | <item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
89 | <layout class="QHBoxLayout" name="horizontalLayout"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
90 | <item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
91 | <widget class="QLabel" name="label_4"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
92 | <property name="text"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
93 | <string>Tools Directory:</string> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
94 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
95 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
96 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
97 | <item> |
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
|
98 | <widget class="EricPathPicker" name="qtToolsDirPicker" native="true"> |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
99 | <property name="sizePolicy"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
100 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
101 | <horstretch>0</horstretch> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
102 | <verstretch>0</verstretch> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
103 | </sizepolicy> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
104 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
105 | <property name="focusPolicy"> |
11049
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
106 | <enum>Qt::FocusPolicy::StrongFocus</enum> |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
107 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
108 | <property name="toolTip"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
109 | <string>Enter the path of the Qt tools directory, if they are not found.</string> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
110 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
111 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
112 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
113 | </layout> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
114 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
115 | <item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
116 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
117 | <item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
118 | <widget class="QLabel" name="label_3"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
119 | <property name="text"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
120 | <string>Qt-Prefix:</string> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
121 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
122 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
123 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
124 | <item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
125 | <widget class="QLineEdit" name="qtPrefixEdit"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
126 | <property name="toolTip"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
127 | <string>Enter the prefix for the Qt tools name</string> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
128 | </property> |
7786
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
129 | <property name="whatsThis"> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
130 | <string><b>Qt-Prefix</b> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
131 | <p>Enter a prefix used to determine the Qt tool executable name. It is composed of the prefix, the tool name and the postfix. The executable extension is added automatically on Windows.</p></string> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
132 | </property> |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
133 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
134 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
135 | <item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
136 | <widget class="QLabel" name="label_5"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
137 | <property name="text"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
138 | <string>Qt-Postfix:</string> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
139 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
140 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
141 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
142 | <item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
143 | <widget class="QLineEdit" name="qtPostfixEdit"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
144 | <property name="toolTip"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
145 | <string>Enter the postfix for the Qt tools name</string> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
146 | </property> |
7786
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
147 | <property name="whatsThis"> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
148 | <string><b>Qt-Postfix</b> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
149 | <p>Enter a postfix used to determine the Qt tool executable name. It is composed of the prefix, the tool name and the postfix. The executable extension is added automatically on Windows.</p></string> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
150 | </property> |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
151 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
152 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
153 | <item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
154 | <widget class="QLabel" name="qtSampleLabel"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
155 | <property name="sizePolicy"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
156 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
157 | <horstretch>1</horstretch> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
158 | <verstretch>0</verstretch> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
159 | </sizepolicy> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
160 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
161 | <property name="toolTip"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
162 | <string>This gives an example of the complete tool name</string> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
163 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
164 | <property name="text"> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
165 | <string>designer</string> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
166 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
167 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
168 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
169 | </layout> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
170 | </item> |
9536 | 171 | <item> |
11049
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
172 | <layout class="QGridLayout" name="gridLayout_5"> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
173 | <item row="0" column="0"> |
9536 | 174 | <widget class="QLabel" name="label_14"> |
175 | <property name="text"> | |
176 | <string>'qhelpgenerator':</string> | |
177 | </property> | |
178 | </widget> | |
179 | </item> | |
11049
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
180 | <item row="0" column="1"> |
9536 | 181 | <widget class="EricPathPicker" name="qhelpgeneratorPicker" native="true"> |
182 | <property name="sizePolicy"> | |
183 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> | |
184 | <horstretch>0</horstretch> | |
185 | <verstretch>0</verstretch> | |
186 | </sizepolicy> | |
187 | </property> | |
188 | <property name="focusPolicy"> | |
11049
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
189 | <enum>Qt::FocusPolicy::StrongFocus</enum> |
9536 | 190 | </property> |
191 | <property name="toolTip"> | |
192 | <string>Enter the path of the 'qhelpgenerator' program, if it cannot be found automatically.</string> | |
193 | </property> | |
194 | </widget> | |
195 | </item> | |
11049
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
196 | <item row="1" column="0"> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
197 | <widget class="QLabel" name="label_15"> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
198 | <property name="text"> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
199 | <string>'lrelease':</string> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
200 | </property> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
201 | </widget> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
202 | </item> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
203 | <item row="1" column="1"> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
204 | <widget class="EricPathPicker" name="lreleasePicker" native="true"> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
205 | <property name="sizePolicy"> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
206 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
207 | <horstretch>0</horstretch> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
208 | <verstretch>0</verstretch> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
209 | </sizepolicy> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
210 | </property> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
211 | <property name="focusPolicy"> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
212 | <enum>Qt::FocusPolicy::StrongFocus</enum> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
213 | </property> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
214 | <property name="toolTip"> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
215 | <string>Enter the path of the 'lrelease' program, if it cannot be found automatically.</string> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
216 | </property> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
217 | </widget> |
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
218 | </item> |
9536 | 219 | </layout> |
220 | </item> | |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
221 | </layout> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
222 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
223 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
224 | </layout> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
225 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
226 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
227 | <item> |
11217 | 228 | <widget class="QGroupBox" name="groupBox_8"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
229 | <property name="title"> |
11217 | 230 | <string>PyQt 6</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
231 | </property> |
11217 | 232 | <layout class="QVBoxLayout" name="verticalLayout_5"> |
5070
4e4651e88674
Added capability to set the path to the Qt tools manually (because they are not included in the PyQt5 wheels).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4714
diff
changeset
|
233 | <item> |
11217 | 234 | <layout class="QHBoxLayout" name="horizontalLayout_8"> |
235 | <item> | |
236 | <widget class="QLabel" name="label_10"> | |
237 | <property name="text"> | |
238 | <string>Virtual Environment:</string> | |
239 | </property> | |
240 | </widget> | |
241 | </item> | |
242 | <item> | |
243 | <widget class="QComboBox" name="pyqt6VenvComboBox"> | |
244 | <property name="sizePolicy"> | |
245 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> | |
246 | <horstretch>0</horstretch> | |
247 | <verstretch>0</verstretch> | |
248 | </sizepolicy> | |
249 | </property> | |
250 | <property name="toolTip"> | |
251 | <string>Select the virtual environment to be used</string> | |
252 | </property> | |
253 | </widget> | |
254 | </item> | |
255 | <item> | |
256 | <widget class="QToolButton" name="pyqt6VenvDlgButton"> | |
257 | <property name="toolTip"> | |
258 | <string>Press to open the virtual environment manager dialog</string> | |
259 | </property> | |
260 | <property name="text"> | |
261 | <string notr="true"/> | |
262 | </property> | |
263 | </widget> | |
264 | </item> | |
265 | <item> | |
266 | <widget class="QToolButton" name="pyqt6VenvRefreshButton"> | |
267 | <property name="toolTip"> | |
268 | <string>Press to refresh the list of vitual environments</string> | |
269 | </property> | |
270 | <property name="text"> | |
271 | <string notr="true"/> | |
272 | </property> | |
273 | </widget> | |
274 | </item> | |
275 | </layout> | |
276 | </item> | |
277 | <item> | |
278 | <layout class="QHBoxLayout" name="horizontalLayout_4"> | |
279 | <item> | |
280 | <widget class="QLabel" name="label_8"> | |
281 | <property name="text"> | |
282 | <string>Tools Directory:</string> | |
283 | </property> | |
284 | </widget> | |
285 | </item> | |
286 | <item> | |
287 | <widget class="EricPathPicker" name="pyqt6ToolsDirPicker" native="true"> | |
288 | <property name="sizePolicy"> | |
289 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> | |
290 | <horstretch>0</horstretch> | |
291 | <verstretch>0</verstretch> | |
292 | </sizepolicy> | |
293 | </property> | |
294 | <property name="focusPolicy"> | |
295 | <enum>Qt::FocusPolicy::StrongFocus</enum> | |
296 | </property> | |
297 | <property name="toolTip"> | |
298 | <string>Enter the path of the PyQt 6 tools directory, if they are not found.</string> | |
299 | </property> | |
300 | </widget> | |
301 | </item> | |
302 | </layout> | |
303 | </item> | |
304 | <item> | |
305 | <widget class="QGroupBox" name="groupBox_9"> | |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
306 | <property name="title"> |
11217 | 307 | <string>pyuic6 Options</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
308 | </property> |
11217 | 309 | <layout class="QGridLayout" name="gridLayout_3"> |
310 | <item row="0" column="2"> | |
311 | <spacer name="horizontalSpacer_2"> | |
312 | <property name="orientation"> | |
313 | <enum>Qt::Orientation::Horizontal</enum> | |
314 | </property> | |
315 | <property name="sizeHint" stdset="0"> | |
316 | <size> | |
317 | <width>448</width> | |
318 | <height>20</height> | |
319 | </size> | |
320 | </property> | |
321 | </spacer> | |
7907
7991ea245c20
Added support for PyQt6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7786
diff
changeset
|
322 | </item> |
11217 | 323 | <item row="1" column="0" colspan="3"> |
324 | <widget class="QCheckBox" name="pyuic6ExecuteCheckBox"> | |
325 | <property name="toolTip"> | |
326 | <string>Select to generate extra code to test and display the form</string> | |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
327 | </property> |
11217 | 328 | <property name="text"> |
329 | <string>Generate Extra Test Code</string> | |
330 | </property> | |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
331 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
332 | </item> |
11217 | 333 | <item row="0" column="1"> |
334 | <widget class="QSpinBox" name="pyuic6IndentSpinBox"> | |
335 | <property name="toolTip"> | |
336 | <string>Select the indent width (default: 4)</string> | |
337 | </property> | |
338 | <property name="alignment"> | |
339 | <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> | |
340 | </property> | |
341 | <property name="minimum"> | |
342 | <number>2</number> | |
343 | </property> | |
344 | <property name="maximum"> | |
345 | <number>16</number> | |
346 | </property> | |
347 | <property name="value"> | |
348 | <number>4</number> | |
349 | </property> | |
350 | </widget> | |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
351 | </item> |
11217 | 352 | <item row="0" column="0"> |
353 | <widget class="QLabel" name="label_9"> | |
354 | <property name="text"> | |
355 | <string>Indent Width:</string> | |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
356 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
357 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
358 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
359 | </layout> |
5697
ee81081a0ff7
Finished implementing the capability to configure the path to the PyQt tools or determine it based on the current Python interpreter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5070
diff
changeset
|
360 | </widget> |
ee81081a0ff7
Finished implementing the capability to configure the path to the PyQt tools or determine it based on the current Python interpreter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5070
diff
changeset
|
361 | </item> |
ee81081a0ff7
Finished implementing the capability to configure the path to the PyQt tools or determine it based on the current Python interpreter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5070
diff
changeset
|
362 | </layout> |
ee81081a0ff7
Finished implementing the capability to configure the path to the PyQt tools or determine it based on the current Python interpreter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5070
diff
changeset
|
363 | </widget> |
ee81081a0ff7
Finished implementing the capability to configure the path to the PyQt tools or determine it based on the current Python interpreter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5070
diff
changeset
|
364 | </item> |
ee81081a0ff7
Finished implementing the capability to configure the path to the PyQt tools or determine it based on the current Python interpreter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5070
diff
changeset
|
365 | <item> |
11216 | 366 | <widget class="QGroupBox" name="pyside2Group_2"> |
7446
67b21645ffec
PySide2 support: added a configuration option to enter the path containing the PySide2 tools (see Qt configuration page).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7198
diff
changeset
|
367 | <property name="title"> |
11216 | 368 | <string>PySide6</string> |
7446
67b21645ffec
PySide2 support: added a configuration option to enter the path containing the PySide2 tools (see Qt configuration page).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7198
diff
changeset
|
369 | </property> |
11216 | 370 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
7907
7991ea245c20
Added support for PyQt6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7786
diff
changeset
|
371 | <item> |
11216 | 372 | <layout class="QHBoxLayout" name="horizontalLayout_6"> |
373 | <item> | |
374 | <widget class="QLabel" name="label_12"> | |
375 | <property name="text"> | |
376 | <string>Virtual Environment:</string> | |
377 | </property> | |
378 | </widget> | |
379 | </item> | |
380 | <item> | |
381 | <widget class="QComboBox" name="pyside6VenvComboBox"> | |
382 | <property name="sizePolicy"> | |
383 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> | |
384 | <horstretch>0</horstretch> | |
385 | <verstretch>0</verstretch> | |
386 | </sizepolicy> | |
387 | </property> | |
388 | <property name="toolTip"> | |
389 | <string>Select the virtual environment to be used</string> | |
390 | </property> | |
391 | </widget> | |
392 | </item> | |
393 | <item> | |
394 | <widget class="QToolButton" name="pyside6VenvDlgButton"> | |
395 | <property name="toolTip"> | |
396 | <string>Press to open the virtual environment manager dialog</string> | |
397 | </property> | |
398 | <property name="text"> | |
399 | <string notr="true"/> | |
400 | </property> | |
401 | </widget> | |
402 | </item> | |
403 | <item> | |
404 | <widget class="QToolButton" name="pyside6VenvRefreshButton"> | |
405 | <property name="toolTip"> | |
406 | <string>Press to refresh the list of vitual environments</string> | |
407 | </property> | |
408 | <property name="text"> | |
409 | <string notr="true"/> | |
410 | </property> | |
411 | </widget> | |
412 | </item> | |
413 | </layout> | |
7907
7991ea245c20
Added support for PyQt6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7786
diff
changeset
|
414 | </item> |
7446
67b21645ffec
PySide2 support: added a configuration option to enter the path containing the PySide2 tools (see Qt configuration page).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7198
diff
changeset
|
415 | <item> |
11216 | 416 | <layout class="QHBoxLayout" name="horizontalLayout_10"> |
417 | <item> | |
418 | <widget class="QLabel" name="label_13"> | |
419 | <property name="text"> | |
420 | <string>Tools Directory:</string> | |
421 | </property> | |
422 | </widget> | |
423 | </item> | |
424 | <item> | |
425 | <widget class="EricPathPicker" name="pyside6ToolsDirPicker" native="true"> | |
426 | <property name="sizePolicy"> | |
427 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> | |
428 | <horstretch>0</horstretch> | |
429 | <verstretch>0</verstretch> | |
430 | </sizepolicy> | |
431 | </property> | |
432 | <property name="focusPolicy"> | |
433 | <enum>Qt::FocusPolicy::StrongFocus</enum> | |
434 | </property> | |
435 | <property name="toolTip"> | |
436 | <string>Enter the path of the PySide6 tools directory, if they are not found.</string> | |
437 | </property> | |
438 | </widget> | |
439 | </item> | |
440 | </layout> | |
441 | </item> | |
442 | <item> | |
443 | <widget class="QGroupBox" name="groupBox_11"> | |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
444 | <property name="title"> |
11216 | 445 | <string>pyside6-uic Options</string> |
3845
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
446 | </property> |
11216 | 447 | <layout class="QGridLayout" name="gridLayout_4"> |
448 | <item row="0" column="0" colspan="2"> | |
449 | <widget class="QCheckBox" name="pyside6uicImportsCheckBox"> | |
450 | <property name="text"> | |
451 | <string>Generate imports relative to '.'</string> | |
7451
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
452 | </property> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
453 | </widget> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
454 | </item> |
f04328aef87a
PySide2 support: separated pyside2-uic options from those for pyuic5 and fixed tool detection for PySide2
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7446
diff
changeset
|
455 | </layout> |
3845
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
456 | </widget> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
457 | </item> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
458 | </layout> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
459 | </widget> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
460 | </item> |
7786
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
461 | <item> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
462 | <spacer name="verticalSpacer"> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
463 | <property name="orientation"> |
11049
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
464 | <enum>Qt::Orientation::Vertical</enum> |
7786
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
465 | </property> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
466 | <property name="sizeHint" stdset="0"> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
467 | <size> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
468 | <width>20</width> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
469 | <height>40</height> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
470 | </size> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
471 | </property> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
472 | </spacer> |
dd4a55fedea9
Configuration Dialog: optimized the visual of the Qt configuration page and fixed an issue setting the right size of the pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
473 | </item> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
474 | </layout> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
475 | </widget> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
476 | <customwidgets> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
477 | <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
|
478 | <class>EricPathPicker</class> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
479 | <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
|
480 | <header>eric7/EricWidgets/EricPathPicker.h</header> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
481 | <container>1</container> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
482 | </customwidget> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
483 | </customwidgets> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
484 | <tabstops> |
7198
684261ef2165
Removed the Qt4 runtime stuff.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
485 | <tabstop>qtTransPicker</tabstop> |
5070
4e4651e88674
Added capability to set the path to the Qt tools manually (because they are not included in the PyQt5 wheels).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4714
diff
changeset
|
486 | <tabstop>qtToolsDirPicker</tabstop> |
7198
684261ef2165
Removed the Qt4 runtime stuff.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
487 | <tabstop>qtPrefixEdit</tabstop> |
684261ef2165
Removed the Qt4 runtime stuff.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
488 | <tabstop>qtPostfixEdit</tabstop> |
9536 | 489 | <tabstop>qhelpgeneratorPicker</tabstop> |
11049
c23e1dddf6a3
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9536
diff
changeset
|
490 | <tabstop>lreleasePicker</tabstop> |
7907
7991ea245c20
Added support for PyQt6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7786
diff
changeset
|
491 | <tabstop>pyqt6VenvComboBox</tabstop> |
7991ea245c20
Added support for PyQt6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7786
diff
changeset
|
492 | <tabstop>pyqt6VenvDlgButton</tabstop> |
8610
c9cd21bcbe33
Virtual Environments
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
493 | <tabstop>pyqt6VenvRefreshButton</tabstop> |
7907
7991ea245c20
Added support for PyQt6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7786
diff
changeset
|
494 | <tabstop>pyqt6ToolsDirPicker</tabstop> |
7991ea245c20
Added support for PyQt6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7786
diff
changeset
|
495 | <tabstop>pyuic6IndentSpinBox</tabstop> |
7991ea245c20
Added support for PyQt6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7786
diff
changeset
|
496 | <tabstop>pyuic6ExecuteCheckBox</tabstop> |
7911
4621c9082a43
Added support for PySide6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7907
diff
changeset
|
497 | <tabstop>pyside6VenvComboBox</tabstop> |
4621c9082a43
Added support for PySide6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7907
diff
changeset
|
498 | <tabstop>pyside6VenvDlgButton</tabstop> |
8610
c9cd21bcbe33
Virtual Environments
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
499 | <tabstop>pyside6VenvRefreshButton</tabstop> |
7911
4621c9082a43
Added support for PySide6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7907
diff
changeset
|
500 | <tabstop>pyside6ToolsDirPicker</tabstop> |
4621c9082a43
Added support for PySide6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7907
diff
changeset
|
501 | <tabstop>pyside6uicImportsCheckBox</tabstop> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
502 | </tabstops> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
503 | <resources/> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
504 | <connections/> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
505 | </ui> |