Qt:Документация 4.3.2/qradiobutton-qt3
Материал из Wiki.crossplatform.ru
![]() | Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание |
Qt 3 Support Members for QRadioButton
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.
Открытые функции
- QRadioButton ( QWidget * parent, const char * name )
- QRadioButton ( const QString & text, QWidget * parent, const char * name )
- 9 открытых функций унаследованных от QAbstractButton
- 60 открытых функций унаследованных от QWidget
- 8 открытых функций унаследованных от QObject
- 8 открытых функций унаследованных от QPaintDevice
Описание функций-членов
QRadioButton::QRadioButton ( QWidget * parent, const char * name )
Use one of the constructors that doesn't take the name argument and then use setObjectName() instead.
QRadioButton::QRadioButton ( 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.
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|