You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
145 lines
3.6 KiB
145 lines
3.6 KiB
9 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>AddPluginDialog</class>
|
||
|
<widget class="QDialog" name="AddPluginDialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>359</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Add Plugins</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="searchLabel">
|
||
|
<property name="text">
|
||
|
<string>Search:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLineEdit" name="searchEdit"/>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QListWidget" name="pluginList">
|
||
|
<property name="sizeAdjustPolicy">
|
||
|
<enum>QAbstractScrollArea::AdjustToContents</enum>
|
||
|
</property>
|
||
|
<property name="showDropIndicator" stdset="0">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="alternatingRowColors">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="selectionMode">
|
||
|
<enum>QAbstractItemView::SingleSelection</enum>
|
||
|
</property>
|
||
|
<property name="selectionBehavior">
|
||
|
<enum>QAbstractItemView::SelectRows</enum>
|
||
|
</property>
|
||
|
<property name="verticalScrollMode">
|
||
|
<enum>QAbstractItemView::ScrollPerPixel</enum>
|
||
|
</property>
|
||
|
<property name="movement">
|
||
|
<enum>QListView::Static</enum>
|
||
|
</property>
|
||
|
<property name="flow">
|
||
|
<enum>QListView::TopToBottom</enum>
|
||
|
</property>
|
||
|
<property name="resizeMode">
|
||
|
<enum>QListView::Adjust</enum>
|
||
|
</property>
|
||
|
<property name="spacing">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="modelColumn">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="uniformItemSizes">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="selectionRectVisible">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="currentRow">
|
||
|
<number>-1</number>
|
||
|
</property>
|
||
|
<property name="sortingEnabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
|
<item>
|
||
|
<spacer name="horizontalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="addButton">
|
||
|
<property name="text">
|
||
|
<string>Add Widget</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="closeButton">
|
||
|
<property name="text">
|
||
|
<string>Close</string>
|
||
|
</property>
|
||
|
<property name="autoDefault">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="default">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<tabstops>
|
||
|
<tabstop>pluginList</tabstop>
|
||
|
<tabstop>addButton</tabstop>
|
||
|
<tabstop>closeButton</tabstop>
|
||
|
<tabstop>searchEdit</tabstop>
|
||
|
</tabstops>
|
||
|
<resources/>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>closeButton</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>AddPluginDialog</receiver>
|
||
|
<slot>close()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>380</x>
|
||
|
<y>279</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>118</x>
|
||
|
<y>270</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|