Compatibility Members for QLibrary

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

公共函数

QString library () const
void setAutoUnload (bool b )

成员函数文档编制

QString QLibrary:: library () const

使用 fileName () 代替。

void QLibrary:: setAutoUnload ( bool b )

使用 load (), isLoaded (),和 unload () as necessary instead.