Krita Source Code Documentation
Loading...
Searching...
No Matches
KisQtWidgetsTweaker.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 SPDX-FileCopyrightText: 2017 Nikita Vertikov <kitmouse.nikita@gmail.com>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6#ifndef KISQTWIDGETTWEAKER_H
7#define KISQTWIDGETTWEAKER_H
8
9#include <QObject>
10#include "kritaui_export.h"
11
12class QEvent;
13
20class KRITAUI_EXPORT KisQtWidgetsTweaker : public QObject
21{
22 Q_OBJECT
23public:
24 KisQtWidgetsTweaker(QObject* parent = nullptr);
26 bool eventFilter(QObject *receiver, QEvent* event) override;
28
29private:
30 struct Private;
32};
33
34
35#endif //KISQTWIDGETTWEAKER_H
PythonPluginManager * instance