diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-10-01 01:45:02 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-10-01 01:46:24 (GMT) |
commit | 2e078ddc87277e47f3e9b7a21d1197b0d7309d2d (patch) | |
tree | f6ce8e3a31a19661b01c9851dbffa967e907d500 /doc | |
parent | 394651a222b9b200b793dbf86fadc52b5a546915 (diff) | |
download | Qt-2e078ddc87277e47f3e9b7a21d1197b0d7309d2d.zip Qt-2e078ddc87277e47f3e9b7a21d1197b0d7309d2d.tar.gz Qt-2e078ddc87277e47f3e9b7a21d1197b0d7309d2d.tar.bz2 |
Doc: remove unfinished and confusing mention to focus panels.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/focus.qdoc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/src/declarative/focus.qdoc b/doc/src/declarative/focus.qdoc index 56ea165..0310cee 100644 --- a/doc/src/declarative/focus.qdoc +++ b/doc/src/declarative/focus.qdoc @@ -301,14 +301,4 @@ actually performs the work of handling the \e {Return} key. All of the QML view classes, such as \l PathView and \l GridView, behave in a similar manner to allow key handling in their respective delegates. - -\section1 Focus Panels - -Traditional UIs are composed of many top-level windows. Windows actually -perform two tasks - they act as the visual bounds for a widget, and they segment -focus. Each window has a separate focused widget, that becomes (to mix -terminologies) the \e {active focus} widget when the window is the active -window. - -### Focus panels do basically the same thing. */ |