cambiado el icono del bot?n "buscar" del di?logo import comics info

This commit is contained in:
Luis Ángel San Martín 2012-07-31 18:28:41 +02:00
parent 3009a3970e
commit 81fd486a29

View File

@ -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;