Skip to content

QTableView

QTableView is a widget that provides a table view that you can use in your application.

Example

example_tableView.ts
import { QTableView } from '@vixen-js/core';
const tableView = new QTableView();

Learn more about QTableView in: https://doc.qt.io/qt-6/qtableview.html