QGIS/python/PyQt6/gui/gui.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

18 lines
335 B
Plaintext

%Module(name=qgis._gui,
keyword_arguments="All")
${DEFAULTDOCSTRINGSIGNATURE}
%Feature HAVE_QSCI_SIP
%Feature HAVE_QTGAMEPAD
%Import core/core.sip
%Import QtCore/QtCoremod.sip
%Import QtGui/QtGuimod.sip
%Import QtXml/QtXmlmod.sip
%Import QtMultimedia/QtMultimediamod.sip
%Import ${QSCI_SIP_MOD_NAME}
%Include gui_auto.sip