CommandButton Class
class Core::CommandButtonThe CommandButton class is a tool button associated with one of the registered Command objects. More...
Header: | #include <coreplugin/actionmanager/commandbutton.h> |
Properties
- toolTipBase : QString
Public Functions
void | setCommandId(Utils::Id id) |
void | setToolTipBase(const QString &toolTipBase) |
QString | toolTipBase() const |
Detailed Description
Tooltip of this button consists of toolTipBase property value and Command's key sequence which is automatically updated when user changes it.