Skip to content
ben-sangster edited this page Nov 8, 2010 · 4 revisions

Bindings for Qt constants, separated by type.

All of these constants are accessible by requiring "dmz/ui/consts". An example of how to use them:

    var const = require("dmz/ui/consts");
    var puts = require("sys").puts;
    puts(const.LeftToolBarArea);

Clone this wiki locally