Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
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
{
8
class
PreferencesDialog
;
9
}
10
11
class
PreferencesDialog
:
public
QDialog
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
PreferencesDialog
(QWidget* parent =
nullptr
);
17
~
PreferencesDialog
();
18
19
private
slots:
20
void
on_buttonBox_accepted();
21
22
private
:
23
Ui::PreferencesDialog*
ui
;
24
};
25
26
#endif // PREFERENCES_DIALOG_H
PreferencesDialog
Definition:
preferences_dialog.h:11
PreferencesDialog::ui
Ui::PreferencesDialog * ui
Definition:
preferences_dialog.h:23
Ui
Definition:
ulog_parameters_dialog.h:7
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 03:48:10