Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The following class members are part of the Qt 3 compatibility layer. They are provided to help you port old code to Qt 4. We strongly advise against using them in new code.
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. It behaves essentially like the above function.
Use setItemIcon() instead, for example, setItemIcon(QIcon(pixmap), row).
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use setItem() instead, for example, setItem(QIcon(pixmap), text row).
Use isEditable() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use an insertItem() function that takes a QIcon instead, for example, insertItem(QIcon(pixmap), row).
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use an insertItem() function that takes a QIcon instead, for example, insertItem(QIcon(pixmap), text, row).
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp2 |