diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /doc/html/qmacstyle.html | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.tar.gz tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qmacstyle.html')
-rw-r--r-- | doc/html/qmacstyle.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qmacstyle.html b/doc/html/qmacstyle.html index 9146b60c6..1c9d1d3ce 100644 --- a/doc/html/qmacstyle.html +++ b/doc/html/qmacstyle.html @@ -58,7 +58,7 @@ The TQMacStyle class implements an Appearance Manager style. <p> This class is implemented as a wrapper to the Apple Appearance Manager. This allows your application to be styled by whatever theme your Macintosh is using. This is done by having primitives -in <a href="ntqstyle.html">TQStyle</a> implemented in terms of what the Macintosh would +in <a href="tqstyle.html">TQStyle</a> implemented in terms of what the Macintosh would normally theme (i.e. the Finder). <p> There are additional issues that should be taken into consideration to make an application compatible with the @@ -76,7 +76,7 @@ does not fully implement this behaviour so as to maintain multiplatform compatibility. As a result some widgets sizes may be inappropriate (and subsequently not rendered correctly by the Appearance Manager).The <a href="tqwidget.html#sizeHint">TQWidget::sizeHint</a>() will return the appropriate size for many -managed widgets (widgets enumerated in <a href="ntqstyle.html#ContentsType-enum">TQStyle::ContentsType</a>). +managed widgets (widgets enumerated in <a href="tqstyle.html#ContentsType-enum">TQStyle::ContentsType</a>). <p> <li> Effects - TQMacStyle (in contrast to TQAquaStyle) is not emulating (except where Appearance Manager does not provide certain capabilities), for example <a href="ntqpushbutton.html">TQPushButton</a> pulsing effects. In this case a @@ -90,7 +90,7 @@ your application (including the general color scheme to match the Aqua colors). The Guidelines mentioned above will remain current with new advances and design suggestions for Mac OS X. <p> Note that the functions provided by TQMacStyle are -reimplementations of <a href="ntqstyle.html">TQStyle</a> functions; see TQStyle for their +reimplementations of <a href="tqstyle.html">TQStyle</a> functions; see TQStyle for their documentation. <p>See also <a href="appearance.html">Widget Appearance and Style</a>. |