diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-26 21:55:49 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-26 21:55:49 +0800 |
commit | 6fe0294e692c4626336731276dc28926a1302b32 (patch) | |
tree | 8a9a0a2fb4db46d96cbbe2d5d875322bd1a2383c /Home.ui.qml | |
parent | 4f156d3f249eed55c8f6d2906fce2ac0c7eef18f (diff) |
Rename Home
We'll start from https://eduport.webestica.com/course-grid-2.html
which we shall call Minimal Grid.
Diffstat (limited to 'Home.ui.qml')
-rw-r--r-- | Home.ui.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Home.ui.qml b/Home.ui.qml deleted file mode 100644 index 5956957..0000000 --- a/Home.ui.qml +++ /dev/null @@ -1,9 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -GridView { - cellWidth: width < 576 ? parent.width : width < 768 ? parent.width / 2 - : width < 992 ? parent.width / 3 : parent.width / 4 - cellHeight: cellWidth * 1.3 - ScrollBar.vertical: ScrollBar {} -} |