summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqeditorfactory.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-28 10:17:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-28 10:17:01 +0900
commit5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch)
treefa17e10b048e8e13433b861cbe98cf895b2324c7 /doc/man/man3/tqeditorfactory.3qt
parent04913ce7a46fd027856e83a96205fdc388742a19 (diff)
downloadtqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.tar.gz
tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.zip
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqeditorfactory.3qt')
-rw-r--r--doc/man/man3/tqeditorfactory.3qt32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/man/man3/tqeditorfactory.3qt b/doc/man/man3/tqeditorfactory.3qt
index 840b06e5..aa86941a 100644
--- a/doc/man/man3/tqeditorfactory.3qt
+++ b/doc/man/man3/tqeditorfactory.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QEditorFactory 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQEditorFactory 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,13 +7,13 @@
.ad l
.nh
.SH NAME
-QEditorFactory \- Used to create editor widgets for QVariant data types
+TQEditorFactory \- Used to create editor widgets for QVariant data types
.SH SYNOPSIS
-\fC#include <ntqeditorfactory.h>\fR
+\fC#include <tqeditorfactory.h>\fR
.PP
Inherits TQObject.
.PP
-Inherited by QSqlEditorFactory.
+Inherited by TQSqlEditorFactory.
.PP
.SS "Public Members"
.in +1c
@@ -21,7 +21,7 @@ Inherited by QSqlEditorFactory.
.BI "\fBQEditorFactory\fR ( TQObject * parent = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fB~QEditorFactory\fR ()"
+.BI "\fB~TQEditorFactory\fR ()"
.br
.ti -1c
.BI "virtual TQWidget * \fBcreateEditor\fR ( TQWidget * parent, const QVariant & v )"
@@ -30,37 +30,37 @@ Inherited by QSqlEditorFactory.
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "QEditorFactory * \fBdefaultFactory\fR ()"
+.BI "TQEditorFactory * \fBdefaultFactory\fR ()"
.br
.ti -1c
-.BI "void \fBinstallDefaultFactory\fR ( QEditorFactory * factory )"
+.BI "void \fBinstallDefaultFactory\fR ( TQEditorFactory * factory )"
.br
.in -1c
.SH DESCRIPTION
-The QEditorFactory class is used to create editor widgets for QVariant data types.
+The TQEditorFactory class is used to create editor widgets for QVariant data types.
.PP
Each editor factory provides the createEditor() function which given a QVariant will create and return a TQWidget that can edit that QVariant. For example if you have a QVariant::String type, a QLineEdit would be the default editor returned, whereas a QVariant::Int's default editor would be a QSpinBox.
.PP
-If you want to create different editors for fields with the same data type, subclass QEditorFactory and reimplement the createEditor() function.
+If you want to create different editors for fields with the same data type, subclass TQEditorFactory and reimplement the createEditor() function.
.PP
See also Database Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QEditorFactory::QEditorFactory ( TQObject * parent = 0, const char * name = 0 )"
+.SH "TQEditorFactory::TQEditorFactory ( TQObject * parent = 0, const char * name = 0 )"
Constructs an editor factory with parent \fIparent\fR, called \fIname\fR.
-.SH "QEditorFactory::~QEditorFactory ()"
+.SH "TQEditorFactory::~TQEditorFactory ()"
Destroys the object and frees any allocated resources.
-.SH "TQWidget * QEditorFactory::createEditor ( TQWidget * parent, const QVariant & v )\fC [virtual]\fR"
+.SH "TQWidget * TQEditorFactory::createEditor ( TQWidget * parent, const QVariant & v )\fC [virtual]\fR"
Creates and returns the appropriate editor for the QVariant \fIv\fR. If the QVariant is invalid, 0 is returned. The \fIparent\fR is passed to the appropriate editor's constructor.
.PP
-Reimplemented in QSqlEditorFactory.
-.SH "QEditorFactory * QEditorFactory::defaultFactory ()\fC [static]\fR"
+Reimplemented in TQSqlEditorFactory.
+.SH "TQEditorFactory * TQEditorFactory::defaultFactory ()\fC [static]\fR"
Returns an instance of a default editor factory.
-.SH "void QEditorFactory::installDefaultFactory ( QEditorFactory * factory )\fC [static]\fR"
+.SH "void TQEditorFactory::installDefaultFactory ( TQEditorFactory * factory )\fC [static]\fR"
Replaces the default editor factory with \fIfactory\fR.
\fIQEditorFactory takes ownership of factory, and destroys it when it is no longer needed.\fR
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqeditorfactory.html
+.BR http://doc.trolltech.com/tqeditorfactory.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the