summaryrefslogtreecommitdiff
path: root/Eduport.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-26 16:11:44 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-26 16:11:44 +0800
commit42d737c08d6dc5ada6002afe7c74dc1fa6240a25 (patch)
tree3e7709fe2bc10c86c6080b193b4cd53e2d07940c /Eduport.ui.qml
parent4a869a2b07eafb4ecf4abf21974898b84107918e (diff)
Rename without prefix
Objects with the same name from different projects can be cherry-picked in the resource file.
Diffstat (limited to 'Eduport.ui.qml')
-rw-r--r--Eduport.ui.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/Eduport.ui.qml b/Eduport.ui.qml
deleted file mode 100644
index 747fdbf..0000000
--- a/Eduport.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.6
- ScrollBar.vertical: ScrollBar {}
-}