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/qhgroupbox.html | 87 ------------------------------------------------ 1 file changed, 87 deletions(-) delete mode 100644 doc/html/qhgroupbox.html (limited to 'doc/html/qhgroupbox.html') diff --git a/doc/html/qhgroupbox.html b/doc/html/qhgroupbox.html deleted file mode 100644 index 64b30a938..000000000 --- a/doc/html/qhgroupbox.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - -TQHGroupBox Class - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQHGroupBox Class Reference

- -

The TQHGroupBox widget organizes widgets in a group with one -horizontal row. -More... -

#include <qhgroupbox.h> -

Inherits TQGroupBox. -

List of all member functions. -

Public Members

- -

Detailed Description

- - -

The TQHGroupBox widget organizes widgets in a group with one -horizontal row. -

- - -

TQHGroupBox is a convenience class that offers a thin layer on top -of TQGroupBox. Think of it as a TQHBox that offers a frame with a -title. -

Group Boxes
-

See also TQVGroupBox, Widget Appearance and Style, Layout Management, and Organizers. - -


Member Function Documentation

-

TQHGroupBox::TQHGroupBox ( TQWidget * parent = 0, const char * name = 0 ) -

-Constructs a horizontal group box with no title. -

The parent and name arguments are passed to the TQWidget -constructor. - -

TQHGroupBox::TQHGroupBox ( const TQString & title, TQWidget * parent = 0, const char * name = 0 ) -

-Constructs a horizontal group box with the title title. -

The parent and name arguments are passed to the TQWidget -constructor. - -

TQHGroupBox::~TQHGroupBox () -

-Destroys the horizontal group box, deleting its child widgets. - - -

-This file is part of the TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


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