--- a/PluginManager/PluginInstallDialog.ui Sat Nov 09 18:14:44 2013 +0100 +++ b/PluginManager/PluginInstallDialog.ui Sun Nov 10 14:40:34 2013 +0100 @@ -1,7 +1,8 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>PluginInstallDialog</class> - <widget class="QWidget" name="PluginInstallDialog" > - <property name="geometry" > + <widget class="QWidget" name="PluginInstallDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -9,72 +10,72 @@ <height>362</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>Plugin Installation</string> </property> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <widget class="QStackedWidget" name="wizard" > - <property name="currentIndex" > + <widget class="QStackedWidget" name="wizard"> + <property name="currentIndex"> <number>0</number> </property> - <widget class="QWidget" name="selectionPage" > - <layout class="QGridLayout" > - <property name="verticalSpacing" > + <widget class="QWidget" name="selectionPage"> + <layout class="QGridLayout"> + <property name="verticalSpacing"> <number>6</number> </property> - <property name="margin" > + <property name="margin"> <number>0</number> </property> - <item row="0" column="0" colspan="2" > - <widget class="QLabel" name="label" > - <property name="text" > - <string><b>Enter the plugin archives to install</b></string> + <item row="0" column="0" colspan="2"> + <widget class="QLabel" name="label"> + <property name="text"> + <string><b>Enter the plugin archives to install</b></string> </property> </widget> </item> - <item rowspan="3" row="1" column="0" > - <widget class="QListWidget" name="archivesList" > - <property name="alternatingRowColors" > + <item row="1" column="0" rowspan="3"> + <widget class="QListWidget" name="archivesList"> + <property name="alternatingRowColors"> <bool>true</bool> </property> - <property name="selectionMode" > + <property name="selectionMode"> <enum>QAbstractItemView::ExtendedSelection</enum> </property> - <property name="sortingEnabled" > + <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> - <item row="1" column="1" > - <widget class="QPushButton" name="addArchivesButton" > - <property name="toolTip" > + <item row="1" column="1"> + <widget class="QPushButton" name="addArchivesButton"> + <property name="toolTip"> <string>Add plugin ZIP-archives via a file selection dialog</string> </property> - <property name="text" > + <property name="text"> <string>Add ...</string> </property> </widget> </item> - <item row="2" column="1" > - <widget class="QPushButton" name="removeArchivesButton" > - <property name="enabled" > + <item row="2" column="1"> + <widget class="QPushButton" name="removeArchivesButton"> + <property name="enabled"> <bool>false</bool> </property> - <property name="toolTip" > + <property name="toolTip"> <string>Remove the selected entries from the list of plugin archives to be installed</string> </property> - <property name="text" > + <property name="text"> <string>Remove</string> </property> </widget> </item> - <item row="3" column="1" > + <item row="3" column="1"> <spacer> - <property name="orientation" > + <property name="orientation"> <enum>Qt::Vertical</enum> </property> - <property name="sizeHint" stdset="0" > + <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>101</height> @@ -84,31 +85,31 @@ </item> </layout> </widget> - <widget class="QWidget" name="destinationPage" > - <layout class="QVBoxLayout" > - <property name="margin" > + <widget class="QWidget" name="destinationPage"> + <layout class="QVBoxLayout"> + <property name="margin"> <number>0</number> </property> <item> - <widget class="QLabel" name="label_2" > - <property name="text" > - <string><b>Select the destination plugin directory</b></string> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string><b>Select the destination plugin directory</b></string> </property> </widget> </item> <item> - <widget class="QComboBox" name="destinationCombo" > - <property name="toolTip" > + <widget class="QComboBox" name="destinationCombo"> + <property name="toolTip"> <string>Select the destination plugin area</string> </property> </widget> </item> <item> <spacer> - <property name="orientation" > + <property name="orientation"> <enum>Qt::Vertical</enum> </property> - <property name="sizeHint" stdset="0" > + <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> @@ -118,33 +119,36 @@ </item> </layout> </widget> - <widget class="QWidget" name="summaryPage" > - <layout class="QVBoxLayout" > - <property name="margin" > + <widget class="QWidget" name="summaryPage"> + <layout class="QVBoxLayout"> + <property name="margin"> <number>0</number> </property> <item> - <widget class="QLabel" name="label_3" > - <property name="text" > - <string><b>Installation Summary</b></string> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string><b>Installation Summary</b></string> </property> </widget> </item> <item> - <widget class="QTextEdit" name="summaryEdit" > - <property name="toolTip" > + <widget class="QTextEdit" name="summaryEdit"> + <property name="toolTip"> <string>This shows the summary of the installation data</string> </property> - <property name="readOnly" > + <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> - <widget class="QProgressBar" name="progress" > - <property name="value" > + <widget class="QProgressBar" name="progress"> + <property name="value"> <number>0</number> </property> + <property name="format"> + <string>%v/%m Plugins</string> + </property> </widget> </item> </layout> @@ -152,11 +156,11 @@ </widget> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="standardButtons" > + <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> </property> </widget>