hi guys
i have a little question.
i have a rectangle in QML and i want to set a dashed border for it (not solid border)
what should i do?
if i should use CSS in QML please tell me how should i use CSS in QML?
There is not direct way of doing with existing construct. You can try own image using BorderImage or write your own rectangle using Canvas and onPaint signal handler