From 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 15:05:55 +0900 Subject: Rename style nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqwidget.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/tqwidget.html') diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 291594fec..964ee8392 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -2181,7 +2181,7 @@ This is an overloaded member function, provided for convenience. It behaves esse (height for width).

See also TQSizePolicy::TQSizePolicy(). -

void TQWidget::setStyle ( TQStyle * style ) +

void TQWidget::setStyle ( TQStyle * style )

Sets the widget's GUI style to style. Ownership of the style object is not transferred. @@ -2193,13 +2193,13 @@ widgets. purposes, where you want to show TQt's styling capabilities. Real applications should avoid it and use one consistent GUI style instead. -

See also style(), TQStyle, TQApplication::style(), and TQApplication::setStyle(). +

See also style(), TQStyle, TQApplication::style(), and TQApplication::setStyle().

Examples: grapher/grapher.cpp and progressbar/progressbar.cpp. -

TQStyle * TQWidget::setStyle ( const TQString & style ) +

TQStyle * TQWidget::setStyle ( const TQString & style )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -

Sets the widget's GUI style to style using the TQStyleFactory. +

Sets the widget's GUI style to style using the TQStyleFactory.

void TQWidget::setTabOrder ( TQWidget * first, TQWidget * second ) [static]

@@ -2353,12 +2353,12 @@ Places the widget under w in the parent widget's stack.

To make this work, the widget itself and w must be siblings.

See also raise() and lower(). -

TQStyle & TQWidget::style () const +

TQStyle & TQWidget::style () const

Returns the GUI style for this widget

See also TQWidget::setStyle(), TQApplication::setStyle(), and TQApplication::style(). -

void TQWidget::styleChange ( TQStyle & oldStyle ) [virtual protected] +

void TQWidget::styleChange ( TQStyle & oldStyle ) [virtual protected]

This virtual function is called when the style of the widgets changes. oldStyle is the previous GUI style; you can get the -- cgit v1.2.1