mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
replace soures dialog icon
This commit is contained in:
parent
0895ad96fd
commit
41fec4bb08
|
@ -43,7 +43,7 @@ EditDictionaries::EditDictionaries( QWidget * parent, Config::Class & cfg_,
|
||||||
|
|
||||||
ui.tabs->clear();
|
ui.tabs->clear();
|
||||||
|
|
||||||
ui.tabs->addTab( &sources, QIcon(":/icons/reload.png"), tr( "&Sources" ) );
|
ui.tabs->addTab( &sources, QIcon(":/icons/sources.png"), tr( "&Sources" ) );
|
||||||
ui.tabs->addTab( orderAndProps, QIcon(":/icons/book.svg"), tr( "&Dictionaries" ) );
|
ui.tabs->addTab( orderAndProps, QIcon(":/icons/book.svg"), tr( "&Dictionaries" ) );
|
||||||
ui.tabs->addTab( groups.get(), QIcon(":/icons/bookcase.svg"), tr( "&Groups" ) );
|
ui.tabs->addTab( groups.get(), QIcon(":/icons/bookcase.svg"), tr( "&Groups" ) );
|
||||||
|
|
||||||
|
|
|
@ -63,5 +63,6 @@ icon32_zoomout.png https://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/1
|
||||||
icon32_zoomin.png https://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/128/Actions-zoom-in-icon.png
|
icon32_zoomin.png https://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/128/Actions-zoom-in-icon.png
|
||||||
reload.png https://iconarchive.com/show/oxygen-icons-by-oxygen-icons.org/Actions-edit-redo-icon.html
|
reload.png https://iconarchive.com/show/oxygen-icons-by-oxygen-icons.org/Actions-edit-redo-icon.html
|
||||||
advanced.png https://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/128/Actions-system-run-icon.png
|
advanced.png https://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/128/Actions-system-run-icon.png
|
||||||
|
sources.png https://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/128/Apps-plasma-icon.png
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
icons/sources.png
Normal file
BIN
icons/sources.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -4,7 +4,6 @@
|
||||||
<file>icons/arrow.png</file>
|
<file>icons/arrow.png</file>
|
||||||
<file>icons/prefix.png</file>
|
<file>icons/prefix.png</file>
|
||||||
<file>icons/playsound.png</file>
|
<file>icons/playsound.png</file>
|
||||||
<file>icons/reload.png</file>
|
|
||||||
<file>icons/programicon.png</file>
|
<file>icons/programicon.png</file>
|
||||||
<file>icons/programicon_scan.png</file>
|
<file>icons/programicon_scan.png</file>
|
||||||
<file>icons/warning.png</file>
|
<file>icons/warning.png</file>
|
||||||
|
@ -82,7 +81,7 @@
|
||||||
<file>icons/previous.svg</file>
|
<file>icons/previous.svg</file>
|
||||||
<file>icons/print.svg</file>
|
<file>icons/print.svg</file>
|
||||||
<file>icons/programs.svg</file>
|
<file>icons/programs.svg</file>
|
||||||
<file>icons/reload.png</file>
|
<file>icons/sources.png</file>
|
||||||
<file>icons/star.svg</file>
|
<file>icons/star.svg</file>
|
||||||
<file>icons/star_blue.svg</file>
|
<file>icons/star_blue.svg</file>
|
||||||
<file>icons/system-search.svg</file>
|
<file>icons/system-search.svg</file>
|
||||||
|
|
Loading…
Reference in a new issue