diff options
Diffstat (limited to 'doc/html/qstyle.html')
-rw-r--r-- | doc/html/qstyle.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qstyle.html b/doc/html/qstyle.html index 788a2c8..c956e64 100644 --- a/doc/html/qstyle.html +++ b/doc/html/qstyle.html @@ -205,7 +205,7 @@ style supports scrolling. <li><tt>QStyle::CE_MenuBarItem</tt> - a menu item in a <a href="qmenubar.html">QMenuBar</a>. <li><tt>QStyle::CE_ToolButtonLabel</tt> - a tool button's label. <li><tt>QStyle::CE_MenuBarEmptyArea</tt> - the empty area of a QMenuBar. -<li><tt>QStyle::CE_DockWindowEmptyArea</tt> - the empty area of a <a href="qdoctwindow.html">QDockWindow</a>. +<li><tt>QStyle::CE_DockWindowEmptyArea</tt> - the empty area of a <a href="qdockwindow.html">QDockWindow</a>. <li><tt>QStyle::CE_ToolBoxTab</tt> - the toolbox's tab area <li><tt>QStyle::CE_HeaderLabel</tt> - the header's label <li><tt>QStyle::CE_CustomBase</tt> - base value for custom ControlElements. All values above @@ -329,7 +329,7 @@ example, a <a href="qradiobutton.html">QRadioButton</a>. <li><tt>QStyle::PE_ExclusiveIndicatorMask</tt> - bitmap mask for an exclusive indicator. </ul><p> <ul> <li><tt>QStyle::PE_DockWindowHandle</tt> - tear off handle for dock windows and -toolbars, for example <a href="qdoctwindow.html">QDockWindow</a>s and <a href="qtoolbar.html">QToolBar</a>s. +toolbars, for example <a href="qdockwindow.html">QDockWindow</a>s and <a href="qtoolbar.html">QToolBar</a>s. <li><tt>QStyle::PE_DockWindowSeparator</tt> - item separator for dock window and toolbar contents. <li><tt>QStyle::PE_DockWindowResizeHandle</tt> - resize handle for dock windows. @@ -534,7 +534,7 @@ example, in a <a href="qworkspace.html">QWorkspace</a>. <li><tt>QStyle::SP_MessageBoxQuestion</tt> - the 'question' icon. </ul><p> <ul> <li><tt>QStyle::SP_DockWindowCloseButton</tt> - close button on dock windows; -see also <a href="qdoctwindow.html">QDockWindow</a>. +see also <a href="qdockwindow.html">QDockWindow</a>. </ul><p> <ul> <li><tt>QStyle::SP_CustomBase</tt> - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, @@ -1092,7 +1092,7 @@ appropriate <em>widget</em> and <em>opt</em> usage: <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_ToolButton</a> <td valign="top">(const <a href="qtoolbutton.html">QToolButton</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_ComboBox</a> <td valign="top">(const <a href="qcombobox.html">QComboBox</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_Splitter</a> <td valign="top">(const <a href="qsplitter.html">QSplitter</a> *) <td valign="top">Unused. <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_DockWindow</a> <td valign="top">(const <a href="qdoctwindow.html">QDockWindow</a> *) <td valign="top">Unused. <td valign="top"> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_DockWindow</a> <td valign="top">(const <a href="qdockwindow.html">QDockWindow</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_ProgressBar</a> <td valign="top">(const <a href="qprogressbar.html">QProgressBar</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_PopupMenuItem</a> <td valign="top">(const <a href="qpopupmenu.html">QPopupMenu</a> *) <td valign="top"><a href="qstyleoption.html">QStyleOption</a> ( QMenuItem *mi ) @@ -1130,7 +1130,7 @@ appropriate <em>widget</em> casts: <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarNormalButton</a> <td valign="top">(const <a href="qwidget.html">QWidget</a> *) <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarShadeButton</a> <td valign="top">(const <a href="qwidget.html">QWidget</a> *) <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StylePixmap-enum">SP_TitleBarUnshadeButton</a> <td valign="top">(const <a href="qwidget.html">QWidget</a> *) -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StylePixmap-enum">SP_DockWindowCloseButton</a> <td valign="top">(const <a href="qdoctwindow.html">QDockWindow</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StylePixmap-enum">SP_DockWindowCloseButton</a> <td valign="top">(const <a href="qdockwindow.html">QDockWindow</a> *) </table></center> <p> <p>See also <a href="#StylePixmap-enum">StylePixmap</a>. @@ -1159,13 +1159,13 @@ appropriate <em>widget</em> casts: <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_ProgressBarContents</a> <td valign="top">(const <a href="qprogressbar.html">QProgressBar</a> *) <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_ProgressBarLabel</a> <td valign="top">(const <a href="qprogressbar.html">QProgressBar</a> *) </table></center> -<p> The tear-off handle (SR_DockWindowHandleRect) for <a href="qdoctwindow.html">QDockWindow</a> +<p> The tear-off handle (SR_DockWindowHandleRect) for <a href="qdockwindow.html">QDockWindow</a> is a private class. Use <a href="qwidget.html#parentWidget">QWidget::parentWidget</a>() to access the QDockWindow: <p> <pre> if ( !widget->parentWidget() ) return; - const <a href="qdoctwindow.html">QDockWindow</a> *dw = (const <a href="qdoctwindow.html">QDockWindow</a> *) widget->parentWidget(); + const <a href="qdockwindow.html">QDockWindow</a> *dw = (const <a href="qdockwindow.html">QDockWindow</a> *) widget->parentWidget(); </pre> <p> <p>See also <a href="#SubRect-enum">SubRect</a>. |