Quote Originally Posted by sylas View Post
I deleted button.qml and then added Button.qml. There was an error of mine, but the application Output is now:
Starting /home/sylvain/build-QtQuickCalculator-Qt_5_5_1_in_PATH_qt5_invalid-Debug/QtQuickCalculator...
QML debugging is enabled. Only use this in a safe environment.
For the views unfortunately they are the same as before. We must find another error. Thanks
There is no error and you have not provided any description of what is wrong.

Quote Originally Posted by d_stranz View Post
I don't know what else you are doing wrong, but in Button.qml, you are importing QtQuick 2.0, and in main.qml you are importing QtQuick 2.3. If you are writing your own code, then you should import the same version everywhere to ensure there aren't any conflicts.
That shouldn't matter, otherwise one would have to constantly update ones files.

Cheers,
_