diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /doc/man/man3/tqvbox.3qt | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqvbox.3qt')
-rw-r--r-- | doc/man/man3/tqvbox.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqvbox.3qt b/doc/man/man3/tqvbox.3qt index 8b73fcaf0..213dab7e5 100644 --- a/doc/man/man3/tqvbox.3qt +++ b/doc/man/man3/tqvbox.3qt @@ -1,5 +1,5 @@ '\" t -.TH QVBox 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQVBox 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,20 +7,20 @@ .ad l .nh .SH NAME -QVBox \- Vertical geometry management of its child widgets +TQVBox \- Vertical geometry management of its child widgets .SH SYNOPSIS -\fC#include <ntqvbox.h>\fR +\fC#include <tqvbox.h>\fR .PP -Inherits QHBox. +Inherits TQHBox. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQVBox\fR ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +.BI "\fBTQVBox\fR ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" .br .in -1c .SH DESCRIPTION -The QVBox widget provides vertical geometry management of its child widgets. +The TQVBox widget provides vertical geometry management of its child widgets. .PP All its child widgets will be placed vertically and sized according to their sizeHint()s. .PP @@ -30,14 +30,14 @@ All its child widgets will be placed vertically and sized according to their siz .PP </center> .PP -See also QHBox, Widget Appearance and Style, Layout Management, and Organizers. +See also TQHBox, Widget Appearance and Style, Layout Management, and Organizers. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QVBox::QVBox ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +.SH "TQVBox::TQVBox ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" Constructs a vbox widget called \fIname\fR with parent \fIparent\fR and widget flags \fIf\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqvbox.html +.BR http://doc.trolltech.com/tqvbox.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |