7 lines
97 B
QML
7 lines
97 B
QML
import ".."
|
|
|
|
MatrixText {
|
|
text: model.formattedBody
|
|
width: parent ? parent.width : undefined
|
|
}
|