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

        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