Skip to content
Snippets Groups Projects
faceparticles.qml 129 B
import QtQuick
import faceparticles 1.0

Item {
    width: Constants.width
    height: Constants.height

    Screen01 {
    }

}