forked from qt-creator/qt-creator
This includes a new template that allow users to create a UI based project, but without a dynamic loading. To get the initial empty window, the user needs to use a 'uic' tool to generate Python code from a UI file first. This tool is different for PySide2, PySide6, PyQt5 and PySide6. Change-Id: Ic12fe23696bf3b18eaf240ffac03e9bd92a5455b Reviewed-by: David Schulz <david.schulz@qt.io>