Added new icons for selection commands

This commit is contained in:
Yorik van Havre
2012-04-28 17:26:04 -03:00
parent 106afe48ea
commit 3a9b95f4eb
4 changed files with 433 additions and 290 deletions

View File

@@ -1914,6 +1914,10 @@ StdBoxSelection::StdBoxSelection()
sToolTipText = QT_TR_NOOP("Box selection");
sWhatsThis = "Std_ViewBoxZoom";
sStatusTip = QT_TR_NOOP("Box selection");
#if QT_VERSION >= 0x040200
sPixmap = "edit-select-box";
#endif
sAccel = "Shift+B";
eType = AlterSelection;
}