ulog_parameters_dialog.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QDialog>
4 #include <QString>
5 #include "ulog_parser.h"
6 
7 namespace Ui
8 {
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 
Ui::ULogParametersDialog * ui


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:48