import QtQuick 2.0 // import QtQuick.Window 2.0 import QtWebEngine 1.0 Rectangle { id: whatever width: 452 height: 156 WebEngineView { anchors.fill: parent url: "https://rainwave.cc/widget/widget?sid=1&layout=art_left&text_align=left&anim_in=to_left&anim_out=to_left&art_size=100px&max_width=420px&background_color=rgba(0%2C0%2C0%2C0.6)&box_shadow=0px%200px%203px%205px%20rgba(0%2C0%2C0%2C0.6)&np_header=yes&np_message=Current%20Song&ad=3&show_artist=true&delay=3" } }