diff options
Diffstat (limited to 'doc/html/ntqbuttongroup.html')
-rw-r--r-- | doc/html/ntqbuttongroup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqbuttongroup.html b/doc/html/ntqbuttongroup.html index 031a301a2..a7af92ce0 100644 --- a/doc/html/ntqbuttongroup.html +++ b/doc/html/ntqbuttongroup.html @@ -107,7 +107,7 @@ button is available using <a href="#id">id</a>(). A button can be set <em>on</em <a href="#setButton">setButton</a>(). The number of buttons in the group is returned by <a href="#count">count</a>(). <p> <img src=qbttngrp-m.png> <img src=qbttngrp-w.png> -<p> <p>See also <a href="ntqpushbutton.html">TQPushButton</a>, <a href="ntqcheckbox.html">TQCheckBox</a>, <a href="ntqradiobutton.html">TQRadioButton</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="geomanagement.html">Layout Management</a>, and <a href="organizers.html">Organizers</a>. +<p> <p>See also <a href="tqpushbutton.html">TQPushButton</a>, <a href="tqcheckbox.html">TQCheckBox</a>, <a href="tqradiobutton.html">TQRadioButton</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="geomanagement.html">Layout Management</a>, and <a href="organizers.html">Organizers</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQButtonGroup"></a>TQButtonGroup::TQButtonGroup ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) @@ -238,7 +238,7 @@ in the group. The default value is FALSE. <p>Set this property's value with <a href="#setExclusive">setExclusive</a>() and get this property's value with <a href="#isExclusive">isExclusive</a>(). <h3 class=fn>bool <a name="radioButtonExclusive-prop"></a>radioButtonExclusive</h3> <p>This property holds whether the radio buttons in the group are exclusive. -<p>If this property is TRUE (the default), the <a href="ntqradiobutton.html">radiobuttons</a> in the group are treated exclusively. +<p>If this property is TRUE (the default), the <a href="tqradiobutton.html">radiobuttons</a> in the group are treated exclusively. <p>Set this property's value with <a href="#setRadioButtonExclusive">setRadioButtonExclusive</a>() and get this property's value with <a href="#isRadioButtonExclusive">isRadioButtonExclusive</a>(). <h3 class=fn>int <a name="selectedId-prop"></a>selectedId</h3> |