diff --git a/doc/changes.doc b/doc/changes.doc index dfd58636..b025abdf 100644 --- a/doc/changes.doc +++ b/doc/changes.doc @@ -139,7 +139,7 @@ application with 3rd party styles, database drivers or text codecs. Qt Designer supports custom widgets in plugins, and will use the widgets both when designing and previewing forms. -QComponentFactory makes it easy to register any kind of component in a +TQComponentFactory makes it easy to register any kind of component in a global database (e.g. the Windows Registry) and to use any registered component. \endomit diff --git a/doc/classchart.doc b/doc/classchart.doc index cf8d6348..42c9fde1 100644 --- a/doc/classchart.doc +++ b/doc/classchart.doc @@ -44,7 +44,7 @@ - + @@ -81,17 +81,17 @@ - + - + - - + + @@ -105,7 +105,7 @@ - + @@ -230,14 +230,14 @@ - + - + diff --git a/doc/datastreamformat.doc b/doc/datastreamformat.doc index e639ee6b..e9e8de93 100644 --- a/doc/datastreamformat.doc +++ b/doc/datastreamformat.doc @@ -128,7 +128,7 @@ and to read back into the same TQt integer type when reading. \i highlight (TQBrush) \i highlightedText (TQBrush) \endlist -\row \i QCursor +\row \i TQCursor \i \list \i Shape id (TQ_INT16) \i If shape is BitmapCursor: The bitmap (TQPixmap), mask (TQPixmap) and hot spot (TQPoint) diff --git a/doc/features.doc b/doc/features.doc index 903ce8a1..d2cb189a 100644 --- a/doc/features.doc +++ b/doc/features.doc @@ -74,7 +74,7 @@ The available options are: \header \i31 Animation \row \i TQT_NO_ASYNC_IO - \i Asynchronous I/O (\l QAsyncIO) + \i Asynchronous I/O (\l TQAsyncIO) \i   \row \i TQT_NO_ASYNC_IMAGE_IO \i Asynchronous Image I/O and GIF image support (\l TQImageDecoder, ...) diff --git a/doc/html/accelerators.html b/doc/html/accelerators.html index e088cb3c..199cf638 100644 --- a/doc/html/accelerators.html +++ b/doc/html/accelerators.html @@ -1,5 +1,5 @@ - + @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }

Applications invariably need to define accelerator keys for actions. -TQt fully supports accelerators, for example with TQAccel::shortcutKey(). +TQt fully supports accelerators, for example with TQAccel::shortcutKey().

Here are Microsoft's recommendations for accelerator keys, with comments about the Open Group's recommendations where they exist and differ. For most commands, the Open Group either has no advice or diff --git a/doc/html/annotated.html b/doc/html/annotated.html index b1e79524..665e70d7 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -35,10 +35,10 @@ body { background: #ffffff; color: black; }

TQt's classes with brief descriptions:

-
TQAccelHandles keyboard accelerator and shortcut keys -
TQAccessibleEnums and static functions relating to accessibility -
TQAccessibleInterfaceDefines an interface that exposes information about accessible objects -
TQAccessibleObjectImplements parts of the TQAccessibleInterface for TQObjects +
TQAccelHandles keyboard accelerator and shortcut keys +
TQAccessibleEnums and static functions relating to accessibility +
TQAccessibleInterfaceDefines an interface that exposes information about accessible objects +
TQAccessibleObjectImplements parts of the TQAccessibleInterface for TQObjects
TQActionAbstract user interface action that can appear both in menus and tool bars
TQActionGroupGroups actions together
TQApplicationManages the GUI application's control flow and main settings @@ -46,7 +46,7 @@ body { background: #ffffff; color: black; }
TQAsciiCacheIteratorIterator for TQAsciiCache collections
TQAsciiDictTemplate class that provides a dictionary based on char* keys
TQAsciiDictIteratorIterator for TQAsciiDict collections -
TQAssistantClientMeans of using TQt Assistant as an application's help tool +
TQAssistantClientMeans of using TQt Assistant as an application's help tool
TQBig5CodecConversion to and from the Big5 encoding
TQBig5hkscsCodecConversion to and from the Big5-HKSCS encoding
TQBitArrayArray of bits @@ -81,9 +81,9 @@ body { background: #ffffff; color: black; }
TQCheckBoxCheckbox with a text label
TQCheckListItemCheckable list view items
TQCheckTableItemCheckboxes in TQTables -
TQChildEventEvent parameters for child object events +
TQChildEventEvent parameters for child object events
TQClipboardAccess to the window system clipboard -
TQCloseEventParameters that describe a close event +
TQCloseEventParameters that describe a close event
TQColorColors based on RGB or HSV values
TQColorDialogDialog widget for specifying colors
TQColorDragDrag and drop object for transferring colors @@ -92,10 +92,10 @@ body { background: #ffffff; color: black; }
TQComboTableItemMeans of using comboboxes in TQTables
TQCommonStyleEncapsulates the common Look and Feel of a GUI
TQConstStringString objects using constant Unicode data -
TQContextMenuEventParameters that describe a context menu event -
TQCursorMouse cursor with an arbitrary shape -
TQCustomEventSupport for custom events -
TQCustomMenuItemAbstract base class for custom menu items in popup menus +
TQContextMenuEventParameters that describe a context menu event +
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
TQDataStreamSerialization of binary data to a TQIODevice
TQDataTableFlexible SQL table widget that supports browsing and editing diff --git a/doc/html/appearance.html b/doc/html/appearance.html index 985be4ad..a6eee40b 100644 --- a/doc/html/appearance.html +++ b/doc/html/appearance.html @@ -42,7 +42,7 @@ style.
TQColorColors based on RGB or HSV values
TQColorGroupGroup of widget colors
TQCommonStyleEncapsulates the common Look and Feel of a GUI -
TQCursorMouse cursor with an arbitrary shape +
TQCursorMouse cursor with an arbitrary shape
TQFontFont used for drawing text
TQGLayoutIteratorAbstract base class of internal layout iterators
TQGridSimple geometry management of its children diff --git a/doc/html/canvas-chart-example.html b/doc/html/canvas-chart-example.html index 6696123f..94838a14 100644 --- a/doc/html/canvas-chart-example.html +++ b/doc/html/canvas-chart-example.html @@ -187,7 +187,7 @@ public: TQPopupMenu *optionsMenu; // Why public? See canvasview.cpp protected: - virtual void closeEvent( TQCloseEvent * ); + virtual void closeEvent( TQCloseEvent * ); private slots: void fileNew(); @@ -520,7 +520,7 @@ void ChartForm::init() } } -void ChartForm::closeEvent( TQCloseEvent * ) +void ChartForm::closeEvent( TQCloseEvent * ) { fileQuit(); } diff --git a/doc/html/chart-canvasview-cpp.html b/doc/html/chart-canvasview-cpp.html index 3d5759a2..902c665c 100644 --- a/doc/html/chart-canvasview-cpp.html +++ b/doc/html/chart-canvasview-cpp.html @@ -35,15 +35,15 @@ body { background: #ffffff; color: black; }
#include "canvasview.h"
 #include "chartform.h"
 
-#include <ntqcursor.h>
+#include <tqcursor.h>
 #include <tqpoint.h>
 #include <tqpopupmenu.h>
 #include <tqstatusbar.h>
 
 
-void CanvasView::contentsContextMenuEvent( TQContextMenuEvent * )
+void CanvasView::contentsContextMenuEvent( TQContextMenuEvent * )
 {
-    ((ChartForm*)parent())->optionsMenu->exec( TQCursor::pos() );
+    ((ChartForm*)parent())->optionsMenu->exec( TQCursor::pos() );
 }
 
 
diff --git a/doc/html/chart-canvasview-h.html b/doc/html/chart-canvasview-h.html
index f61eb2c2..05a2e9a3 100644
--- a/doc/html/chart-canvasview-h.html
+++ b/doc/html/chart-canvasview-h.html
@@ -58,7 +58,7 @@ protected:
     void viewportResizeEvent( TQResizeEvent *e );
     void contentsMousePressEvent( TQMouseEvent *e );
     void contentsMouseMoveEvent( TQMouseEvent *e );
-    void contentsContextMenuEvent( TQContextMenuEvent *e );
+    void contentsContextMenuEvent( TQContextMenuEvent *e );
 
 private:
     TQCanvasItem *m_movingItem;
diff --git a/doc/html/chart-chartform-cpp.html b/doc/html/chart-chartform-cpp.html
index 21429cc8..2622769b 100644
--- a/doc/html/chart-chartform-cpp.html
+++ b/doc/html/chart-chartform-cpp.html
@@ -308,7 +308,7 @@ void ChartForm::init()
     }
 }
 
-void ChartForm::closeEvent( TQCloseEvent * )
+void ChartForm::closeEvent( TQCloseEvent * )
 {
     fileQuit();
 }
diff --git a/doc/html/chart-chartform-h.html b/doc/html/chart-chartform-h.html
index 36e1bbea..3d062f9d 100644
--- a/doc/html/chart-chartform-h.html
+++ b/doc/html/chart-chartform-h.html
@@ -69,7 +69,7 @@ public:
     TQPopupMenu *optionsMenu; // Why public? See canvasview.cpp
 
 protected:
-    virtual void closeEvent( TQCloseEvent * );
+    virtual void closeEvent( TQCloseEvent * );
 
 private slots:
     void fileNew();
diff --git a/doc/html/classchart.html b/doc/html/classchart.html
index 948d1eeb..44042234 100644
--- a/doc/html/classchart.html
+++ b/doc/html/classchart.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
 

- + @@ -71,17 +71,17 @@ body { background: #ffffff; color: black; } - + - + - - + + @@ -95,7 +95,7 @@ body { background: #ffffff; color: black; } - + @@ -220,14 +220,14 @@ body { background: #ffffff; color: black; } - + - + diff --git a/doc/html/classes.html b/doc/html/classes.html index b8853c70..34b839bd 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -38,7 +38,7 @@ classes, see TQt's Main Classes.

A -TQAccel +TQAccel TQDict @@ -49,7 +49,7 @@ classes, see TQt's Main Classes. TQTabBar
-TQAccessible +TQAccessible TQDictIterator @@ -60,7 +60,7 @@ classes, see TQt's Main Classes. TQTabDialog
-TQAccessibleInterface +TQAccessibleInterface TQDir @@ -71,7 +71,7 @@ classes, see TQt's Main Classes. TQTable
-TQAccessibleObject +TQAccessibleObject @@ -159,7 +159,7 @@ classes, see TQt's Main Classes. TQTextDecoder
-TQAssistantClient +TQAssistantClient TQDomDocument @@ -632,7 +632,7 @@ classes, see TQt's Main Classes. TQWidgetPlugin
-TQChildEvent +TQChildEvent @@ -654,7 +654,7 @@ classes, see TQt's Main Classes. TQWindowsMime
-TQCloseEvent +TQCloseEvent TQGL @@ -752,7 +752,7 @@ classes, see TQt's Main Classes.
-TQContextMenuEvent +TQContextMenuEvent TQGroupBox N @@ -785,7 +785,7 @@ classes, see TQt's Main Classes. TQXmlContentHandler
-TQCursor +TQCursor TQHBoxLayout @@ -796,7 +796,7 @@ classes, see TQt's Main Classes. TQXmlDeclHandler
-TQCustomEvent +TQCustomEvent TQHButtonGroup @@ -807,7 +807,7 @@ classes, see TQt's Main Classes. TQXmlDefaultHandler
-TQCustomMenuItem +TQCustomMenuItem TQHeader diff --git a/doc/html/cursor-example.html b/doc/html/cursor-example.html index c218bc6c..b17ea2cc 100644 --- a/doc/html/cursor-example.html +++ b/doc/html/cursor-example.html @@ -50,7 +50,7 @@ This example shows how to set a mouse cursor for a widget. #include <tqbitmap.h> #include <ntqapplication.h> #include <tqlayout.h> -#include <ntqcursor.h> +#include <tqcursor.h> // cb_bits and cm_bits were generated by X bitmap program. @@ -159,7 +159,7 @@ CursorView::CursorView() // construct view TQBitmap cb( cb_width, cb_height, cb_bits, TRUE ); TQBitmap cm( cm_width, cm_height, cm_bits, TRUE ); - TQCursor custom( cb, cm ); // create bitmap cursor + TQCursor custom( cb, cm ); // create bitmap cursor label = new TQLabel( this ); // create the big label label->setCursor( custom ); diff --git a/doc/html/designer-manual-3.html b/doc/html/designer-manual-3.html index bcd31a73..a70d05e7 100644 --- a/doc/html/designer-manual-3.html +++ b/doc/html/designer-manual-3.html @@ -479,7 +479,7 @@ body { background: #ffffff; color: black; }

If we left this code as-is, the user could by-pass our own termination code by clicking the main window's close (X) button. Since we want to give the user the option to save any unsaved changes we need to ensure that we intercept any attempt to close the application. To achieve this we delete the connection and add a new slot, closeEvent() which will intercept attempts to close the application and call our fileExit() function.

Click main.cpp in the Project Overview window. The file will appear in an editing window. Delete the connect line.

Click mainform.ui.h in the Project Overview window; (you may need to click mainform.ui first to reveal mainform.ui.h). Right click "fileExit()" in Object Explorer's Members list (under Slots, public), then click Goto Implementation. Add the following slot above the fileExit() slot:

-
    void MainForm::closeEvent( TQCloseEvent * )
+
    void MainForm::closeEvent( TQCloseEvent * )
     {
         fileExit();
     }
diff --git a/doc/html/distributor-example.html b/doc/html/distributor-example.html
index b9b8b6e7..9bf2c94f 100644
--- a/doc/html/distributor-example.html
+++ b/doc/html/distributor-example.html
@@ -63,7 +63,7 @@ distributed with TQt.
 *****************************************************************************/
 
 #include <ntqapplication.h>
-#include <ntqcursor.h>
+#include <tqcursor.h>
 #include <tqeventloop.h>
 #include <tqfile.h>
 #include <tqfiledialog.h>
diff --git a/doc/html/events.html b/doc/html/events.html
index c0b7e3c8..89e3f7f1 100644
--- a/doc/html/events.html
+++ b/doc/html/events.html
@@ -37,10 +37,10 @@ body { background: #ffffff; color: black; }
 and Signals and Slots.
 
 

-
TQChildEventEvent parameters for child object events -
TQCloseEventParameters that describe a close event -
TQContextMenuEventParameters that describe a context menu event -
TQCustomEventSupport for custom events +
TQChildEventEvent parameters for child object events +
TQCloseEventParameters that describe a close event +
TQContextMenuEventParameters that describe a context menu event +
TQCustomEventSupport for custom events
TQDragEnterEventEvent which is sent to the widget when a drag and drop first drags onto the widget
TQDragLeaveEventEvent which is sent to the widget when a drag and drop leaves the widget
TQDragMoveEventEvent which is sent while a drag and drop is in progress diff --git a/doc/html/eventsandfilters.html b/doc/html/eventsandfilters.html index e2950722..23b9a1c0 100644 --- a/doc/html/eventsandfilters.html +++ b/doc/html/eventsandfilters.html @@ -45,7 +45,7 @@ from other sources, e.g. TQTimerEvent, and some application program. TQt is symmetric, as usual, so you can send events in exactly the same ways as TQt's own event loop does.

Most events types have special classes, most commonly TQResizeEvent, -TQPaintEvent, TQMouseEvent, TQKeyEvent and TQCloseEvent. +TQPaintEvent, TQMouseEvent, TQKeyEvent and TQCloseEvent. There are many others, perhaps forty or so, but most are rather odd.

Each class subclasses TQEvent and adds event-specific functions; see, for example, TQResizeEvent. In the case of TQResizeEvent, TQResizeEvent::size() and TQResizeEvent::oldSize() are added. @@ -94,7 +94,7 @@ contain: return TRUE; } } else if ( evt->type() >= TQEvent::User ) { - TQCustomEvent *ce = (TQCustomEvent*) evt; + TQCustomEvent *ce = (TQCustomEvent*) evt; // custom event handling here return TRUE; } @@ -137,8 +137,8 @@ posted event will typically be dispatched very soon after the initialization of the object is complete.

To create events of a custom type, you need to define an event number, which must be greater than TQEvent::User, and probably you also need -to subclass TQCustomEvent in order to pass characteristics about -your custom event. See the documentation to TQCustomEvent for +to subclass TQCustomEvent in order to pass characteristics about +your custom event. See the documentation to TQCustomEvent for details.

diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index 8ec2b742..a593a0f6 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -235,7 +235,7 @@ protected: #include <ntqmessagebox.h> #include <tqevent.h> #include <tqpopupmenu.h> -#include <ntqcursor.h> +#include <tqcursor.h> #include <ntqapplication.h> #include <tqwmatrix.h> @@ -877,7 +877,7 @@ void TQtFileIconView::itemDoubleClicked( TQPoint orig = viewportToContents( viewport()->mapFromGlobal( TQCursor::pos() ) ); + TQPoint orig = viewportToContents( viewport()->mapFromGlobal( TQCursor::pos() ) ); TQtFileIconDrag *drag = new TQtFileIconDrag( viewport() ); drag->setPixmap( *currentItem()->pixmap(), TQPoint( currentItem()->pixmapRect().width() / 2, currentItem()->pixmapRect().height() / 2 ) ); @@ -1016,7 +1016,7 @@ void TQtFileIconView::slotRightPressed( insertItem( "Sort &descending", this, TQ_SLOT( sortDescending() ) ); menu.setMouseTracking( TRUE ); - menu.exec( TQCursor::pos() ); + menu.exec( TQCursor::pos() ); } else { // on item TQPopupMenu menu( this ); @@ -1024,7 +1024,7 @@ void TQtFileIconView::slotRightPressed( insertItem( "Remove Item" ); menu.setMouseTracking( TRUE ); - int id = menu.exec( TQCursor::pos() ); + int id = menu.exec( TQCursor::pos() ); if ( id == -1 ) return; diff --git a/doc/html/functions.html b/doc/html/functions.html index 30f5b86b..52796500 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -54,7 +54,7 @@ abort: TQDir TQFileInfo

  • absPath: TQDir
  • accel: TQAction TQButton TQCheckBox TQMenuData TQPopupMenu TQPushButton TQRadioButton
  • accept: - TQCloseEvent TQContextMenuEvent TQDialog TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQSocketDevice TQTabletEvent TQWheelEvent
  • acceptAction: + TQCloseEvent TQContextMenuEvent TQDialog TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQSocketDevice TQTabletEvent TQWheelEvent
  • acceptAction: TQDropEvent
  • acceptCallback: TQMotifDialog
  • acceptDrop: TQIconViewItem TQListViewItem
  • acceptDrops: @@ -68,8 +68,8 @@ abort: TQWorkspace
  • activateSocketNotifiers: TQEventLoop
  • activateTimers: TQEventLoop
  • activated: - TQAccel TQAction TQComboBox TQMenuBar TQPopupMenu TQSocketNotifier
  • activatedAmbiguously: - TQAccel
  • activatedPos: + TQAccel TQAction TQComboBox TQMenuBar TQPopupMenu TQSocketNotifier
  • activatedAmbiguously: + TQAccel
  • activatedPos: TQListViewItem
  • active: TQPalette
  • activeModalWidget: TQApplication
  • activePopupWidget: @@ -208,8 +208,8 @@ abort: TQFontMetrics
  • ascii: TQKeyEvent TQString
  • assign: TQMemArray
  • assistantClosed: - TQAssistantClient
  • assistantOpened: - TQAssistantClient
  • at: + TQAssistantClient
  • assistantOpened: + TQAssistantClient
  • at: TQBitArray TQIODevice TQMemArray TQPtrList TQPtrVector TQSocket TQSqlQuery TQSqlResult TQString TQValueList TQValueVector
  • atBeginning: TQMultiLineEdit
  • atEnd: TQDataStream TQFile TQIODevice TQMultiLineEdit TQSocket TQTextStream
  • atFirst: @@ -269,7 +269,7 @@ back: TQSqlQuery
  • bitBlt: TQImage TQPaintDevice
  • bitOrder: TQImage
  • bitmap: - TQCursor
  • bits: + TQCursor
  • bits: TQImage
  • blockSignals: TQObject
  • blocking: TQSocketDevice
  • blue: @@ -364,9 +364,9 @@ c: TQNetworkProtocol
  • checkListItem: TQStyleOption
  • checkOverflow: TQLCDNumber
  • child: - TQChildEvent TQObject
  • childAt: + TQChildEvent TQObject
  • childAt: TQWidget
  • childCount: - TQAccessibleInterface TQListView TQListViewItem
  • childEvent: + TQAccessibleInterface TQListView TQListViewItem
  • childEvent: TQMainWindow TQObject TQSplitter
  • childNodes: TQDomNode
  • childX: TQScrollView
  • childY: @@ -385,8 +385,8 @@ c: TQMetaObject TQObject
  • cleanDirPath: TQDir
  • cleanText: TQSpinBox
  • cleanup: - TQColor TQCursor
  • clear: - TQAccel TQAsciiCache TQAsciiDict TQCache TQClipboard TQComboBox TQDict TQDomNode TQIconView TQIntCache TQIntDict TQLabel TQLineEdit TQListBox TQListView TQMap TQMenuBar TQMenuData TQObjectCleanupHandler TQPixmapCache TQPopupMenu TQPtrCollection TQPtrDict TQPtrList TQPtrQueue TQPtrStack TQPtrVector TQSplashScreen TQSqlCursor TQSqlField TQSqlForm TQSqlRecord TQStatusBar TQTextEdit TQToolBar TQToolTip TQTranslator TQValueList TQValueVector TQVariant TQXmlAttributes
  • clearArguments: + TQColor TQCursor
  • clear: + TQAccel TQAsciiCache TQAsciiDict TQCache TQClipboard TQComboBox TQDict TQDomNode TQIconView TQIntCache TQIntDict TQLabel TQLineEdit TQListBox TQListView TQMap TQMenuBar TQMenuData TQObjectCleanupHandler TQPixmapCache TQPopupMenu TQPtrCollection TQPtrDict TQPtrList TQPtrQueue TQPtrStack TQPtrVector TQSplashScreen TQSqlCursor TQSqlField TQSqlForm TQSqlRecord TQStatusBar TQTextEdit TQToolBar TQToolTip TQTranslator TQValueList TQValueVector TQVariant TQXmlAttributes
  • clearArguments: TQProcess
  • clearBit: TQBitArray
  • clearCell: TQTable
  • clearCellWidget: @@ -402,7 +402,7 @@ c: TQFtp
  • clearPendingData: TQSocket
  • clearPendingRequests: TQHttp
  • clearSelection: - TQAccessibleInterface TQIconView TQListBox TQListView TQTable
  • clearValidator: + TQAccessibleInterface TQIconView TQListBox TQListView TQTable
  • clearValidator: TQComboBox TQLineEdit
  • clearValues: TQDataBrowser TQDataView TQSqlForm TQSqlRecord
  • clearWFlags: TQWidget
  • clicked: @@ -414,7 +414,7 @@ c: TQFile TQFtp TQIODevice TQSocket TQSqlDatabase TQSqlDriver TQWidget
  • closeActiveWindow: TQWorkspace
  • closeAllWindows: TQApplication TQWorkspace
  • closeAssistant: - TQAssistantClient
  • closeConnection: + TQAssistantClient
  • closeConnection: TQHttp
  • closeEvent: TQWidget
  • closeMode: TQDockWindow
  • closeStdin: @@ -477,8 +477,8 @@ c: TQDataBrowser TQDataTable
  • confirmInsert: TQDataBrowser TQDataTable
  • confirmUpdate: TQDataBrowser TQDataTable
  • connect: - TQAsyncIO TQObject TQSignal TQSocketDevice
  • connectItem: - TQAccel TQMenuData TQPopupMenu
  • connectNotify: + TQAsyncIO TQObject TQSignal TQSocketDevice
  • connectItem: + TQAccel TQMenuData TQPopupMenu
  • connectNotify: TQObject
  • connectOptions: TQSqlDatabase
  • connectResize: TQMovie
  • connectStatus: @@ -492,7 +492,7 @@ c: TQMap TQValueList TQValueVector
  • constPolish: TQWidget
  • constref: TQString
  • consume: - TQContextMenuEvent
  • contains: + TQContextMenuEvent
  • contains: TQCString TQDomNamedNodeMap TQIconViewItem TQMap TQMemArray TQPtrList TQPtrVector TQRect TQRegion TQSqlDatabase TQSqlRecord TQSqlRecordInfo TQString TQTranslator TQValueList
  • containsRef: TQPtrList TQPtrVector
  • contentHandler: TQXmlReader
  • contentLength: @@ -519,7 +519,7 @@ c: TQWidget
  • contextMenuRequested: TQIconView TQListBox TQListView TQTable
  • contexts: TQStyleSheetItem
  • controlAt: - TQAccessibleInterface
  • controlPoints: + TQAccessibleInterface
  • controlPoints: TQCanvasSpline
  • convertBitOrder: TQImage
  • convertDepth: TQImage
  • convertDepthWithPalette: @@ -539,7 +539,7 @@ c: TQTextEdit
  • copyBlt: TQPixmap
  • cornerWidget: TQScrollView TQTabWidget
  • count: - TQAccel TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQButtonGroup TQCache TQCacheIterator TQCanvasPixmapArray TQComboBox TQComboTableItem TQDict TQDictIterator TQDir TQDockArea TQDomNamedNodeMap TQDomNodeList TQFocusData TQHeader TQIconView TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeyEvent TQKeySequence TQListBox TQMap TQMemArray TQMenuData TQPtrCollection TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQSqlForm TQSqlRecord TQTabBar TQTabWidget TQToolBox TQValueList TQValueVector TQXmlAttributes
  • countCf: + TQAccel TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQButtonGroup TQCache TQCacheIterator TQCanvasPixmapArray TQComboBox TQComboTableItem TQDict TQDictIterator TQDir TQDockArea TQDomNamedNodeMap TQDomNodeList TQFocusData TQHeader TQIconView TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeyEvent TQKeySequence TQListBox TQMap TQMemArray TQMenuData TQPtrCollection TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQSqlForm TQSqlRecord TQTabBar TQTabWidget TQToolBox TQValueList TQValueVector TQXmlAttributes
  • countCf: TQWindowsMime
  • countFlavors: TQMacMime
  • country: TQLocale
  • countryToString: @@ -634,7 +634,7 @@ c: TQLineEdit TQTextEdit
  • dark: TQColor TQColorGroup
  • data: - TQClipboard TQCustomEvent TQDomCharacterData TQDomProcessingInstruction TQIconDragItem TQMapConstIterator TQMapIterator TQMemArray TQMimeSourceFactory TQNetworkProtocol TQPicture TQPtrVector TQSqlResult TQUrlOperator TQXmlInputSource
  • dataChanged: + TQClipboard TQCustomEvent TQDomCharacterData TQDomProcessingInstruction TQIconDragItem TQMapConstIterator TQMapIterator TQMemArray TQMimeSourceFactory TQNetworkProtocol TQPicture TQPtrVector TQSqlResult TQUrlOperator TQXmlInputSource
  • dataChanged: TQClipboard
  • dataReadProgress: TQHttp
  • dataSendProgress: TQHttp
  • dataTransferProgress: @@ -720,7 +720,7 @@ dark: TQPalette
  • discardCommand: TQSessionManager
  • disconnect: TQObject TQSignal
  • disconnectItem: - TQAccel TQMenuData TQPopupMenu
  • disconnectNotify: + TQAccel TQMenuData TQPopupMenu
  • disconnectNotify: TQObject
  • disconnectResize: TQMovie
  • disconnectStatus: TQMovie
  • disconnectUpdate: @@ -729,7 +729,7 @@ dark: TQStyleSheetItem
  • displayText: TQLineEdit
  • doAutoScroll: TQIconView TQListView
  • doDefaultAction: - TQAccessibleInterface
  • doKeyboardAction: + TQAccessibleInterface
  • doKeyboardAction: TQTextEdit
  • doLayout: TQListBox
  • docName: TQPrinter
  • dock: @@ -875,7 +875,7 @@ echoMode: TQWidget
  • eraseRect: TQPainter
  • erased: TQPaintEvent
  • error: - TQAssistantClient TQFtp TQHttp TQSocket TQSocketDevice TQStyleSheet TQXmlErrorHandler
  • errorCode: + TQAssistantClient TQFtp TQHttp TQSocket TQSocketDevice TQStyleSheet TQXmlErrorHandler
  • errorCode: TQNetworkOperation
  • errorHandler: TQXmlReader
  • errorString: TQFile TQFtp TQHttp TQRegExp TQXmlContentHandler TQXmlDTDHandler TQXmlDeclHandler TQXmlEntityResolver TQXmlErrorHandler TQXmlLexicalHandler
  • escape: @@ -926,7 +926,7 @@ falseText: TQIconView
  • findIndex: TQValueList
  • findItem: TQIconView TQListBox TQListView TQMenuData
  • findKey: - TQAccel
  • findLastVisibleItem: + TQAccel
  • findLastVisibleItem: TQIconView
  • findMessage: TQTranslator
  • findNearest: TQGLColormap
  • findNext: @@ -1011,7 +1011,7 @@ falseText: TQString
  • front: TQValueList TQValueVector
  • fullPage: TQPrinter
  • fullSpan: - TQCustomMenuItem
  • + TQCustomMenuItem
  • gamma: TQImageIO
  • generateFontDisplayLists: TQGLContext
  • geometry: @@ -1052,10 +1052,10 @@ gamma: TQFile TQIODevice TQSocket
  • glDraw: TQGLWidget
  • glInit: TQGLWidget
  • globalPos: - TQContextMenuEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • globalStrut: + TQContextMenuEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • globalStrut: TQApplication
  • globalX: - TQContextMenuEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • globalY: - TQContextMenuEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • gotFocus: + TQContextMenuEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • globalY: + TQContextMenuEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • gotFocus: TQFocusEvent
  • grabFrameBuffer: TQGLWidget
  • grabKeyboard: TQWidget
  • grabMouse: @@ -1074,7 +1074,7 @@ gamma: TQApplication
  • hScrollBarMode: TQScrollView
  • handle: - TQCursor TQFile TQFont TQPaintDevice TQPainter TQRegion TQSessionManager
  • handleError: + TQCursor TQFile TQFont TQPaintDevice TQPainter TQRegion TQSessionManager
  • handleError: TQDataBrowser TQDataTable
  • handlePosition: TQDockArea
  • handleWidth: TQSplitter
  • hasAcceptableInput: @@ -1161,7 +1161,7 @@ hScrollBarMode: TQSocket
  • hostName: TQSqlDatabase
  • hostNames: TQDns
  • hotSpot: - TQCursor
  • hour: + TQCursor
  • hour: TQTime
  • icon: TQMessageBox TQWidget
  • iconPixmap: @@ -1176,7 +1176,7 @@ icon: TQMenuData TQPopupMenu
  • identifier: TQTab
  • ignorableWhitespace: TQXmlContentHandler
  • ignore: - TQCloseEvent TQContextMenuEvent TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • imComposeEvent: + TQCloseEvent TQContextMenuEvent TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • imComposeEvent: TQWidget
  • imEndEvent: TQWidget
  • imStartEvent: TQWidget
  • image: @@ -1200,7 +1200,7 @@ icon: TQMessageBox
  • inherits: TQMetaObject TQObject
  • init: TQTableSelection
  • initialize: - TQColor TQCursor TQWindowsMime
  • initializeGL: + TQColor TQCursor TQWindowsMime
  • initializeGL: TQGLWidget
  • initializeOverlayGL: TQGLWidget
  • initialized: TQGLContext
  • inputFormatList: @@ -1217,7 +1217,7 @@ icon: TQDataBrowser TQDataTable
  • insertData: TQDomCharacterData
  • insertInGrid: TQIconView
  • insertItem: - TQAccel TQBoxLayout TQComboBox TQIconView TQListBox TQListView TQListViewItem TQMenuBar TQMenuData TQPopupMenu TQToolBox
  • insertLayout: + TQAccel TQBoxLayout TQComboBox TQIconView TQListBox TQListView TQListViewItem TQMenuBar TQMenuData TQPopupMenu TQToolBox
  • insertLayout: TQBoxLayout
  • insertLine: TQMultiLineEdit
  • insertPage: TQWizard
  • insertParagraph: @@ -1234,7 +1234,7 @@ icon: TQTabBar TQTabDialog TQTabWidget
  • insertTearOffHandle: TQPopupMenu
  • insertWidget: TQBoxLayout TQTable
  • inserted: - TQChildEvent
  • insertionPolicy: + TQChildEvent
  • insertionPolicy: TQComboBox
  • insideMargin: TQGroupBox
  • insideSpacing: TQGroupBox
  • installDefaultFactory: @@ -1261,9 +1261,9 @@ icon: TQIconView TQListBox TQListView
  • ioDevice: TQImageIO
  • isA: TQObject
  • isAccepted: - TQCloseEvent TQContextMenuEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • isActionAccepted: + TQCloseEvent TQContextMenuEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEvent
  • isActionAccepted: TQDropEvent
  • isActive: - TQAccessible TQCanvasItem TQPainter TQSqlQuery TQSqlResult TQTableSelection TQTimer
  • isActiveWindow: + TQAccessible TQCanvasItem TQPainter TQSqlQuery TQSqlResult TQTableSelection TQTimer
  • isActiveWindow: TQWidget TQXtWidget
  • isAnchor: TQStyleSheetItem
  • isAsynchronous: TQIODevice
  • isAttr: @@ -1285,7 +1285,7 @@ icon: TQTable
  • isCombinedAccess: TQIODevice
  • isComment: TQDomComment TQDomNode
  • isConsumed: - TQContextMenuEvent
  • isContainer: + TQContextMenuEvent
  • isContainer: TQWidgetPlugin
  • isContentsPreviewEnabled: TQFileDialog
  • isCopyOf: TQFont TQPalette
  • isCurrent: @@ -1312,7 +1312,7 @@ icon: TQApplication
  • isElement: TQDomElement TQDomNode
  • isEmpty: TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQCString TQCache TQCacheIterator TQDict TQDictIterator TQDockArea TQGLColormap TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeySequence TQLayout TQLayoutItem TQMap TQMemArray TQObjectCleanupHandler TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQRect TQRegExp TQRegion TQSize TQSpacerItem TQSqlRecord TQString TQTableSelection TQTranslator TQValueList TQValueVector TQWidgetItem
  • isEnabled: - TQAccel TQAction TQCanvasItem TQLayout TQListViewItem TQSocketNotifier TQTab TQTableItem TQWidget
  • isEnabledTo: + TQAccel TQAction TQCanvasItem TQLayout TQListViewItem TQSocketNotifier TQTab TQTableItem TQWidget
  • isEnabledTo: TQWidget
  • isEntity: TQDomEntity TQDomNode
  • isEntityReference: TQDomEntityReference TQDomNode
  • isEnumType: @@ -1344,7 +1344,7 @@ icon: TQWMatrix
  • isItemActive: TQMenuData
  • isItemChecked: TQMenuData TQPopupMenu
  • isItemEnabled: - TQAccel TQMenuBar TQMenuData TQPopupMenu TQToolBox
  • isItemVisible: + TQAccel TQMenuBar TQMenuData TQPopupMenu TQToolBox
  • isItemVisible: TQMenuBar TQMenuData TQPopupMenu
  • isLetter: TQChar
  • isLetterOrNumber: TQChar
  • isLoaded: @@ -1360,7 +1360,7 @@ icon: TQCString TQChar TQDate TQDateTime TQDomImplementation TQDomNode TQGuardedPtr TQHostAddress TQIconSet TQImage TQMemArray TQMovie TQPicture TQPixmap TQPoint TQPtrVector TQRect TQRegion TQSize TQSqlCursor TQSqlField TQSqlQuery TQSqlRecord TQSqlResult TQString TQTime TQUuid TQVariant
  • isNumber: TQChar
  • isOn: TQAction TQButton TQCheckBox TQCheckListItem TQPushButton TQRadioButton
  • isOpen: - TQAssistantClient TQIODevice TQListView TQListViewItem TQSqlDatabase TQSqlDriver
  • isOpenError: + TQAssistantClient TQIODevice TQListView TQListViewItem TQSqlDatabase TQSqlDriver
  • isOpenError: TQSqlDatabase TQSqlDriver
  • isOptionEnabled: TQPrinter
  • isOverwriteMode: TQTextEdit
  • isPhase2: @@ -1395,7 +1395,7 @@ icon: TQSqlQuery TQSqlResult
  • isSelectable: TQIconViewItem TQListBoxItem TQListViewItem
  • isSelected: TQCanvasItem TQIconViewItem TQListBox TQListBoxItem TQListView TQListViewItem TQTable
  • isSeparator: - TQCustomMenuItem
  • isSequentialAccess: + TQCustomMenuItem
  • isSequentialAccess: TQIODevice
  • isSessionRestored: TQApplication
  • isSetType: TQMetaProperty
  • isSharing: @@ -1422,7 +1422,7 @@ icon: TQLineEdit TQTextEdit
  • isUndoRedoEnabled: TQTextEdit
  • isUpdatesEnabled: TQWidget
  • isValid: - TQAccessibleInterface TQCanvasPixmapArray TQCanvasPolygonalItem TQColor TQDate TQDateTime TQGLContext TQGLWidget TQHttpHeader TQRect TQRegExp TQSize TQSocketDevice TQSqlQuery TQSqlResult TQTime TQUrl TQUrlInfo TQVariant
  • isVerticalSliderPressed: + TQAccessibleInterface TQCanvasPixmapArray TQCanvasPolygonalItem TQColor TQDate TQDateTime TQGLContext TQGLWidget TQHttpHeader TQRect TQRegExp TQSize TQSocketDevice TQSqlQuery TQSqlResult TQTime TQUrl TQUrlInfo TQVariant
  • isVerticalSliderPressed: TQScrollView
  • isVerticallyStretchable: TQDockWindow
  • isVirtualDesktop: TQDesktopWidget
  • isVisible: @@ -1459,7 +1459,7 @@ join: TQChar
  • jumpTable: TQImage
  • key: - TQAccel TQFont TQIconViewItem TQKeyEvent TQListViewItem TQMapConstIterator TQMapIterator TQTableItem
  • keyPressEvent: + TQAccel TQFont TQIconViewItem TQKeyEvent TQListViewItem TQMapConstIterator TQMapIterator TQTableItem
  • keyPressEvent: TQLineEdit TQTextBrowser TQTextEdit TQWidget
  • keyReleaseEvent: TQWidget
  • keyToValue: TQMetaProperty
  • keyboardFocusTab: @@ -1600,7 +1600,7 @@ m11: TQFrame TQLayout TQStyleSheetItem TQTabWidget
  • margins: TQPrinter
  • markedText: TQMultiLineEdit
  • mask: - TQCursor TQPixmap
  • match: + TQCursor TQPixmap
  • match: TQDir
  • matchAllDirs: TQDir
  • matchedLength: TQRegExp
  • matches: @@ -1713,7 +1713,7 @@ name: TQDomNamedNodeMap
  • names: TQTextCodecPlugin
  • namespaceURI: TQDomNode
  • navigate: - TQAccessibleInterface
  • newChild: + TQAccessibleInterface
  • newChild: TQNetworkProtocol
  • newChildren: TQNetworkProtocol TQUrlOperator
  • newConnection: TQServerSocket
  • newInstance: @@ -1767,7 +1767,7 @@ name: TQMetaObject
  • number: TQSqlError TQString
  • object: - TQAccessibleObject
  • objectTrees: + TQAccessibleObject
  • objectTrees: TQObject
  • offset: TQDockWindow TQHeader TQImage
  • offsetX: TQCanvasPixmap
  • offsetY: @@ -1783,7 +1783,7 @@ object: TQDockWindow TQMainWindow
  • opaqueResize: TQSplitter
  • open: TQFile TQIODevice TQSocket TQSqlDatabase TQSqlDriver
  • openAssistant: - TQAssistantClient
  • openPopup: + TQAssistantClient
  • openPopup: TQToolButton
  • operation: TQNetworkOperation
  • operationGet: TQNetworkProtocol
  • operationInProgress: @@ -1819,13 +1819,13 @@ object: TQPoint TQSize
  • operator/=: TQPoint TQSize
  • operator<: TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage TQUuid
  • operator<<: - TQBitArray TQBrush TQCString TQColor TQColorGroup TQCursor TQDataStream TQDate TQDateTime TQDockArea TQDomNode TQFont TQImage TQKeySequence TQMainWindow TQMap TQMemArray TQPalette TQPen TQPicture TQPixmap TQPoint TQPointArray TQRect TQRegion TQSize TQSplitter TQString TQTextStream TQTime TQUuid TQValueList TQWMatrix
  • operator<=: + TQBitArray TQBrush TQCString TQColor TQColorGroup TQCursor TQDataStream TQDate TQDateTime TQDockArea TQDomNode TQFont TQImage TQKeySequence TQMainWindow TQMap TQMemArray TQPalette TQPen TQPicture TQPixmap TQPoint TQPointArray TQRect TQRegion TQSize TQSplitter TQString TQTextStream TQTime TQUuid TQValueList TQWMatrix
  • operator<=: TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage
  • operator=: - TQAsciiCacheIterator TQAsciiDict TQBitArray TQBitVal TQBitmap TQBrush TQCString TQCacheIterator TQColor TQColorGroup TQCursor TQDeepCopy TQDict TQDir TQDomAttr TQDomCDATASection TQDomCharacterData TQDomComment TQDomDocument TQDomDocumentFragment TQDomDocumentType TQDomElement TQDomEntity TQDomEntityReference TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQDomNotation TQDomProcessingInstruction TQDomText TQFileInfo TQFont TQFontInfo TQFontMetrics TQGLColormap TQGuardedPtr TQHostAddress TQHttpHeader TQIconSet TQImage TQIntCacheIterator TQIntDict fnord TQKeySequence TQLayoutIterator TQListViewItemIterator TQLocale TQMap TQMemArray TQMovie TQObjectList TQObjectListIterator TQPair TQPalette TQPen TQPicture TQPixmap TQPointArray TQPtrDict TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQRegExp TQRegion TQSqlCursor TQSqlError TQSqlField TQSqlFieldInfo TQSqlIndex TQSqlQuery TQSqlRecord TQStrList TQString TQStyleSheetItem TQTranslatorMessage TQUrl TQUrlInfo TQUuid TQValueList TQValueVector TQVariant
  • operator==: + TQAsciiCacheIterator TQAsciiDict TQBitArray TQBitVal TQBitmap TQBrush TQCString TQCacheIterator TQColor TQColorGroup TQCursor TQDeepCopy TQDict TQDir TQDomAttr TQDomCDATASection TQDomCharacterData TQDomComment TQDomDocument TQDomDocumentFragment TQDomDocumentType TQDomElement TQDomEntity TQDomEntityReference TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQDomNotation TQDomProcessingInstruction TQDomText TQFileInfo TQFont TQFontInfo TQFontMetrics TQGLColormap TQGuardedPtr TQHostAddress TQHttpHeader TQIconSet TQImage TQIntCacheIterator TQIntDict fnord TQKeySequence TQLayoutIterator TQListViewItemIterator TQLocale TQMap TQMemArray TQMovie TQObjectList TQObjectListIterator TQPair TQPalette TQPen TQPicture TQPixmap TQPointArray TQPtrDict TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQRegExp TQRegion TQSqlCursor TQSqlError TQSqlField TQSqlFieldInfo TQSqlIndex TQSqlQuery TQSqlRecord TQStrList TQString TQStyleSheetItem TQTranslatorMessage TQUrl TQUrlInfo TQUuid TQValueList TQValueVector TQVariant
  • operator==: TQBrush TQCString TQChar TQColor TQColorGroup TQDate TQDateTime TQDir TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQFont TQGuardedPtr TQHostAddress TQImage TQKeySequence TQMapConstIterator TQMapIterator TQMemArray TQPalette TQPen TQPoint TQPtrList TQPtrVector TQRect TQRegExp TQRegion TQSize TQSizePolicy TQSqlField TQSqlFieldInfo TQString TQTableSelection TQTime TQTranslatorMessage TQUrl TQUrlInfo TQUuid TQValueList TQValueListConstIterator TQValueListIterator TQValueVector TQVariant TQWMatrix
  • operator>: TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage TQUuid
  • operator>=: TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage
  • operator>>: - TQBitArray TQBrush TQCString TQColor TQCursor TQDataStream TQDate TQDateTime TQDockArea TQFont TQImage TQKeySequence TQMainWindow TQMap TQMemArray TQPalette TQPen TQPicture TQPixmap TQPoint TQPointArray TQRect TQRegion TQSize TQSplitter TQString TQTextStream TQTime TQUuid TQValueList TQWMatrix
  • operator[]: + TQBitArray TQBrush TQCString TQColor TQCursor TQDataStream TQDate TQDateTime TQDockArea TQFont TQImage TQKeySequence TQMainWindow TQMap TQMemArray TQPalette TQPen TQPicture TQPixmap TQPoint TQPointArray TQRect TQRegion TQSize TQSplitter TQString TQTextStream TQTime TQUuid TQValueList TQWMatrix
  • operator[]: TQAsciiCache TQAsciiDict TQBitArray TQCache TQDict TQDir TQIntCache TQIntDict TQKeySequence TQMap TQMemArray TQPtrDict TQPtrVector TQString TQValueList TQValueVector
  • operator^: TQBitArray TQRegion
  • operator^=: TQBitArray TQRegion
  • operator|: @@ -1865,7 +1865,7 @@ packImage: TQPrinter
  • pageStep: TQDial TQRangeControl TQScrollBar TQSlider
  • pageUp: TQMultiLineEdit
  • paint: - TQCustomMenuItem TQListBoxItem TQListBoxPixmap TQListBoxText TQTabBar TQTableItem
  • paintBranches: + TQCustomMenuItem TQListBoxItem TQListBoxPixmap TQListBoxText TQTabBar TQTableItem
  • paintBranches: TQListViewItem
  • paintCell: TQCheckListItem TQGridView TQListBox TQListViewItem TQTable
  • paintEmptyArea: TQGridView TQListView TQTable
  • paintEvent: @@ -1939,7 +1939,7 @@ packImage: TQComboBox TQPopupMenu TQPushButton TQToolButton
  • popupDelay: TQToolButton
  • port: TQServerSocket TQSocket TQSocketDevice TQSqlDatabase TQUrl
  • pos: - TQContextMenuEvent TQCursor TQDropEvent TQIconViewItem TQMouseEvent TQMoveEvent TQRegExp TQTabletEvent TQWheelEvent TQWidget
  • position: + TQContextMenuEvent TQCursor TQDropEvent TQIconViewItem TQMouseEvent TQMoveEvent TQRegExp TQTabletEvent TQWheelEvent TQWidget
  • position: TQSqlRecord
  • positionFromValue: TQRangeControl
  • post: TQHttp
  • postEvent: @@ -2038,10 +2038,10 @@ tqAddPostRoutine: TQDns
  • quality: TQImageIO
  • query: TQUrl
  • queryAccessibleInterface: - TQAccessible
  • queryChild: - TQAccessibleInterface
  • queryList: + TQAccessible
  • queryChild: + TQAccessibleInterface
  • queryList: TQObject
  • queryParent: - TQAccessibleInterface
  • querySubControl: + TQAccessibleInterface
  • querySubControl: TQStyle
  • querySubControlMetrics: TQStyle
  • question: TQMessageBox
  • quit: @@ -2081,19 +2081,19 @@ rBottom: TQDataStream TQTextStream
  • readStderr: TQProcess
  • readStdout: TQProcess
  • ready: - TQAsyncIO
  • readyRead: + TQAsyncIO
  • readyRead: TQFtp TQHttp TQSocket
  • readyReadStderr: TQProcess
  • readyReadStdout: TQProcess
  • readyToReceive: TQDataSink
  • readyToSend: TQDataSource TQIODeviceSource
  • reason: - TQContextMenuEvent TQFocusEvent
  • reasonPhrase: + TQContextMenuEvent TQFocusEvent
  • reasonPhrase: TQHttpResponseHeader
  • receiveBufferSize: TQSocketDevice
  • record: TQDataView TQSqlDatabase TQSqlDriver
  • recordInfo: TQSqlDatabase TQSqlDriver
  • recordType: TQDns
  • rect: - TQAccessibleInterface TQCanvas TQCanvasRectangle TQIconViewItem TQImage TQPaintEvent TQPixmap TQRect TQStyleOption TQTab TQWidget
  • rects: + TQAccessibleInterface TQCanvas TQCanvasRectangle TQIconViewItem TQImage TQPaintEvent TQPixmap TQRect TQStyleOption TQTab TQWidget
  • rects: TQRegion
  • red: TQColor
  • redirect: TQPainter
  • redo: @@ -2130,7 +2130,7 @@ rBottom: TQMimeSourceFactory
  • removeFirst: TQPtrList
  • removeFrom: TQAction
  • removeItem: - TQAccel TQComboBox TQLayout TQListBox TQMenuBar TQMenuData TQPopupMenu TQToolBox
  • removeItemAt: + TQAccel TQComboBox TQLayout TQListBox TQMenuBar TQMenuData TQPopupMenu TQToolBox
  • removeItemAt: TQMenuData TQPopupMenu
  • removeLabel: TQHeader
  • removeLast: TQPtrList
  • removeLibraryPath: @@ -2158,7 +2158,7 @@ rBottom: TQApplication
  • removeValue: TQHttpHeader
  • removeWidget: TQStatusBar TQWidgetStack
  • removed: - TQChildEvent TQNetworkProtocol TQUrlOperator
  • rename: + TQChildEvent TQNetworkProtocol TQUrlOperator
  • rename: TQDir TQFtp TQIconViewItem TQUrlOperator
  • renameEnabled: TQIconViewItem TQListViewItem
  • renderPixmap: TQGLWidget
  • renderText: @@ -2230,7 +2230,7 @@ rBottom: TQCString TQString
  • rightMargin: TQScrollView
  • rmdir: TQDir TQFtp
  • role: - TQAccessibleInterface
  • rollback: + TQAccessibleInterface
  • rollback: TQSqlDatabase
  • rollbackTransaction: TQSqlDriver
  • root: TQDir
  • rootDirPath: @@ -2300,7 +2300,7 @@ sRect: TQButtonGroup
  • selectedItem: TQListBox TQListView
  • selectedText: TQLineEdit TQTextEdit
  • selection: - TQAccessibleInterface TQTable
  • selectionChanged: + TQAccessibleInterface TQTable
  • selectionChanged: TQClipboard TQIconView TQLineEdit TQListBox TQListView TQTable TQTextEdit
  • selectionLength: TQIMEvent
  • selectionMode: TQIconView TQListBox TQListView TQTable
  • selectionStart: @@ -2338,7 +2338,7 @@ sRect: TQTabDialog
  • setAppropriate: TQMainWindow TQWizard
  • setArg: TQNetworkOperation
  • setArguments: - TQAssistantClient TQProcess
  • setArrangement: + TQAssistantClient TQProcess
  • setArrangement: TQIconView
  • setAscii: TQString
  • setAt: TQSqlResult
  • setAttribute: @@ -2470,7 +2470,7 @@ sRect: TQColorDialog
  • setCustomHighlighting: TQListBoxItem
  • setDTDHandler: TQXmlReader
  • setData: - TQClipboard TQCustomEvent TQDomCharacterData TQDomProcessingInstruction TQIconDragItem TQMimeSourceFactory TQPicture TQXmlInputSource
  • setDatabaseName: + TQClipboard TQCustomEvent TQDomCharacterData TQDomProcessingInstruction TQIconDragItem TQMimeSourceFactory TQPicture TQXmlInputSource
  • setDatabaseName: TQSqlDatabase
  • setDatabaseText: TQSqlError
  • setDate: TQDateEdit TQDateTime
  • setDateFormat: @@ -2526,7 +2526,7 @@ sRect: TQComboBox TQComboTableItem
  • setEdited: TQMultiLineEdit
  • setEffectEnabled: TQApplication
  • setEnabled: - TQAccel TQAction TQCanvasItem TQLayout TQListViewItem TQSocketNotifier TQTab TQTableItem TQToolTipGroup TQWidget
  • setEncodedData: + TQAccel TQAction TQCanvasItem TQLayout TQListViewItem TQSocketNotifier TQTab TQTableItem TQToolTipGroup TQWidget
  • setEncodedData: TQStoredDrag
  • setEncodedPathAndQuery: TQUrl
  • setEncoding: TQTextStream
  • setEncodingFunction: @@ -2563,12 +2563,12 @@ sRect: TQWidget
  • setFlags: TQIODevice
  • setFlat: TQGroupBox TQPushButton
  • setFocus: - TQAccessibleInterface TQWidget
  • setFocusPolicy: + TQAccessibleInterface TQWidget
  • setFocusPolicy: TQWidget
  • setFocusProxy: TQWidget
  • setFocusRectPolicy: TQMacStyle
  • setFocusStyle: TQTable
  • setFont: - TQApplication TQCanvasText TQComboBox TQCustomMenuItem TQLabel TQPainter TQTabDialog TQToolTip TQWhatsThis TQWidget
  • setFontFamily: + TQApplication TQCanvasText TQComboBox TQCustomMenuItem TQLabel TQPainter TQTabDialog TQToolTip TQWhatsThis TQWidget
  • setFontFamily: TQStyleSheetItem
  • setFontItalic: TQStyleSheetItem
  • setFontSize: TQStyleSheetItem
  • setFontStrikeOut: @@ -2638,7 +2638,7 @@ sRect: TQFont TQTextEdit
  • setItem: TQTable
  • setItemChecked: TQMenuData TQPopupMenu
  • setItemEnabled: - TQAccel TQMenuBar TQMenuData TQPopupMenu TQToolBox
  • setItemIconSet: + TQAccel TQMenuBar TQMenuData TQPopupMenu TQToolBox
  • setItemIconSet: TQToolBox
  • setItemLabel: TQToolBox
  • setItemMargin: TQListView
  • setItemParameter: @@ -2784,7 +2784,7 @@ sRect: TQPushButton TQToolButton
  • setPopupDelay: TQToolButton
  • setPort: TQSqlDatabase TQUrl
  • setPos: - TQCursor
  • setPrefix: + TQCursor
  • setPrefix: TQDomNode TQSpinBox TQXmlNamespaceSupport
  • setPreviewMode: TQFileDialog
  • setPrimaryIndex: TQSqlCursor
  • setPrintProgram: @@ -2847,7 +2847,7 @@ sRect: TQLCDNumber
  • setSelect: TQSqlResult
  • setSelectable: TQIconViewItem TQListBoxItem TQListViewItem
  • setSelected: - TQAccessibleInterface TQCanvasItem TQIconView TQIconViewItem TQListBox TQListView TQListViewItem
  • setSelectedFilter: + TQAccessibleInterface TQCanvasItem TQIconView TQIconViewItem TQListBox TQListView TQListViewItem
  • setSelectedFilter: TQFileDialog
  • setSelection: TQFileDialog TQLineEdit TQTextEdit
  • setSelectionAnchor: TQListView
  • setSelectionAttributes: @@ -2857,7 +2857,7 @@ sRect: TQSocketDevice
  • setSeparator: TQDateEdit TQTimeEdit
  • setSequence: TQCanvasSprite
  • setShape: - TQCursor TQTabBar
  • setShowGrid: + TQCursor TQTabBar
  • setShowGrid: TQTable
  • setShowHiddenFiles: TQFileDialog
  • setShowSortIndicator: TQListView
  • setShowToolTips: @@ -2922,7 +2922,7 @@ sRect: TQPainter
  • setTabToolTip: TQTabWidget
  • setTagName: TQDomElement
  • setText: - TQAccessibleInterface TQAction TQButton TQCanvasText TQCheckBox TQClipboard TQIconViewItem TQImage TQLabel TQLineEdit TQListBoxItem TQListViewItem TQMessageBox TQMimeSourceFactory TQPushButton TQRadioButton TQTab TQTable TQTableItem TQTextDrag TQTextEdit
  • setTextFlags: + TQAccessibleInterface TQAction TQButton TQCanvasText TQCheckBox TQClipboard TQIconViewItem TQImage TQLabel TQLineEdit TQListBoxItem TQListViewItem TQMessageBox TQMimeSourceFactory TQPushButton TQRadioButton TQTab TQTable TQTableItem TQTextDrag TQTextEdit
  • setTextFlags: TQCanvasText
  • setTextFormat: TQLabel TQMessageBox TQTextEdit
  • setTextLabel: TQToolButton
  • setTextPosition: @@ -2993,7 +2993,7 @@ sRect: TQWidget
  • setWakeUpDelay: TQToolTip
  • setWeight: TQFont
  • setWhatsThis: - TQAccel TQAction TQMenuData TQPopupMenu
  • setWheelScrollLines: + TQAccel TQAction TQMenuData TQPopupMenu
  • setWheelScrollLines: TQApplication
  • setWhiteSpaceMode: TQStyleSheetItem
  • setWidget: TQDockWindow
  • setWidgetSizePolicy: @@ -3025,12 +3025,12 @@ sRect: TQTextStream
  • setup: TQListViewItem TQPrinter
  • shadow: TQColorGroup
  • shape: - TQCursor TQTabBar
  • shear: + TQCursor TQTabBar
  • shear: TQPainter TQWMatrix
  • shell: TQMotifDialog
  • shortDayName: TQDate
  • shortMonthName: TQDate
  • shortcutKey: - TQAccel
  • show: + TQAccel
  • show: TQCanvasItem TQDialog TQMenuBar TQWidget
  • showColumn: TQTable
  • showDockMenu: TQMainWindow
  • showEvent: @@ -3042,7 +3042,7 @@ sRect: TQWidget
  • showMinimized: TQWidget
  • showNormal: TQWidget
  • showPage: - TQAssistantClient TQTabDialog TQTabWidget TQWizard
  • showRow: + TQAssistantClient TQTabDialog TQTabWidget TQWizard
  • showRow: TQTable
  • showSortIndicator: TQListView
  • showTip: TQToolTipGroup
  • showToolTips: @@ -3055,7 +3055,7 @@ sRect: TQAsciiCache TQAsciiDict TQBitArray TQCache TQCanvas TQCanvasRectangle TQDict TQFile TQFileInfo TQFontMetrics TQGLColormap TQIODevice TQIconViewItem TQImage TQIntCache TQIntDict TQMap TQMemArray TQPicture TQPixmap TQPtrDict TQPtrVector TQRect TQResizeEvent TQSocket TQSqlQuery TQSqlResult TQUrlInfo TQValueList TQValueVector TQWidget
  • sizeChange: TQHeader
  • sizeFromContents: TQStyle
  • sizeHint: - TQBoxLayout TQCanvasView TQCustomMenuItem TQGridLayout TQLayoutItem TQLineEdit TQProgressDialog TQSizeGrip TQSpacerItem TQTableItem TQWidget TQWidgetItem
  • sizeIncrement: + TQBoxLayout TQCanvasView TQCustomMenuItem TQGridLayout TQLayoutItem TQLineEdit TQProgressDialog TQSizeGrip TQSpacerItem TQTableItem TQWidget TQWidgetItem
  • sizeIncrement: TQWidget
  • sizeLimit: TQComboBox
  • sizePolicy: TQWidget
  • sizes: @@ -3120,7 +3120,7 @@ sRect: TQUrlOperator
  • startingUp: TQApplication
  • startsWith: TQString
  • state: - TQAccessibleInterface TQButton TQCheckBox TQCheckListItem TQContextMenuEvent TQFtp TQHttp TQIODevice TQKeyEvent TQMouseEvent TQNetworkOperation TQPushButton TQRadioButton TQSocket TQWheelEvent
  • stateAfter: + TQAccessibleInterface TQButton TQCheckBox TQCheckListItem TQContextMenuEvent TQFtp TQHttp TQIODevice TQKeyEvent TQMouseEvent TQNetworkOperation TQPushButton TQRadioButton TQSocket TQWheelEvent
  • stateAfter: TQKeyEvent TQMouseEvent
  • stateChange: TQCheckListItem
  • stateChanged: TQButton TQCheckBox TQFtp TQHttp TQPushButton TQRadioButton
  • statistics: @@ -3212,7 +3212,7 @@ tab: TQBitArray
  • testOption: TQGLFormat
  • testWFlags: TQWidget
  • text: - TQAccessibleInterface TQAction TQButton TQCanvasText TQCheckBox TQCheckListItem TQClipboard TQColorGroup TQComboBox TQComboTableItem TQDataTable TQDomElement TQIMEvent TQIconViewItem TQImage TQKeyEvent TQLabel TQLineEdit TQListBox TQListBoxItem TQListViewItem TQMenuData TQMessageBox TQPopupMenu TQPushButton TQRadioButton TQSpinBox TQSqlError TQTab TQTable TQTableItem TQTextEdit TQWhatsThis
  • textChanged: + TQAccessibleInterface TQAction TQButton TQCanvasText TQCheckBox TQCheckListItem TQClipboard TQColorGroup TQComboBox TQComboTableItem TQDataTable TQDomElement TQIMEvent TQIconViewItem TQImage TQKeyEvent TQLabel TQLineEdit TQListBox TQListBoxItem TQListViewItem TQMenuData TQMessageBox TQPopupMenu TQPushButton TQRadioButton TQSpinBox TQSqlError TQTab TQTable TQTableItem TQTextEdit TQWhatsThis
  • textChanged: TQComboBox TQLineEdit TQSpinBox TQTextEdit
  • textCursor: TQTextEdit
  • textEdit: TQSyntaxHighlighter
  • textFlags: @@ -3377,7 +3377,7 @@ ucs2: TQNPlugin
  • upRect: TQSpinBox
  • update: TQCanvas TQCanvasItem TQDataBrowser TQSqlCursor TQWidget
  • updateAccessibility: - TQAccessible
  • updateBoundary: + TQAccessible
  • updateBoundary: TQDataBrowser
  • updateButtons: TQDateEdit
  • updateCell: TQGridView TQTable
  • updateContents: @@ -3454,7 +3454,7 @@ wait: TQProgressDialog
  • weekNumber: TQDate
  • weight: TQFont TQFontDatabase TQFontInfo
  • whatsThis: - TQAccel TQAction TQMainWindow TQMenuData TQPopupMenu TQWidgetPlugin
  • whatsThisButton: + TQAccel TQAction TQMainWindow TQMenuData TQPopupMenu TQWidgetPlugin
  • whatsThisButton: TQWhatsThis
  • wheelEvent: TQWidget
  • wheelScrollLines: TQApplication
  • whiteSpaceMode: @@ -3501,7 +3501,7 @@ wait: TQProcess
  • wroteToStdin: TQProcess
  • x: - TQCanvasItem TQContextMenuEvent TQIconViewItem TQMouseEvent TQPoint TQRect TQTabletEvent TQWheelEvent TQWidget
  • x11AppCells: + TQCanvasItem TQContextMenuEvent TQIconViewItem TQMouseEvent TQPoint TQRect TQTabletEvent TQWheelEvent TQWidget
  • x11AppCells: TQPaintDevice
  • x11AppColormap: TQPaintDevice
  • x11AppDefaultColormap: TQPaintDevice
  • x11AppDefaultVisual: @@ -3532,7 +3532,7 @@ x: TQCanvasItem
  • xtWidget: TQXtWidget
  • y: - TQCanvasItem TQContextMenuEvent TQIconViewItem TQMouseEvent TQPoint TQRect TQTabletEvent TQWheelEvent TQWidget
  • yTilt: + TQCanvasItem TQContextMenuEvent TQIconViewItem TQMouseEvent TQPoint TQRect TQTabletEvent TQWheelEvent TQWidget
  • yTilt: TQTabletEvent
  • yVelocity: TQCanvasItem
  • year: TQDate
  • diff --git a/doc/html/headerfilesynonyms b/doc/html/headerfilesynonyms index b2f974fc..7595b772 100644 --- a/doc/html/headerfilesynonyms +++ b/doc/html/headerfilesynonyms @@ -1,12 +1,12 @@ -qaccessibleinterface.h ntqaccessible.h -qaccessibleobject.h ntqaccessible.h +tqaccessibleinterface.h tqaccessible.h +tqaccessibleobject.h tqaccessible.h tqactiongroup.h tqaction.h tqasciicacheiterator.h tqasciicache.h tqasciidictiterator.h tqasciidict.h -tqimageconsumer.h ntqasyncimageio.h -tqimageformat.h ntqasyncimageio.h -tqimageformattype.h ntqasyncimageio.h -tqimagedecoder.h ntqasyncimageio.h +tqimageconsumer.h tqasyncimageio.h +tqimageformat.h tqasyncimageio.h +tqimageformattype.h tqasyncimageio.h +tqimagedecoder.h tqasyncimageio.h tqbig5hkscscodec.h tqbig5codec.h tqbitval.h tqbitarray.h tqcacheiterator.h tqcache.h @@ -61,18 +61,18 @@ qfocusevent.h tqevent.h tqpaintevent.h tqevent.h qmoveevent.h tqevent.h qresizeevent.h tqevent.h -qcloseevent.h tqevent.h +tqcloseevent.h tqevent.h tqicondragevent.h tqevent.h qshowevent.h tqevent.h qhideevent.h tqevent.h -qcontextmenuevent.h tqevent.h +tqcontextmenuevent.h tqevent.h qimevent.h tqevent.h tqdropevent.h tqevent.h tqdragmoveevent.h tqevent.h tqdragenterevent.h tqevent.h tqdragleaveevent.h tqevent.h -qchildevent.h tqevent.h -qcustomevent.h tqevent.h +tqchildevent.h tqevent.h +tqcustomevent.h tqevent.h tqfileiconprovider.h tqfiledialog.h tqfilepreview.h tqfiledialog.h tqgbkcodec.h tqgb18030codec.h @@ -108,7 +108,7 @@ tqlistviewitemiterator.h tqlistview.h qmacstyle.h qmacstyle_mac.h tqmapiterator.h tqmap.h tqmapconstiterator.h tqmap.h -qcustommenuitem.h tqmenudata.h +tqcustommenuitem.h tqmenudata.h qmetaproperty.h ntqmetaobject.h tqmimesource.h tqmime.h tqmimesourcefactory.h tqmime.h diff --git a/doc/html/headers.html b/doc/html/headers.html index 290166c8..fccf9732 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -35,15 +35,15 @@ body { background: #ffffff; color: black; }

    Here are the header files that make up the TQt API:

      -
    • ntqaccel.h -
    • ntqaccessible.h +
    • tqaccel.h +
    • tqaccessible.h
    • tqaction.h
    • ntqapplication.h
    • tqasciicache.h
    • tqasciidict.h -
    • ntqassistantclient.h -
    • ntqasyncimageio.h -
    • ntqasyncio.h +
    • tqassistantclient.h +
    • tqasyncimageio.h +
    • tqasyncio.h
    • tqbig5codec.h
    • tqbitarray.h
    • tqbitmap.h @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; }
    • tqcombobox.h
    • tqcommonstyle.h
    • tqcstring.h -
    • ntqcursor.h +
    • tqcursor.h
    • tqdatabrowser.h
    • tqdatastream.h
    • tqdatatable.h diff --git a/doc/html/helpsystem-example.html b/doc/html/helpsystem-example.html index 386b1cdb..de203396 100644 --- a/doc/html/helpsystem-example.html +++ b/doc/html/helpsystem-example.html @@ -40,7 +40,7 @@ in an application.

      It uses TQToolTip and TQWhatsThis to provide both static and dynamic balloon help for the widgets in the application, and TQToolTipGroup to display extended information for each tooltip -in the statusbar. TQAssistantClient is used to display help +in the statusbar. TQAssistantClient is used to display help pages using TQt Assistant.

      The application has a user interface based on a TQMainWindow with a menubar, statusbar and a toolbar, and uses @@ -315,7 +315,7 @@ and return a string accordingly. HeaderToolTip *horizontalTip; HeaderToolTip *verticalTip; TableToolTip *cellTip; - TQAssistantClient *assistant; + TQAssistantClient *assistant; };

      A TQMainWindow is used to create a user interface that uses the @@ -325,14 +325,14 @@ sensitive help in the application. which creates an instance of TQt Assistant when it is called. The class keeps references to the tooltip classes as members because they are not TQObjects and need to be deleted explicitly. -The class has a reference to TQAssistantClient as a +The class has a reference to TQAssistantClient as a member as well, to allow easier access to TQt Assistant later on.

          MainWindow::MainWindow()
           {
               statusBar();
      -        assistant = new TQAssistantClient( TQDir("../../bin").absPath(), this );
      +        assistant = new TQAssistantClient( TQDir("../../bin").absPath(), this );
       

      The MainWindow constructor creates an instance of TQAssistantClient using TQString::null as the first argument @@ -424,11 +424,11 @@ menu items.

              // connections
               connect( assistantButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(assistantSlot()) );
               connect( horizontalWhatsThis, TQ_SIGNAL(linkClicked(const TQString&)), assistant,
      -            TQ_SLOT(showPage(const TQString&)) );
      +            TQ_SLOT(showPage(const TQString&)) );
               connect( verticalWhatsThis, TQ_SIGNAL(linkClicked(const TQString&)), assistant,
      -            TQ_SLOT(showPage(const TQString&)) );
      +            TQ_SLOT(showPage(const TQString&)) );
               connect( cellWhatsThis, TQ_SIGNAL(linkClicked(const TQString&)), assistant,
      -            TQ_SLOT(showPage(const TQString&)) );
      +            TQ_SLOT(showPage(const TQString&)) );
           }
       

      Signals and slots are connected, so that the relevant pages will @@ -448,7 +448,7 @@ deleted when the widget is deleted.

          void MainWindow::assistantSlot()
           {
               TQString docsPath = TQDir("../../doc").absPath();
      -        assistant->showPage( TQString("%1/html/ntqassistantclient.html").arg(docsPath) );
      +        assistant->showPage( TQString("%1/html/tqassistantclient.html").arg(docsPath) );
           }
       

      The assistantSlot() uses applicationDirPath() to find the diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index 2da1680f..57858ebd 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -37,13 +37,13 @@ body { background: #ffffff; color: black; } classes in the TQt API.

      The list is sorted roughly, but not completely, alphabetically.

        -
      • TQAccessible +
      • TQAccessible
      • TQAsciiCacheIterator
      • TQAsciiDictIterator -
      • TQAsyncIO +
      • TQAsyncIO -
      • TQCursor -
      • TQCustomMenuItem +
      • TQCursor +
      • TQCustomMenuItem
      • TQEvent
          -
        • TQChildEvent -
        • TQCloseEvent -
        • TQContextMenuEvent -
        • TQCustomEvent +
        • TQChildEvent +
        • TQCloseEvent +
        • TQContextMenuEvent +
        • TQCustomEvent
        • TQDragLeaveEvent
        • TQDropEvent
            @@ -294,14 +294,14 @@ classes in the TQt API.
        • TQObject
            -
          • TQAccel -
          • TQAccessibleObject +
          • TQAccel +
          • TQAccessibleObject
          • TQAction
          • TQApplication -
          • TQAssistantClient +
          • TQAssistantClient
          • TQCanvas diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html index 01f50f92..77514418 100644 --- a/doc/html/i18n-example.html +++ b/doc/html/i18n-example.html @@ -95,7 +95,7 @@ private: #include <tqlabel.h> #include <tqhbox.h> #include <tqvbox.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqpopupmenu.h> #include <tqmenubar.h> #include <tqstatusbar.h> @@ -113,7 +113,7 @@ private: TQPopupMenu* file = new TQPopupMenu(this); file->insertItem( tr("E&xit"), tqApp, TQ_SLOT(quit()), - TQAccel::stringToKey(tr("Ctrl+Q")) ); + TQAccel::stringToKey(tr("Ctrl+Q")) ); menuBar()->insertItem( tr("&File"), file ); setCaption( tr( "Internationalization Example" ) ); diff --git a/doc/html/iconview-simple_dd-main-h.html b/doc/html/iconview-simple_dd-main-h.html index b411b00b..5f463f03 100644 --- a/doc/html/iconview-simple_dd-main-h.html +++ b/doc/html/iconview-simple_dd-main-h.html @@ -43,7 +43,7 @@ body { background: #ffffff; color: black; } *****************************************************************************/ #include <ntqapplication.h> -#include <ntqcursor.h> +#include <tqcursor.h> #include <ntqsplitter.h> #include <tqlistbox.h> #include <tqiconview.h> diff --git a/doc/html/index b/doc/html/index index 400220ec..b1bd3a97 100644 --- a/doc/html/index +++ b/doc/html/index @@ -107,54 +107,54 @@ "Progress Bar" progressbar-example.html "Progress Bar and Dialog Example" progress-example.html "Properties" properties.html -"QAccel" ntqaccel.html -"QAccel::activated" ntqaccel.html#activated -"QAccel::activatedAmbiguously" ntqaccel.html#activatedAmbiguously -"QAccel::clear" ntqaccel.html#clear -"QAccel::connectItem" ntqaccel.html#connectItem -"QAccel::count" ntqaccel.html#count -"QAccel::disconnectItem" ntqaccel.html#disconnectItem -"QAccel::findKey" ntqaccel.html#findKey -"QAccel::insertItem" ntqaccel.html#insertItem -"QAccel::isEnabled" ntqaccel.html#isEnabled -"QAccel::isItemEnabled" ntqaccel.html#isItemEnabled -"QAccel::key" ntqaccel.html#key -"QAccel::removeItem" ntqaccel.html#removeItem -"QAccel::setEnabled" ntqaccel.html#setEnabled -"QAccel::setItemEnabled" ntqaccel.html#setItemEnabled -"QAccel::setWhatsThis" ntqaccel.html#setWhatsThis -"QAccel::shortcutKey" ntqaccel.html#shortcutKey -"QAccel::whatsThis" ntqaccel.html#whatsThis -"QAccel::~QAccel" ntqaccel.html#~QAccel -"QAccessible" ntqaccessible.html -"QAccessible::Event" ntqaccessible.html#Event -"QAccessible::NavDirection" ntqaccessible.html#NavDirection -"QAccessible::Role" ntqaccessible.html#Role -"QAccessible::State" ntqaccessible.html#State -"QAccessible::Text" ntqaccessible.html#Text -"QAccessible::isActive" ntqaccessible.html#isActive -"QAccessible::queryAccessibleInterface" ntqaccessible.html#queryAccessibleInterface -"QAccessible::updateAccessibility" ntqaccessible.html#updateAccessibility -"QAccessibleInterface" qaccessibleinterface.html -"QAccessibleInterface::childCount" qaccessibleinterface.html#childCount -"QAccessibleInterface::clearSelection" qaccessibleinterface.html#clearSelection -"QAccessibleInterface::controlAt" qaccessibleinterface.html#controlAt -"QAccessibleInterface::doDefaultAction" qaccessibleinterface.html#doDefaultAction -"QAccessibleInterface::isValid" qaccessibleinterface.html#isValid -"QAccessibleInterface::navigate" qaccessibleinterface.html#navigate -"QAccessibleInterface::queryChild" qaccessibleinterface.html#queryChild -"QAccessibleInterface::queryParent" qaccessibleinterface.html#queryParent -"QAccessibleInterface::rect" qaccessibleinterface.html#rect -"QAccessibleInterface::role" qaccessibleinterface.html#role -"QAccessibleInterface::selection" qaccessibleinterface.html#selection -"QAccessibleInterface::setFocus" qaccessibleinterface.html#setFocus -"QAccessibleInterface::setSelected" qaccessibleinterface.html#setSelected -"QAccessibleInterface::setText" qaccessibleinterface.html#setText -"QAccessibleInterface::state" qaccessibleinterface.html#state -"QAccessibleInterface::text" qaccessibleinterface.html#text -"QAccessibleObject" qaccessibleobject.html -"QAccessibleObject::object" qaccessibleobject.html#object -"QAccessibleObject::~QAccessibleObject" qaccessibleobject.html#~QAccessibleObject +"TQAccel" tqaccel.html +"TQAccel::activated" tqaccel.html#activated +"TQAccel::activatedAmbiguously" tqaccel.html#activatedAmbiguously +"TQAccel::clear" tqaccel.html#clear +"TQAccel::connectItem" tqaccel.html#connectItem +"TQAccel::count" tqaccel.html#count +"TQAccel::disconnectItem" tqaccel.html#disconnectItem +"TQAccel::findKey" tqaccel.html#findKey +"TQAccel::insertItem" tqaccel.html#insertItem +"TQAccel::isEnabled" tqaccel.html#isEnabled +"TQAccel::isItemEnabled" tqaccel.html#isItemEnabled +"TQAccel::key" tqaccel.html#key +"TQAccel::removeItem" tqaccel.html#removeItem +"TQAccel::setEnabled" tqaccel.html#setEnabled +"TQAccel::setItemEnabled" tqaccel.html#setItemEnabled +"TQAccel::setWhatsThis" tqaccel.html#setWhatsThis +"TQAccel::shortcutKey" tqaccel.html#shortcutKey +"TQAccel::whatsThis" tqaccel.html#whatsThis +"TQAccel::~TQAccel" tqaccel.html#~TQAccel +"TQAccessible" tqaccessible.html +"TQAccessible::Event" tqaccessible.html#Event +"TQAccessible::NavDirection" tqaccessible.html#NavDirection +"TQAccessible::Role" tqaccessible.html#Role +"TQAccessible::State" tqaccessible.html#State +"TQAccessible::Text" tqaccessible.html#Text +"TQAccessible::isActive" tqaccessible.html#isActive +"TQAccessible::queryAccessibleInterface" tqaccessible.html#queryAccessibleInterface +"TQAccessible::updateAccessibility" tqaccessible.html#updateAccessibility +"TQAccessibleInterface" tqaccessibleinterface.html +"TQAccessibleInterface::childCount" tqaccessibleinterface.html#childCount +"TQAccessibleInterface::clearSelection" tqaccessibleinterface.html#clearSelection +"TQAccessibleInterface::controlAt" tqaccessibleinterface.html#controlAt +"TQAccessibleInterface::doDefaultAction" tqaccessibleinterface.html#doDefaultAction +"TQAccessibleInterface::isValid" tqaccessibleinterface.html#isValid +"TQAccessibleInterface::navigate" tqaccessibleinterface.html#navigate +"TQAccessibleInterface::queryChild" tqaccessibleinterface.html#queryChild +"TQAccessibleInterface::queryParent" tqaccessibleinterface.html#queryParent +"TQAccessibleInterface::rect" tqaccessibleinterface.html#rect +"TQAccessibleInterface::role" tqaccessibleinterface.html#role +"TQAccessibleInterface::selection" tqaccessibleinterface.html#selection +"TQAccessibleInterface::setFocus" tqaccessibleinterface.html#setFocus +"TQAccessibleInterface::setSelected" tqaccessibleinterface.html#setSelected +"TQAccessibleInterface::setText" tqaccessibleinterface.html#setText +"TQAccessibleInterface::state" tqaccessibleinterface.html#state +"TQAccessibleInterface::text" tqaccessibleinterface.html#text +"TQAccessibleObject" tqaccessibleobject.html +"TQAccessibleObject::object" tqaccessibleobject.html#object +"TQAccessibleObject::~TQAccessibleObject" tqaccessibleobject.html#~TQAccessibleObject "TQAction" tqaction.html "TQAction::accel" tqaction.html#accel "TQAction::accel" tqaction.html#accel-prop @@ -373,20 +373,20 @@ "TQAsciiDictIterator::operator+=" tqasciidictiterator.html#operator+-eq "TQAsciiDictIterator::toFirst" tqasciidictiterator.html#toFirst "TQAsciiDictIterator::~TQAsciiDictIterator" tqasciidictiterator.html#~TQAsciiDictIterator -"QAssistantClient" ntqassistantclient.html -"QAssistantClient::assistantClosed" ntqassistantclient.html#assistantClosed -"QAssistantClient::assistantOpened" ntqassistantclient.html#assistantOpened -"QAssistantClient::closeAssistant" ntqassistantclient.html#closeAssistant -"QAssistantClient::error" ntqassistantclient.html#error -"QAssistantClient::isOpen" ntqassistantclient.html#isOpen -"QAssistantClient::open" ntqassistantclient.html#open-prop -"QAssistantClient::openAssistant" ntqassistantclient.html#openAssistant -"QAssistantClient::setArguments" ntqassistantclient.html#setArguments -"QAssistantClient::showPage" ntqassistantclient.html#showPage -"QAssistantClient::~QAssistantClient" ntqassistantclient.html#~QAssistantClient -"QAsyncIO::connect" ntqasyncio.html#connect -"QAsyncIO::ready" ntqasyncio.html#ready -"QAsyncIO::~QAsyncIO" ntqasyncio.html#~QAsyncIO +"TQAssistantClient" tqassistantclient.html +"TQAssistantClient::assistantClosed" tqassistantclient.html#assistantClosed +"TQAssistantClient::assistantOpened" tqassistantclient.html#assistantOpened +"TQAssistantClient::closeAssistant" tqassistantclient.html#closeAssistant +"TQAssistantClient::error" tqassistantclient.html#error +"TQAssistantClient::isOpen" tqassistantclient.html#isOpen +"TQAssistantClient::open" tqassistantclient.html#open-prop +"TQAssistantClient::openAssistant" tqassistantclient.html#openAssistant +"TQAssistantClient::setArguments" tqassistantclient.html#setArguments +"TQAssistantClient::showPage" tqassistantclient.html#showPage +"TQAssistantClient::~TQAssistantClient" tqassistantclient.html#~TQAssistantClient +"TQAsyncIO::connect" tqasyncio.html#connect +"TQAsyncIO::ready" tqasyncio.html#ready +"TQAsyncIO::~TQAsyncIO" tqasyncio.html#~TQAsyncIO "QAuServer::bucket" qauserver.html#bucket "QAuServer::decLoop" qauserver.html#decLoop "QAuServer::init" qauserver.html#init @@ -857,10 +857,10 @@ "TQCheckTableItem::isChecked" tqchecktableitem.html#isChecked "TQCheckTableItem::rtti" tqchecktableitem.html#rtti "TQCheckTableItem::setChecked" tqchecktableitem.html#setChecked -"QChildEvent" qchildevent.html -"QChildEvent::child" qchildevent.html#child -"QChildEvent::inserted" qchildevent.html#inserted -"QChildEvent::removed" qchildevent.html#removed +"TQChildEvent" tqchildevent.html +"TQChildEvent::child" tqchildevent.html#child +"TQChildEvent::inserted" tqchildevent.html#inserted +"TQChildEvent::removed" tqchildevent.html#removed "TQClipboard" tqclipboard.html "TQClipboard::Mode" tqclipboard.html#Mode "TQClipboard::clear" tqclipboard.html#clear @@ -877,10 +877,10 @@ "TQClipboard::setText" tqclipboard.html#setText "TQClipboard::supportsSelection" tqclipboard.html#supportsSelection "TQClipboard::text" tqclipboard.html#text -"QCloseEvent" qcloseevent.html -"QCloseEvent::accept" qcloseevent.html#accept -"QCloseEvent::ignore" qcloseevent.html#ignore -"QCloseEvent::isAccepted" qcloseevent.html#isAccepted +"TQCloseEvent" tqcloseevent.html +"TQCloseEvent::accept" tqcloseevent.html#accept +"TQCloseEvent::ignore" tqcloseevent.html#ignore +"TQCloseEvent::isAccepted" tqcloseevent.html#isAccepted "TQColor" tqcolor.html "TQColor::Spec" tqcolor.html#Spec "TQColor::alloc" tqcolor.html#alloc @@ -1021,58 +1021,58 @@ "TQComboTableItem::text" tqcombotableitem.html#text "TQComboTableItem::~TQComboTableItem" tqcombotableitem.html#~TQComboTableItem "TQCommonStyle" tqcommonstyle.html -"QComponentFactory::createInstance" qcomponentfactory.html#createInstance -"QComponentFactory::registerComponent" qcomponentfactory.html#registerComponent -"QComponentFactory::registerServer" qcomponentfactory.html#registerServer -"QComponentFactory::unregisterComponent" qcomponentfactory.html#unregisterComponent -"QComponentFactory::unregisterServer" qcomponentfactory.html#unregisterServer -"QConnection::isConnected" ntqconnection.html#isConnected -"QConnection::member" ntqconnection.html#member -"QConnection::memberName" ntqconnection.html#memberName -"QConnection::numArgs" ntqconnection.html#numArgs -"QConnection::object" ntqconnection.html#object -"QConnection::~QConnection" ntqconnection.html#~QConnection +"TQComponentFactory::createInstance" tqcomponentfactory.html#createInstance +"TQComponentFactory::registerComponent" tqcomponentfactory.html#registerComponent +"TQComponentFactory::registerServer" tqcomponentfactory.html#registerServer +"TQComponentFactory::unregisterComponent" tqcomponentfactory.html#unregisterComponent +"TQComponentFactory::unregisterServer" tqcomponentfactory.html#unregisterServer +"TQConnection::isConnected" tqconnection.html#isConnected +"TQConnection::member" tqconnection.html#member +"TQConnection::memberName" tqconnection.html#memberName +"TQConnection::numArgs" tqconnection.html#numArgs +"TQConnection::object" tqconnection.html#object +"TQConnection::~TQConnection" tqconnection.html#~TQConnection "TQConstString" tqconststring.html "TQConstString::string" tqconststring.html#string "TQConstString::~TQConstString" tqconststring.html#~TQConstString -"QContextMenuEvent" qcontextmenuevent.html -"QContextMenuEvent::Reason" qcontextmenuevent.html#Reason -"QContextMenuEvent::accept" qcontextmenuevent.html#accept -"QContextMenuEvent::consume" qcontextmenuevent.html#consume -"QContextMenuEvent::globalPos" qcontextmenuevent.html#globalPos -"QContextMenuEvent::globalX" qcontextmenuevent.html#globalX -"QContextMenuEvent::globalY" qcontextmenuevent.html#globalY -"QContextMenuEvent::ignore" qcontextmenuevent.html#ignore -"QContextMenuEvent::isAccepted" qcontextmenuevent.html#isAccepted -"QContextMenuEvent::isConsumed" qcontextmenuevent.html#isConsumed -"QContextMenuEvent::pos" qcontextmenuevent.html#pos -"QContextMenuEvent::reason" qcontextmenuevent.html#reason -"QContextMenuEvent::state" qcontextmenuevent.html#state -"QContextMenuEvent::x" qcontextmenuevent.html#x -"QContextMenuEvent::y" qcontextmenuevent.html#y -"QCursor" ntqcursor.html -"QCursor::bitmap" ntqcursor.html#bitmap -"QCursor::cleanup" ntqcursor.html#cleanup -"QCursor::handle" ntqcursor.html#handle -"QCursor::hotSpot" ntqcursor.html#hotSpot -"QCursor::initialize" ntqcursor.html#initialize -"QCursor::mask" ntqcursor.html#mask -"QCursor::operator=" ntqcursor.html#operator-eq -"QCursor::pos" ntqcursor.html#pos -"QCursor::setPos" ntqcursor.html#setPos -"QCursor::setShape" ntqcursor.html#setShape -"QCursor::shape" ntqcursor.html#shape -"QCursor::~QCursor" ntqcursor.html#~QCursor -"QCustomEvent" qcustomevent.html -"QCustomEvent::data" qcustomevent.html#data -"QCustomEvent::setData" qcustomevent.html#setData -"QCustomMenuItem" qcustommenuitem.html -"QCustomMenuItem::fullSpan" qcustommenuitem.html#fullSpan -"QCustomMenuItem::isSeparator" qcustommenuitem.html#isSeparator -"QCustomMenuItem::paint" qcustommenuitem.html#paint -"QCustomMenuItem::setFont" qcustommenuitem.html#setFont -"QCustomMenuItem::sizeHint" qcustommenuitem.html#sizeHint -"QCustomMenuItem::~QCustomMenuItem" qcustommenuitem.html#~QCustomMenuItem +"TQContextMenuEvent" tqcontextmenuevent.html +"TQContextMenuEvent::Reason" tqcontextmenuevent.html#Reason +"TQContextMenuEvent::accept" tqcontextmenuevent.html#accept +"TQContextMenuEvent::consume" tqcontextmenuevent.html#consume +"TQContextMenuEvent::globalPos" tqcontextmenuevent.html#globalPos +"TQContextMenuEvent::globalX" tqcontextmenuevent.html#globalX +"TQContextMenuEvent::globalY" tqcontextmenuevent.html#globalY +"TQContextMenuEvent::ignore" tqcontextmenuevent.html#ignore +"TQContextMenuEvent::isAccepted" tqcontextmenuevent.html#isAccepted +"TQContextMenuEvent::isConsumed" tqcontextmenuevent.html#isConsumed +"TQContextMenuEvent::pos" tqcontextmenuevent.html#pos +"TQContextMenuEvent::reason" tqcontextmenuevent.html#reason +"TQContextMenuEvent::state" tqcontextmenuevent.html#state +"TQContextMenuEvent::x" tqcontextmenuevent.html#x +"TQContextMenuEvent::y" tqcontextmenuevent.html#y +"TQCursor" tqcursor.html +"TQCursor::bitmap" tqcursor.html#bitmap +"TQCursor::cleanup" tqcursor.html#cleanup +"TQCursor::handle" tqcursor.html#handle +"TQCursor::hotSpot" tqcursor.html#hotSpot +"TQCursor::initialize" tqcursor.html#initialize +"TQCursor::mask" tqcursor.html#mask +"TQCursor::operator=" tqcursor.html#operator-eq +"TQCursor::pos" tqcursor.html#pos +"TQCursor::setPos" tqcursor.html#setPos +"TQCursor::setShape" tqcursor.html#setShape +"TQCursor::shape" tqcursor.html#shape +"TQCursor::~TQCursor" tqcursor.html#~TQCursor +"TQCustomEvent" tqcustomevent.html +"TQCustomEvent::data" tqcustomevent.html#data +"TQCustomEvent::setData" tqcustomevent.html#setData +"TQCustomMenuItem" tqcustommenuitem.html +"TQCustomMenuItem::fullSpan" tqcustommenuitem.html#fullSpan +"TQCustomMenuItem::isSeparator" tqcustommenuitem.html#isSeparator +"TQCustomMenuItem::paint" tqcustommenuitem.html#paint +"TQCustomMenuItem::setFont" tqcustommenuitem.html#setFont +"TQCustomMenuItem::sizeHint" tqcustommenuitem.html#sizeHint +"TQCustomMenuItem::~TQCustomMenuItem" tqcustommenuitem.html#~TQCustomMenuItem "TQDataBrowser" tqdatabrowser.html "TQDataBrowser::Boundary" tqdatabrowser.html#Boundary "TQDataBrowser::autoEdit" tqdatabrowser.html#autoEdit @@ -7967,7 +7967,7 @@ "operator<<" tqcolor.html#operator-lt-lt "operator<<" tqcolorgroup.html#operator-lt-lt "operator<<" tqcstring.html#operator-lt-lt -"operator<<" ntqcursor.html#operator-lt-lt +"operator<<" tqcursor.html#operator-lt-lt "operator<<" tqdate.html#operator-lt-lt "operator<<" tqdatetime.html#operator-lt-lt "operator<<" ntqdockarea.html#operator-lt-lt @@ -8012,7 +8012,7 @@ "operator>>" tqbrush.html#operator-gt-gt "operator>>" tqcolor.html#operator-gt-gt "operator>>" tqcstring.html#operator-gt-gt -"operator>>" ntqcursor.html#operator-gt-gt +"operator>>" tqcursor.html#operator-gt-gt "operator>>" tqdate.html#operator-gt-gt "operator>>" tqdatetime.html#operator-gt-gt "operator>>" ntqdockarea.html#operator-gt-gt diff --git a/doc/html/mac-differences.html b/doc/html/mac-differences.html index 432fd95d..44650b4d 100644 --- a/doc/html/mac-differences.html +++ b/doc/html/mac-differences.html @@ -103,7 +103,7 @@ Native. or using the open(1) command. Mac OS X needs this to dispatch events correctly, as well as gaining access to the menubar. If using GDB you must run with the full path to the executable. -

            TQCursor +

            TQCursor

            Due to Mac OS X having only 16x16 custom cursors TQCursor is limited by this as well. For now the only workaround to this problem is to use a small @@ -244,7 +244,7 @@ you should see menu items like "Avslutt" instead of "Quit"

            Right-Mouse Clicks

            If you want to provide right-mouse click support for Mac OS X, use the -TQContextMenuEvent class. This will map to a context menu event, in other +TQContextMenuEvent class. This will map to a context menu event, in other words a menu that will display a popup selection. This is the most common use of right-mouse clicks, and maps to a control-click with the Mac OS X one-button mouse support. diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html index 2a8fffc6..fd89eaa4 100644 --- a/doc/html/mdi-example.html +++ b/doc/html/mdi-example.html @@ -73,7 +73,7 @@ public: void print( TQPrinter* ); protected: - void closeEvent( TQCloseEvent * ); + void closeEvent( TQCloseEvent * ); signals: void message(const TQString&, int ); @@ -93,7 +93,7 @@ public: ~ApplicationWindow(); protected: - void closeEvent( TQCloseEvent * ); + void closeEvent( TQCloseEvent * ); private slots: MDIWindow* newDoc(); @@ -150,7 +150,7 @@ private: #include <tqprinter.h> #include <ntqapplication.h> #include <tqpushbutton.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqtextstream.h> #include <tqtextedit.h> #include <tqpainter.h> @@ -392,14 +392,14 @@ void ApplicationWindow::tileHorizontal() } } -void ApplicationWindow::closeEvent( TQCloseEvent *e ) +void ApplicationWindow::closeEvent( TQCloseEvent *e ) { TQWidgetList windows = ws->windowList(); if ( windows.count() ) { for ( int i = 0; i < int(windows.count()); ++i ) { TQWidget *window = windows.at( i ); if ( !window->close() ) { - e->ignore(); + e->ignore(); return; } } @@ -422,7 +422,7 @@ MDIWindow::~MDIWindow() delete mmovie; } -void MDIWindow::closeEvent( TQCloseEvent *e ) +void MDIWindow::closeEvent( TQCloseEvent *e ) { if ( medit->isModified() ) { switch( TQMessageBox::warning( this, "Save Changes", @@ -432,20 +432,20 @@ void MDIWindow::closeEvent( e->accept(); + e->accept(); else - e->ignore(); + e->ignore(); } break; case 1: - e->accept(); + e->accept(); break; default: - e->ignore(); + e->ignore(); break; } } else { - e->accept(); + e->accept(); } } diff --git a/doc/html/menu-example.html b/doc/html/menu-example.html index da154dbd..adf64a93 100644 --- a/doc/html/menu-example.html +++ b/doc/html/menu-example.html @@ -86,7 +86,7 @@ signals: void explain( const TQString& ); private: - void contextMenuEvent ( TQContextMenuEvent * ); + void contextMenuEvent ( TQContextMenuEvent * ); TQMenuBar *menu; @@ -113,7 +113,7 @@ private: *****************************************************************************/ #include "menu.h" -#include <ntqcursor.h> +#include <tqcursor.h> #include <tqpopupmenu.h> #include <ntqapplication.h> #include <ntqmessagebox.h> @@ -195,7 +195,7 @@ static const char * p3_xpm[] = { fonts. Used for the "bold" and "underline" menu items in the options menu. */ -class MyMenuItem : public TQCustomMenuItem +class MyMenuItem : public TQCustomMenuItem { public: MyMenuItem( const TQString& s, const TQFont& f ) @@ -314,7 +314,7 @@ private: } -void MenuExample::contextMenuEvent( TQContextMenuEvent * ) +void MenuExample::contextMenuEvent( TQContextMenuEvent * ) { TQPopupMenu* contextMenu = new TQPopupMenu( this ); TQ_CHECK_PTR( contextMenu ); @@ -331,7 +331,7 @@ private: submenu->insertItem( "Print to &file", this, TQ_SLOT(file()) ); submenu->insertItem( "Print to fa&x", this, TQ_SLOT(fax()) ); contextMenu->insertItem( "&Print", submenu ); - contextMenu->exec( TQCursor::pos() ); + contextMenu->exec( TQCursor::pos() ); delete contextMenu; } diff --git a/doc/html/misc.html b/doc/html/misc.html index c9bf7fd0..e89cd396 100644 --- a/doc/html/misc.html +++ b/doc/html/misc.html @@ -35,11 +35,11 @@ body { background: #ffffff; color: black; }

            These classes are useful classes not fitting into any other category.

            -
            TQAccelHandles keyboard accelerator and shortcut keys -
            TQAccessibleEnums and static functions relating to accessibility -
            TQAccessibleInterfaceDefines an interface that exposes information about accessible objects -
            TQAccessibleObjectImplements parts of the TQAccessibleInterface for TQObjects -
            TQCustomMenuItemAbstract base class for custom menu items in popup menus +
            TQAccelHandles keyboard accelerator and shortcut keys +
            TQAccessibleEnums and static functions relating to accessibility +
            TQAccessibleInterfaceDefines an interface that exposes information about accessible objects +
            TQAccessibleObjectImplements parts of the TQAccessibleInterface for TQObjects +
            TQCustomMenuItemAbstract base class for custom menu items in popup menus
            TQDoubleValidatorRange checking of floating-point numbers
            TQErrorMessageError message display dialog
            TQFileIconProviderIcons for TQFileDialog to use diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 4ddc4044..4d4db925 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -1037,7 +1037,7 @@ on. This is the commonest, easiest and least powerful way.

            See also TQObject::event() and installEventFilter(). -

            TQCursor * TQApplication::overrideCursor () [static] +

            TQCursor * TQApplication::overrideCursor () [static]

            Returns the active application override cursor. @@ -1431,7 +1431,7 @@ calling setMainWidget().

            See also mainWidget(), exec(), and quit().

            Examples: chart/main.cpp, helpsystem/main.cpp, life/main.cpp, network/ftpclient/main.cpp, t1/main.cpp, and t4/main.cpp. -

            void TQApplication::setOverrideCursor ( const TQCursor & cursor, bool replace = FALSE ) [static] +

            void TQApplication::setOverrideCursor ( const TQCursor & cursor, bool replace = FALSE ) [static]

            Sets the application override cursor to cursor.

            Application override cursors are intended for showing the user @@ -1680,7 +1680,7 @@ Returns a pointer to the widget at global screen position (x, y), or 0

            If child is FALSE and there is a child widget at position (x, y), the top-level widget containing it is returned. If child is TRUE the child widget at position (x, y) is returned.

            This function is normally rather slow. -

            See also TQCursor::pos(), TQWidget::grabMouse(), and TQWidget::grabKeyboard(). +

            See also TQCursor::pos(), TQWidget::grabMouse(), and TQWidget::grabKeyboard().

            TQWidget * TQApplication::widgetAt ( const TQPoint & pos, bool child = FALSE ) [static]

            diff --git a/doc/html/ntqkeysequence.html b/doc/html/ntqkeysequence.html index 20e9173e..1502ef39 100644 --- a/doc/html/ntqkeysequence.html +++ b/doc/html/ntqkeysequence.html @@ -78,7 +78,7 @@ or from a human readable translatable string such as "Ctrl+X,Alt+Space". A key sequence can be cast to a TQString to obtain a human readable translated version of the sequence. Translations are done in the "TQAccel" context. -

            See also TQAccel and Miscellaneous Classes. +

            See also TQAccel and Miscellaneous Classes.


            Member Function Documentation

            TQKeySequence::TQKeySequence () diff --git a/doc/html/ntqsplitter.html b/doc/html/ntqsplitter.html index e08a0853..26929804 100644 --- a/doc/html/ntqsplitter.html +++ b/doc/html/ntqsplitter.html @@ -155,7 +155,7 @@ Returns the closest legal position to pos of the widget with ID id.

            See also idAfter(). -

            void TQSplitter::childEvent ( TQChildEvent * c ) [virtual protected] +

            void TQSplitter::childEvent ( TQChildEvent * c ) [virtual protected]

            Tells the splitter that the child widget described by c has been inserted or removed. diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html index e06ed8fa..646f140b 100644 --- a/doc/html/ntqt.html +++ b/doc/html/ntqt.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } that need to be global-like. More...

            #include <ntqnamespace.h> -

            Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, TQCursor, TQPainter, TQEvent, TQIconViewItem, TQKeySequence, TQListViewItem, TQCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis. +

            Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, TQCursor, TQPainter, TQEvent, TQIconViewItem, TQKeySequence, TQListViewItem, TQCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis.

            List of all member functions.

            Public Members

              diff --git a/doc/html/ntqvariant.html b/doc/html/ntqvariant.html index e6072413..372134dc 100644 --- a/doc/html/ntqvariant.html +++ b/doc/html/ntqvariant.html @@ -252,7 +252,7 @@ contain.
            • TQVariant::Brush - a TQBrush
            • TQVariant::Color - a TQColor
            • TQVariant::ColorGroup - a TQColorGroup -
            • TQVariant::Cursor - a TQCursor +
            • TQVariant::Cursor - a TQCursor
            • TQVariant::Date - a TQDate
            • TQVariant::DateTime - a TQDateTime
            • TQVariant::Double - a double @@ -394,7 +394,7 @@ Constructs a new variant with a region value, val. Constructs a new variant with a bitmap value, val. -

              TQVariant::TQVariant ( const TQCursor & val ) +

              TQVariant::TQVariant ( const TQCursor & val )

              Constructs a new variant with a cursor value, val. @@ -519,10 +519,10 @@ colors.

              Returns a reference to the stored color group.

              See also toColorGroup(). -

              TQCursor & TQVariant::asCursor () +

              TQCursor & TQVariant::asCursor ()

              -

              Tries to convert the variant to hold a TQCursor value. If that is +

              Tries to convert the variant to hold a TQCursor value. If that is not possible the variant is set to a default arrow cursor.

              Returns a reference to the stored cursor.

              See also toCursor(). @@ -908,9 +908,9 @@ Returns the variant as a TQColorGroup if the var ColorGroup; otherwise returns a completely black color group.

              See also asColorGroup(). -

              const TQCursor TQVariant::toCursor () const +

              const TQCursor TQVariant::toCursor () const

              -Returns the variant as a TQCursor if the variant has type() Cursor; +Returns the variant as a TQCursor if the variant has type() Cursor; otherwise returns the default arrow cursor.

              See also asCursor(). diff --git a/doc/html/objecttrees.html b/doc/html/objecttrees.html index 866d477e..ff66ee1b 100644 --- a/doc/html/objecttrees.html +++ b/doc/html/objecttrees.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } When you create a TQObject with another object as parent, it's added to the parent's children() list, and is deleted when the parent is. It turns out that this approach fits -the needs of GUI objects very well. For example, a TQAccel (keyboard +the needs of GUI objects very well. For example, a TQAccel (keyboard accelerator) is a child of the relevant window, so when the user closes that window, the accelerator is deleted too.

              The static function TQObject::objectTrees() provides access to all diff --git a/doc/html/popup-example.html b/doc/html/popup-example.html index 76a0fba0..7d3979d9 100644 --- a/doc/html/popup-example.html +++ b/doc/html/popup-example.html @@ -67,7 +67,7 @@ public: protected: virtual void mouseMoveEvent( TQMouseEvent * ); virtual void mouseReleaseEvent( TQMouseEvent * ); - virtual void closeEvent( TQCloseEvent * ); + virtual void closeEvent( TQCloseEvent * ); private: TQWidget* popupParent; @@ -137,8 +137,8 @@ private: close(); } -void FancyPopup::closeEvent( TQCloseEvent *e ){ - e->accept(); +void FancyPopup::closeEvent( TQCloseEvent *e ){ + e->accept(); moves = 0; if (!popupParent) return; diff --git a/doc/html/porting.html b/doc/html/porting.html index 430fb117..6738966b 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -170,7 +170,7 @@ not being defined, then add #include <tqstringlist.h> at the top of the file giving the error.

              Header files that you might need to add #include directives for include:

                -
              • <ntqcursor.h> +
              • <tqcursor.h>
              • <tqpainter.h>
              • <tqpen.h>
              • <tqstringlist.h> @@ -298,8 +298,8 @@ rather than the documentation supplied with TQt to obtain the latest information regarding obsolete functions and how to replace them in new code.

                  -
                • TQAccel::keyToString( TQKeySequence k ) -
                • TQAccel::stringToKey( const TQString & s ) +
                • TQAccel::keyToString( TQKeySequence k ) +
                • TQAccel::stringToKey( const TQString & s )
                • TQActionGroup::insert( TQAction *a )
                • TQCanvasItem::active() const
                • TQCanvasItem::enabled() const diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 8701cbfa..1f5dd84f 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -182,11 +182,11 @@ calls to their <a href="tqaction.html#setVisible">TQAction::setVisible< - QAssistantClient::open - + TQAssistantClient::open + <p>This property holds whether TQt Assistant is open. <p> -<p>Get this property's value with <a href="ntqassistantclient.html#isOpen">isOpen</a>(). +<p>Get this property's value with <a href="tqassistantclient.html#isOpen">isOpen</a>(). diff --git a/doc/html/propertyindex b/doc/html/propertyindex index 05d6f545..7bb571e3 100644 --- a/doc/html/propertyindex +++ b/doc/html/propertyindex @@ -11,7 +11,7 @@ "TQAction/whatsThis" tqaction.html#whatsThis-prop "TQActionGroup/exclusive" tqactiongroup.html#exclusive-prop "TQActionGroup/usesDropDown" tqactiongroup.html#usesDropDown-prop -"QAssistantClient/open" ntqassistantclient.html#open-prop +"TQAssistantClient/open" tqassistantclient.html#open-prop "TQButton/accel" tqbutton.html#accel-prop "TQButton/autoRepeat" tqbutton.html#autoRepeat-prop "TQButton/down" tqbutton.html#down-prop diff --git a/doc/html/qmetaobject-h.html b/doc/html/qmetaobject-h.html index 52b9c1d8..a9267cab 100644 --- a/doc/html/qmetaobject-h.html +++ b/doc/html/qmetaobject-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQMETAOBJECT_H #ifndef QT_H -#include "ntqconnection.h" +#include "tqconnection.h" #include "tqstrlist.h" #endif // QT_H diff --git a/doc/html/qmouseevent.html b/doc/html/qmouseevent.html index 9a1c933b..cf36a148 100644 --- a/doc/html/qmouseevent.html +++ b/doc/html/qmouseevent.html @@ -81,7 +81,7 @@ disable mouse and keyboard events for a widget.

                  The event handlers TQWidget::mousePressEvent(), TQWidget::mouseReleaseEvent(), TQWidget::mouseDoubleClickEvent() and TQWidget::mouseMoveEvent() receive mouse events. -

                  See also TQWidget::mouseTracking, TQWidget::grabMouse(), TQCursor::pos(), and Event Classes. +

                  See also TQWidget::mouseTracking, TQWidget::grabMouse(), TQCursor::pos(), and Event Classes.


                  Member Function Documentation

                  TQMouseEvent::TQMouseEvent ( Type type, const TQPoint & pos, int button, int state ) @@ -95,7 +95,7 @@ disable mouse and keyboard events for a widget. receiving widget. button specifies the button that caused the event, which should be TQt::NoButton (0), if type is MouseMove. state is the ButtonState at the time of the event. -

                  The globalPos() is initialized to TQCursor::pos(), which may not be +

                  The globalPos() is initialized to TQCursor::pos(), which may not be appropriate. Use the other constructor to specify the global position explicitly. @@ -136,7 +136,7 @@ events.

                  Returns the global position of the mouse pointer at the time of the event. This is important on asynchronous window systems like X11. Whenever you move your widgets around in response to mouse events, globalPos() may differ a lot from the current -pointer position TQCursor::pos(), and from TQWidget::mapToGlobal( +pointer position TQCursor::pos(), and from TQWidget::mapToGlobal( pos() ).

                  See also globalX() and globalY(). diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html index 77d06b77..97092f87 100644 --- a/doc/html/qnamespace-h.html +++ b/doc/html/qnamespace-h.html @@ -790,7 +790,7 @@ public: UI_AnimateToolBox }; - // documented in qcursor.cpp + // documented in tqcursor.cpp enum CursorShape { ArrowCursor, UpArrowCursor, diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index a6708628..76dd008e 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -1,68 +1,68 @@ -

                  - QAccel - activated - activatedAmbiguously - clear - connectItem - count - disconnectItem - findKey - insertItem - isEnabled - isItemEnabled - key - removeItem - setEnabled - setItemEnabled - setWhatsThis - shortcutKey - whatsThis - ~QAccel -
                  -
                  -
                  -
                  - QAccessible - Event - NavDirection - Role - State - Text - isActive - queryAccessibleInterface - updateAccessibility -
                  -
                  -
                  -
                  - QAccessibleInterface - childCount - clearSelection - controlAt - doDefaultAction - isValid - navigate - queryChild - queryParent - rect - role - selection - setFocus - setSelected - setText - state - text -
                  -
                  -
                  -
                  - QAccessibleObject - object - ~QAccessibleObject -
                  -
                  +
                  + TQAccel + activated + activatedAmbiguously + clear + connectItem + count + disconnectItem + findKey + insertItem + isEnabled + isItemEnabled + key + removeItem + setEnabled + setItemEnabled + setWhatsThis + shortcutKey + whatsThis + ~TQAccel +
                  +
                  +
                  +
                  + TQAccessible + Event + NavDirection + Role + State + Text + isActive + queryAccessibleInterface + updateAccessibility +
                  +
                  +
                  +
                  + TQAccessibleInterface + childCount + clearSelection + controlAt + doDefaultAction + isValid + navigate + queryChild + queryParent + rect + role + selection + setFocus + setSelected + setText + state + text +
                  +
                  +
                  +
                  + TQAccessibleObject + object + ~TQAccessibleObject +
                  +
                  TQAction @@ -320,27 +320,27 @@
                  -
                  - QAssistantClient - assistantClosed - assistantOpened - closeAssistant - error - isOpen - open - openAssistant - setArguments - showPage - ~QAssistantClient -
                  -
                  -
                  -
                  - connect - ready - ~QAsyncIO -
                  -
                  +
                  + TQAssistantClient + assistantClosed + assistantOpened + closeAssistant + error + isOpen + open + openAssistant + setArguments + showPage + ~TQAssistantClient +
                  +
                  +
                  +
                  + connect + ready + ~TQAsyncIO +
                  +
                  TQBig5Codec @@ -915,12 +915,12 @@
                  -
                  - QChildEvent - child - inserted - removed -
                  +
                  + TQChildEvent + child + inserted + removed +
                  @@ -943,12 +943,12 @@
                  -
                  - QCloseEvent - accept - ignore - isAccepted -
                  +
                  + TQCloseEvent + accept + ignore + isAccepted +
                  @@ -1136,23 +1136,23 @@
                  -
                  - QContextMenuEvent - Reason - accept - consume - globalPos - globalX - globalY - ignore - isAccepted - isConsumed - pos - reason - state - x - y -
                  +
                  + TQContextMenuEvent + Reason + accept + consume + globalPos + globalX + globalY + ignore + isAccepted + isConsumed + pos + reason + state + x + y +
                  @@ -1217,41 +1217,41 @@
                  -
                  - QCursor - bitmap - cleanup - handle - hotSpot - initialize - mask - operator= - pos - setPos - setShape - shape - ~QCursor - operator<< - operator>> -
                  -
                  -
                  -
                  - QCustomEvent - data - setData -
                  +
                  + TQCursor + bitmap + cleanup + handle + hotSpot + initialize + mask + operator= + pos + setPos + setShape + shape + ~TQCursor + operator<< + operator>> +
                  +
                  +
                  +
                  + TQCustomEvent + data + setData +
                  -
                  - QCustomMenuItem - fullSpan - isSeparator - paint - setFont - sizeHint - ~QCustomMenuItem -
                  +
                  + TQCustomMenuItem + fullSpan + isSeparator + paint + setFont + sizeHint + ~TQCustomMenuItem +
                  @@ -1330,7 +1330,7 @@
                  -
                  +
                  eof @@ -1338,7 +1338,7 @@ readyToReceive receive
                  -
                  +
                  enableRewind @@ -1348,7 +1348,7 @@ rewindable sendTo
                  -
                  +
                  TQDataStream @@ -3455,7 +3455,7 @@ setLooping setSize
                  -
                  +
                  TQImageDecoder @@ -3468,7 +3468,7 @@ unregisterDecoderFactory ~TQImageDecoder
                  -
                  +
                  TQImageDrag @@ -3483,7 +3483,7 @@ TQImageFormat decode
                  -
                  +
                  TQImageFormatPlugin @@ -3499,7 +3499,7 @@ formatName ~TQImageFormatType
                  -
                  +
                  TQImageIO @@ -3701,7 +3701,7 @@ sendTo ~TQIODeviceSource
                  -
                  +
                  TQJisCodec diff --git a/doc/html/qwerty-example.html b/doc/html/qwerty-example.html index 1a224551..c516945c 100644 --- a/doc/html/qwerty-example.html +++ b/doc/html/qwerty-example.html @@ -73,7 +73,7 @@ public slots: void font(); protected: void resizeEvent( TQResizeEvent * ); - void closeEvent( TQCloseEvent * ); + void closeEvent( TQCloseEvent * ); private slots: void saveAsEncoding( int ); @@ -412,9 +412,9 @@ void Editor::resizeEvent( setGeometry( 0, m->height(), width(), height() - m->height() ); } -void Editor::closeEvent( TQCloseEvent *event ) +void Editor::closeEvent( TQCloseEvent *event ) { - event->accept(); + event->accept(); if ( changed ) { // the text has been changed switch ( TQMessageBox::warning( this, "Qwerty", @@ -425,15 +425,15 @@ void Editor::resizeEvent( accept(); + event->accept(); else - event->ignore(); + event->ignore(); break; case 1: // no - event->accept(); + event->accept(); break; default: // cancel - event->ignore(); + event->ignore(); break; } } diff --git a/doc/html/qwheelevent.html b/doc/html/qwheelevent.html index 2d46ab76..1dfa32e5 100644 --- a/doc/html/qwheelevent.html +++ b/doc/html/qwheelevent.html @@ -76,7 +76,7 @@ mouse and keyboard events for a widget.

                  Constructs a wheel event object. -

                  The globalPos() is initialized to TQCursor::pos(), i.e. pos, +

                  The globalPos() is initialized to TQCursor::pos(), i.e. pos, which is usually (but not always) right. Use the other constructor if you need to specify the global position explicitly. delta contains the rotation distance, state holds the keyboard @@ -124,7 +124,7 @@ rotation but with a smaller value in each message.

                  Returns the global position of the mouse pointer at the time of the event. This is important on asynchronous window systems such as X11; whenever you move your widgets around in response to mouse events, globalPos() can differ a lot from the current -pointer position TQCursor::pos(). +pointer position TQCursor::pos().

                  See also globalX() and globalY().

                  int TQWheelEvent::globalX () const diff --git a/doc/html/scribble-example.html b/doc/html/scribble-example.html index 53a9a56e..c09808dd 100644 --- a/doc/html/scribble-example.html +++ b/doc/html/scribble-example.html @@ -152,7 +152,7 @@ protected slots: #include <tqpoint.h> #include <tqcolordialog.h> #include <tqfiledialog.h> -#include <ntqcursor.h> +#include <tqcursor.h> #include <tqimage.h> #include <tqstrlist.h> #include <tqpopupmenu.h> diff --git a/doc/html/shared.html b/doc/html/shared.html index c1f1845d..dfef3d19 100644 --- a/doc/html/shared.html +++ b/doc/html/shared.html @@ -44,7 +44,7 @@ seem heavyweight.

            TQBitmapMonochrome (1-bit depth) pixmaps
            TQBrushDefines the fill pattern of shapes drawn by a TQPainter
            TQCStringAbstraction of the classic C zero-terminated char array (char *) -
            TQCursorMouse cursor with an arbitrary shape +
            TQCursorMouse cursor with an arbitrary shape
            TQDeepCopyTemplate class which ensures that implicitly shared and explicitly shared classes reference unique data
            TQFontFont used for drawing text
            TQFontInfoGeneral information about fonts diff --git a/doc/html/shclass.html b/doc/html/shclass.html index c56be240..2afe27f8 100644 --- a/doc/html/shclass.html +++ b/doc/html/shclass.html @@ -177,7 +177,7 @@ copy().
            • TQBitmap
            • TQBrush -
            • TQCursor +
            • TQCursor
            • TQFont
            • TQFontInfo
            • TQFontMetrics diff --git a/doc/html/simple-application-example.html b/doc/html/simple-application-example.html index 271a6236..2b51c98b 100644 --- a/doc/html/simple-application-example.html +++ b/doc/html/simple-application-example.html @@ -66,7 +66,7 @@ public: ~ApplicationWindow(); protected: - void closeEvent( TQCloseEvent* ); + void closeEvent( TQCloseEvent* ); private slots: void newDoc(); @@ -116,7 +116,7 @@ private: #include <ntqmessagebox.h> #include <tqprinter.h> #include <ntqapplication.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqtextstream.h> #include <tqpainter.h> #include <tqpaintdevicemetrics.h> @@ -347,10 +347,10 @@ void ApplicationWindow::print() } } -void ApplicationWindow::closeEvent( TQCloseEvent* ce ) +void ApplicationWindow::closeEvent( TQCloseEvent* ce ) { if ( !e->isModified() ) { - ce->accept(); + ce->accept(); return; } @@ -361,14 +361,14 @@ void ApplicationWindow::print() 0, 1 ) ) { case 0: save(); - ce->accept(); + ce->accept(); break; case 1: - ce->accept(); + ce->accept(); break; case 2: default: // just for sanity - ce->ignore(); + ce->ignore(); break; } } diff --git a/doc/html/simple-application.html b/doc/html/simple-application.html index eb9fd696..165f1971 100644 --- a/doc/html/simple-application.html +++ b/doc/html/simple-application.html @@ -68,7 +68,7 @@ public: ~ApplicationWindow(); protected: - void closeEvent( TQCloseEvent* ); + void closeEvent( TQCloseEvent* ); private slots: void newDoc(); @@ -500,14 +500,14 @@ TQSimpleRichText page at a time.

              Now let's see what happens when a user wishes to close() an ApplicationWindow.

              -

                  void ApplicationWindow::closeEvent( TQCloseEvent* ce )
              +
                  void ApplicationWindow::closeEvent( TQCloseEvent* ce )
                   {
               

              This event gets to process window system close events. A close event is subtly different from a hide event: hide often means "iconify" whereas close means that the window is going away for good.

                      if ( !e->isModified() ) {
              -            ce->accept();
              +            ce->accept();
                           return;
                       }
               
              @@ -523,19 +523,19 @@ the widget will be deleted.

              Otherwise we ask the user: What do you want to do?

                      case 0:
                           save();
              -            ce->accept();
              +            ce->accept();
                           break;
               

              If they want to save and then exit, we do that.

                      case 1:
              -            ce->accept();
              +            ce->accept();
                           break;
               

              If the user doesn't want to exit, we ignore the close event (there is a chance that we can't block it but we try).

                      case 2:
                       default: // just for sanity
              -            ce->ignore();
              +            ce->ignore();
                           break;
               

              The last case -- the user wants to abandon the edits and exit -- is very diff --git a/doc/html/simple_dd-example.html b/doc/html/simple_dd-example.html index 19305dd8..0a3a9c15 100644 --- a/doc/html/simple_dd-example.html +++ b/doc/html/simple_dd-example.html @@ -49,7 +49,7 @@ functionality. *****************************************************************************/ #include <ntqapplication.h> -#include <ntqcursor.h> +#include <tqcursor.h> #include <ntqsplitter.h> #include <tqlistbox.h> #include <tqiconview.h> diff --git a/doc/html/t14-gamebrd-cpp.html b/doc/html/t14-gamebrd-cpp.html index eba2a42a..984e5838 100644 --- a/doc/html/t14-gamebrd-cpp.html +++ b/doc/html/t14-gamebrd-cpp.html @@ -43,7 +43,7 @@ body { background: #ffffff; color: black; } #include <tqfont.h> #include <ntqapplication.h> #include <tqlabel.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqpushbutton.h> #include <tqlcdnumber.h> #include <tqlayout.h> @@ -106,12 +106,12 @@ body { background: #ffffff; color: black; } TQLabel *shotsLeftL = new TQLabel( "SHOTS LEFT", this, "shotsleftLabel" ); - TQAccel *accel = new TQAccel( this ); - accel->connectItem( accel->insertItem( Key_Enter ), + TQAccel *accel = new TQAccel( this ); + accel->connectItem( accel->insertItem( Key_Enter ), this, TQ_SLOT(fire()) ); - accel->connectItem( accel->insertItem( Key_Return ), + accel->connectItem( accel->insertItem( Key_Return ), this, TQ_SLOT(fire()) ); - accel->connectItem( accel->insertItem( CTRL+Key_Q ), + accel->connectItem( accel->insertItem( CTRL+Key_Q ), tqApp, TQ_SLOT(quit()) ); TQGridLayout *grid = new TQGridLayout( this, 2, 2, 10 ); diff --git a/doc/html/threads.html b/doc/html/threads.html index b3fb0f3b..f76c459c 100644 --- a/doc/html/threads.html +++ b/doc/html/threads.html @@ -198,7 +198,7 @@ directly, so they must post an event to the widget using TQApplication::postEvent(). The event will be delivered later on by the GUI thread.

              Normally, the programmer would like to include some information in the -event sent to the widget. See the documentation for TQCustomEvent for +event sent to the widget. See the documentation for TQCustomEvent for more information on user-defined events.

              Threads and TQObject subclasses

              @@ -208,7 +208,7 @@ thread.

              1. None of the TQObject based classes included in the TQt library are reentrant. This includes all widgets (e.g. TQWidget and -subclasses), OS kernel classes (e.g. TQProcess, TQAccel, TQTimer), and +subclasses), OS kernel classes (e.g. TQProcess, TQAccel, TQTimer), and all networking classes (e.g. TQSocket, TQDns).

              2. TQObject and all of its subclasses are not thread-safe. This includes the entire event delivery system. It is important to @@ -297,7 +297,7 @@ Consult the manual of your database client for more information.

                • As mentioned above, TQObject based classes are neither thread-safe nor reentrant. This includes all widgets (e.g. TQWidget and -subclasses), OS kernel classes (e.g. TQProcess, TQAccel), and all +subclasses), OS kernel classes (e.g. TQProcess, TQAccel), and all networking classes (e.g. TQSocket, TQDns).

                • Deleting a TQObject while pending events are waiting to be delivered will cause a crash. If you are creating TQObjects in a thread that is diff --git a/doc/html/titleindex b/doc/html/titleindex index 706f1afb..c7c7ae9f 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -133,14 +133,14 @@ Presenting the GUI | tutorial2-05.html Progress Bar | progressbar-example.html Progress Bar and Dialog Example | progress-example.html Properties | properties.html -QAccel Class | ntqaccel.html -QAccel Member List | qaccel-members.html -QAccessible Class | ntqaccessible.html -QAccessible Member List | qaccessible-members.html -QAccessibleInterface Class | qaccessibleinterface.html -QAccessibleInterface Member List | qaccessibleinterface-members.html -QAccessibleObject Class | qaccessibleobject.html -QAccessibleObject Member List | qaccessibleobject-members.html +TQAccel Class | tqaccel.html +TQAccel Member List | tqaccel-members.html +TQAccessible Class | tqaccessible.html +TQAccessible Member List | tqaccessible-members.html +TQAccessibleInterface Class | tqaccessibleinterface.html +TQAccessibleInterface Member List | tqaccessibleinterface-members.html +TQAccessibleObject Class | tqaccessibleobject.html +TQAccessibleObject Member List | tqaccessibleobject-members.html TQAction Class | tqaction.html TQAction Examples | tqaction-examples.html TQAction Member List | tqaction-members.html @@ -156,10 +156,10 @@ TQAsciiDict Class | tqasciidict.html TQAsciiDict Member List | tqasciidict-members.html TQAsciiDictIterator Class | tqasciidictiterator.html TQAsciiDictIterator Member List | tqasciidictiterator-members.html -QAssistantClient Class | ntqassistantclient.html -QAssistantClient Member List | qassistantclient-members.html -QAsyncIO Class | ntqasyncio.html -QAsyncIO Member List | qasyncio-members.html +TQAssistantClient Class | tqassistantclient.html +TQAssistantClient Member List | tqassistantclient-members.html +TQAsyncIO Class | tqasyncio.html +TQAsyncIO Member List | tqasyncio-members.html TQBig5Codec Class | tqbig5codec.html TQBig5Codec Member List | tqbig5codec-members.html TQBig5hkscsCodec Class | tqbig5hkscscodec.html @@ -228,12 +228,12 @@ TQCheckListItem Class | tqchecklistitem.html TQCheckListItem Member List | tqchecklistitem-members.html TQCheckTableItem Class | tqchecktableitem.html TQCheckTableItem Member List | tqchecktableitem-members.html -QChildEvent Class | qchildevent.html -QChildEvent Member List | qchildevent-members.html +TQChildEvent Class | tqchildevent.html +TQChildEvent Member List | tqchildevent-members.html TQClipboard Class | tqclipboard.html TQClipboard Member List | tqclipboard-members.html -QCloseEvent Class | qcloseevent.html -QCloseEvent Member List | qcloseevent-members.html +TQCloseEvent Class | tqcloseevent.html +TQCloseEvent Member List | tqcloseevent-members.html TQColor Class | tqcolor.html TQColor Member List | tqcolor-members.html TQColorDialog Class | tqcolordialog.html @@ -250,14 +250,14 @@ TQCommonStyle Class | tqcommonstyle.html TQCommonStyle Member List | tqcommonstyle-members.html TQConstString Class | tqconststring.html TQConstString Member List | tqconststring-members.html -QContextMenuEvent Class | qcontextmenuevent.html -QContextMenuEvent Member List | qcontextmenuevent-members.html -QCursor Class | ntqcursor.html -QCursor Member List | qcursor-members.html -QCustomEvent Class | qcustomevent.html -QCustomEvent Member List | qcustomevent-members.html -QCustomMenuItem Class | qcustommenuitem.html -QCustomMenuItem Member List | qcustommenuitem-members.html +TQContextMenuEvent Class | tqcontextmenuevent.html +TQContextMenuEvent Member List | tqcontextmenuevent-members.html +TQCursor Class | tqcursor.html +TQCursor Member List | tqcursor-members.html +TQCustomEvent Class | tqcustomevent.html +TQCustomEvent Member List | tqcustomevent-members.html +TQCustomMenuItem Class | tqcustommenuitem.html +TQCustomMenuItem Member List | tqcustommenuitem-members.html TQDataBrowser Class | tqdatabrowser.html TQDataBrowser Member List | tqdatabrowser-members.html TQDataPump Class | tqdatapump.html @@ -1071,15 +1071,15 @@ chart/setdataform.cpp Example File | chart-setdataform-cpp.html chart/setdataform.h Example File | chart-setdataform-h.html iconview/simple_dd/main.cpp Example File | iconview-simple_dd-main-cpp.html iconview/simple_dd/main.h Example File | iconview-simple_dd-main-h.html -ntqaccel.h Include File | qaccel-h.html -ntqaccessible.h Include File | qaccessible-h.html +tqaccel.h Include File | tqaccel-h.html +tqaccessible.h Include File | tqaccessible-h.html tqaction.h Include File | tqaction-h.html ntqapplication.h Include File | qapplication-h.html tqasciicache.h Include File | tqasciicache-h.html tqasciidict.h Include File | tqasciidict-h.html -ntqassistantclient.h Include File | qassistantclient-h.html -ntqasyncimageio.h Include File | qasyncimageio-h.html -ntqasyncio.h Include File | qasyncio-h.html +tqassistantclient.h Include File | tqassistantclient-h.html +tqasyncimageio.h Include File | tqasyncimageio-h.html +tqasyncio.h Include File | tqasyncio-h.html tqbig5codec.h Include File | tqbig5codec-h.html tqbitarray.h Include File | tqbitarray-h.html tqbitmap.h Include File | tqbitmap-h.html @@ -1097,7 +1097,7 @@ tqcolordialog.h Include File | tqcolordialog-h.html tqcombobox.h Include File | tqcombobox-h.html tqcommonstyle.h Include File | tqcommonstyle-h.html tqcstring.h Include File | tqcstring-h.html -ntqcursor.h Include File | qcursor-h.html +tqcursor.h Include File | tqcursor-h.html tqdatabrowser.h Include File | tqdatabrowser-h.html tqdatastream.h Include File | tqdatastream-h.html tqdatatable.h Include File | tqdatatable-h.html diff --git a/doc/html/qaccel-h.html b/doc/html/tqaccel-h.html similarity index 94% rename from doc/html/qaccel-h.html rename to doc/html/tqaccel-h.html index d2e93d95..fab995c6 100644 --- a/doc/html/qaccel-h.html +++ b/doc/html/tqaccel-h.html @@ -1,9 +1,9 @@ - + -ntqaccel.h Include File +tqaccel.h Include File