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
13
class
Ui_TabletTest;
14
15
class
TabletTestDialog
:
public
KoDialog
16
{
17
Q_OBJECT
18
public
:
19
TabletTestDialog
(QWidget *parent=
nullptr
);
20
~TabletTestDialog
();
21
bool
eventFilter
(QObject *watched, QEvent *event)
override
;
22
23
private
:
24
Ui_TabletTest *
m_ui
;
25
26
};
27
28
#endif
KoDialog.h
KoDialog
A dialog base class with standard buttons and predefined layouts.
Definition
KoDialog.h:116
TabletTestDialog
Definition
tablettester.h:16
TabletTestDialog::m_ui
Ui_TabletTest * m_ui
Definition
tablettester.h:24
TabletTestDialog::TabletTestDialog
TabletTestDialog(QWidget *parent=nullptr)
Definition
tablettester.cpp:15
TabletTestDialog::eventFilter
bool eventFilter(QObject *watched, QEvent *event) override
Definition
tablettester.cpp:44
TabletTestDialog::~TabletTestDialog
~TabletTestDialog()
Definition
tablettester.cpp:38
libs
ui
input
wintab
drawpile_tablettester
tablettester.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52