Hello,

is there a way to have a QGridLayout with all cells having the same
size (fixed or depending on the largest widget in the grid)??

I am actually wrapping Qt and Gtk and i found the homogeneous property
for the Gtk::Table but nothing equivalent in QGridLayout

Thanks.