datetimehelp.h
Go to the documentation of this file.
1 #ifndef DATETIMEHELP_H
2 #define DATETIMEHELP_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
7 class DateTimeHelp;
8 }
9 
10 class DateTimeHelp : public QDialog
11 {
12  Q_OBJECT
13 
14 public:
15  explicit DateTimeHelp(QDialog *parent = nullptr);
16  ~DateTimeHelp();
17 
18  void refreshExample();
19 
20 private:
21  Ui::DateTimeHelp *ui;
22 
23  QDialog* _parent;
24 };
25 
26 #endif // DATETIMEHELP_H
QDialog * _parent
Definition: datetimehelp.h:23
Ui::DateTimeHelp * ui
Definition: datetimehelp.h:21


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:01:02