Hi folks,

I have designed quite a few forms in Qt Designer, each of them having
lot of widgets embedded in them.

Now for the sake of my design document, i need to get a list
of all the widgets
(Labels, buttons, Stackwidgets, Frames) in my form.

Is there any tool to do this or does designer give me an option to extract?

Currently all the widgets are available in "ui_form.h", but is there
any better way to get this?