I'm new in C++ and looking for a way to create gui just like windowbuilder under eclipse (java). I will appreciate if someone can help me to find tool like windowbuilder. OS : Linux
Thank you
I'm new in C++ and looking for a way to create gui just like windowbuilder under eclipse (java). I will appreciate if someone can help me to find tool like windowbuilder. OS : Linux
Thank you
Personally I'm a fan of Qt.
However, it depends entirely on what you want to do. Qt is primarily for cross platform development, so it'll look and act mostly the same between any platform, it also has a large library that may require a bit of a learning curve at first - but the licencing options make it look pretty. Also the documentation is very awesome.
There are of course a lot of other options like: GTKmm (based on GTK+), wxWidgets, FLTK, etc...
Also this is a duplicate question, so look at some of these other answers: