mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
icons changes
This commit is contained in:
parent
25072a7135
commit
58c4c6bbf9
@ -32,7 +32,7 @@ void CreateLibraryDialog::setupUI()
|
||||
connect(cancel,SIGNAL(clicked()),this,SIGNAL(cancelCreate()));
|
||||
connect(cancel,SIGNAL(clicked()),this,SLOT(close()));
|
||||
|
||||
find = new QPushButton(QIcon(":/images/comicFolder.png"),"");
|
||||
find = new QPushButton(QIcon(":/images/find_folder.png"),"");
|
||||
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
|
||||
|
||||
QGridLayout * content = new QGridLayout;
|
||||
|
@ -90,6 +90,7 @@
|
||||
<file>../images/getInfo.png</file>
|
||||
<file>../images/comic_vine/radioChecked.png</file>
|
||||
<file>../images/comic_vine/radioUnchecked.png</file>
|
||||
<file>../images/find_folder.png</file>
|
||||
<!--<file>../images/busy_background.png</file>-->
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
BIN
images/find_folder.png
Normal file
BIN
images/find_folder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 289 B |
BIN
images/open.png
BIN
images/open.png
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 193 B |
Loading…
x
Reference in New Issue
Block a user