Talley Lambert
Talley Lambert
thanks @kevinjohncutler ... good find. pixel precise styles with arbitrary style sheets is definitely a challenge! for what it's worth, i think the key bit of label-positioning code on the...
thanks for the report @eyalk11. will try to have a look soon. (note, the 6.2.1.1 bug is now fixed as of #51)
yes, proper scaling on windows has generally been difficult, it seems to vary from PC to PC, depending on screen scaling and resolution. it's not something I have particular expertise...
ok, looks like PySide6.2 did something fundamental with signal types. It used to be possible to override the _type_ of a signal in a subclass. for example, this worked in...
closed by #51
yeah, once you provided the links to the other examples, I get it better :joy: It's kinda the same thing as the labels selector in github: I think the primary...
some typing and namespace suggestions ```diff diff --git a/src/superqt/combobox/_check_combobox.py b/src/superqt/combobox/_check_combobox.py index a95e3e0..0149846 100644 --- a/src/superqt/combobox/_check_combobox.py +++ b/src/superqt/combobox/_check_combobox.py @@ -1,8 +1,8 @@ from enum import Enum, auto -from typing import Any,...
ugh, sorry, that was ugly! 😂 I was trying a feature in vscode that I've never tried before to suggest edits without having to do the whole `suggestion` thing. but...
ugh... and now I've made a real mess :joy: I pushed my suggestions to main. I'm a little confused, and I think my vscode might also be, because it looks...
as for the mac error, I just don't think it likes the way you're directly calling paint event. Do you need to do it that way? Can you perhaps call...