https://github.com/machinekoder/qtquickdesignerbug
Example application to demonstrate a bug in the Qt Quick Designer
https://github.com/machinekoder/qtquickdesignerbug
Last synced: 3 months ago
JSON representation
Example application to demonstrate a bug in the Qt Quick Designer
- Host: GitHub
- URL: https://github.com/machinekoder/qtquickdesignerbug
- Owner: machinekoder
- Created: 2014-04-19T15:14:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T15:24:34.000Z (almost 12 years ago)
- Last Synced: 2023-03-22T19:22:43.461Z (almost 3 years ago)
- Size: 727 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
Awesome Lists containing this project
README
QtQuickDesignerBug
~~~~~~~~~~~~~~~~~~
Example application to demonstrate a bug in the Qt Quick Designer. See https://github.com/strahlex/QtQuickDesignerBug/blob/master/bugvideo.mkv?raw=true[the video] for video demonstration.
Reproduce
^^^^^^^^^
. Open the project with Qt Creator
. Notice the import of QtQuick.Controls is done with "as"
. Open the qml file with Qt Quick Designer
. Add a few QtQuick.Controls Components
. Take a look at the produced source code
. Notice that the Controls is missing
. The resulting QML file does not work
Links
^^^^^
https://bugreports.qt-project.org/browse/QTCREATORBUG-12095