QPushButton
QPushButton is a widget that provides a button that you can use in your application.
Example
import { QPushButton } from '@vixen-js/core';
const button = new QPushButton();button.setText("Your button");
Learn more about QPushButton
in: https://doc.qt.io/qt-6/qpushbutton.html