diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/pictures.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8.tar.gz tqt-252a2ec8.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/pictures.html')
-rw-r--r-- | doc/html/pictures.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/pictures.html b/doc/html/pictures.html index bb9ad777d..e27203a11 100644 --- a/doc/html/pictures.html +++ b/doc/html/pictures.html @@ -51,10 +51,10 @@ widget is a <a href="tqworkspace.html">TQWorkspace</a> which is used for MDI win which contains an MDI-Window featuring a <a href="tqtextedit.html">TQTextEdit</a>. At the bottom you see a <a href="tqstatusbar.html">TQStatusBar</a> and at the bottom-right a <a href="tqsizegrip.html">TQSizeGrip</a>. <p> <center><img src="mainwindow-w.png"></center> -<p> The image below shows a <a href="ntqfiledialog.html">TQFileDialog</a>. On the Macintosh and Windows -platforms you can either use a <a href="ntqfiledialog.html">TQFileDialog</a> or the native file -dialog. This is explained in the <a href="ntqfiledialog.html">TQFileDialog</a> class documentation. -<p> <center><img src="qfiledlg-w.png"></center> +<p> The image below shows a <a href="tqfiledialog.html">TQFileDialog</a>. On the Macintosh and Windows +platforms you can either use a <a href="tqfiledialog.html">TQFileDialog</a> or the native file +dialog. This is explained in the <a href="tqfiledialog.html">TQFileDialog</a> class documentation. +<p> <center><img src="tqfiledlg-w.png"></center> <p> Below is a TQPrintDialog. On Macintosh and Windows the native print dialog is used, but for other platforms we provide TQPrintDialog. Use <a href="ntqprinter.html#setup">TQPrinter::setup</a>() for portability instead of the TQPrintDialog if you |