Tue, 13 May 2025 16:46:34 +0200
Regenerated the SBOM file for eric-ide (incl. plug-ins).
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>StartDialog</class> <widget class="QDialog" name="StartDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>657</height> </rect> </property> <property name="windowTitle"> <string>Start</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>General Parameters</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Virtual Environment:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="venvComboBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the virtual environment to be used</string> </property> <property name="whatsThis"> <string><b>Virtual Environment</b> <p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="TextLabel1_2"> <property name="text"> <string>Script Name:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="EricComboPathPicker" name="scriptnamePicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::WheelFocus</enum> </property> <property name="toolTip"> <string>Enter the script file name</string> </property> <property name="whatsThis"> <string><b>Script Name</b> <p>Enter the the name of the script. Leave empty to use the script of the current editor.</p></string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="TextLabel1"> <property name="text"> <string>Script Parameters:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="cmdlineCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Enter the commandline parameters</string> </property> <property name="whatsThis"> <string><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></string> </property> <property name="editable"> <bool>true</bool> </property> <property name="insertPolicy"> <enum>QComboBox::InsertAtTop</enum> </property> <property name="sizeAdjustPolicy"> <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> </property> <property name="duplicatesEnabled"> <bool>false</bool> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="TextLabel2"> <property name="text"> <string>Working directory:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="EricComboPathPicker" name="workdirPicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::WheelFocus</enum> </property> <property name="toolTip"> <string>Enter the working directory</string> </property> <property name="whatsThis"> <string><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></string> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="textLabel1"> <property name="text"> <string>Environment Variables:</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QComboBox" name="environmentCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Enter the environment variables to be set separated by whitespace.</string> </property> <property name="whatsThis"> <string><b>Environment Variables</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></string> </property> <property name="editable"> <bool>true</bool> </property> <property name="insertPolicy"> <enum>QComboBox::InsertAtTop</enum> </property> <property name="sizeAdjustPolicy"> <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> </property> <property name="duplicatesEnabled"> <bool>false</bool> </property> </widget> </item> </layout> </item> <item> <widget class="QGroupBox" name="globalOverrideGroup"> <property name="title"> <string>Override Global Configuration</string> </property> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>false</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QCheckBox" name="redirectCheckBox"> <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> </layout> </widget> </item> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="1"> <widget class="QCheckBox" name="consoleCheckBox"> <property name="toolTip"> <string>Select to start the debugger in a console window</string> </property> <property name="whatsThis"> <string><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></string> </property> <property name="text"> <string>Start in console</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QCheckBox" name="clearShellCheckBox"> <property name="toolTip"> <string>Select to clear the display of the interpreter window</string> </property> <property name="whatsThis"> <string><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></string> </property> <property name="text"> <string>Clear interpreter window</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="debugGroup"> <property name="title"> <string>Debug Parameters</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QGridLayout" name="gridLayout_3"> <item row="0" column="0"> <widget class="QCheckBox" name="tracePythonCheckBox"> <property name="toolTip"> <string>Select to trace into the Python library</string> </property> <property name="whatsThis"> <string><b>Trace into interpreter libraries<b> <p>When active the debugger will also trace calls into the Python library.</p></string> </property> <property name="text"> <string>Trace into interpreter libraries</string> </property> <property name="shortcut"> <string>Alt+T</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QCheckBox" name="autoContinueCheckBox"> <property name="toolTip"> <string>Select to not stop the debugger at the first executable line.</string> </property> <property name="whatsThis"> <string><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></string> </property> <property name="text"> <string>Don't stop at first line</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QCheckBox" name="allExceptionsCheckBox"> <property name="toolTip"> <string>Select to report all exceptions (when unchecked only unhandled exceptions are reported).</string> </property> <property name="text"> <string>Report all exceptions</string> </property> </widget> </item> </layout> </item> <item> <widget class="QGroupBox" name="multiprocessGroup"> <property name="toolTip"> <string>Select this to enable multi process debugging.</string> </property> <property name="whatsThis"> <string><b>Multi Process Debugging</b><p>This enables debugging capability for multi process programs. Each started Python program is started within a new debugger.</p></string> </property> <property name="title"> <string>Multi Process Debugging</string> </property> <property name="checkable"> <bool>true</bool> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="TextLabel1_3"> <property name="text"> <string>Don't Debug:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="multiprocessNoDebugCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string/> </property> <property name="whatsThis"> <string/> </property> <property name="editable"> <bool>true</bool> </property> <property name="insertPolicy"> <enum>QComboBox::InsertAtTop</enum> </property> <property name="sizeAdjustPolicy"> <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> </property> <property name="duplicatesEnabled"> <bool>false</bool> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="coverageGroup"> <property name="title"> <string>Coverage Parameters</string> </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QCheckBox" name="eraseCoverageCheckBox"> <property name="toolTip"> <string>Select this to erase the collected coverage information</string> </property> <property name="whatsThis"> <string><b>Erase coverage information</b> <p>Select this to erase the collected coverage information before the next coverage run.</p></string> </property> <property name="text"> <string>Erase coverage information</string> </property> <property name="shortcut"> <string>Alt+C</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="profileGroup"> <property name="title"> <string>Profile Parameters</string> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QCheckBox" name="eraseProfileCheckBox"> <property name="toolTip"> <string>Select this to erase the collected timing data</string> </property> <property name="whatsThis"> <string><b>Erase timing data</b> <p>Select this to erase the collected timing data before the next profiling run.</p></string> </property> <property name="text"> <string>Erase timing data</string> </property> <property name="shortcut"> <string>Alt+C</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <customwidgets> <customwidget> <class>EricComboPathPicker</class> <extends>QWidget</extends> <header>eric7/EricWidgets/EricPathPicker.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>venvComboBox</tabstop> <tabstop>scriptnamePicker</tabstop> <tabstop>cmdlineCombo</tabstop> <tabstop>workdirPicker</tabstop> <tabstop>environmentCombo</tabstop> <tabstop>globalOverrideGroup</tabstop> <tabstop>redirectCheckBox</tabstop> <tabstop>clearShellCheckBox</tabstop> <tabstop>consoleCheckBox</tabstop> <tabstop>tracePythonCheckBox</tabstop> <tabstop>autoContinueCheckBox</tabstop> <tabstop>allExceptionsCheckBox</tabstop> <tabstop>multiprocessGroup</tabstop> <tabstop>multiprocessNoDebugCombo</tabstop> <tabstop>eraseCoverageCheckBox</tabstop> <tabstop>eraseProfileCheckBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>StartDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>53</x> <y>647</y> </hint> <hint type="destinationlabel"> <x>34</x> <y>150</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>StartDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>172</x> <y>647</y> </hint> <hint type="destinationlabel"> <x>150</x> <y>148</y> </hint> </hints> </connection> </connections> </ui>