Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to make a widget just like the "widget box", EX. where you can drag from all the widgets. what widget is it made of?
All the sources are there. What do they tell you?
it is hard to find it when you dont know exactly where to look?
Start with the QtDesigner sources.
My guess is that it is a QTreeView (derived) widget, with a custom model providing the items representing the registered widget types.