cut
1.2.2-pre1
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
b
c
d
e
f
g
i
l
m
p
r
t
u
Variables
a
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
c
d
e
g
h
i
m
n
p
q
r
s
t
u
w
~
Variables
a
b
c
d
e
f
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Properties
Files
File List
File Members
All
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Macros
Modules
Pages
qt
designer
qtpyside2designerplugin
showcase
src
include
pyside2designerplugin
showcase
mainwindow.h
Go to the documentation of this file.
1
#ifndef MAINWINDOW_H
2
#define MAINWINDOW_H
3
4
#include <QMainWindow>
5
#include <QColorDialog>
6
7
namespace
Ui
{
8
class
MainWindow
;
9
}
10
11
class
MainWindow
:
public
QMainWindow
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
MainWindow
(QWidget *parent =
nullptr
);
17
~MainWindow
();
18
19
private
slots:
20
21
private
:
22
Ui::MainWindow *ui;
23
24
};
25
26
#endif // MAINWINDOW_H
MainWindow::~MainWindow
~MainWindow()
Definition:
mainwindow.cpp:18
Ui
Definition:
mainwindow.h:7
MainWindow
Definition:
mainwindow.h:12
MainWindow::MainWindow
MainWindow(QWidget *parent=nullptr)
Definition:
mainwindow.cpp:10
Generated by
1.8.20