aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-02-16 15:42:44 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-17 19:48:53 +0000
commit73020b74c8f1991dba61354b2625330fe74a3134 (patch)
tree1bb417ade38190770e9bf0e451b767ed834d7618
parent23bac7f96000e85e3d330c86286fdd63331777af (diff)
PySide6: Fix parent relationship in QWizard::setPage()
Similar to QWizard::addPage() Change-Id: I4702d044551353b373ac4da9a0cd5692dd685ca9 Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit aaf93cb34f30f36fa9622b29c21aaef29be02676) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml b/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml
index ae309ca70..0270a2433 100644
--- a/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml
+++ b/sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml
@@ -539,6 +539,11 @@
<parent index="this" action="add"/>
</modify-argument>
</modify-function>
+ <modify-function signature="setPage(int,QWizardPage*)">
+ <modify-argument index="2">
+ <parent index="this" action="add"/>
+ </modify-argument>
+ </modify-function>
<modify-function signature="setButton(QWizard::WizardButton,QAbstractButton*)">
<modify-argument index="2">
<parent index="this" action="add"/>