Ladislav Michl
da64119797
Gui: Implement PythonWrapper::fromQAction
...
Wrapping QAction through QObject does not work as QAction class
is a part of QtGui not QtCore, so Py::Object with internal
pointer being null is returned causing a crash later.
Therefore implement fromQAction conversion method.
2024-03-03 15:20:48 +01:00
Ladislav Michl
92d0e5a266
Gui: PythonWrapper: consolidate module loader
2024-02-16 09:22:54 +01:00
wmayer
b202eb2f6b
Gui: support of wrapping QImage
2023-08-03 01:31:15 +02:00
wandererfan
c55a9256e1
[Gui]overload toQGraphicsItem, toQGraphicsObject for PyObject
2023-04-22 13:48:31 -04:00
wmayer
6358ad1717
Gui: refactor PythonWrapper
2023-01-01 16:35:12 +01:00
wmayer
caa7eb36f9
Gui: support of QPrintSupport module in PythonWrapper
2022-12-22 16:18:18 +01:00
Wanderer Fan
ad64c57acd
[Gui]add support for QGraphicsObject to PythonWrapper
2022-05-08 09:01:04 -04:00
Uwe
a55d1b03fd
[Gui] Python and Property: remove unused includes
2022-03-05 03:44:45 +01:00
wmayer
eb18c2f9db
Gui: modernize some classes
2021-09-23 11:00:50 +02:00
wmayer
00759f9c96
Gui: move PythonWrapper class to its own source file
2021-09-22 23:30:03 +02:00