1 = Example Application for TMC AGL WindowManager Client Lib
2 This is a example QML application that uses clients of the TMC WindowManager.
5 * Qt5 + QtQuick (QML) with ivi-shell support
8 Inside of an SDK environment run:
15 * The binary should be installed somewhere in $PATH
18 Run this application like follows:
21 qmlWindowManagerSampleApp $width $height $appLabel $colorName
26 Depending on your environment you will need to set the following
27 environment variable to instruct Qt to use the ivi-shell integration:
28 `QT_WAYLAND_SHELL_INTEGRATION=ivi-shell`
31 Starts the application with a surface the size $width x $height
32 the Surface will request the label "$appLabel" and set its surface
33 color "$colorName" e.g. red.
35 Note, that although the application sets an initial window size, the
36 window manager will send events to the application that instruct it to
37 set the proper, requested size for the layout.
39 // vim:set tw=72 ft=asciidoc: