Browse Source

- Fix options matching between buttons and frames (closes #366957)

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
a79b294885
  1. BIN
      src/Icons/oxygen/proxy.png
  2. BIN
      src/Icons/proxy.png
  3. 2
      src/icons.qrc
  4. 11
      src/options.ui
  5. 2
      src/search.qrc

BIN
src/Icons/oxygen/proxy.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
src/Icons/proxy.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

2
src/icons.qrc

@ -7,7 +7,6 @@ @@ -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 @@ @@ -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>

11
src/options.ui

@ -88,7 +88,7 @@ @@ -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 @@ @@ -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>

2
src/search.qrc

@ -1,9 +1,9 @@ @@ -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>

Loading…
Cancel
Save