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. [CLOSED] Model-View Graphics Technology?

[CLOSED] Model-View Graphics Technology?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 1.3k 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 Offline
    S Offline
    SteveG
    wrote on last edited by
    #1

    Do the model-view classes use graphics view, scene graph or some other graphics technology?

    Thanks.

    Steve

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

      Hi,

      Are you talking about QTableView/QTreeView and friends ? In that case no, they are standard widgets using complex painting

      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
      • S Offline
        S Offline
        SteveG
        wrote on last edited by
        #3

        Samuel,

        Yes, I'm referring to the C++ classes at "Model/View Tutorial":http://qt-project.org/doc/qt-5/modelview.html and QML types at "Models & Views in Qt Quick":http://qt-project.org/doc/qt-5/qtquick-modelviewsdata-modelview.html.

        What do you mean by "complex painting?" Is OpenGL or any efficient, high performance renderer used (although I would guess not)?

        Thanks.

        Steve

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

          They use QPainter, the rest depending on the paint engine used raster/OpenGL etc...

          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
          • S Offline
            S Offline
            SteveG
            wrote on last edited by
            #5

            Samuel,

            Thanks.

            Steve

            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