diff options
author | Sergey Shambir <sergey.shambir.auto@gmail.com> | 2013-03-19 00:41:44 +0400 |
---|---|---|
committer | Sergey Shambir <sergey.shambir.auto@gmail.com> | 2013-04-26 13:30:48 +0200 |
commit | 516116c5a53a83b2ca70da518e9fcea5c783305e (patch) | |
tree | ae67305b94a2f04488269b55b73388f1123a45a9 /src/plugins/pythoneditor/pythoneditor.pro | |
parent | ecacaab7a486191e928e1ce52da974c4b2de8efd (diff) | |
download | qt-creator-516116c5a53a83b2ca70da518e9fcea5c783305e.tar.gz |
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>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditor.pro')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditor.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/pythoneditor/pythoneditor.pro b/src/plugins/pythoneditor/pythoneditor.pro index b064e94581..ec79b248f9 100644 --- a/src/plugins/pythoneditor/pythoneditor.pro +++ b/src/plugins/pythoneditor/pythoneditor.pro @@ -18,6 +18,10 @@ HEADERS += \ pythoneditorwidget.h \ pythoneditorconstants.h \ wizard/pythonfilewizard.h \ + wizard/pythonclasswizard.h \ + wizard/pythonclassnamepage.h \ + wizard/pythonclasswizarddialog.h \ + wizard/pythonsourcegenerator.h \ tools/pythonhighlighter.h \ tools/pythonindenter.h \ tools/lexical/pythonformattoken.h \ @@ -30,6 +34,10 @@ SOURCES += \ pythoneditor.cpp \ pythoneditorwidget.cpp \ wizard/pythonfilewizard.cpp \ + wizard/pythonclasswizarddialog.cpp \ + wizard/pythonclasswizard.cpp \ + wizard/pythonclassnamepage.cpp \ + wizard/pythonsourcegenerator.cpp \ tools/pythonhighlighter.cpp \ tools/pythonindenter.cpp \ tools/lexical/pythonscanner.cpp |