I have installed Qt 6.0.3 and 6.1.0.

And I want to create Qt 6 Quick project. I start Qt Creator, click "New", "Qt Quick Application - Empty", "Choose...".
Then I type the name of my project and click "Next".
On the "Build System" step I select any build system(qmake, CMake or QBS, it does not affect the next step) and click "Next".
On the next step "Details" there is a drop-down with a list of available Qt versions. But it does not contain Qt 6!

How to create Qt 6 Qt Quick project?