9 lines
86 B
QML
9 lines
86 B
QML
|
import QtQuick
|
||
|
import QtQuick.Controls
|
||
|
|
||
|
|
||
|
Label {
|
||
|
id: txt
|
||
|
font.pixelSize: 18
|
||
|
}
|