QGIS/python/PyQt6/core/auto_generated/qgspaintenginehack.sip.in
Julien Cabieces bb3c36a69b Initialize sip bindings for PyQt6
use exactly the ones from PyQt5 so we can study the difference when
generating for PyQt6
2023-12-08 03:38:42 +10:00

36 lines
1.5 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgspaintenginehack.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsPaintEngineHack : QPaintEngine
{
%Docstring(signature="appended")
Hack to workaround Qt #5114 by disabling PatternTransform
.. note::
This is not required for builds based on Qt 6.3 or later, or Qt 5.15 builds
using KDE's maintained fork. On these versions the class has no effect.
%End
%TypeHeaderCode
#include "qgspaintenginehack.h"
%End
public:
void fixFlags();
static void fixEngineFlags( QPaintEngine *engine );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgspaintenginehack.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/