qmlbook / qt6book

The Qt 6 Book - A book about QML
https://www.qt.io/product/qt6/qml-book
Other
347 stars 113 forks source link

Replace use of 'type' where 'object' is intended. Closes #209 #210

Open Stokestack opened 1 year ago

Stokestack commented 1 year ago

There are quite a few places where the word "type" is used but "object" is meant. This is not only confusing but significantly incorrect in a couple of places. For example, in one place it said that an ID is an alias for a type (rather than an object), and in another it refers to a parent type rather than a parent object.

Stokestack commented 1 year ago

There's supposed to be a way to link this to an issue, but there is no such option (or any options) on the right under "Development." This issue is https://github.com/qmlbook/qt6book/issues/209

Stokestack commented 1 year ago

Are PRs ever getting integrated? Is this project still alive?

MartinDelille commented 12 months ago

Last merged PR was indeed quite a long time ago...