mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
cambiado el icono del bot?n "buscar" del di?logo import comics info
This commit is contained in:
parent
3009a3970e
commit
81fd486a29
@ -26,7 +26,7 @@ ImportComicsInfoDialog::ImportComicsInfoDialog(QWidget *parent)
|
|||||||
connect(cancel,SIGNAL(clicked()),this,SLOT(close()));
|
connect(cancel,SIGNAL(clicked()),this,SLOT(close()));
|
||||||
//connect(cancel,SIGNAL(clicked()),this,SIGNAL(rejected()));
|
//connect(cancel,SIGNAL(clicked()),this,SIGNAL(rejected()));
|
||||||
|
|
||||||
find = new QPushButton(QIcon(":/images/coversPackage.png"),"");
|
find = new QPushButton(QIcon(":/images/db.png"),"");
|
||||||
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
|
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
|
||||||
|
|
||||||
QHBoxLayout *libraryLayout = new QHBoxLayout;
|
QHBoxLayout *libraryLayout = new QHBoxLayout;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user