<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>PluginViewDialog</class>
 <widget class="QDialog" name="PluginViewDialog">
  <property name="windowModality">
   <enum>Qt::ApplicationModal</enum>
  </property>
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>554</width>
    <height>344</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Plugin list</string>
  </property>
  <layout class="QVBoxLayout" name="PluginLayout">
   <property name="spacing">
    <number>8</number>
   </property>
   <property name="margin">
    <number>8</number>
   </property>
   <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>
   </item>
   <item>
    <widget class="QDialogButtonBox" name="PluginListButtonBox">
     <property name="standardButtons">
      <set>QDialogButtonBox::Ok</set>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections>
  <connection>
   <sender>PluginListButtonBox</sender>
   <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>