diff options
author | necoro <> | 2007-04-24 15:33:16 +0000 |
---|---|---|
committer | necoro <> | 2007-04-24 15:33:16 +0000 |
commit | 5067dac60487edc83ac88c18b9b880eb7ccd5259 (patch) | |
tree | 44d8e8c41a48c2a13a53cf245d2ee140655d6a5d /portato/gui/qt/ui/SearchDialog.ui | |
parent | d572410a8899f9be35274db073eed6fa3037c93c (diff) | |
download | portato-5067dac60487edc83ac88c18b9b880eb7ccd5259.tar.gz portato-5067dac60487edc83ac88c18b9b880eb7ccd5259.tar.bz2 portato-5067dac60487edc83ac88c18b9b880eb7ccd5259.zip |
moved *.glade and *.ui to one directory to omit the change of the config.py each time
Diffstat (limited to 'portato/gui/qt/ui/SearchDialog.ui')
-rw-r--r-- | portato/gui/qt/ui/SearchDialog.ui | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/portato/gui/qt/ui/SearchDialog.ui b/portato/gui/qt/ui/SearchDialog.ui deleted file mode 100644 index 02c62ff..0000000 --- a/portato/gui/qt/ui/SearchDialog.ui +++ /dev/null @@ -1,78 +0,0 @@ -<ui version="4.0" > - <class>SearchDialog</class> - <widget class="QDialog" name="SearchDialog" > - <property name="windowModality" > - <enum>Qt::ApplicationModal</enum> - </property> - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>246</width> - <height>97</height> - </rect> - </property> - <property name="windowTitle" > - <string>Search...</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QComboBox" name="comboBox" /> - </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>accepted()</signal> - <receiver>SearchDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>164</x> - <y>112</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>70</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>SearchDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>164</x> - <y>112</y> - </hint> - <hint type="destinationlabel" > - <x>173</x> - <y>70</y> - </hint> - </hints> - </connection> - </connections> -</ui> |