Hi there,

I have been trying to delete a widget from a grid layout all morning without success. Either the widget is still there or the program crashes. Can someone tell me how this should be done? The widgets are added using addWidget(cardVector[k], k/4, k%4);

I have a grid layout with two rows and four columns containing different cards. I would like to delete one of these cards at any position and want that the other cards move up and that an empty "field" is added at the end. How do I do that?

Thanks for taking a look!