QTabBar
QTabBar is a widget that provides a tab bar that you can use in your application.
Example
import { QTabBar } from '@vixen-js/core';
const tabBar = new QTabBar();
Learn more about QTabBar
in: https://doc.qt.io/qt-6/qtabbar.html
QTabBar is a widget that provides a tab bar that you can use in your application.
import { QTabBar } from '@vixen-js/core';
const tabBar = new QTabBar();
Learn more about QTabBar
in: https://doc.qt.io/qt-6/qtabbar.html