Put two buttons in a table cell

Hi, I have a problem.

I would like to put two buttons in a table cell and I don’t know how to do this. For now I can only put one button.

Thanks!

Hi,

you can just create the two buttons, add them to some layout (e.g. HorizontalLayout) and then put that layout to the table cell.

Ok thank you

I will try ^^