[Kst] extragear/graphics/kst/src/libkstapp

George Staikos staikos at kde.org
Thu May 4 23:15:26 CEST 2006


SVN commit 537474 by staikos:

use tooltips to indicate the shortcut keys and avoid cluttering the UI


 M  +4 -0      datawizard.ui.h  


--- trunk/extragear/graphics/kst/src/libkstapp/datawizard.ui.h #537473:537474
@@ -71,6 +71,10 @@
     a->connectItem(a->insertItem(CTRL+Key_Left), this, SLOT(remove()));
     a = new QAccel(this);
     a->connectItem(a->insertItem(CTRL+Key_Right), this, SLOT(add()));
+    QToolTip::add(_up, i18n("Shortcut: Ctrl+Up"));
+    QToolTip::add(_down, i18n("Shortcut: Ctrl+Down"));
+    QToolTip::add(_add, i18n("Shortcut: Ctrl+Right"));
+    QToolTip::add(_remove, i18n("Shortcut: Ctrl+Left"));
 }
 
 


More information about the Kst mailing list