Added by Artem NA about 15 years ago
Is there any faster way to create page layout than just write widget inclusion and creation code?
I have tried to use Qt designer but it has some major incompatibilities - for example there are no WSpacer classes in Wt and widget stretching behavior is different.
Could you please advice any other method of faster form layout? Thank you.
It's often easier to store layout stuff in a WTemplate. You may even use a html editor to write parts of the WTemplate file...
There have been discussions on using Qt designer for Wt before, but afaik no work has been done on it.
Regards,
Wim.