Krita Source Code Documentation
Loading...
Searching...
No Matches
KisMenuStyleDontCloseOnAlt.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISMENUSTYLEDONTCLOSEONALT_H
7#define KISMENUSTYLEDONTCLOSEONALT_H
8
9#include "kritawidgetutils_export.h"
10#include <QProxyStyle>
11
12
19class KRITAWIDGETUTILS_EXPORT KisMenuStyleDontCloseOnAlt : public QProxyStyle
20{
21public:
22 KisMenuStyleDontCloseOnAlt(QStyle *baseStyle);
23 int styleHint(QStyle::StyleHint hint, const QStyleOption *option, const QWidget *widget, QStyleHintReturn *returnData) const override;
24};
25
26#endif // KISMENUSTYLEDONTCLOSEONALT_H