Results 1 to 3 of 3

Thread: Threads, Timer and Update a Field

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Threads, Timer and Update a Field

    start with this line, try to figure out what is wrong with it:
    Qt Code:
    1. connect(timer, SIGNAL(timeout()), this, SLOT(ler_arquivos()));
    To copy to clipboard, switch view to plain text mode 
    Last edited by stampede; 1st October 2013 at 20:54. Reason: missing [code] tags

Similar Threads

  1. Update GUI from another object with 2 threads.
    By jiapei100 in forum Qt Programming
    Replies: 8
    Last Post: 19th February 2013, 17:27
  2. QDataWidgetMapper doesn't always update field in table
    By marcvanriet in forum Qt Programming
    Replies: 4
    Last Post: 14th December 2011, 11:57
  3. How to update BLOB field in a SQLite database ?
    By aircraftstories in forum Qt Programming
    Replies: 6
    Last Post: 8th April 2011, 20:45
  4. How to update GUI promptly with data sent from threads
    By Eos Pengwern in forum Qt Programming
    Replies: 3
    Last Post: 7th October 2010, 11:33
  5. Replies: 2
    Last Post: 8th April 2010, 16:16

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.