hakermania
5th November 2010, 20:27
I want to put a qmessagebox that contains greek characters...
Something like this:
QMessageBox msgBox;
msgBox.setWindowTitle("Wallpaper Changer | Βγάλε Webcam-Εικόνα");
msgBox.setText("<b>Αυτή η λειτουÏγία θα είναι διαθÎ*σιμη στην<br>επόμενη Î*κδοση...</b>");
msgBox.setIconPixmap(QIcon(":/icons/Pictures/Webcam.png").pixmap(QSize(128,128)));
msgBox.setWindowIcon(QIcon(":/icons/Pictures/Webcam.png"));
msgBox.exec();
But I get Chinese/strange symbols and not the greek ones I expected. How can this solved ?:confused:
Something like this:
QMessageBox msgBox;
msgBox.setWindowTitle("Wallpaper Changer | Βγάλε Webcam-Εικόνα");
msgBox.setText("<b>Αυτή η λειτουÏγία θα είναι διαθÎ*σιμη στην<br>επόμενη Î*κδοση...</b>");
msgBox.setIconPixmap(QIcon(":/icons/Pictures/Webcam.png").pixmap(QSize(128,128)));
msgBox.setWindowIcon(QIcon(":/icons/Pictures/Webcam.png"));
msgBox.exec();
But I get Chinese/strange symbols and not the greek ones I expected. How can this solved ?:confused: