pqExampleVisualizationsDialog.h
Go to the documentation of this file.
1 #ifndef PQEXAMPLEVISUALIZATIONSDIALOG_H
2 #define PQEXAMPLEVISUALIZATIONSDIALOG_H
3 
4 #include <QDialog>
5 
7 
8 namespace Ui
9 {
11 }
12 
20 {
21  Q_OBJECT
22  typedef QDialog Superclass;
23 
24 public:
25  explicit pqExampleVisualizationsDialog(QWidget* parent = 0);
27 
28 protected Q_SLOTS:
29  virtual void onButtonPressed();
30 
31 private:
33 };
34 
35 #endif // PQEXAMPLEVISUALIZATIONSDIALOG_H
#define PQAPPLICATIONCOMPONENTS_EXPORT
pqExampleVisualizationsDialog is a dialog used to show available example visualizations to the user...