Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
y
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Properties
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Related Functions
:
a
b
c
d
e
f
g
i
m
o
q
r
s
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
b
c
d
e
f
h
k
l
o
p
r
s
t
u
x
z
Enumerator
b
c
d
f
h
i
k
l
n
o
p
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
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::~PreferencesDialog
~PreferencesDialog()
Definition:
preferences_dialog.cpp:87
PreferencesDialog::ui
Ui::PreferencesDialog * ui
Definition:
preferences_dialog.h:35
PreferencesDialog::on_pushButtonAdd_clicked
void on_pushButtonAdd_clicked()
Definition:
preferences_dialog.cpp:123
PreferencesDialog
Definition:
preferences_dialog.h:17
PreferencesDialog::on_buttonBox_accepted
void on_buttonBox_accepted()
Definition:
preferences_dialog.cpp:92
PreferencesDialog::on_listWidgetCustom_itemSelectionChanged
void on_listWidgetCustom_itemSelectionChanged()
Definition:
preferences_dialog.cpp:143
Ui
Definition:
cheatsheet_dialog.h:6
PreferencesDialog::on_pushButtonRemove_clicked
void on_pushButtonRemove_clicked()
Definition:
preferences_dialog.cpp:132
PreferencesDialog::PreferencesDialog
PreferencesDialog(QWidget *parent=nullptr)
Definition:
preferences_dialog.cpp:14
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Jan 26 2025 03:23:24