KTextAddons

translatorconfiguredialog.h
1/*
2 SPDX-FileCopyrightText: 2022-2024 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6#pragma once
7#include "texttranslator_export.h"
8#include <QDialog>
9namespace TextTranslator
10{
11class TranslatorConfigureWidget;
12/**
13 * @brief The TranslatorConfigureDialog class
14 * @author Laurent Montel <montel@kde.org>
15 */
16class TEXTTRANSLATOR_EXPORT TranslatorConfigureDialog : public QDialog
17{
18public:
19 explicit TranslatorConfigureDialog(QWidget *parent = nullptr);
21
22private:
23 TEXTTRANSLATOR_NO_EXPORT void slotAccept();
24 TranslatorConfigureWidget *const mTranslatorConfigureWidget;
25};
26}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:51:28 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.