import QtQuick 2.7 import Common 1.0 DesktopPopup { Rectangle { color: 'red' width: 200 height: 100 } }