Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

textarea with border qml

Rectangle {
    color: "green"
    anchors.fill: parent
    anchors.margins: 20

    TextArea {
        anchors.fill: parent
        anchors.margins: 1
        style: TextAreaStyle {
            backgroundColor : "yellow"
        }

    }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #textarea #border #qml
ADD COMMENT
Topic
Name
8+2 =