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

QPainter warning even if Device painting by one painter

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.3.1
    • GUI: Painting
    • None
    • Windows

    Description

       

      QImage mImage = new QImage(...);
      ....
      painter = new QPainter(mImage);
      ...
      

       

       

      painter->begin(mImage); // if this line created accidently, QDevice always warning and system going to slowdown but the painter is one. 

       

      may checking if painter is same then suspend this warning. 

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            vgt Eirik Aavitsland
            cmldmr cemal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes