4 #ifndef pqQuickLaunchDialog_h 5 #define pqQuickLaunchDialog_h 7 #include "pqWidgetsModule.h" 23 typedef QDialog Superclass;
33 void setActions(
const QList<QAction*>& actions);
39 void addActions(
const QList<QAction*>& actions);
50 void accept()
override;
57 void currentRowChanged(
int);
63 bool eventFilter(QObject* watched, QEvent* event)
override;
#define PARAVIEW_DEPRECATED_IN_5_13_0(reason)
A borderless pop-up dialog used to show actions that the user can launch.
: A pop-up dialog used to browse and create proxies.