PDA

View Full Version : how to display data and image dynamically in the device?



kumari arpita
26th July 2012, 09:32
HI,
I tried with Qmessagebox . i am able to display pop_up but its not in the middle in the screen on the device.Please suggest me .


QMessageBox noc;

QString er=tr("When you want to start reading the holy book :\nAllah has asked us to begin the search for refuge against Satan the stoned. Indeed, Allah says in his noble book,\nSo when you want to recite the Qur’ân,seek refuge with Allah from Shaitân (Satan), the outcast (the cursed one)...»Surah An-Nahl verse 98. \n This verse encourages the reader to begin each recitation by the formula :?? ??????? ?????? which is the key to divine protection.\nOn the other hand, at the beginning of each surah (Surah At-Except tawbah - The Repentance), we find what is called in Arabic al-Bismillah which is the formula: ??? ???? ?????? ?????? and which means In the name of God, the Most Gracious, the Most Merciful.");

noc.setText(er);
noc.exec();


Regards,
Arpita