The Monaco editor as a Qt Widget
Project description
monaco-qt
The monaco text editor deployed as a Qt Widget.
Uses QWebEngineView to load a custom web page containing an instance of monaco.
Installation
pip install monaco-qt
Then, in your qt application:
from monaco import MonacoWidget
monaco_widget = MonacoWidget()
monaco_widget.setText('foo')
Known Issues
- Pyinstaller doesn't automatically include the monaco typescript files.
- Very little of the monaco-editor API has been exposed to python so far
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
monaco_qt-0.2.0.tar.gz
(2.7 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file monaco_qt-0.2.0.tar.gz.
File metadata
- Download URL: monaco_qt-0.2.0.tar.gz
- Upload date:
- Size: 2.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb4d4f11a323b3db62b2f7176429d5528265829bc8538f2567ec1e4edabde3ae
|
|
| MD5 |
1db856e27dc704f88db04edc125f1351
|
|
| BLAKE2b-256 |
765e97ae95927bd239dfbb8cda04bbf1ef80041cd2393e2399c7680fb400c7f1
|
File details
Details for the file monaco_qt-0.2.0-py3-none-any.whl.
File metadata
- Download URL: monaco_qt-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0c7af5cef2fa971baa51526358c35a7434f1717f4de85c0150ea4376b35a7bf
|
|
| MD5 |
f34265663ec36f0f01083f0cf7e3732b
|
|
| BLAKE2b-256 |
0ad61a0b57c63a883155277dbe1d963471ef765cbe9555441cbffff9be5b3dda
|