Is there a limitation on Windows as to how many QRegions we can have?

Qt itself does not impose a limit on the number of QRegions [doc.qt.nokia.com], however since QRegion uses a GDI object on Windows, you are limited by the amount of GDI resources that are available to you on Windows. This varies depending on what version of Windows you are using.

No comments

Write a comment

Sorry, you must be logged in to post a comment.