Navigation

    Qt Forum

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

    • SOLVED Apply a transformation to all QGraphicsItem in a QGraphicsScene
      General and Desktop • c++ qgraphicsscene qtwidgets qgraphicsitemgr qtransform • • ThThoma  

      5
      0
      Votes
      5
      Posts
      61
      Views

      At the end I've researched again the view's transformations and concluded to support both features and warn for the complexity. I did not re-implement the add/remove items of the scene together with a group. Thanks for the hint @Asperamanca .
    • SOLVED How to rotate a Pixmap around bottom, right corner?
      General and Desktop • rotation qgraphics qtransform pixmap rotati qgraphicspixma • • michelmadeira  

      2
      0
      Votes
      2
      Posts
      197
      Views

      @michelmadeira said in How to rotate a Pixmap around bottom, right corner?: How to change anchor point of a pixmap rotation? By modifying your QTransform to set 0/0 to the bottom right corner because the Qt coordinate system starts with 0/0 in the upper left.
    • QTransform: How to iteratively map composition of transformation matrices to object?
      General and Desktop • qtransform matrix composit • • Honza  

      1
      0
      Votes
      1
      Posts
      528
      Views

      No one has replied