Qt 3 Support Members for QAbstractButtonThe 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. Public Functions
Public Slots
Member Function DocumentationQAbstractButton::QAbstractButton ( QWidget * parent, const char * name, Qt::WindowFlags f = 0 )Use QAbstractButton(QWidget *) instead. Call setObjectName() if you want to specify an object name, and setParent() if you want to set the window flags. QKeySequence QAbstractButton::accel () constUse shortcut() instead. See also setAccel(). QIcon * QAbstractButton::iconSet () constUse icon() instead. See also setIconSet(). bool QAbstractButton::isOn () constUse isChecked() instead. bool QAbstractButton::isToggleButton () constUse isCheckable() instead. const QPixmap * QAbstractButton::pixmap () constThis compatibility function always returns 0. Use icon() instead. See also setPixmap(). void QAbstractButton::setAccel ( const QKeySequence & key )Use setShortcut() instead. See also accel(). void QAbstractButton::setIconSet ( const QIcon & icon )Use setIcon() instead. See also iconSet(). void QAbstractButton::setOn ( bool b ) [slot]Use setChecked() instead. See also isOn(). void QAbstractButton::setPixmap ( const QPixmap & p )Use setIcon() instead. See also pixmap(). void QAbstractButton::setToggleButton ( bool b )Use setCheckable() instead. See also isToggleButton().
|
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |