Metadata-Version: 1.1
Name: qmenuview
Version: 0.1.4
Summary: PySide view for menues
Home-page: https://github.com/storax/qmenuview
Author: David Zuber
Author-email: zuber.david@gmx.de
License: BSD
Description: =========================================================
        Pyside QMenuView
        =========================================================
        
        .. image:: http://img.shields.io/pypi/v/qmenuview.png?style=flat
            :target: https://pypi.python.org/pypi/qmenuview
            :alt: PyPI version
        
        .. image::  https://img.shields.io/travis/storax/qmenuview/master.png?style=flat
            :target: https://travis-ci.org/storax/qmenuview
            :alt: Build Status
        
        .. image:: http://img.shields.io/pypi/dm/qmenuview.png?style=flat
            :target: https://pypi.python.org/pypi/qmenuview
            :alt: Downloads per month
        
        .. image:: https://img.shields.io/coveralls/storax/qmenuview/master.png?style=flat
            :target: https://coveralls.io/r/storax/qmenuview
            :alt: Coverage
        
        .. image:: http://img.shields.io/pypi/l/qmenuview.png?style=flat
            :target: https://pypi.python.org/pypi/qmenuview
            :alt: License
        
        .. image:: https://readthedocs.org/projects/qmenuview/badge/?version=latest&style=flat
            :target: http://qmenuview.readthedocs.org/en/latest/
            :alt: Documentation
        
        
        
        
        
        PySide view for menues
        
        
        Features
        --------
        
        * MenuView class which creates submenus/actions based on a model.
        * Supports modelReset, rowsInserted, rowsRemoved and dataChanged signals of the model.
        * Supports icon, text, iconText, toolTip, checked, whatsThis, statusTip, enabled
        * Easy to extend and customize.
        
        
        .. :changelog:
        
        History
        -------
        
        0.1.0 (2015-08-08)
        +++++++++++++++++++++++++++++++++++++++
        
        * First release on PyPI.
        
        0.1.1 (2015-08-11)
        +++++++++++++++++++++++++++++++++++++++
        
        * Fix getting parents of action
        * Fix changing columns
        
        0.1.4 (2015-08-11)
        +++++++++++++++++++++++++++++++++++++++
        
        * Fix removing all rows below root.
        
        
Keywords: qmenuview
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
