print result to console
[pywienerlinien] / gotovienna / gotovienna_qml / qml / gotovienna_qml / ResultRealtime.qml
index 04c4ca1..e15fa93 100644 (file)
@@ -9,6 +9,7 @@ Page {
 
     property string gline : ""
     property string gstation : ""
+    property bool busy : true
 
     Component {
          id: departureDelegate
@@ -211,11 +212,11 @@ Page {
          platformStyle: ScrollDecoratorStyle {}
      }
 
-     /*BusyIndicator {
+     BusyIndicator {
          id: busyIndicator
-         visible: true
+         visible: busy
          running: true
          platformStyle: BusyIndicatorStyle { size: 'large' }
          anchors.centerIn: parent
-     }*/
+     }
 }