summaryrefslogtreecommitdiff
path: root/src/controls/Styles
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-06-22 07:09:45 +0200
committerJ-P Nurmi <jpnurmi@digia.com>2014-06-23 14:28:41 +0200
commit1f0def9e8feca180680c1344cef6cf250b7630ba (patch)
tree752cfb9a13f73d05b394d2c20201cc331927b628 /src/controls/Styles
parent55e3a5d301e9382a66daf97718d2907d80c7c427 (diff)
downloadqtquickcontrols-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.qml1
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)