This is a simple port of the flatstyle Qt Quick Controls 2 example from the Qt SDK. The original example is written in C++ and QML, and this one is ported to Python using PySide2
Install Python.
pip install PySide2
To run the app:
python main.py
A Qt Creator .pyproject file is included. Load it, add path to your python (specify the python in your virtual environment if using), and select it in the Run settings.