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. QThreading for Loading Multiple DICOM series loading?
Qt 6.11 is out! See what's new in the release blog

QThreading for Loading Multiple DICOM series loading?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 544 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.
  • A Offline
    A Offline
    amarism
    wrote on last edited by
    #1

    I am loading the 1000 of DICOM image inside my viewer. Initially i am loading all the image one by one at a time.But the whole time for loading an image will takes 10 second and in between my system is in hanging stage. So, I want to make the loading concept through thread then one image is loaded then it will be display frequently and in backed side all other image is loaded but my system not gone inside the hanging stage.

    Any Help is very helpfull for me.
    Thank you in advance

    jsulmJ 1 Reply Last reply
    0
    • A amarism

      I am loading the 1000 of DICOM image inside my viewer. Initially i am loading all the image one by one at a time.But the whole time for loading an image will takes 10 second and in between my system is in hanging stage. So, I want to make the loading concept through thread then one image is loaded then it will be display frequently and in backed side all other image is loaded but my system not gone inside the hanging stage.

      Any Help is very helpfull for me.
      Thank you in advance

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @amarism You can start here http://doc.qt.io/qt-5/thread-basics.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply
      1
      • jsulmJ jsulm

        @amarism You can start here http://doc.qt.io/qt-5/thread-basics.html

        A Offline
        A Offline
        amarism
        wrote on last edited by
        #3

        @jsulm I will go through this site but i m getting confuse where i will apply the multithreading in our project

        jsulmJ 1 Reply Last reply
        0
        • A amarism

          @jsulm I will go through this site but i m getting confuse where i will apply the multithreading in our project

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @amarism Well, I would move reading the picture data from file into a thread (and converting the data if necessary). You can put the picture data into a QByteArray and send it via a signal to GUI thread.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

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