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/Calendar.qml | |
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/Calendar.qml')
-rw-r--r-- | src/controls/Calendar.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/controls/Calendar.qml b/src/controls/Calendar.qml index 11b20b37..bd376c10 100644 --- a/src/controls/Calendar.qml +++ b/src/controls/Calendar.qml @@ -168,6 +168,14 @@ Control { property bool weekNumbersVisible: false /*! + This property determines the visibility of the navigation bar. + \since QtQuick.Controls 1.3 + + The default value is \c true. + */ + property bool navigationBarVisible: true + + /*! \qmlproperty enum Calendar::dayOfWeekFormat The format in which the days of the week (in the header) are displayed. |