diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-26 16:11:44 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-26 16:11:44 +0800 |
| commit | 42d737c08d6dc5ada6002afe7c74dc1fa6240a25 (patch) | |
| tree | 3e7709fe2bc10c86c6080b193b4cd53e2d07940c /Eduport.ui.qml | |
| parent | 4a869a2b07eafb4ecf4abf21974898b84107918e (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.qml | 9 |
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 {} -} |