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