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
widgets
showcase
src
include
elt
cut
widgets
showcase
mainwindow.hpp
Go to the documentation of this file.
1
11
#ifndef MAINWINDOW_HPP
12
#define MAINWINDOW_HPP
13
14
#include <QMainWindow>
15
#include <QColorDialog>
16
17
namespace
Ui
{
18
class
MainWindow
;
19
}
20
21
class
MainWindow
:
public
QMainWindow
22
{
23
Q_OBJECT
24
25
public
:
26
explicit
MainWindow
(QWidget *parent =
nullptr
);
27
~MainWindow
();
28
29
private
slots:
30
void
on_chooseColorPushButton_clicked();
31
void
on_colorLineEdit_textChanged();
32
33
private
:
34
Ui::MainWindow *ui;
35
36
};
37
38
#endif // MAINWINDOW_HPP
MainWindow::~MainWindow
~MainWindow()
Ui
Definition:
mainwindow.h:7
MainWindow
Definition:
mainwindow.h:12
MainWindow::MainWindow
MainWindow(QWidget *parent=nullptr)
Generated by
1.8.20