From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/geomanagement.html | 66 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 doc/html/geomanagement.html (limited to 'doc/html/geomanagement.html') diff --git a/doc/html/geomanagement.html b/doc/html/geomanagement.html new file mode 100644 index 000000000..96a0597be --- /dev/null +++ b/doc/html/geomanagement.html @@ -0,0 +1,66 @@ + + + + + +Layout Management + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

Layout Management

+ + +

These classes provide automatic geometry (layout) management of widgets. +

+

+
TQBoxLayoutLines up child widgets horizontally or vertically +
TQButtonGroupOrganizes TQButton widgets in a group +
TQGLayoutIteratorAbstract base class of internal layout iterators +
TQGridSimple geometry management of its children +
TQGridLayoutLays out widgets in a grid +
TQGroupBoxGroup box frame with a title +
TQHBoxHorizontal geometry management for its child widgets +
TQHBoxLayoutLines up widgets horizontally +
TQHButtonGroupOrganizes TQButton widgets in a group with one horizontal row +
TQHGroupBoxOrganizes widgets in a group with one horizontal row +
TQLayoutThe base class of geometry managers +
TQLayoutItemAbstract item that a TQLayout manipulates +
TQLayoutIteratorIterators over TQLayoutItem +
TQSizePolicyLayout attribute describing horizontal and vertical resizing policy +
TQSpacerItemBlank space in a layout +
TQVBoxVertical geometry management of its child widgets +
TQVBoxLayoutLines up widgets vertically +
TQVButtonGroupOrganizes TQButton widgets in a vertical column +
TQVGroupBoxOrganizes a group of widgets in a vertical column +
TQWidgetItemLayout item that represents a widget +
+ +


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1