Explain magical round ToolButton behavior on the documentation

Reviewed by David Edmundson
This commit is contained in:
Kai Uwe Broulik 2015-02-17 23:17:04 +01:00
parent 2a4812c9ba
commit d0c5aa6fc9

View File

@ -24,6 +24,10 @@ import QtQuick.Controls.Styles.Plasma 2.0 as Styles
/**
* A plasma theme based toolbutton.
*
* ToolButtons which have their @c flat property set to false, which are not part
* of a ButtonGroup, and have an empty text will become round.
*
* @inherit QtQuick.Controls.ToolButton
*/
QtControls.ToolButton {