Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.
Constructs a toolbox called name with parent parent and flags f.
Use widget(currentIndex()) instead.
See also setCurrentItem().
Use widget() instead.
Use itemIcon() instead.
See also setItemIconSet().
Use itemText() instead.
See also setItemLabel().
Returns the with of the the margin around the contents of the widget.
Use QWidget::getContentsMargins() instead.
See also setMargin() and QWidget::getContentsMargins().
This is an overloaded member function, provided for convenience.
Use toolbox->removeItem(toolbox->indexOf(widget)) instead.
Use setCurrentIndex(indexOf(widget)) instead.
See also currentItem().
Use setItemIcon() instead.
See also itemIconSet().
Use setItemText() instead.
See also itemLabel().
Sets the width of the margin around the contents of the widget to margin.
Use QWidget::setContentsMargins() instead.
See also margin() and QWidget::setContentsMargins().
Copyright © 2008 Nokia | Trademarks | Qt 4.4.3 |