Results 1 to 2 of 2

Thread: How to show QProgressDialog without cancel button

  1. #1
    Join Date
    May 2006
    Location
    Bangalore,India
    Posts
    235
    Thanks
    7
    Thanked 25 Times in 24 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Question How to show QProgressDialog without cancel button

    I want to show QProgressDialog without cancel button. I dont want to show any button on this. how to do this?

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to show QProgressDialog without cancel button

    Qt Code:
    1. progressDialog->setCancelButton(0);
    To copy to clipboard, switch view to plain text mode 
    J-P Nurmi

  3. The following 4 users say thank you to jpn for this useful post:

    MarkoSan (17th January 2008), rajesh (30th January 2007), robertson1 (31st December 2008), vycke (21st October 2008)

Similar Threads

  1. Push button double click
    By curtisw in forum Qt Programming
    Replies: 3
    Last Post: 15th February 2006, 17:40

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.