Skip to content
  • Dmitry Kazakov's avatar
    Implement a custom variable for overriding Wintab's desktop area · 08365988
    Dmitry Kazakov authored
    If you think that Qt recognizes desktop area incorrectly, you can try
    to override this choice by setting environment variable
    QT_WINTAB_DESKTOP_RECT and running the application in this environment.
    The value of the variable is a semicolon-separated list of integers:
    
    QT_WINTAB_DESKTOP_RECT=x;y;width;height
    08365988