Messagelib

templatestextedit.h
1 /* SPDX-FileCopyrightText: 2011-2023 Laurent Montel <[email protected]>
2  *
3  * SPDX-License-Identifier: LGPL-2.0-or-later
4  */
5 
6 #pragma once
7 
8 #include "templateparser_export.h"
9 
10 #include <KPIMTextEdit/PlainTextEditorWidget>
11 
12 namespace TemplateParser
13 {
14 /**
15  * @brief The TemplatesTextEdit class
16  * @author Laurent Montel <[email protected]>
17  */
18 class TEMPLATEPARSER_EXPORT TemplatesTextEdit : public KPIMTextEdit::PlainTextEditorWidget
19 {
20  Q_OBJECT
21 public:
22  explicit TemplatesTextEdit(QWidget *parent = nullptr);
23  ~TemplatesTextEdit() override;
24 };
25 }
The TemplatesTextEdit class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Mar 26 2023 04:08:12 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.