plotjuggler_app
preferences_dialog.h
Go to the documentation of this file.
1
/*
2
* This Source Code Form is subject to the terms of the Mozilla Public
3
* License, v. 2.0. If a copy of the MPL was not distributed with this
4
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
5
*/
6
7
#ifndef PREFERENCES_DIALOG_H
8
#define PREFERENCES_DIALOG_H
9
10
#include <QDialog>
11
12
namespace
Ui
13
{
14
class
PreferencesDialog
;
15
}
16
17
class
PreferencesDialog
:
public
QDialog
18
{
19
Q_OBJECT
20
21
public
:
22
explicit
PreferencesDialog
(QWidget* parent =
nullptr
);
23
~
PreferencesDialog
();
24
25
private
slots:
26
void
on_buttonBox_accepted();
27
28
void
on_pushButtonAdd_clicked();
29
30
void
on_pushButtonRemove_clicked();
31
32
void
on_listWidgetCustom_itemSelectionChanged();
33
34
private
:
35
Ui::PreferencesDialog*
ui
;
36
};
37
38
#endif // PREFERENCES_DIALOG_H
PreferencesDialog
Definition:
preferences_dialog.h:17
PreferencesDialog::ui
Ui::PreferencesDialog * ui
Definition:
preferences_dialog.h:35
Ui
Definition:
cheatsheet_dialog.h:6
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:01:38