diff -r e45a570528a4 -r be976799b8c0 PluginManager/PluginRepositoryDialog.ui --- a/PluginManager/PluginRepositoryDialog.ui Sun Aug 27 14:06:10 2017 +0200 +++ b/PluginManager/PluginRepositoryDialog.ui Mon Aug 28 16:02:41 2017 +0200 @@ -18,7 +18,7 @@ </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> - <layout class="QGridLayout"> + <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0" colspan="2"> <widget class="QTreeWidget" name="repositoryList"> <property name="sizePolicy"> @@ -67,7 +67,67 @@ </column> </widget> </item> - <item row="1" column="0"> + <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> @@ -77,7 +137,7 @@ </property> </widget> </item> - <item row="1" column="1"> + <item row="2" column="1"> <widget class="QTextEdit" name="descriptionEdit"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> @@ -96,14 +156,14 @@ </property> </widget> </item> - <item row="2" column="0"> + <item row="3" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Author:</string> </property> </widget> </item> - <item row="2" column="1"> + <item row="3" column="1"> <widget class="QLineEdit" name="authorEdit"> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> @@ -116,14 +176,14 @@ </property> </widget> </item> - <item row="3" column="0"> + <item row="4" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>URL:</string> </property> </widget> </item> - <item row="3" column="1"> + <item row="4" column="1"> <widget class="QLineEdit" name="urlEdit"> <property name="focusPolicy"> <enum>Qt::NoFocus</enum>