You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as the title says, I was confused about the fact that there was no visual representation of my QSplitter handle (maybe this is intended!)
I found out that the style.css uses the subcontrol QSplitter::separator, which according to the Qt documentation should not exist for a QSplitter and should be renamed to QSplitter::handle instead.
I've changed the separator to handle, for correctness, but in our case, we are no showing the handle as all the splitter lights up when hover, but thanks for pointing that.
Hello,
as the title says, I was confused about the fact that there was no visual representation of my QSplitter handle (maybe this is intended!)
I found out that the style.css uses the subcontrol QSplitter::separator, which according to the Qt documentation should not exist for a QSplitter and should be renamed to QSplitter::handle instead.
Reference - look at '::handle' in the following reference sheet: https://doc.qt.io/qt-5/stylesheet-reference.html.
Versions used:
Language
Python
The text was updated successfully, but these errors were encountered: