Action with extended properties. More...
#include <xmlui/toolstrip.h>
Action with extended properties.
ToolStripAction | ( | const QString & | text, | |
QObject * | parent | |||
) |
Constructor.
text | The text of the action. | |
parent | The parent object. |
ToolStripAction | ( | const QIcon & | icon, | |
const QString & | text, | |||
QObject * | parent | |||
) |
Constructor.
icon | The icon of the action. | |
text | The text of the action. | |
parent | The parent object. |
~ToolStripAction | ( | ) |
Destructor.
void setPopupMode | ( | QToolButton::ToolButtonPopupMode | mode | ) |
Set the menu popup mode for the tool button.
QToolButton::ToolButtonPopupMode popupMode | ( | ) | const [inline] |
Return the menu popup mode for the tool button.