From 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 31 Aug 2024 19:56:49 +0900 Subject: Rename remaining ntq[i-l]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqpushbutton.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqpushbutton.html') diff --git a/doc/html/tqpushbutton.html b/doc/html/tqpushbutton.html index 971e32631..46525959d 100644 --- a/doc/html/tqpushbutton.html +++ b/doc/html/tqpushbutton.html @@ -201,7 +201,7 @@ constructor. Destroys the push button. -

TQKeySequence TQButton::accel () const +

TQKeySequence TQButton::accel () const

Returns the accelerator associated with the button. See the "accel" property for details.

bool TQPushButton::autoDefault () const @@ -277,7 +277,7 @@ has been set.

This signal is emitted when the button is released.

See also pressed(), clicked(), and toggled(). -

void TQButton::setAccel ( const TQKeySequence & ) [virtual] +

void TQButton::setAccel ( const TQKeySequence & ) [virtual]

Sets the accelerator associated with the button. See the "accel" property for details.

void TQPushButton::setAutoDefault ( bool autoDef ) [virtual] @@ -355,7 +355,7 @@ or because setOn() was called.

Example: listbox/listbox.cpp.


Property Documentation

-

TQKeySequence accel

+

TQKeySequence accel

This property holds the accelerator associated with the button.

This property is 0 if there is no accelerator set. If you set this property to 0 then any current accelerator is removed. -- cgit v1.2.1