KCommandBar::ActionGroup Struct

struct KCommandBar::ActionGroup

Public Variables

QList<QAction *> actions
QString name

Detailed Description

Represents a list of action that belong to the same group. For example:

  • All actions under the menu "File" or "Tool"

Member Variable Documentation

QList<QAction *> ActionGroup::actions

QString ActionGroup::name