src/corelib/global/qnamespace.qdoc
branchRCL_3
changeset 8 3f74d0d4af4c
parent 5 d3bac044e0f0
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
   155            set to true won't be used as a native menubar (e.g, the menubar at
   155            set to true won't be used as a native menubar (e.g, the menubar at
   156            the top of the main screen on Mac OS X or at the bottom in Windows CE).
   156            the top of the main screen on Mac OS X or at the bottom in Windows CE).
   157 
   157 
   158     \value AA_MacDontSwapCtrlAndMeta On Mac OS X by default, Qt swaps the
   158     \value AA_MacDontSwapCtrlAndMeta On Mac OS X by default, Qt swaps the
   159            Control and Meta (Command) keys (i.e., whenever Control is pressed, Qt
   159            Control and Meta (Command) keys (i.e., whenever Control is pressed, Qt
   160            sends Meta and whenever Meta is pressed Control is sent. When this
   160            sends Meta, and whenever Meta is pressed Control is sent). When this
   161            attribute is true, Qt will not do the flip. QKeySequence::StandardShortcuts
   161            attribute is true, Qt will not do the flip. QKeySequence::StandardShortcuts
   162            will also flip accordingly (i.e., QKeySequence::Copy will be
   162            will also flip accordingly (i.e., QKeySequence::Copy will be
   163            Command+C on the keyboard regardless of the value set, though what is output for
   163            Command+C on the keyboard regardless of the value set, though what is output for
   164            QKeySequence::toString(QKeySequence::PortableText) will be different).
   164            QKeySequence::toString(QKeySequence::PortableText) will be different).
   165 
   165 
   491     \omitvalue ShowPrefix
   491     \omitvalue ShowPrefix
   492     \omitvalue SingleLine
   492     \omitvalue SingleLine
   493     \omitvalue WordBreak
   493     \omitvalue WordBreak
   494     \omitvalue TextForceLeftToRight
   494     \omitvalue TextForceLeftToRight
   495     \omitvalue TextForceRightToLeft
   495     \omitvalue TextForceRightToLeft
   496     \omitvalue TextLongestVariant Always use the longest variant when computing the size of a multi-variant string
   496     \omitvalue TextLongestVariant Always use the longest variant when computing the size of a multi-variant string.
   497 
   497 
   498     You can use as many modifier flags as you want, except that
   498     You can use as many modifier flags as you want, except that
   499     Qt::TextSingleLine and Qt::TextWordWrap cannot be combined.
   499     Qt::TextSingleLine and Qt::TextWordWrap cannot be combined.
   500 
   500 
   501     Flags that are inappropriate for a given use are generally
   501     Flags that are inappropriate for a given use are generally
  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
  2113 
  2113 
  2114     \value WindowContextHelpButtonHint  Adds a context help button to dialogs.
  2114     \value WindowContextHelpButtonHint  Adds a context help button to dialogs.
  2115            On some platforms this implies Qt::WindowSystemMenuHint for it to work.
  2115            On some platforms this implies Qt::WindowSystemMenuHint for it to work.
  2116 
  2116 
  2117     \value MacWindowToolBarButtonHint On Mac OS X adds a tool bar button (i.e.,
  2117     \value MacWindowToolBarButtonHint On Mac OS X adds a tool bar button (i.e.,
  2118            the oblong button that is on the top right of windows that have toolbars.
  2118            the oblong button that is on the top right of windows that have toolbars).
  2119 
  2119 
  2120     \value BypassGraphicsProxyWidget Prevents the window and its children from
  2120     \value BypassGraphicsProxyWidget Prevents the window and its children from
  2121            automatically embedding themselves into a QGraphicsProxyWidget if the
  2121            automatically embedding themselves into a QGraphicsProxyWidget if the
  2122            parent widget is already embedded. You can set this flag if you
  2122            parent widget is already embedded. You can set this flag if you
  2123            want your widget to always be a toplevel widget on the desktop,
  2123            want your widget to always be a toplevel widget on the desktop,
  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: