forked from qt-creator/qt-creator
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 <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -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}.
|
||||
|
||||
Reference in New Issue
Block a user