Krita Source Code Documentation
Loading...
Searching...
No Matches
tablettester.h
Go to the documentation of this file.
1/*
2 Drawpile - a collaborative drawing program.
3
4 SPDX-FileCopyrightText: 2017 Calle Laakkonen
5
6 SPDX-License-Identifier: GPL-3.0-or-later
7*/
8#ifndef TABLETTESTDIALOG_H
9#define TABLETTESTDIALOG_H
10
11#include <KoDialog.h>
12
13class Ui_TabletTest;
14
16{
17 Q_OBJECT
18public:
19 TabletTestDialog(QWidget *parent=nullptr);
21 bool eventFilter(QObject *watched, QEvent *event) override;
22
23private:
24 Ui_TabletTest *m_ui;
25
26};
27
28#endif
A dialog base class with standard buttons and predefined layouts.
Definition KoDialog.h:116
Ui_TabletTest * m_ui
TabletTestDialog(QWidget *parent=nullptr)
bool eventFilter(QObject *watched, QEvent *event) override