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);
24 
25 private slots:
26  void on_buttonBox_accepted();
27 
29 
31 
33 
34 private:
35  Ui::PreferencesDialog* ui;
36 };
37 
38 #endif // PREFERENCES_DIALOG_H
PreferencesDialog::~PreferencesDialog
~PreferencesDialog()
Definition: preferences_dialog.cpp:84
PreferencesDialog::ui
Ui::PreferencesDialog * ui
Definition: preferences_dialog.h:35
PreferencesDialog::on_pushButtonAdd_clicked
void on_pushButtonAdd_clicked()
Definition: preferences_dialog.cpp:118
PreferencesDialog
Definition: preferences_dialog.h:17
PreferencesDialog::on_buttonBox_accepted
void on_buttonBox_accepted()
Definition: preferences_dialog.cpp:89
PreferencesDialog::on_listWidgetCustom_itemSelectionChanged
void on_listWidgetCustom_itemSelectionChanged()
Definition: preferences_dialog.cpp:138
Ui
Definition: cheatsheet_dialog.h:6
PreferencesDialog::on_pushButtonRemove_clicked
void on_pushButtonRemove_clicked()
Definition: preferences_dialog.cpp:127
PreferencesDialog::PreferencesDialog
PreferencesDialog(QWidget *parent=nullptr)
Definition: preferences_dialog.cpp:14


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:23