mirror of
https://github.com/QuasarApp/QtAndroidTools.git
synced 2025-04-29 22:44:31 +00:00
10 lines
75 B
QML
10 lines
75 B
QML
|
|
||
|
import QtQuick 2.12
|
||
|
import QtQuick.Controls 2.12
|
||
|
|
||
|
Page {
|
||
|
id: page
|
||
|
|
||
|
|
||
|
}
|