bob-white
bob-white
Can we make one of these similar to the shelf and menu loaders? Or is this command a little to much on the weird side?
```python def _set_stylesheet(self, css): if not isinstance(css, CSS): css = CSS(**css) #
As this seems to come up a lot with Qt and standard `maya.cmds` defined guis, should probably have some examples.
This creates a view into an `ObservableCollection` and lets you apply a filter against that view. Each `FilteredView` can be bound to a different control, but still reference the same...
It seems whenever I call `start_kernel` on the `QtInProcessKernelManager` that all the information in __main__ is wiped out. Which then breaks a lot of code in my application as it...
#15 Gets us really close to a one and done installation process, except when the user has `wheel` installed as pypi defaults to installing a wheeled version by default. Which...