|
|
@ -1,7 +1,8 @@ |
|
|
|
<ui version="4.0" > |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
|
|
|
<ui version="4.0"> |
|
|
|
<class>search_engine</class> |
|
|
|
<class>search_engine</class> |
|
|
|
<widget class="QWidget" name="search_engine" > |
|
|
|
<widget class="QWidget" name="search_engine"> |
|
|
|
<property name="geometry" > |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<y>0</y> |
|
|
@ -9,27 +10,27 @@ |
|
|
|
<height>453</height> |
|
|
|
<height>453</height> |
|
|
|
</rect> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="windowTitle" > |
|
|
|
<property name="windowTitle"> |
|
|
|
<string>Search</string> |
|
|
|
<string>Search</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<layout class="QVBoxLayout" > |
|
|
|
<layout class="QVBoxLayout"> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
<layout class="QHBoxLayout"> |
|
|
|
<property name="spacing" > |
|
|
|
<property name="spacing"> |
|
|
|
<number>6</number> |
|
|
|
<number>6</number> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="margin" > |
|
|
|
<property name="margin"> |
|
|
|
<number>0</number> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="search_lbl" > |
|
|
|
<widget class="QLabel" name="search_lbl"> |
|
|
|
<property name="maximumSize" > |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>16777215</width> |
|
|
|
<width>16777215</width> |
|
|
|
<height>35</height> |
|
|
|
<height>35</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="font" > |
|
|
|
<property name="font"> |
|
|
|
<font> |
|
|
|
<font> |
|
|
|
<family>Sans Serif</family> |
|
|
|
<family>Sans Serif</family> |
|
|
|
<pointsize>9</pointsize> |
|
|
|
<pointsize>9</pointsize> |
|
|
@ -40,37 +41,40 @@ |
|
|
|
<strikeout>false</strikeout> |
|
|
|
<strikeout>false</strikeout> |
|
|
|
</font> |
|
|
|
</font> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Search Pattern:</string> |
|
|
|
<string>Search Pattern:</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QLineEdit" name="search_pattern" > |
|
|
|
<widget class="QLineEdit" name="search_pattern"> |
|
|
|
<property name="maximumSize" > |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>16777215</width> |
|
|
|
<width>16777215</width> |
|
|
|
<height>22</height> |
|
|
|
<height>22</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="contextMenuPolicy"> |
|
|
|
|
|
|
|
<enum>Qt::CustomContextMenu</enum> |
|
|
|
|
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="clearPatternButton" > |
|
|
|
<widget class="QPushButton" name="clearPatternButton"> |
|
|
|
<property name="maximumSize" > |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>34</width> |
|
|
|
<width>34</width> |
|
|
|
<height>29</height> |
|
|
|
<height>29</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="icon" > |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="icons.qrc" > |
|
|
|
<iconset resource="icons.qrc"> |
|
|
|
<normaloff>:/Icons/oxygen/edit_clear.png</normaloff>:/Icons/oxygen/edit_clear.png</iconset> |
|
|
|
<normaloff>:/Icons/oxygen/edit_clear.png</normaloff>:/Icons/oxygen/edit_clear.png</iconset> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="iconSize" > |
|
|
|
<property name="iconSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>30</width> |
|
|
|
<width>30</width> |
|
|
|
<height>21</height> |
|
|
|
<height>21</height> |
|
|
@ -79,37 +83,37 @@ |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="search_button" > |
|
|
|
<widget class="QPushButton" name="search_button"> |
|
|
|
<property name="maximumSize" > |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>16777215</width> |
|
|
|
<width>16777215</width> |
|
|
|
<height>29</height> |
|
|
|
<height>29</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Search</string> |
|
|
|
<string>Search</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="stop_search_button" > |
|
|
|
<widget class="QPushButton" name="stop_search_button"> |
|
|
|
<property name="enabled" > |
|
|
|
<property name="enabled"> |
|
|
|
<bool>false</bool> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="maximumSize" > |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>16777215</width> |
|
|
|
<width>16777215</width> |
|
|
|
<height>29</height> |
|
|
|
<height>29</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Stop</string> |
|
|
|
<string>Stop</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="enginesButton" > |
|
|
|
<widget class="QPushButton" name="enginesButton"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Search engines...</string> |
|
|
|
<string>Search engines...</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
@ -117,16 +121,16 @@ |
|
|
|
</layout> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
<layout class="QHBoxLayout"> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="status_lbl" > |
|
|
|
<widget class="QLabel" name="status_lbl"> |
|
|
|
<property name="maximumSize" > |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>16777215</width> |
|
|
|
<width>16777215</width> |
|
|
|
<height>35</height> |
|
|
|
<height>35</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="font" > |
|
|
|
<property name="font"> |
|
|
|
<font> |
|
|
|
<font> |
|
|
|
<family>Sans Serif</family> |
|
|
|
<family>Sans Serif</family> |
|
|
|
<pointsize>9</pointsize> |
|
|
|
<pointsize>9</pointsize> |
|
|
@ -137,26 +141,26 @@ |
|
|
|
<strikeout>false</strikeout> |
|
|
|
<strikeout>false</strikeout> |
|
|
|
</font> |
|
|
|
</font> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Status:</string> |
|
|
|
<string>Status:</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="search_status" > |
|
|
|
<widget class="QLabel" name="search_status"> |
|
|
|
<property name="minimumSize" > |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>400</width> |
|
|
|
<width>400</width> |
|
|
|
<height>0</height> |
|
|
|
<height>0</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="maximumSize" > |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>16777215</width> |
|
|
|
<width>16777215</width> |
|
|
|
<height>35</height> |
|
|
|
<height>35</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="font" > |
|
|
|
<property name="font"> |
|
|
|
<font> |
|
|
|
<font> |
|
|
|
<family>Sans Serif</family> |
|
|
|
<family>Sans Serif</family> |
|
|
|
<pointsize>9</pointsize> |
|
|
|
<pointsize>9</pointsize> |
|
|
@ -167,17 +171,17 @@ |
|
|
|
<strikeout>false</strikeout> |
|
|
|
<strikeout>false</strikeout> |
|
|
|
</font> |
|
|
|
</font> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Stopped</string> |
|
|
|
<string>Stopped</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<spacer> |
|
|
|
<spacer> |
|
|
|
<property name="orientation" > |
|
|
|
<property name="orientation"> |
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="sizeHint" stdset="0" > |
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>188</width> |
|
|
|
<width>188</width> |
|
|
|
<height>21</height> |
|
|
|
<height>21</height> |
|
|
@ -188,40 +192,40 @@ |
|
|
|
</layout> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QTabWidget" name="tabWidget" /> |
|
|
|
<widget class="QTabWidget" name="tabWidget"/> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<layout class="QVBoxLayout" > |
|
|
|
<layout class="QVBoxLayout"> |
|
|
|
<property name="spacing" > |
|
|
|
<property name="spacing"> |
|
|
|
<number>6</number> |
|
|
|
<number>6</number> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="margin" > |
|
|
|
<property name="margin"> |
|
|
|
<number>0</number> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
<layout class="QHBoxLayout"> |
|
|
|
<property name="spacing" > |
|
|
|
<property name="spacing"> |
|
|
|
<number>6</number> |
|
|
|
<number>6</number> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="margin" > |
|
|
|
<property name="margin"> |
|
|
|
<number>0</number> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="download_button" > |
|
|
|
<widget class="QPushButton" name="download_button"> |
|
|
|
<property name="enabled" > |
|
|
|
<property name="enabled"> |
|
|
|
<bool>false</bool> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Download</string> |
|
|
|
<string>Download</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<spacer> |
|
|
|
<spacer> |
|
|
|
<property name="orientation" > |
|
|
|
<property name="orientation"> |
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="sizeHint" stdset="0" > |
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>601</width> |
|
|
|
<width>601</width> |
|
|
|
<height>20</height> |
|
|
|
<height>20</height> |
|
|
@ -236,7 +240,7 @@ |
|
|
|
</layout> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<resources> |
|
|
|
<resources> |
|
|
|
<include location="icons.qrc" /> |
|
|
|
<include location="icons.qrc"/> |
|
|
|
</resources> |
|
|
|
</resources> |
|
|
|
<connections> |
|
|
|
<connections> |
|
|
|
<connection> |
|
|
|
<connection> |
|
|
@ -245,11 +249,11 @@ |
|
|
|
<receiver>search_button</receiver> |
|
|
|
<receiver>search_button</receiver> |
|
|
|
<slot>click()</slot> |
|
|
|
<slot>click()</slot> |
|
|
|
<hints> |
|
|
|
<hints> |
|
|
|
<hint type="sourcelabel" > |
|
|
|
<hint type="sourcelabel"> |
|
|
|
<x>421</x> |
|
|
|
<x>421</x> |
|
|
|
<y>37</y> |
|
|
|
<y>37</y> |
|
|
|
</hint> |
|
|
|
</hint> |
|
|
|
<hint type="destinationlabel" > |
|
|
|
<hint type="destinationlabel"> |
|
|
|
<x>685</x> |
|
|
|
<x>685</x> |
|
|
|
<y>45</y> |
|
|
|
<y>45</y> |
|
|
|
</hint> |
|
|
|
</hint> |
|
|
|