Tag Archives: GUI

How to Add QT Support to an Existing Visual Studio Project

QT is a cool GUI framework and the Visual Studio add-in is pretty neat… it allows you to code and deploy C++/QT apps without having to deal with QT’s include directories, linker dependencies, environment variables and all that jazz. You … Continue reading

Posted in C++ | Tagged , , , , , , , | 6 Comments

C++ GUI Libraries, QT and the Signals/Slots Paradigm

A bit about C++ GUI libraries, a bit about QT and a bit about its renowned Signals/Slots paradigm Continue reading

Posted in C++ | Tagged , , , , , , , , , | Leave a comment