Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
Qt Creator 3.0.0-beta, Qt Creator 3.1.0
-
QtCreator 3.0 based on Qt5.2, Qt4.8.4 Kit and Qt5.2 Kit configured (using Qt4.8.4 Kit only for the example)
Description
Steps to reproduce:
- create a simple Qt Quick 1 project
- add a QML file named Button.qml
- use the Button item inside the main.qml
Current behavior:
- the Button item (inside main.qml) will get the ToolTip for the Button component of Qt Quick Controls
- outline displays the icon of the Qt Quick Controls button
Note: I'm not importing QtQuick.Controls and I'm only using QtQuick 1.1.