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.html52
1 files changed, 26 insertions, 26 deletions
diff --git a/doc/html/pictures.html b/doc/html/pictures.html
index 828db57c..15e713fa 100644
--- a/doc/html/pictures.html
+++ b/doc/html/pictures.html
@@ -34,55 +34,55 @@ body { background: #ffffff; color: black; }
<p> Most of these widgets are shown in either <a href="motif-extension.html#Motif">Motif</a> or Windows style.
-All widgets are supported in both styles (and other <a href="qstyle.html">styles</a>), but for clarity we just present a selection.
+All widgets are supported in both styles (and other <a href="ntqstyle.html">styles</a>), but for clarity we just present a selection.
<p> TQt provides more widgets than the selection shown below. And extra TQt
are available from third parties, and as add-ons to TQt; see <a href="http://www.trolltech.com/products/solutions/index.html">TQt
Solutions</a>, and <a href="http://www.trolltech.com/freesoftware/index.html">User contributed TQt
additions</a>.
<p>
-<p> Below we have three views seperated by <a href="qsplitter.html">TQSplitter</a>s. At the
-top-left there's a <a href="qlistbox.html">TQListBox</a>, at the top-right there's a <a href="qlistview.html">TQListView</a> with a <a href="qheader.html">TQHeader</a> and two <a href="qscrollbar.html">TQScrollBar</a>s. And at the
-bottom there's a <a href="qiconview.html">TQIconView</a>.
+<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
+bottom there's a <a href="ntqiconview.html">TQIconView</a>.
<p> <center><img src="splitter-views-w.png"></center>
-<p> Below we present a <a href="qmainwindow.html">TQMainWindow</a> which has
-a <a href="qmenubar.html">TQMenuBar</a> and some <a href="qtoolbar.html">TQToolBar</a>s that contain
-various widgets, e.g. <a href="qtoolbutton.html">TQToolButton</a>s and <a href="qcombobox.html">TQComboBox</a>es. The central
-widget is a <a href="qworkspace.html">TQWorkspace</a> which is used for MDI window management and
-which contains an MDI-Window featuring a <a href="qtextedit.html">TQTextEdit</a>. At the bottom
-you see a <a href="qstatusbar.html">TQStatusBar</a> and at the bottom-right a <a href="qsizegrip.html">TQSizeGrip</a>.
+<p> Below we present a <a href="ntqmainwindow.html">TQMainWindow</a> which has
+a <a href="ntqmenubar.html">TQMenuBar</a> and some <a href="ntqtoolbar.html">TQToolBar</a>s that contain
+various widgets, e.g. <a href="ntqtoolbutton.html">TQToolButton</a>s and <a href="ntqcombobox.html">TQComboBox</a>es. The central
+widget is a <a href="ntqworkspace.html">TQWorkspace</a> which is used for MDI window management and
+which contains an MDI-Window featuring a <a href="ntqtextedit.html">TQTextEdit</a>. At the bottom
+you see a <a href="ntqstatusbar.html">TQStatusBar</a> and at the bottom-right a <a href="ntqsizegrip.html">TQSizeGrip</a>.
<p> <center><img src="mainwindow-w.png"></center>
-<p> The image below shows a <a href="qfiledialog.html">TQFileDialog</a>. On the Macintosh and Windows
-platforms you can either use a <a href="qfiledialog.html">TQFileDialog</a> or the native file
-dialog. This is explained in the <a href="qfiledialog.html">TQFileDialog</a> class documentation.
+<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> Below is a TQPrintDialog. On Macintosh and Windows the native print
dialog is used, but for other platforms we provide TQPrintDialog. Use
-<a href="qprinter.html#setup">TQPrinter::setup</a>() for portability instead of the TQPrintDialog if you
+<a href="ntqprinter.html#setup">TQPrinter::setup</a>() for portability instead of the TQPrintDialog if you
need to be platform independent.
<p> <center><img src="qprintdlg-m.png"></center>
-<p> Below is a <a href="qfontdialog.html">TQFontDialog</a>.
+<p> Below is a <a href="ntqfontdialog.html">TQFontDialog</a>.
<p> <center><img src="qfontdlg-w.png"></center> <blockquote><p align="center"><em> Windows
</em></p>
-</blockquote><p> The screenshot below shows a <a href="qcolordialog.html">TQColorDialog</a>.
+</blockquote><p> The screenshot below shows a <a href="ntqcolordialog.html">TQColorDialog</a>.
<p> <center><img src="qcolordlg-w.png"></center>
-<p> Messages are presented using <a href="qmessagebox.html">TQMessageBox</a>es, as shown below.
+<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="qprogressdialog.html">TQProgressDialog</a>. The <a href="qprogressbar.html">TQProgressBar</a> can
+<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="qgroupbox.html">TQGroupBox</a> that contains a <a href="qlineedit.html">TQLineEdit</a>, a read-only <a href="qcombobox.html">TQComboBox</a> and an editable <a href="qcombobox.html">TQComboBox</a>.
+<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> <center><img src="groupbox-w.png"></center>
-<p> The screenshot below shows a <a href="qpopupmenu.html">TQPopupMenu</a>.
+<p> The screenshot below shows a <a href="ntqpopupmenu.html">TQPopupMenu</a>.
<p> <center><img src="qpopmenu-w.png"></center>
-<p> In the screenshot below there's a <a href="qbuttongroup.html">TQButtonGroup</a> containing four <a href="qradiobutton.html">TQRadioButton</a>s and two <a href="qcheckbox.html">TQCheckBox</a>es.
+<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> <center><img src="buttongroup-w.png"></center>
<p>
-<p> The screenshot below shows a <a href="qtabdialog.html">TQTabDialog</a>. The tabs (<a href="qtabbar.html">TQTabBar</a>) or the
-more convenient class <a href="qtabwidget.html">TQTabWidget</a>, which combines a tab bar with
-the pages, can be used separately. In the visible page you see a <a href="qlabel.html">TQLabel</a>, the range controls <a href="qslider.html">TQSlider</a> and <a href="qspinbox.html">TQSpinBox</a> and below a <a href="qlcdnumber.html">TQLCDNumber</a>. In the bottom row there are some <a href="qpushbutton.html">TQPushButton</a>s.
+<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="ntqlabel.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.
<p> <center><img src="qtabdlg-w.png"></center>
-<p> In the screenshot below there's a <a href="qtextbrowser.html">TQTextBrowser</a> displaying a HTML
-page. See also <a href="qtextedit.html">TQTextEdit</a>.
+<p> In the screenshot below there's a <a href="ntqtextbrowser.html">TQTextBrowser</a> displaying a HTML
+page. See also <a href="ntqtextedit.html">TQTextEdit</a>.
<p> <center><img src="qtextbrowser-w.png"></center>
<p>
<!-- eof -->