table view
[mdictionary] / src / mdictionary / qml / XdxfDictDownloader.qml
index 6973147..074f880 100644 (file)
@@ -10,15 +10,12 @@ Rectangle {
     color : myPalette.window;
 
     function setValue(intiger){
-        console.log("ala value " +intiger);
         progressbar1.setValue(intiger);
     }
     function setText(string){
-        console.log("ala text " +string);
         text.text=string;
     }
     function setMaximumValue(intiger){
-        console.log("ala max " +intiger);
         if(intiger==0){
             timerUp.running=true;
             setValue(-1);
@@ -56,7 +53,6 @@ Rectangle {
         anchors.right: parent.right
         anchors.left: parent.left
         onClicked: {
-            console.log("click");
             rectangle1.cancelDownloading();
         }
     }