Qt 3 Support Members for QPushButtonThe 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
Member Function DocumentationQPushButton::QPushButton ( QWidget * parent, const char * name )Use one of the constructors that doesn't take the name argument and then use setObjectName() instead. QPushButton::QPushButton ( const QString & text, QWidget * parent, const char * name )Use one of the constructors that doesn't take the name argument and then use setObjectName() instead. QPushButton::QPushButton ( const QIcon & icon, const QString & text, QWidget * parent, const char * name )Use one of the constructors that doesn't take the name argument and then use setObjectName() instead. bool QPushButton::isMenuButton () constUse menu() != 0 instead. void QPushButton::openPopup ()Use showMenu() instead. QMenu * QPushButton::popup () constUse menu() instead. See also setPopup(). void QPushButton::setPopup ( QMenu * popup )Use setMenu() instead. See also popup().
|
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |