updated icons and images

This commit is contained in:
Luis Ángel San Martín
2013-10-27 11:35:51 +01:00
parent f5ce0fe3c8
commit 820c8bdeb3
15 changed files with 10 additions and 9 deletions

View File

@ -20,7 +20,7 @@ ExportLibraryDialog::ExportLibraryDialog(QWidget * parent)
connect(cancel,SIGNAL(clicked()),this,SLOT(close()));
connect(cancel,SIGNAL(clicked()),this,SIGNAL(rejected()));
find = new QPushButton(QIcon(":/images/comicFolder.png"),"");
find = new QPushButton(QIcon(":/images/find_folder.png"),"");
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
QHBoxLayout *libraryLayout = new QHBoxLayout;