KWin
Loading...
Searching...
No Matches
kwintouchscreenedgeconfigform.h
Go to the documentation of this file.
1/*
2 KWin - the KDE window manager
3 This file is part of the KDE project.
4
5 SPDX-FileCopyrightText: 2009 Lucas Murray <lmurray@undefinedfire.com>
6 SPDX-FileCopyrightText: 2020 Cyril Rossi <cyril.rossi@enioka.com>
7
8 SPDX-License-Identifier: GPL-2.0-or-later
9*/
10
11#pragma once
12
13#include "kwinscreenedge.h"
14
15namespace Ui
16{
17class KWinTouchScreenConfigUi;
18}
19
20namespace KWin
21{
22
24{
25 Q_OBJECT
26
27public:
28 KWinTouchScreenEdgeConfigForm(QWidget *parent = nullptr);
30
31protected:
32 Monitor *monitor() const override;
33
34private:
35 std::unique_ptr<Ui::KWinTouchScreenConfigUi> ui;
36};
37
38} // namespace