Discussion Board

Results 1 to 3 of 3
  1. #1
    Regular Contributor amol_benare604's Avatar
    Join Date
    Sep 2008
    Location
    Pune - India
    Posts
    378
    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.....

  2. #2
    Registered User jupaavola's Avatar
    Join Date
    Dec 2010
    Posts
    62
    Maybe you could try QDialog and add to it QLabel or QTextEdit with read only mode.

    I think QMessageBox is intented for small query.

  3. #3
    Nokia Developer Expert Fuzzbender's Avatar
    Join Date
    Feb 2008
    Posts
    183
    Have you looked at QMessageBox::about() ?

    1. Is still an issue - no support for dialog title for Symbian currently (title is shown in StatusPane) [see http://bugreports.qt.nokia.com/browse/QTBUG-4771]
    2. Should work with about().
    3. Hmm. Is this Qt 4.7.0? There was a nasty regression bug in 4.7.0, which was fixed for 4.7.1 that caused all dialogs to be mis-positioned. Though positioning them yourself should still work.

Similar Threads

  1. QMessageBox Icons to a Window
    By ras123 in forum Qt
    Replies: 8
    Last Post: 2010-08-11, 19:24

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved