diff -r 000000000000 -r de9c2efb9d02 PluginManager/PluginRepositoryDialog.ui --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PluginManager/PluginRepositoryDialog.ui Mon Dec 28 16:03:33 2009 +0000 @@ -0,0 +1,175 @@ +<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" > + <item> + <layout class="QGridLayout" > + <item row="0" column="0" colspan="2" > + <widget class="QTreeWidget" name="repositoryList" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > + <horstretch>0</horstretch> + <verstretch>7</verstretch> + </sizepolicy> + </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" > + <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="1" column="1" > + <widget class="QTextEdit" name="descriptionEdit" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Expanding" hsizetype="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="2" column="0" > + <widget class="QLabel" name="label_3" > + <property name="text" > + <string>Author:</string> + </property> + </widget> + </item> + <item row="2" 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="3" column="0" > + <widget class="QLabel" name="label" > + <property name="text" > + <string>URL:</string> + </property> + </widget> + </item> + <item row="3" 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> + <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> + <resources/> + <connections/> +</ui>