Skip to content

QTabBar

QTabBar is a widget that provides a tab bar that you can use in your application.

Example

example_tabBar.ts
import { QTabBar } from '@vixen-js/core';
const tabBar = new QTabBar();

Learn more about QTabBar in: https://doc.qt.io/qt-6/qtabbar.html