diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qtabletevent.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qtabletevent.html')
-rw-r--r-- | doc/html/qtabletevent.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 <a href="#device">device</a>() (see <a href="#Tab whether the receiver wants the event. You should call <a href="#accept">TQTabletEvent::accept</a>() if you handle the tablet event; otherwise it will be sent to the parent widget. -<p> The <a href="ntqwidget.html#setEnabled">TQWidget::setEnabled</a>() function can be used to enable or +<p> The <a href="tqwidget.html#setEnabled">TQWidget::setEnabled</a>() function can be used to enable or disable mouse and keyboard events for a widget. -<p> The event handler <a href="ntqwidget.html#tabletEvent">TQWidget::tabletEvent</a>() receives all three types of tablet +<p> The event handler <a href="tqwidget.html#tabletEvent">TQWidget::tabletEvent</a>() 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 |