From fbb5e0310687f8c628dc6e82a5f8b80fcd972f60 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 1 Nov 2017 11:44:00 +0100 Subject: Doc: mention the Side Panel example in Drawer's detailed description Task-number: QTBUG-64099 Change-Id: I6580f1779e2863e25980968b076f342a5d76d423 Reviewed-by: Mitch Curtis --- src/quicktemplates2/qquickdrawer.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/quicktemplates2/qquickdrawer.cpp b/src/quicktemplates2/qquickdrawer.cpp index 6ccac70c..f5df8015 100644 --- a/src/quicktemplates2/qquickdrawer.cpp +++ b/src/quicktemplates2/qquickdrawer.cpp @@ -153,6 +153,11 @@ QT_BEGIN_NAMESPACE If you would like the application's contents to stay where they are when the drawer is opened, don't apply a translation. + Drawer can be configured as a non-closable persistent side panel by + making the Drawer \l {Popup::modal}{non-modal} and \l {interactive} + {non-interactive}. See the \l {Qt Quick Controls 2 - Side Panel}{Side Panel} + example for more details. + \note On some platforms, certain edges may be reserved for system gestures and therefore cannot be used with Drawer. For example, the top and bottom edges may be reserved for system notifications and -- cgit v1.2.3