Hi,
I have a problem with placing a widget in a grid.
I want the widgets they added to the grid without a position.
Qt Code:
  1. GridLayout->addWidget(myWidget)
To copy to clipboard, switch view to plain text mode 
But when trying to add Wiget is a program that adds it in a vertical position (one by one).
I want wigety were added horizontally.

Temporarily, I fixed it this way ... I put it in the net three wigety horizontal position (qt designer), then when you create the window destructor and destroying doing these three wigety. I can now add to the grid dynamically wigety the way I wanted.
This is not an elegant solution.

Please help and sorry for my English.