Skip to main content
Module

x/qml/mod.ts>Application

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

Wrapper around Qt and Qml.

Constructors

new
Application(params?: ApplicationParams)

Methods

Begins the Qt event loop.

load(filename: string)

Load QML from a file.

loadData(data: string)

Load QML from a string.