Wed, 13 Jul 2022 15:34:50 +0200
Revisions <no_multi_processing, Variables Viewer, with_python2> closed.
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> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <width>642</width> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | <height>614</height> |
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> |
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
|
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><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"> |
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_3"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | <property name="title"> |
2301
cfab9cb261d2
Some more Qt5 related changes of display strings.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
37 | <string>Qt Translations Directory</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | </property> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
39 | <layout class="QVBoxLayout" name="verticalLayout"> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
40 | <item> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | <widget class="QLabel" name="TextLabel1_2_2_5"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <property name="text"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <string><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | </item> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
47 | <item> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
48 | <widget class="E5PathPicker" name="qt4TransPicker" native="true"> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
49 | <property name="sizePolicy"> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
50 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
51 | <horstretch>0</horstretch> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
52 | <verstretch>0</verstretch> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
53 | </sizepolicy> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
54 | </property> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
55 | <property name="focusPolicy"> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
56 | <enum>Qt::StrongFocus</enum> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
57 | </property> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
58 | <property name="toolTip"> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
59 | <string>Enter the path of the Qt translations directory.</string> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
60 | </property> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
61 | </widget> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
62 | </item> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
63 | <item> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <widget class="QLabel" name="textLabel1_2_4"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | <property name="text"> |
4714
03c5936c79e5
Change the prefference for the Qt translations directory because it still reflected Qt4.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4577
diff
changeset
|
66 | <string><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are |
03c5936c79e5
Change the prefference for the Qt translations directory because it still reflected Qt4.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4577
diff
changeset
|
67 | <ul> |
03c5936c79e5
Change the prefference for the Qt translations directory because it still reflected Qt4.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4577
diff
changeset
|
68 | <li>QT4TRANSLATIONSDIR for Qt4</li> |
03c5936c79e5
Change the prefference for the Qt translations directory because it still reflected Qt4.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4577
diff
changeset
|
69 | <li>QT5TRANSLATIONSDIR for Qt5</li> |
03c5936c79e5
Change the prefference for the Qt translations directory because it still reflected Qt4.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4577
diff
changeset
|
70 | <li>QTTRANSLATIONSDIR for any Qt variant</li> |
03c5936c79e5
Change the prefference for the Qt translations directory because it still reflected Qt4.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4577
diff
changeset
|
71 | </ul></string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | <property name="wordWrap"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | <bool>true</bool> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | </layout> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | <item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | <widget class="QGroupBox" name="groupBox_4"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | <property name="title"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <string>Qt Tools</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | </property> |
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
|
86 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
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
|
87 | <item> |
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
|
88 | <layout class="QHBoxLayout" name="horizontalLayout"> |
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
|
89 | <item> |
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
|
90 | <widget class="QLabel" name="label_4"> |
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
|
91 | <property name="text"> |
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
|
92 | <string>Tools Directory:</string> |
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
|
93 | </property> |
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
|
94 | </widget> |
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
|
95 | </item> |
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
|
96 | <item> |
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
|
97 | <widget class="E5PathPicker" name="qtToolsDirPicker" native="true"> |
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
|
98 | <property name="sizePolicy"> |
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
|
99 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
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
|
100 | <horstretch>0</horstretch> |
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
|
101 | <verstretch>0</verstretch> |
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
|
102 | </sizepolicy> |
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
|
103 | </property> |
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
|
104 | <property name="focusPolicy"> |
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
|
105 | <enum>Qt::StrongFocus</enum> |
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
|
106 | </property> |
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
|
107 | <property name="toolTip"> |
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
|
108 | <string>Enter the path of the Qt tools directory, if they are not found.</string> |
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
|
109 | </property> |
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
|
110 | </widget> |
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
|
111 | </item> |
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
|
112 | </layout> |
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
|
113 | </item> |
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
|
114 | <item> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | <widget class="QLabel" name="label"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
116 | <property name="text"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | <string>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
118 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
119 | <property name="wordWrap"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | <bool>true</bool> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | </item> |
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
|
124 | <item> |
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
|
125 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
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
|
126 | <item> |
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
|
127 | <widget class="QLabel" name="label_3"> |
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
|
128 | <property name="text"> |
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
|
129 | <string>Qt-Prefix:</string> |
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
|
130 | </property> |
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
|
131 | </widget> |
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
|
132 | </item> |
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
|
133 | <item> |
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
|
134 | <widget class="QLineEdit" name="qt4PrefixEdit"> |
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
|
135 | <property name="toolTip"> |
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
|
136 | <string>Enter the prefix for the Qt tools name</string> |
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
|
137 | </property> |
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
|
138 | </widget> |
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
|
139 | </item> |
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
|
140 | <item> |
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
|
141 | <widget class="QLabel" name="label_5"> |
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
|
142 | <property name="text"> |
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
|
143 | <string>Qt-Postfix:</string> |
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
|
144 | </property> |
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
|
145 | </widget> |
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
|
146 | </item> |
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
|
147 | <item> |
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
|
148 | <widget class="QLineEdit" name="qt4PostfixEdit"> |
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
|
149 | <property name="toolTip"> |
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
|
150 | <string>Enter the postfix for the Qt tools name</string> |
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
|
151 | </property> |
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
|
152 | </widget> |
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
|
153 | </item> |
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
|
154 | <item> |
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
|
155 | <widget class="QLabel" name="qt4SampleLabel"> |
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
|
156 | <property name="sizePolicy"> |
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
|
157 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
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
|
158 | <horstretch>1</horstretch> |
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
|
159 | <verstretch>0</verstretch> |
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
|
160 | </sizepolicy> |
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
|
161 | </property> |
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
|
162 | <property name="toolTip"> |
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
|
163 | <string>This gives an example of the complete tool name</string> |
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
|
164 | </property> |
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
|
165 | <property name="text"> |
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
|
166 | <string>designer</string> |
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
|
167 | </property> |
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
|
168 | </widget> |
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
|
169 | </item> |
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
|
170 | </layout> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
171 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
172 | </layout> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
173 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
174 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
175 | <item> |
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
|
176 | <widget class="QGroupBox" name="groupBox_2"> |
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
|
177 | <property name="title"> |
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
|
178 | <string>PyQt Tools</string> |
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
|
179 | </property> |
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
|
180 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
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
|
181 | <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
|
182 | <widget class="QLabel" name="label_6"> |
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
|
183 | <property name="text"> |
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
|
184 | <string>Tools Directory:</string> |
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
|
185 | </property> |
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
|
186 | </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
|
187 | </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
|
188 | <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
|
189 | <widget class="E5PathPicker" name="pyqtToolsDirPicker" native="true"> |
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
|
190 | <property name="sizePolicy"> |
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
|
191 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
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
|
192 | <horstretch>0</horstretch> |
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
|
193 | <verstretch>0</verstretch> |
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
|
194 | </sizepolicy> |
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
|
195 | </property> |
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
|
196 | <property name="focusPolicy"> |
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
|
197 | <enum>Qt::StrongFocus</enum> |
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
|
198 | </property> |
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
|
199 | <property name="toolTip"> |
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
|
200 | <string>Enter the path of the PyQt tools directory, if they are not found.</string> |
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
|
201 | </property> |
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
|
202 | </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
|
203 | </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
|
204 | </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
|
205 | </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
|
206 | </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
|
207 | <item> |
3845
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
208 | <widget class="QGroupBox" name="groupBox"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
209 | <property name="title"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
210 | <string>pyuic / pyside-uic Options</string> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
211 | </property> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
212 | <layout class="QGridLayout" name="gridLayout"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
213 | <item row="0" column="0"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
214 | <widget class="QLabel" name="label_2"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
215 | <property name="text"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
216 | <string>Indent Width:</string> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
217 | </property> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
218 | </widget> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
219 | </item> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
220 | <item row="0" column="1"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
221 | <widget class="QSpinBox" name="pyuicIndentSpinBox"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
222 | <property name="toolTip"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
223 | <string>Select the indent width (default: 4)</string> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
224 | </property> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
225 | <property name="alignment"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
226 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
227 | </property> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
228 | <property name="minimum"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
229 | <number>2</number> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
230 | </property> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
231 | <property name="maximum"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
232 | <number>16</number> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
233 | </property> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
234 | <property name="value"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
235 | <number>4</number> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
236 | </property> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
237 | </widget> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
238 | </item> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
239 | <item row="0" column="2"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
240 | <spacer name="horizontalSpacer"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
241 | <property name="orientation"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
242 | <enum>Qt::Horizontal</enum> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
243 | </property> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
244 | <property name="sizeHint" stdset="0"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
245 | <size> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
246 | <width>448</width> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
247 | <height>20</height> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
248 | </size> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
249 | </property> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
250 | </spacer> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
251 | </item> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
252 | <item row="1" column="0" colspan="3"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
253 | <widget class="QCheckBox" name="pyuicImportsCheckBox"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
254 | <property name="text"> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
255 | <string>Generate imports relative to '.'</string> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
256 | </property> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
257 | </widget> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
258 | </item> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
259 | </layout> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
260 | </widget> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
261 | </item> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
262 | <item> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
263 | <spacer> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
264 | <property name="orientation"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
265 | <enum>Qt::Vertical</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
266 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
267 | <property name="sizeHint" stdset="0"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
268 | <size> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
269 | <width>496</width> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
270 | <height>20</height> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
271 | </size> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
272 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
273 | </spacer> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
274 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
275 | </layout> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
276 | </widget> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
277 | <customwidgets> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
278 | <customwidget> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
279 | <class>E5PathPicker</class> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
280 | <extends>QWidget</extends> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
281 | <header>E5Gui/E5PathPicker.h</header> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
282 | <container>1</container> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
283 | </customwidget> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
284 | </customwidgets> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
285 | <tabstops> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3845
diff
changeset
|
286 | <tabstop>qt4TransPicker</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
|
287 | <tabstop>qtToolsDirPicker</tabstop> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
288 | <tabstop>qt4PrefixEdit</tabstop> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
289 | <tabstop>qt4PostfixEdit</tabstop> |
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
|
290 | <tabstop>pyqtToolsDirPicker</tabstop> |
3845
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
291 | <tabstop>pyuicIndentSpinBox</tabstop> |
949682ceda54
Added functionality to modify pyuic options.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
292 | <tabstop>pyuicImportsCheckBox</tabstop> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
293 | </tabstops> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
294 | <resources/> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
295 | <connections/> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
296 | </ui> |