qmlbook / qt6book

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

Bad link at QuickStarter / Core Elements #182

Closed Samuel-Ghinet closed 2 years ago

Samuel-Ghinet commented 2 years ago
TIP

For more complex interaction, see [Qt Quick Input Handlers (opens new window)](https://doc.qt.io/qt-6/qtquickhandlers-product/qt6/qml-book/index). They are intended to be used instead of elements such as MouseArea and Flickable and offer greater control and flexibility. The idea is to handle one interaction aspect in each handler instance instead of centralizing the handling of all events from a given source in a single element, which was the case before.

The link above -- https://doc.qt.io/qt-6/qtquickhandlers-product/qt6/qml-book/index -- is invalid. If you click on it, it's 404 Page Not Found.

e8johan commented 2 years ago

Duplicate of #181