OSDN Git Service

update Qt::WindowType documentation
authorIvailo Monev <xakepa10@laimg.moc>
Sat, 4 Apr 2020 07:49:37 +0000 (07:49 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Sat, 4 Apr 2020 07:49:37 +0000 (07:49 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/core/global/qnamespace.qdoc

index 3aa4c16..b10558c 100644 (file)
     the appearance of top-level windows. These have no effect on other
     windows:
 
-    \value MSWindowsFixedSizeDialogHint  Gives the window a thin dialog border on Windows.
-           This style is traditionally used for fixed-size dialogs.
-
-    \value MSWindowsOwnDC  Gives the window its own display
-           context on Windows.
-
     \value X11BypassWindowManagerHint  Bypass the window
            manager completely. This results in a borderless window
            that is not managed at all (i.e., no keyboard input unless
 
     \value WStyle_Customize     No longer needed.
     \value WStyle_NormalBorder  No longer needed.
-    \value WStyle_DialogBorder  Use Qt::MSWindowsFixedSizeDialogHint instead.
     \value WStyle_NoBorder      Use Qt::FramelessWindowHint instead.
     \value WStyle_Title         Use Qt::WindowTitleHint instead.
     \value WStyle_SysMenu       Use Qt::WindowSystemMenuHint instead.