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

x/qml/mod.ts>Application#loadData

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

Load QML from a string.

Parameters

data: string

QML string.