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
test
performance
cpp
realishapp
src
include
elt
cut
test
performance
cpp
realishapp
timelabel.hpp
Go to the documentation of this file.
1
10
#ifndef TIMELABEL_HPP
11
#define TIMELABEL_HPP
12
13
#include <QObject>
14
#include <QString>
15
#include <QVariant>
16
#include <QWidget>
17
#include <QLabel>
18
26
class
TimeLabel
:
public
QLabel {
27
Q_OBJECT
28
29
public
:
30
explicit
TimeLabel
(QWidget *parent = Q_NULLPTR);
31
~TimeLabel
();
32
33
signals:
34
35
public
slots:
36
void
update
();
37
38
private
:
39
40
};
41
42
#endif // TIMELABEL_HPP
TimeLabel::TimeLabel
TimeLabel(QWidget *parent=Q_NULLPTR)
TimeLabel::update
void update()
TimeLabel
Label that prints the current time.
Definition:
timelabel.hpp:26
TimeLabel::~TimeLabel
~TimeLabel()
Generated by
1.8.20