Metadata-Version: 1.1
Name: pyqode.qt
Version: 1.0.0
Summary: Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide)
Home-page: https://github.com/pyQode/pyqode.qt
Author: Colin Duquesnoy
Author-email: colin.duquesnoy@gmail.com
License: MIT
Description: pyqode.qt
        =========
        
        Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide).
        
        This package has been extracted from pyqode.core 2.0. Basically, it lets you write frameworks or applications that can run on various different Qt backends. 
        
        The default layout is the PyQt5 layout (QtGui and QtWidgets have been split into two different modules). This means that you write your application as if it was a PyQt5 application, pyqode.qt will then do the matching automatically if another API is used at runtime. 
        
        If you have multiple bindings installed on your system, PyQt5 (or PyQt4) will be used as a default unless told not to do so. You can tell ```pyqode.qt``` about your preferred binding by setting up the ```QT_API``` environment variable. E.g., if you have PyQt5 and PyQt4 installed on your system and want to use PyQt4, just set ```QT_API``` to ```pyqt4```.
        
        
        **Keep in mind that only the modules/classes needed for pyqode has beeen wrapped. You mind find that a specific module or class is missing. In this case, just open an issue or better, submit a pull request.
        
        License
        --------
        
        This project is licensed under the MIT license.
        
        
        Requirements
        ------------
        
        You need ```PyQt5``` or ```PyQt4``` or ```PySide``` installed on your system to make use of pyqode.qt, obviously.
        
        
        Installation
        ------------
        ::
        
          pip install pyqode.qt
        
Keywords: qt PyQt4 PyQt5 PySide
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Widget Sets
