Tue, 12 Jun 2018 19:01:06 +0200
pip Interface: changed to use the new VirtualEnv Manager
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>PipPackageDetailsDialog</class> <widget class="QDialog" name="PipPackageDetailsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>700</height> </rect> </property> <property name="windowTitle"> <string>Package Details</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="packageNameLabel"/> </item> <item> <widget class="QTabWidget" name="infoWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="details"> <attribute name="title"> <string>Details</string> </attribute> <attribute name="toolTip"> <string>Lists package informations</string> </attribute> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="1"> <widget class="QLabel" name="summaryLabel"> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Description:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item row="3" column="1"> <widget class="QLabel" name="authorEmailLabel"> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> <item row="1" column="1"> <widget class="QPlainTextEdit" name="descriptionEdit"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>5</verstretch> </sizepolicy> </property> <property name="tabChangesFocus"> <bool>true</bool> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Author:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLabel" name="authorLabel"/> </item> <item row="3" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Author Email:</string> </property> </widget> </item> <item row="7" column="1"> <widget class="QLabel" name="packageUrlLabel"> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>License:</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLabel" name="licenseLabel"/> </item> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Summary:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> <string>Platform:</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QLabel" name="platformLabel"/> </item> <item row="6" column="0"> <widget class="QLabel" name="label_8"> <property name="text"> <string>Home Page:</string> </property> </widget> </item> <item row="6" column="1"> <widget class="QLabel" name="homePageLabel"> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> <item row="7" column="0"> <widget class="QLabel" name="label_9"> <property name="text"> <string>Package URL:</string> </property> </widget> </item> <item row="8" column="0"> <widget class="QLabel" name="label_10"> <property name="text"> <string>Release URL:</string> </property> </widget> </item> <item row="8" column="1"> <widget class="QLabel" name="releaseUrlLabel"> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> <item row="9" column="0"> <widget class="QLabel" name="label_11"> <property name="text"> <string>Documentation URL:</string> </property> </widget> </item> <item row="9" column="1"> <widget class="QLabel" name="docsUrlLabel"> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> <item row="10" column="0"> <widget class="QLabel" name="label_12"> <property name="text"> <string>Downloads:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item row="10" column="1"> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label_13"> <property name="text"> <string>Last Day:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="downloadsDayLabel"> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="0" column="2"> <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 row="1" column="0"> <widget class="QLabel" name="label_14"> <property name="text"> <string>Last Week:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="downloadsWeekLabel"> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_15"> <property name="text"> <string>Last Month:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLabel" name="downloadsMonthLabel"> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> </layout> </item> <item row="11" column="0"> <widget class="QLabel" name="label_16"> <property name="text"> <string>Classifiers:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item row="11" column="1"> <widget class="QListWidget" name="classifiersList"> <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="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="urls"> <attribute name="title"> <string>Download URLs</string> </attribute> <attribute name="toolTip"> <string>Lists the download URLs</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QTreeWidget" name="downloadUrlsList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <attribute name="headerStretchLastSection"> <bool>false</bool> </attribute> <column> <property name="text"> <string>File</string> </property> </column> <column> <property name="text"> <string>Type</string> </property> </column> <column> <property name="text"> <string>Py Version</string> </property> </column> <column> <property name="text"> <string>Downloads</string> </property> </column> <column> <property name="text"> <string>Uploaded on</string> </property> </column> <column> <property name="text"> <string>Size</string> </property> </column> </widget> </item> </layout> </widget> <widget class="QWidget" name="requires"> <attribute name="title"> <string>Requires/Provides</string> </attribute> <attribute name="toolTip"> <string>Lists required and provided packages</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Requires</string> </property> <layout class="QGridLayout" name="gridLayout_4"> <item row="0" column="0"> <widget class="QLabel" name="label_17"> <property name="text"> <string>Required Packages:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item row="0" column="1"> <widget class="QListWidget" name="requiredPackagesList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_18"> <property name="text"> <string>Required Distributions:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item row="1" column="1"> <widget class="QListWidget" name="requiredDistributionsList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Provides</string> </property> <layout class="QGridLayout" name="gridLayout_3"> <item row="0" column="0"> <widget class="QLabel" name="label_20"> <property name="text"> <string>Provided Packages:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item row="0" column="1"> <widget class="QListWidget" name="providedPackagesList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_19"> <property name="text"> <string>Provided Distributions:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item row="1" column="1"> <widget class="QListWidget" name="providedDistributionsList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>infoWidget</tabstop> <tabstop>descriptionEdit</tabstop> <tabstop>classifiersList</tabstop> <tabstop>downloadUrlsList</tabstop> <tabstop>requiredPackagesList</tabstop> <tabstop>requiredDistributionsList</tabstop> <tabstop>providedPackagesList</tabstop> <tabstop>providedDistributionsList</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>PipPackageDetailsDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>PipPackageDetailsDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>