Jerakin

Results 120 comments of Jerakin

**calling resize() or move() on QMainWindow** If someone stumbles on this: For this you would have to save the reference to the modern window and use that, like something like...

Does it still work for you on master? This is the behaviour I get when trying `self.move` and `self.resize` on macOS. # Move ![move](https://user-images.githubusercontent.com/5273682/74947705-8b77c380-53fb-11ea-8cf2-ab15d338d579.gif) # Resize ![resize](https://user-images.githubusercontent.com/5273682/74947747-9894b280-53fb-11ea-9c70-f7a78e5b305c.gif)

That's bad, we definitely need to figure that out. ~~Might have some time this weekend, will try then if someone isn't faster :)~~ Tried it out on `0.1.4` and I...

> Can resize the ModernWindow up- and downwards, but not sideways (EDIT: only happened once and has not happened since, will keep an eye on it; EDIT 2: Happened again...)...

I am using `ModernWindow` with `styles.dark` on mac and see nothing like this. Could you @dridk provide a small example so we can reproduce it?

@bright2013 This is far from none trivial. It would require manual look of mouse position comparing that to the edge of the window then changing MousePointer and so on. Quite...

Well spotted! Should depend on qtpy

That's a good point, we should maybe do something like this. https://github.com/Jerakin/qtmodern/compare/compiling_resources...Jerakin:change_style?expand=1 That way they could at least monkey patch in their own stylesheet

I can reproduce the same behavior, I have not used the OpenGL widget before so unsure how it should behave. Do you have an example app that shows it being...

I have checked a few applications and the standard seems to be * Do not change color when using scroll wheel * Change color on `hover` (qtmodern does this) *...