diff options
Diffstat (limited to 'Eduport.qml')
-rw-r--r-- | Eduport.qml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Eduport.qml b/Eduport.qml deleted file mode 100644 index 5bdd9a7..0000000 --- a/Eduport.qml +++ /dev/null @@ -1,8 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -GridView { - cellWidth: parent.width / 2 - cellHeight: cellWidth - ScrollBar.vertical: ScrollBar {} -} |