From d0c5aa6fc99c1f5d837ad508025b5b3fcad937cd Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Tue, 17 Feb 2015 23:17:04 +0100 Subject: [PATCH] Explain magical round ToolButton behavior on the documentation Reviewed by David Edmundson --- src/declarativeimports/plasmacomponents/qml/ToolButton.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/declarativeimports/plasmacomponents/qml/ToolButton.qml b/src/declarativeimports/plasmacomponents/qml/ToolButton.qml index 0b5472f5e..b241c9197 100644 --- a/src/declarativeimports/plasmacomponents/qml/ToolButton.qml +++ b/src/declarativeimports/plasmacomponents/qml/ToolButton.qml @@ -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 {