Hello!

Is it possible (easily) to move an layout (QHBoxLayout) with child elements (QButton and QComboBox) from an QGridLayout into another layout (here an QVBoxLayout)?

I tried an grid_layout->removeItem(x) and an vbox_layout->insertItem(1,x), but it does not work.
Any ideas?

Regards
Sven