ThumbnailToolButton QML Type
Represents a button in a thumbnail toolbar. More...
Import Statement: | import QtWinExtras 1.0 |
Since: | QtWinExtras 1.0 |
Properties
- dismissOnClick : bool
- enabled : bool
- flat : bool
- iconSource : url
- interactive : bool
- tooltip : string
- visible : bool
Signals
- clicked()
Detailed Description
The ThumbnailToolButton represents a button in a thumbnail toolbar.
Property Documentation
This property holds whether the window thumbnail is dismissed after a button click.
By default, this property is set to false.
This property holds whether the button is enabled.
By default, this property is set to true.
This property holds whether the button background and frame are not drawn.
By default, this property is set to false.
iconSource : url |
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.
By default, this property is set to true.
This property holds whether the button is visible.
By default, this property is set to true.
Signal Documentation
This signal is emitted when the user clicks the button. The corresponding handler is onClicked
.
© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.