From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqbuttongroup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqbuttongroup.html') diff --git a/doc/html/ntqbuttongroup.html b/doc/html/ntqbuttongroup.html index 031a301a..a7af92ce 100644 --- a/doc/html/ntqbuttongroup.html +++ b/doc/html/ntqbuttongroup.html @@ -107,7 +107,7 @@ button is available using id(). A button can be set onsetButton(). The number of buttons in the group is returned by count().

-

See also TQPushButton, TQCheckBox, TQRadioButton, Widget Appearance and Style, Layout Management, and Organizers. +

See also TQPushButton, TQCheckBox, TQRadioButton, Widget Appearance and Style, Layout Management, and Organizers.


Member Function Documentation

TQButtonGroup::TQButtonGroup ( TQWidget * parent = 0, const char * name = 0 ) @@ -238,7 +238,7 @@ in the group. The default value is FALSE.

Set this property's value with setExclusive() and get this property's value with isExclusive().

bool radioButtonExclusive

This property holds whether the radio buttons in the group are exclusive. -

If this property is TRUE (the default), the radiobuttons in the group are treated exclusively. +

If this property is TRUE (the default), the radiobuttons in the group are treated exclusively.

Set this property's value with setRadioButtonExclusive() and get this property's value with isRadioButtonExclusive().

int selectedId

-- cgit v1.2.1