From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/qtabletevent.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qtabletevent.html') diff --git a/doc/html/qtabletevent.html b/doc/html/qtabletevent.html index 4c58e0904..850ec6bab 100644 --- a/doc/html/qtabletevent.html +++ b/doc/html/qtabletevent.html @@ -76,9 +76,9 @@ type of device being used with device() (see TQTabletEvent::accept() if you handle the tablet event; otherwise it will be sent to the parent widget. -

The TQWidget::setEnabled() function can be used to enable or +

The TQWidget::setEnabled() function can be used to enable or disable mouse and keyboard events for a widget. -

The event handler TQWidget::tabletEvent() receives all three types of tablet +

The event handler TQWidget::tabletEvent() receives all three types of tablet events. TQt will first send a tabletEvent and then, if it is not accepted, it will send a mouse event. This allows applications that don't utilize tablets to use a tablet like a mouse while also enabling those who want to -- cgit v1.2.3