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.