Qt:setAlternatingRowColors,QTableView隔行自动变色
Posted 好儿郎-志在四方
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Qt:setAlternatingRowColors,QTableView隔行自动变色相关的知识,希望对你有一定的参考价值。
QTreeView设置行背景色,QTreeView设置行背景色(行颜色)交替。
使用原因:QTreeView的背景默认是一片空白的,这样在视觉上不美观。
达到效果:如果要达到行背景色交替改变,隔一行颜色变化一下
涉及函数:void QTreeView:: setAlternatingRowColors ( bool enable );
示例代码:
centertreeview->setAlternatingRowColors(true);
函数1:
bool alternatingRowColors() const
用户判断控件是否设置隔行自动变色。是,返回true,否,返回false。
函数2:
void
setAlternatingRowColors(bool enable)
设置换行自动变色。
效果图:
以上是关于Qt:setAlternatingRowColors,QTableView隔行自动变色的主要内容,如果未能解决你的问题,请参考以下文章