diff --git a/YACReaderLibrary/add_library_dialog.cpp b/YACReaderLibrary/add_library_dialog.cpp index 53ef8f60..2b7f666b 100644 --- a/YACReaderLibrary/add_library_dialog.cpp +++ b/YACReaderLibrary/add_library_dialog.cpp @@ -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(); -} \ No newline at end of file +} diff --git a/YACReaderLibrary/export_comics_info_dialog.cpp b/YACReaderLibrary/export_comics_info_dialog.cpp index c965f5d3..3fb32267 100644 --- a/YACReaderLibrary/export_comics_info_dialog.cpp +++ b/YACReaderLibrary/export_comics_info_dialog.cpp @@ -23,7 +23,7 @@ ExportComicsInfoDialog::ExportComicsInfoDialog(QWidget *parent) connect(cancel,SIGNAL(clicked()),this,SLOT(close())); 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())); QHBoxLayout *libraryLayout = new QHBoxLayout; @@ -89,4 +89,4 @@ void ExportComicsInfoDialog::close() { path->clear(); QDialog::close(); -} \ No newline at end of file +} diff --git a/YACReaderLibrary/export_library_dialog.cpp b/YACReaderLibrary/export_library_dialog.cpp index cd692ef2..ec77ddfb 100644 --- a/YACReaderLibrary/export_library_dialog.cpp +++ b/YACReaderLibrary/export_library_dialog.cpp @@ -20,7 +20,7 @@ ExportLibraryDialog::ExportLibraryDialog(QWidget * parent) connect(cancel,SIGNAL(clicked()),this,SLOT(close())); 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())); QHBoxLayout *libraryLayout = new QHBoxLayout; diff --git a/YACReaderLibrary/images.qrc b/YACReaderLibrary/images.qrc index 8b081a6f..edbe9d02 100644 --- a/YACReaderLibrary/images.qrc +++ b/YACReaderLibrary/images.qrc @@ -20,12 +20,13 @@ ../images/importLibraryIcon.png ../images/exportLibrary.png ../images/exportLibraryIcon.png + ../images/importLibraryIcon.png ../images/open.png ../images/coversPackage.png ../images/setRead.png ../images/setUnread.png - + ../images/showMarks.png ../images/editComic.png ../images/selectAll.png diff --git a/YACReaderLibrary/import_comics_info_dialog.cpp b/YACReaderLibrary/import_comics_info_dialog.cpp index 2e7aa719..4e20f105 100644 --- a/YACReaderLibrary/import_comics_info_dialog.cpp +++ b/YACReaderLibrary/import_comics_info_dialog.cpp @@ -26,7 +26,7 @@ ImportComicsInfoDialog::ImportComicsInfoDialog(QWidget *parent) connect(cancel,SIGNAL(clicked()),this,SLOT(close())); //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())); QHBoxLayout *libraryLayout = new QHBoxLayout; diff --git a/YACReaderLibrary/import_library_dialog.cpp b/YACReaderLibrary/import_library_dialog.cpp index d3514537..bef61b1e 100644 --- a/YACReaderLibrary/import_library_dialog.cpp +++ b/YACReaderLibrary/import_library_dialog.cpp @@ -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; diff --git a/images/edit.png b/images/edit.png index 9ff89d7b..7ac38c8c 100644 Binary files a/images/edit.png and b/images/edit.png differ diff --git a/images/exportComicsInfo.png b/images/exportComicsInfo.png index f14607d1..5299eb71 100644 Binary files a/images/exportComicsInfo.png and b/images/exportComicsInfo.png differ diff --git a/images/exportLibrary.png b/images/exportLibrary.png index e6e1798a..67d23757 100644 Binary files a/images/exportLibrary.png and b/images/exportLibrary.png differ diff --git a/images/exportLibraryIcon.png b/images/exportLibraryIcon.png index 2824bef9..d176e495 100644 Binary files a/images/exportLibraryIcon.png and b/images/exportLibraryIcon.png differ diff --git a/images/importComicsInfo.png b/images/importComicsInfo.png index e22b519d..6830bc07 100644 Binary files a/images/importComicsInfo.png and b/images/importComicsInfo.png differ diff --git a/images/importLibrary.png b/images/importLibrary.png index ab331026..fa9366bf 100644 Binary files a/images/importLibrary.png and b/images/importLibrary.png differ diff --git a/images/importLibraryIcon.png b/images/importLibraryIcon.png index fd75d72d..ea1e0798 100644 Binary files a/images/importLibraryIcon.png and b/images/importLibraryIcon.png differ diff --git a/images/new.png b/images/new.png index fc068812..7ca94411 100644 Binary files a/images/new.png and b/images/new.png differ diff --git a/images/openLibrary.png b/images/openLibrary.png index e2c0ae0f..320e6882 100644 Binary files a/images/openLibrary.png and b/images/openLibrary.png differ