Skip to content

QPushButton

QPushButton is a widget that provides a button that you can use in your application.

Example

example_button.ts
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