summaryrefslogtreecommitdiffstats
path: root/doc/html/pictures.html
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/html/pictures.html
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/html/pictures.html')
-rw-r--r--doc/html/pictures.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/pictures.html b/doc/html/pictures.html
index ddb0d0167..d487dcca1 100644
--- a/doc/html/pictures.html
+++ b/doc/html/pictures.html
@@ -41,7 +41,7 @@ Solutions</a>, and <a href="http://www.trolltech.com/freesoftware/index.html">Us
additions</a>.
<p>
<p> Below we have three views seperated by <a href="ntqsplitter.html">TQSplitter</a>s. At the
-top-left there's a <a href="ntqlistbox.html">TQListBox</a>, at the top-right there's a <a href="ntqlistview.html">TQListView</a> with a <a href="ntqheader.html">TQHeader</a> and two <a href="tqscrollbar.html">TQScrollBar</a>s. And at the
+top-left there's a <a href="tqlistbox.html">TQListBox</a>, at the top-right there's a <a href="tqlistview.html">TQListView</a> with a <a href="tqheader.html">TQHeader</a> and two <a href="tqscrollbar.html">TQScrollBar</a>s. And at the
bottom there's a <a href="tqiconview.html">TQIconView</a>.
<p> <center><img src="splitter-views-w.png"></center>
<p> Below we present a <a href="tqmainwindow.html">TQMainWindow</a> which has
@@ -67,20 +67,20 @@ need to be platform independent.
<p> <center><img src="tqcolordlg-w.png"></center>
<p> Messages are presented using <a href="ntqmessagebox.html">TQMessageBox</a>es, as shown below.
<p> <center><img src="qmsgbox-w.png"></center>
-<p> The image below shows a <a href="ntqprogressdialog.html">TQProgressDialog</a>. The <a href="ntqprogressbar.html">TQProgressBar</a> can
+<p> The image below shows a <a href="tqprogressdialog.html">TQProgressDialog</a>. The <a href="tqprogressbar.html">TQProgressBar</a> can
also be used as a separate widget.
<p> <center><img src="qprogdlg-w.png"></center>
<p> In the screenshot below we have a <a href="ntqgroupbox.html">TQGroupBox</a> that contains a <a href="tqlineedit.html">TQLineEdit</a>, a read-only <a href="tqcombobox.html">TQComboBox</a> and an editable <a href="tqcombobox.html">TQComboBox</a>.
<p> <center><img src="groupbox-w.png"></center>
<p> The screenshot below shows a <a href="tqpopupmenu.html">TQPopupMenu</a>.
<p> <center><img src="qpopmenu-w.png"></center>
-<p> In the screenshot below there's a <a href="ntqbuttongroup.html">TQButtonGroup</a> containing four <a href="tqradiobutton.html">TQRadioButton</a>s and two <a href="tqcheckbox.html">TQCheckBox</a>es.
+<p> In the screenshot below there's a <a href="tqbuttongroup.html">TQButtonGroup</a> containing four <a href="tqradiobutton.html">TQRadioButton</a>s and two <a href="tqcheckbox.html">TQCheckBox</a>es.
<p> <center><img src="buttongroup-w.png"></center>
<p>
-<p> The screenshot below shows a <a href="ntqtabdialog.html">TQTabDialog</a>. The tabs (<a href="ntqtabbar.html">TQTabBar</a>) or the
-more convenient class <a href="ntqtabwidget.html">TQTabWidget</a>, which combines a tab bar with
+<p> The screenshot below shows a <a href="tqtabdialog.html">TQTabDialog</a>. The tabs (<a href="tqtabbar.html">TQTabBar</a>) or the
+more convenient class <a href="tqtabwidget.html">TQTabWidget</a>, which combines a tab bar with
the pages, can be used separately. In the visible page you see a <a href="tqlabel.html">TQLabel</a>, the range controls <a href="tqslider.html">TQSlider</a> and <a href="tqspinbox.html">TQSpinBox</a> and below a <a href="tqlcdnumber.html">TQLCDNumber</a>. In the bottom row there are some <a href="tqpushbutton.html">TQPushButton</a>s.
-<p> <center><img src="qtabdlg-w.png"></center>
+<p> <center><img src="tqtabdlg-w.png"></center>
<p> In the screenshot below there's a <a href="tqtextbrowser.html">TQTextBrowser</a> displaying a HTML
page. See also <a href="tqtextedit.html">TQTextEdit</a>.
<p> <center><img src="tqtextbrowser-w.png"></center>