Icons for update-all & update-pls
authorNikolay Tischenko <niktischenko@gmail.com>
Thu, 21 Oct 2010 16:19:15 +0000 (23:19 +0700)
committerNikolay Tischenko <niktischenko@gmail.com>
Thu, 21 Oct 2010 16:19:15 +0000 (23:19 +0700)
resources/black/update-all.png [new file with mode: 0644]
resources/black/update-pls.png [new file with mode: 0644]
resources/resources.qrc
resources/white/update-all.png [new file with mode: 0644]
resources/white/update-pls.png [new file with mode: 0644]
resources/white/update.png
src/managelibraryform.cpp
src/ui/managelibraryform.ui

diff --git a/resources/black/update-all.png b/resources/black/update-all.png
new file mode 100644 (file)
index 0000000..4b7a95a
Binary files /dev/null and b/resources/black/update-all.png differ
diff --git a/resources/black/update-pls.png b/resources/black/update-pls.png
new file mode 100644 (file)
index 0000000..22dfe7b
Binary files /dev/null and b/resources/black/update-pls.png differ
index 6988e29..4cefe70 100644 (file)
@@ -68,5 +68,9 @@
         <file>white/window.png</file>
         <file>white/update.png</file>
         <file>black/update.png</file>
+        <file>white/update-all.png</file>
+        <file>white/update-pls.png</file>
+        <file>black/update-all.png</file>
+        <file>black/update-pls.png</file>
     </qresource>
 </RCC>
diff --git a/resources/white/update-all.png b/resources/white/update-all.png
new file mode 100644 (file)
index 0000000..4fe0d40
Binary files /dev/null and b/resources/white/update-all.png differ
diff --git a/resources/white/update-pls.png b/resources/white/update-pls.png
new file mode 100644 (file)
index 0000000..947f77f
Binary files /dev/null and b/resources/white/update-pls.png differ
index a54934e..318daec 100644 (file)
Binary files a/resources/white/update.png and b/resources/white/update.png differ
index 32d0f3d..2fcd474 100644 (file)
@@ -97,8 +97,8 @@ void ManageLibraryForm::updateIcons() {
        ui->addButton->setIcon(QIcon(":/icons/"+_icons_theme+"/add.png"));
        ui->deleteButton->setIcon(QIcon(":/icons/"+_icons_theme+"/delete.png"));
        ui->updateButton->setIcon(QIcon(":/icons/"+_icons_theme+"/update.png"));
-       ui->updateAllButton->setIcon(QIcon(":/icons/"+_icons_theme+"/update.png"));
-       ui->updatePlsButton->setIcon(QIcon(":/icons/"+_icons_theme+"/update.png"));
+       ui->updateAllButton->setIcon(QIcon(":/icons/"+_icons_theme+"/update-all.png"));
+       ui->updatePlsButton->setIcon(QIcon(":/icons/"+_icons_theme+"/update-pls.png"));
        refresh();
 }
 
index e86d4bc..c3406d3 100644 (file)
        </property>
        <property name="icon">
         <iconset resource="../../resources/resources.qrc">
-         <normaloff>:/icons/white/update.png</normaloff>:/icons/white/update.png</iconset>
+         <normaloff>:/icons/white/update-all.png</normaloff>:/icons/white/update-all.png</iconset>
        </property>
        <property name="flat">
         <bool>true</bool>
        </property>
        <property name="icon">
         <iconset resource="../../resources/resources.qrc">
-         <normaloff>:/icons/white/update.png</normaloff>:/icons/white/update.png</iconset>
+         <normaloff>:/icons/white/update-pls.png</normaloff>:/icons/white/update-pls.png</iconset>
        </property>
        <property name="flat">
         <bool>true</bool>