updated icons and images
@ -31,7 +31,7 @@ void AddLibraryDialog::setupUI()
|
|||||||
cancel = new QPushButton(tr("Cancel"));
|
cancel = new QPushButton(tr("Cancel"));
|
||||||
connect(cancel,SIGNAL(clicked()),this,SLOT(close()));
|
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()));
|
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
|
||||||
|
|
||||||
QGridLayout * content = new QGridLayout;
|
QGridLayout * content = new QGridLayout;
|
||||||
|
@ -23,7 +23,7 @@ ExportComicsInfoDialog::ExportComicsInfoDialog(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/db.png"),"");
|
find = new QPushButton(QIcon(":/images/find_folder.png"),"");
|
||||||
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
|
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
|
||||||
|
|
||||||
QHBoxLayout *libraryLayout = new QHBoxLayout;
|
QHBoxLayout *libraryLayout = new QHBoxLayout;
|
||||||
|
@ -20,7 +20,7 @@ ExportLibraryDialog::ExportLibraryDialog(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/comicFolder.png"),"");
|
find = new QPushButton(QIcon(":/images/find_folder.png"),"");
|
||||||
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
|
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
|
||||||
|
|
||||||
QHBoxLayout *libraryLayout = new QHBoxLayout;
|
QHBoxLayout *libraryLayout = new QHBoxLayout;
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
<file>../images/importLibraryIcon.png</file>
|
<file>../images/importLibraryIcon.png</file>
|
||||||
<file>../images/exportLibrary.png</file>
|
<file>../images/exportLibrary.png</file>
|
||||||
<file>../images/exportLibraryIcon.png</file>
|
<file>../images/exportLibraryIcon.png</file>
|
||||||
|
<file>../images/importLibraryIcon.png</file>
|
||||||
<file>../images/open.png</file>
|
<file>../images/open.png</file>
|
||||||
<file>../images/coversPackage.png</file>
|
<file>../images/coversPackage.png</file>
|
||||||
<file>../images/setRead.png</file>
|
<file>../images/setRead.png</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/db.png"),"");
|
find = new QPushButton(QIcon(":/images/find_folder.png"),"");
|
||||||
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
|
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
|
||||||
|
|
||||||
QHBoxLayout *libraryLayout = new QHBoxLayout;
|
QHBoxLayout *libraryLayout = new QHBoxLayout;
|
||||||
|
@ -35,10 +35,10 @@ void ImportLibraryDialog::setupUI()
|
|||||||
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/find_folder.png"),"");
|
||||||
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
|
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()));
|
connect(findDest,SIGNAL(clicked()),this,SLOT(findDestination()));
|
||||||
|
|
||||||
QGridLayout * content = new QGridLayout;
|
QGridLayout * content = new QGridLayout;
|
||||||
|
BIN
images/edit.png
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 241 B |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 245 B |
BIN
images/new.png
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 821 B |