Obsolete Members for Camera

The following members of QML type Camera 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

信號

  • error ( errorCode , errorString ) (obsolete)

信號文檔編製

error ( errorCode , errorString )

This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

使用 errorOccurred() 代替。

注意: 相應處理程序是 onError .