Results 1 to 2 of 2

Thread: What happened to Qt::WRepaintNoErase and Qt::WResizeNoErase?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default What happened to Qt::WRepaintNoErase and Qt::WResizeNoErase?

    The docs for 4.5 state that they're no longer needed. Why's that? Is there an alternative to taking over erasing a qwidget's background?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: What happened to Qt::WRepaintNoErase and Qt::WResizeNoErase?

    It's been obsoleted by Qt::WA_OpaquePaintEvent and its predecessors since ages (4.0).
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.