PythonEditor: added class wizard

Contains SourceGenerator class which was also used to generate app
template in PythonProjectManager; it saved for future use.

Change-Id: I3d44e6d33a3beabc73030acdd6740edf1745e485
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Sergey Shambir
2013-03-19 00:41:44 +04:00
parent ecacaab7a4
commit 516116c5a5
12 changed files with 799 additions and 1 deletions

View File

@@ -37,6 +37,14 @@ QtcPlugin {
"tools/pythonindenter.h",
"wizard/pythonfilewizard.h",
"wizard/pythonfilewizard.cpp",
"wizard/pythonclasswizard.h",
"wizard/pythonclassnamepage.h",
"wizard/pythonclasswizarddialog.h",
"wizard/pythonsourcegenerator.h",
"wizard/pythonclasswizarddialog.cpp",
"wizard/pythonclasswizard.cpp",
"wizard/pythonclassnamepage.cpp",
"wizard/pythonsourcegenerator.cpp"
]
}