Results 1 to 20 of 35

Thread: busy progress bar without thread ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #27
    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: busy progress bar without thread ?

    First of all, could you finally start using appropriate [code] tags, please? I already sent instructions to you.

    Secondly, the "default style" depends on the environment. The following piece of code prints out which style is the default style for you:
    Qt Code:
    1. qDebug() << app.style()->objectName();
    To copy to clipboard, switch view to plain text mode 
    You can try different styles by passing it as a command line argument:
    bash Code:
    1. ./myapp -style windows
    To copy to clipboard, switch view to plain text mode 
    You can try different styles like "windows", "plastique", "cleanlooks" etc. Does any of them work?
    Last edited by wysota; 2nd January 2009 at 23:20.
    J-P Nurmi

  2. The following user says thank you to jpn for this useful post:

    bmn (4th December 2008)

Similar Threads

  1. Problem closing a QMainWindow in Qt4.2
    By ian in forum Qt Programming
    Replies: 11
    Last Post: 17th October 2006, 00:49
  2. simple thread layout question
    By mhoover in forum Qt Programming
    Replies: 1
    Last Post: 12th August 2006, 11:02
  3. Replies: 11
    Last Post: 7th July 2006, 13:09
  4. [QT4] QThread and printing a QList<QPixmap>
    By KShots in forum Qt Programming
    Replies: 3
    Last Post: 24th April 2006, 21:44
  5. Replies: 2
    Last Post: 6th January 2006, 21:15

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.