seems the obvious approach.Qt Code:
layout->insertWidget(layout->count() - 1, newWidget);To copy to clipboard, switch view to plain text mode
You can probably do away with the spacer item (I assume) altogether using the layout's size constraint.
Bookmarks