PDA

View Full Version : problem in using printf



vishnu5
15th December 2007, 18:58
hi

i am using Qt Designer


i want to display the output to a screen(console like) and print it using C code

i have no idea about where to display it using printf statements....

is it possible to open a screen by clicking a pushbutton ?and then print the contents using C code?

please reply...

marcel
15th December 2007, 19:16
It has been said like 100 times by now: Designer can't be used alone to develop an application. You will eventually have to actually write some code to make it work.

What you want is possible, but not with Designer.
An easier way is to output stuff using qDebug().