Skip to content

QMainWindow

QMainWindow is the main Window of your application, it’s the main Window of the application.

Example

qMainWindowExample.ts
import { QMainWindow } from '@vixen-js/core';
const win = new QMainWindow();
win.show();

Learn more about QMainWindow in: https://doc.qt.io/qt-6/qmainwindow.html