diff options
Diffstat (limited to 'doc/html/appearance.html')
-rw-r--r-- | doc/html/appearance.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/appearance.html b/doc/html/appearance.html index 57bd65eaf..3e647285e 100644 --- a/doc/html/appearance.html +++ b/doc/html/appearance.html @@ -36,7 +36,7 @@ body { background: #ffffff; color: black; } style. <p> <p><table width="100%"> -<tr bgcolor=#f0f0f0><td><b><a href="qboxlayout.html">TQBoxLayout</a></b><td>Lines up child widgets horizontally or vertically +<tr bgcolor=#f0f0f0><td><b><a href="tqboxlayout.html">TQBoxLayout</a></b><td>Lines up child widgets horizontally or vertically <tr bgcolor=#f0f0f0><td><b><a href="tqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group <tr bgcolor=#f0f0f0><td><b><a href="ntqcdestyle.html">TQCDEStyle</a></b><td>CDE look and feel <tr bgcolor=#f0f0f0><td><b><a href="tqcolor.html">TQColor</a></b><td>Colors based on RGB or HSV values @@ -44,17 +44,17 @@ style. <tr bgcolor=#f0f0f0><td><b><a href="ntqcommonstyle.html">TQCommonStyle</a></b><td>Encapsulates the common Look and Feel of a GUI <tr bgcolor=#f0f0f0><td><b><a href="ntqcursor.html">TQCursor</a></b><td>Mouse cursor with an arbitrary shape <tr bgcolor=#f0f0f0><td><b><a href="tqfont.html">TQFont</a></b><td>Font used for drawing text -<tr bgcolor=#f0f0f0><td><b><a href="qglayoutiterator.html">TQGLayoutIterator</a></b><td>Abstract base class of internal layout iterators +<tr bgcolor=#f0f0f0><td><b><a href="tqglayoutiterator.html">TQGLayoutIterator</a></b><td>Abstract base class of internal layout iterators <tr bgcolor=#f0f0f0><td><b><a href="tqgrid.html">TQGrid</a></b><td>Simple geometry management of its children <tr bgcolor=#f0f0f0><td><b><a href="tqgridlayout.html">TQGridLayout</a></b><td>Lays out widgets in a grid -<tr bgcolor=#f0f0f0><td><b><a href="ntqgroupbox.html">TQGroupBox</a></b><td>Group box frame with a title -<tr bgcolor=#f0f0f0><td><b><a href="ntqhbox.html">TQHBox</a></b><td>Horizontal geometry management for its child widgets -<tr bgcolor=#f0f0f0><td><b><a href="qhboxlayout.html">TQHBoxLayout</a></b><td>Lines up widgets horizontally -<tr bgcolor=#f0f0f0><td><b><a href="ntqhbuttongroup.html">TQHButtonGroup</a></b><td>Organizes TQButton widgets in a group with one horizontal row -<tr bgcolor=#f0f0f0><td><b><a href="ntqhgroupbox.html">TQHGroupBox</a></b><td>Organizes widgets in a group with one horizontal row -<tr bgcolor=#f0f0f0><td><b><a href="ntqlayout.html">TQLayout</a></b><td>The base class of geometry managers -<tr bgcolor=#f0f0f0><td><b><a href="qlayoutitem.html">TQLayoutItem</a></b><td>Abstract item that a TQLayout manipulates -<tr bgcolor=#f0f0f0><td><b><a href="qlayoutiterator.html">TQLayoutIterator</a></b><td>Iterators over TQLayoutItem +<tr bgcolor=#f0f0f0><td><b><a href="tqgroupbox.html">TQGroupBox</a></b><td>Group box frame with a title +<tr bgcolor=#f0f0f0><td><b><a href="tqhbox.html">TQHBox</a></b><td>Horizontal geometry management for its child widgets +<tr bgcolor=#f0f0f0><td><b><a href="tqhboxlayout.html">TQHBoxLayout</a></b><td>Lines up widgets horizontally +<tr bgcolor=#f0f0f0><td><b><a href="tqhbuttongroup.html">TQHButtonGroup</a></b><td>Organizes TQButton widgets in a group with one horizontal row +<tr bgcolor=#f0f0f0><td><b><a href="tqhgroupbox.html">TQHGroupBox</a></b><td>Organizes widgets in a group with one horizontal row +<tr bgcolor=#f0f0f0><td><b><a href="tqlayout.html">TQLayout</a></b><td>The base class of geometry managers +<tr bgcolor=#f0f0f0><td><b><a href="tqlayoutitem.html">TQLayoutItem</a></b><td>Abstract item that a TQLayout manipulates +<tr bgcolor=#f0f0f0><td><b><a href="tqlayoutiterator.html">TQLayoutIterator</a></b><td>Iterators over TQLayoutItem <tr bgcolor=#f0f0f0><td><b><a href="qmacstyle.html">TQMacStyle</a></b><td>Implements an Appearance Manager style <tr bgcolor=#f0f0f0><td><b><a href="ntqmotifplusstyle.html">TQMotifPlusStyle</a></b><td>More sophisticated Motif-ish look and feel <tr bgcolor=#f0f0f0><td><b><a href="ntqmotifstyle.html">TQMotifStyle</a></b><td>Motif look and feel @@ -63,13 +63,13 @@ style. <tr bgcolor=#f0f0f0><td><b><a href="ntqsgistyle.html">TQSGIStyle</a></b><td>SGI/Irix look and feel <tr bgcolor=#f0f0f0><td><b><a href="tqsizegrip.html">TQSizeGrip</a></b><td>Corner-grip for resizing a top-level window <tr bgcolor=#f0f0f0><td><b><a href="tqsizepolicy.html">TQSizePolicy</a></b><td>Layout attribute describing horizontal and vertical resizing policy -<tr bgcolor=#f0f0f0><td><b><a href="qspaceritem.html">TQSpacerItem</a></b><td>Blank space in a layout +<tr bgcolor=#f0f0f0><td><b><a href="tqspaceritem.html">TQSpacerItem</a></b><td>Blank space in a layout <tr bgcolor=#f0f0f0><td><b><a href="tqstyle.html">TQStyle</a></b><td>The look and feel of a GUI <tr bgcolor=#f0f0f0><td><b><a href="tqstyleoption.html">TQStyleOption</a></b><td>Optional parameters for TQStyle functions -<tr bgcolor=#f0f0f0><td><b><a href="ntqvbox.html">TQVBox</a></b><td>Vertical geometry management of its child widgets -<tr bgcolor=#f0f0f0><td><b><a href="qvboxlayout.html">TQVBoxLayout</a></b><td>Lines up widgets vertically -<tr bgcolor=#f0f0f0><td><b><a href="ntqvbuttongroup.html">TQVButtonGroup</a></b><td>Organizes TQButton widgets in a vertical column -<tr bgcolor=#f0f0f0><td><b><a href="ntqvgroupbox.html">TQVGroupBox</a></b><td>Organizes a group of widgets in a vertical column +<tr bgcolor=#f0f0f0><td><b><a href="tqvbox.html">TQVBox</a></b><td>Vertical geometry management of its child widgets +<tr bgcolor=#f0f0f0><td><b><a href="tqvboxlayout.html">TQVBoxLayout</a></b><td>Lines up widgets vertically +<tr bgcolor=#f0f0f0><td><b><a href="tqvbuttongroup.html">TQVButtonGroup</a></b><td>Organizes TQButton widgets in a vertical column +<tr bgcolor=#f0f0f0><td><b><a href="tqvgroupbox.html">TQVGroupBox</a></b><td>Organizes a group of widgets in a vertical column <tr bgcolor=#f0f0f0><td><b><a href="tqwidgetitem.html">TQWidgetItem</a></b><td>Layout item that represents a widget <tr bgcolor=#f0f0f0><td><b><a href="ntqwindowsstyle.html">TQWindowsStyle</a></b><td>Microsoft Windows-like look and feel </table> |