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. multithreading -> add and manage threads in Qt Creator with Qt App

multithreading -> add and manage threads in Qt Creator with Qt App

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 139 Views
  • 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.
  • J Offline
    J Offline
    JacobNovitsky
    wrote on last edited by
    #1

    Need to add and manage threads in Qt Creator
    Please share some simple steps to opt me in

    JonBJ 1 Reply Last reply
    0
    • J JacobNovitsky

      Need to add and manage threads in Qt Creator
      Please share some simple steps to opt me in

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @JacobNovitsky
      Qt Creator is an IDE, for editing and building from source code. There is no "add and manage threads in Qt Creator".

      See https://doc.qt.io/qt-6/thread-basics.html and https://doc.qt.io/qt-6/examples-threadandconcurrent.html for using threading in a Qt application.

      And please make sure you really need threading in your Qt application, which already works asynchronously for many things. A large proportion of beginners who think they need threads in a Qt program turn out not to need them and would be better off without.....

      1 Reply Last reply
      3

      • Login

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