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 void accept()
override;
74 void currentRowChanged(
int);
80 bool eventFilter(QObject* watched, QEvent* event)
override;
A borderless pop-up dialog used to show actions that the user can launch.