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. It does not create a chart
QtWS25 Last Chance

It does not create a chart

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt5chartthread
14 Posts 3 Posters 1.5k 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.
  • S SGaist
    11 Jan 2021, 18:28

    That queue variable belongs to your mythread class. It's not the same as the one from your MainWindow class even if it has the same name.

    D Offline
    D Offline
    deleted286
    wrote on 11 Jan 2021, 18:30 last edited by
    #5

    @SGaist can i connect them, or what can i do for this problem? I read and write in mythread.cpp
    If i move initChartView and timer_slot, is it true?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 11 Jan 2021, 18:48 last edited by
      #6

      @suslucoder said in It does not create a chart:

      If i move initChartView and timer_slot, is it true?

      It won't change anything as these two variables will still be unrelated.

      @suslucoder said in It does not create a chart:

      can i connect them, or what can i do for this problem? I read and write in mythread.cpp

      You have to get the data from your mythread object back to your MainWindow.

      As I already suggested, you really should start with C++ basics before playing with threading.

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

      D 1 Reply Last reply 11 Jan 2021, 19:01
      1
      • S SGaist
        11 Jan 2021, 18:48

        @suslucoder said in It does not create a chart:

        If i move initChartView and timer_slot, is it true?

        It won't change anything as these two variables will still be unrelated.

        @suslucoder said in It does not create a chart:

        can i connect them, or what can i do for this problem? I read and write in mythread.cpp

        You have to get the data from your mythread object back to your MainWindow.

        As I already suggested, you really should start with C++ basics before playing with threading.

        D Offline
        D Offline
        deleted286
        wrote on 11 Jan 2021, 19:01 last edited by
        #7

        @SGaist said in It does not create a chart:

        You have to get the data from your mythread object back to your MainWindow.

        What is the way for getting datas from mythread to my mainwindow? I would be very happy if you could show me the way

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 11 Jan 2021, 19:18 last edited by
          #8

          Use a signal to transfer the queue. Make it a const reference.

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

          D 1 Reply Last reply 11 Jan 2021, 20:44
          1
          • S SGaist
            11 Jan 2021, 19:18

            Use a signal to transfer the queue. Make it a const reference.

            D Offline
            D Offline
            deleted286
            wrote on 11 Jan 2021, 20:44 last edited by
            #9

            @SGaist can you show me an example? I did not understand

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 11 Jan 2021, 20:54 last edited by
              #10

              What did you not understand ?

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

              D 1 Reply Last reply 11 Jan 2021, 21:02
              0
              • S SGaist
                11 Jan 2021, 20:54

                What did you not understand ?

                D Offline
                D Offline
                deleted286
                wrote on 11 Jan 2021, 21:02 last edited by
                #11

                @SGaist if my slot is my queue, what should be the signal. I didnt understand it.

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 11 Jan 2021, 21:38 last edited by
                  #12

                  Your slot is not your queue. Did you read the chapter about signals and slots ?

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

                  D 1 Reply Last reply 12 Jan 2021, 05:45
                  0
                  • S SGaist
                    11 Jan 2021, 21:38

                    Your slot is not your queue. Did you read the chapter about signals and slots ?

                    D Offline
                    D Offline
                    deleted286
                    wrote on 12 Jan 2021, 05:45 last edited by
                    #13

                    @SGaist yes i did. But i cannot understand how can i get datas

                    J 1 Reply Last reply 12 Jan 2021, 05:58
                    0
                    • D deleted286
                      12 Jan 2021, 05:45

                      @SGaist yes i did. But i cannot understand how can i get datas

                      J Offline
                      J Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on 12 Jan 2021, 05:58 last edited by
                      #14

                      @suslucoder What exactly can't you understand? In the documentation @SGaist posted there is even an example with signal/slot with parameter...

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

                      1 Reply Last reply
                      0

                      14/14

                      12 Jan 2021, 05:58

                      • Login

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