doc: highlight the function of the auto-loader once more in the python README

This commit is contained in:
Simon Hausmann 2024-04-19 09:19:59 +02:00
parent c89af275e5
commit 3c3b2ecb5a

View file

@ -75,6 +75,7 @@ export component AppWindow inherits Window {
```python
import slint
# slint.loader will look in `sys.path` for `appwindow.slint`.
class App(slint.loader.appwindow.AppWindow):
@slint.callback
def request_increase_value(self):