以下成员源于类 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 ) |
Use one of the constructors that doesn't take the name argument and then use setObjectName () 代替。
Use one of the constructors that doesn't take the name argument and then use setObjectName () 代替。