gpt4 book ai didi

c++ - Qt 样式表 : QHeaderView draws header text in bold when view data is selected

转载 作者:IT老高 更新时间:2023-10-28 21:42:58 29 4
gpt4 key购买 nike

我正在尝试使用 Qt 样式表设置 QTableView 的样式。一切正常,除了在选择表格 View 中的数据时所有表格标题文本(列标题)都被绘制为粗体文本。

我尝试过这样的事情:

QTableView::section {
font-weight: 400;
}
QTableView::section:selected {
font-weight: 400;
}

QHeaderView {
font-weight: 400;
}

QHeaderView::section {
font-weight: 400;
}

无济于事。

谁能指出我正确的方向,最好使用样式表?

最佳答案

我没有测试过,但是设置QHeaderView::highlightSections属性为 false 应该可以解决问题。

您可以使用 QTableView 的 verticalHeader()horizo​​ntalHeader() 方法获取指向 QHeaderView 对象的指针。

关于c++ - Qt 样式表 : QHeaderView draws header text in bold when view data is selected,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1487375/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com