Sat, 23 Feb 2019 16:07:02 +0100
Development of pip interface finished.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>PluginRepositoryDialog</class> <widget class="QWidget" name="PluginRepositoryDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>675</height> </rect> </property> <property name="windowTitle"> <string>Plugin Repository</string> </property> <property name="sizeGripEnabled" stdset="0"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0" colspan="2"> <widget class="QTreeWidget" name="repositoryList"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>7</verstretch> </sizepolicy> </property> <property name="contextMenuPolicy"> <enum>Qt::CustomContextMenu</enum> </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> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <column> <property name="text"> <string>Name</string> </property> </column> <column> <property name="text"> <string>Version</string> </property> </column> <column> <property name="text"> <string>Short Description</string> </property> </column> <column> <property name="text"> <string/> </property> </column> </widget> </item> <item row="1" column="0" colspan="2"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="newLabel"> <property name="toolTip"> <string>Shows the number of new plug-ins available</string> </property> <property name="text"> <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="QLabel" name="updateLocalLabel"> <property name="toolTip"> <string>Shows the number of locally updatable plug-ins available</string> </property> <property name="text"> <string/> </property> </widget> </item> <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="QLabel" name="updateRemoteLabel"> <property name="toolTip"> <string>Shows the number of remotely updatable plug-ins available</string> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="2" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Description:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item row="2" column="1"> <widget class="QTextEdit" name="descriptionEdit"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>3</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> <string>Displays the description of the selected plugin</string> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Author:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLineEdit" name="authorEdit"> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> <string>Displays the author of the selected plugin</string> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>URL:</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLineEdit" name="urlEdit"> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> <string>Displays the download URL of the selected plugin</string> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QProgressBar" name="downloadProgress"> <property name="toolTip"> <string>Shows the progress of the current download</string> </property> <property name="value"> <number>0</number> </property> </widget> </item> <item> <widget class="QLabel" name="statusLabel"> <property name="text"> <string/> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Repository URL:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="repositoryUrlEdit"> <property name="toolTip"> <string>Shows the repository URL</string> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="repositoryUrlEditButton"> <property name="toolTip"> <string>Press to edit the plugin repository URL</string> </property> <property name="text"> <string>Edit URL</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> </layout> </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>repositoryList</tabstop> <tabstop>buttonBox</tabstop> <tabstop>repositoryUrlEdit</tabstop> <tabstop>repositoryUrlEditButton</tabstop> </tabstops> <resources/> <connections/> </ui>