diff options
author | Timothy Pearson <[email protected]> | 2011-11-08 12:31:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-08 12:31:36 -0600 |
commit | d796c9dd933ab96ec83b9a634feedd5d32e1ba3f (patch) | |
tree | 6e3dcca4f77e20ec8966c666aac7c35bd4704053 /doc/html/pictures.html | |
download | tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.tar.gz tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.zip |
Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731
Diffstat (limited to 'doc/html/pictures.html')
-rw-r--r-- | doc/html/pictures.html | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/doc/html/pictures.html b/doc/html/pictures.html new file mode 100644 index 000000000..828db57c1 --- /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 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 Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped 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 © 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> |