PythonQt Code
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
Commit | Date | |
---|---|---|
[r57]
(19.5 kB)
by
florianlink
named the struct and implemented classInfo() as a member of the struct and not the typedef (this seems to be a GCC issue, it worked well on MSVC8) |
2009-04-15 06:38:52 |
View
Download |
[r54]
(19.5 kB)
by
florianlink
- wrapped instances are now wrapped by class specific subtypes to facilitate future deriving from python |
2009-04-14 14:52:30 |
View
Download |
[r52]
(17.7 kB)
by
florianlink
code cleanup and rename of PythonQtWrapper to PythonQtInstanceWrapper and PythonQtMetaObjectWrapper to PythonQtClassWrapper, since these names match much better what these classes wrap, regarding that we are wrapping CPP objects as well
renamed from
/trunk/src/PythonQtWrapper.cpp
|
2009-04-14 06:56:20 |
View
Download |