aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/classwizard/classwizard.pyproject
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the classwizard exampleFriedemann Kleint2021-04-121-1/+1
| | | | | | | | | | | | | | 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>
* Add .pyproject files for each exampleCristián Maureira-Fredes2019-09-271-0/+4
Change-Id: I4dec66067aa2b0cc50d1ac3226537e4f09006132 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>