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
.