matzman666
Results
2
issues of
matzman666
As the title says this is about replacing the default title bar (the bar that holds the widget's name and the close/undock buttons). The advantage is that there are no...
I experience two major problems when using relative imports. I will demonstrate the issues using this example app: - */config/pyscript/apps/myapp/\_\_init\_\_.py* ``` from .subfolder.a import foo from .subfolder.b import bar ```...