summaryrefslogtreecommitdiffstats
path: root/examples/demos/rssnews/rssnews.qml
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-071-49/+2
| | | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. 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> (cherry picked from commit 6f57506953cc1efaf474368393ecb1df38c9f46a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update examples to use XmlListModel from QtDeclarativeIvan Solovev2021-03-161-8/+5
| | | | | | | | | | | | | | | | | | | 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>
* Use new XmlListModel in rssnews demoDoris Verria2020-11-051-12/+12
| | | | | | | | 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>
* Move demos to qtdoc repositoryVenugopal Shivashankar2018-07-091-0/+169
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>