Skip to content

QRadioButton

QRadioButton is a widget that provides a native radio button widget with a text label that you can use in your application.

Example

example_radio.ts
import { QRadioButton } from '@vixen-js/core';
const radio = new QRadioButton();
radio.setText("Your radio button");

Learn more about QRadioButton in: https://doc.qt.io/qt-6/qradiobutton.html