Results 1 to 13 of 13

Thread: cannot write to QListWidget or QLineEdit

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9
    Join Date
    Aug 2007
    Posts
    166
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    16
    Thanked 14 Times in 14 Posts

    Default Re: cannot write to QListWidget or QLineEdit

    http://doc.trolltech.com/4.4/qthread.html
    Read more about the threads, you must put your code in to the run() overloaded function and to start the thread via the start() method, then you code in run() will begin to execute.

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

    landonmkelsey (16th August 2008)

Similar Threads

  1. Pointer Question related to QLineEdit
    By ChrisReath in forum Qt Programming
    Replies: 1
    Last Post: 23rd May 2008, 15:13
  2. QValidator, regular expressions and QLineEdit
    By hvengel in forum Qt Programming
    Replies: 1
    Last Post: 8th August 2007, 01:25
  3. Replies: 13
    Last Post: 15th December 2006, 11:52

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.