Looking for an application GUI library for C++

c++, user-interface

Solution

Qt is a pretty solid GUI application framework. It is cross-platform, well documented, supported, and free.

Problem

I'm thinking about writing a very simple paint program. I would like a more advanced method of inputting data into my program like colors, thickness of the brush, etc. I would like to use a GUI library so I can program buttons and menus to make input easier. Any suggestions? (I'm running Visual C++ 2005 SP1)

Original source