haorenhl007 / qml-image-viewer

Qt Quick Demo demonstrates usage of QML Package type.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QML Image Viewer

License: GPL v3

The main aim of Image Viewer project is demonstration of Package QML type usage.

alt tag

Official documentation gives quite poor information and not so clear vision of concept. Otherwise Photo Viewer Demo represents much more advanced usage and not so easy for understanding and code reusage.

Anyway you may find following Qt Quick features:

  • Using Qt Quick Controls to create an application window and controls.
  • Using .pro(Qt classic) and/or .qmlproject(Qt Quick UI) project file.
  • Using the Package type with a DelegateModel to provide delegates with a shared context to multiple views.
  • Providing feedback to users while data is loading with ProgressBar type
  • Using ProgressBarStyle type for ProgressBar customization.

About

Qt Quick Demo demonstrates usage of QML Package type.

License:GNU General Public License v3.0


Languages

Language:QML 92.1%Language:QMake 3.1%Language:JavaScript 2.7%Language:C++ 2.1%