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 000000000..c326bb3d8 --- /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">TQCheckListItem</a></b><td>Checkable list view items +<tr bgcolor=#f0f0f0><td><b><a href="qchecktableitem.html">TQCheckTableItem</a></b><td>Checkboxes in TQTables +<tr bgcolor=#f0f0f0><td><b><a href="qcombotableitem.html">TQComboTableItem</a></b><td>Means of using comboboxes in TQTables +<tr bgcolor=#f0f0f0><td><b><a href="qdateedit.html">TQDateEdit</a></b><td>Date editor +<tr bgcolor=#f0f0f0><td><b><a href="qdatetimeedit.html">TQDateTimeEdit</a></b><td>Combines a TQDateEdit and TQTimeEdit widget into a single widget for editing datetimes +<tr bgcolor=#f0f0f0><td><b><a href="qdesktopwidget.html">TQDesktopWidget</a></b><td>Access to screen information on multi-head systems +<tr bgcolor=#f0f0f0><td><b><a href="qheader.html">TQHeader</a></b><td>Header row or column, e.g. for tables and listviews +<tr bgcolor=#f0f0f0><td><b><a href="qiconfactory.html">TQIconFactory</a></b><td>Used to create pixmaps for a TQIconSet +<tr bgcolor=#f0f0f0><td><b><a href="qiconview.html">TQIconView</a></b><td>Area with movable labelled icons +<tr bgcolor=#f0f0f0><td><b><a href="qiconviewitem.html">TQIconViewItem</a></b><td>Single item in a TQIconView +<tr bgcolor=#f0f0f0><td><b><a href="qlistbox.html">TQListBox</a></b><td>List of selectable, read-only items +<tr bgcolor=#f0f0f0><td><b><a href="qlistboxpixmap.html">TQListBoxPixmap</a></b><td>List box items with a pixmap and optional text +<tr bgcolor=#f0f0f0><td><b><a href="qlistboxtext.html">TQListBoxText</a></b><td>List box items that display text +<tr bgcolor=#f0f0f0><td><b><a href="qlistview.html">TQListView</a></b><td>Implements a list/tree view +<tr bgcolor=#f0f0f0><td><b><a href="qlistviewitem.html">TQListViewItem</a></b><td>Implements a list view item +<tr bgcolor=#f0f0f0><td><b><a href="qlistviewitemiterator.html">TQListViewItemIterator</a></b><td>Iterator for collections of TQListViewItems +<tr bgcolor=#f0f0f0><td><b><a href="qmultilineedit.html">TQMultiLineEdit</a></b><td>Simple editor for inputting text +<tr bgcolor=#f0f0f0><td><b><a href="qprogressbar.html">TQProgressBar</a></b><td>Horizontal progress bar +<tr bgcolor=#f0f0f0><td><b><a href="qtab.html">TQTab</a></b><td>The structures in a TQTabBar +<tr bgcolor=#f0f0f0><td><b><a href="qtabbar.html">TQTabBar</a></b><td>Tab bar, e.g. for use in tabbed dialogs +<tr bgcolor=#f0f0f0><td><b><a href="qtable.html">TQTable</a></b><td>Flexible editable table widget +<tr bgcolor=#f0f0f0><td><b><a href="qtableitem.html">TQTableItem</a></b><td>The cell content for TQTable cells +<tr bgcolor=#f0f0f0><td><b><a href="qtableselection.html">TQTableSelection</a></b><td>Access to a selected area in a TQTable +<tr bgcolor=#f0f0f0><td><b><a href="qtabwidget.html">TQTabWidget</a></b><td>Stack of tabbed widgets +<tr bgcolor=#f0f0f0><td><b><a href="qtextbrowser.html">TQTextBrowser</a></b><td>Rich text browser with hypertext navigation +<tr bgcolor=#f0f0f0><td><b><a href="qtimeedit.html">TQTimeEdit</a></b><td>Time editor +<tr bgcolor=#f0f0f0><td><b><a href="qtoolbox.html">TQToolBox</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>TQt 3.3.8</div> +</table></div></address></body> +</html> |