QBasic/QuickBASIC import QtQuick 1.0 Flickable { WIDTH: 200; height: 200 contentWidth: image.WIDTH; contentHeight: image.height Image { id: image; source: "bigImage.png" } }