mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 09:50:31 +02:00
qt5: added missing QApplication attributes up to qt-5.6
git-svn-id: trunk@54257 -
This commit is contained in:
parent
8d2f378fed
commit
f6600384c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user