2011-06-17 15:59:01 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PluginsPage</class>
|
|
|
|
<widget class="QWidget" name="PluginsPage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>423</width>
|
|
|
|
<height>340</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::NoContextMenu</enum>
|
|
|
|
</property>
|
2012-02-26 16:45:52 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="enableAll">
|
|
|
|
<property name="text">
|
|
|
|
<string>Authorize all plugins</string>
|
2011-06-17 15:59:01 -04:00
|
|
|
</property>
|
2012-02-26 16:45:52 -05:00
|
|
|
</widget>
|
2011-06-17 15:59:01 -04:00
|
|
|
</item>
|
2012-02-26 16:45:52 -05:00
|
|
|
<item>
|
2011-07-05 16:29:07 -04:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Loaded plugins</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
2012-01-04 17:17:28 -05:00
|
|
|
<property name="margin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2011-07-05 16:29:07 -04:00
|
|
|
<item>
|
2012-02-26 16:45:52 -05:00
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
2012-01-04 17:17:28 -05:00
|
|
|
</property>
|
2012-02-26 16:45:52 -05:00
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
2012-01-04 17:17:28 -05:00
|
|
|
</property>
|
2012-02-26 16:45:52 -05:00
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>391</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="_pluginsLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2012-01-04 17:17:28 -05:00
|
|
|
</item>
|
2011-07-05 16:29:07 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-02-26 16:45:52 -05:00
|
|
|
<item>
|
2011-06-17 15:59:01 -04:00
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Plugin look-up directories</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2011-07-05 16:29:07 -04:00
|
|
|
<widget class="QTextBrowser" name="_lookupDirectories_TB">
|
|
|
|
<property name="sizePolicy">
|
2012-02-26 16:45:52 -05:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
2011-07-05 16:29:07 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>50</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2011-06-17 15:59:01 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|