Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. graph
    Log in to post

    • UNSOLVED DHT11 Sensor with RPI
      General and Desktop • rpi graph dht11 • • helloworldddd  

      13
      0
      Votes
      13
      Posts
      462
      Views

      @helloworldddd said in DHT11 Sensor with RPI: do u know how to use plot values to time, time as x axis on pyqtgraph? Sorry, I never used pyqtgraph. Did you check its documentation?
    • SOLVED How to can i stop from painting the background widget in paintevent?
      General and Desktop • c++ qpainter qwt graph qpaint • • Yash001  

      11
      0
      Votes
      11
      Posts
      1455
      Views

      @mrjj Thank you sir for helping me and direction. I am able to solve this issue by setting the clipping area properly on graph. Use QWidget::update() instead of QWidget::repaint().
    • UNSOLVED Problem with plotting multiple plots in the same MatplotlibWidget graph
      General and Desktop • qt4 graph matplotlib • • NilleDaWize  

      5
      0
      Votes
      5
      Posts
      796
      Views

      Ahh I see. I'll check it out! Thanks for the suggestion. If you have any other ideas please let me know.
    • UNSOLVED How would I implement the following curve editor in QT? (link inside)
      General and Desktop • graph • • sol_aries  

      8
      0
      Votes
      8
      Posts
      955
      Views

      Hi @sol_aries Just read about QMouseEvent
    • UNSOLVED Question: How to find zero position/origin for Qtcharts graph
      General and Desktop • qtcharts graph qspline • • RTjen  

      1
      0
      Votes
      1
      Posts
      528
      Views

      No one has replied

    • UNSOLVED Tools for plotting QVector3D data ?
      General and Desktop • charts data graph visualization • • mar77  

      1
      0
      Votes
      1
      Posts
      723
      Views

      No one has replied

    • UNSOLVED Qt Diagramming libraries
      General and Desktop • draw graph diagram diagramming graphing • • Ramin  

      5
      0
      Votes
      5
      Posts
      2151
      Views

      @Ramin Actually I have never seen such a library. What I have done in the past (3 years ago) was to draw some elements connected to each other using Qt Quick (QML) and it worked pretty good. Another option is to look at the new modelling plugin that will be part of Qt Creator 3.6. And since Qt Creator is open source, you can look at how it is done and perhaps use that as a starting point.
    • [SOLVED] How do I simply update scene after adding a new element?
      General and Desktop • qgraphicsview update scene graph • • alogim  

      4
      0
      Votes
      4
      Posts
      4668
      Views

      @alex_malyu Thank you very much alex. I just tried what you suggested and it works perfectly. @SGaist I thought about slots and timer too, as suggested in the examples on qt's site, but it requires subclassing a QGraphicsItem for each item in the QGraphicsView. The problem is, I don't know the number of items that will be generated until runtime, and apart from this, creating 10.000 classes (one for each item) would be very resource intensive, I think. Anyway, the method above, the one with QCoreApplication::processEvents () ; works perfectly for my purpose. So thanks both for your politeness: it is very nice to see such a great community :)
    • [Solved] Drawing Linear graph using QML canvas
      QML and Qt Quick • qml chart graph qml canvas • • vishnu  

      18
      0
      Votes
      18
      Posts
      7147
      Views

      @vishnu The control will go ahead if and only if both properties are initialized. Its a normal & operation.
    • Draw elements above Scene Graph
      QML and Qt Quick • quick scene graph open • • Pheelbert  

      3
      0
      Votes
      3
      Posts
      1297
      Views

      Hi @Pheelbert, Make use of QQuickWindow::beforeRendering signal to draw the OpenGL stuff beneath QML scene. Have a look at this flow for more info, especially Pt. no. 8 and the example suggested by @SGaist.
    • [SOLVED] QLayout does not work -> experimental Graph like widget
      General and Desktop • qlayout graph • • jjan  

      7
      0
      Votes
      7
      Posts
      2817
      Views

      @Chris-Kawa Sorry that was my problem didn't have seen the comment^^ Thank you :)