window and Screen example: new properties; splash screen
authorShawn Rutledge <shawn.rutledge@digia.com>
Fri, 8 Mar 2013 15:44:52 +0000 (16:44 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 28 May 2013 08:08:41 +0000 (10:08 +0200)
commit1ef4e4b156be8653af64dbccb47abcccc234246a
tree7cdb3b9ac2ba11b2c723233a9be5f21ef247611d
parent63f83fbd095415145ad124c7215f07a4c3c6038f
window and Screen example: new properties; splash screen

Demonstrates the new properties, how to make a splash screen, and
how to make a standalone app with an icon.  Combined the Screen info
into this example too.

Change-Id: I5b731539b39c55327f4e5b93860a880a35835896
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
20 files changed:
examples/quick/shared/images/qt-logo.png [new file with mode: 0644]
examples/quick/shared/shared.qrc
examples/quick/window/ScreenInfo.qml [moved from examples/quick/window/screen/screenInfo.qml with 95% similarity]
examples/quick/window/Splash.qml [moved from examples/quick/window/window/Window.qml with 72% similarity]
examples/quick/window/doc/images/qml-window-example.png [new file with mode: 0644]
examples/quick/window/doc/src/window.qdoc [new file with mode: 0644]
examples/quick/window/main.cpp [moved from examples/quick/window/window/window.cpp with 97% similarity]
examples/quick/window/resources/icon.icns [new file with mode: 0644]
examples/quick/window/resources/icon.ico [new file with mode: 0644]
examples/quick/window/resources/icon.svg [new file with mode: 0644]
examples/quick/window/resources/icon64.png [new file with mode: 0644]
examples/quick/window/resources/window.rc [new file with mode: 0644]
examples/quick/window/window.pro
examples/quick/window/window.qml [new file with mode: 0644]
examples/quick/window/window.qrc [new file with mode: 0644]
examples/quick/window/window/nogui.qml [deleted file]
examples/quick/window/window/standalone.qml [deleted file]
examples/quick/window/window/twowindows.qml [deleted file]
examples/quick/window/window/window.pro [deleted file]
examples/quick/window/window/window.qrc [deleted file]