QToolBox page header alligment
Unsolved
General and Desktop
-
How to change the alligment in QToolBox. In the editor it is set to left, but when the application is launched it is centered. In the picture you can see what is going on. I would like to have the same in the app as in creator. Centered looks very bad.
P.S. I find this. Correct view is only in Fusion, in adwaita and other is centered. How to force left alligment in stylesheet?
-
Hi,
From a quick look at the implementation, the only way I currently see would be to implement a proxy model that does the painting the way you want it for QToolBox. You can take inspiration from the fusion style.