import QtQuick 2.7 import QtQuick.Window 2.2 import QtQuick.Controls 1.4 import com.gfa.ipc.appctrl 1.0 Loader { id: pageLoader source: "apps.qml" }