This is a major release of Python Qt 1.0.
Various aspects have been improved both on functionality and performance side. A number of examples have been added to make it easier to get started.
A short overview of the new features:
- Support for ALL built-in Qt QVariant types (with complete API mapped to Python)
- Support for custom MetaTypes in QVariants
- Support for Constructors of QObject derived classes
- Easy way to wrap non-slot methods of existing QObject derived classes with "decorator slots"
- Support for static methods on QObjects and CPP classes (via decorator slots)
- Complete Qt GUI Constructors/Destructors support via QUILoader
- Support for CPP Constructors and easy manual wrapping of CPP API
- Complete support for Enum types
- Support for Qt namespace and Enums
- Support for loading python scripts from Qt resources (see examples)
- Auto-completion on the PyScriptConsole, which is now part of PythonQt core library
- support for dir() statement on all wrapped objects
- new help() method that prints details on wrapped objects
Have fun with this release!