PythonQt Code
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
Commit | Date | |
---|---|---|
[r150]
(24.0 kB)
by
florianlink
added initial support for public member variable access via getters/setters |
2010-03-06 21:41:46 |
View
Download |
2010-02-25 20:31:01 |
View
Download |
|
2010-02-19 14:23:09 |
View
Download |
|
2009-11-03 10:28:33 |
View
Download |
|
[r114]
(21.9 kB)
by
florianlink
improved error handling on destroyed objects (since static access should still be possible) |
2009-06-23 13:41:28 |
View
Download |
2009-05-27 07:57:33 |
View
Download |
|
[r91]
(21.8 kB)
by
florianlink
cache enumWrappers in method infos and make use of the extra information for better enum overloading |
2009-05-25 10:16:55 |
View
Download |
[r87]
(21.8 kB)
by
florianlink
added enum wrapper classes derived from python int, so that enums are distinguishable from normal python integers. This will allow better overload handling e.g. of QColor constructors in the future |
2009-05-24 09:00:49 |
View
Download |
2009-05-21 19:25:55 |
View
Download |
|
[r77]
(21.4 kB)
by
florianlink
fixed enum handling for static methods calls and added correct support for decorated enum detection |
2009-05-09 19:32:42 |
View
Download |