Metadata-Version: 2.0
Name: qt4-gengui
Version: 0.0.1
Summary: A generic GUI built with pyQt4. Used as starting point for new GUI apps.
Home-page: http://qt4_gengui.readthedocs.org/en/latest/
Author: Charlie Taylor
Author-email: cet@appliedpython.com
License: GPL-3
Download-URL: https://github.com/sonofeft/Qt4_GenGUI
Keywords: qt4_gengui setuptools development
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: future
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'


.. image:: https://travis-ci.org/sonofeft/Qt4_GenGUI.svg?branch=master
    :target: https://travis-ci.org/sonofeft/Qt4_GenGUI

.. image:: https://img.shields.io/pypi/v/Qt4_GenGUI.svg
    :target: https://pypi.python.org/pypi/qt4_gengui

.. image:: https://img.shields.io/pypi/pyversions/Qt4_GenGUI.svg
    :target: https://wiki.python.org/moin/Python2orPython3

.. image:: https://img.shields.io/pypi/l/Qt4_GenGUI.svg
    :target: https://pypi.python.org/pypi/qt4_gengui


A Generic Gui Built With pyqt4. Used As Starting Point For New GUI Apps.
========================================================================


See the Code at: `<https://github.com/sonofeft/Qt4_GenGUI>`_

See the Docs at: `<http://qt4_gengui.readthedocs.org/en/latest/>`_

See PyPI page at:`<https://pypi.python.org/pypi/qt4_gengui>`_



This generic GUI places a main page, menu, toolbar, statusbar and sphinx doc directory.
Modify this starting point to suit your projets' needs.


