Added global controller andalso filebrowser qml
[lichviet] / qml / LichViet / XemNgayTotXauHoangDao.qml
index f15f01c..c305e12 100644 (file)
@@ -44,6 +44,7 @@ Item{
         visible: true
         opacity:0.9
 
+
         Component {
             id: listDelegate
 
@@ -73,9 +74,9 @@ Item{
                     }
                 }
 
-
         }
 
+
         ListModel {
                  id: listModel
 
@@ -163,7 +164,4 @@ Item{
         main_item.huong_xuat_hanh = NTX.huong_xuat_hanh(screen.lunarDayCanChi);
     }
 
-    transitions: [
-        Transition { NumberAnimation { properties: "x,y,opacity"; duration: 500; easing.type: Easing.InOutBack } }
-    ]
 }