Results 1 to 11 of 11

Thread: How to Show GUI and work on background

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Dec 2014
    Posts
    82
    Thanks
    10
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: How to Show GUI and work on background

    Hi,

    If I have in the constructor Fn1, Fn2 and Fn3 which are call lineary (first goes Fn1, then Fn2 and so on, but never at the same time) then how and where should I make the threads?

    QThread *mythread = new QThread;

    and now? and where do you put it? I have never work before with threads -.-''
    Last edited by roseicollis; 22nd December 2014 at 10:24.

Similar Threads

  1. How to show a frameless dialog - DOESN'T WORK
    By franco.amato in forum Newbie
    Replies: 4
    Last Post: 2nd June 2010, 17:21
  2. Replies: 2
    Last Post: 21st March 2010, 08:20
  3. Replies: 5
    Last Post: 16th December 2009, 11:33
  4. background-image on QLabel does NOT work
    By VireX in forum Newbie
    Replies: 2
    Last Post: 8th June 2007, 20:30
  5. aLabel->show() does not seem to work
    By nass in forum Qt Programming
    Replies: 2
    Last Post: 18th September 2006, 14:42

Tags for this Thread

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.