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

TQHButtonGroup Class Reference

- -

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

#include <qhbuttongroup.h> -

Inherits TQButtonGroup. -

List of all member functions. -

Public Members

- -

Detailed Description

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

- - -

TQHButtonGroup is a convenience class that offers a thin layer on -top of TQButtonGroup. From a layout point of view it is effectively -a TQHBox that offers a frame with a title and is specifically -designed for buttons. From a functionality point of view it is a -TQButtonGroup. -

TQButtonGroup
-

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


Member Function Documentation

-

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

-Constructs a horizontal button group with no title. -

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

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

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

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

TQHButtonGroup::~TQHButtonGroup () -

-Destroys the horizontal button group, 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