Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 306 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 306 Bytes

Mojo with Qt6

Install mojo and python.

$ 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.