Home · 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 one of the constructors that doesn't take the name argument and then use setObjectName() instead.
Use setTabText() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use setTabText() and setTabIcon() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use currentChanged(int) instead.
Use currentWidget() instead.
See also setCurrentPage().
Use currentIndex() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use insertTab(index, widget, label) instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use insertTab(index, widget, icon, label) instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use isTabEnabled(tabWidget->indexOf(widget)) instead.
Use tabText() instead.
This function is kept only to make old code compile. This functionality is no longer supported by QTabWidget.
See also setMargin(), contentsRect(), and setContentsMargins().
Use widget() instead.
Use removeTab(indexOf(widget)) instead.
Use setTabToolTip(tabWidget->indexOf(widget), QString()) instead.
Use setCurrentIndex() instead.
See also currentPage().
This function is kept only to make old code compile. This functionality is no longer supported by QTabWidget.
See also margin(), contentsRect(), and setContentsMargins().
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use isTabEnabled(tabWidget->indexOf(widget), b) instead.
Use setTabIcon(tabWidget->indexOf(widget), icon) instead.
See also tabIconSet().
Use setTabText(tabWidget->indexOf(widget), label) instead.
See also tabLabel().
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use setTabToolTip(tabWidget->indexOf(widget), tip) instead.
Use setCurrentIndex(indexOf(widget)) instead.
Use tabIcon(tabWidget->indexOf(widget)) instead.
See also setTabIconSet().
Use tabText(tabWidget->indexOf(widget)) instead.
See also setTabLabel().
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use tabToolTip(tabWidget->indexOf(widget)) instead.
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |