summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJ-P Nurmi <j-p.nurmi@nokia.com>2012-08-15 15:21:53 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-17 19:32:32 +0200
commite7c98254d0d7a1c7b103d90c6cd77cfc0dd176d2 (patch)
tree5b121ff90ec4f3ce2082c8edc225d1810ea92167 /src
parent526da72e991e11205436a6363b6cfb6948a0eb0c (diff)
QFrame docs: cleanup Qt3 support leftovers
Change-Id: I8c51f0a379c03e4bdd9dbdccc6cdc98a7013c40e Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com> Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/widgets/qframe.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/widgets/widgets/qframe.cpp b/src/widgets/widgets/qframe.cpp
index f933b972d0..600d2b479c 100644
--- a/src/widgets/widgets/qframe.cpp
+++ b/src/widgets/widgets/qframe.cpp
@@ -139,13 +139,6 @@ inline void QFramePrivate::init()
the line width to 2 pixels. WinPanel is provided for compatibility.
For GUI style independence we recommend using StyledPanel instead.
- \omitvalue GroupBoxPanel
- \omitvalue ToolBarPanel
- \omitvalue MenuBarPanel
- \omitvalue PopupPanel
- \omitvalue LineEditPanel
- \omitvalue TabWidgetPanel
-
When it does not call QStyle, Shape interacts with QFrame::Shadow,
the lineWidth() and the midLineWidth() to create the total result.
See the picture of the frames in the main class documentation.
@@ -187,9 +180,6 @@ inline void QFramePrivate::init()
\value Shadow_Mask The \l Shadow part of frameStyle()
\value Shape_Mask The \l Shape part of frameStyle()
- \omitvalue MShadow
- \omitvalue MShape
-
Normally, you don't need to use these, since frameShadow() and
frameShape() already extract the \l Shadow and the \l Shape parts
of frameStyle().