PDA

View Full Version : Qmessegebox problem



kehkok
15th May 2006, 09:35
Hi all,

I have problem in display the qmessagebox properly, I have the following line at my main.cpp

...
QMessageBox::warning( 0, "KK", QString("Good luck, buddy!"));
...

Once I output it to the TV., I can see the dialog box but not the text "Good luck, buddy!". Also I see the box title text "kk" is displayed. Do you have any comments where gone wrong? Even I used "./test -qws -savefonts" to force to qpf fonts, but, it is still useless.

Thx for reading ...

-KK

wysota
18th May 2006, 12:10
Does it work with other classes, for example QLabel?