eric6/Preferences/ConfigurationPages/DebuggerPython3Page.ui

changeset 6942
2602857055c5
parent 6381
37f23590dbbc
child 7749
285855999b4e
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
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>500</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>&lt;b&gt;Configure Python3 Debugger&lt;/b&gt;</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 </layout>
58 </widget>
59 </item>
60 <item>
61 <widget class="QGroupBox" name="groupBox_2">
62 <property name="title">
63 <string>Debug Client Type</string>
64 </property>
65 <layout class="QGridLayout" name="gridLayout">
66 <item row="1" column="0" colspan="2">
67 <widget class="E5PathPicker" name="debugClientPicker" native="true">
68 <property name="enabled">
69 <bool>false</bool>
70 </property>
71 <property name="focusPolicy">
72 <enum>Qt::StrongFocus</enum>
73 </property>
74 <property name="toolTip">
75 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string>
76 </property>
77 </widget>
78 </item>
79 <item row="0" column="0">
80 <widget class="QRadioButton" name="standardButton">
81 <property name="toolTip">
82 <string>Select the standard debug client</string>
83 </property>
84 <property name="text">
85 <string>Standard</string>
86 </property>
87 </widget>
88 </item>
89 <item row="0" column="1">
90 <widget class="QRadioButton" name="customButton">
91 <property name="toolTip">
92 <string>Select the custom selected debug client</string>
93 </property>
94 <property name="text">
95 <string>Custom</string>
96 </property>
97 </widget>
98 </item>
99 </layout>
100 </widget>
101 </item>
102 <item>
103 <widget class="QGroupBox" name="groupBox_3">
104 <property name="title">
105 <string>Source association</string>
106 </property>
107 <layout class="QVBoxLayout" name="verticalLayout">
108 <item>
109 <widget class="QLabel" name="label">
110 <property name="text">
111 <string>Please configure the associated file extensions on the 'Python' page.</string>
112 </property>
113 <property name="wordWrap">
114 <bool>true</bool>
115 </property>
116 </widget>
117 </item>
118 <item>
119 <widget class="QLineEdit" name="sourceExtensionsEdit">
120 <property name="readOnly">
121 <bool>true</bool>
122 </property>
123 </widget>
124 </item>
125 <item>
126 <layout class="QHBoxLayout" name="horizontalLayout">
127 <item>
128 <spacer name="horizontalSpacer">
129 <property name="orientation">
130 <enum>Qt::Horizontal</enum>
131 </property>
132 <property name="sizeHint" stdset="0">
133 <size>
134 <width>40</width>
135 <height>20</height>
136 </size>
137 </property>
138 </spacer>
139 </item>
140 <item>
141 <widget class="QPushButton" name="refreshButton">
142 <property name="toolTip">
143 <string>Press to update the display of the source associations</string>
144 </property>
145 <property name="text">
146 <string>Refresh</string>
147 </property>
148 </widget>
149 </item>
150 <item>
151 <spacer name="horizontalSpacer_2">
152 <property name="orientation">
153 <enum>Qt::Horizontal</enum>
154 </property>
155 <property name="sizeHint" stdset="0">
156 <size>
157 <width>40</width>
158 <height>20</height>
159 </size>
160 </property>
161 </spacer>
162 </item>
163 </layout>
164 </item>
165 </layout>
166 </widget>
167 </item>
168 <item>
169 <widget class="QCheckBox" name="pyRedirectCheckBox">
170 <property name="toolTip">
171 <string>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</string>
172 </property>
173 <property name="text">
174 <string>Redirect stdin/stdout/stderr</string>
175 </property>
176 </widget>
177 </item>
178 <item>
179 <widget class="QCheckBox" name="pyNoEncodingCheckBox">
180 <property name="toolTip">
181 <string>Select to not set the debug client encoding</string>
182 </property>
183 <property name="text">
184 <string>Don't set the encoding of the debug client</string>
185 </property>
186 </widget>
187 </item>
188 <item>
189 <spacer>
190 <property name="orientation">
191 <enum>Qt::Vertical</enum>
192 </property>
193 <property name="sizeHint" stdset="0">
194 <size>
195 <width>435</width>
196 <height>21</height>
197 </size>
198 </property>
199 </spacer>
200 </item>
201 </layout>
202 </widget>
203 <customwidgets>
204 <customwidget>
205 <class>E5PathPicker</class>
206 <extends>QWidget</extends>
207 <header>E5Gui/E5PathPicker.h</header>
208 <container>1</container>
209 </customwidget>
210 </customwidgets>
211 <tabstops>
212 <tabstop>venvComboBox</tabstop>
213 <tabstop>venvDlgButton</tabstop>
214 <tabstop>standardButton</tabstop>
215 <tabstop>customButton</tabstop>
216 <tabstop>debugClientPicker</tabstop>
217 <tabstop>sourceExtensionsEdit</tabstop>
218 <tabstop>refreshButton</tabstop>
219 <tabstop>pyRedirectCheckBox</tabstop>
220 <tabstop>pyNoEncodingCheckBox</tabstop>
221 </tabstops>
222 <resources/>
223 <connections>
224 <connection>
225 <sender>customButton</sender>
226 <signal>toggled(bool)</signal>
227 <receiver>debugClientPicker</receiver>
228 <slot>setEnabled(bool)</slot>
229 <hints>
230 <hint type="sourcelabel">
231 <x>325</x>
232 <y>142</y>
233 </hint>
234 <hint type="destinationlabel">
235 <x>323</x>
236 <y>162</y>
237 </hint>
238 </hints>
239 </connection>
240 </connections>
241 </ui>

eric ide

mercurial