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