Is there any C++ GUI lib here that is fast, has highly customizable looks (like Swing) and ofcourse, of much higher level of abstraction then Win32?
I’m a complete begginer in c++ but loved Java+Swing combo very much for their customizability.
Simply put, I want the lib to be easy to learn, can be customized by simply subclassing and overiding their painting (like Swing) and free 🙂
Please help me!
P.S. I use orwell dev-c++ portable fork with 32 bit gcc. if that matters.
Qt is what you’re looking for: http://qt-project.org