Metadata-Version: 2.0
Name: qmxgraph
Version: 0.1.0
Summary: A Qt graph drawing widget using JavaScript's mxGraph library.
Home-page: https://github.com/ESSS/qmxgraph
Author: Rafael Bertoldi
Author-email: tochaman@gmail.com
License: MIT license
Keywords: qmxgraph
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: User Interfaces

========
QmxGraph
========

.. image:: https://img.shields.io/travis/ESSS/qmxgraph.svg
        :target: https://travis-ci.org/ESSS/qmxgraph

.. image:: https://coveralls.io/repos/github/ESSS/qmxgraph/badge.svg?branch=master
        :target: https://coveralls.io/github/ESSS/qmxgraph?branch=master

This a Qt widget that embeds a rich and powerful graph drawing tool 
using JavaScript's mxGraph library. 

It makes use of Qt web view features to make this possible. Since
current Qt version supported (<= 5.6) is still using WebKit_ as its web
browser engine, all of its limitations apply when developing new embedded web
features.

.. _WebKit: https://webkit.org/


=======
History
=======

0.1.0 (2017-01-03)
------------------

* First version.


