8a44c6c127d5bcb2c7366b549d842aeb44cfe426
[tlb/tlb-podcasts.git] / Main.qml
1 import QtQuick 2.0
2
3 /* SONY DISPLAY INFORMATION
4 * 3840x1644, 643ppi (HUGE SCREEN)
5 */
6
7 Page {
8 content: Item {
9 id: root
10
11 CardsList {
12 id: cards
13
14 anchors {
15 margins: 20
16 top: parent.top
17 left: parent.left
18 right: parent.right
19 bottom: parent.bottom
20 }
21 }
22 }
23 }