X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=remote%2Fqml%2Fmain.qml;fp=remote%2Fqml%2Fmain.qml;h=23bb418b6df4333906d3e9032dc93c185fd70eed;hb=1abfbdd94fa45883f6d742df00508715f79c9954;hp=0000000000000000000000000000000000000000;hpb=5a79899d5a888e9aa76f29cb889e77979062a4a1;p=xinema.git diff --git a/remote/qml/main.qml b/remote/qml/main.qml new file mode 100644 index 0000000..23bb418 --- /dev/null +++ b/remote/qml/main.qml @@ -0,0 +1,16 @@ +import QtQuick 2.0 +import Sailfish.Silica 1.0 +import fi.mikkosoft.xinema 0.1 +import "pages" + +ApplicationWindow +{ + initialPage: Component { ConnectPage { } } + allowedOrientations: Orientation.Portrait + + XinemaControl + { + id: xinemaControl; + } +} +