Wed, 30 Apr 2025 14:49:04 +0200
Merged with patch provided by Tobias Rzepka.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>PipPage</class> <widget class="QWidget" name="PipPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>532</width> <height>494</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure Python Package Management</b></string> </property> </widget> </item> <item> <widget class="Line" name="line9_3"> <property name="frameShape"> <enum>QFrame::Shape::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Shadow::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Index URL</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLineEdit" name="indexEdit"> <property name="toolTip"> <string>Enter the URL of the package index or leave empty to use the default</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="indexLabel"> <property name="text"> <string/> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="vulnerabilityGroup"> <property name="toolTip"> <string>Select to enable the display of vulnerability information.</string> </property> <property name="title"> <string>Vulnerability Checks</string> </property> <property name="checkable"> <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Safety DB URL:</string> </property> </widget> </item> <item row="0" column="1" colspan="2"> <widget class="QLineEdit" name="safetyDbMirrorEdit"> <property name="toolTip"> <string>Enter the base URL for the Safety DB mirror to be used</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0" colspan="3"> <widget class="QLabel" name="safetyDbMirrorLabel"> <property name="wordWrap"> <bool>true</bool> </property> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Cache Validity:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QSpinBox" name="validitySpinBox"> <property name="toolTip"> <string>Enter the Safety DB cache validity time in hours (2 hours up to 7 days)</string> </property> <property name="alignment"> <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> </property> <property name="suffix"> <string> hours</string> </property> <property name="minimum"> <number>2</number> </property> <property name="maximum"> <number>168</number> </property> </widget> </item> <item row="2" column="2"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>330</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Environment</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QCheckBox" name="noGlobalsCheckBox"> <property name="toolTip"> <string>Select to exclude global environments</string> </property> <property name="text"> <string>Don't show global environments</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="noCondaCheckBox"> <property name="toolTip"> <string>Select to exclude conda managed environments</string> </property> <property name="text"> <string>Don't show 'Conda' environments</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Dependencies List</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Search Marker Background:</string> </property> </widget> </item> <item> <widget class="QPushButton" name="searchMarkerColourButton"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select the color for the search highlight of the dependencies list.</string> </property> <property name="text"> <string/> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>218</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Orientation::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>234</height> </size> </property> </spacer> </item> </layout> </widget> <tabstops> <tabstop>indexEdit</tabstop> <tabstop>vulnerabilityGroup</tabstop> <tabstop>safetyDbMirrorEdit</tabstop> <tabstop>validitySpinBox</tabstop> <tabstop>noGlobalsCheckBox</tabstop> <tabstop>noCondaCheckBox</tabstop> <tabstop>searchMarkerColourButton</tabstop> </tabstops> <resources/> <connections/> </ui>