I have a dialog in qt that has multiple groupboxes, each using a form layout. Something like this: https://dl.dropbox.com/u/4494367/Groupbox_Layouts.png
Is there a way to get the form layouts to link, so that the have the same column widths?
I have a dialog in qt that has multiple groupboxes, each using a form layout. Something like this: https://dl.dropbox.com/u/4494367/Groupbox_Layouts.png
Is there a way to get the form layouts to link, so that the have the same column widths?
There is no built in way to do this but three possibilities come to mind:
You may want to browse the linked questions for other info but I think it is generally agreed that this objective may not be entirely worth the effort :)