32 #ifndef pqQuickLaunchDialog_h 33 #define pqQuickLaunchDialog_h 35 #include "pqWidgetsModule.h" 45 typedef QDialog Superclass;
55 void setActions(
const QList<QAction*>& actions);
61 void addActions(
const QList<QAction*>& actions);
67 virtual void accept();
74 void currentRowChanged(
int);
80 virtual bool eventFilter(QObject* watched, QEvent* event);
A borderless pop-up dialog used to show actions that the user can launch.