Results 1 to 4 of 4

Thread: Need help in QProgressDialog

  1. #1
    Join Date
    May 2008
    Posts
    42
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4

    Default Need help in QProgressDialog

    Hi Friends,

    I need to re size the Progressbar and i need to place one spinner in the QProgressDialog. Is it posible to do.

    Thanks in Advance...

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Need help in QProgressDialog

    It's easier to create your own dialog from scratch using an instance of QProgressBar.

  3. #3
    Join Date
    May 2008
    Posts
    42
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4

    Default Re: Need help in QProgressDialog

    Hi,

    Thanks for your reply..

    Now i am creating a dialog inherited from QProgressDialog. I will convey if i have any doubts..

    Thanks and regards,
    Santhosh

  4. #4
    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: Need help in QProgressDialog

    Subclassing QProgressDialog still won't give you full access to its internal layout and stuff. Subclass QDialog instead, create a layout and place the progress bar, cancel button, and your custom stuff there.
    J-P Nurmi

Similar Threads

  1. Replies: 2
    Last Post: 22nd January 2008, 15:15
  2. QProgressDialog
    By samirg in forum Qt Programming
    Replies: 5
    Last Post: 5th September 2007, 16:37
  3. How to show QProgressDialog without cancel button
    By rajesh in forum Qt Programming
    Replies: 1
    Last Post: 30th January 2007, 09:53
  4. QProgressDialog and the events
    By chaosgeorge in forum Qt Programming
    Replies: 1
    Last Post: 26th November 2006, 09:22
  5. qprogressDialog
    By mickey in forum Qt Programming
    Replies: 5
    Last Post: 17th July 2006, 14:16

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.