summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-10-01 01:45:02 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-10-01 01:46:24 (GMT)
commit2e078ddc87277e47f3e9b7a21d1197b0d7309d2d (patch)
treef6ce8e3a31a19661b01c9851dbffa967e907d500 /doc
parent394651a222b9b200b793dbf86fadc52b5a546915 (diff)
downloadQt-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.qdoc10
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.
*/