mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
updated icons and images
This commit is contained in:
@ -35,10 +35,10 @@ void ImportLibraryDialog::setupUI()
|
||||
connect(cancel,SIGNAL(clicked()),this,SLOT(close()));
|
||||
//connect(cancel,SIGNAL(clicked()),this,SIGNAL(rejected()));
|
||||
|
||||
find = new QPushButton(QIcon(":/images/coversPackage.png"),"");
|
||||
find = new QPushButton(QIcon(":/images/find_folder.png"),"");
|
||||
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
|
||||
|
||||
findDest = new QPushButton(QIcon(":/images/open.png"),"");
|
||||
findDest = new QPushButton(QIcon(":/images/find_folder.png"),"");
|
||||
connect(findDest,SIGNAL(clicked()),this,SLOT(findDestination()));
|
||||
|
||||
QGridLayout * content = new QGridLayout;
|
||||
|
Reference in New Issue
Block a user