Tagged Questions

7
votes
6answers
2k views

Lightweight C++ Gui Library

I want to create GUI applications with C++ on Windows. I have downloaded Qt, and it works well, but it has sooooo much stuff in it and so many header files that I really don't use. It is a nice ...