hyperk-021
2025-06-05 8c679ef19e9d5c33947cdf1cc1e5550e3d442308
customdelegate.cpp
@@ -5,9 +5,7 @@
CustomButtonDelegate::CustomButtonDelegate(const QStringList& iconPathList, QObject *parent):
    m_iconPathList(iconPathList),
    QStyledItemDelegate(parent)
{
}
{}
void CustomButtonDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
{