|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>DebuggerPython3Page</class> |
|
4 <widget class="QWidget" name="DebuggerPython3Page"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>455</width> |
|
10 <height>446</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Python3 Debugger</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line11_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_4"> |
|
36 <property name="title"> |
|
37 <string>Python3 Virtual Environment</string> |
|
38 </property> |
|
39 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
40 <item> |
|
41 <widget class="QComboBox" name="venvComboBox"> |
|
42 <property name="toolTip"> |
|
43 <string>Select the virtual environment to be used</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item> |
|
48 <widget class="QToolButton" name="venvDlgButton"> |
|
49 <property name="toolTip"> |
|
50 <string>Press to open the virtual environment manager dialog</string> |
|
51 </property> |
|
52 <property name="text"> |
|
53 <string notr="true"/> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 <item> |
|
58 <widget class="QToolButton" name="venvRefreshButton"> |
|
59 <property name="toolTip"> |
|
60 <string>Press to refresh the list of vitual environments</string> |
|
61 </property> |
|
62 <property name="text"> |
|
63 <string notr="true"/> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 </layout> |
|
68 </widget> |
|
69 </item> |
|
70 <item> |
|
71 <widget class="QGroupBox" name="groupBox_2"> |
|
72 <property name="title"> |
|
73 <string>Debug Client Type</string> |
|
74 </property> |
|
75 <layout class="QGridLayout" name="gridLayout"> |
|
76 <item row="1" column="0" colspan="2"> |
|
77 <widget class="EricPathPicker" name="debugClientPicker" native="true"> |
|
78 <property name="enabled"> |
|
79 <bool>false</bool> |
|
80 </property> |
|
81 <property name="focusPolicy"> |
|
82 <enum>Qt::StrongFocus</enum> |
|
83 </property> |
|
84 <property name="toolTip"> |
|
85 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item row="0" column="0"> |
|
90 <widget class="QRadioButton" name="standardButton"> |
|
91 <property name="toolTip"> |
|
92 <string>Select the standard debug client</string> |
|
93 </property> |
|
94 <property name="text"> |
|
95 <string>Standard</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item row="0" column="1"> |
|
100 <widget class="QRadioButton" name="customButton"> |
|
101 <property name="toolTip"> |
|
102 <string>Select the custom selected debug client</string> |
|
103 </property> |
|
104 <property name="text"> |
|
105 <string>Custom</string> |
|
106 </property> |
|
107 </widget> |
|
108 </item> |
|
109 </layout> |
|
110 </widget> |
|
111 </item> |
|
112 <item> |
|
113 <widget class="QGroupBox" name="groupBox_3"> |
|
114 <property name="title"> |
|
115 <string>Source association</string> |
|
116 </property> |
|
117 <layout class="QVBoxLayout" name="verticalLayout"> |
|
118 <item> |
|
119 <widget class="QLabel" name="label"> |
|
120 <property name="text"> |
|
121 <string>Please configure the associated file extensions on the 'Python' page.</string> |
|
122 </property> |
|
123 <property name="wordWrap"> |
|
124 <bool>true</bool> |
|
125 </property> |
|
126 </widget> |
|
127 </item> |
|
128 <item> |
|
129 <widget class="QLineEdit" name="sourceExtensionsEdit"> |
|
130 <property name="readOnly"> |
|
131 <bool>true</bool> |
|
132 </property> |
|
133 </widget> |
|
134 </item> |
|
135 <item> |
|
136 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
137 <item> |
|
138 <spacer name="horizontalSpacer"> |
|
139 <property name="orientation"> |
|
140 <enum>Qt::Horizontal</enum> |
|
141 </property> |
|
142 <property name="sizeHint" stdset="0"> |
|
143 <size> |
|
144 <width>40</width> |
|
145 <height>20</height> |
|
146 </size> |
|
147 </property> |
|
148 </spacer> |
|
149 </item> |
|
150 <item> |
|
151 <widget class="QPushButton" name="refreshButton"> |
|
152 <property name="toolTip"> |
|
153 <string>Press to update the display of the source associations</string> |
|
154 </property> |
|
155 <property name="text"> |
|
156 <string>Refresh</string> |
|
157 </property> |
|
158 </widget> |
|
159 </item> |
|
160 <item> |
|
161 <spacer name="horizontalSpacer_2"> |
|
162 <property name="orientation"> |
|
163 <enum>Qt::Horizontal</enum> |
|
164 </property> |
|
165 <property name="sizeHint" stdset="0"> |
|
166 <size> |
|
167 <width>40</width> |
|
168 <height>20</height> |
|
169 </size> |
|
170 </property> |
|
171 </spacer> |
|
172 </item> |
|
173 </layout> |
|
174 </item> |
|
175 </layout> |
|
176 </widget> |
|
177 </item> |
|
178 <item> |
|
179 <widget class="QCheckBox" name="pyRedirectCheckBox"> |
|
180 <property name="toolTip"> |
|
181 <string>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</string> |
|
182 </property> |
|
183 <property name="text"> |
|
184 <string>Redirect stdin/stdout/stderr</string> |
|
185 </property> |
|
186 </widget> |
|
187 </item> |
|
188 <item> |
|
189 <widget class="QCheckBox" name="pyNoEncodingCheckBox"> |
|
190 <property name="toolTip"> |
|
191 <string>Select to not set the debug client encoding</string> |
|
192 </property> |
|
193 <property name="text"> |
|
194 <string>Don't set the encoding of the debug client</string> |
|
195 </property> |
|
196 </widget> |
|
197 </item> |
|
198 <item> |
|
199 <spacer> |
|
200 <property name="orientation"> |
|
201 <enum>Qt::Vertical</enum> |
|
202 </property> |
|
203 <property name="sizeHint" stdset="0"> |
|
204 <size> |
|
205 <width>435</width> |
|
206 <height>21</height> |
|
207 </size> |
|
208 </property> |
|
209 </spacer> |
|
210 </item> |
|
211 </layout> |
|
212 </widget> |
|
213 <customwidgets> |
|
214 <customwidget> |
|
215 <class>EricPathPicker</class> |
|
216 <extends>QWidget</extends> |
|
217 <header>EricWidgets/EricPathPicker.h</header> |
|
218 <container>1</container> |
|
219 </customwidget> |
|
220 </customwidgets> |
|
221 <tabstops> |
|
222 <tabstop>venvComboBox</tabstop> |
|
223 <tabstop>venvDlgButton</tabstop> |
|
224 <tabstop>venvRefreshButton</tabstop> |
|
225 <tabstop>standardButton</tabstop> |
|
226 <tabstop>customButton</tabstop> |
|
227 <tabstop>debugClientPicker</tabstop> |
|
228 <tabstop>sourceExtensionsEdit</tabstop> |
|
229 <tabstop>refreshButton</tabstop> |
|
230 <tabstop>pyRedirectCheckBox</tabstop> |
|
231 <tabstop>pyNoEncodingCheckBox</tabstop> |
|
232 </tabstops> |
|
233 <resources/> |
|
234 <connections> |
|
235 <connection> |
|
236 <sender>customButton</sender> |
|
237 <signal>toggled(bool)</signal> |
|
238 <receiver>debugClientPicker</receiver> |
|
239 <slot>setEnabled(bool)</slot> |
|
240 <hints> |
|
241 <hint type="sourcelabel"> |
|
242 <x>325</x> |
|
243 <y>142</y> |
|
244 </hint> |
|
245 <hint type="destinationlabel"> |
|
246 <x>323</x> |
|
247 <y>162</y> |
|
248 </hint> |
|
249 </hints> |
|
250 </connection> |
|
251 </connections> |
|
252 </ui> |