![]() |
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.
Use QComboBox::InsertPolicy instead.
Use one of the constructors that doesn't take the name argument and then use setObjectName() instead.
Use one of the constructors that doesn't take the name argument and then use setObjectName() instead.
Use setItemText() instead.
This is an overloaded member function, provided for convenience.
Use setItemIcon() instead, for example, setItemIcon(index, QIcon(pixmap)).
This is an overloaded member function, provided for convenience.
Use setItem() instead, for example, setItem(index, QIcon(pixmap),text).
Use clearEditText() instead.
Use setValidator(0) instead.
Use currentIndex() instead.
See also setCurrentItem().
Use isEditable() instead.
See also setEditable().
This is an overloaded member function, provided for convenience.
This is an overloaded member function, provided for convenience.
Use an insertItem() function that takes a QIcon instead, for example, insertItem(index, QIcon(pixmap)).
This is an overloaded member function, provided for convenience.
Use an insertItem() function that takes a QIcon instead, for example, insertItem(index, QIcon(pixmap), text).
See also insertItems().
Use insertItems() instead.
Use QComboBox::insertPolicy instead.
See also setInsertionPolicy().
Use itemIcon() instead.
Use showPopup() instead.
Use setCurrentIndex(int) instead.
See also currentItem().
Use setItemText() instead.
See also currentText() and currentIndex().
Use QComboBox::insertPolicy instead.
See also insertionPolicy().
Use itemText() instead.
Use the editTextChanged(const QString &text) signal instead.
Copyright © 2008 Nokia | Trademarks | Qt 4.4.3 |