diff options
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> |