Results 1 to 20 of 35

Thread: busy progress bar without thread ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #28
    Join Date
    May 2007
    Posts
    131
    Thanks
    17
    Thanked 4 Times in 2 Posts

    Default Re: busy progress bar without thread ?

    Quote Originally Posted by jpn View Post
    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?
    Sorry i will start to use code!!

    My default style is cleanlooks, change to windows and WORKS, but, only with windows style.
    I will try to set windows style as default
    thanks!!
    Last edited by wysota; 2nd January 2009 at 23:21.

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.