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. QGraphicsItem: How to check item is rotated or not
Forum Update on Monday, May 27th 2025

QGraphicsItem: How to check item is rotated or not

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 420 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
    ShrikantAmbade
    wrote on last edited by
    #1

    Hello,

    I want to check whether item on the main scene is rotated or not ..How do I check it ???

    Many Thanks

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Asperamanca
      wrote on last edited by
      #2

      Use sceneTransform() to get the item's transformation relative to the whole scene.
      The use that QTransform's "isRotating()"

      S 1 Reply Last reply
      1
      • A Asperamanca

        Use sceneTransform() to get the item's transformation relative to the whole scene.
        The use that QTransform's "isRotating()"

        S Offline
        S Offline
        ShrikantAmbade
        wrote on last edited by
        #3

        @Asperamanca Thanks I will do so

        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