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>
|
2008-06-25 23:04:42 +04:00
|
|
|
<width>820</width>
|
2007-03-27 22:49:29 +04:00
|
|
|
<height>453</height>
|
|
|
|
</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>
|
2009-08-24 14:18:11 +04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2007-03-27 22:49:29 +04:00
|
|
|
<item>
|
2012-08-26 11:10:50 +04:00
|
|
|
<layout class="QHBoxLayout" name="searchBarLayout">
|
2007-10-14 16:21:51 +04:00
|
|
|
<item>
|
2009-08-25 06:31:36 +04:00
|
|
|
<widget class="QComboBox" name="comboCategory"/>
|
2007-10-14 16:21:51 +04: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 16:06:31 +04:00
|
|
|
<item>
|
2015-09-24 10:33:02 +03:00
|
|
|
<widget class="QPushButton" name="searchButton">
|
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>
|
2009-08-24 14:18:11 +04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2007-08-31 16:06:31 +04:00
|
|
|
<item>
|
2009-07-12 10:42:38 +04:00
|
|
|
<widget class="QLabel" name="status_lbl">
|
|
|
|
<property name="maximumSize">
|
2007-08-31 16:06:31 +04:00
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>35</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="font">
|
2007-08-31 16:06:31 +04:00
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="text">
|
2007-08-31 16:06:31 +04:00
|
|
|
<string>Status:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-03-27 22:49:29 +04:00
|
|
|
<item>
|
2015-09-24 10:33:02 +03:00
|
|
|
<widget class="QLabel" name="searchStatus">
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="minimumSize">
|
2007-03-27 22:49:29 +04:00
|
|
|
<size>
|
2009-08-24 14:18:11 +04:00
|
|
|
<width>200</width>
|
2007-08-31 16:06:31 +04:00
|
|
|
<height>0</height>
|
2007-03-27 22:49:29 +04:00
|
|
|
</size>
|
|
|
|
</property>
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="maximumSize">
|
2007-03-27 22:49:29 +04:00
|
|
|
<size>
|
2007-08-31 16:06:31 +04:00
|
|
|
<width>16777215</width>
|
|
|
|
<height>35</height>
|
2007-03-27 22:49:29 +04:00
|
|
|
</size>
|
|
|
|
</property>
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="font">
|
2007-08-31 16:06:31 +04:00
|
|
|
<font>
|
|
|
|
<italic>true</italic>
|
|
|
|
</font>
|
|
|
|
</property>
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="text">
|
2007-08-31 16:06:31 +04:00
|
|
|
<string>Stopped</string>
|
|
|
|
</property>
|
2007-03-27 22:49:29 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2007-08-31 16:06:31 +04:00
|
|
|
<spacer>
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="orientation">
|
2007-08-31 16:06:31 +04:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2007-03-27 22:49:29 +04:00
|
|
|
</property>
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2007-08-31 16:06:31 +04:00
|
|
|
<size>
|
|
|
|
<width>188</width>
|
|
|
|
<height>21</height>
|
|
|
|
</size>
|
2007-03-27 22:49:29 +04:00
|
|
|
</property>
|
2007-08-31 16:06:31 +04:00
|
|
|
</spacer>
|
2007-03-27 22:49:29 +04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-06-25 23:04:42 +04:00
|
|
|
<item>
|
2009-07-12 10:42:38 +04:00
|
|
|
<widget class="QTabWidget" name="tabWidget"/>
|
2008-06-25 23:04:42 +04:00
|
|
|
</item>
|
2007-03-27 22:49:29 +04:00
|
|
|
<item>
|
2009-07-12 10:42:38 +04:00
|
|
|
<layout class="QVBoxLayout">
|
2007-03-27 22:49:29 +04:00
|
|
|
<item>
|
2009-07-12 10:42:38 +04:00
|
|
|
<layout class="QHBoxLayout">
|
2007-03-27 22:49:29 +04:00
|
|
|
<item>
|
2015-09-24 10:33:02 +03:00
|
|
|
<widget class="QPushButton" name="downloadButton">
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="enabled">
|
2007-03-27 22:49:29 +04:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="text">
|
2007-03-27 22:49:29 +04:00
|
|
|
<string>Download</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-12-26 12:51:37 +03:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="goToDescBtn">
|
2011-01-06 11:19:34 +03:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-12-26 12:51:37 +03:00
|
|
|
<property name="text">
|
|
|
|
<string>Go to description page</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2007-03-27 22:49:29 +04:00
|
|
|
</item>
|
2015-01-07 00:40:49 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="copyURLBtn">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy description page URL</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-03-27 22:49:29 +04:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="orientation">
|
2007-03-27 22:49:29 +04:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-07-12 10:42:38 +04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2007-03-27 22:49:29 +04:00
|
|
|
<size>
|
|
|
|
<width>601</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-08-24 14:18:11 +04:00
|
|
|
<item>
|
2015-08-27 14:25:14 +03:00
|
|
|
<widget class="QPushButton" name="pluginsButton">
|
2009-08-24 14:18:11 +04:00
|
|
|
<property name="text">
|
2015-08-27 14:25:14 +03:00
|
|
|
<string>Search plugins...</string>
|
2009-08-24 14:18:11 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-03-27 22:49:29 +04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
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>
|