Added more information to the lunar calendar
[lichviet] / qml / themes / default / default.qml
index 1edd266..c9e2466 100644 (file)
@@ -5,6 +5,7 @@ Item {
     property alias titlebar: titlebar
     property alias datepicker: datepicker
     property alias toolbar: toolbar
+    property alias markdate: markdate
 
     property string root_dir : "file:/opt/usr/share/LichViet/themes/default/" 
     property string background_image: root_dir+"background.jpg"
@@ -37,4 +38,14 @@ Item {
         property string button_pressed: root_dir+"dp_button_pressed.png"
         property string button_active: root_dir+"dp_button_active.png"
     }
+
+   Item{
+        id:markdate
+        property string sunday:"red"
+        property string saturday:"blue"
+        property string otherday:"grey"
+        property string otherday_selected:"#FFFFFF"
+        property string holidays:"yellow"
+       property string not_holidays:"#FFFF99"
+   }
 }