<!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="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="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="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="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="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="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="ntqcolordialog.html">TQColorDialog</a>. <p> <center><img src="qcolordlg-w.png"></center> <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="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="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="ntqpopupmenu.html">TQPopupMenu</a>. <p> <center><img src="qpopmenu-w.png"></center> <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="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="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 --> <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>