QTabBar docs: cleanup Qt3 support left overs
Change-Id: If2c9245ad454b1f34c44f1d0a0c61700cea53cf3 Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>bb10
parent
e8a59c1770
commit
f0c883defa
|
|
@ -295,10 +295,6 @@ void QTabBar::initStyleOption(QStyleOptionTab *option, int tabIndex) const
|
|||
\value TriangularWest Triangular tabs on the left of the pages.
|
||||
|
||||
\value TriangularEast Triangular tabs on the right of the pages.
|
||||
\omitvalue RoundedAbove
|
||||
\omitvalue RoundedBelow
|
||||
\omitvalue TriangularAbove
|
||||
\omitvalue TriangularBelow
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
@ -2037,19 +2033,6 @@ void QTabBar::setUsesScrollButtons(bool useButtons)
|
|||
d->refresh();
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn void QTabBar::setCurrentTab(int index)
|
||||
|
||||
Use setCurrentIndex() instead.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QTabBar::selected(int index);
|
||||
|
||||
Use currentChanged() instead.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\property QTabBar::tabsClosable
|
||||
\brief Whether or not a tab bar should place close buttons on each tab
|
||||
|
|
|
|||
Loading…
Reference in New Issue