2009-07-12 06:42:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2015-08-26 20:05:57 +03:00
|
|
|
<class>SearchWidget</class>
|
|
|
|
<widget class="QWidget" name="SearchWidget">
|
2009-07-12 06:42:38 +00:00
|
|
|
<property name="geometry">
|
2007-03-27 18:49:29 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-03-28 18:22:01 +08:00
|
|
|
<width>843</width>
|
2015-09-23 22:20:22 +02:00
|
|
|
<height>669</height>
|
2007-03-27 18:49:29 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-07-12 06:42:38 +00:00
|
|
|
<property name="windowTitle">
|
2007-03-27 18:49:29 +00:00
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
2015-09-23 22:20:22 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2007-03-27 18:49:29 +00:00
|
|
|
<item>
|
2012-08-26 10:10:50 +03:00
|
|
|
<layout class="QHBoxLayout" name="searchBarLayout">
|
2007-10-14 12:21:51 +00:00
|
|
|
<item>
|
2009-08-25 02:31:36 +00:00
|
|
|
<widget class="QComboBox" name="comboCategory"/>
|
2007-10-14 12:21:51 +00:00
|
|
|
</item>
|
2014-10-31 00:14:44 +03:00
|
|
|
<item>
|
2015-08-27 14:25:14 +03:00
|
|
|
<widget class="QComboBox" name="selectPlugin"/>
|
2014-10-31 00:14:44 +03:00
|
|
|
</item>
|
2007-08-31 12:06:31 +00:00
|
|
|
<item>
|
2015-09-24 10:33:02 +03:00
|
|
|
<widget class="QPushButton" name="searchButton">
|
2016-03-28 18:22:01 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-07-12 06:42:38 +00:00
|
|
|
<property name="text">
|
2007-08-31 12:06:31 +00:00
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-23 22:20:22 +02:00
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
2016-03-28 18:22:01 +08:00
|
|
|
<property name="tabsClosable">
|
|
|
|
<bool>true</bool>
|
2015-09-23 22:20:22 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
2008-06-25 19:04:42 +00:00
|
|
|
</item>
|
2007-03-27 18:49:29 +00:00
|
|
|
<item>
|
2016-03-28 18:22:01 +08:00
|
|
|
<layout class="QHBoxLayout" name="layout2">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="downloadButton">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Download</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="goToDescBtn">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Go to description page</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-03-27 18:49:29 +00:00
|
|
|
<item>
|
2016-03-28 18:22:01 +08:00
|
|
|
<widget class="QPushButton" name="copyURLBtn">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy description page URL</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="spacer2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pluginsButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search plugins...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2007-03-27 18:49:29 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-06-14 15:42:15 +00:00
|
|
|
<resources/>
|
2012-08-26 10:10:50 +03:00
|
|
|
<connections/>
|
2007-03-27 18:49:29 +00:00
|
|
|
</ui>
|