Krita Source Code Documentation
Loading...
Searching...
No Matches
kswitchlanguagedialog_p.h
Go to the documentation of this file.
1/*
2 * This file is part of the KDE Libraries
3 * SPDX-FileCopyrightText: 2007 Krzysztof Lichota (lichota@mimuw.edu.pl)
4 *
5 * SPDX-License-Identifier: LGPL-2.0-or-later
6 *
7 */
8
9#ifndef _KSWITCHLANGUAGEDIALOG_H_
10#define _KSWITCHLANGUAGEDIALOG_H_
11
12#include <QDialog>
13
14namespace KDEPrivate
15{
16
17class KisKSwitchLanguageDialogPrivate;
18
29class KisKSwitchLanguageDialog : public QDialog
30{
31 Q_OBJECT
32
33public:
42 KisKSwitchLanguageDialog(QWidget *parent = nullptr);
43
45
46protected Q_SLOTS:
50 virtual void slotOk();
51 void slotDefault();
52
56 virtual void languageOnButtonChanged(const QString &);
57
61 virtual void slotAddLanguageButton();
62
66 virtual void removeButtonClicked();
67
68private:
70
72};
73
74}
75
76#endif
Standard "switch application language" dialog box.
virtual void languageOnButtonChanged(const QString &)
KisKSwitchLanguageDialogPrivate *const d