icons changes

This commit is contained in:
Luis Ángel San Martín 2013-10-25 15:50:07 +02:00
parent 25072a7135
commit 58c4c6bbf9
4 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ void CreateLibraryDialog::setupUI()
connect(cancel,SIGNAL(clicked()),this,SIGNAL(cancelCreate())); connect(cancel,SIGNAL(clicked()),this,SIGNAL(cancelCreate()));
connect(cancel,SIGNAL(clicked()),this,SLOT(close())); 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())); connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
QGridLayout * content = new QGridLayout; QGridLayout * content = new QGridLayout;

View File

@ -90,6 +90,7 @@
<file>../images/getInfo.png</file> <file>../images/getInfo.png</file>
<file>../images/comic_vine/radioChecked.png</file> <file>../images/comic_vine/radioChecked.png</file>
<file>../images/comic_vine/radioUnchecked.png</file> <file>../images/comic_vine/radioUnchecked.png</file>
<file>../images/find_folder.png</file>
<!--<file>../images/busy_background.png</file>--> <!--<file>../images/busy_background.png</file>-->
</qresource> </qresource>
</RCC> </RCC>

BIN
images/find_folder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 193 B