KMultiTabBarButton Class
Use KMultiTabBar::appendButton to append a button, which creates a KMultiTabBarButton instance. More...
Header: | #include <KMultiTabBar> |
CMake: | find_package(KF6 REQUIRED COMPONENTS WidgetsAddons)
target_link_libraries(mytarget PRIVATE KF6::WidgetsAddons) |
Inherits: | QPushButton |
Inherited By: | KMultiTabBarTab
|
Public Functions
Public Slots
Signals
Protected Functions
Protected Slots
Detailed Description
Member Function Documentation
Should not be created directly. Use KMultiTabBar::appendButton
void KMultiTabBarButton::clicked(int id)
this is emitted if the button is clicked
id the ID identifying the button
int KMultiTabBarButton::id() const
void KMultiTabBarButton::setText(const QString &text)
void KMultiTabBarButton::slotClicked()