PDA

View Full Version : Custom QLayout in .ui file



gcubar
13th February 2011, 14:19
Is possible to utilize a custom QLayout in .ui file and then 'uic' executable tools make a correct ui_file.h?

Imagene that I do a .ui file that have a custom QLayout and i have your source code (.cpp & .h) and i need that when I run 'uic' with this .ui file, this generates a ui_file.h file containing the creating custom objects QLayout and other assignments to properties.

If this is possible, what way to take to achieve this?

Thanks.

wysota
13th February 2011, 23:31
You can't use custom layouts in ui files.

gcubar
14th February 2011, 13:44
It's shame. Thanks.