Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.0
-
None
-
-
dd397cd60 (dev), 11a6ccc8b (6.5), 2bf1ea5b6 (6.5.1)
Description
Summery of the issue
The code shown in the tutorial document is wrong. Some part of the guidance is also not clear.
The issue
Document url: [Qt Interface Framework Generator Tutorial | Qt Interface Framework 6.5.0|https://doc.qt.io/QtInterfaceFramework/qtinterfaceframework-interfaceframework-qface-tutorial-example.html#define-default-values]
Under "Define Default Values" part of Section 4. The code snipet show following:
@config_simulator: { simulationFile: "qrc:/simulation.qml" }
I belive this code is for specifiying qml file for animation. For the default value, following code may be correct.
@config_simulator: { default: 15 }
The place to put this line is not documented well. Also, the document says the file to edit as YAML file. This phrase is ambiguous.
Attachments
For Gerrit Dashboard: QTBUG-113459 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
476613,3 | doc: Fix wrong snippet in the qface-tutorial | dev | qt/qtinterfaceframework | Status: MERGED | +2 | 0 |
476695,2 | doc: Fix wrong snippet in the qface-tutorial | 6.5.1 | qt/qtinterfaceframework | Status: MERGED | +2 | 0 |
476696,2 | doc: Fix wrong snippet in the qface-tutorial | 6.5 | qt/qtinterfaceframework | Status: MERGED | +2 | 0 |