TDE
0.1.0
Loading...
Searching...
No Matches
tray.hpp
Go to the documentation of this file.
1
12
#pragma once
13
14
#include <qwidget.h>
15
16
#include "
tde/common.hpp
"
17
#include "
tde/settings.hpp
"
18
19
namespace
tde::widgets {
20
25
class
TDE_PUBLIC
Tray
:
public
QWidget
26
{
27
Q_OBJECT
28
29
public
:
36
Tray
(
const
DesktopSettings
& settings, QWidget* parent =
nullptr
);
37
~Tray
()
override
=
default
;
38
39
private
:
45
void
_init(
const
DesktopSettings
& settings);
46
52
void
_init_ui(
const
DesktopSettings
& settings);
53
};
54
55
}
tde::DesktopSettings
Desktop settings.
Definition
settings.hpp:27
tde::widgets::Tray
Tray widget.
Definition
tray.hpp:26
common.hpp
Some utility macros.
settings.hpp
Desktop settings.
include
tde
widgets
tray.hpp
Generated by
1.9.8