src/corelib/global/qnamespace.qdoc
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
  1620     \value Key_Search
  1620     \value Key_Search
  1621     \value Key_Standby
  1621     \value Key_Standby
  1622     \value Key_OpenUrl
  1622     \value Key_OpenUrl
  1623     \value Key_LaunchMail
  1623     \value Key_LaunchMail
  1624     \value Key_LaunchMedia
  1624     \value Key_LaunchMedia
  1625     \value Key_Launch0
  1625     \value Key_Launch0 On X11 this key is mapped to "My Computer" (XF86XK_MyComputer) key for legacy reasons.
  1626     \value Key_Launch1
  1626     \value Key_Launch1 On X11 this key is mapped to "Calculator" (XF86XK_Calculator) key for legacy reasons.
  1627     \value Key_Launch2
  1627     \value Key_Launch2 On X11 this key is mapped to XF86XK_Launch0 key for legacy reasons.
  1628     \value Key_Launch3
  1628     \value Key_Launch3 On X11 this key is mapped to XF86XK_Launch1 key for legacy reasons.
  1629     \value Key_Launch4
  1629     \value Key_Launch4 On X11 this key is mapped to XF86XK_Launch2 key for legacy reasons.
  1630     \value Key_Launch5
  1630     \value Key_Launch5 On X11 this key is mapped to XF86XK_Launch3 key for legacy reasons.
  1631     \value Key_Launch6
  1631     \value Key_Launch6 On X11 this key is mapped to XF86XK_Launch4 key for legacy reasons.
  1632     \value Key_Launch7
  1632     \value Key_Launch7 On X11 this key is mapped to XF86XK_Launch5 key for legacy reasons.
  1633     \value Key_Launch8
  1633     \value Key_Launch8 On X11 this key is mapped to XF86XK_Launch6 key for legacy reasons.
  1634     \value Key_Launch9
  1634     \value Key_Launch9 On X11 this key is mapped to XF86XK_Launch7 key for legacy reasons.
  1635     \value Key_LaunchA
  1635     \value Key_LaunchA On X11 this key is mapped to XF86XK_Launch8 key for legacy reasons.
  1636     \value Key_LaunchB
  1636     \value Key_LaunchB On X11 this key is mapped to XF86XK_Launch9 key for legacy reasons.
  1637     \value Key_LaunchC
  1637     \value Key_LaunchC On X11 this key is mapped to XF86XK_LaunchA key for legacy reasons.
  1638     \value Key_LaunchD
  1638     \value Key_LaunchD On X11 this key is mapped to XF86XK_LaunchB key for legacy reasons.
  1639     \value Key_LaunchE
  1639     \value Key_LaunchE On X11 this key is mapped to XF86XK_LaunchC key for legacy reasons.
  1640     \value Key_LaunchF
  1640     \value Key_LaunchF On X11 this key is mapped to XF86XK_LaunchD key for legacy reasons.
  1641     \value Key_MonBrightnessUp
  1641     \value Key_MonBrightnessUp
  1642     \value Key_MonBrightnessDown
  1642     \value Key_MonBrightnessDown
  1643     \value Key_KeyboardLightOnOff
  1643     \value Key_KeyboardLightOnOff
  1644     \value Key_KeyboardBrightnessUp
  1644     \value Key_KeyboardBrightnessUp
  1645     \value Key_KeyboardBrightnessDown
  1645     \value Key_KeyboardBrightnessDown
  1661     \value Key_BackForward
  1661     \value Key_BackForward
  1662     \value Key_ApplicationLeft
  1662     \value Key_ApplicationLeft
  1663     \value Key_ApplicationRight
  1663     \value Key_ApplicationRight
  1664     \value Key_Book
  1664     \value Key_Book
  1665     \value Key_CD
  1665     \value Key_CD
  1666     \value Key_Calculator
  1666     \value Key_Calculator On X11 this key is not mapped for legacy reasons. Use Qt::Key_Launch1 instead.
  1667     \value Key_ToDoList
  1667     \value Key_ToDoList
  1668     \value Key_ClearGrab
  1668     \value Key_ClearGrab
  1669     \value Key_Close
  1669     \value Key_Close
  1670     \value Key_Copy
  1670     \value Key_Copy
  1671     \value Key_Cut
  1671     \value Key_Cut
  2143     \value WindowOkButtonHint Adds an OK button to the window decoration of a dialog.
  2143     \value WindowOkButtonHint Adds an OK button to the window decoration of a dialog.
  2144            Only supported for Windows CE.
  2144            Only supported for Windows CE.
  2145 
  2145 
  2146     \value WindowCancelButtonHint Adds a Cancel button to the window decoration of a dialog.
  2146     \value WindowCancelButtonHint Adds a Cancel button to the window decoration of a dialog.
  2147            Only supported for Windows CE.
  2147            Only supported for Windows CE.
       
  2148 
       
  2149     \value WindowSoftkeysVisibleHint Makes softkeys visible when widget is fullscreen.
       
  2150            Only supported for Symbian.
       
  2151 
       
  2152     \value WindowSoftkeysRespondHint Makes softkeys to receive key events even
       
  2153            when invisible. With this hint the softkey actions are triggered
       
  2154            even the softkeys are invisible i.e. the window is displayed with
       
  2155            \c showFullscreen(). Only supported for Symbian.
  2148 
  2156 
  2149     \value WindowType_Mask  A mask for extracting the window type
  2157     \value WindowType_Mask  A mask for extracting the window type
  2150                             part of the window flags.
  2158                             part of the window flags.
  2151 
  2159 
  2152     Obsolete flags:
  2160     Obsolete flags: