Skip to content
New issue

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

Qt6: Table view header: invisble sort indicator occupies space = overlaps titles #13373

Closed
ronso0 opened this issue Jun 14, 2024 · 4 comments
Closed

Comments

@ronso0
Copy link
Member

ronso0 commented Jun 14, 2024

Bug Description

Qt 5.12.8
Screenshot_2024-06-14_23-49-28

Qt 6.2.3
Screenshot_2024-06-14_23-50-58

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;
}

Version

2.5 and newer

@ronso0 ronso0 added the bug label Jun 14, 2024
@JoergAtGithub
Copy link
Member

This happens also with Qt6.5 under Windows

@ywwg
Copy link
Member

ywwg commented Nov 12, 2024

Is this still happening? @JoergAtGithub @ronso0

@JoergAtGithub
Copy link
Member

I just tried this with a recent main build using Qt6.5 under Windows11, and it no longer happens.

@ronso0
Copy link
Member Author

ronso0 commented Nov 13, 2024

I fixed it with #13535

@ronso0 ronso0 closed this as completed Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants