|
|
|
@ -74,7 +74,7 @@ SIP, and the bindings it produces, have the following features:
|
|
|
|
|
|
|
|
|
|
- support for C++ exceptions and wrapping them as Python exceptions
|
|
|
|
|
|
|
|
|
|
- the automatic generation of complementary rich comparison Q_SLOTS
|
|
|
|
|
- the automatic generation of complementary rich comparison slots
|
|
|
|
|
|
|
|
|
|
- support for deprecation warnings
|
|
|
|
|
|
|
|
|
@ -164,6 +164,6 @@ toolkit.
|
|
|
|
|
|
|
|
|
|
The SIP code generator understands the signal/slot type safe callback mechanism
|
|
|
|
|
that TQt uses to connect objects together. This allows applications to define
|
|
|
|
|
new Python Q_SIGNALS, and allows any Python callable object to be used as a slot.
|
|
|
|
|
new Python signals, and allows any Python callable object to be used as a slot.
|
|
|
|
|
|
|
|
|
|
SIP itself does not require TQt to be installed.
|
|
|
|
|