https://github.com/esss/qmxgraph
A Qt graph drawing widget using JavaScript's mxGraph library.
https://github.com/esss/qmxgraph
hacktoberfest mxgraph pyqt
Last synced: about 1 year ago
JSON representation
A Qt graph drawing widget using JavaScript's mxGraph library.
- Host: GitHub
- URL: https://github.com/esss/qmxgraph
- Owner: ESSS
- License: mit
- Created: 2017-01-03T18:12:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T12:18:49.000Z (about 2 years ago)
- Last Synced: 2024-05-29T13:07:56.851Z (about 2 years ago)
- Topics: hacktoberfest, mxgraph, pyqt
- Language: Python
- Homepage:
- Size: 649 KB
- Stars: 28
- Watchers: 24
- Forks: 7
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
========
QmxGraph
========
.. image:: https://github.com/ESSS/qmxgraph/workflows/build/badge.svg
:target: https://github.com/ESSS/qmxgraph/actions
.. image:: https://coveralls.io/repos/github/ESSS/qmxgraph/badge.svg?branch=master
:target: https://coveralls.io/github/ESSS/qmxgraph?branch=master
.. image:: https://readthedocs.org/projects/qmxgraph/badge/?version=latest
:alt: Documentation Status
:target: https://qmxgraph.readthedocs.io/en/latest/?badge=latest
This a Qt widget that embeds a rich and powerful graph drawing tool
using JavaScript's mxGraph library, Qt WebEngine features from Qt 5.4.
Due to changes in mxgraph we are currently only supporting an old version of mxgraph (3.7.5).