wmayer
594c382e5e
Gui: Fix comparison of argument of clicked() with StandardButton
...
Fixes #14639 : Comparison between integers and StandardButton fails for Python task dialogs with PySide6
2024-06-16 22:18:58 -05:00
wmayer
17eac1ab69
Gui: Fix possible crash when using Shiboken::Enum::getValue
...
Fixes #14156
2024-06-16 22:18:58 -05:00
Martin Rodriguez Reboredo
51987dc1ab
Fixups with Qt6 enums ( #13611 )
...
* Python PySide enums to C++ converter
* Python IntFlags to C++ int in getStandardButtons
* Remove int conversion in mods Python sources
2024-05-06 18:02:18 +02:00
Ladislav Michl
61bca92941
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
8f029e551f
Gui: PythonWrapper: consolidate module loader
2024-02-16 09:22:54 +01:00
wmayer
567b34419a
Gui: support of wrapping QImage
2023-08-03 01:31:15 +02:00
wandererfan
ef68b1c020
[Gui]overload toQGraphicsItem, toQGraphicsObject for PyObject
2023-04-22 13:48:31 -04:00
wmayer
e8ed464559
Gui: refactor PythonWrapper
2023-01-01 16:35:12 +01:00
wmayer
5657abebfc
Gui: support of QPrintSupport module in PythonWrapper
2022-12-22 16:18:18 +01:00
Wanderer Fan
aa979441d7
[Gui]add support for QGraphicsObject to PythonWrapper
2022-05-08 09:01:04 -04:00
Uwe
4147337715
[Gui] Python and Property: remove unused includes
2022-03-05 03:44:45 +01:00
wmayer
4397c0f520
Gui: modernize some classes
2021-09-23 11:00:50 +02:00
wmayer
21ba35adab
Gui: move PythonWrapper class to its own source file
2021-09-22 23:30:03 +02:00