QT中级2QTableView自定义委托二实现QProgressBar委托
我们在之前写的QT7初识委托https blog.csdn.Net qq40666149article details128674837文章末尾提到使用一个类继承QStyledItemDelegate实现常用的控件委托在使用时可以直接调用接口灵活实现各种委托.我们接下来几篇文章将先详细讲解各个控件的委托最后整理成一个类并分享源码.如果大家感兴趣可以点个关注后面我们一起学习讲解比较详细大家可以跟着一步一步做自己就可以实现了.2需要用到的部分知识QT3QTableView https blog.csdn.Net qq40666149article details128215699QT4QAbstractItemView https blog.csdn.Net qq40666149article details128235025QT6QStandardItemModel https blog.csdn.Net qq4066614
文件列表
delegateDemo2.zip
(预估有个8文件)
delegateDemo2
delegate.h
1KB
mainwindow.h
712B
mainwindow.cpp
4KB
main.cpp
183B
mainwindow.ui
1KB
delegate.cpp
3KB
delegateDemo.pro.user
22KB
delegateDemo.pro
1KB
暂无评论