Preferences/ConfigurationPages/DebuggerPythonPage.ui

changeset 6381
37f23590dbbc
parent 6380
4a932a7ab987
child 6382
4d6e43200bc7
equal deleted inserted replaced
6380:4a932a7ab987 6381:37f23590dbbc
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DebuggerPythonPage</class>
4 <widget class="QWidget" name="DebuggerPythonPage">
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 Python2 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>Python2 Virtual Environment</string>
38 </property>
39 <layout class="QVBoxLayout" name="verticalLayout_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 </layout>
48 </widget>
49 </item>
50 <item>
51 <widget class="QGroupBox" name="groupBox_2">
52 <property name="title">
53 <string>Debug Client Type</string>
54 </property>
55 <layout class="QGridLayout" name="gridLayout">
56 <item row="1" column="0" colspan="2">
57 <widget class="E5PathPicker" name="debugClientPicker" native="true">
58 <property name="enabled">
59 <bool>false</bool>
60 </property>
61 <property name="focusPolicy">
62 <enum>Qt::StrongFocus</enum>
63 </property>
64 <property name="toolTip">
65 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string>
66 </property>
67 </widget>
68 </item>
69 <item row="0" column="0">
70 <widget class="QRadioButton" name="standardButton">
71 <property name="toolTip">
72 <string>Select the standard debug client</string>
73 </property>
74 <property name="text">
75 <string>Standard</string>
76 </property>
77 </widget>
78 </item>
79 <item row="0" column="1">
80 <widget class="QRadioButton" name="customButton">
81 <property name="toolTip">
82 <string>Select the custom selected debug client</string>
83 </property>
84 <property name="text">
85 <string>Custom</string>
86 </property>
87 </widget>
88 </item>
89 </layout>
90 </widget>
91 </item>
92 <item>
93 <widget class="QGroupBox" name="groupBox_3">
94 <property name="title">
95 <string>Source association</string>
96 </property>
97 <layout class="QVBoxLayout" name="verticalLayout">
98 <item>
99 <widget class="QLabel" name="label">
100 <property name="text">
101 <string>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</string>
102 </property>
103 <property name="wordWrap">
104 <bool>true</bool>
105 </property>
106 </widget>
107 </item>
108 <item>
109 <widget class="QLineEdit" name="sourceExtensionsEdit"/>
110 </item>
111 </layout>
112 </widget>
113 </item>
114 <item>
115 <widget class="QCheckBox" name="pyRedirectCheckBox">
116 <property name="toolTip">
117 <string>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</string>
118 </property>
119 <property name="text">
120 <string>Redirect stdin/stdout/stderr</string>
121 </property>
122 </widget>
123 </item>
124 <item>
125 <widget class="QCheckBox" name="pyNoEncodingCheckBox">
126 <property name="toolTip">
127 <string>Select to not set the debug client encoding</string>
128 </property>
129 <property name="text">
130 <string>Don't set the encoding of the debug client</string>
131 </property>
132 </widget>
133 </item>
134 <item>
135 <spacer>
136 <property name="orientation">
137 <enum>Qt::Vertical</enum>
138 </property>
139 <property name="sizeHint" stdset="0">
140 <size>
141 <width>435</width>
142 <height>21</height>
143 </size>
144 </property>
145 </spacer>
146 </item>
147 </layout>
148 </widget>
149 <customwidgets>
150 <customwidget>
151 <class>E5PathPicker</class>
152 <extends>QWidget</extends>
153 <header>E5Gui/E5PathPicker.h</header>
154 <container>1</container>
155 </customwidget>
156 </customwidgets>
157 <tabstops>
158 <tabstop>venvComboBox</tabstop>
159 <tabstop>standardButton</tabstop>
160 <tabstop>customButton</tabstop>
161 <tabstop>debugClientPicker</tabstop>
162 <tabstop>sourceExtensionsEdit</tabstop>
163 <tabstop>pyRedirectCheckBox</tabstop>
164 <tabstop>pyNoEncodingCheckBox</tabstop>
165 </tabstops>
166 <resources/>
167 <connections>
168 <connection>
169 <sender>customButton</sender>
170 <signal>toggled(bool)</signal>
171 <receiver>debugClientPicker</receiver>
172 <slot>setEnabled(bool)</slot>
173 <hints>
174 <hint type="sourcelabel">
175 <x>328</x>
176 <y>116</y>
177 </hint>
178 <hint type="destinationlabel">
179 <x>328</x>
180 <y>135</y>
181 </hint>
182 </hints>
183 </connection>
184 </connections>
185 </ui>

eric ide

mercurial