Represents a button in a thumbnail toolbar. 更多...
import 语句: | import QtWinExtras 1.15 |
Since: | QtWinExtras 1.0 |
The ThumbnailToolButton represents a button in a thumbnail toolbar.
This property holds whether the window thumbnail is dismissed after a button click.
默认情况下,此特性被设为 false。
This property holds whether the button is enabled.
默认情况下,此特性被设为 true。
This property holds whether the button background and frame are not drawn.
默认情况下,此特性被设为 false。
The button icon path.
This property holds whether the button is interactive. If not interactive, the button remains enabled, but no pressed or mouse-over states are drawn. Set this property to false to use this button as a notification icon.
默认情况下,此特性被设为 true。
The tooltip of the button.
This property holds whether the button is visible.
默认情况下,此特性被设为 true。
This signal is emitted when the user clicks the button. The corresponding handler is
onClicked
.
注意:
相应处理程序是
onClicked
.