diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-18 15:42:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-19 23:47:08 +0900 |
commit | 541b90072523725854cb5d61f1bdce50dbcc6b31 (patch) | |
tree | 1452a8b6fbf1e91be0d2e5af7edf31b102b01fc6 /doc/man/man3/tqcursor.3qt | |
parent | d73937a9f779e2aafa6c392f94c9c29aa32b78fd (diff) | |
download | tqt-541b9007.tar.gz tqt-541b9007.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 089d5266f0fbf9be6612e9c5f92a3f008f29241c)
Diffstat (limited to 'doc/man/man3/tqcursor.3qt')
-rw-r--r-- | doc/man/man3/tqcursor.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqcursor.3qt b/doc/man/man3/tqcursor.3qt index a8d3219eb..2cdb80b3b 100644 --- a/doc/man/man3/tqcursor.3qt +++ b/doc/man/man3/tqcursor.3qt @@ -111,11 +111,11 @@ To set or get the position of the mouse cursor use the static methods QCursor::p .PP See also TQWidget, GUI Design Handbook: Cursors, Widget Appearance and Style, and Implicitly and Explicitly Shared Classes. .PP -On X11, TQt supports the Xcursor library, which allows for full color icon themes. The table below shows the cursor name used for each Qt::CursorShape value. If a cursor cannot be found using the name shown below, a standard X11 cursor will be used instead. Note: X11 does not provide appropriate cursors for all possible Qt::CursorShape values. It is possible that some cursors will be taken from the Xcursor theme, while others will use an internal bitmap cursor. +On X11, TQt supports the Xcursor library, which allows for full color icon themes. The table below shows the cursor name used for each TQt::CursorShape value. If a cursor cannot be found using the name shown below, a standard X11 cursor will be used instead. Note: X11 does not provide appropriate cursors for all possible TQt::CursorShape values. It is possible that some cursors will be taken from the Xcursor theme, while others will use an internal bitmap cursor. .PP <center>.nf .TS -l - l. Qt::CursorShape Values Cursor Names Qt::ArrowCursor left_ptr Qt::UpArrowCursor up_arrow Qt::CrossCursor cross Qt::WaitCursor wait Qt::BusyCursor left_ptr_watch Qt::IbeamCursor ibeam Qt::SizeVerCursor size_ver Qt::SizeHorCursor size_hor Qt::SizeBDiagCursor size_bdiag Qt::SizeFDiagCursor size_fdiag Qt::SizeAllCursor size_all Qt::SplitVCursor split_v Qt::SplitHCursor split_h Qt::PointingHandCursor pointing_hand Qt::ForbiddenCursor forbidden Qt::WhatsThisCursor +l - l. TQt::CursorShape Values Cursor Names TQt::ArrowCursor left_ptr TQt::UpArrowCursor up_arrow TQt::CrossCursor cross TQt::WaitCursor wait TQt::BusyCursor left_ptr_watch TQt::IbeamCursor ibeam TQt::SizeVerCursor size_ver TQt::SizeHorCursor size_hor TQt::SizeBDiagCursor size_bdiag TQt::SizeFDiagCursor size_fdiag TQt::SizeAllCursor size_all TQt::SplitVCursor split_v TQt::SplitHCursor split_h TQt::PointingHandCursor pointing_hand TQt::ForbiddenCursor forbidden TQt::WhatsThisCursor .TE .fi </center> |