Versions

Description

Allows a unique way to deal with QtDesigner *.ui* files. **Example:** .. code-block:: python 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()

Repository

https://bitbucket.org/leliel12/pycante

Project Slug

pycante

Last Built

No builds yet

Maintainers

Home Page

https://bitbucket.org/leliel12/pycante

Badge

Tags

qt

Short URLs

pycante.readthedocs.io
pycante.rtfd.io

Default Version

latest

'latest' Version

default