summaryrefslogtreecommitdiffstats
path: root/doc/html/pictures.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/pictures.html')
-rw-r--r--doc/html/pictures.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/pictures.html b/doc/html/pictures.html
index 7232c7879..ddb0d0167 100644
--- a/doc/html/pictures.html
+++ b/doc/html/pictures.html
@@ -41,12 +41,12 @@ 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="ntqscrollbar.html">TQScrollBar</a>s. And 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
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
a <a href="tqmenubar.html">TQMenuBar</a> and some <a href="tqtoolbar.html">TQToolBar</a>s that contain
-various widgets, e.g. <a href="tqtoolbutton.html">TQToolButton</a>s and <a href="ntqcombobox.html">TQComboBox</a>es. The central
+various widgets, e.g. <a href="tqtoolbutton.html">TQToolButton</a>s and <a href="tqcombobox.html">TQComboBox</a>es. The central
widget is a <a href="tqworkspace.html">TQWorkspace</a> which is used for MDI window management and
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>.
@@ -70,16 +70,16 @@ need to be platform independent.
<p> The image below shows a <a href="ntqprogressdialog.html">TQProgressDialog</a>. The <a href="ntqprogressbar.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="ntqlineedit.html">TQLineEdit</a>, a read-only <a href="ntqcombobox.html">TQComboBox</a> and an editable <a href="ntqcombobox.html">TQComboBox</a>.
+<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="ntqradiobutton.html">TQRadioButton</a>s and two <a href="ntqcheckbox.html">TQCheckBox</a>es.
+<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> <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
-the pages, can be used separately. In the visible page you see a <a href="tqlabel.html">TQLabel</a>, the range controls <a href="ntqslider.html">TQSlider</a> and <a href="ntqspinbox.html">TQSpinBox</a> and below a <a href="ntqlcdnumber.html">TQLCDNumber</a>. In the bottom row there are some <a href="ntqpushbutton.html">TQPushButton</a>s.
+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> 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>.