Mailinglist Archive: opensuse-programming (84 mails)

< Previous Next >
Germany character /Umlaut letter on SuSE 9.1, Qt 3.1.
  • From: Prabu Subroto <prabu_subroto@xxxxxxxxx>
  • Date: Thu, 26 Aug 2004 07:48:59 -0700 (PDT)
  • Message-id: <20040826144859.85030.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
dear my friends...

my QTable dan QMessageBox can not display umlaut
letter such as ' ä ' (ae), ' ü ' (ue) and ' ö
'(oe).

My QDataBase and my QLineEdit can display the umlaut
letters but the QMessageBox and QTable don't.

Here I tried this line...

1. with QMessageBox:

int itemsidcomboBox =
salesidcomboBox->currentItem();
if (itemsidcomboBox==0){
QMessageBox::warning(this, "Achtung !", "Für
welche
Berater ID ?" );
return false;
}

2. with QTable:
liattable->setText(0,0, "äüö");

and both of them can not display the umlaut character
(ö,ü. ä) properly.

What should I do?

what should I do to make my QTable and my QMessageBox
can display the umlaut letters.

Thank you very much in advance.




__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail

< Previous Next >
Follow Ups