RowLayout animation?
Unsolved
QML and Qt Quick
-
Qt Quick Controls 2, 5.10....
I've got a row of elements in a toolbar that I'm currently organizing using a RowLayout item, but I need the elements to be dynamic, and would like to animate the icons as they enter and leave.
I see I can do that using a Row (vs. RowLayout), but that object looks like it hasn't been carried forward into Qt 5.
Is there a way to animate the addition and subtraction of RowLayout elements?
Is there a downside to using Row in a more modern project?