Results 1 to 18 of 18

Thread: Serail Port GUI

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 541 Times in 521 Posts

    Default Re: Serail Port GUI

    Yes, and this is why you have to use events/event handling instead of signals/slots...Which is pretty much the same in this case, just more to code...

    Unless you want to make your threads QThreads...
    You must understand that only classes derived from QObjects ( in this case must be QThread ) can emit signals ( or receive, but to receive you will also need to start an event loop in your thread with exec() );


    After all, it is not that hard what you're trying to achieve... Shouldn't take more than 2-3 hours to get something working...

    Regards

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

    ShaChris23 (17th April 2007)

Similar Threads

  1. Serial Port communication
    By mgurbuz in forum Qt Programming
    Replies: 12
    Last Post: 22nd January 2011, 03:38
  2. Replies: 6
    Last Post: 18th April 2007, 16:04
  3. list port of computer
    By manhds in forum Qt Programming
    Replies: 2
    Last Post: 12th March 2007, 10:04
  4. trayicon port to QT4
    By ykohn in forum Qt Programming
    Replies: 10
    Last Post: 21st April 2006, 16:11
  5. Replies: 16
    Last Post: 7th March 2006, 16:57

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.