Skip to content

rectalogic/mojo-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Qt6 PySide6 with mojo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published