You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/doc/html/pictures.html

96 lines
5.9 KiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/pictures.doc:36 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Pictures of Most TQt Widgets</title>
<style type="text/css"><!--
fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
body { background: #ffffff; color: black; }
--></style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="#E5E5E5">
<td valign=center>
<a href="index.html">
<font color="#004faf">Home</font></a>
| <a href="classes.html">
<font color="#004faf">All&nbsp;Classes</font></a>
| <a href="mainclasses.html">
<font color="#004faf">Main&nbsp;Classes</font></a>
| <a href="annotated.html">
<font color="#004faf">Annotated</font></a>
| <a href="groups.html">
<font color="#004faf">Grouped&nbsp;Classes</font></a>
| <a href="functions.html">
<font color="#004faf">Functions</font></a>
</td>
<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Pictures of Most TQt Widgets</h1>
<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.
<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> <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> <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> <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
need to be platform independent.
<p> <center><img src="qprintdlg-m.png"></center>
<p> Below is a <a href="qfontdialog.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>.
<p> <center><img src="qcolordlg-w.png"></center>
<p> Messages are presented using <a href="qmessagebox.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
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> <center><img src="groupbox-w.png"></center>
<p> The screenshot below shows a <a href="qpopupmenu.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> <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> <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> <center><img src="qtextbrowser-w.png"></center>
<p>
<!-- eof -->
<p><address><hr><div align=center>
<table width=100% cellspacing=0 border=0><tr>
<td>Copyright &copy; 2007
<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
<td align=right><div align=right>TQt 3.3.8</div>
</table></div></address></body>
</html>