Resize rectangle without mouse
-
Hello every one,
I am working on one embedded application. where I am designing user inter face for display using QML.
I want to know is it possible to adjust width of the rectangle by moving single edge of the rectangle.
I mean only one edge (left / right) can be moved to adjust the width of the rectangle at a time.
when left push button is clicked the left edge should be moved
and when right push is clicked right edge is moved.
Please help as I am new to QT QML