Hello friends
I want to show "about us" dialog in Qt application...
I am using QMessageBox for this but it doesn't look like symbian MessageQuery dialog...
1: I have added title with the line msgBox.setWindowTitle(tr("About")); but it doent shows me title in my messagebox.
2: If I enter multiline text it doesn't shows me scroll bar automatically... the text become hidden after certain limit...
3: It doesnt remain on bottom of the screen.....
Is there any way available to show "About us" in a simple messagebox......?
plz help me.....



