Book Image

QT5 Blueprints

By : Symeon Huang
Book Image

QT5 Blueprints

By: Symeon Huang

Overview of this book

Table of Contents (17 chapters)
Qt 5 Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 3. Cooking an RSS Reader with Qt Quick

In this chapter, we will focus on developing applications with Qt Quick. For touchscreen-enabled devices, Qt Quick applications are much more responsive and easy to write. An RSS reader is used as a demonstration in this chapter. The following topics will enable you to build elegant Qt Quick applications:

  • Understanding model and view

  • Parsing RSS Feeds by XmlListModel

  • Tweaking the categories

  • Utilizing ScrollView

  • Adding BusyIndicator

  • Making a frameless window

  • Debugging QML