to clarify (example)

I have a QGridLayout with already 20 rows full of widgets. Now I would like to insert a new row between row 9 and row 10. I think that this can not be done with the addWidget function?

Thanks,

Thomas