diff options
author | J-P Nurmi <jpnurmi@digia.com> | 2014-06-22 07:09:45 +0200 |
---|---|---|
committer | J-P Nurmi <jpnurmi@digia.com> | 2014-06-23 14:28:41 +0200 |
commit | 1f0def9e8feca180680c1344cef6cf250b7630ba (patch) | |
tree | 752cfb9a13f73d05b394d2c20201cc331927b628 /src/controls/Styles | |
parent | 55e3a5d301e9382a66daf97718d2907d80c7c427 (diff) | |
download | qtquickcontrols-1f0def9e8feca180680c1344cef6cf250b7630ba.tar.gz |
Introduce Calendar.navigationBarVisible
[ChangeLog][Calendar] Introduced navigationBarVisible -property to
control the visibility of the navigation bar.
Change-Id: I74051fc88e7043023dca6fdb67c81909630fc2db
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/controls/Styles')
-rw-r--r-- | src/controls/Styles/Base/CalendarStyle.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/Styles/Base/CalendarStyle.qml b/src/controls/Styles/Base/CalendarStyle.qml index bbadf577..b5485d82 100644 --- a/src/controls/Styles/Base/CalendarStyle.qml +++ b/src/controls/Styles/Base/CalendarStyle.qml @@ -394,6 +394,7 @@ Style { anchors.right: parent.right anchors.top: parent.top sourceComponent: navigationBar + active: control.navigationBarVisible property QtObject styleData: QtObject { readonly property string title: control.__locale.standaloneMonthName(control.visibleMonth) |