Design Qt Form inside Netbeans

Sep 18, 2009 at 9:44pm
Hi,

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?"

My question is: How do I put "designer" in PATH?
Sep 18, 2009 at 9:52pm
You should say what is the directory in which Qt creator is stored somewhere in the environment settings of your IDE
Last edited on Sep 18, 2009 at 9:52pm
Sep 18, 2009 at 9:53pm
In fact "designer" is in /home/cristiano/qtsdk-2009.02/qt/bin

and

cristiano@yacamim:/usr/games$ $PATH
bash: /usr/local/bin:/usr/bin:/bin:/usr/games: No such file or directory

cristiano@yacamim:~$ designer
bash: designer: command not found
Sep 18, 2009 at 10:03pm
Hi Bazzy,

I search in the IDE but I did not found how I can add the PATH of "designer" in Netbeans.
Sep 19, 2009 at 9:54am
I can't help you more specifically as I don't use that IDE.
Here are some links, try to see if they help you:
http://www.netbeans.org/kb/docs/cnd/qt-applications.html
http://www.tsseshop.com/developer/Tutorials/HowToQtOnNetBeans/
Topic archived. No new replies allowed.