diff options
author | Shawn Rutledge <shawn.rutledge@digia.com> | 2014-08-22 16:21:41 +0200 |
---|---|---|
committer | Shawn Rutledge <shawn.rutledge@digia.com> | 2014-09-04 13:33:53 +0200 |
commit | f4605583e857c11247f557d665e267a1711d561b (patch) | |
tree | 751622a021b78c1f3b330602f3c55357c9dbf17d /src/dialogs/dialogs.pro | |
parent | 2ba820668c86684abcad4a2b69ac49e1af9de010 (diff) | |
download | qtquickcontrols-f4605583e857c11247f557d665e267a1711d561b.tar.gz |
FileDialog: add sidebarVisible property and button
The sidebar takes up too much space on some devices, so now it is
possible for the application author to hide it by default. The user
can also toggle it with a button similar to that used for the
Qt Creator sidebar, and this state is stored as a setting; however
if the application sets sidebarVisible: false, that overrides the setting.
[ChangeLog][QtQuick.Dialogs] FileDialog: added sidebarVisible property
and button
Task-number: QTBUG-39231
Change-Id: Ie8b379da02f4b12764732b2c01b79039722778ab
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/dialogs/dialogs.pro')
-rw-r--r-- | src/dialogs/dialogs.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dialogs/dialogs.pro b/src/dialogs/dialogs.pro index 4ad7888f..c33fa7f7 100644 --- a/src/dialogs/dialogs.pro +++ b/src/dialogs/dialogs.pro @@ -51,7 +51,9 @@ DIALOGS_QML_FILES += \ DefaultDialogWrapper.qml \ qml/ColorSlider.qml \ qml/DefaultWindowDecoration.qml \ + qml/IconButtonStyle.qml \ qml/qmldir \ + qml/icons.ttf \ images/critical.png \ images/information.png \ images/question.png \ |