summaryrefslogtreecommitdiffstats
path: root/doc/pictures.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/pictures.doc
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/pictures.doc')
-rw-r--r--doc/pictures.doc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/pictures.doc b/doc/pictures.doc
index 2060e0ccd..dd077edd7 100644
--- a/doc/pictures.doc
+++ b/doc/pictures.doc
@@ -61,8 +61,8 @@ shows off many of Qt's widgets. (The source is in \c{examples/demo}.
Below we have three views seperated by \l {QSplitter}s. At the
-top-left there's a \l QListBox, at the top-right there's a \l
-QListView with a \l QHeader and two \l {TQScrollBar}s. And at the
+top-left there's a \l TQListBox, at the top-right there's a \l
+TQListView with a \l TQHeader and two \l {TQScrollBar}s. And at the
bottom there's a \l TQIconView.
\img splitter-views-w.png
@@ -102,7 +102,7 @@ Messages are presented using \l{QMessageBox}es, as shown below.
\img qmsgbox-w.png
-The image below shows a \l QProgressDialog. The \l QProgressBar can
+The image below shows a \l TQProgressDialog. The \l TQProgressBar can
also be used as a separate widget.
\img qprogdlg-w.png
@@ -116,7 +116,7 @@ The screenshot below shows a \l TQPopupMenu.
\img qpopmenu-w.png
-In the screenshot below there's a \l QButtonGroup containing four \l
+In the screenshot below there's a \l TQButtonGroup containing four \l
{TQRadioButton}s and two \l {TQCheckBox}es.
\img buttongroup-w.png
@@ -131,13 +131,13 @@ like in this screenshot.
\img tqscrollview-m.png
\endomit
-The screenshot below shows a \l QTabDialog. The tabs (\l QTabBar) or the
-more convenient class \l QTabWidget, which combines a tab bar with
+The screenshot below shows a \l TQTabDialog. The tabs (\l TQTabBar) or the
+more convenient class \l TQTabWidget, which combines a tab bar with
the pages, can be used separately. In the visible page you see a \l
TQLabel, the range controls \l TQSlider and \l TQSpinBox and below a \l
TQLCDNumber. In the bottom row there are some \l {TQPushButton}s.
-\img qtabdlg-w.png
+\img tqtabdlg-w.png
In the screenshot below there's a \l TQTextBrowser displaying a HTML
page. See also \l TQTextEdit.