![]() |
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции | ![]() |
Описанные ниже члены класса являются частью слоя поддержки Qt 3. Они введены для поддержки старого кода в Qt 4. Мы советуем не использовать их во вновь создаваемом коде.
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().
Это перегруженная функция, предоставленная для удобства.
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.
Используйте взамен QWidget::setContentsMargins().
See also margin() and QWidget::setContentsMargins().
Copyright © 2008 Trolltech | Торговые марки | Qt 4.3.5 |