Skip to main content

The hotest way to deal with PyQt

Project description

The hotest way to deal with PyQt

Allows a unique way to deal with QtDesigner .ui files.

Example:

from PyQt4 import QtGui
import pycante

class MyWidget(pycante.E("/path/to/file.ui"), AnotherClass);
    pass

class MyAnotherWidget(pycante.E(QtGui.QFrame), AnotherClass):
    pass

w0 = MyWidget()
w1 = MyAnotherWidget()

Docs: https://pycante.readthedocs.org/en/latest/

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page