Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
Qt Creator 3.3.0-beta1, Qt Creator 3.3.0-rc1
-
Windows 7 64 bit
Description
- Create a Qt Quick UI project with a very simple QML file:
import QtQuick 2.1 import QtQuick.Window 2.0 Window { visible: true width: 360 height: 360 }
- Start debugging this.
- In Debug mode, try to start the "Select" feature by clicking the small arrow icon:
You can't, it's disabled. - Replace the Window item with a Rectangle item.
- Repeat steps 2 and 3.
Now you can use the "Select" feature.
"Select" should work with all items.