2009-08-13 20:02:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PluginViewDialog</class>
|
2009-10-06 21:07:12 +00:00
|
|
|
<widget class="QDialog" name="PluginViewDialog">
|
|
|
|
<property name="windowModality">
|
|
|
|
<enum>Qt::ApplicationModal</enum>
|
|
|
|
</property>
|
2009-08-13 20:02:38 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-10-06 21:07:12 +00:00
|
|
|
<width>554</width>
|
|
|
|
<height>344</height>
|
2009-08-13 20:02:38 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Plugin list</string>
|
|
|
|
</property>
|
2009-10-06 21:07:12 +00:00
|
|
|
<layout class="QVBoxLayout" name="PluginLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>8</number>
|
2009-08-13 20:02:38 +00:00
|
|
|
</property>
|
2009-10-06 21:07:12 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>8</number>
|
2009-08-13 20:02:38 +00:00
|
|
|
</property>
|
2009-10-06 21:07:12 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="ListLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="PluginListWidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>192</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="PluginInfoGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Plugin Details</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="PluginInfoLayout">
|
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="VersionLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Version:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="VersionNumberLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="AboutLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>About:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="StatusLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Status:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="comboBox">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Disabled</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Inactive</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Active</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QTextBrowser" name="AboutTextBrowser">
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-08-13 20:02:38 +00:00
|
|
|
</item>
|
2009-10-06 21:07:12 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="PluginListButtonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2009-08-13 20:02:38 +00:00
|
|
|
</item>
|
2009-10-06 21:07:12 +00:00
|
|
|
</layout>
|
2009-08-13 20:02:38 +00:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
2009-10-06 21:07:12 +00:00
|
|
|
<sender>PluginListButtonBox</sender>
|
2009-08-13 20:02:38 +00:00
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>PluginViewDialog</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>370</x>
|
|
|
|
<y>364</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>460</x>
|
|
|
|
<y>367</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|