Commit Graph

5 Commits

Author SHA1 Message Date
Sami Shalayel 32fc2c18e1 rss news demo: fix qmllint warnings
Fix the qmllint unqualified warnings and custom parsed
property changes.

Also update the documentation to refer to the correct files.

Pick-to: 6.8
Task-number: QTBUG-100100
Change-Id: If8a3c1aab146223d796652f1698744d4b2310323
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
2024-09-20 13:16:07 +02:00
Lucie Gérard 6f57506953 Use SPDX license identifiers
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
License files are organized under LICENSES directory.

Pick-to: 6.4
Task-number: QTBUG-67283
Change-Id: Idfd176b7f7b077a5b7c66b7738dc9bcac94ab290
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-06-07 18:23:52 +02:00
Ivan Solovev 49073d33f1 Update examples to use XmlListModel from QtDeclarative
Now when the XmlListModel is a part of QtDeclarative, we
can udpate the examples, which were using the model.

This patch introduces the following changes:
- Uses XmlListModel from QtDeclarative, removes the custom
implementation from shared subdir.
- Improves photoviewer and rssnew examples to get rid of
some qml and C++ warnings and deprecation notifications.
- Updates the documentation for photoviewer and rssnew
examples to reflect the usage of the XmlListModel from
QtDeclarative.
- Enables documentation build for rssnews example

Task-number: QTBUG-89817
Change-Id: If3736a18070dc19492058f7c184d5c9cfab74663
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2021-03-16 04:23:24 +01:00
Doris Verria dbddd2eb33 Use new XmlListModel in rssnews demo
Reuse the XmlListModel from the shared folder in rssnews and remove dependency from qtxmlpatterns.

Fixes: QTBUG-88059
Change-Id: I9171805aa928d623b3d9953dc109a69729f509b8
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-11-05 12:20:47 +01:00
Venugopal Shivashankar 70ce5f4d3e Move demos to qtdoc repository
These demos use several modules and moving them allows to use for
example Qt Quick Controls 2 in them.

The shared directory should be removed and the examples made
self-contained.

Change-Id: I5dc667d22388651894d7d145b65752bc5c5cf6cf
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
2018-07-09 12:43:59 +00:00