From 49e6e153846afb5a9b2e8e34e71c7fc5b9ab5c66 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 31 Jul 2014 16:10:50 +0200 Subject: [PATCH] Doc: remove or hide docs for unsupported QML types Flipable, StatusBar, and ToolBar are no longer visible in the Library pane. Change-Id: I5258ff950e83a49c90b5246d5957d8c9e6382657 Reviewed-by: Thomas Hartmann --- doc/src/qtquick/qtquick-screens.qdoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/src/qtquick/qtquick-screens.qdoc b/doc/src/qtquick/qtquick-screens.qdoc index e5fcee617ef..0f7ce685fde 100644 --- a/doc/src/qtquick/qtquick-screens.qdoc +++ b/doc/src/qtquick/qtquick-screens.qdoc @@ -347,10 +347,6 @@ \li \l{Flickable} items can be flicked horizontally or vertically. - \li \l{Flipable} - items can be flipped between their front and back sides by using - rotation, state, and transition. - \li FocusScope assists in keyboard focus handling when building reusable QML components. @@ -394,18 +390,24 @@ down buttons, by pressing up or down on the keyboard, or by entering a value in the box. + \omit + Not visible in the item library in 3.2. \li StatusBar contains status information in your application. It does not provide a layout of its own, but requires you to position its contents, for instance by creating a \gui {Row Layout}. + \endomit \li TextArea displays multiple lines of editable formatted text. \li TextField displays a single line of editable plain text. + \omit + Not visible in the item library in 3.2. \li ToolBar provides styling for ToolButton as well as other controls that it can contain. However, it does not provide a layout of its own, but requires you to position its contents, for instance by creating a \gui {Row Layout}. + \endomit \li ToolButton provides a button that is functionally similar to \gui Button, but that looks more suitable on a \gui {Tool Bar}.