KMultiTabBarButton Class Reference
from PyKDE4.kdeui import *
Inherits: QPushButton → QAbstractButton → QWidget → QObject
Subclasses: KMultiTabBarTab
Detailed Description
Use KMultiTabBar.appendButton to append a button, which creates a KMultiTabBarButton instance
Method Documentation
Should not be created directly. Use KMultiTabBar.appendButton
 
this is emitted if the button is clicked
- Parameters:
 - 
 | id  |  the ID identifying the button
 | 
 
- Signal syntax:
 QObject.connect(source, SIGNAL("clicked(int)"), target_slot)