I am programming in Linux, developing a C++ program in Netbeans. Actually my program runs on a terminal but I like to design a window interface for this program.
Only with Netbeans I do not know if there is a way to design a Form with buttons and such things, ...
I have Qt installed to. So, right-click > project > New > Qt Form gives me 3 new files ( .cpp, .h and .ui ) and a information message pops up saying:
"Unable to run "designer". Do you have Qt directory in PATH?"