diff options
author | necoro <> | 2007-08-16 03:39:18 +0000 |
---|---|---|
committer | necoro <> | 2007-08-16 03:39:18 +0000 |
commit | eae9ec73ba26638e25d23ba2261422461150ad73 (patch) | |
tree | 8d1127678d2804c5db673394d203b0c20f7bcfdd /portato/gui/templates/ui/PluginDialog.ui | |
parent | 785aa0d72cefab1d6a2b4a27d4cef13d7cec9c58 (diff) | |
download | portato-eae9ec73ba26638e25d23ba2261422461150ad73.tar.gz portato-eae9ec73ba26638e25d23ba2261422461150ad73.tar.bz2 portato-eae9ec73ba26638e25d23ba2261422461150ad73.zip |
removed qt
Diffstat (limited to 'portato/gui/templates/ui/PluginDialog.ui')
-rw-r--r-- | portato/gui/templates/ui/PluginDialog.ui | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/portato/gui/templates/ui/PluginDialog.ui b/portato/gui/templates/ui/PluginDialog.ui deleted file mode 100644 index 50e0453..0000000 --- a/portato/gui/templates/ui/PluginDialog.ui +++ /dev/null @@ -1,94 +0,0 @@ -<ui version="4.0" > - <class>PluginDialog</class> - <widget class="QDialog" name="PluginDialog" > - <property name="windowModality" > - <enum>Qt::ApplicationModal</enum> - </property> - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>300</height> - </rect> - </property> - <property name="windowTitle" > - <string>Plugins</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QTreeWidget" name="pluginList" > - <property name="verticalScrollBarPolicy" > - <enum>Qt::ScrollBarAlwaysOff</enum> - </property> - <property name="horizontalScrollBarPolicy" > - <enum>Qt::ScrollBarAlwaysOff</enum> - </property> - <property name="editTriggers" > - <set>QAbstractItemView::NoEditTriggers</set> - </property> - <property name="alternatingRowColors" > - <bool>true</bool> - </property> - <property name="horizontalScrollMode" > - <enum>QAbstractItemView::ScrollPerPixel</enum> - </property> - <property name="rootIsDecorated" > - <bool>false</bool> - </property> - <property name="columnCount" > - <number>2</number> - </property> - <column> - <property name="text" > - <string>1</string> - </property> - </column> - <column> - <property name="text" > - <string>1</string> - </property> - </column> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - <property name="centerButtons" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>PluginDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> |