Sat, 07 Sep 2019 17:35:43 +0200
Closed branch after it was merged into 'default'.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>PipPackagesWidget</class> <widget class="QWidget" name="PipPackagesWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>503</width> <height>700</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QWidget" name="baseWidget" native="true"> <layout class="QVBoxLayout" name="verticalLayout_4"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QComboBox" name="environmentsComboBox"/> </item> <item> <widget class="E5ToolButton" name="pipMenuButton"/> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QCheckBox" name="localCheckBox"> <property name="toolTip"> <string>Select to show only locally-installed packages</string> </property> <property name="text"> <string>Local packages only</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="0" column="1"> <widget class="QCheckBox" name="notRequiredCheckBox"> <property name="toolTip"> <string>Select to list packages that are not dependencies of installed packages</string> </property> <property name="text"> <string>Not required Packages</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QCheckBox" name="userCheckBox"> <property name="toolTip"> <string>Select to show only packages installed to the user-site</string> </property> <property name="text"> <string>User-Site only</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="statusLabel"/> </item> <item> <widget class="QSplitter" name="splitter"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <widget class="QTreeWidget" name="packagesList"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>3</verstretch> </sizepolicy> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::ExtendedSelection</enum> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <attribute name="headerDefaultSectionSize"> <number>150</number> </attribute> <column> <property name="text"> <string>Package</string> </property> </column> <column> <property name="text"> <string>Installed Version</string> </property> </column> <column> <property name="text"> <string>Available Version</string> </property> </column> </widget> <widget class="QWidget" name="widget" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>1</verstretch> </sizepolicy> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_7"> <item> <widget class="QCheckBox" name="verboseCheckBox"> <property name="toolTip"> <string>Select to show verbose package information</string> </property> <property name="text"> <string>Verbose Information</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="installedFilesCheckBox"> <property name="toolTip"> <string>Select to show information about installed files</string> </property> <property name="text"> <string>Installed Files</string> </property> </widget> </item> </layout> </item> <item> <widget class="QTreeWidget" name="infoWidget"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>1</verstretch> </sizepolicy> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="columnCount"> <number>2</number> </property> <attribute name="headerVisible"> <bool>false</bool> </attribute> <attribute name="headerStretchLastSection"> <bool>false</bool> </attribute> <column> <property name="text"> <string notr="true">1</string> </property> </column> <column> <property name="text"> <string notr="true">2</string> </property> </column> </widget> </item> </layout> </widget> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <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="QToolButton" name="refreshButton"> <property name="toolTip"> <string>Press to refresh the lists</string> </property> </widget> </item> <item> <widget class="QToolButton" name="upgradeButton"> <property name="toolTip"> <string>Press to upgrade the selected packages</string> </property> </widget> </item> <item> <widget class="QToolButton" name="upgradeAllButton"> <property name="toolTip"> <string>Press to upgrade all listed packages</string> </property> </widget> </item> <item> <widget class="QToolButton" name="uninstallButton"> <property name="toolTip"> <string>Press to uninstall the selected package</string> </property> </widget> </item> <item> <widget class="QToolButton" name="showPackageDetailsButton"> <property name="toolTip"> <string>Press to show details for the selected entry</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> <item> <widget class="QToolButton" name="searchToggleButton"> <property name="toolTip"> <string>Toggle to show or hide the search window</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QWidget" name="searchWidget" native="true"> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Name:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="searchEditName"> <property name="toolTip"> <string>Enter the search term for the package name</string> </property> <property name="placeholderText"> <string>Enter search term</string> </property> </widget> </item> <item row="0" column="2" rowspan="2"> <widget class="QComboBox" name="searchTermCombineComboBox"> <property name="toolTip"> <string>Select the search term combination operation</string> </property> <item> <property name="text"> <string notr="true">and</string> </property> </item> <item> <property name="text"> <string notr="true">or</string> </property> </item> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Summary:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="searchEditSummary"> <property name="toolTip"> <string>Enter the search term for the package summary</string> </property> <property name="placeholderText"> <string>Enter search term</string> </property> </widget> </item> <item row="0" column="3" rowspan="2"> <widget class="QToolButton" name="searchButton"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Press to start the search</string> </property> </widget> </item> </layout> </item> <item> <widget class="QWidget" name="searchOptionsWidget" native="true"> <layout class="QVBoxLayout" name="verticalLayout"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> </layout> </widget> </item> <item> <widget class="QTreeWidget" name="searchResultList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::ExtendedSelection</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <property name="wordWrap"> <bool>true</bool> </property> <column> <property name="text"> <string>Package</string> </property> </column> <column> <property name="text"> <string>Score</string> </property> </column> <column> <property name="text"> <string>Description</string> </property> </column> </widget> </item> <item> <widget class="QLabel" name="searchInfoLabel"/> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <spacer name="horizontalSpacer_3"> <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="QToolButton" name="installButton"> <property name="toolTip"> <string>Press to install the selected package</string> </property> </widget> </item> <item> <widget class="QToolButton" name="installUserSiteButton"> <property name="toolTip"> <string>Press to install the selected package to the user site</string> </property> </widget> </item> <item> <widget class="QToolButton" name="showDetailsButton"> <property name="toolTip"> <string>Press to show details for the selected entry</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_4"> <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> </layout> </widget> <customwidgets> <customwidget> <class>E5ToolButton</class> <extends>QToolButton</extends> <header>E5Gui/E5ToolButton.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>environmentsComboBox</tabstop> <tabstop>pipMenuButton</tabstop> <tabstop>localCheckBox</tabstop> <tabstop>notRequiredCheckBox</tabstop> <tabstop>userCheckBox</tabstop> <tabstop>packagesList</tabstop> <tabstop>verboseCheckBox</tabstop> <tabstop>installedFilesCheckBox</tabstop> <tabstop>infoWidget</tabstop> <tabstop>refreshButton</tabstop> <tabstop>upgradeButton</tabstop> <tabstop>upgradeAllButton</tabstop> <tabstop>uninstallButton</tabstop> <tabstop>showPackageDetailsButton</tabstop> <tabstop>searchToggleButton</tabstop> <tabstop>searchEditName</tabstop> <tabstop>searchTermCombineComboBox</tabstop> <tabstop>searchEditSummary</tabstop> <tabstop>searchButton</tabstop> <tabstop>searchResultList</tabstop> <tabstop>installButton</tabstop> <tabstop>installUserSiteButton</tabstop> <tabstop>showDetailsButton</tabstop> </tabstops> <resources/> <connections/> </ui>