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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 03:48:10