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. What is transformation in Qt

What is transformation in Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 1.3k Views 3 Watching
  • 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.
  • Q Offline
    Q Offline
    Qt Enthusiast
    wrote on last edited by kshegunov
    #1

    I went through documentation of

    http://doc.qt.io/qt-4.8/qgraphicsview.html#resetTransform

    what is meaning of transformation in Qt

    [Locked as duplicate of: https://forum.qt.io/topic/80937/what-is-qmatirx-inverted-is-being-used-in-qgraphicsview ~kshegunov]

    raven-worxR joeQJ 2 Replies Last reply
    0
    • Q Qt Enthusiast

      I went through documentation of

      http://doc.qt.io/qt-4.8/qgraphicsview.html#resetTransform

      what is meaning of transformation in Qt

      [Locked as duplicate of: https://forum.qt.io/topic/80937/what-is-qmatirx-inverted-is-being-used-in-qgraphicsview ~kshegunov]

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @Qt-Enthusiast
      The graphics view framework and also QtQuick (QML) support transformation of the coordinate matrix of the items. Means you can easily shear, rotate, ... them.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      2
      • Q Qt Enthusiast

        I went through documentation of

        http://doc.qt.io/qt-4.8/qgraphicsview.html#resetTransform

        what is meaning of transformation in Qt

        [Locked as duplicate of: https://forum.qt.io/topic/80937/what-is-qmatirx-inverted-is-being-used-in-qgraphicsview ~kshegunov]

        joeQJ Offline
        joeQJ Offline
        joeQ
        wrote on last edited by
        #3

        @Qt-Enthusiast Hi,friend,welcome.

        if you means QGraphicsView::resetTransform, You can search Qt key word of QTransform to see help manual first.

        Just do it!

        1 Reply Last reply
        0
        • Q Offline
          Q Offline
          Qt Enthusiast
          wrote on last edited by
          #4

          no I need to more details on transforms is it image transforms

          joeQJ kshegunovK 2 Replies Last reply
          0
          • Q Qt Enthusiast

            no I need to more details on transforms is it image transforms

            joeQJ Offline
            joeQJ Offline
            joeQ
            wrote on last edited by joeQ
            #5

            @Qt-Enthusiast

            The transform in QGraphicsView, just to transform the view port, not the image. Just like you took a magnifying glass to view one map. The details of the map in your view you see zoomed in, but the map data is not zoomed in.

            Just do it!

            1 Reply Last reply
            0
            • Q Qt Enthusiast

              no I need to more details on transforms is it image transforms

              kshegunovK Offline
              kshegunovK Offline
              kshegunov
              Moderators
              wrote on last edited by kshegunov
              #6

              https://en.wikipedia.org/wiki/Affine_transformation
              Discussed already here: https://forum.qt.io/topic/80937/what-is-qmatirx-inverted-is-being-used-in-qgraphicsview

              If you don't follow the links and read up on the subject, you show disrespect to the people who took their own time to try to help you.

              Read and abide by the 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