diff options
Diffstat (limited to 'doc/html/advanced.html')
-rw-r--r-- | doc/html/advanced.html | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/doc/html/advanced.html b/doc/html/advanced.html new file mode 100644 index 0000000..90a0d12 --- /dev/null +++ b/doc/html/advanced.html @@ -0,0 +1,73 @@ +<!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/indices.doc:546 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>Advanced 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>Advanced Widgets</h1> + + +<p> These classes provide more complex user interface controls (widgets). +<p> +<p><table width="100%"> +<tr bgcolor=#f0f0f0><td><b><a href="qchecklistitem.html">QCheckListItem</a></b><td>Checkable list view items +<tr bgcolor=#f0f0f0><td><b><a href="qchecktableitem.html">QCheckTableItem</a></b><td>Checkboxes in QTables +<tr bgcolor=#f0f0f0><td><b><a href="qcombotableitem.html">QComboTableItem</a></b><td>Means of using comboboxes in QTables +<tr bgcolor=#f0f0f0><td><b><a href="qdateedit.html">QDateEdit</a></b><td>Date editor +<tr bgcolor=#f0f0f0><td><b><a href="qdatetimeedit.html">QDateTimeEdit</a></b><td>Combines a QDateEdit and QTimeEdit widget into a single widget for editing datetimes +<tr bgcolor=#f0f0f0><td><b><a href="qdesktopwidget.html">QDesktopWidget</a></b><td>Access to screen information on multi-head systems +<tr bgcolor=#f0f0f0><td><b><a href="qheader.html">QHeader</a></b><td>Header row or column, e.g. for tables and listviews +<tr bgcolor=#f0f0f0><td><b><a href="qiconfactory.html">QIconFactory</a></b><td>Used to create pixmaps for a QIconSet +<tr bgcolor=#f0f0f0><td><b><a href="qiconview.html">QIconView</a></b><td>Area with movable labelled icons +<tr bgcolor=#f0f0f0><td><b><a href="qiconviewitem.html">QIconViewItem</a></b><td>Single item in a QIconView +<tr bgcolor=#f0f0f0><td><b><a href="qlistbox.html">QListBox</a></b><td>List of selectable, read-only items +<tr bgcolor=#f0f0f0><td><b><a href="qlistboxpixmap.html">QListBoxPixmap</a></b><td>List box items with a pixmap and optional text +<tr bgcolor=#f0f0f0><td><b><a href="qlistboxtext.html">QListBoxText</a></b><td>List box items that display text +<tr bgcolor=#f0f0f0><td><b><a href="qlistview.html">QListView</a></b><td>Implements a list/tree view +<tr bgcolor=#f0f0f0><td><b><a href="qlistviewitem.html">QListViewItem</a></b><td>Implements a list view item +<tr bgcolor=#f0f0f0><td><b><a href="qlistviewitemiterator.html">QListViewItemIterator</a></b><td>Iterator for collections of QListViewItems +<tr bgcolor=#f0f0f0><td><b><a href="qmultilineedit.html">QMultiLineEdit</a></b><td>Simple editor for inputting text +<tr bgcolor=#f0f0f0><td><b><a href="qprogressbar.html">QProgressBar</a></b><td>Horizontal progress bar +<tr bgcolor=#f0f0f0><td><b><a href="qtab.html">QTab</a></b><td>The structures in a QTabBar +<tr bgcolor=#f0f0f0><td><b><a href="qtabbar.html">QTabBar</a></b><td>Tab bar, e.g. for use in tabbed dialogs +<tr bgcolor=#f0f0f0><td><b><a href="qtable.html">QTable</a></b><td>Flexible editable table widget +<tr bgcolor=#f0f0f0><td><b><a href="qtableitem.html">QTableItem</a></b><td>The cell content for QTable cells +<tr bgcolor=#f0f0f0><td><b><a href="qtableselection.html">QTableSelection</a></b><td>Access to a selected area in a QTable +<tr bgcolor=#f0f0f0><td><b><a href="qtabwidget.html">QTabWidget</a></b><td>Stack of tabbed widgets +<tr bgcolor=#f0f0f0><td><b><a href="qtextbrowser.html">QTextBrowser</a></b><td>Rich text browser with hypertext navigation +<tr bgcolor=#f0f0f0><td><b><a href="qtimeedit.html">QTimeEdit</a></b><td>Time editor +<tr bgcolor=#f0f0f0><td><b><a href="qtoolbox.html">QToolBox</a></b><td>Column of tabbed widget items +</table> +<!-- 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>Qt 3.3.8</div> +</table></div></address></body> +</html> |