2009-07-12 10:42:38 +04: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 10:42:38 +04:00
|
|
|
<property name="geometry">
|
2007-03-27 22:49:29 +04:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-03-28 13:22:01 +03:00
|
|
|
<width>843</width>
|
2015-09-23 23:20:22 +03:00
|
|
|
<height>669</height>
|
2007-03-27 22:49:29 +04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="windowTitle">
|
2007-03-27 22:49:29 +04:00
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
2017-06-02 01:30:21 +03:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2007-03-27 22:49:29 +04:00
|
|
|
<item>
|
2012-08-26 11:10:50 +04:00
|
|
|
<layout class="QHBoxLayout" name="searchBarLayout">
|
2016-03-12 15:04:03 +03:00
|
|
|
<item>
|
|
|
|
<widget class="LineEdit" name="m_searchPattern"/>
|
|
|
|
</item>
|
2007-10-14 16:21:51 +04:00
|
|
|
<item>
|
2016-02-28 09:57:34 +03:00
|
|
|
<widget class="QComboBox" name="comboCategory">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2007-10-14 16:21:51 +04:00
|
|
|
</item>
|
2014-10-31 00:14:44 +03:00
|
|
|
<item>
|
2016-02-28 09:57:34 +03:00
|
|
|
<widget class="QComboBox" name="selectPlugin">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2014-10-31 00:14:44 +03:00
|
|
|
</item>
|
2007-08-31 16:06:31 +04:00
|
|
|
<item>
|
2015-09-24 10:33:02 +03:00
|
|
|
<widget class="QPushButton" name="searchButton">
|
2016-03-28 13:22:01 +03:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="text">
|
2007-08-31 16:06:31 +04:00
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-06-02 01:30:21 +03:00
|
|
|
<widget class="QStackedWidget" name="stackedPages">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>1</number>
|
2015-09-23 23:20:22 +03:00
|
|
|
</property>
|
2017-06-02 01:30:21 +03:00
|
|
|
<widget class="QWidget" name="emptyPage">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>There aren't any search plugins installed.
|
|
|
|
Click the "Search plugins..." button at the bottom right of the window to install some.</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="searchPage">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="tabsClosable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2015-09-23 23:20:22 +03:00
|
|
|
</widget>
|
2008-06-25 23:04:42 +04:00
|
|
|
</item>
|
2007-03-27 22:49:29 +04:00
|
|
|
<item>
|
2016-03-28 13:22:01 +03: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 22:49:29 +04:00
|
|
|
<item>
|
2016-03-28 13:22:01 +03: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 22:49:29 +04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-03-12 15:04:03 +03:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>LineEdit</class>
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<header>lineedit.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2010-06-14 19:42:15 +04:00
|
|
|
<resources/>
|
2012-08-26 11:10:50 +04:00
|
|
|
<connections/>
|
2007-03-27 22:49:29 +04:00
|
|
|
</ui>
|