以下成員源於類 QObject 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(obsolete)
|
QObject (QObject * parent , const char * name ) |
(obsolete)
T
|
qFindChild (const QObject * obj , const QString & name = QString()) |
(obsolete)
QList<T>
|
qFindChildren (const QObject * obj , const QString & name = QString()) |
此函數重載 QObject ().
創建新的 QObject 采用給定 parent and object name .
此函數重載 qFindChildren ().
此函數相當於 obj -> findChild <T>( name ).
注意: 此函數是為不支持成員模闆函數的 MSVC 6 提供的解決方案。建議在新代碼中使用其它形式。
另請參閱 QObject::findChild ().
此函數重載 qFindChildren ().
此函數相當於 obj -> findChildren <T>( name ).
注意: 此函數是為不支持成員模闆函數的 MSVC 6 提供的解決方案。建議在新代碼中使用其它形式。
另請參閱 QObject::findChildren ().