Sat, 22 May 2021 18:51:46 +0200
Renamed the modules and classes of the E5Gui package to have the prefix 'Eric' instead of 'E5'.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DebuggerPython3Page</class> <widget class="QWidget" name="DebuggerPython3Page"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>455</width> <height>446</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure Python3 Debugger</b></string> </property> </widget> </item> <item> <widget class="Line" name="line11_2"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_4"> <property name="title"> <string>Python3 Virtual Environment</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QComboBox" name="venvComboBox"> <property name="toolTip"> <string>Select the virtual environment to be used</string> </property> </widget> </item> <item> <widget class="QToolButton" name="venvDlgButton"> <property name="toolTip"> <string>Press to open the virtual environment manager dialog</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Debug Client Type</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="1" column="0" colspan="2"> <widget class="EricPathPicker" name="debugClientPicker" native="true"> <property name="enabled"> <bool>false</bool> </property> <property name="focusPolicy"> <enum>Qt::StrongFocus</enum> </property> <property name="toolTip"> <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QRadioButton" name="standardButton"> <property name="toolTip"> <string>Select the standard debug client</string> </property> <property name="text"> <string>Standard</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QRadioButton" name="customButton"> <property name="toolTip"> <string>Select the custom selected debug client</string> </property> <property name="text"> <string>Custom</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Source association</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Please configure the associated file extensions on the 'Python' page.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLineEdit" name="sourceExtensionsEdit"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="refreshButton"> <property name="toolTip"> <string>Press to update the display of the source associations</string> </property> <property name="text"> <string>Refresh</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QCheckBox" name="pyRedirectCheckBox"> <property name="toolTip"> <string>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</string> </property> <property name="text"> <string>Redirect stdin/stdout/stderr</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="pyNoEncodingCheckBox"> <property name="toolTip"> <string>Select to not set the debug client encoding</string> </property> <property name="text"> <string>Don't set the encoding of the debug client</string> </property> </widget> </item> <item> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>435</width> <height>21</height> </size> </property> </spacer> </item> </layout> </widget> <customwidgets> <customwidget> <class>EricPathPicker</class> <extends>QWidget</extends> <header>E5Gui/EricPathPicker.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>venvComboBox</tabstop> <tabstop>venvDlgButton</tabstop> <tabstop>standardButton</tabstop> <tabstop>customButton</tabstop> <tabstop>debugClientPicker</tabstop> <tabstop>sourceExtensionsEdit</tabstop> <tabstop>refreshButton</tabstop> <tabstop>pyRedirectCheckBox</tabstop> <tabstop>pyNoEncodingCheckBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>customButton</sender> <signal>toggled(bool)</signal> <receiver>debugClientPicker</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>325</x> <y>142</y> </hint> <hint type="destinationlabel"> <x>323</x> <y>162</y> </hint> </hints> </connection> </connections> </ui>