source: trunk/doc/html/pictures.html@ 208

Last change on this file since 208 was 190, checked in by rudi, 14 years ago

reference documentation added

File size: 6.0 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/pictures.doc:36 -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>Pictures of Most Qt Widgets</title>
7<style type="text/css"><!--
8fn { margin-left: 1cm; text-indent: -1cm; }
9a:link { color: #004faf; text-decoration: none }
10a:visited { color: #672967; text-decoration: none }
11body { background: #ffffff; color: black; }
12--></style>
13</head>
14<body>
15
16<table border="0" cellpadding="0" cellspacing="0" width="100%">
17<tr bgcolor="#E5E5E5">
18<td valign=center>
19 <a href="index.html">
20<font color="#004faf">Home</font></a>
21 | <a href="classes.html">
22<font color="#004faf">All&nbsp;Classes</font></a>
23 | <a href="mainclasses.html">
24<font color="#004faf">Main&nbsp;Classes</font></a>
25 | <a href="annotated.html">
26<font color="#004faf">Annotated</font></a>
27 | <a href="groups.html">
28<font color="#004faf">Grouped&nbsp;Classes</font></a>
29 | <a href="functions.html">
30<font color="#004faf">Functions</font></a>
31</td>
32<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 Qt Widgets</h1>
33
34
35
36<p> Most of these widgets are shown in either <a href="motif-extension.html#Motif">Motif</a> or Windows style.
37All widgets are supported in both styles (and other <a href="qstyle.html">styles</a>), but for clarity we just present a selection.
38<p> Qt provides more widgets than the selection shown below. And extra Qt
39are available from third parties, and as add-ons to Qt; see <a href="http://www.trolltech.com/products/solutions/index.html">Qt
40Solutions</a>, and <a href="http://www.trolltech.com/freesoftware/index.html">User contributed Qt
41additions</a>.
42<p>
43<p> Below we have three views seperated by <a href="qsplitter.html">QSplitter</a>s. At the
44top-left there's a <a href="qlistbox.html">QListBox</a>, at the top-right there's a <a href="qlistview.html">QListView</a> with a <a href="qheader.html">QHeader</a> and two <a href="qscrollbar.html">QScrollBar</a>s. And at the
45bottom there's a <a href="qiconview.html">QIconView</a>.
46<p> <center><img src="splitter-views-w.png"></center>
47<p> Below we present a <a href="qmainwindow.html">QMainWindow</a> which has
48a <a href="qmenubar.html">QMenuBar</a> and some <a href="qtoolbar.html">QToolBar</a>s that contain
49various widgets, e.g. <a href="qtoolbutton.html">QToolButton</a>s and <a href="qcombobox.html">QComboBox</a>es. The central
50widget is a <a href="qworkspace.html">QWorkspace</a> which is used for MDI window management and
51which contains an MDI-Window featuring a <a href="qtextedit.html">QTextEdit</a>. At the bottom
52you see a <a href="qstatusbar.html">QStatusBar</a> and at the bottom-right a <a href="qsizegrip.html">QSizeGrip</a>.
53<p> <center><img src="mainwindow-w.png"></center>
54<p> The image below shows a <a href="qfiledialog.html">QFileDialog</a>. On the Macintosh and Windows
55platforms you can either use a <a href="qfiledialog.html">QFileDialog</a> or the native file
56dialog. This is explained in the <a href="qfiledialog.html">QFileDialog</a> class documentation.
57<p> <center><img src="qfiledlg-w.png"></center>
58<p> Below is a QPrintDialog. On Macintosh and Windows the native print
59dialog is used, but for other platforms we provide QPrintDialog. Use
60<a href="qprinter.html#setup">QPrinter::setup</a>() for portability instead of the QPrintDialog if you
61need to be platform independent.
62<p> <center><img src="qprintdlg-m.png"></center>
63<p> Below is a <a href="qfontdialog.html">QFontDialog</a>.
64<p> <center><img src="qfontdlg-w.png"></center> <blockquote><p align="center"><em> Windows
65</em></p>
66</blockquote><p> The screenshot below shows a <a href="qcolordialog.html">QColorDialog</a>.
67<p> <center><img src="qcolordlg-w.png"></center>
68<p> Messages are presented using <a href="qmessagebox.html">QMessageBox</a>es, as shown below.
69<p> <center><img src="qmsgbox-w.png"></center>
70<p> The image below shows a <a href="qprogressdialog.html">QProgressDialog</a>. The <a href="qprogressbar.html">QProgressBar</a> can
71also be used as a separate widget.
72<p> <center><img src="qprogdlg-w.png"></center>
73<p> In the screenshot below we have a <a href="qgroupbox.html">QGroupBox</a> that contains a <a href="qlineedit.html">QLineEdit</a>, a read-only <a href="qcombobox.html">QComboBox</a> and an editable <a href="qcombobox.html">QComboBox</a>.
74<p> <center><img src="groupbox-w.png"></center>
75<p> The screenshot below shows a <a href="qpopupmenu.html">QPopupMenu</a>.
76<p> <center><img src="qpopmenu-w.png"></center>
77<p> In the screenshot below there's a <a href="qbuttongroup.html">QButtonGroup</a> containing four <a href="qradiobutton.html">QRadioButton</a>s and two <a href="qcheckbox.html">QCheckBox</a>es.
78<p> <center><img src="buttongroup-w.png"></center>
79<p>
80<p> The screenshot below shows a <a href="qtabdialog.html">QTabDialog</a>. The tabs (<a href="qtabbar.html">QTabBar</a>) or the
81more convenient class <a href="qtabwidget.html">QTabWidget</a>, which combines a tab bar with
82the pages, can be used separately. In the visible page you see a <a href="qlabel.html">QLabel</a>, the range controls <a href="qslider.html">QSlider</a> and <a href="qspinbox.html">QSpinBox</a> and below a <a href="qlcdnumber.html">QLCDNumber</a>. In the bottom row there are some <a href="qpushbutton.html">QPushButton</a>s.
83<p> <center><img src="qtabdlg-w.png"></center>
84<p> In the screenshot below there's a <a href="qtextbrowser.html">QTextBrowser</a> displaying a HTML
85page. See also <a href="qtextedit.html">QTextEdit</a>.
86<p> <center><img src="qtextbrowser-w.png"></center>
87<p>
88<!-- eof -->
89<p><address><hr><div align=center>
90<table width=100% cellspacing=0 border=0><tr>
91<td>Copyright &copy; 2007
92<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
93<td align=right><div align=right>Qt 3.3.8</div>
94</table></div></address></body>
95</html>
Note: See TracBrowser for help on using the repository browser.