Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-96892

QGraphicsScene rendering issue in case of big one with high resolution images

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.12, 6.1.2, 6.2.0, 6.5.0
    • GUI: Painting
    • None
    • Linux/Wayland, Windows

    Description

      The same scene can be rendered correctly or not.

      It depends on actual zoom of the scene.

      Please, find a number of images of the same scene but with different zoom. (the window size was the same)

       

      Code example:

      QTransform zoom; //  class member

      QMarkGraphicsView* graphicsView;  // class member

       

      void ZoomInCurrentScene()

      {      zoom.scale(1.1,1.1);      graphicsView->setTransform(zoom); }

      Attachments

        1. image-2021-09-25-19-42-55-188.png
          128 kB
          Andrey Karpenko
        2. image-2021-09-25-19-43-23-797.png
          187 kB
          Andrey Karpenko
        3. image-2021-09-25-19-43-50-748.png
          228 kB
          Andrey Karpenko
        4. qt_rendering_issue.zip
          3.70 MB
          Andrey Karpenko
        5. qt6_rendering_issue.zip
          3.70 MB
          Andrey Karpenko
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            vgt Eirik Aavitsland
            wknight Andrey Karpenko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes