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

Setting QSpinBox border stylesheet screws up rendering #109

Open
cowo78 opened this issue Oct 5, 2018 · 1 comment
Open

Setting QSpinBox border stylesheet screws up rendering #109

cowo78 opened this issue Oct 5, 2018 · 1 comment

Comments

@cowo78
Copy link

cowo78 commented Oct 5, 2018

Setting a stylesheet that manipulates border destroys QSpinBox functionality using master@30decc8a, both on Linux/X11 and Windows 10.

In detail:

  • border-color has no visible effect
  • border-width has no visible effect
  • complete border specification is not working, rendering screwed up, down button not clickable
  • border-style is not working, rendering better than the above, down button not clickable
  • border-radius is NOT working, same as border-style

Attached is the QT spinboxes example with a stylesheet that demonstrates the problem. At the head of window.cpp you can find some more stylesheet options.
AdwaitaTest.zip

@grulja
Copy link
Collaborator

grulja commented Apr 20, 2020

I'm not sure this is something we will fix anytime soon as adding support for stylesheets is not trivial. I will keep this open if anyone wants to work on this.

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