Call main.qml function from another qml
-
Well everything should be "contained" in the main file any way, so each element of the other files should have as parent the main "Window" or "ApplicationWindow", so unless your app has a structure that deviates from the "standard" you could just call
funct1()
as long as you define it at the top of yourmain.qml
.