src/corelib/global/qnamespace.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   297         WindowStaysOnBottomHint = 0x04000000,
   297         WindowStaysOnBottomHint = 0x04000000,
   298         WindowCloseButtonHint = 0x08000000,
   298         WindowCloseButtonHint = 0x08000000,
   299         MacWindowToolBarButtonHint = 0x10000000,
   299         MacWindowToolBarButtonHint = 0x10000000,
   300         BypassGraphicsProxyWidget = 0x20000000,
   300         BypassGraphicsProxyWidget = 0x20000000,
   301         WindowOkButtonHint = 0x00080000,
   301         WindowOkButtonHint = 0x00080000,
   302         WindowCancelButtonHint = 0x00100000
   302         WindowCancelButtonHint = 0x00100000,
       
   303         WindowSoftkeysVisibleHint = 0x40000000,
       
   304         WindowSoftkeysRespondHint = 0x80000000
   303 
   305 
   304 #ifdef QT3_SUPPORT
   306 #ifdef QT3_SUPPORT
   305         ,
   307         ,
   306         WMouseNoMask = 0x00080000,
   308         WMouseNoMask = 0x00080000,
   307         WDestructiveClose = 0x00100000,
   309         WDestructiveClose = 0x00100000,