KMultiTabBarButton Class Reference
from PyKDE4.kdeui import *
Inherits: QPushButton → QAbstractButton → QWidget → QObject
Subclasses: KMultiTabBarTab
Detailed Description
Signals | |
clicked (int id) | |
Methods | |
__init__ (self, QPixmap pic, QString a0, int id, QWidget parent) | |
clicked (self, int id) | |
hideEvent (self, QHideEvent a0) | |
int | id (self) |
setText (self, QString text) | |
showEvent (self, QShowEvent a0) | |
slotClicked (self) |
Method Documentation
Should not be created directly. Use KMultiTabBar.appendButton
clicked | ( | self, | ||
int | id | |||
) |
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)
hideEvent | ( | self, | ||
QHideEvent | a0 | |||
) |
int id | ( | self ) |
setText | ( | self, | ||
QString | text | |||
) |
showEvent | ( | self, | ||
QShowEvent | a0 | |||
) |
slotClicked | ( | self ) |