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.html95
1 files changed, 95 insertions, 0 deletions
diff --git a/doc/html/pictures.html b/doc/html/pictures.html
new file mode 100644
index 0000000..f953076
--- /dev/null
+++ b/doc/html/pictures.html
@@ -0,0 +1,95 @@
+<!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 Qt 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 Qt 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> Qt provides more widgets than the selection shown below. And extra Qt
+are available from third parties, and as add-ons to Qt; see <a href="http://www.trolltech.com/products/solutions/index.html">Qt
+Solutions</a>, and <a href="http://www.trolltech.com/freesoftware/index.html">User contributed Qt
+additions</a>.
+<p>
+<p> Below we have three views seperated by <a href="qsplitter.html">QSplitter</a>s. At the
+top-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
+bottom there's a <a href="qiconview.html">QIconView</a>.
+<p> <center><img src="splitter-views-w.png"></center>
+<p> Below we present a <a href="qmainwindow.html">QMainWindow</a> which has
+a <a href="qmenubar.html">QMenuBar</a> and some <a href="qtoolbar.html">QToolBar</a>s that contain
+various widgets, e.g. <a href="qtoolbutton.html">QToolButton</a>s and <a href="qcombobox.html">QComboBox</a>es. The central
+widget is a <a href="qworkspace.html">QWorkspace</a> which is used for MDI window management and
+which contains an MDI-Window featuring a <a href="qtextedit.html">QTextEdit</a>. At the bottom
+you see a <a href="qstatusbar.html">QStatusBar</a> and at the bottom-right a <a href="qsizegrip.html">QSizeGrip</a>.
+<p> <center><img src="mainwindow-w.png"></center>
+<p> The image below shows a <a href="qfiledialog.html">QFileDialog</a>. On the Macintosh and Windows
+platforms you can either use a <a href="qfiledialog.html">QFileDialog</a> or the native file
+dialog. This is explained in the <a href="qfiledialog.html">QFileDialog</a> class documentation.
+<p> <center><img src="qfiledlg-w.png"></center>
+<p> Below is a QPrintDialog. On Macintosh and Windows the native print
+dialog is used, but for other platforms we provide QPrintDialog. Use
+<a href="qprinter.html#setup">QPrinter::setup</a>() for portability instead of the QPrintDialog if you
+need to be platform independent.
+<p> <center><img src="qprintdlg-m.png"></center>
+<p> Below is a <a href="qfontdialog.html">QFontDialog</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">QColorDialog</a>.
+<p> <center><img src="qcolordlg-w.png"></center>
+<p> Messages are presented using <a href="qmessagebox.html">QMessageBox</a>es, as shown below.
+<p> <center><img src="qmsgbox-w.png"></center>
+<p> The image below shows a <a href="qprogressdialog.html">QProgressDialog</a>. The <a href="qprogressbar.html">QProgressBar</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">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>.
+<p> <center><img src="groupbox-w.png"></center>
+<p> The screenshot below shows a <a href="qpopupmenu.html">QPopupMenu</a>.
+<p> <center><img src="qpopmenu-w.png"></center>
+<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.
+<p> <center><img src="buttongroup-w.png"></center>
+<p>
+<p> The screenshot below shows a <a href="qtabdialog.html">QTabDialog</a>. The tabs (<a href="qtabbar.html">QTabBar</a>) or the
+more convenient class <a href="qtabwidget.html">QTabWidget</a>, which combines a tab bar with
+the 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.
+<p> <center><img src="qtabdlg-w.png"></center>
+<p> In the screenshot below there's a <a href="qtextbrowser.html">QTextBrowser</a> displaying a HTML
+page. See also <a href="qtextedit.html">QTextEdit</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>Qt 3.3.8</div>
+</table></div></address></body>
+</html>