From 48e027ef11b7b09c20a6362e1768f909ea250815 Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Wed, 12 Sep 2012 16:09:38 -0300 Subject: Removed invalid examples. --- examples/MenuSection.qml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 examples/MenuSection.qml (limited to 'examples/MenuSection.qml') diff --git a/examples/MenuSection.qml b/examples/MenuSection.qml deleted file mode 100644 index 170fa89..0000000 --- a/examples/MenuSection.qml +++ /dev/null @@ -1,30 +0,0 @@ -import QtQuick 1.1 -import Ubuntu.Components 0.1 -import Ubuntu.Components.ListItems 0.1 as ListItem - - -Item { - property variant menu - width: parent.width - height: contents.height - - Column { - id: contents - width: parent.width - - ListItem.Header { - text: menu.label - } - - Repeater { - model: menu ? menu.linkSection : undefined - - MenuFactory { - width: contents.width - menu: model - } - } - - ListItem.Divider { } - } -} -- cgit v1.2.3