1c27e20aa698d77c3dda7a1b54d3ba4544df8f9f..8c679ef19e9d5c33947cdf1cc1e5550e3d442308
2025-06-05 hyperk-021
修复 delegate 格式
8c679e 对比 | 目录
1个文件已修改
4 ■■■ 已修改文件
customdelegate.cpp 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
{