Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rectalogic/mojo-qt
- Owner: rectalogic
- Created: 2024-06-24T19:37:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T19:36:19.000Z (7 months ago)
- Last Synced: 2024-07-09T19:51:37.268Z (6 months ago)
- Language: Mojo
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mojo - mojo-qt - Demo of integrating Qt6 UI with Mojo🔥. (🗂️ Libraries / UI)
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.