mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
- Fix options matching between buttons and frames (closes #366957)
This commit is contained in:
parent
13c670b96d
commit
a79b294885
BIN
src/Icons/oxygen/proxy.png
Normal file
BIN
src/Icons/oxygen/proxy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
@ -7,7 +7,6 @@
|
||||
<file>Icons/loading.png</file>
|
||||
<file>Icons/locale.png</file>
|
||||
<file>Icons/money.png</file>
|
||||
<file>Icons/proxy.png</file>
|
||||
<file>Icons/refresh.png</file>
|
||||
<file>Icons/rss16.png</file>
|
||||
<file>Icons/rss32.png</file>
|
||||
@ -57,6 +56,7 @@
|
||||
<file>Icons/oxygen/folder.png</file>
|
||||
<file>Icons/oxygen/gear.png</file>
|
||||
<file>Icons/oxygen/log.png</file>
|
||||
<file>Icons/oxygen/proxy.png</file>
|
||||
<file>Icons/oxygen/subscribe.png</file>
|
||||
<file>Icons/oxygen/subscribe16.png</file>
|
||||
<file>Icons/oxygen/time.png</file>
|
||||
|
@ -88,7 +88,7 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="currentRow">
|
||||
<number>0</number>
|
||||
<number>-1</number>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
@ -150,6 +150,15 @@
|
||||
<set>ItemIsSelectable|ItemIsEnabled</set>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Proxy</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/Icons/oxygen/proxy.png</normaloff>:/Icons/oxygen/proxy.png</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>IP Filter</string>
|
||||
|
@ -1,9 +1,9 @@
|
||||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource>
|
||||
<file>search_engine/helpers.py</file>
|
||||
<file>search_engine/nova2.py</file>
|
||||
<file>search_engine/nova2dl.py</file>
|
||||
<file>search_engine/novaprinter.py</file>
|
||||
<file>search_engine/helpers.py</file>
|
||||
<file>search_engine/engines/btjunkie.png</file>
|
||||
<file>search_engine/engines/btjunkie.py</file>
|
||||
<file>search_engine/engines/isohunt.png</file>
|
||||
@ -15,4 +15,4 @@
|
||||
<file>search_engine/engines/torrentreactor.png</file>
|
||||
<file>search_engine/engines/torrentreactor.py</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
</RCC>
|
Loading…
Reference in New Issue
Block a user