summaryrefslogtreecommitdiff
path: root/src/controls/Calendar.qml
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2014-03-06 14:53:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-12 11:58:17 +0100
commit4569ed127c290bea8d165e15dc2eca525825c627 (patch)
treeea44b1d873f78c46c608c504df083d3c9e137bf1 /src/controls/Calendar.qml
parent15b85b154ea1d958c893e35b4d9d2d164c7e0b66 (diff)
downloadqtquickcontrols-4569ed127c290bea8d165e15dc2eca525825c627.tar.gz
Styling improvements for Calendar
Also - added the property Calendar::frameVisible. - moved the gridVisible property to CalendarStyle Change-Id: I57da65af130098ac5d0b858c9f964e52e3ba6922 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/controls/Calendar.qml')
-rw-r--r--src/controls/Calendar.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/controls/Calendar.qml b/src/controls/Calendar.qml
index 07e9b4ad..1fa5d72d 100644
--- a/src/controls/Calendar.qml
+++ b/src/controls/Calendar.qml
@@ -156,11 +156,12 @@ Control {
}
/*!
- This property determines the visibility of the grid.
+ This property determines the visibility of the frame
+ surrounding the calendar.
The default value is \c true.
*/
- property bool gridVisible: true
+ property bool frameVisible: true
/*!
This property determines the visibility of week numbers.