• 4514阅读
  • 1回复

希望大家各自分享一下:关于QTreeWidget的头部的各种设置的经验 [复制链接]

上一主题 下一主题
离线iiiyyyhhhsss
 

只看楼主 倒序阅读 楼主  发表于: 2010-02-28
集思广益


希望收集一下设置QTreeWidget头部的各种设置技巧
[ 此帖被iiiyyyhhhsss在2010-02-28 14:30重新编辑 ]
离线iiiyyyhhhsss

只看该作者 1楼 发表于: 2010-02-28
treeWidget->setStyleSheet("QTreeWidgetItem{background-color:rgb(255,0,0,150);}"
                                            "QTreeView::item:hover{background-color:rgb(0,255,0,50)}"
                                            "QTreeView::item:selected{background-color:rgb(255,0,0,100)}"
                                            "QHeaderView{background-color:rgb(255,0,0,1);}"
                                            "QHeaderView::section{background-color:rgb(0,255,0,1);}");
快速回复
限100 字节
 
上一个 下一个