From ecc7f9e34177b647d1dfd98e51bc43ad035d7ff5 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Mon, 26 Sep 2022 13:18:20 +0800 Subject: Main page with grid view --- Eduport.qml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Eduport.qml diff --git a/Eduport.qml b/Eduport.qml new file mode 100644 index 0000000..5bdd9a7 --- /dev/null +++ b/Eduport.qml @@ -0,0 +1,8 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 + +GridView { + cellWidth: parent.width / 2 + cellHeight: cellWidth + ScrollBar.vertical: ScrollBar {} +} -- cgit v1.3