Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.12.2, 5.13.0 Beta 1
-
macOS 10.13
-
d0e959844d60a547430cd7731d66452306561159 (qt/qtsensors/5.12)
Description
When pressing F1 to access documentation for a singleton QML type it does not find it. With the following code snippet as an example:
import QtQuick 2.9 import QtQuick.Window 2.2 import QtSensors 5.9 as Sensors // ... Item { Component.onCompleted: { var types = Sensors.QmlSensors.sensorTypes(); console.log(types.join(", ")); } }
and highlighting QmlSensors then pressing F1 will not show any documentation. Changing it to SensorGlobal does not work either. The code snippet is taken from the SensorGlobal QML types documentation (the namespace is a requirement).
Attachments
Issue Links
- replaces
-
QTCREATORBUG-6298 No F1 help for Qt and QtObject elements
- Closed