i wan't to create a TextEdit in qml that can be wrapped using a slider.
i can't figure out how to connect the slider(that i create) to the TextEdit, and make the text move according to the slider(like in qt edit text box...).

any idea?