Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/femto-code/qml-newsfeedreader
Qt 6 based RSS News Feed Reader with offline database support
https://github.com/femto-code/qml-newsfeedreader
database qml qml-applications qt-database qt6 qtquick rss rss-feed rss-reader
Last synced: 10 days ago
JSON representation
Qt 6 based RSS News Feed Reader with offline database support
- Host: GitHub
- URL: https://github.com/femto-code/qml-newsfeedreader
- Owner: femto-code
- License: gpl-3.0
- Created: 2021-11-24T13:24:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T11:26:21.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T19:39:58.886Z (18 days ago)
- Topics: database, qml, qml-applications, qt-database, qt6, qtquick, rss, rss-feed, rss-reader
- Language: C++
- Homepage:
- Size: 894 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QML-NewsFeedReader
Qt 6 based News Feed Reader using RSS/XML online distributions with offline database saving## Helpful resources
- https://doc.qt.io/qt-6/qnetworkaccessmanager.html
- https://doc.qt.io/qt-6/qdomdocument.html
- https://doc.qt.io/qt-6/qtimer.html
- https://doc.qt.io/qt-6/qml-qtquick-text.html
- https://doc.qt.io/qt-6/qml-qtquick-controls2-scrollview.html
- https://doc.qt.io/qt-6/qtqml-referenceexamples-properties-example.html
- https://doc.qt.io/qt-5/qtdoc-demos-rssnews-example.html
- https://stackoverflow.com/questions/60928800/how-to-increase-height-of-rectangle-according-to-text-in-qml
- https://stackoverflow.com/questions/35879514/public-functions-versus-public-slots
- https://stackoverflow.com/questions/70414272/issue-with-qnetworkaccessmanager-singleton-injection
- https://stackoverflow.com/questions/50691136/how-to-have-one-instance-of-qnetworkaccessmanager?noredirect=1&lq=1
- https://stackoverflow.com/questions/31197144/why-is-my-sqlite-query-so-slow-in-qt5/50603491
- https://stackoverflow.com/questions/5717093/check-if-a-javascript-string-is-a-url
- https://forum.qt.io/topic/74166/using-qtimer-in-main-not-in-a-class/2