11 lines
107 B
QML
11 lines
107 B
QML
import QtQuick 2.12
|
|
import QtQuick.Controls 2.5
|
|
|
|
Rectangle {
|
|
color: 'transparent'
|
|
|
|
Text {
|
|
|
|
}
|
|
}
|