What are the best programs to make c++ GUI

Im looking for a program to make my gui for my personal programs.
only thing im finding online is QT


How broadly are you using the term GUI here? Like an actual form with buttons and tick boxes? Or just graphical things that you can click on? If the latter, just use a graphics library.
...if the former, Qt is about as good as you will get.
+1 @wxWidget for the former

Aceix.
@LB the actual form. I already have QT so im gonna try wxwidget.
I want to see what my options are before I start studying QT
Topic archived. No new replies allowed.