Qt:Документация 4.3.2/qpushbutton-qt3

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] Qt 3 Support Members for QPushButton

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.



[править] Открытые функции

  • 9 открытых функций унаследованных от QAbstractButton
  • 60 открытых функций унаследованных от QWidget
  • 8 открытых функций унаследованных от QObject
  • 8 открытых функций унаследованных от QPaintDevice

[править] Описание функций-членов

[править]
QPushButton::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 () const

Use menu() != 0 instead.

[править]
void QPushButton::openPopup ()

Use showMenu() instead.

[править] QMenu * QPushButton::popup () const

Use menu() instead.

See also setPopup().

[править]
void QPushButton::setPopup ( QMenu * popup )

Use setMenu() instead.

See also popup().


Copyright © 2007 Trolltech Trademarks
Qt 4.3.2