forked from qt-creator/qt-creator
JsonWizard: Replace Python class wizard with a JsonWizard
* Remove Qt4 support. * Remove some UI options that did not do anything in the original wizard Change-Id: I9647cbc6cd0958a02df5b2fe480b9c8069249521 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -34,16 +34,4 @@ QtcPlugin {
|
||||
"pythonindenter.cpp", "pythonindenter.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Wizard"
|
||||
prefix: "wizard/"
|
||||
files: [
|
||||
"pythonclassnamepage.cpp", "pythonclassnamepage.h",
|
||||
"pythonclasswizard.h", "pythonclasswizard.cpp",
|
||||
"pythonclasswizarddialog.h", "pythonclasswizarddialog.cpp",
|
||||
"pythonsourcegenerator.h", "pythonsourcegenerator.cpp"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user