summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qtoolbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/widgets/qtoolbox.cpp')
-rw-r--r--src/widgets/widgets/qtoolbox.cpp64
1 files changed, 0 insertions, 64 deletions
diff --git a/src/widgets/widgets/qtoolbox.cpp b/src/widgets/widgets/qtoolbox.cpp
index 69ff2ffd7e..52a77e4625 100644
--- a/src/widgets/widgets/qtoolbox.cpp
+++ b/src/widgets/widgets/qtoolbox.cpp
@@ -731,70 +731,6 @@ void QToolBox::itemRemoved(int index)
Q_UNUSED(index)
}
-/*!
- \fn void QToolBox::setItemLabel(int index, const QString &text)
-
- Use setItemText() instead.
-*/
-
-/*!
- \fn QString QToolBox::itemLabel(int index) const
-
- Use itemText() instead.
-*/
-
-/*!
- \fn QWidget *QToolBox::currentItem() const
-
- Use widget(currentIndex()) instead.
-*/
-
-/*!
- \fn void QToolBox::setCurrentItem(QWidget *widget)
-
- Use setCurrentIndex(indexOf(widget)) instead.
-*/
-
-/*!
- \fn void QToolBox::setItemIconSet(int index, const QIcon &icon)
-
- Use setItemIcon() instead.
-*/
-
-/*!
- \fn QIcon QToolBox::itemIconSet(int index) const
-
- Use itemIcon() instead.
-*/
-
-/*!
- \fn int QToolBox::removeItem(QWidget *widget)
-
- Use toolbox->removeItem(toolbox->indexOf(widget)) instead.
-*/
-
-/*!
- \fn QWidget *QToolBox::item(int index) const
-
- Use widget() instead.
-*/
-
-/*!
- \fn void QToolBox::setMargin(int margin)
- Sets the width of the margin around the contents of the widget to \a margin.
-
- Use QWidget::setContentsMargins() instead.
- \sa margin(), QWidget::setContentsMargins()
-*/
-
-/*!
- \fn int QToolBox::margin() const
- Returns the width of the margin around the contents of the widget.
-
- Use QWidget::getContentsMargins() instead.
- \sa setMargin(), QWidget::getContentsMargins()
-*/
-
/*! \reimp */
bool QToolBox::event(QEvent *e)
{