mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
updated icons and images
This commit is contained in:
@ -31,7 +31,7 @@ void AddLibraryDialog::setupUI()
|
||||
cancel = new QPushButton(tr("Cancel"));
|
||||
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;
|
||||
@ -121,4 +121,4 @@ void AddLibraryDialog::close()
|
||||
nameEdit->clear();
|
||||
accept->setEnabled(false);
|
||||
QDialog::close();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user