Quote from: texus on 09 October 2014, 08:21:52
But right now you still need both the add and addWidget function.
I don't think I changed the bahavior so you should have a look at the v0.6 tutorial for Grid.Code Selectgrid->add(button0); // Add the widget to the (grid) container
grid->addWidget(button0, 0, 0); // Place the widget in a cell
Oh dog, I totally forgot about this, the GUI code in my application has been untouched for over a year.
What about buttons in a grid not displaying their text? Can you reproduce this/know what silly mistakes I'm making?
In fact I had it earlier but it went unused for a very long time and now I have the credentials again.
