aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src/qtlabscontrols-customize.qdoc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-25 22:27:31 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-12 12:32:32 +0000
commit97cd1782744f45f1c9c249bd5549dd7f1ea53b3c (patch)
tree6f9e084bf05ec66f1020ec2b16d6331d5e8e5424 /src/imports/controls/doc/src/qtlabscontrols-customize.qdoc
parent57f877bd984a0befb57626421a6e36ed373056ce (diff)
Merge Checkable into AbstractButton
Change-Id: I2cb3a244a9a084c67a1e3d1d9bc1c955c8cf0722 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/doc/src/qtlabscontrols-customize.qdoc')
-rw-r--r--src/imports/controls/doc/src/qtlabscontrols-customize.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/controls/doc/src/qtlabscontrols-customize.qdoc b/src/imports/controls/doc/src/qtlabscontrols-customize.qdoc
index 5f48f418..c303d5a2 100644
--- a/src/imports/controls/doc/src/qtlabscontrols-customize.qdoc
+++ b/src/imports/controls/doc/src/qtlabscontrols-customize.qdoc
@@ -75,7 +75,7 @@
\section1 Customizing CheckBox
CheckBox consists of three visual items: \l {Control::background}{background},
- \l {AbstractButton::label}{label} and \l {Checkable::indicator}{indicator}.
+ \l {AbstractButton::label}{label} and \l {AbstractButton::indicator}{indicator}.
\section3 Background
@@ -186,7 +186,7 @@
\section1 Customizing RadioButton
RadioButton consists of three visual items: \l {Control::background}{background},
- \l {AbstractButton::label}{label} and \l {Checkable::indicator}{indicator}.
+ \l {AbstractButton::label}{label} and \l {AbstractButton::indicator}{indicator}.
\section3 Background
@@ -275,7 +275,7 @@
\section1 Customizing Switch
Switch consists of three visual items: \l {Control::background}{background},
- \l {AbstractButton::label}{label} and \l {Checkable::indicator}{indicator}.
+ \l {AbstractButton::label}{label} and \l {AbstractButton::indicator}{indicator}.
\section3 Background