ulog_parameters_dialog.h
Go to the documentation of this file.
1 #ifndef ULOG_PARAMETERS_DIALOG_H
2 #define ULOG_PARAMETERS_DIALOG_H
3 
4 #include <QDialog>
5 #include <QString>
6 #include "ulog_parser.h"
7 
8 namespace Ui {
10 }
11 
12 class ULogParametersDialog : public QDialog
13 {
14  Q_OBJECT
15 
16 public:
17  explicit ULogParametersDialog(const ULogParser& parser, QWidget *parent = nullptr);
18 
19  void restoreSettings();
20 
22 
23 private:
24  Ui::ULogParametersDialog *ui;
25 };
26 
27 #endif // ULOG_PARAMETERS_DIALOG_H
parser
Ui::ULogParametersDialog * ui


plotjuggler
Author(s): Davide Faconti
autogenerated on Sat Jul 6 2019 03:44:18