forked from qt-creator/qt-creator
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:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user