pqWelcomeDialog.h
Go to the documentation of this file.
1 #ifndef PQWELCOMEDIALOG_H
2 #define PQWELCOMEDIALOG_H
3 
5 #include <QDialog>
6 
7 namespace Ui
8 {
9 class pqWelcomeDialog;
10 }
11 
18 {
19  Q_OBJECT
20  typedef QDialog Superclass;
21 
22 public:
23  explicit pqWelcomeDialog(QWidget* parent = 0);
24  ~pqWelcomeDialog() override;
25 
26 public Q_SLOTS:
27  virtual void onGettingStartedGuideClicked();
28 
29  virtual void onExampleVisualizationsClicked();
30 
31 protected Q_SLOTS:
35  void onDoNotShowAgainStateChanged(int);
36 
37 private:
39 };
40 
41 #endif // PQWELCOMEDIALOG_H
#define PQAPPLICATIONCOMPONENTS_EXPORT
This class provides a welcome dialog screen that you see in many applications.