Border change in TextArea
-
Hello,
you can change the style of your TextArea by using the TextAreaStyle:
http://doc.qt.io/qt-5/qml-qtquick-controls-styles-textareastyle.html
Using this you can change the background of your TextArea which should be the border in original. Style it however you want, for example by using a transparent Rectangle with a border.