Preferences/ConfigurationPages/DebuggerPython3Page.ui

changeset 6346
92ed63434dce
parent 5247
1fb624677956
child 6381
37f23590dbbc
equal deleted inserted replaced
6345:b41a239a4949 6346:92ed63434dce
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>455</width> 9 <width>455</width>
10 <height>449</height> 10 <height>500</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_2"> 13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
16 <property name="text"> 16 <property name="text">
17 <string>&lt;b&gt;Configure Python3 Debugger&lt;/b&gt;</string> 17 <string>&lt;b&gt;Configure Python3 Debugger&lt;/b&gt;</string>
18 </property> 18 </property>
30 <enum>Qt::Horizontal</enum> 30 <enum>Qt::Horizontal</enum>
31 </property> 31 </property>
32 </widget> 32 </widget>
33 </item> 33 </item>
34 <item> 34 <item>
35 <widget class="QGroupBox" name="groupBox"> 35 <widget class="QGroupBox" name="groupBox_4">
36 <property name="title"> 36 <property name="title">
37 <string>Python3 Interpreter for Debug Client</string> 37 <string>Python3 Virtual Environment</string>
38 </property> 38 </property>
39 <layout class="QVBoxLayout" name="verticalLayout_3"> 39 <layout class="QVBoxLayout" name="verticalLayout_2">
40 <item> 40 <item>
41 <widget class="E5PathPicker" name="interpreterPicker" native="true"> 41 <widget class="QComboBox" name="venvComboBox">
42 <property name="focusPolicy">
43 <enum>Qt::StrongFocus</enum>
44 </property>
45 <property name="toolTip"> 42 <property name="toolTip">
46 <string>Enter the path of the Python3 interpreter to be used by the debug client. Leave empty to use the default.</string> 43 <string>Select the virtual environment to be used</string>
47 </property> 44 </property>
48 </widget> 45 </widget>
49 </item> 46 </item>
50 </layout> 47 </layout>
51 </widget> 48 </widget>
156 <header>E5Gui/E5PathPicker.h</header> 153 <header>E5Gui/E5PathPicker.h</header>
157 <container>1</container> 154 <container>1</container>
158 </customwidget> 155 </customwidget>
159 </customwidgets> 156 </customwidgets>
160 <tabstops> 157 <tabstops>
161 <tabstop>interpreterPicker</tabstop> 158 <tabstop>venvComboBox</tabstop>
162 <tabstop>standardButton</tabstop> 159 <tabstop>standardButton</tabstop>
163 <tabstop>customButton</tabstop> 160 <tabstop>customButton</tabstop>
164 <tabstop>debugClientPicker</tabstop> 161 <tabstop>debugClientPicker</tabstop>
165 <tabstop>sourceExtensionsEdit</tabstop> 162 <tabstop>sourceExtensionsEdit</tabstop>
166 <tabstop>pyRedirectCheckBox</tabstop> 163 <tabstop>pyRedirectCheckBox</tabstop>

eric ide

mercurial