UNPKG

@nodegui/nodegui

Version:

A cross-platform library to build native desktop apps.

8 lines (7 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QAbstractItemDelegate = void 0; const QObject_1 = require("../QtCore/QObject"); class QAbstractItemDelegate extends QObject_1.QObject { } exports.QAbstractItemDelegate = QAbstractItemDelegate;