Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rectalogic/mojo-qt

Qt6 PySide6 with mojo
https://github.com/rectalogic/mojo-qt

Last synced: about 2 months ago
JSON representation

Qt6 PySide6 with mojo

Awesome Lists containing this project

README

        

# Mojo with Qt6

Install mojo and python.

```sh-session
$ curl -s https://get.modular.com | sh -
$ /opt/homebrew/bin/python3.11 -m venv venv
$ source venv/bin/activate
$ pip install PySide6
$ mojo qt.mojo
```

The demo launches a QML UI from mojo, and calls a mojo fn from QML when the button is clicked.