首页| 论坛| 消息

标题:QStyledItemDelegate重写paint显示GIF图片画上去后但是没有动画效果,鼠标再根节点上移动才有效果
作者:caryone
日期:2022-04-14 14:26
内容:

代码如下:
voidtreeViewItemDelegate::paint(QPainter *painter,const QStyleOptionViewItem &option,const QModelIndex &index)const
{
if(0 ==index.column())
{
painter->drawPixmap(20,10,16,16, m_pLable->movie()->currentPixmap());
}
else& ..

回复 发表
主题 版块