8 lines
158 B
QML
8 lines
158 B
QML
import QtQuick 2.6
|
|
import QtQuick.Controls 2.0
|
|
import QtQuick.Controls.Material 2.0
|
|
|
|
CheckBox {
|
|
Component.onCompleted: contentItem.wrapMode = Text.Wrap
|
|
}
|