Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. BASIC THREADING
Forum Updated to NodeBB v4.3 + New Features

BASIC THREADING

Scheduled Pinned Locked Moved Unsolved General and Desktop
threadingqthreadqtcpsocket
2 Posts 2 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • shreyS Offline
    shreyS Offline
    shrey
    wrote on last edited by
    #1

    Hi
    I have just started coding in QT, and I am unable to understand the concept on how to use threads. Can anyone provide me with a simple example where there is a text box whose value is getting updated in a time interval using thread. And another thread that can perform socket programming.
    Also if you can suggest me where I can find some study material with examples in QT.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Are you also new to coding ? If so, then don't start with threads, that's a pretty complex subject that you should take on later after getting the basics correctly.

      Also, for what you described there's no need for threads. Qt's asynchronous nature already provide what's needed.

      Start with Qt's documentation. It also contains the Threading Basics

      On a side note, it's Qt, QT stands for Apple QuickTime which you might also be interested in.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved