Results 1 to 2 of 2

Thread: Vertical Progressbar but display normal the format?

  1. #1
    Join Date
    Jul 2010
    Location
    /home/hakermania/
    Posts
    233
    Thanks
    129
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Vertical Progressbar but display normal the format?

    this
    Qt Code:
    1. ui->progressbar->setOrientation(Qt::Vertical);
    To copy to clipboard, switch view to plain text mode 
    works fine, but the ->setFormat(QString) will place the QString vertical ! How can I make it place it horizontally?
    When you 're trying to help somebody in the newbie section, don't forget that he is a newbie. Be specific and give examples.

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Vertical Progressbar but display normal the format?

    If the progress bar is vertical, it doesn't really make much sense to place the format text horizontally, but if you really want to do that, how about using label ?

Similar Threads

  1. Date format is not display
    By sosanjay in forum Qt Programming
    Replies: 2
    Last Post: 9th November 2009, 10:26
  2. Replies: 2
    Last Post: 3rd October 2009, 00:37
  3. QDateEdit Resize for Changed Display Format?
    By ChrisW67 in forum Newbie
    Replies: 5
    Last Post: 5th June 2009, 10:02
  4. How can you display binary data in hex format?
    By Cruz in forum Qt Programming
    Replies: 2
    Last Post: 4th February 2009, 14:40
  5. how to display images in mosaic format?
    By Nithya in forum Qt Programming
    Replies: 14
    Last Post: 24th April 2008, 06:41

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.