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

QSplitter::separator in style.css should probably be ::handle #207

Closed
nicokoe opened this issue Oct 7, 2019 · 2 comments
Closed

QSplitter::separator in style.css should probably be ::handle #207

nicokoe opened this issue Oct 7, 2019 · 2 comments
Assignees
Milestone

Comments

@nicokoe
Copy link

nicokoe commented Oct 7, 2019

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:

  • PyQt5: 5.13.0
  • QtPy: 1.9.0
  • QDarkStyle: 2.7

Language

Python

@dpizetta dpizetta self-assigned this Nov 19, 2019
@dpizetta
Copy link
Collaborator

Thanks for your comments. I'll take a look.

@dpizetta
Copy link
Collaborator

dpizetta commented Jan 9, 2020

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.

@dpizetta dpizetta added this to the 2.8 milestone Jan 13, 2020
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

2 participants