qrc:/main.qml:18 SButton is not a type

QML编程,定义一个组件后,使用它时报错 qrc:/main.qml:18 SButton is not a type 


通过QTCreator添加QML File


添加完毕后,工程结构如下:

qrc:/main.qml:18 SButton is not a type_第1张图片


运行时报错:

Starting E:\project\qt\build-ScheduledTask-Desktop_Qt_5_8_0_MinGW_32bit-Debug\debug\ScheduledTask.exe...

QML debugging is enabled. Only use this in a safe environment.

QQmlApplicationEngine failed to load component

qrc:/main.qml:18 SButton is not a type


解决办法:

qrc:/main.qml:18 SButton is not a type_第2张图片

添加该QML文件到统一前缀下


当然,别的原因也可能导致该问题,如不在同一目录


你可能感兴趣的:(QML)