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 Qt Widgets QtDesigner or files. If the instance has a setupUI method is executed at the time of creation.

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()

pycante.run()

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