We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用该项目后,原来 选中 QTableWidget 的 某一行后,该行全行选中,默认蓝色选中行,现在可以被选中,但是视觉上啥也没有,没有蓝色条条了,需要怎么处理,才能实现原来的“蓝色选中行”呢?
The text was updated successfully, but these errors were encountered:
需要检查下QRibbon中的QSS,应该是因为项目中引入的QRibbon的样式表与现有项目有些冲突
Sorry, something went wrong.
@2021hello QTableView::item:selected { background: rgba(255, 0, 0, 180);/设置表格选中颜色/ font-weight:bold; }
No branches or pull requests
使用该项目后,原来 选中 QTableWidget 的 某一行后,该行全行选中,默认蓝色选中行,现在可以被选中,但是视觉上啥也没有,没有蓝色条条了,需要怎么处理,才能实现原来的“蓝色选中行”呢?
The text was updated successfully, but these errors were encountered: