aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/shared/LauncherList.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/quick/shared/LauncherList.qml b/examples/quick/shared/LauncherList.qml
index ba9ee6c5d2..2d1d29c585 100644
--- a/examples/quick/shared/LauncherList.qml
+++ b/examples/quick/shared/LauncherList.qml
@@ -52,6 +52,15 @@ Rectangle {
myModel.append({"name":name, "description":desc, "url":url})
}
+ function hideExample()
+ {
+ ei.visible = false;
+ }
+ function showExample(url)
+ {
+ ei.exampleUrl = url;
+ }
+
// The container rectangle here is used to give a nice "feel" when
// transitioning into an example.
Rectangle {