KMultiTabBarButton Class Reference
from PyKDE4.kdeui import *
Inherits: QPushButton → QAbstractButton → QWidget → QObject
Detailed Description
Use KMultiTabBar.appendButton to append a button, which creates a KMultiTabBarButton instance
Signal Documentation
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)
Method Documentation
__init__ |
( |
self, |
|
|
|
QPixmap |
pic, |
|
|
QString |
a1, |
|
|
int |
id, |
|
|
QWidget |
parent |
|
) |
|
|
|
Should not be created directly. Use KMultiTabBar.appendButton
hideEvent |
( |
self, |
|
|
|
QHideEvent |
a0 |
|
) |
|
|
|
paintEvent |
( |
self, |
|
|
|
QPaintEvent |
a0 |
|
) |
|
|
|
setText |
( |
self, |
|
|
|
QString |
text |
|
) |
|
|
|
showEvent |
( |
self, |
|
|
|
QShowEvent |
a0 |
|
) |
|
|
|