What should I choose: GTK+ or Qt? [closed]
As you seem to primarily target Linux, then the choice mostly depends on the programming language you want to use. If you code in C, then obviously go for GTK+ If you code in C++, go for Qt, otherwise you will need Gtkmm (a C++ wrapper over GTK+) If you code in Python, both GTK+ … Read more