QSplitter: fix doc for widget() and handle()
Change-Id: I7b8a0ba9f6b99eae22c2230c761d7a14045256db Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
99e52d89fe
commit
3697366642
@ -1234,9 +1234,9 @@ QSplitterHandle *QSplitter::createHandle()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns the handle to the left (or above) for the item in the
|
Returns the handle to the left of (or above) the item in the
|
||||||
splitter's layout at the given \a index. The handle at index 0 is
|
splitter's layout at the given \a index, or \c nullptr if there is no such item.
|
||||||
always hidden.
|
The handle at index 0 is always hidden.
|
||||||
|
|
||||||
For right-to-left languages such as Arabic and Hebrew, the layout
|
For right-to-left languages such as Arabic and Hebrew, the layout
|
||||||
of horizontal splitters is reversed. The handle will be to the
|
of horizontal splitters is reversed. The handle will be to the
|
||||||
@ -1253,7 +1253,8 @@ QSplitterHandle *QSplitter::handle(int index) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns the widget at the given \a index in the splitter's layout.
|
Returns the widget at the given \a index in the splitter's layout,
|
||||||
|
or \c nullptr if there is no such widget.
|
||||||
|
|
||||||
\sa count(), handle(), indexOf(), insertWidget()
|
\sa count(), handle(), indexOf(), insertWidget()
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user