What have you tried already?

You obviously don't need the QGuiApplication, that is already handled by Creator itself.
You will want to keep the engine object alive, so you probably want it as a member of your plugin class.
Creator calls the initialize() method of all plugins after they have been loaded, so that sounds like a good place to load the QML.

Cheers,
_