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