overte-JulianGro/tools/animedit/qml/TreeDelegate.qml
2019-11-22 15:40:44 -08:00

10 lines
175 B
QML

import QtQuick 2.0
Item {
Text {
anchors.fill: parent
color: styleData.textColor
elide: styleData.elideMode
text: styleData.value
}
}