@ -13,93 +13,73 @@
@@ -13,93 +13,73 @@
<property name="windowTitle">
<string>Search</string>
</property>
<layout class="QVBoxLayout">
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="search_lbl ">
<widget class="QLineEdit" name="search_pattern">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>35 </height>
<height>22</height>
</size>
</property>
<property name="font">
<font>
<family>Sans Serif</family>
<pointsize>9</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
<underline>false</underline>
<strikeout>false</strikeout>
</font>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboCategory">
<item>
<property name="text">
<string>Search Pattern:</string>
<string>All categories</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="search_pattern">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>22</height>
</size>
<property name="text">
<string>Movies</string>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</item>
<item>
<property name="text">
<string>TV shows</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="clearPatternButton">
<property name="maximumSize">
<size>
<width>34</width>
<height>29</height>
</size>
<property name="text">
<string>Music</string>
</property>
</item>
<item>
<property name="text">
<string/>
<string>Games< /string >
</property>
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/Icons/oxygen/edit_clear.png</normaloff>:/Icons/oxygen/edit_clear.png</iconset>
</item>
<item>
<property name="text">
<string>Anime</string>
</property>
<property name="iconSize">
<size>
<width>30</width>
<height>21</height>
</size>
</item>
<item>
<property name="text">
<string>Software</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="search_button">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>29</height>
</size>
<property name="text">
<string>Pictures</string>
</property>
</item>
<item>
<property name="text">
<string>Search</string>
<string>Books </string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QPushButton" name="stop_search_button">
<property name="enabled">
<bool>false</bool>
</property>
<widget class="QPushButton" name="search_button">
<property name="maximumSize">
<size>
<width>16777215</width>
@ -107,21 +87,14 @@
@@ -107,21 +87,14 @@
</size>
</property>
<property name="text">
<string>Stop</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="enginesButton">
<property name="text">
<string>Search engines...</string>
<string>Search</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="status_lbl">
<property name="maximumSize">
@ -150,7 +123,7 @@
@@ -150,7 +123,7 @@
<widget class="QLabel" name="search_status">
<property name="minimumSize">
<size>
<width>4 00</width>
<width>2 00</width>
<height>0</height>
</size>
</property>
@ -233,6 +206,13 @@
@@ -233,6 +206,13 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="enginesButton">
<property name="text">
<string>Search engines...</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>