From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qhboxlayout.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/qhboxlayout.html') diff --git a/doc/html/qhboxlayout.html b/doc/html/qhboxlayout.html index 3b1b9d692..ebc30dc34 100644 --- a/doc/html/qhboxlayout.html +++ b/doc/html/qhboxlayout.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }

The TQHBoxLayout class lines up widgets horizontally. More... -

#include <qlayout.h> +

#include <ntqlayout.h>

Inherits TQBoxLayout.

List of all member functions.

Public Members

@@ -55,7 +55,7 @@ The TQHBoxLayout class lines up widgets horizontally.

The simplest use of the class is like this:

         TQBoxLayout * l = new TQHBoxLayout( widget );
-        l->setAutoAdd( TRUE );
+        l->setAutoAdd( TRUE );
         new TQSomeWidget( widget );
         new TQSomeOtherWidget( widget );
         new TQAnotherWidget( widget );
@@ -72,7 +72,7 @@ The TQHBoxLayout class lines up widgets horizontally.
 

See also TQVBoxLayout, TQGridLayout, the Layout overview, Widget Appearance and Style, and Layout Management.


Member Function Documentation

-

TQHBoxLayout::TQHBoxLayout ( TQWidget * parent, int margin = 0, int spacing = -1, const char * name = 0 ) +

TQHBoxLayout::TQHBoxLayout ( TQWidget * parent, int margin = 0, int spacing = -1, const char * name = 0 )

Constructs a new top-level horizontal box called name, with parent parent. @@ -81,13 +81,13 @@ widget and its managed children. The spacing is the default number of pixels between neighboring children. If spacing is -1 the value of margin is used for spacing. -

TQHBoxLayout::TQHBoxLayout ( TQLayout * parentLayout, int spacing = -1, const char * name = 0 ) +

TQHBoxLayout::TQHBoxLayout ( TQLayout * parentLayout, int spacing = -1, const char * name = 0 )

Constructs a new horizontal box called name name and adds it to parentLayout.

The spacing is the default number of pixels between neighboring children. If spacing is -1, this TQHBoxLayout will inherit its -parent's spacing(). +parent's spacing().

TQHBoxLayout::TQHBoxLayout ( int spacing = -1, const char * name = 0 )

@@ -95,7 +95,7 @@ Constructs a new horizontal box called name name. You must add it to another layout.

The spacing is the default number of pixels between neighboring children. If spacing is -1, this TQHBoxLayout will inherit its -parent's spacing(). +parent's spacing().

TQHBoxLayout::~TQHBoxLayout ()

-- cgit v1.2.1