qt5: added missing QApplication attributes up to qt-5.6

git-svn-id: trunk@54257 -
This commit is contained in:
zeljko 2017-02-23 17:36:42 +00:00
parent 8d2f378fed
commit f6600384c3

View File

@ -833,6 +833,14 @@ type
QtAA_SynthesizeTouchForUnhandledMouseEvents = 11,
QtAA_SynthesizeMouseForUnhandledTouchEvents = 12,
QtAA_UseHighDpiPixmaps = 13,
QtAA_ForceRasterWidgets = 14,
QtAA_UseDesktopOpenGL = 15,
QtAA_UseOpenGLES = 16,
QtAA_UseSoftwareOpenGL = 17,
QtAA_ShareOpenGLContexts = 18,
QtAA_SetPalette = 19,
QtAA_EnableHighDpiScaling = 20,
QtAA_DisableHighDpiScaling = 21,
QtAA_AttributeCount );
type