aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-11-04 13:49:13 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-11-04 14:59:12 +0000
commit99012cbe810b29e7b1b59eebeccc26e9177d7b5f (patch)
treeea12ad7c02db2f137ea231942a4fa45830f73fa1 /src/templates
parent081d6a9dd5d39df7a0d16727b2547285e95b7e80 (diff)
Expose AbstractButton.
It will be used as the type that ButtonGroup (will be renamed from ExclusiveGroup) manages. Change-Id: Iedcf81a33ac8e7acad3e119159791995bc2ce2eb Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/qquickabstractbutton.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/templates/qquickabstractbutton.cpp b/src/templates/qquickabstractbutton.cpp
index 4929debd..6c404988 100644
--- a/src/templates/qquickabstractbutton.cpp
+++ b/src/templates/qquickabstractbutton.cpp
@@ -54,7 +54,15 @@ static const int AUTO_REPEAT_INTERVAL = 100;
\instantiates QQuickAbstractButton
\inqmlmodule Qt.labs.controls
\qmlabstract
- \internal
+ \ingroup qtlabscontrols-buttons
+ \brief The base of all button controls.
+
+ AbstractButton provides the interface for controls with button-like
+ behavior; for example, push buttons and checkable controls like
+ radio buttons and check boxes. As an abstract control, it has no delegate
+ implementations, leaving them to the types that derive from it.
+
+ TODO: ButtonGroup usage
*/
/*!