Pimcommon

configurepluginstreewidgetdelegate.h
1/*
2 SPDX-FileCopyrightText: 2024 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6#pragma once
7#include "pimcommon_export.h"
8#include <QStyledItemDelegate>
9namespace PimCommon
10{
11class PIMCOMMON_EXPORT ConfigurePluginsTreeWidgetDelegate : public QStyledItemDelegate
12{
13 Q_OBJECT
14public:
15 explicit ConfigurePluginsTreeWidgetDelegate(QObject *parent = nullptr);
16 ~ConfigurePluginsTreeWidgetDelegate() override;
17 void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override;
18 [[nodiscard]] QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const override;
19};
20}
folderdialogacltab.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 17:02:55 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.