I'm trying to play around with the GUI layouts and see what I could do with it. Here's what I wish to achieve: there is a title frame on the top half of the widget, and it should look like this:
*****************************
* [LOGO] [button]*
*****************************
The logo should be in the center of the frame and there is nothing to the left of it. There will also be a button on the right of the LOGO. LOGO has a fixed size.
I could set the LOGO in the center without the button, but as soon as I add it, the position of the LOGO is changed.
So my current solution is to add a test label with no text to the left of the LOGO, this way the frame becomes symmetric with the LOGO in the middle.
But I'm still curious about the correct way of doing this layout, can anyone help? Thanks very much