QML invalid property objectName (M16) for videooutput
-
error in qml
.qml
import QtQml 2.12 import QtQml.Models 2.3 import QtQuick 2.12 import QtQuick.Window 2.12 import QtQuick.Controls 2.5 import QtQuick.Layouts 1.0 import QtMultimedia 5.12 import QtQuick.Controls.Material 2.0I moved the imports to the top one by one but still got the error,
I really need to fix this error, can anyone help me?Thanks!
-
But is it only reported in Qt Creator? When you run your app, does it work?
-
That's OK then. Qt Creator sometimes does not understand QML very well (which is bad, yes... :-( ).
-