Results 1 to 16 of 16

Thread: Multi-threading

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2006
    Location
    Rio de Janeiro, Brazil
    Posts
    44
    Thanks
    2
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: Multi-threading

    Hi,

    It does not need to use pthread,

    If you desire to effect refreshs of the QDataTable you can make with the code example here.

    http://200.193.29.195/qt/AcompanhamentoForm.h
    http://200.193.29.195/qt/AcompanhamentoForm.cpp

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

    sunil.thaha (28th November 2006)

  3. #2
    Join Date
    Sep 2006
    Posts
    102
    Thanks
    5
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: Multi-threading

    the code is too complex to understand
    but hey where is the ui file?
    anyways in this code also the function used to refresh the table is : dataTable->refresh(QDataTable::RefreshAll)

    which i have tried. it too is not refreshing the qdatatable. the function to which the timer points is getting executed every 3secs but this line although present in that function doesnt work i.e. the table is not showing the updated data from the database.

    please help

    shamik

  4. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Multi-threading


Similar Threads

  1. multi pixmap transparency
    By bluesguy82 in forum Qt Programming
    Replies: 3
    Last Post: 21st August 2006, 22:13
  2. Multi thread problem
    By sreedhar in forum Qt Programming
    Replies: 5
    Last Post: 26th June 2006, 13:33
  3. Multi frame management ... is it possible ?
    By yellowmat in forum Newbie
    Replies: 8
    Last Post: 25th January 2006, 10: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.