ToolButton Class Reference
from PyKDE4.plasma import *
Inherits: QGraphicsProxyWidget → QGraphicsWidget → QObject
Namespace: Plasma
Detailed Description
ToolButton plasma/widgets/pushbutton.h <Plasma/Widgets/ToolButton>
Provides a plasma-themed QToolButton.
Signals |
| clicked () |
Methods |
| __init__ (self, QGraphicsWidget parent=0) |
QAction | action (self) |
bool | autoRaise (self) |
| clicked (self) |
| hoverEnterEvent (self, QGraphicsSceneHoverEvent event) |
| hoverLeaveEvent (self, QGraphicsSceneHoverEvent event) |
QIcon | icon (self) |
QString | image (self) |
QToolButton | nativeWidget (self) |
| paint (self, QPainter painter, QStyleOptionGraphicsItem option, QWidget widget=0) |
| resizeEvent (self, QGraphicsSceneResizeEvent event) |
| setAction (self, QAction action) |
| setAutoRaise (self, bool raise) |
| setIcon (self, QIcon icon) |
| setImage (self, QString path) |
| setStyleSheet (self, QString stylesheet) |
| setText (self, QString text) |
QString | styleSheet (self) |
QString | text (self) |
Method Documentation
- Returns:
- the currently associated action, if any.
- Since:
- 4.3
- Returns:
- true if the toolbutton has an autoraise behaviour
- Signal syntax:
QObject.connect(source, SIGNAL("clicked()"), target_slot)
- Returns:
- the icon of this button
- Since:
- 4.3
- Returns:
- the image path being displayed currently, or an empty string if none.
- Returns:
- the native widget wrapped by this ToolButton
Associate an action with this IconWidget
this makes the button follow the state of the action, using its icon, text, etc.
when the button is clicked, it will also trigger the action.
- Since:
- 4.3
setAutoRaise |
( |
self, |
|
|
|
bool |
raise |
|
) |
|
|
|
Sets if the toolbutton has an autoraise behaviour
@arg raise
setIcon |
( |
self, |
|
|
|
QIcon |
icon |
|
) |
|
|
|
sets the icon for this toolbutton
@arg icon the icon we want to use
- Since:
- 4.3
Sets the path to an image to display.
@arg path the path to the image; if a relative path, then a themed image will be loaded.
setStyleSheet |
( |
self, |
|
|
|
QString |
stylesheet |
|
) |
|
|
|
Sets the stylesheet used to control the visual display of this ToolButton
@arg stylesheet a CSS string
Sets the display text for this ToolButton
@arg text the text to display; should be translated.
- Returns:
- the stylesheet currently used with this widget
- Returns:
- the display text