I have been using visual studio in the past now i have started with eclipse it is a good IDE
My question is: I want to know is there anything similar to WindowBuilder for eclipse but for C++ specific I want a widget toolkit that has drag and drop functionality that can be used inside eclipse for building GUI for my desktop apps
i want option both for GTK+, X and QT (QT is strange to me, I love GTK though)
Please also tell me if i can compile my GUI for Windows and linux both I have already installed MinGW for that I want something that works in the visual studio fashion but with eclipse as this is a cross-platform GUI
I want something that has drag and drop functionality for widgets in the perspective itself!!
also tell me (if such product exists) if i can compile that same program/GUI for other OS'es as well like for Mac, Windows and Linux/UNIX
and do i have to pre-install the GTK on the target environment?