Added global controller andalso filebrowser qml
[lichviet] / qml / LichViet / About.qml
index adb96ee..af36f5b 100644 (file)
@@ -3,7 +3,7 @@ Copyright (C) 2011  by Cuong Le <metacuong@gmail.com>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
+the Free Software Foundation, either version 2 of the License, or
 (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
@@ -14,7 +14,6 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>
 */
-
 import QtQuick 1.0
 
 Item{
@@ -71,7 +70,7 @@ Item{
         y: 234
         width: 80
         height: 20
-        text: "Phiên bản : 1.0.2-1-beta (25/08/2011)<br>\
+        text: "Phiên bản : 1.0.2-3 (25/08/2011)<br>\
 Phát triển bởi : <a href='mailto:metacuong@gmail.com'>metacuong@gmail.com</a>"
 anchors.horizontalCenterOffset: 0
 wrapMode: Text.NoWrap
@@ -94,7 +93,4 @@ wrapMode: Text.NoWrap
         }
     }
 
-    transitions: [
-        Transition { NumberAnimation { properties: "x,y,opacity"; duration: 500; easing.type: Easing.InOutBack } }
-    ]
 }