Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/qml/src/bindings.ts>loadData

Qml bindings for Deno
Latest
function loadData
import { loadData } from "https://deno.land/x/qml@v0.1.5/src/bindings.ts";

Load QML from string data.

Parameters

data: string

A QML file string.