summaryrefslogtreecommitdiff
path: root/src/controls/ToolButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/ToolButton.qml')
-rw-r--r--src/controls/ToolButton.qml14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/controls/ToolButton.qml b/src/controls/ToolButton.qml
index d6607d28..3c1eab1a 100644
--- a/src/controls/ToolButton.qml
+++ b/src/controls/ToolButton.qml
@@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0
\qmltype ToolButton
\inqmlmodule QtQuick.Controls 1.0
\since QtQtuick.Controls 1.0
- \ingroup applicationwindow
+ \ingroup controls
\brief Provides a button type that is typically used within a ToolBar.
ToolButton is functionally similar to \l Button, but can provide a look that is more
@@ -62,18 +62,6 @@ import QtQuick.Controls.Private 1.0
BasicButton {
id: button
- /*! The image label source as file name or resource. */
- property url iconSource
-
- /*! The image label source as theme name.
- When an icon from the platform icon theme is found, this takes
- precedence over iconSource.
- */
- property url iconName
-
- /*! The label text. */
- property string text
-
activeFocusOnTab: true
Accessible.name: text