mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-07 16:12:30 -06:00
Move basic search-related code into Core.
Also use qBittorrent torrent file download routines instead of nova2dl.py script.
This commit is contained in:
committed by
sledgehammer999
parent
d87e42ba00
commit
1f00d2e5d7
@@ -20,7 +20,7 @@
|
||||
<widget class="QComboBox" name="comboCategory"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="selectEngine"/>
|
||||
<widget class="QComboBox" name="selectPlugin"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="search_button">
|
||||
@@ -142,9 +142,9 @@
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="enginesButton">
|
||||
<widget class="QPushButton" name="pluginsButton">
|
||||
<property name="text">
|
||||
<string>Search engines...</string>
|
||||
<string>Search plugins...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user