KMultiTabBarTab Class

Use KMultiTabBar::appendTab to append a tab, which creates a KMultiTabBarTab instance. More...

Header: #include <KMultiTabBar>
CMake: find_package(KF6 REQUIRED COMPONENTS WidgetsAddons)
target_link_libraries(mytarget PRIVATE KF6::WidgetsAddons)
Inherits: KMultiTabBarButton

Public Slots

void setPosition(KMultiTabBar::KMultiTabBarPosition)
void setState(bool state)
void setStyle(KMultiTabBar::KMultiTabBarStyle)

Detailed Description

Member Function Documentation

[slot] void KMultiTabBarTab::setPosition(KMultiTabBar::KMultiTabBarPosition)

this is used internally, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten

[slot] void KMultiTabBarTab::setState(bool state)

set the active state of the tab

state true==active false==not active

[slot] void KMultiTabBarTab::setStyle(KMultiTabBar::KMultiTabBarStyle)

this is used internally, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten