|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PythonPage</class> |
|
4 <widget class="QWidget" name="PythonPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>482</width> |
|
10 <height>608</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Python</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line11_2_2_2_2"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="groupBox"> |
|
36 <property name="title"> |
|
37 <string>Encoding</string> |
|
38 </property> |
|
39 <layout class="QGridLayout" name="gridLayout"> |
|
40 <item row="0" column="0"> |
|
41 <widget class="QLabel" name="label"> |
|
42 <property name="text"> |
|
43 <string>String Encoding:</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="0" column="1"> |
|
48 <widget class="QComboBox" name="stringEncodingComboBox"> |
|
49 <property name="sizePolicy"> |
|
50 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
51 <horstretch>0</horstretch> |
|
52 <verstretch>0</verstretch> |
|
53 </sizepolicy> |
|
54 </property> |
|
55 <property name="toolTip"> |
|
56 <string>Select the string encoding to be used.</string> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 <item row="1" column="0"> |
|
61 <widget class="QLabel" name="label_2"> |
|
62 <property name="text"> |
|
63 <string>I/O Encoding:</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item row="1" column="1"> |
|
68 <widget class="QComboBox" name="ioEncodingComboBox"> |
|
69 <property name="sizePolicy"> |
|
70 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
71 <horstretch>0</horstretch> |
|
72 <verstretch>0</verstretch> |
|
73 </sizepolicy> |
|
74 </property> |
|
75 <property name="toolTip"> |
|
76 <string>Select the string encoding used by commandline tools.</string> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 </layout> |
|
81 </widget> |
|
82 </item> |
|
83 <item> |
|
84 <widget class="QGroupBox" name="groupBox_3"> |
|
85 <property name="title"> |
|
86 <string>Source association</string> |
|
87 </property> |
|
88 <layout class="QGridLayout" name="gridLayout_2"> |
|
89 <item row="0" column="0" colspan="2"> |
|
90 <widget class="QLabel" name="label_3"> |
|
91 <property name="text"> |
|
92 <string>Enter the file extensions to be associated with the Python versions separated by a space. They must not overlap with each other.</string> |
|
93 </property> |
|
94 <property name="wordWrap"> |
|
95 <bool>true</bool> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item row="1" column="0"> |
|
100 <widget class="QLabel" name="label_4"> |
|
101 <property name="text"> |
|
102 <string>Python 2:</string> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 <item row="1" column="1"> |
|
107 <widget class="QLineEdit" name="py2ExtensionsEdit"/> |
|
108 </item> |
|
109 <item row="2" column="0"> |
|
110 <widget class="QLabel" name="label_5"> |
|
111 <property name="text"> |
|
112 <string>Python 3:</string> |
|
113 </property> |
|
114 </widget> |
|
115 </item> |
|
116 <item row="2" column="1"> |
|
117 <widget class="QLineEdit" name="py3ExtensionsEdit"/> |
|
118 </item> |
|
119 </layout> |
|
120 </widget> |
|
121 </item> |
|
122 <item> |
|
123 <widget class="QGroupBox" name="groupBox_2"> |
|
124 <property name="title"> |
|
125 <string>Python Environments</string> |
|
126 </property> |
|
127 <layout class="QVBoxLayout" name="verticalLayout"> |
|
128 <item> |
|
129 <widget class="QLabel" name="label_6"> |
|
130 <property name="text"> |
|
131 <string>Please configure the Python environments on the 'Python2 Debugger' page and the 'Python3 Debugger' page.</string> |
|
132 </property> |
|
133 <property name="wordWrap"> |
|
134 <bool>true</bool> |
|
135 </property> |
|
136 </widget> |
|
137 </item> |
|
138 <item> |
|
139 <widget class="QGroupBox" name="groupBox_4"> |
|
140 <property name="title"> |
|
141 <string>Currently selected environments</string> |
|
142 </property> |
|
143 <layout class="QGridLayout" name="gridLayout_3"> |
|
144 <item row="0" column="0"> |
|
145 <widget class="QLabel" name="label_7"> |
|
146 <property name="text"> |
|
147 <string>Python 2:</string> |
|
148 </property> |
|
149 </widget> |
|
150 </item> |
|
151 <item row="0" column="1"> |
|
152 <widget class="QLineEdit" name="py2EnvironmentEdit"> |
|
153 <property name="readOnly"> |
|
154 <bool>true</bool> |
|
155 </property> |
|
156 </widget> |
|
157 </item> |
|
158 <item row="1" column="0"> |
|
159 <widget class="QLabel" name="label_9"> |
|
160 <property name="text"> |
|
161 <string>Python 3:</string> |
|
162 </property> |
|
163 </widget> |
|
164 </item> |
|
165 <item row="1" column="1"> |
|
166 <widget class="QLineEdit" name="py3EnvironmentEdit"> |
|
167 <property name="readOnly"> |
|
168 <bool>true</bool> |
|
169 </property> |
|
170 </widget> |
|
171 </item> |
|
172 </layout> |
|
173 </widget> |
|
174 </item> |
|
175 <item> |
|
176 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
177 <item> |
|
178 <spacer name="horizontalSpacer"> |
|
179 <property name="orientation"> |
|
180 <enum>Qt::Horizontal</enum> |
|
181 </property> |
|
182 <property name="sizeHint" stdset="0"> |
|
183 <size> |
|
184 <width>40</width> |
|
185 <height>20</height> |
|
186 </size> |
|
187 </property> |
|
188 </spacer> |
|
189 </item> |
|
190 <item> |
|
191 <widget class="QPushButton" name="refreshButton"> |
|
192 <property name="toolTip"> |
|
193 <string>Press to update the display of the currently selected environments</string> |
|
194 </property> |
|
195 <property name="text"> |
|
196 <string>Refresh</string> |
|
197 </property> |
|
198 </widget> |
|
199 </item> |
|
200 <item> |
|
201 <spacer name="horizontalSpacer_2"> |
|
202 <property name="orientation"> |
|
203 <enum>Qt::Horizontal</enum> |
|
204 </property> |
|
205 <property name="sizeHint" stdset="0"> |
|
206 <size> |
|
207 <width>40</width> |
|
208 <height>20</height> |
|
209 </size> |
|
210 </property> |
|
211 </spacer> |
|
212 </item> |
|
213 </layout> |
|
214 </item> |
|
215 </layout> |
|
216 </widget> |
|
217 </item> |
|
218 <item> |
|
219 <spacer> |
|
220 <property name="orientation"> |
|
221 <enum>Qt::Vertical</enum> |
|
222 </property> |
|
223 <property name="sizeHint" stdset="0"> |
|
224 <size> |
|
225 <width>464</width> |
|
226 <height>41</height> |
|
227 </size> |
|
228 </property> |
|
229 </spacer> |
|
230 </item> |
|
231 </layout> |
|
232 </widget> |
|
233 <tabstops> |
|
234 <tabstop>stringEncodingComboBox</tabstop> |
|
235 <tabstop>ioEncodingComboBox</tabstop> |
|
236 <tabstop>py2ExtensionsEdit</tabstop> |
|
237 <tabstop>py3ExtensionsEdit</tabstop> |
|
238 <tabstop>py2EnvironmentEdit</tabstop> |
|
239 <tabstop>py3EnvironmentEdit</tabstop> |
|
240 <tabstop>refreshButton</tabstop> |
|
241 </tabstops> |
|
242 <resources/> |
|
243 <connections/> |
|
244 </ui> |