/QtQuickDesignerBug

Example application to demonstrate a bug in the Qt Quick Designer

QtQuickDesignerBug

Example application to demonstrate a bug in the Qt Quick Designer. See the video for video demonstration.

Reproduce

  1. Open the project with Qt Creator

  2. Notice the import of QtQuick.Controls is done with "as"

  3. Open the qml file with Qt Quick Designer

  4. Add a few QtQuick.Controls Components

  5. Take a look at the produced source code

  6. Notice that the Controls is missing

  7. The resulting QML file does not work