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
Qt 5.12.8
Qt 6.2.3
Does anyone also see this with a Qt version newer than 6.2.3?
I tried setting the indicator width via qss, didn't work (don't even know if the selectors would apply to QHeaderView)
WTrackTableViewHeader::up-arrow:disabled, WTrackTableViewHeader::up-arrow:off, WTrackTableViewHeader::up-arrow:!enabled { width: 0px; }
2.5 and newer
The text was updated successfully, but these errors were encountered:
This happens also with Qt6.5 under Windows
Sorry, something went wrong.
Is this still happening? @JoergAtGithub @ronso0
I just tried this with a recent main build using Qt6.5 under Windows11, and it no longer happens.
I fixed it with #13535
No branches or pull requests
Bug Description
Qt 5.12.8
Qt 6.2.3
Does anyone also see this with a Qt version newer than 6.2.3?
I tried setting the indicator width via qss, didn't work (don't even know if the selectors would apply to QHeaderView)
Version
2.5 and newer
The text was updated successfully, but these errors were encountered: