From 5fffa30386502b5423e45c2ed5e6af756b11c7b4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 28 May 2024 10:17:01 +0900 Subject: Rename nt* sql related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/annotated.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'doc/html/annotated.html') diff --git a/doc/html/annotated.html b/doc/html/annotated.html index a7d41410f..2121d55f3 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -106,10 +106,10 @@ body { background: #ffffff; color: black; } TQCursorMouse cursor with an arbitrary shape TQCustomEventSupport for custom events TQCustomMenuItemAbstract base class for custom menu items in popup menus -TQDataBrowserData manipulation and navigation for data entry forms +TQDataBrowserData manipulation and navigation for data entry forms TQDataStreamSerialization of binary data to a TQIODevice -TQDataTableFlexible SQL table widget that supports browsing and editing -TQDataViewRead-only SQL forms +TQDataTableFlexible SQL table widget that supports browsing and editing +TQDataViewRead-only SQL forms TQDateDate functions TQDateEditDate editor TQDateTimeDate and time functions @@ -149,7 +149,7 @@ body { background: #ffffff; color: black; } TQDragMoveEventEvent which is sent while a drag and drop is in progress TQDragObjectEncapsulates MIME-based data transfer TQDropEventEvent which is sent when a drag and drop is completed -TQEditorFactoryUsed to create editor widgets for TQVariant data types +TQEditorFactoryUsed to create editor widgets for TQVariant data types TQErrorMessageError message display dialog TQEucJpCodecConversion to and from EUC-JP character sets TQEucKrCodecConversion to and from EUC-KR character sets @@ -338,23 +338,23 @@ body { background: #ffffff; color: black; } TQSpinBoxSpin box widget (spin button) TQSplashScreenSplash screen that can be shown during application startup TQSplitterImplements a splitter widget -TQSqlNamespace for TQt SQL identifiers that need to be global-like -TQSqlCursorBrowsing and editing of SQL tables and views -TQSqlDatabaseUsed to create SQL database connections and to provide transaction handling -TQSqlDriverAbstract base class for accessing SQL databases -TQSqlDriverPluginAbstract base for custom TQSqlDriver plugins -TQSqlEditorFactoryUsed to create the editors used by TQDataTable and TQSqlForm -TQSqlErrorSQL database error information -TQSqlFieldManipulates the fields in SQL database tables and views -TQSqlFieldInfoStores meta data associated with a SQL field -TQSqlFormCreates and manages data entry forms tied to SQL databases -TQSqlIndexFunctions to manipulate and describe TQSqlCursor and TQSqlDatabase indexes -TQSqlPropertyMapUsed to map widgets to SQL fields -TQSqlQueryMeans of executing and manipulating SQL statements -TQSqlRecordEncapsulates a database record, i.e. a set of database fields -TQSqlRecordInfoEncapsulates a set of database field meta data -TQSqlResultAbstract interface for accessing data from SQL databases -TQSqlSelectCursorBrowsing of general SQL SELECT statements +TQSqlNamespace for TQt SQL identifiers that need to be global-like +TQSqlCursorBrowsing and editing of SQL tables and views +TQSqlDatabaseUsed to create SQL database connections and to provide transaction handling +TQSqlDriverAbstract base class for accessing SQL databases +TQSqlDriverPluginAbstract base for custom TQSqlDriver plugins +TQSqlEditorFactoryUsed to create the editors used by TQDataTable and TQSqlForm +TQSqlErrorSQL database error information +TQSqlFieldManipulates the fields in SQL database tables and views +TQSqlFieldInfoStores meta data associated with a SQL field +TQSqlFormCreates and manages data entry forms tied to SQL databases +TQSqlIndexFunctions to manipulate and describe TQSqlCursor and TQSqlDatabase indexes +TQSqlPropertyMapUsed to map widgets to SQL fields +TQSqlQueryMeans of executing and manipulating SQL statements +TQSqlRecordEncapsulates a database record, i.e. a set of database fields +TQSqlRecordInfoEncapsulates a set of database field meta data +TQSqlResultAbstract interface for accessing data from SQL databases +TQSqlSelectCursorBrowsing of general SQL SELECT statements TQStatusBarHorizontal bar suitable for presenting status information TQStoredDragSimple stored-value drag object for arbitrary MIME data TQStrIListDoubly-linked list of char* with case-insensitive comparison -- cgit v1.2.3