Metadata-Version: 1.1
Name: QtViews
Version: 0.2.1
Summary: QtViews Library for Qt Helpers
Home-page: https://bitbucket.org/jbmohler/qtviews/
Author: Joel B. Mohler
Author-email: joel@kiwistrawberry.us
License: LGPLv2+
Description: Introduction
        ------------
        
        QtViews is a helper library for creating super cool tabbed and docked
        combination workspaces for Qt (that is, PySide/PyQt4) applications.
        
        The premier component is the TabbedWorkspaceMixin which is a mix-in for classes
        derived from QtGui.QMainWindow.
        
        The second component is a calendar view.
        
        Changelog
        ---------
        
        * 0.2.1:  incremental bug fixes (mainly PySide related)
        * 0.2.0:  Fix bugs & switch to LGPL license
        * 0.1.x:  Make the calendar view
        * 0.0.x:  Make the TabbedWorkspaceMixin
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Programming Language :: Python :: 2
Classifier: Operating System :: OS Independent
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: Qt
