Compatibility Members for QGroupBox

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

公共函数

QGroupBox (QWidget * parent , const char * name )
QGroupBox (const QString & title , QWidget * parent , const char * name )

成员函数文档编制

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

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

QGroupBox:: QGroupBox (const QString & title , QWidget * parent , const char * name )

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