4#ifndef QGUIACTIONGROUP_P_H
5#define QGUIACTIONGROUP_P_H
18#include <QtGui/private/qtguiglobal_p.h>
19#include <QtGui/qactiongroup.h>
20#include <QtGui/qfont.h>
21#if QT_CONFIG(shortcut)
22# include <QtGui/private/qshortcutmap_p.h>
24#include "private/qobject_p.h"
48 void _q_actionTriggered();
49 void _q_actionChanged();
50 void _q_actionHovered();
QPointer< QAction > current
virtual void emitSignal(Signal, QAction *)
QList< QAction * > actions
The QActionGroup class groups actions together.
ExclusionPolicy
This enum specifies the different policies that can be used to control how the group performs exclusi...
The QAction class provides an abstraction for user commands that can be added to different user inter...
Combined button and popup list for selecting options.
#define QT_REQUIRE_CONFIG(feature)