Krita Source Code Documentation
Loading...
Searching...
No Matches
KisGestureSelector.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Sharaf Zaman <shzam@sdf.org>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#ifndef __KISGESTURESELECTOR_H_
8#define __KISGESTURESELECTOR_H_
9
11#include <kcombobox.h>
12
13class KisGestureSelector : public KComboBox
14{
15 Q_OBJECT
16public:
17 KisGestureSelector(QWidget *parent);
20};
21
22
23#endif // __KISGESTURESELECTOR_H_
void setGesture(KisShortcutConfiguration::GestureAction gestureAction)
KisGestureSelector(QWidget *parent)
KisShortcutConfiguration::GestureAction gesture()