aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/classwizard/classwizard.pyproject
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-04-06 16:03:40 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-04-12 15:46:56 +0200
commit9a9f9fd2528c03df4b0e9dde48026a2181e8a410 (patch)
tree60b2c8b3e79d4f09421d10a551fd214d523f8814 /examples/widgets/dialogs/classwizard/classwizard.pyproject
parent59f92c2133ad1d43ba2f6a7a32c5b70fc6aba614 (diff)
Rewrite the classwizard example
The classwizard created some outdated C++ header and source which is not useful for Qt for Python. Rewrite it to generate a Python class and add a special page allowing for specifying properties and signals of QObjects. Add an overwrite check and a 'Launch' checkbox to the conclusion page. Use QFormLayout instead QGridLayout for the pages. Task-number: PYSIDE-1112 Change-Id: Ice158553571e30ea069ceda8873bf165dc704afc Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'examples/widgets/dialogs/classwizard/classwizard.pyproject')
-rw-r--r--examples/widgets/dialogs/classwizard/classwizard.pyproject2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/dialogs/classwizard/classwizard.pyproject b/examples/widgets/dialogs/classwizard/classwizard.pyproject
index 1c1fe9998..6086099b8 100644
--- a/examples/widgets/dialogs/classwizard/classwizard.pyproject
+++ b/examples/widgets/dialogs/classwizard/classwizard.pyproject
@@ -1,4 +1,4 @@
{
"files": ["classwizard.qrc", "classwizard.py", "classwizard_rc.py",
- "classwizard_rc.pyc"]
+ "listchooser.py", "classwizard_rc.pyc"]
}