you can download it from here http://qt.nokia.com/downlo
Main Topics
Browse All TopicsI'm designing a simple forms application in Kdevelop using QT 3.
I've made a simple GUI, designed a simple piece of code to dump a line from cout to the console in Kdevelop when the push button is clicked (I connected it using the Q Designer tool)
Now, no matter what I do, when I compile this darned application, the push button just causes the following line of text to be dumped to the console of KDevelop:
mainmenu::initDev(): Not implemented yet
I have the main program, main.cpp, just calling a UI I designed, mainmenu.ui (which generates mainmenu.cpp and mainmenu.h automatically). The pushbutton in the mainmenu GUI calls a function from another file, pib.cpp, initDev();
Any suggestions? I'm no stranger to programming, and I've made countless GUIs in VC++ and VS.net, but QT is just driving me up the wall right now
Thank you all in advance
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
you can download it from here http://qt.nokia.com/downlo
From help:
What's the right grade to give?
Grading at Experts Exchange is not like school. It's more like the "10-point Must" system in professional boxing; in other words, an answer is worth an A, unless it doesn't resolve your issue. If it requires you to do a little more research, or figure out one more piece of code, then it's worth a B. If you think it's not worth a B, the custom is to offer the Experts an opportunity to earn a better grade.
Business Accounts
Answer for Membership
by: zaghaghiPosted on 2009-08-26 at 06:36:10ID: 25187458
Why you don't use QtCreator? it's simple and powerful