Messagelib

templatestextedit.h
1/* SPDX-FileCopyrightText: 2011-2025 Laurent Montel <montel@kde.org>
2 *
3 * SPDX-License-Identifier: LGPL-2.0-or-later
4 */
5
6#pragma once
7
8#include "templateparser_export.h"
9
10#include <TextCustomEditor/PlainTextEditorWidget>
11
12namespace TemplateParser
13{
14/**
15 * @brief The TemplatesTextEdit class
16 * @author Laurent Montel <montel@kde.org>
17 */
18class TEMPLATEPARSER_EXPORT TemplatesTextEdit : public TextCustomEditor::PlainTextEditorWidget
19{
21public:
22 explicit TemplatesTextEdit(QWidget *parent = nullptr);
23 ~TemplatesTextEdit() override;
24};
25}
Q_OBJECTQ_OBJECT
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:05:42 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.