Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.9.0 Beta2
-
None
Description
this bug is not fixed in 6.9 beta 2, even though the bug is marked as closed (as of feb 20 2025).
please follow the repro steps below, and you can easily see the issue.
To reproduce:
- on windows 11, run Qt Creator with Qt 6.9 beta 2
- open the "Frozen Column Example"
- in the file `FreezeTableWidget`, go to line 45
- add the lines `setShowGrid(false);` and `frozenTableView->setShowGrid(false);`
- run the app (note uses "windows" modern style by default)
- <-- see screen shot: still shows vertical lines
- set style to "windowsvista"
- <-- works correctly (see visa.png)
Attachments
Issue Links
- duplicates
-
QTBUG-131585 The QTreeWidget is painting poorly when the frame style is set to QFrame::Plain | QFrame::Box when using Windows 11 style.
-
- Closed
-
-
QTBUG-133391 QTableView shows partial grid when showGrid = false
-
- Closed
-