Project

General

Profile

Using Qt designer to design widget layout

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.


Replies (1)

RE: Using Qt designer to design widget layout - Added by Wim Dumon about 15 years ago

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.

    (1-1/1)