[QGIS Commit] r9040 - in branches/advanced_printing_branch:
images/themes/default src/app/composer
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sat Aug 9 06:37:43 EDT 2008
Author: mhugent
Date: 2008-08-09 06:37:43 -0400 (Sat, 09 Aug 2008)
New Revision: 9040
Added:
branches/advanced_printing_branch/images/themes/default/mActionMoveItemContent.png
Modified:
branches/advanced_printing_branch/src/app/composer/qgscomposer.cpp
Log:
Icon for move map content
Added: branches/advanced_printing_branch/images/themes/default/mActionMoveItemContent.png
===================================================================
(Binary files differ)
Property changes on: branches/advanced_printing_branch/images/themes/default/mActionMoveItemContent.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: branches/advanced_printing_branch/src/app/composer/qgscomposer.cpp
===================================================================
--- branches/advanced_printing_branch/src/app/composer/qgscomposer.cpp 2008-08-09 10:09:29 UTC (rev 9039)
+++ branches/advanced_printing_branch/src/app/composer/qgscomposer.cpp 2008-08-09 10:37:43 UTC (rev 9040)
@@ -66,7 +66,7 @@
QString myIconPath = QgsApplication::themePath();
qWarning(QString(myIconPath +"mActionGroupItems.png").latin1() );
- toolBar->addAction(tr("Move Item content"), this, SLOT(moveItemContent()));
+ toolBar->addAction(QIcon(QPixmap(myIconPath+"mActionMoveItemContent.png")), tr("Move Item content"), this, SLOT(moveItemContent()));
toolBar->addAction(QIcon(QPixmap(myIconPath+"mActionGroupItems.png")), tr("&Group Items"), this, SLOT(groupItems()));
toolBar->addAction(QIcon(QPixmap(myIconPath+"mActionUngroupItems.png")), tr("&Ungroup Items"), this, SLOT(ungroupItems()));
More information about the QGIS-commit
mailing list