7 lines
74 B
QML
7 lines
74 B
QML
|
import QtQuick 2.15
|
||
|
|
||
|
Item {
|
||
|
implicitWidth: 1
|
||
|
implicitHeight: 16
|
||
|
}
|