Results 1 to 9 of 9

Thread: to create a circle progressbar

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Location
    Bangalore
    Posts
    659
    Thanks
    116
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: to create a circle progressbar

    Quote Originally Posted by aamer4yu View Post
    You could also go for a simple way... Use a busy cursor animated gif and show that
    yeah its a good way ... but i am aiming like this .. when user selects some operation
    make the screen black and in middle rotate the progressBar circle until the operatio completes ... it will be good task ...?
    Last edited by wagmare; 9th March 2010 at 10:58.
    "Behind every great fortune lies a crime" - Balzac

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: to create a circle progressbar

    make the screen black and in middle rotate the progressBar circle until the operatio completes ... it will be good task ...?
    You can show a widget fullscreen with semi transparency. In the middle of the widget you can have a QLabel running the gif as a movie, or you will need to do you custom painting.
    Whether to add painting in the full screen widget or create a custom widget and then add it to the full screen widget is your choice.

Similar Threads

  1. Replies: 7
    Last Post: 1st March 2010, 17:49
  2. Filling QPixmap as progressbar
    By NoRulez in forum Qt Programming
    Replies: 1
    Last Post: 12th October 2009, 17:01
  3. Indefinite ProgressBar
    By csvivek in forum Qt Programming
    Replies: 2
    Last Post: 15th April 2008, 11:02
  4. how to use progressBar in simple program
    By jyoti in forum Newbie
    Replies: 1
    Last Post: 1st December 2006, 12:16
  5. Progressbar problem
    By thae in forum Qt Programming
    Replies: 4
    Last Post: 4th November 2006, 11:48

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
  •  
Qt is a trademark of The Qt Company.