I\'m using Qt 5.4.1 in QtCreator 3.3.1
I\'ve imported QtQuick.Controls 1.2 into my QML and added a series of buttons:
Rectangle { id: buttonBar x
It's a bug in the type info that is generated for controls for use of Qt Creator.
To suppress this error, add comment:
Button { // @disable-check M16 x: 80 y: 0 }