Added test torrent files to right place, $HOME/MyDocs.
[qtrapids] / src / qml-client / qml / TorrentPickerPage.qml
index 44226af..162dea6 100644 (file)
@@ -44,11 +44,14 @@ Page {
         Item {
             height: 60
             width: parent.width
-            Text {
-                text: "Torrent"
-            }
-            Text {
-                text: url
+            MouseArea {
+                Text {
+                    height: parent.height
+                    width: parent.width
+                    text: url
+                }
+                anchors.fill: parent
+                onClicked: { console.log("selected torrent: " + url); }
             }
         }
     }