From 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 21:06:28 +0900 Subject: Rename environment class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/layout.html') diff --git a/doc/html/layout.html b/doc/html/layout.html index e2c643440..2217ecf31 100644 --- a/doc/html/layout.html +++ b/doc/html/layout.html @@ -221,7 +221,7 @@ requirements to your new widget.

If you are making a one-of-a-kind special layout, you can also make a custom widget as described above. Reimplement TQWidget::resizeEvent() to calculate the required distribution of sizes and call setGeometry() on each child. -

The widget will get an event with type +

The widget will get an event with type LayoutHint when the layout needs to be recalculated. Reimplement TQWidget::event() to be notified of LayoutHint events.

Layout Issues -- cgit v1.2.3