Martin Falk
Martin Falk
Might be just a stylesheet issue with the background color of the scrollbar or maybe even setting that one to transparent...
Really annoying when changing the subproperties afterward. Because each invalidation will trigger the following warning: ``` Unable to link CompositeProperties: LightingRaycaster.lighting to VolumeRaycaster.lighting. Number of sub properties differ (10 vs...
At the moment there is no Qt6 support for Gamepads, only Qt5. Independent of that we should potentially consider an alternative "gamepad provider" besides Qt like glfw.
GLFW has support for gamepads. And Inviwo uses GLFW already for unit tests. Might be interesting to see whether we get GLFW to work along with Qt while not using...
Closing this PR for now. Moved to discussions #1333
Picking up on the previous TODOs + [ ] animation interactions (playback) and property state (visibility, locked, etc.) are hardly visible with current dark style + [ ] window state...
+ [ ] hard-coded width of leftmost column prevents all buttons from being visible 
> > Does not completely fix #836 > > That comment will be intepreted by github as a complete fix and close the issue when this pr is merged Noted....
Is this one of the widget issues where the property widget does not yet exist?
Unsure how to convince `sphinx.ext.autosummary` to accept binary `.pyd` files ... The [docs](https://www.sphinx-doc.org/en/master/usage/extensions/autosummary.html) do not offer any option.