Compatibility Members for QRadioButton

以下成员源于类 QRadioButton are part of the Qt compatibility layer. We advise against using them in new code.

公共函数

QRadioButton (QWidget * parent , const char * name )
QRadioButton (const QString & text , QWidget * parent , const char * name )

成员函数文档编制

QRadioButton:: QRadioButton ( QWidget * parent , const char * name )

Use one of the constructors that doesn't take the name argument and then use setObjectName () 代替。

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 () 代替。