QML Viewer

Note that this article is under construction and will be updated over a period of time. Also anyone interested can also update this.

Introduction

Qt QML Viewer is a tool provided with the Qt 4.7 SDK to view QML Files. The QML files can be opened using the QML Viewer GUI or from the command prompt.

Location of qmlviewer

  1. QTDIR/bin/qmlviewer

Usage from the command prompt

  1. qmlviewer helloworld.qml

For reference to more configuration options provided by the command make use of the -help argument.

Note: This tools is not intented for use in production environment and could be used for testing and developing QML applications.

References

QML Viewer Documentation [doc.qt.nokia.com]

Categories: