diff options
Diffstat (limited to 'doc/html')
326 files changed, 7991 insertions, 7991 deletions
diff --git a/doc/html/abstractwidgets.html b/doc/html/abstractwidgets.html index 28bc11a53..b5f4af8a7 100644 --- a/doc/html/abstractwidgets.html +++ b/doc/html/abstractwidgets.html @@ -37,14 +37,14 @@ themselves, but provide functionality that can be used by inheriting these classes. <p> <p><table width="100%"> -<tr bgcolor=#f0f0f0><td><b><a href="ntqbutton.html">TQButton</a></b><td>The abstract base class of button widgets, providing functionality common to buttons +<tr bgcolor=#f0f0f0><td><b><a href="tqbutton.html">TQButton</a></b><td>The abstract base class of button widgets, providing functionality common to buttons <tr bgcolor=#f0f0f0><td><b><a href="tqcanvas.html">TQCanvas</a></b><td>2D area that can contain TQCanvasItem objects <tr bgcolor=#f0f0f0><td><b><a href="tqdialog.html">TQDialog</a></b><td>The base class of dialog windows -<tr bgcolor=#f0f0f0><td><b><a href="ntqframe.html">TQFrame</a></b><td>The base class of widgets that can have a frame -<tr bgcolor=#f0f0f0><td><b><a href="ntqgridview.html">TQGridView</a></b><td>Abstract base for fixed-size grids +<tr bgcolor=#f0f0f0><td><b><a href="tqframe.html">TQFrame</a></b><td>The base class of widgets that can have a frame +<tr bgcolor=#f0f0f0><td><b><a href="tqgridview.html">TQGridView</a></b><td>Abstract base for fixed-size grids <tr bgcolor=#f0f0f0><td><b><a href="tqscrollview.html">TQScrollView</a></b><td>Scrolling area with on-demand scroll bars <tr bgcolor=#f0f0f0><td><b><a href="tqwidget.html">TQWidget</a></b><td>The base class of all user interface objects -<tr bgcolor=#f0f0f0><td><b><a href="ntqwizard.html">TQWizard</a></b><td>Framework for wizard dialogs +<tr bgcolor=#f0f0f0><td><b><a href="tqwizard.html">TQWizard</a></b><td>Framework for wizard dialogs </table> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/accelerators.html b/doc/html/accelerators.html index 11418359b..e088cb3c2 100644 --- a/doc/html/accelerators.html +++ b/doc/html/accelerators.html @@ -41,7 +41,7 @@ and differ. For most commands, the Open Group either has no advice or agrees with Microsoft. <p> The emboldened letter plus Alt is Microsoft's recommended choice, and we recommend supporting it. For an Apply button, for example, we -recommend <a href="ntqbutton.html#setText">TQButton::setText</a>( <a href="tqobject.html#tr">tr</a>("&Apply") ); +recommend <a href="tqbutton.html#setText">TQButton::setText</a>( <a href="tqobject.html#tr">tr</a>("&Apply") ); <p> If you have conflicting commands (e.g. About and Apply buttons in the same dialog), you must decide for yourself. <p> <ul> diff --git a/doc/html/addressbook-example.html b/doc/html/addressbook-example.html index 7d2b9a9dd..4cd459a4f 100644 --- a/doc/html/addressbook-example.html +++ b/doc/html/addressbook-example.html @@ -241,7 +241,7 @@ public: protected slots: void addEntry(); void changeEntry(); - void itemSelected( <a href="qlistviewitem.html">TQListViewItem</a>* ); + void itemSelected( <a href="tqlistviewitem.html">TQListViewItem</a>* ); void selectionChanged(); void toggleFirstName(); void toggleLastName(); @@ -253,9 +253,9 @@ protected: void setupTabWidget(); void setupListView(); - <a href="qgridlayout.html">TQGridLayout</a> *mainGrid; - <a href="ntqtabwidget.html">TQTabWidget</a> *tabWidget; - <a href="ntqlistview.html">TQListView</a> *listView; + <a href="tqgridlayout.html">TQGridLayout</a> *mainGrid; + <a href="tqtabwidget.html">TQTabWidget</a> *tabWidget; + <a href="tqlistview.html">TQListView</a> *listView; <a href="tqpushbutton.html">TQPushButton</a> *add, *change, *find; <a href="tqlineedit.html">TQLineEdit</a> *iFirstName, *iLastName, *iAddress, *iEMail, *sFirstName, *sLastName, *sAddress, *sEMail; @@ -280,8 +280,8 @@ protected: #include "centralwidget.h" -#include <<a href="qtabwidget-h.html">ntqtabwidget.h</a>> -#include <<a href="qlistview-h.html">ntqlistview.h</a>> +#include <<a href="tqtabwidget-h.html">tqtabwidget.h</a>> +#include <<a href="tqlistview-h.html">tqlistview.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="tqwidget-h.html">tqwidget.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> @@ -295,18 +295,18 @@ protected: <a name="f274"></a>ABCentralWidget::ABCentralWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="tqwidget.html">TQWidget</a>( parent, name ) { - mainGrid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 1, 5, 5 ); + mainGrid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 1, 5, 5 ); setupTabWidget(); setupListView(); -<a name="x579"></a> mainGrid-><a href="qgridlayout.html#setRowStretch">setRowStretch</a>( 0, 0 ); - mainGrid-><a href="qgridlayout.html#setRowStretch">setRowStretch</a>( 1, 1 ); +<a name="x579"></a> mainGrid-><a href="tqgridlayout.html#setRowStretch">setRowStretch</a>( 0, 0 ); + mainGrid-><a href="tqgridlayout.html#setRowStretch">setRowStretch</a>( 1, 1 ); } void <a name="f275"></a>ABCentralWidget::save( const <a href="tqstring.html">TQString</a> &filename ) { -<a name="x590"></a> if ( !listView-><a href="ntqlistview.html#firstChild">firstChild</a>() ) +<a name="x590"></a> if ( !listView-><a href="tqlistview.html#firstChild">firstChild</a>() ) return; <a href="tqfile.html">TQFile</a> f( filename ); @@ -316,18 +316,18 @@ void <a name="f275"></a>ABCentralWidget::save( const <a href="tqstring.html">TQS <a href="tqtextstream.html">TQTextStream</a> t( &f ); <a name="x603"></a> t.<a href="tqtextstream.html#setEncoding">setEncoding</a>(TQTextStream::UnicodeUTF8); - <a href="qlistviewitemiterator.html">TQListViewItemIterator</a> it( listView ); + <a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> it( listView ); -<a name="x597"></a> for ( ; it.<a href="qlistviewitemiterator.html#current">current</a>(); ++it ) +<a name="x597"></a> for ( ; it.<a href="tqlistviewitemiterator.html#current">current</a>(); ++it ) for ( unsigned int i = 0; i < 4; i++ ) - t << it.<a href="qlistviewitemiterator.html#current">current</a>()->text( i ) << "\n"; + t << it.<a href="tqlistviewitemiterator.html#current">current</a>()->text( i ) << "\n"; f.<a href="tqfile.html#close">close</a>(); } void <a name="f276"></a>ABCentralWidget::load( const <a href="tqstring.html">TQString</a> &filename ) { -<a name="x586"></a> listView-><a href="ntqlistview.html#clear">clear</a>(); +<a name="x586"></a> listView-><a href="tqlistview.html#clear">clear</a>(); <a href="tqfile.html">TQFile</a> f( filename ); if ( !f.<a href="tqfile.html#open">open</a>( <a href="tqfile.html#open">IO_ReadOnly</a> ) ) @@ -337,9 +337,9 @@ void <a name="f276"></a>ABCentralWidget::load( const <a href="tqstring.html">TQS t.<a href="tqtextstream.html#setEncoding">setEncoding</a>(TQTextStream::UnicodeUTF8); <a name="x601"></a> while ( !t.<a href="tqtextstream.html#atEnd">atEnd</a>() ) { - <a href="qlistviewitem.html">TQListViewItem</a> *item = new <a href="qlistviewitem.html">TQListViewItem</a>( listView ); + <a href="tqlistviewitem.html">TQListViewItem</a> *item = new <a href="tqlistviewitem.html">TQListViewItem</a>( listView ); for ( unsigned int i = 0; i < 4; i++ ) -<a name="x602"></a><a name="x595"></a> item-><a href="qlistviewitem.html#setText">setText</a>( i, t.<a href="tqtextstream.html#readLine">readLine</a>() ); +<a name="x602"></a><a name="x595"></a> item-><a href="tqlistviewitem.html#setText">setText</a>( i, t.<a href="tqtextstream.html#readLine">readLine</a>() ); } f.<a href="tqfile.html#close">close</a>(); @@ -347,104 +347,104 @@ void <a name="f276"></a>ABCentralWidget::load( const <a href="tqstring.html">TQS void <a name="f277"></a>ABCentralWidget::setupTabWidget() { - tabWidget = new <a href="ntqtabwidget.html">TQTabWidget</a>( this ); + tabWidget = new <a href="tqtabwidget.html">TQTabWidget</a>( this ); <a href="tqwidget.html">TQWidget</a> *input = new <a href="tqwidget.html">TQWidget</a>( tabWidget ); - <a href="qgridlayout.html">TQGridLayout</a> *grid1 = new <a href="qgridlayout.html">TQGridLayout</a>( input, 2, 5, 5, 5 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid1 = new <a href="tqgridlayout.html">TQGridLayout</a>( input, 2, 5, 5, 5 ); <a href="tqlabel.html">TQLabel</a> *liFirstName = new <a href="tqlabel.html">TQLabel</a>( "First &Name", input ); <a name="x604"></a><a name="x581"></a> liFirstName-><a href="tqwidget.html#resize">resize</a>( liFirstName-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); -<a name="x578"></a> grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( liFirstName, 0, 0 ); +<a name="x578"></a> grid1-><a href="tqgridlayout.html#addWidget">addWidget</a>( liFirstName, 0, 0 ); <a href="tqlabel.html">TQLabel</a> *liLastName = new <a href="tqlabel.html">TQLabel</a>( "&Last Name", input ); liLastName-><a href="tqwidget.html#resize">resize</a>( liLastName-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); - grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( liLastName, 0, 1 ); + grid1-><a href="tqgridlayout.html#addWidget">addWidget</a>( liLastName, 0, 1 ); <a href="tqlabel.html">TQLabel</a> *liAddress = new <a href="tqlabel.html">TQLabel</a>( "Add&ress", input ); liAddress-><a href="tqwidget.html#resize">resize</a>( liAddress-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); - grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( liAddress, 0, 2 ); + grid1-><a href="tqgridlayout.html#addWidget">addWidget</a>( liAddress, 0, 2 ); <a href="tqlabel.html">TQLabel</a> *liEMail = new <a href="tqlabel.html">TQLabel</a>( "&E-Mail", input ); liEMail-><a href="tqwidget.html#resize">resize</a>( liEMail-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); - grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( liEMail, 0, 3 ); + grid1-><a href="tqgridlayout.html#addWidget">addWidget</a>( liEMail, 0, 3 ); add = new <a href="tqpushbutton.html">TQPushButton</a>( "A&dd", input ); <a name="x599"></a><a name="x598"></a> add-><a href="tqwidget.html#resize">resize</a>( add-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); - grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( add, 0, 4 ); - <a href="tqobject.html#connect">connect</a>( add, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( addEntry() ) ); + grid1-><a href="tqgridlayout.html#addWidget">addWidget</a>( add, 0, 4 ); + <a href="tqobject.html#connect">connect</a>( add, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( addEntry() ) ); iFirstName = new <a href="tqlineedit.html">TQLineEdit</a>( input ); <a name="x583"></a> iFirstName-><a href="tqwidget.html#resize">resize</a>( iFirstName-><a href="tqlineedit.html#sizeHint">sizeHint</a>() ); - grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( iFirstName, 1, 0 ); + grid1-><a href="tqgridlayout.html#addWidget">addWidget</a>( iFirstName, 1, 0 ); <a name="x580"></a> liFirstName-><a href="tqlabel.html#setBuddy">setBuddy</a>( iFirstName ); iLastName = new <a href="tqlineedit.html">TQLineEdit</a>( input ); iLastName-><a href="tqwidget.html#resize">resize</a>( iLastName-><a href="tqlineedit.html#sizeHint">sizeHint</a>() ); - grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( iLastName, 1, 1 ); + grid1-><a href="tqgridlayout.html#addWidget">addWidget</a>( iLastName, 1, 1 ); liLastName-><a href="tqlabel.html#setBuddy">setBuddy</a>( iLastName ); iAddress = new <a href="tqlineedit.html">TQLineEdit</a>( input ); iAddress-><a href="tqwidget.html#resize">resize</a>( iAddress-><a href="tqlineedit.html#sizeHint">sizeHint</a>() ); - grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( iAddress, 1, 2 ); + grid1-><a href="tqgridlayout.html#addWidget">addWidget</a>( iAddress, 1, 2 ); liAddress-><a href="tqlabel.html#setBuddy">setBuddy</a>( iAddress ); iEMail = new <a href="tqlineedit.html">TQLineEdit</a>( input ); iEMail-><a href="tqwidget.html#resize">resize</a>( iEMail-><a href="tqlineedit.html#sizeHint">sizeHint</a>() ); - grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( iEMail, 1, 3 ); + grid1-><a href="tqgridlayout.html#addWidget">addWidget</a>( iEMail, 1, 3 ); liEMail-><a href="tqlabel.html#setBuddy">setBuddy</a>( iEMail ); change = new <a href="tqpushbutton.html">TQPushButton</a>( "&Change", input ); change-><a href="tqwidget.html#resize">resize</a>( change-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); - grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( change, 1, 4 ); - <a href="tqobject.html#connect">connect</a>( change, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( changeEntry() ) ); + grid1-><a href="tqgridlayout.html#addWidget">addWidget</a>( change, 1, 4 ); + <a href="tqobject.html#connect">connect</a>( change, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( changeEntry() ) ); -<a name="x600"></a> tabWidget-><a href="ntqtabwidget.html#addTab">addTab</a>( input, "&Add/Change Entry" ); +<a name="x600"></a> tabWidget-><a href="tqtabwidget.html#addTab">addTab</a>( input, "&Add/Change Entry" ); // -------------------------------------- <a href="tqwidget.html">TQWidget</a> *search = new <a href="tqwidget.html">TQWidget</a>( this ); - <a href="qgridlayout.html">TQGridLayout</a> *grid2 = new <a href="qgridlayout.html">TQGridLayout</a>( search, 2, 5, 5, 5 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid2 = new <a href="tqgridlayout.html">TQGridLayout</a>( search, 2, 5, 5, 5 ); cFirstName = new <a href="tqcheckbox.html">TQCheckBox</a>( "First &Name", search ); <a name="x575"></a> cFirstName-><a href="tqwidget.html#resize">resize</a>( cFirstName-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); - grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( cFirstName, 0, 0 ); - <a href="tqobject.html#connect">connect</a>( cFirstName, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleFirstName() ) ); + grid2-><a href="tqgridlayout.html#addWidget">addWidget</a>( cFirstName, 0, 0 ); + <a href="tqobject.html#connect">connect</a>( cFirstName, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleFirstName() ) ); cLastName = new <a href="tqcheckbox.html">TQCheckBox</a>( "&Last Name", search ); cLastName-><a href="tqwidget.html#resize">resize</a>( cLastName-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); - grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( cLastName, 0, 1 ); - <a href="tqobject.html#connect">connect</a>( cLastName, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleLastName() ) ); + grid2-><a href="tqgridlayout.html#addWidget">addWidget</a>( cLastName, 0, 1 ); + <a href="tqobject.html#connect">connect</a>( cLastName, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleLastName() ) ); cAddress = new <a href="tqcheckbox.html">TQCheckBox</a>( "Add&ress", search ); cAddress-><a href="tqwidget.html#resize">resize</a>( cAddress-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); - grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( cAddress, 0, 2 ); - <a href="tqobject.html#connect">connect</a>( cAddress, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleAddress() ) ); + grid2-><a href="tqgridlayout.html#addWidget">addWidget</a>( cAddress, 0, 2 ); + <a href="tqobject.html#connect">connect</a>( cAddress, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleAddress() ) ); cEMail = new <a href="tqcheckbox.html">TQCheckBox</a>( "&E-Mail", search ); cEMail-><a href="tqwidget.html#resize">resize</a>( cEMail-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); - grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( cEMail, 0, 3 ); - <a href="tqobject.html#connect">connect</a>( cEMail, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleEMail() ) ); + grid2-><a href="tqgridlayout.html#addWidget">addWidget</a>( cEMail, 0, 3 ); + <a href="tqobject.html#connect">connect</a>( cEMail, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleEMail() ) ); sFirstName = new <a href="tqlineedit.html">TQLineEdit</a>( search ); sFirstName-><a href="tqwidget.html#resize">resize</a>( sFirstName-><a href="tqlineedit.html#sizeHint">sizeHint</a>() ); - grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( sFirstName, 1, 0 ); + grid2-><a href="tqgridlayout.html#addWidget">addWidget</a>( sFirstName, 1, 0 ); sLastName = new <a href="tqlineedit.html">TQLineEdit</a>( search ); sLastName-><a href="tqwidget.html#resize">resize</a>( sLastName-><a href="tqlineedit.html#sizeHint">sizeHint</a>() ); - grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( sLastName, 1, 1 ); + grid2-><a href="tqgridlayout.html#addWidget">addWidget</a>( sLastName, 1, 1 ); sAddress = new <a href="tqlineedit.html">TQLineEdit</a>( search ); sAddress-><a href="tqwidget.html#resize">resize</a>( sAddress-><a href="tqlineedit.html#sizeHint">sizeHint</a>() ); - grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( sAddress, 1, 2 ); + grid2-><a href="tqgridlayout.html#addWidget">addWidget</a>( sAddress, 1, 2 ); sEMail = new <a href="tqlineedit.html">TQLineEdit</a>( search ); sEMail-><a href="tqwidget.html#resize">resize</a>( sEMail-><a href="tqlineedit.html#sizeHint">sizeHint</a>() ); - grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( sEMail, 1, 3 ); + grid2-><a href="tqgridlayout.html#addWidget">addWidget</a>( sEMail, 1, 3 ); find = new <a href="tqpushbutton.html">TQPushButton</a>( "F&ind", search ); find-><a href="tqwidget.html#resize">resize</a>( find-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); - grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( find, 1, 4 ); - <a href="tqobject.html#connect">connect</a>( find, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( findEntries() ) ); + grid2-><a href="tqgridlayout.html#addWidget">addWidget</a>( find, 1, 4 ); + <a href="tqobject.html#connect">connect</a>( find, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( findEntries() ) ); <a name="x574"></a> cFirstName-><a href="tqcheckbox.html#setChecked">setChecked</a>( TRUE ); <a name="x605"></a> sFirstName-><a href="tqwidget.html#setEnabled">setEnabled</a>( TRUE ); @@ -452,36 +452,36 @@ void <a name="f277"></a>ABCentralWidget::setupTabWidget() sAddress-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); sEMail-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); - tabWidget-><a href="ntqtabwidget.html#addTab">addTab</a>( search, "&Search" ); + tabWidget-><a href="tqtabwidget.html#addTab">addTab</a>( search, "&Search" ); - mainGrid-><a href="qgridlayout.html#addWidget">addWidget</a>( tabWidget, 0, 0 ); + mainGrid-><a href="tqgridlayout.html#addWidget">addWidget</a>( tabWidget, 0, 0 ); } void <a name="f278"></a>ABCentralWidget::setupListView() { - listView = new <a href="ntqlistview.html">TQListView</a>( this ); -<a name="x585"></a> listView-><a href="ntqlistview.html#addColumn">addColumn</a>( "First Name" ); - listView-><a href="ntqlistview.html#addColumn">addColumn</a>( "Last Name" ); - listView-><a href="ntqlistview.html#addColumn">addColumn</a>( "Address" ); - listView-><a href="ntqlistview.html#addColumn">addColumn</a>( "E-Mail" ); + listView = new <a href="tqlistview.html">TQListView</a>( this ); +<a name="x585"></a> listView-><a href="tqlistview.html#addColumn">addColumn</a>( "First Name" ); + listView-><a href="tqlistview.html#addColumn">addColumn</a>( "Last Name" ); + listView-><a href="tqlistview.html#addColumn">addColumn</a>( "Address" ); + listView-><a href="tqlistview.html#addColumn">addColumn</a>( "E-Mail" ); -<a name="x592"></a> listView-><a href="ntqlistview.html#setSelectionMode">setSelectionMode</a>( TQListView::Single ); +<a name="x592"></a> listView-><a href="tqlistview.html#setSelectionMode">setSelectionMode</a>( TQListView::Single ); -<a name="x588"></a> <a href="tqobject.html#connect">connect</a>( listView, TQ_SIGNAL( <a href="ntqlistview.html#clicked">clicked</a>( <a href="qlistviewitem.html">TQListViewItem</a>* ) ), this, TQ_SLOT( itemSelected( <a href="qlistviewitem.html">TQListViewItem</a>* ) ) ); +<a name="x588"></a> <a href="tqobject.html#connect">connect</a>( listView, TQ_SIGNAL( <a href="tqlistview.html#clicked">clicked</a>( <a href="tqlistviewitem.html">TQListViewItem</a>* ) ), this, TQ_SLOT( itemSelected( <a href="tqlistviewitem.html">TQListViewItem</a>* ) ) ); - mainGrid-><a href="qgridlayout.html#addWidget">addWidget</a>( listView, 1, 0 ); -<a name="x591"></a> listView-><a href="ntqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>( TRUE ); + mainGrid-><a href="tqgridlayout.html#addWidget">addWidget</a>( listView, 1, 0 ); +<a name="x591"></a> listView-><a href="tqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>( TRUE ); } void <a name="f279"></a>ABCentralWidget::addEntry() { <a name="x584"></a> if ( !iFirstName-><a href="tqlineedit.html#text">text</a>().isEmpty() || !iLastName-><a href="tqlineedit.html#text">text</a>().isEmpty() || !iAddress-><a href="tqlineedit.html#text">text</a>().isEmpty() || !iEMail-><a href="tqlineedit.html#text">text</a>().isEmpty() ) { - <a href="qlistviewitem.html">TQListViewItem</a> *item = new <a href="qlistviewitem.html">TQListViewItem</a>( listView ); - item-><a href="qlistviewitem.html#setText">setText</a>( 0, iFirstName-><a href="tqlineedit.html#text">text</a>() ); - item-><a href="qlistviewitem.html#setText">setText</a>( 1, iLastName-><a href="tqlineedit.html#text">text</a>() ); - item-><a href="qlistviewitem.html#setText">setText</a>( 2, iAddress-><a href="tqlineedit.html#text">text</a>() ); - item-><a href="qlistviewitem.html#setText">setText</a>( 3, iEMail-><a href="tqlineedit.html#text">text</a>() ); + <a href="tqlistviewitem.html">TQListViewItem</a> *item = new <a href="tqlistviewitem.html">TQListViewItem</a>( listView ); + item-><a href="tqlistviewitem.html#setText">setText</a>( 0, iFirstName-><a href="tqlineedit.html#text">text</a>() ); + item-><a href="tqlistviewitem.html#setText">setText</a>( 1, iLastName-><a href="tqlineedit.html#text">text</a>() ); + item-><a href="tqlistviewitem.html#setText">setText</a>( 2, iAddress-><a href="tqlineedit.html#text">text</a>() ); + item-><a href="tqlistviewitem.html#setText">setText</a>( 3, iEMail-><a href="tqlineedit.html#text">text</a>() ); } <a name="x582"></a> iFirstName-><a href="tqlineedit.html#setText">setText</a>( "" ); @@ -492,15 +492,15 @@ void <a name="f279"></a>ABCentralWidget::addEntry() void <a name="f280"></a>ABCentralWidget::changeEntry() { -<a name="x589"></a> <a href="qlistviewitem.html">TQListViewItem</a> *item = listView-><a href="ntqlistview.html#currentItem">currentItem</a>(); +<a name="x589"></a> <a href="tqlistviewitem.html">TQListViewItem</a> *item = listView-><a href="tqlistview.html#currentItem">currentItem</a>(); if ( item && ( !iFirstName-><a href="tqlineedit.html#text">text</a>().isEmpty() || !iLastName-><a href="tqlineedit.html#text">text</a>().isEmpty() || !iAddress-><a href="tqlineedit.html#text">text</a>().isEmpty() || !iEMail-><a href="tqlineedit.html#text">text</a>().isEmpty() ) ) { - item-><a href="qlistviewitem.html#setText">setText</a>( 0, iFirstName-><a href="tqlineedit.html#text">text</a>() ); - item-><a href="qlistviewitem.html#setText">setText</a>( 1, iLastName-><a href="tqlineedit.html#text">text</a>() ); - item-><a href="qlistviewitem.html#setText">setText</a>( 2, iAddress-><a href="tqlineedit.html#text">text</a>() ); - item-><a href="qlistviewitem.html#setText">setText</a>( 3, iEMail-><a href="tqlineedit.html#text">text</a>() ); + item-><a href="tqlistviewitem.html#setText">setText</a>( 0, iFirstName-><a href="tqlineedit.html#text">text</a>() ); + item-><a href="tqlistviewitem.html#setText">setText</a>( 1, iLastName-><a href="tqlineedit.html#text">text</a>() ); + item-><a href="tqlistviewitem.html#setText">setText</a>( 2, iAddress-><a href="tqlineedit.html#text">text</a>() ); + item-><a href="tqlistviewitem.html#setText">setText</a>( 3, iEMail-><a href="tqlineedit.html#text">text</a>() ); } } @@ -512,17 +512,17 @@ void <a name="f281"></a>ABCentralWidget::selectionChanged() iEMail-><a href="tqlineedit.html#setText">setText</a>( "" ); } -void <a name="f282"></a>ABCentralWidget::itemSelected( <a href="qlistviewitem.html">TQListViewItem</a> *item ) +void <a name="f282"></a>ABCentralWidget::itemSelected( <a href="tqlistviewitem.html">TQListViewItem</a> *item ) { if ( !item ) return; -<a name="x594"></a> item-><a href="qlistviewitem.html#setSelected">setSelected</a>( TRUE ); -<a name="x593"></a> item-><a href="qlistviewitem.html#repaint">repaint</a>(); +<a name="x594"></a> item-><a href="tqlistviewitem.html#setSelected">setSelected</a>( TRUE ); +<a name="x593"></a> item-><a href="tqlistviewitem.html#repaint">repaint</a>(); -<a name="x596"></a> iFirstName-><a href="tqlineedit.html#setText">setText</a>( item-><a href="qlistviewitem.html#text">text</a>( 0 ) ); - iLastName-><a href="tqlineedit.html#setText">setText</a>( item-><a href="qlistviewitem.html#text">text</a>( 1 ) ); - iAddress-><a href="tqlineedit.html#setText">setText</a>( item-><a href="qlistviewitem.html#text">text</a>( 2 ) ); - iEMail-><a href="tqlineedit.html#setText">setText</a>( item-><a href="qlistviewitem.html#text">text</a>( 3 ) ); +<a name="x596"></a> iFirstName-><a href="tqlineedit.html#setText">setText</a>( item-><a href="tqlistviewitem.html#text">text</a>( 0 ) ); + iLastName-><a href="tqlineedit.html#setText">setText</a>( item-><a href="tqlistviewitem.html#text">text</a>( 1 ) ); + iAddress-><a href="tqlineedit.html#setText">setText</a>( item-><a href="tqlistviewitem.html#text">text</a>( 2 ) ); + iEMail-><a href="tqlineedit.html#setText">setText</a>( item-><a href="tqlistviewitem.html#text">text</a>( 3 ) ); } void <a name="f283"></a>ABCentralWidget::toggleFirstName() @@ -579,45 +579,45 @@ void <a name="f287"></a>ABCentralWidget::findEntries() !cLastName-><a href="tqcheckbox.html#isChecked">isChecked</a>() && !cAddress-><a href="tqcheckbox.html#isChecked">isChecked</a>() && !cEMail-><a href="tqcheckbox.html#isChecked">isChecked</a>() ) { -<a name="x587"></a> listView-><a href="ntqlistview.html#clearSelection">clearSelection</a>(); +<a name="x587"></a> listView-><a href="tqlistview.html#clearSelection">clearSelection</a>(); return; } - <a href="qlistviewitemiterator.html">TQListViewItemIterator</a> it( listView ); + <a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> it( listView ); - for ( ; it.<a href="qlistviewitemiterator.html#current">current</a>(); ++it ) { + for ( ; it.<a href="tqlistviewitemiterator.html#current">current</a>(); ++it ) { bool select = TRUE; if ( cFirstName-><a href="tqcheckbox.html#isChecked">isChecked</a>() ) { - if ( select && it.<a href="qlistviewitemiterator.html#current">current</a>()->text( 0 ).contains( sFirstName-><a href="tqlineedit.html#text">text</a>() ) ) + if ( select && it.<a href="tqlistviewitemiterator.html#current">current</a>()->text( 0 ).contains( sFirstName-><a href="tqlineedit.html#text">text</a>() ) ) select = TRUE; else select = FALSE; } if ( cLastName-><a href="tqcheckbox.html#isChecked">isChecked</a>() ) { - if ( select && it.<a href="qlistviewitemiterator.html#current">current</a>()->text( 1 ).contains( sLastName-><a href="tqlineedit.html#text">text</a>() ) ) + if ( select && it.<a href="tqlistviewitemiterator.html#current">current</a>()->text( 1 ).contains( sLastName-><a href="tqlineedit.html#text">text</a>() ) ) select = TRUE; else select = FALSE; } if ( cAddress-><a href="tqcheckbox.html#isChecked">isChecked</a>() ) { - if ( select && it.<a href="qlistviewitemiterator.html#current">current</a>()->text( 2 ).contains( sAddress-><a href="tqlineedit.html#text">text</a>() ) ) + if ( select && it.<a href="tqlistviewitemiterator.html#current">current</a>()->text( 2 ).contains( sAddress-><a href="tqlineedit.html#text">text</a>() ) ) select = TRUE; else select = FALSE; } if ( cEMail-><a href="tqcheckbox.html#isChecked">isChecked</a>() ) { - if ( select && it.<a href="qlistviewitemiterator.html#current">current</a>()->text( 3 ).contains( sEMail-><a href="tqlineedit.html#text">text</a>() ) ) + if ( select && it.<a href="tqlistviewitemiterator.html#current">current</a>()->text( 3 ).contains( sEMail-><a href="tqlineedit.html#text">text</a>() ) ) select = TRUE; else select = FALSE; } if ( select ) - it.<a href="qlistviewitemiterator.html#current">current</a>()->setSelected( TRUE ); + it.<a href="tqlistviewitemiterator.html#current">current</a>()->setSelected( TRUE ); else - it.<a href="qlistviewitemiterator.html#current">current</a>()->setSelected( FALSE ); - it.<a href="qlistviewitemiterator.html#current">current</a>()->repaint(); + it.<a href="tqlistviewitemiterator.html#current">current</a>()->setSelected( FALSE ); + it.<a href="tqlistviewitemiterator.html#current">current</a>()->repaint(); } } </pre> diff --git a/doc/html/advanced.html b/doc/html/advanced.html index 13d802ff4..329495dc1 100644 --- a/doc/html/advanced.html +++ b/doc/html/advanced.html @@ -41,24 +41,24 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqdateedit.html">TQDateEdit</a></b><td>Date editor <tr bgcolor=#f0f0f0><td><b><a href="tqdatetimeedit.html">TQDateTimeEdit</a></b><td>Combines a TQDateEdit and TQTimeEdit widget into a single widget for editing datetimes <tr bgcolor=#f0f0f0><td><b><a href="tqdesktopwidget.html">TQDesktopWidget</a></b><td>Access to screen information on multi-head systems -<tr bgcolor=#f0f0f0><td><b><a href="ntqheader.html">TQHeader</a></b><td>Header row or column, e.g. for tables and listviews +<tr bgcolor=#f0f0f0><td><b><a href="tqheader.html">TQHeader</a></b><td>Header row or column, e.g. for tables and listviews <tr bgcolor=#f0f0f0><td><b><a href="tqiconfactory.html">TQIconFactory</a></b><td>Used to create pixmaps for a TQIconSet <tr bgcolor=#f0f0f0><td><b><a href="tqiconview.html">TQIconView</a></b><td>Area with movable labelled icons <tr bgcolor=#f0f0f0><td><b><a href="tqiconviewitem.html">TQIconViewItem</a></b><td>Single item in a TQIconView -<tr bgcolor=#f0f0f0><td><b><a href="ntqlistbox.html">TQListBox</a></b><td>List of selectable, read-only items -<tr bgcolor=#f0f0f0><td><b><a href="qlistboxpixmap.html">TQListBoxPixmap</a></b><td>List box items with a pixmap and optional text -<tr bgcolor=#f0f0f0><td><b><a href="qlistboxtext.html">TQListBoxText</a></b><td>List box items that display text -<tr bgcolor=#f0f0f0><td><b><a href="ntqlistview.html">TQListView</a></b><td>Implements a list/tree view -<tr bgcolor=#f0f0f0><td><b><a href="qlistviewitem.html">TQListViewItem</a></b><td>Implements a list view item -<tr bgcolor=#f0f0f0><td><b><a href="qlistviewitemiterator.html">TQListViewItemIterator</a></b><td>Iterator for collections of TQListViewItems -<tr bgcolor=#f0f0f0><td><b><a href="ntqmultilineedit.html">TQMultiLineEdit</a></b><td>Simple editor for inputting text -<tr bgcolor=#f0f0f0><td><b><a href="ntqprogressbar.html">TQProgressBar</a></b><td>Horizontal progress bar -<tr bgcolor=#f0f0f0><td><b><a href="qtab.html">TQTab</a></b><td>The structures in a TQTabBar -<tr bgcolor=#f0f0f0><td><b><a href="ntqtabbar.html">TQTabBar</a></b><td>Tab bar, e.g. for use in tabbed dialogs -<tr bgcolor=#f0f0f0><td><b><a href="ntqtable.html">TQTable</a></b><td>Flexible editable table widget -<tr bgcolor=#f0f0f0><td><b><a href="qtableitem.html">TQTableItem</a></b><td>The cell content for TQTable cells -<tr bgcolor=#f0f0f0><td><b><a href="qtableselection.html">TQTableSelection</a></b><td>Access to a selected area in a TQTable -<tr bgcolor=#f0f0f0><td><b><a href="ntqtabwidget.html">TQTabWidget</a></b><td>Stack of tabbed widgets +<tr bgcolor=#f0f0f0><td><b><a href="tqlistbox.html">TQListBox</a></b><td>List of selectable, read-only items +<tr bgcolor=#f0f0f0><td><b><a href="tqlistboxpixmap.html">TQListBoxPixmap</a></b><td>List box items with a pixmap and optional text +<tr bgcolor=#f0f0f0><td><b><a href="tqlistboxtext.html">TQListBoxText</a></b><td>List box items that display text +<tr bgcolor=#f0f0f0><td><b><a href="tqlistview.html">TQListView</a></b><td>Implements a list/tree view +<tr bgcolor=#f0f0f0><td><b><a href="tqlistviewitem.html">TQListViewItem</a></b><td>Implements a list view item +<tr bgcolor=#f0f0f0><td><b><a href="tqlistviewitemiterator.html">TQListViewItemIterator</a></b><td>Iterator for collections of TQListViewItems +<tr bgcolor=#f0f0f0><td><b><a href="tqmultilineedit.html">TQMultiLineEdit</a></b><td>Simple editor for inputting text +<tr bgcolor=#f0f0f0><td><b><a href="tqprogressbar.html">TQProgressBar</a></b><td>Horizontal progress bar +<tr bgcolor=#f0f0f0><td><b><a href="tqtab.html">TQTab</a></b><td>The structures in a TQTabBar +<tr bgcolor=#f0f0f0><td><b><a href="tqtabbar.html">TQTabBar</a></b><td>Tab bar, e.g. for use in tabbed dialogs +<tr bgcolor=#f0f0f0><td><b><a href="tqtable.html">TQTable</a></b><td>Flexible editable table widget +<tr bgcolor=#f0f0f0><td><b><a href="tqtableitem.html">TQTableItem</a></b><td>The cell content for TQTable cells +<tr bgcolor=#f0f0f0><td><b><a href="tqtableselection.html">TQTableSelection</a></b><td>Access to a selected area in a TQTable +<tr bgcolor=#f0f0f0><td><b><a href="tqtabwidget.html">TQTabWidget</a></b><td>Stack of tabbed widgets <tr bgcolor=#f0f0f0><td><b><a href="tqtextbrowser.html">TQTextBrowser</a></b><td>Rich text browser with hypertext navigation <tr bgcolor=#f0f0f0><td><b><a href="tqtimeedit.html">TQTimeEdit</a></b><td>Time editor <tr bgcolor=#f0f0f0><td><b><a href="tqtoolbox.html">TQToolBox</a></b><td>Column of tabbed widget items diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 801d0a422..505657483 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -55,8 +55,8 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="qboxlayout.html">TQBoxLayout</a></b><td>Lines up child widgets horizontally or vertically <tr bgcolor=#f0f0f0><td><b><a href="tqbrush.html">TQBrush</a></b><td>Defines the fill pattern of shapes drawn by a TQPainter <tr bgcolor=#f0f0f0><td><b><a href="tqbuffer.html">TQBuffer</a></b><td>I/O device that operates on a TQByteArray -<tr bgcolor=#f0f0f0><td><b><a href="ntqbutton.html">TQButton</a></b><td>The abstract base class of button widgets, providing functionality common to buttons -<tr bgcolor=#f0f0f0><td><b><a href="ntqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group +<tr bgcolor=#f0f0f0><td><b><a href="tqbutton.html">TQButton</a></b><td>The abstract base class of button widgets, providing functionality common to buttons +<tr bgcolor=#f0f0f0><td><b><a href="tqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group <tr bgcolor=#f0f0f0><td><b><a href="tqbytearray.html">TQByteArray</a></b><td>Array of bytes <tr bgcolor=#f0f0f0><td><b><a href="ntqcdestyle.html">TQCDEStyle</a></b><td>CDE look and feel <tr bgcolor=#f0f0f0><td><b><a href="tqcstring.html">TQCString</a></b><td>Abstraction of the classic C zero-terminated char array (char *) @@ -156,7 +156,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqfontdialog.html">TQFontDialog</a></b><td>Dialog widget for selecting a font <tr bgcolor=#f0f0f0><td><b><a href="tqfontinfo.html">TQFontInfo</a></b><td>General information about fonts <tr bgcolor=#f0f0f0><td><b><a href="tqfontmetrics.html">TQFontMetrics</a></b><td>Font metrics information -<tr bgcolor=#f0f0f0><td><b><a href="ntqframe.html">TQFrame</a></b><td>The base class of widgets that can have a frame +<tr bgcolor=#f0f0f0><td><b><a href="tqframe.html">TQFrame</a></b><td>The base class of widgets that can have a frame <tr bgcolor=#f0f0f0><td><b><a href="tqftp.html">TQFtp</a></b><td>Implementation of the FTP protocol <tr bgcolor=#f0f0f0><td><b><a href="tqgl.html">TQGL</a></b><td>Namespace for miscellaneous identifiers in the TQt OpenGL module <tr bgcolor=#f0f0f0><td><b><a href="tqglcolormap.html">TQGLColormap</a></b><td>Used for installing custom colormaps into TQGLWidgets @@ -167,16 +167,16 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqgb18030codec.html">TQGb18030Codec</a></b><td>Conversion to and from the Chinese GB18030/GBK/GB2312 encoding <tr bgcolor=#f0f0f0><td><b><a href="tqgb2312codec.html">TQGb2312Codec</a></b><td>Conversion to and from the Chinese GB2312 encoding <tr bgcolor=#f0f0f0><td><b><a href="tqgbkcodec.html">TQGbkCodec</a></b><td>Conversion to and from the Chinese GBK encoding -<tr bgcolor=#f0f0f0><td><b><a href="ntqgrid.html">TQGrid</a></b><td>Simple geometry management of its children -<tr bgcolor=#f0f0f0><td><b><a href="qgridlayout.html">TQGridLayout</a></b><td>Lays out widgets in a grid -<tr bgcolor=#f0f0f0><td><b><a href="ntqgridview.html">TQGridView</a></b><td>Abstract base for fixed-size grids +<tr bgcolor=#f0f0f0><td><b><a href="tqgrid.html">TQGrid</a></b><td>Simple geometry management of its children +<tr bgcolor=#f0f0f0><td><b><a href="tqgridlayout.html">TQGridLayout</a></b><td>Lays out widgets in a grid +<tr bgcolor=#f0f0f0><td><b><a href="tqgridview.html">TQGridView</a></b><td>Abstract base for fixed-size grids <tr bgcolor=#f0f0f0><td><b><a href="ntqgroupbox.html">TQGroupBox</a></b><td>Group box frame with a title <tr bgcolor=#f0f0f0><td><b><a href="ntqguardedptr.html">TQGuardedPtr</a></b><td>Template class that provides guarded pointers to TQObjects <tr bgcolor=#f0f0f0><td><b><a href="ntqhbox.html">TQHBox</a></b><td>Horizontal geometry management for its child widgets <tr bgcolor=#f0f0f0><td><b><a href="qhboxlayout.html">TQHBoxLayout</a></b><td>Lines up widgets horizontally <tr bgcolor=#f0f0f0><td><b><a href="ntqhbuttongroup.html">TQHButtonGroup</a></b><td>Organizes TQButton widgets in a group with one horizontal row <tr bgcolor=#f0f0f0><td><b><a href="ntqhgroupbox.html">TQHGroupBox</a></b><td>Organizes widgets in a group with one horizontal row -<tr bgcolor=#f0f0f0><td><b><a href="ntqheader.html">TQHeader</a></b><td>Header row or column, e.g. for tables and listviews +<tr bgcolor=#f0f0f0><td><b><a href="tqheader.html">TQHeader</a></b><td>Header row or column, e.g. for tables and listviews <tr bgcolor=#f0f0f0><td><b><a href="tqhebrewcodec.html">TQHebrewCodec</a></b><td>Conversion to and from visually ordered Hebrew <tr bgcolor=#f0f0f0><td><b><a href="qhideevent.html">TQHideEvent</a></b><td>Event which is sent after a widget is hidden <tr bgcolor=#f0f0f0><td><b><a href="tqhostaddress.html">TQHostAddress</a></b><td>IP address @@ -217,13 +217,13 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="qlayoutiterator.html">TQLayoutIterator</a></b><td>Iterators over TQLayoutItem <tr bgcolor=#f0f0f0><td><b><a href="ntqlibrary.html">TQLibrary</a></b><td>Wrapper for handling shared libraries <tr bgcolor=#f0f0f0><td><b><a href="tqlineedit.html">TQLineEdit</a></b><td>One-line text editor -<tr bgcolor=#f0f0f0><td><b><a href="ntqlistbox.html">TQListBox</a></b><td>List of selectable, read-only items -<tr bgcolor=#f0f0f0><td><b><a href="qlistboxitem.html">TQListBoxItem</a></b><td>The base class of all list box items -<tr bgcolor=#f0f0f0><td><b><a href="qlistboxpixmap.html">TQListBoxPixmap</a></b><td>List box items with a pixmap and optional text -<tr bgcolor=#f0f0f0><td><b><a href="qlistboxtext.html">TQListBoxText</a></b><td>List box items that display text -<tr bgcolor=#f0f0f0><td><b><a href="ntqlistview.html">TQListView</a></b><td>Implements a list/tree view -<tr bgcolor=#f0f0f0><td><b><a href="qlistviewitem.html">TQListViewItem</a></b><td>Implements a list view item -<tr bgcolor=#f0f0f0><td><b><a href="qlistviewitemiterator.html">TQListViewItemIterator</a></b><td>Iterator for collections of TQListViewItems +<tr bgcolor=#f0f0f0><td><b><a href="tqlistbox.html">TQListBox</a></b><td>List of selectable, read-only items +<tr bgcolor=#f0f0f0><td><b><a href="tqlistboxitem.html">TQListBoxItem</a></b><td>The base class of all list box items +<tr bgcolor=#f0f0f0><td><b><a href="tqlistboxpixmap.html">TQListBoxPixmap</a></b><td>List box items with a pixmap and optional text +<tr bgcolor=#f0f0f0><td><b><a href="tqlistboxtext.html">TQListBoxText</a></b><td>List box items that display text +<tr bgcolor=#f0f0f0><td><b><a href="tqlistview.html">TQListView</a></b><td>Implements a list/tree view +<tr bgcolor=#f0f0f0><td><b><a href="tqlistviewitem.html">TQListViewItem</a></b><td>Implements a list view item +<tr bgcolor=#f0f0f0><td><b><a href="tqlistviewitemiterator.html">TQListViewItemIterator</a></b><td>Iterator for collections of TQListViewItems <tr bgcolor=#f0f0f0><td><b><a href="tqlocalfs.html">TQLocalFs</a></b><td>Implementation of a TQNetworkProtocol that works on the local file system <tr bgcolor=#f0f0f0><td><b><a href="tqlocale.html">TQLocale</a></b><td>Converts between numbers and their string representations in various languages <tr bgcolor=#f0f0f0><td><b><a href="tqmacmime.html">TQMacMime</a></b><td>Maps open-standard MIME to Mac flavors @@ -277,8 +277,8 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqpopupmenu.html">TQPopupMenu</a></b><td>Popup menu widget <tr bgcolor=#f0f0f0><td><b><a href="tqprinter.html">TQPrinter</a></b><td>Paint device that paints on a printer <tr bgcolor=#f0f0f0><td><b><a href="tqprocess.html">TQProcess</a></b><td>Used to start external programs and to communicate with them -<tr bgcolor=#f0f0f0><td><b><a href="ntqprogressbar.html">TQProgressBar</a></b><td>Horizontal progress bar -<tr bgcolor=#f0f0f0><td><b><a href="ntqprogressdialog.html">TQProgressDialog</a></b><td>Feedback on the progress of a slow operation +<tr bgcolor=#f0f0f0><td><b><a href="tqprogressbar.html">TQProgressBar</a></b><td>Horizontal progress bar +<tr bgcolor=#f0f0f0><td><b><a href="tqprogressdialog.html">TQProgressDialog</a></b><td>Feedback on the progress of a slow operation <tr bgcolor=#f0f0f0><td><b><a href="tqptrcollection.html">TQPtrCollection</a></b><td>The base class of most pointer-based TQt collections <tr bgcolor=#f0f0f0><td><b><a href="tqptrdict.html">TQPtrDict</a></b><td>Template class that provides a dictionary based on void* keys <tr bgcolor=#f0f0f0><td><b><a href="tqptrdictiterator.html">TQPtrDictIterator</a></b><td>Iterator for TQPtrDict collections @@ -350,14 +350,14 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqstylesheet.html">TQStyleSheet</a></b><td>Collection of styles for rich text rendering and a generator of tags <tr bgcolor=#f0f0f0><td><b><a href="tqstylesheetitem.html">TQStyleSheetItem</a></b><td>Encapsulation of a set of text styles <tr bgcolor=#f0f0f0><td><b><a href="tqsyntaxhighlighter.html">TQSyntaxHighlighter</a></b><td>Base class for implementing TQTextEdit syntax highlighters -<tr bgcolor=#f0f0f0><td><b><a href="qtab.html">TQTab</a></b><td>The structures in a TQTabBar -<tr bgcolor=#f0f0f0><td><b><a href="ntqtabbar.html">TQTabBar</a></b><td>Tab bar, e.g. for use in tabbed dialogs -<tr bgcolor=#f0f0f0><td><b><a href="ntqtabdialog.html">TQTabDialog</a></b><td>Stack of tabbed widgets -<tr bgcolor=#f0f0f0><td><b><a href="ntqtabwidget.html">TQTabWidget</a></b><td>Stack of tabbed widgets -<tr bgcolor=#f0f0f0><td><b><a href="ntqtable.html">TQTable</a></b><td>Flexible editable table widget -<tr bgcolor=#f0f0f0><td><b><a href="qtableitem.html">TQTableItem</a></b><td>The cell content for TQTable cells -<tr bgcolor=#f0f0f0><td><b><a href="qtableselection.html">TQTableSelection</a></b><td>Access to a selected area in a TQTable -<tr bgcolor=#f0f0f0><td><b><a href="qtabletevent.html">TQTabletEvent</a></b><td>Parameters that describe a Tablet event +<tr bgcolor=#f0f0f0><td><b><a href="tqtab.html">TQTab</a></b><td>The structures in a TQTabBar +<tr bgcolor=#f0f0f0><td><b><a href="tqtabbar.html">TQTabBar</a></b><td>Tab bar, e.g. for use in tabbed dialogs +<tr bgcolor=#f0f0f0><td><b><a href="tqtabdialog.html">TQTabDialog</a></b><td>Stack of tabbed widgets +<tr bgcolor=#f0f0f0><td><b><a href="tqtabwidget.html">TQTabWidget</a></b><td>Stack of tabbed widgets +<tr bgcolor=#f0f0f0><td><b><a href="tqtable.html">TQTable</a></b><td>Flexible editable table widget +<tr bgcolor=#f0f0f0><td><b><a href="tqtableitem.html">TQTableItem</a></b><td>The cell content for TQTable cells +<tr bgcolor=#f0f0f0><td><b><a href="tqtableselection.html">TQTableSelection</a></b><td>Access to a selected area in a TQTable +<tr bgcolor=#f0f0f0><td><b><a href="tqtabletevent.html">TQTabletEvent</a></b><td>Parameters that describe a Tablet event <tr bgcolor=#f0f0f0><td><b><a href="tqtextbrowser.html">TQTextBrowser</a></b><td>Rich text browser with hypertext navigation <tr bgcolor=#f0f0f0><td><b><a href="tqtextcodec.html">TQTextCodec</a></b><td>Conversion between text encodings <tr bgcolor=#f0f0f0><td><b><a href="tqtextcodecplugin.html">TQTextCodecPlugin</a></b><td>Abstract base for custom TQTextCodec plugins @@ -409,7 +409,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqwidgetstack.html">TQWidgetStack</a></b><td>Stack of widgets of which only the top widget is user-visible <tr bgcolor=#f0f0f0><td><b><a href="tqwindowsmime.html">TQWindowsMime</a></b><td>Maps open-standard MIME to Window Clipboard formats <tr bgcolor=#f0f0f0><td><b><a href="ntqwindowsstyle.html">TQWindowsStyle</a></b><td>Microsoft Windows-like look and feel -<tr bgcolor=#f0f0f0><td><b><a href="ntqwizard.html">TQWizard</a></b><td>Framework for wizard dialogs +<tr bgcolor=#f0f0f0><td><b><a href="tqwizard.html">TQWizard</a></b><td>Framework for wizard dialogs <tr bgcolor=#f0f0f0><td><b><a href="tqworkspace.html">TQWorkspace</a></b><td>Workspace window that can contain decorated windows, e.g. for MDI <tr bgcolor=#f0f0f0><td><b><a href="tqxmlattributes.html">TQXmlAttributes</a></b><td>XML attributes <tr bgcolor=#f0f0f0><td><b><a href="tqxmlcontenthandler.html">TQXmlContentHandler</a></b><td>Interface to report the logical content of XML data diff --git a/doc/html/appearance.html b/doc/html/appearance.html index da00d0a86..57bd65eaf 100644 --- a/doc/html/appearance.html +++ b/doc/html/appearance.html @@ -37,7 +37,7 @@ style. <p> <p><table width="100%"> <tr bgcolor=#f0f0f0><td><b><a href="qboxlayout.html">TQBoxLayout</a></b><td>Lines up child widgets horizontally or vertically -<tr bgcolor=#f0f0f0><td><b><a href="ntqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group +<tr bgcolor=#f0f0f0><td><b><a href="tqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group <tr bgcolor=#f0f0f0><td><b><a href="ntqcdestyle.html">TQCDEStyle</a></b><td>CDE look and feel <tr bgcolor=#f0f0f0><td><b><a href="tqcolor.html">TQColor</a></b><td>Colors based on RGB or HSV values <tr bgcolor=#f0f0f0><td><b><a href="tqcolorgroup.html">TQColorGroup</a></b><td>Group of widget colors @@ -45,8 +45,8 @@ style. <tr bgcolor=#f0f0f0><td><b><a href="ntqcursor.html">TQCursor</a></b><td>Mouse cursor with an arbitrary shape <tr bgcolor=#f0f0f0><td><b><a href="tqfont.html">TQFont</a></b><td>Font used for drawing text <tr bgcolor=#f0f0f0><td><b><a href="qglayoutiterator.html">TQGLayoutIterator</a></b><td>Abstract base class of internal layout iterators -<tr bgcolor=#f0f0f0><td><b><a href="ntqgrid.html">TQGrid</a></b><td>Simple geometry management of its children -<tr bgcolor=#f0f0f0><td><b><a href="qgridlayout.html">TQGridLayout</a></b><td>Lays out widgets in a grid +<tr bgcolor=#f0f0f0><td><b><a href="tqgrid.html">TQGrid</a></b><td>Simple geometry management of its children +<tr bgcolor=#f0f0f0><td><b><a href="tqgridlayout.html">TQGridLayout</a></b><td>Lays out widgets in a grid <tr bgcolor=#f0f0f0><td><b><a href="ntqgroupbox.html">TQGroupBox</a></b><td>Group box frame with a title <tr bgcolor=#f0f0f0><td><b><a href="ntqhbox.html">TQHBox</a></b><td>Horizontal geometry management for its child widgets <tr bgcolor=#f0f0f0><td><b><a href="qhboxlayout.html">TQHBoxLayout</a></b><td>Lines up widgets horizontally diff --git a/doc/html/archivesearch-example.html b/doc/html/archivesearch-example.html index 8cbc96c68..dcafe5c98 100644 --- a/doc/html/archivesearch-example.html +++ b/doc/html/archivesearch-example.html @@ -67,11 +67,11 @@ void ArchiveDialog::init() connect(myPushButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(close())); } -void ArchiveDialog::fetch( <a href="qlistviewitem.html">TQListViewItem</a> *it ) +void ArchiveDialog::fetch( <a href="tqlistviewitem.html">TQListViewItem</a> *it ) { -<a name="x477"></a> <a href="tqurl.html">TQUrl</a> u(it-><a href="qlistviewitem.html#text">text</a>(1)); +<a name="x477"></a> <a href="tqurl.html">TQUrl</a> u(it-><a href="tqlistviewitem.html#text">text</a>(1)); <a name="x485"></a> articleFetcher.setHost(u.<a href="tqurl.html#host">host</a>()); - articleFetcher.get(it-><a href="qlistviewitem.html#text">text</a>(1)); + articleFetcher.get(it-><a href="tqlistviewitem.html#text">text</a>(1)); } void ArchiveDialog::fetchDone( bool error ) @@ -134,7 +134,7 @@ void ArchiveDialog::searchDone( bool error ) <a name="x481"></a> pos = rx.<a href="tqregexp.html#search">search</a>(result, pos); if (pos > -1) { <a name="x480"></a> pos += rx.<a href="tqregexp.html#matchedLength">matchedLength</a>(); -<a name="x479"></a> new <a href="qlistviewitem.html">TQListViewItem</a>(myListView, rx.<a href="tqregexp.html#cap">cap</a>(2), rx.<a href="tqregexp.html#cap">cap</a>(1)); +<a name="x479"></a> new <a href="tqlistviewitem.html">TQListViewItem</a>(myListView, rx.<a href="tqregexp.html#cap">cap</a>(2), rx.<a href="tqregexp.html#cap">cap</a>(1)); } } } diff --git a/doc/html/bigtable-example.html b/doc/html/bigtable-example.html index 45428479e..18c55f1cc 100644 --- a/doc/html/bigtable-example.html +++ b/doc/html/bigtable-example.html @@ -48,17 +48,17 @@ keep track of the cells that are actually in use. *****************************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qtable-h.html">ntqtable.h</a>> +#include <<a href="tqtable-h.html">tqtable.h</a>> // Table size const int numRows = 1000000; const int numCols = 1000000; -class MyTable : public <a href="ntqtable.html">TQTable</a> +class MyTable : public <a href="tqtable.html">TQTable</a> { public: - MyTable( int r, int c ) : <a href="ntqtable.html">TQTable</a>( r, c ) { + MyTable( int r, int c ) : <a href="tqtable.html">TQTable</a>( r, c ) { <a name="x1291"></a> items.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); widgets.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); setCaption( tr( "A 1 Million x 1 Million Cell Table" ) ); @@ -66,13 +66,13 @@ public: } void resizeData( int ) {} -<a name="x1286"></a> <a href="qtableitem.html">TQTableItem</a> *item( int r, int c ) const { return items.<a href="tqintdict.html#find">find</a>( indexOf( r, c ) ); } +<a name="x1286"></a> <a href="tqtableitem.html">TQTableItem</a> *item( int r, int c ) const { return items.<a href="tqintdict.html#find">find</a>( indexOf( r, c ) ); } <a name="x1288"></a> void setItem( int r, int c, TQTableItem *i ) { items.<a href="tqintdict.html#replace">replace</a>( indexOf( r, c ), i ); } <a name="x1287"></a> void clearCell( int r, int c ) { items.<a href="tqintdict.html#remove">remove</a>( indexOf( r, c ) ); } - void takeItem( <a href="qtableitem.html">TQTableItem</a> *item ) + void takeItem( <a href="tqtableitem.html">TQTableItem</a> *item ) { items.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( FALSE ); -<a name="x1294"></a><a name="x1293"></a> items.<a href="tqintdict.html#remove">remove</a>( indexOf( item-><a href="qtableitem.html#row">row</a>(), item-><a href="qtableitem.html#col">col</a>() ) ); +<a name="x1294"></a><a name="x1293"></a> items.<a href="tqintdict.html#remove">remove</a>( indexOf( item-><a href="tqtableitem.html#row">row</a>(), item-><a href="tqtableitem.html#col">col</a>() ) ); items.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); } void insertWidget( int r, int c, TQWidget *w ) { widgets.<a href="tqintdict.html#replace">replace</a>( indexOf( r, c ), w ); } diff --git a/doc/html/buttongroups-example.html b/doc/html/buttongroups-example.html index 5f9937544..36d6eb62a 100644 --- a/doc/html/buttongroups-example.html +++ b/doc/html/buttongroups-example.html @@ -89,7 +89,7 @@ protected slots: #include "buttongroups.h" #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> -#include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> +#include <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> #include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> @@ -113,9 +113,9 @@ protected slots: // ------- first group // Create an exclusive button group - <a href="ntqbuttongroup.html">TQButtonGroup</a> *bgrp1 = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, "Button Group 1 (exclusive)", this); + <a href="tqbuttongroup.html">TQButtonGroup</a> *bgrp1 = new <a href="tqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, "Button Group 1 (exclusive)", this); box1-><a href="qboxlayout.html#addWidget">addWidget</a>( bgrp1 ); -<a name="x549"></a> bgrp1-><a href="ntqbuttongroup.html#setExclusive">setExclusive</a>( TRUE ); +<a name="x549"></a> bgrp1-><a href="tqbuttongroup.html#setExclusive">setExclusive</a>( TRUE ); // insert 3 radiobuttons <a href="tqradiobutton.html">TQRadioButton</a> *rb11 = new <a href="tqradiobutton.html">TQRadioButton</a>( "&Radiobutton 1", bgrp1 ); @@ -126,9 +126,9 @@ protected slots: // ------- second group // Create a non-exclusive buttongroup - <a href="ntqbuttongroup.html">TQButtonGroup</a> *bgrp2 = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, "Button Group 2 (non-exclusive)", this ); + <a href="tqbuttongroup.html">TQButtonGroup</a> *bgrp2 = new <a href="tqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, "Button Group 2 (non-exclusive)", this ); box1-><a href="qboxlayout.html#addWidget">addWidget</a>( bgrp2 ); - bgrp2-><a href="ntqbuttongroup.html#setExclusive">setExclusive</a>( FALSE ); + bgrp2-><a href="tqbuttongroup.html#setExclusive">setExclusive</a>( FALSE ); // insert 3 checkboxes (void)new <a href="tqcheckbox.html">TQCheckBox</a>( "&Checkbox 1", bgrp2 ); @@ -141,9 +141,9 @@ protected slots: // ------------ third group // create a buttongroup which is exclusive for radiobuttons and non-exclusive for all other buttons - <a href="ntqbuttongroup.html">TQButtonGroup</a> *bgrp3 = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, "Button Group 3 (Radiobutton-exclusive)", this ); + <a href="tqbuttongroup.html">TQButtonGroup</a> *bgrp3 = new <a href="tqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, "Button Group 3 (Radiobutton-exclusive)", this ); box2-><a href="qboxlayout.html#addWidget">addWidget</a>( bgrp3 ); -<a name="x550"></a> bgrp3-><a href="ntqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>( TRUE ); +<a name="x550"></a> bgrp3-><a href="tqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>( TRUE ); // insert three radiobuttons rb21 = new <a href="tqradiobutton.html">TQRadioButton</a>( "Rad&iobutton 1", bgrp3 ); @@ -155,12 +155,12 @@ protected slots: state = new <a href="tqcheckbox.html">TQCheckBox</a>( "E&nable Radiobuttons", bgrp3 ); state-><a href="tqcheckbox.html#setChecked">setChecked</a>( TRUE ); // ...and connect its TQ_SIGNAL clicked() with the TQ_SLOT slotChangeGrp3State() - <a href="tqobject.html#connect">connect</a>( state, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotChangeGrp3State() ) ); + <a href="tqobject.html#connect">connect</a>( state, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotChangeGrp3State() ) ); // ------------ fourth group // create a groupbox which layouts its childs in a columns - <a href="ntqgroupbox.html">TQGroupBox</a> *bgrp4 = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, "Groupbox with normal buttons", this ); + <a href="ntqgroupbox.html">TQGroupBox</a> *bgrp4 = new <a href="tqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, "Groupbox with normal buttons", this ); box2-><a href="qboxlayout.html#addWidget">addWidget</a>( bgrp4 ); // insert four pushbuttons... diff --git a/doc/html/canvas-example.html b/doc/html/canvas-example.html index fab7117ff..1f91a482f 100644 --- a/doc/html/canvas-example.html +++ b/doc/html/canvas-example.html @@ -143,7 +143,7 @@ private: #include <<a href="tqprinter-h.html">tqprinter.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> -#include <<a href="qprogressdialog-h.html">ntqprogressdialog.h</a>> +#include <<a href="tqprogressdialog-h.html">tqprogressdialog.h</a>> #include "canvas.h" #include <stdlib.h> @@ -817,7 +817,7 @@ void <a name="f653"></a>Main::addMesh() int cols = w / dist; #ifndef TQT_NO_PROGRESSDIALOG - <a href="ntqprogressdialog.html">TQProgressDialog</a> progress( "Creating mesh...", "Abort", rows, + <a href="tqprogressdialog.html">TQProgressDialog</a> progress( "Creating mesh...", "Abort", rows, this, "progress", TRUE ); #endif @@ -851,13 +851,13 @@ void <a name="f653"></a>Main::addMesh() } lastRow[n-1]=prev; #ifndef TQT_NO_PROGRESSDIALOG -<a name="x2946"></a> progress.<a href="ntqprogressdialog.html#setProgress">setProgress</a>( j ); -<a name="x2947"></a> if ( progress.<a href="ntqprogressdialog.html#wasCancelled">wasCancelled</a>() ) +<a name="x2946"></a> progress.<a href="tqprogressdialog.html#setProgress">setProgress</a>( j ); +<a name="x2947"></a> if ( progress.<a href="tqprogressdialog.html#wasCancelled">wasCancelled</a>() ) break; #endif } #ifndef TQT_NO_PROGRESSDIALOG - progress.<a href="ntqprogressdialog.html#setProgress">setProgress</a>( rows ); + progress.<a href="tqprogressdialog.html#setProgress">setProgress</a>( rows ); #endif // tqDebug( "%d nodes, %d edges", nodecount, EdgeItem::count() ); } diff --git a/doc/html/chart-optionsform-cpp.html b/doc/html/chart-optionsform-cpp.html index 2cbe58572..0c5c57b80 100644 --- a/doc/html/chart-optionsform-cpp.html +++ b/doc/html/chart-optionsform-cpp.html @@ -34,10 +34,10 @@ body { background: #ffffff; color: black; } <pre>#include "optionsform.h" -#include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> +#include <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>> -#include <<a href="qframe-h.html">ntqframe.h</a>> +#include <<a href="tqframe-h.html">tqframe.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -86,12 +86,12 @@ body { background: #ffffff; color: black; } fontLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( fontTextLabel ); optionsFormLayout-><a href="qboxlayout.html#addLayout">addLayout</a>( fontLayout ); - addValuesFrame = new <a href="ntqframe.html">TQFrame</a>( this ); - addValuesFrame-><a href="ntqframe.html#setFrameShape">setFrameShape</a>( TQFrame::StyledPanel ); - addValuesFrame-><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>( TQFrame::Sunken ); + addValuesFrame = new <a href="tqframe.html">TQFrame</a>( this ); + addValuesFrame-><a href="tqframe.html#setFrameShape">setFrameShape</a>( TQFrame::StyledPanel ); + addValuesFrame-><a href="tqframe.html#setFrameShadow">setFrameShadow</a>( TQFrame::Sunken ); addValuesFrameLayout = new <a href="qvboxlayout.html">TQVBoxLayout</a>( addValuesFrame, 11, 6 ); - addValuesButtonGroup = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( "Show Values", addValuesFrame ); + addValuesButtonGroup = new <a href="tqbuttongroup.html">TQButtonGroup</a>( "Show Values", addValuesFrame ); addValuesButtonGroup-><a href="ntqgroupbox.html#setColumnLayout">setColumnLayout</a>(0, TQt::Vertical ); addValuesButtonGroup-><a href="tqwidget.html#layout">layout</a>()->setSpacing( 6 ); addValuesButtonGroup-><a href="tqwidget.html#layout">layout</a>()->setMargin( 11 ); @@ -138,9 +138,9 @@ body { background: #ffffff; color: black; } buttonsLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( cancelPushButton ); optionsFormLayout-><a href="qboxlayout.html#addLayout">addLayout</a>( buttonsLayout ); - <a href="tqobject.html#connect">connect</a>( fontPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFont() ) ); - <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#accept">accept</a>() ) ); - <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#reject">reject</a>() ) ); + <a href="tqobject.html#connect">connect</a>( fontPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFont() ) ); + <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#accept">accept</a>() ) ); + <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#reject">reject</a>() ) ); chartTypeTextLabel-><a href="tqlabel.html#setBuddy">setBuddy</a>( chartTypeComboBox ); decimalPlacesTextLabel-><a href="tqlabel.html#setBuddy">setBuddy</a>( decimalPlacesSpinBox ); diff --git a/doc/html/chart-optionsform-h.html b/doc/html/chart-optionsform-h.html index 04cbcc141..5d36e0033 100644 --- a/doc/html/chart-optionsform-h.html +++ b/doc/html/chart-optionsform-h.html @@ -64,8 +64,8 @@ public: <a href="tqcombobox.html">TQComboBox</a> *chartTypeComboBox; <a href="tqpushbutton.html">TQPushButton</a> *fontPushButton; <a href="tqlabel.html">TQLabel</a> *fontTextLabel; - <a href="ntqframe.html">TQFrame</a> *addValuesFrame; - <a href="ntqbuttongroup.html">TQButtonGroup</a> *addValuesButtonGroup; + <a href="tqframe.html">TQFrame</a> *addValuesFrame; + <a href="tqbuttongroup.html">TQButtonGroup</a> *addValuesButtonGroup; <a href="tqradiobutton.html">TQRadioButton</a> *noRadioButton; <a href="tqradiobutton.html">TQRadioButton</a> *yesRadioButton; <a href="tqradiobutton.html">TQRadioButton</a> *asPercentageRadioButton; diff --git a/doc/html/chart-setdataform-cpp.html b/doc/html/chart-setdataform-cpp.html index c181d80ee..be4e67b53 100644 --- a/doc/html/chart-setdataform-cpp.html +++ b/doc/html/chart-setdataform-cpp.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> -#include <<a href="qtable-h.html">ntqtable.h</a>> +#include <<a href="tqtable-h.html">tqtable.h</a>> #include "images/pattern01.xpm" #include "images/pattern02.xpm" @@ -74,29 +74,29 @@ const int MAX_PATTERNS = 14; tableButtonBox = new <a href="qvboxlayout.html">TQVBoxLayout</a>( this, 11, 6, "table button box layout" ); - table = new <a href="ntqtable.html">TQTable</a>( this, "data table" ); - table-><a href="ntqtable.html#setNumCols">setNumCols</a>( 5 ); - table-><a href="ntqtable.html#setNumRows">setNumRows</a>( ChartForm::MAX_ELEMENTS ); - table-><a href="ntqtable.html#setColumnReadOnly">setColumnReadOnly</a>( 1, TRUE ); - table-><a href="ntqtable.html#setColumnReadOnly">setColumnReadOnly</a>( 2, TRUE ); - table-><a href="ntqtable.html#setColumnReadOnly">setColumnReadOnly</a>( 4, TRUE ); - table-><a href="ntqtable.html#setColumnWidth">setColumnWidth</a>( 0, 80 ); - table-><a href="ntqtable.html#setColumnWidth">setColumnWidth</a>( 1, 60 ); // Columns 1 and 4 must be equal - table-><a href="ntqtable.html#setColumnWidth">setColumnWidth</a>( 2, 60 ); - table-><a href="ntqtable.html#setColumnWidth">setColumnWidth</a>( 3, 200 ); - table-><a href="ntqtable.html#setColumnWidth">setColumnWidth</a>( 4, 60 ); - <a href="ntqheader.html">TQHeader</a> *th = table-><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>(); - th-><a href="ntqheader.html#setLabel">setLabel</a>( 0, "Value" ); - th-><a href="ntqheader.html#setLabel">setLabel</a>( 1, "Color" ); - th-><a href="ntqheader.html#setLabel">setLabel</a>( 2, "Pattern" ); - th-><a href="ntqheader.html#setLabel">setLabel</a>( 3, "Label" ); - th-><a href="ntqheader.html#setLabel">setLabel</a>( 4, "Color" ); + table = new <a href="tqtable.html">TQTable</a>( this, "data table" ); + table-><a href="tqtable.html#setNumCols">setNumCols</a>( 5 ); + table-><a href="tqtable.html#setNumRows">setNumRows</a>( ChartForm::MAX_ELEMENTS ); + table-><a href="tqtable.html#setColumnReadOnly">setColumnReadOnly</a>( 1, TRUE ); + table-><a href="tqtable.html#setColumnReadOnly">setColumnReadOnly</a>( 2, TRUE ); + table-><a href="tqtable.html#setColumnReadOnly">setColumnReadOnly</a>( 4, TRUE ); + table-><a href="tqtable.html#setColumnWidth">setColumnWidth</a>( 0, 80 ); + table-><a href="tqtable.html#setColumnWidth">setColumnWidth</a>( 1, 60 ); // Columns 1 and 4 must be equal + table-><a href="tqtable.html#setColumnWidth">setColumnWidth</a>( 2, 60 ); + table-><a href="tqtable.html#setColumnWidth">setColumnWidth</a>( 3, 200 ); + table-><a href="tqtable.html#setColumnWidth">setColumnWidth</a>( 4, 60 ); + <a href="tqheader.html">TQHeader</a> *th = table-><a href="tqtable.html#horizontalHeader">horizontalHeader</a>(); + th-><a href="tqheader.html#setLabel">setLabel</a>( 0, "Value" ); + th-><a href="tqheader.html#setLabel">setLabel</a>( 1, "Color" ); + th-><a href="tqheader.html#setLabel">setLabel</a>( 2, "Pattern" ); + th-><a href="tqheader.html#setLabel">setLabel</a>( 3, "Label" ); + th-><a href="tqheader.html#setLabel">setLabel</a>( 4, "Color" ); tableButtonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( table ); buttonBox = new <a href="qhboxlayout.html">TQHBoxLayout</a>( 0, 0, 6, "button box layout" ); colorPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( this, "color button" ); - colorPushButton-><a href="ntqbutton.html#setText">setText</a>( "&Color..." ); + colorPushButton-><a href="tqbutton.html#setText">setText</a>( "&Color..." ); colorPushButton-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); buttonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( colorPushButton ); @@ -105,26 +105,26 @@ const int MAX_PATTERNS = 14; buttonBox-><a href="qboxlayout.html#addItem">addItem</a>( spacer ); okPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( this, "ok button" ); - okPushButton-><a href="ntqbutton.html#setText">setText</a>( "OK" ); + okPushButton-><a href="tqbutton.html#setText">setText</a>( "OK" ); okPushButton-><a href="tqpushbutton.html#setDefault">setDefault</a>( TRUE ); buttonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( okPushButton ); cancelPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( this, "cancel button" ); - cancelPushButton-><a href="ntqbutton.html#setText">setText</a>( "Cancel" ); - cancelPushButton-><a href="ntqbutton.html#setAccel">setAccel</a>( Key_Escape ); + cancelPushButton-><a href="tqbutton.html#setText">setText</a>( "Cancel" ); + cancelPushButton-><a href="tqbutton.html#setAccel">setAccel</a>( Key_Escape ); buttonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( cancelPushButton ); tableButtonBox-><a href="qboxlayout.html#addLayout">addLayout</a>( buttonBox ); - <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#clicked">clicked</a>(int,int,int,const <a href="tqpoint.html">TQPoint</a>&) ), + <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="tqtable.html#clicked">clicked</a>(int,int,int,const <a href="tqpoint.html">TQPoint</a>&) ), this, TQ_SLOT( setColor(int,int) ) ); - <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#currentChanged">currentChanged</a>(int,int) ), + <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="tqtable.html#currentChanged">currentChanged</a>(int,int) ), this, TQ_SLOT( currentChanged(int,int) ) ); - <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#valueChanged">valueChanged</a>(int,int) ), + <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="tqtable.html#valueChanged">valueChanged</a>(int,int) ), this, TQ_SLOT( valueChanged(int,int) ) ); - <a href="tqobject.html#connect">connect</a>( colorPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setColor() ) ); - <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#accept">accept</a>() ) ); - <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#reject">reject</a>() ) ); + <a href="tqobject.html#connect">connect</a>( colorPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setColor() ) ); + <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#accept">accept</a>() ) ); + <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#reject">reject</a>() ) ); TQPixmap patterns[MAX_PATTERNS]; patterns[0] = TQPixmap( pattern01 ); @@ -142,35 +142,35 @@ const int MAX_PATTERNS = 14; patterns[12] = TQPixmap( pattern13 ); patterns[13] = TQPixmap( pattern14 ); - <a href="tqrect.html">TQRect</a> rect = table-><a href="ntqtable.html#cellRect">cellRect</a>( 0, 1 ); + <a href="tqrect.html">TQRect</a> rect = table-><a href="tqtable.html#cellRect">cellRect</a>( 0, 1 ); <a href="tqpixmap.html">TQPixmap</a> pix( rect.<a href="tqrect.html#width">width</a>(), rect.<a href="tqrect.html#height">height</a>() ); for ( int i = 0; i < ChartForm::MAX_ELEMENTS; ++i ) { Element element = (*m_elements)[i]; if ( element.isValid() ) - table-><a href="ntqtable.html#setText">setText</a>( + table-><a href="tqtable.html#setText">setText</a>( i, 0, TQString( "%1" ).arg( element.value(), 0, 'f', m_decimalPlaces ) ); <a href="tqcolor.html">TQColor</a> color = element.valueColor(); pix.<a href="tqpixmap.html#fill">fill</a>( color ); - table-><a href="ntqtable.html#setPixmap">setPixmap</a>( i, 1, pix ); - table-><a href="ntqtable.html#setText">setText</a>( i, 1, color.<a href="tqcolor.html#name">name</a>() ); + table-><a href="tqtable.html#setPixmap">setPixmap</a>( i, 1, pix ); + table-><a href="tqtable.html#setText">setText</a>( i, 1, color.<a href="tqcolor.html#name">name</a>() ); <a href="tqcombobox.html">TQComboBox</a> *combobox = new <a href="tqcombobox.html">TQComboBox</a>; for ( int j = 0; j < MAX_PATTERNS; ++j ) combobox-><a href="tqcombobox.html#insertItem">insertItem</a>( patterns[j] ); combobox-><a href="tqcombobox.html#setCurrentItem">setCurrentItem</a>( element.valuePattern() - 1 ); - table-><a href="ntqtable.html#setCellWidget">setCellWidget</a>( i, 2, combobox ); + table-><a href="tqtable.html#setCellWidget">setCellWidget</a>( i, 2, combobox ); - table-><a href="ntqtable.html#setText">setText</a>( i, 3, element.label() ); + table-><a href="tqtable.html#setText">setText</a>( i, 3, element.label() ); color = element.labelColor(); pix.<a href="tqpixmap.html#fill">fill</a>( color ); - table-><a href="ntqtable.html#setPixmap">setPixmap</a>( i, 4, pix ); - table-><a href="ntqtable.html#setText">setText</a>( i, 4, color.<a href="tqcolor.html#name">name</a>() ); + table-><a href="tqtable.html#setPixmap">setPixmap</a>( i, 4, pix ); + table-><a href="tqtable.html#setText">setText</a>( i, 4, color.<a href="tqcolor.html#name">name</a>() ); } } @@ -186,20 +186,20 @@ void <a name="f180"></a>SetDataForm::valueChanged( int row, int col ) { if ( col == 0 ) { bool ok; - double d = table-><a href="ntqtable.html#text">text</a>( row, col ).toDouble( &ok ); + double d = table-><a href="tqtable.html#text">text</a>( row, col ).toDouble( &ok ); if ( ok && d > EPSILON ) - table-><a href="ntqtable.html#setText">setText</a>( + table-><a href="tqtable.html#setText">setText</a>( row, col, TQString( "%1" ).arg( d, 0, 'f', m_decimalPlaces ) ); - else if ( !table-><a href="ntqtable.html#text">text</a>( row, col ).isEmpty() ) - table-><a href="ntqtable.html#setText">setText</a>( row, col, table-><a href="ntqtable.html#text">text</a>( row, col ) + "?" ); + else if ( !table-><a href="tqtable.html#text">text</a>( row, col ).isEmpty() ) + table-><a href="tqtable.html#setText">setText</a>( row, col, table-><a href="tqtable.html#text">text</a>( row, col ) + "?" ); } } void <a name="f181"></a>SetDataForm::setColor() { - setColor( table-><a href="ntqtable.html#currentRow">currentRow</a>(), table-><a href="ntqtable.html#currentColumn">currentColumn</a>() ); + setColor( table-><a href="tqtable.html#currentRow">currentRow</a>(), table-><a href="tqtable.html#currentColumn">currentColumn</a>() ); table-><a href="tqwidget.html#setFocus">setFocus</a>(); } @@ -210,13 +210,13 @@ void SetDataForm::setColor( int row, int col ) return; <a href="tqcolor.html">TQColor</a> color = TQColorDialog::<a href="tqcolordialog.html#getColor">getColor</a>( - TQColor( table-><a href="ntqtable.html#text">text</a>( row, col ) ), + TQColor( table-><a href="tqtable.html#text">text</a>( row, col ) ), this, "color dialog" ); if ( color.<a href="tqcolor.html#isValid">isValid</a>() ) { - <a href="tqpixmap.html">TQPixmap</a> pix = table-><a href="ntqtable.html#pixmap">pixmap</a>( row, col ); + <a href="tqpixmap.html">TQPixmap</a> pix = table-><a href="tqtable.html#pixmap">pixmap</a>( row, col ); pix.<a href="tqpixmap.html#fill">fill</a>( color ); - table-><a href="ntqtable.html#setPixmap">setPixmap</a>( row, col, pix ); - table-><a href="ntqtable.html#setText">setText</a>( row, col, color.<a href="tqcolor.html#name">name</a>() ); + table-><a href="tqtable.html#setPixmap">setPixmap</a>( row, col, pix ); + table-><a href="tqtable.html#setText">setText</a>( row, col, color.<a href="tqcolor.html#name">name</a>() ); } } @@ -226,16 +226,16 @@ void SetDataForm::<a href="tqdialog.html#accept">accept</a>() bool ok; for ( int i = 0; i < ChartForm::MAX_ELEMENTS; ++i ) { Element &element = (*m_elements)[i]; - double d = table-><a href="ntqtable.html#text">text</a>( i, 0 ).toDouble( &ok ); + double d = table-><a href="tqtable.html#text">text</a>( i, 0 ).toDouble( &ok ); if ( ok ) element.setValue( d ); else element.setValue( Element::INVALID ); - element.setValueColor( TQColor( table-><a href="ntqtable.html#text">text</a>( i, 1 ) ) ); + element.setValueColor( TQColor( table-><a href="tqtable.html#text">text</a>( i, 1 ) ) ); element.setValuePattern( - ((TQComboBox*)table-><a href="ntqtable.html#cellWidget">cellWidget</a>( i, 2 ))->currentItem() + 1 ); - element.setLabel( table-><a href="ntqtable.html#text">text</a>( i, 3 ) ); - element.setLabelColor( TQColor( table-><a href="ntqtable.html#text">text</a>( i, 4 ) ) ); + ((TQComboBox*)table-><a href="tqtable.html#cellWidget">cellWidget</a>( i, 2 ))->currentItem() + 1 ); + element.setLabel( table-><a href="tqtable.html#text">text</a>( i, 3 ) ); + element.setLabelColor( TQColor( table-><a href="tqtable.html#text">text</a>( i, 4 ) ) ); } TQDialog::<a href="tqdialog.html#accept">accept</a>(); diff --git a/doc/html/chart-setdataform-h.html b/doc/html/chart-setdataform-h.html index 2d2514814..58c1ca5fc 100644 --- a/doc/html/chart-setdataform-h.html +++ b/doc/html/chart-setdataform-h.html @@ -64,7 +64,7 @@ protected slots: void accept(); private: - <a href="ntqtable.html">TQTable</a> *table; + <a href="tqtable.html">TQTable</a> *table; <a href="tqpushbutton.html">TQPushButton</a> *colorPushButton; <a href="tqpushbutton.html">TQPushButton</a> *okPushButton; <a href="tqpushbutton.html">TQPushButton</a> *cancelPushButton; diff --git a/doc/html/checklists-example.html b/doc/html/checklists-example.html index 40f7db55c..05a2d604d 100644 --- a/doc/html/checklists-example.html +++ b/doc/html/checklists-example.html @@ -63,7 +63,7 @@ public: CheckLists( <a href="tqwidget.html">TQWidget</a> *parent = 0, const char *name = 0 ); protected: - <a href="ntqlistview.html">TQListView</a> *lv1, *lv2; + <a href="tqlistview.html">TQListView</a> *lv1, *lv2; <a href="tqlabel.html">TQLabel</a> *label; protected slots: @@ -89,7 +89,7 @@ protected slots: #include "checklists.h" -#include <<a href="qlistview-h.html">ntqlistview.h</a>> +#include <<a href="tqlistview-h.html">tqlistview.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqvaluelist-h.html">tqvaluelist.h</a>> @@ -117,10 +117,10 @@ protected slots: <a name="x423"></a> vbox1-><a href="qboxlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "Check some items!", this ) ); // Second child: the ListView - lv1 = new <a href="ntqlistview.html">TQListView</a>( this ); + lv1 = new <a href="tqlistview.html">TQListView</a>( this ); vbox1-><a href="qboxlayout.html#addWidget">addWidget</a>( lv1 ); -<a name="x427"></a> lv1-><a href="ntqlistview.html#addColumn">addColumn</a>( "Items" ); -<a name="x429"></a> lv1-><a href="ntqlistview.html#setRootIsDecorated">setRootIsDecorated</a>( TRUE ); +<a name="x427"></a> lv1-><a href="tqlistview.html#addColumn">addColumn</a>( "Items" ); +<a name="x429"></a> lv1-><a href="tqlistview.html#setRootIsDecorated">setRootIsDecorated</a>( TRUE ); // create a list with 4 ListViewItems which will be parent items of other ListViewItems <a href="tqvaluelist.html">TQValueList</a><TQListViewItem *> parentList; @@ -130,7 +130,7 @@ protected slots: parentList.<a href="tqvaluelist.html#append">append</a>( new <a href="tqchecklistitem.html">TQCheckListItem</a>( lv1, "Parent Item 3", TQCheckListItem::CheckBoxController ) ); parentList.<a href="tqvaluelist.html#append">append</a>( new <a href="tqchecklistitem.html">TQCheckListItem</a>( lv1, "Parent Item 4", TQCheckListItem::CheckBoxController ) ); - <a href="qlistviewitem.html">TQListViewItem</a> *item = 0; + <a href="tqlistviewitem.html">TQListViewItem</a> *item = 0; unsigned int num = 1; // go through the list of parent items... <a name="x436"></a><a name="x435"></a> for ( TQValueList<TQListViewItem*>::Iterator it = parentList.<a href="tqvaluelist.html#begin">begin</a>(); it != parentList.<a href="tqvaluelist.html#end">end</a>(); @@ -150,7 +150,7 @@ protected slots: tmp-><a href="qboxlayout.html#addWidget">addWidget</a>( copy1 ); <a name="x437"></a><a name="x433"></a> copy1-><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>( copy1-><a href="tqwidget.html#sizeHint">sizeHint</a>().width() ); // connect the TQ_SIGNAL clicked() of the pushbutton with the TQ_SLOT copy1to2() - <a href="tqobject.html#connect">connect</a>( copy1, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( copy1to2() ) ); + <a href="tqobject.html#connect">connect</a>( copy1, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( copy1to2() ) ); // another widget for layouting <a href="qvboxlayout.html">TQVBoxLayout</a> *vbox2 = new <a href="qvboxlayout.html">TQVBoxLayout</a>( lay ); @@ -160,10 +160,10 @@ protected slots: vbox2-><a href="qboxlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "Check one item!", this ) ); // create the second listview - lv2 = new <a href="ntqlistview.html">TQListView</a>( this ); + lv2 = new <a href="tqlistview.html">TQListView</a>( this ); vbox2-><a href="qboxlayout.html#addWidget">addWidget</a>( lv2 ); - lv2-><a href="ntqlistview.html#addColumn">addColumn</a>( "Items" ); - lv2-><a href="ntqlistview.html#setRootIsDecorated">setRootIsDecorated</a>( TRUE ); + lv2-><a href="tqlistview.html#addColumn">addColumn</a>( "Items" ); + lv2-><a href="tqlistview.html#setRootIsDecorated">setRootIsDecorated</a>( TRUE ); // another widget needed for layouting only tmp = new <a href="qvboxlayout.html">TQVBoxLayout</a>( lay ); @@ -174,7 +174,7 @@ protected slots: lay-><a href="qboxlayout.html#addWidget">addWidget</a>( copy2 ); copy2-><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>( copy2-><a href="tqwidget.html#sizeHint">sizeHint</a>().width() ); // ...and connect its clicked() TQ_SIGNAL to the copy2to3() TQ_SLOT - <a href="tqobject.html#connect">connect</a>( copy2, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( copy2to3() ) ); + <a href="tqobject.html#connect">connect</a>( copy2, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( copy2to3() ) ); tmp = new <a href="qvboxlayout.html">TQVBoxLayout</a>( lay ); tmp-><a href="ntqlayout.html#setMargin">setMargin</a>( 5 ); @@ -194,26 +194,26 @@ protected slots: void <a name="f249"></a>CheckLists::copy1to2() { // create an iterator which operates on the first ListView - <a href="qlistviewitemiterator.html">TQListViewItemIterator</a> it( lv1 ); + <a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> it( lv1 ); -<a name="x428"></a> lv2-><a href="ntqlistview.html#clear">clear</a>(); +<a name="x428"></a> lv2-><a href="tqlistview.html#clear">clear</a>(); // Insert first a controller Item into the second ListView. Always if Radio-ListViewItems // are inserted into a Listview, the parent item of these MUST be a controller Item! <a href="tqchecklistitem.html">TQCheckListItem</a> *item = new <a href="tqchecklistitem.html">TQCheckListItem</a>( lv2, "Controller", TQCheckListItem::Controller ); -<a name="x431"></a> item-><a href="qlistviewitem.html#setOpen">setOpen</a>( TRUE ); +<a name="x431"></a> item-><a href="tqlistviewitem.html#setOpen">setOpen</a>( TRUE ); // iterate through the first ListView... -<a name="x432"></a> for ( ; it.<a href="qlistviewitemiterator.html#current">current</a>(); ++it ) +<a name="x432"></a> for ( ; it.<a href="tqlistviewitemiterator.html#current">current</a>(); ++it ) // ...check state of childs, and... - if ( it.<a href="qlistviewitemiterator.html#current">current</a>()->parent() ) + if ( it.<a href="tqlistviewitemiterator.html#current">current</a>()->parent() ) // ...if the item is checked... - if ( ( (TQCheckListItem*)it.<a href="qlistviewitemiterator.html#current">current</a>() )->isOn() ) + if ( ( (TQCheckListItem*)it.<a href="tqlistviewitemiterator.html#current">current</a>() )->isOn() ) // ...insert a Radio-ListViewItem with the same text into the second ListView - (void)new <a href="tqchecklistitem.html">TQCheckListItem</a>( item, it.<a href="qlistviewitemiterator.html#current">current</a>()->text( 0 ), TQCheckListItem::RadioButton ); + (void)new <a href="tqchecklistitem.html">TQCheckListItem</a>( item, it.<a href="tqlistviewitemiterator.html#current">current</a>()->text( 0 ), TQCheckListItem::RadioButton ); -<a name="x430"></a> if ( item-><a href="qlistviewitem.html#firstChild">firstChild</a>() ) - ( ( <a href="tqchecklistitem.html">TQCheckListItem</a>* )item-><a href="qlistviewitem.html#firstChild">firstChild</a>() )->setOn( TRUE ); +<a name="x430"></a> if ( item-><a href="tqlistviewitem.html#firstChild">firstChild</a>() ) + ( ( <a href="tqchecklistitem.html">TQCheckListItem</a>* )item-><a href="tqlistviewitem.html#firstChild">firstChild</a>() )->setOn( TRUE ); } /* @@ -226,18 +226,18 @@ void <a name="f249"></a>CheckLists::copy1to2() void <a name="f250"></a>CheckLists::copy2to3() { // create an iterator which operates on the second ListView - <a href="qlistviewitemiterator.html">TQListViewItemIterator</a> it( lv2 ); + <a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> it( lv2 ); label-><a href="tqlabel.html#setText">setText</a>( "No Item checked" ); // iterate through the second ListView... - for ( ; it.<a href="qlistviewitemiterator.html#current">current</a>(); ++it ) + for ( ; it.<a href="tqlistviewitemiterator.html#current">current</a>(); ++it ) // ...check state of childs, and... - if ( it.<a href="qlistviewitemiterator.html#current">current</a>()->parent() ) + if ( it.<a href="tqlistviewitemiterator.html#current">current</a>()->parent() ) // ...if the item is checked... - if ( ( (TQCheckListItem*)it.<a href="qlistviewitemiterator.html#current">current</a>() )->isOn() ) + if ( ( (TQCheckListItem*)it.<a href="tqlistviewitemiterator.html#current">current</a>() )->isOn() ) // ...set the text of the item to the label - label-><a href="tqlabel.html#setText">setText</a>( it.<a href="qlistviewitemiterator.html#current">current</a>()->text( 0 ) ); + label-><a href="tqlabel.html#setText">setText</a>( it.<a href="tqlistviewitemiterator.html#current">current</a>()->text( 0 ) ); } </pre> diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 2fb6c158e..04de7fed6 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="30,115,149,129" href="tqpainter.html"> <area shape="rect" coords="30,129,136,148" href="tqpen.html"> <area shape="rect" coords="33,149,147,168" href="tqsyntaxhighlighter.html"> -<area shape="rect" coords="33,168,133,185" href="qtab.html"> +<area shape="rect" coords="33,168,133,185" href="tqtab.html"> <area shape="rect" coords="31,186,134,203" href="tqthread.html"> <area shape="rect" coords="31,203,129,220" href="tqtooltip.html"> <area shape="rect" coords="33,220,129,240" href="tqwhatsthis.html"> @@ -130,7 +130,7 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="293,646,409,663" href="tqdataview.html"> <area shape="rect" coords="291,663,410,689" href="tqdatatable.html"> <area shape="rect" coords="393,34,468,76" href="tqwidget.html"> -<area shape="rect" coords="461,63,541,79" href="ntqbutton.html"> +<area shape="rect" coords="461,63,541,79" href="tqbutton.html"> <area shape="rect" coords="447,80,542,97" href="tqcombobox.html"> <area shape="rect" coords="448,98,543,114" href="tqdateedit.html"> <area shape="rect" coords="445,114,543,132" href="tqdatetimeedit.html"> @@ -140,45 +140,45 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="445,186,542,201" href="ntqdockarea.html"> <area shape="rect" coords="445,201,540,222" href="tqworkspace.html"> <area shape="rect" coords="443,222,541,240" href="tqglwidget.html"> -<area shape="rect" coords="443,240,536,256" href="ntqheader.html"> +<area shape="rect" coords="443,240,536,256" href="tqheader.html"> <area shape="rect" coords="444,256,536,277" href="tqmainwindow.html"> <area shape="rect" coords="444,277,535,293" href="tqscrollbar.html"> <area shape="rect" coords="444,293,535,309" href="tqslider.html"> -<area shape="rect" coords="445,309,535,326" href="ntqframe.html"> +<area shape="rect" coords="445,309,535,326" href="tqframe.html"> <area shape="rect" coords="444,327,536,345" href="tqsizegrip.html"> <area shape="rect" coords="445,345,540,360" href="tqspinbox.html"> <area shape="rect" coords="446,361,540,383" href="ntqsplashscreen.html"> <area shape="rect" coords="446,383,541,399" href="tqstatusbar.html"> -<area shape="rect" coords="443,399,541,418" href="ntqtabbar.html"> -<area shape="rect" coords="445,418,542,434" href="ntqtabwidget.html"> +<area shape="rect" coords="443,399,541,418" href="tqtabbar.html"> +<area shape="rect" coords="445,418,542,434" href="tqtabwidget.html"> <area shape="rect" coords="445,434,545,453" href="tqtimeedit.html"> <area shape="rect" coords="446,453,539,470" href="tqtoolbox.html"> <area shape="rect" coords="445,470,539,487" href="tqscrollview.html"> <area shape="rect" coords="445,487,544,505" href="tqcanvasview.html"> <area shape="rect" coords="448,503,541,524" href="tqiconview.html"> -<area shape="rect" coords="448,524,545,542" href="ntqlistview.html"> -<area shape="rect" coords="458,542,545,558" href="ntqlistbox.html"> +<area shape="rect" coords="448,524,545,542" href="tqlistview.html"> +<area shape="rect" coords="458,542,545,558" href="tqlistbox.html"> <area shape="rect" coords="458,558,548,577" href="tqtextedit.html"> <area shape="rect" coords="460,577,548,593" href="tqtextbrowser.html"> -<area shape="rect" coords="460,594,547,613" href="qgridlayout.html"> +<area shape="rect" coords="460,594,547,613" href="tqgridlayout.html"> <area shape="rect" coords="456,613,547,629" href="qboxlayout.html"> <area shape="rect" coords="456,629,544,649" href="qhboxlayout.html"> <area shape="rect" coords="454,649,542,663" href="qvboxlayout.html"> -<area shape="rect" coords="454,663,536,689" href="ntqtable.html"> +<area shape="rect" coords="454,663,536,689" href="tqtable.html"> <area shape="rect" coords="549,50,651,81" href="tqcheckbox.html"> <area shape="rect" coords="547,81,650,98" href="tqtoolbutton.html"> <area shape="rect" coords="548,99,651,114" href="tqpushbutton.html"> <area shape="rect" coords="551,115,651,137" href="tqradiobutton.html"> -<area shape="rect" coords="553,146,643,169" href="ntqwizard.html"> -<area shape="rect" coords="549,170,646,185" href="ntqtabdialog.html"> +<area shape="rect" coords="553,146,643,169" href="tqwizard.html"> +<area shape="rect" coords="549,170,646,185" href="tqtabdialog.html"> <area shape="rect" coords="549,185,647,204" href="tqfiledialog.html"> <area shape="rect" coords="550,204,648,221" href="tqfontdialog.html"> <area shape="rect" coords="550,221,652,240" href="ntqinputdialog.html"> <area shape="rect" coords="547,240,652,258" href="tqcolordialog.html"> <area shape="rect" coords="548,259,662,275" href="ntqmessagebox.html"> <area shape="rect" coords="545,275,662,291" href="ntqerrormessage.html"> -<area shape="rect" coords="545,292,660,318" href="ntqprogressdialog.html"> -<area shape="rect" coords="549,321,649,345" href="ntqgrid.html"> +<area shape="rect" coords="545,292,660,318" href="tqprogressdialog.html"> +<area shape="rect" coords="549,321,649,345" href="tqgrid.html"> <area shape="rect" coords="550,345,650,362" href="tqlabel.html"> <area shape="rect" coords="550,362,653,382" href="ntqhbox.html"> <area shape="rect" coords="545,382,653,398" href="ntqvbox.html"> @@ -187,15 +187,15 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="548,435,654,451" href="tqmenubar.html"> <area shape="rect" coords="551,451,654,470" href="ntqgroupbox.html"> <area shape="rect" coords="551,470,655,486" href="tqpopupmenu.html"> -<area shape="rect" coords="554,487,655,505" href="ntqprogressbar.html"> +<area shape="rect" coords="554,487,655,505" href="tqprogressbar.html"> <area shape="rect" coords="554,505,657,521" href="tqlcdnumber.html"> <area shape="rect" coords="554,521,657,540" href="tqwidgetstack.html"> <area shape="rect" coords="558,541,655,559" href="ntqdockwindow.html"> <area shape="rect" coords="551,559,650,576" href="tqtoolbar.html"> <area shape="rect" coords="551,576,661,595" href="tqiconviewitem.html"> -<area shape="rect" coords="554,595,661,610" href="qlistviewitem.html"> +<area shape="rect" coords="554,595,661,610" href="tqlistviewitem.html"> <area shape="rect" coords="556,610,657,626" href="tqchecklistitem.html"> -<area shape="rect" coords="554,626,657,644" href="qtableitem.html"> +<area shape="rect" coords="554,626,657,644" href="tqtableitem.html"> <area shape="rect" coords="554,644,661,662" href="tqchecktableitem.html"> <area shape="rect" coords="557,662,661,684" href="tqcombotableitem.html"> <area shape="rect" coords="669,41,777,61" href="tqwidgetfactory.html"> @@ -221,9 +221,9 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="667,524,786,541" href="tqsocketdevice.html"> <area shape="rect" coords="664,541,786,560" href="tqstylesheetitem.html"> <area shape="rect" coords="664,561,792,579" href="qcustommenuitem.html"> -<area shape="rect" coords="664,577,786,593" href="qlistboxitem.html"> -<area shape="rect" coords="664,593,788,611" href="qlistboxtext.html"> -<area shape="rect" coords="663,611,788,631" href="qlistboxpixmap.html"> +<area shape="rect" coords="664,577,786,593" href="tqlistboxitem.html"> +<area shape="rect" coords="664,593,788,611" href="tqlistboxtext.html"> +<area shape="rect" coords="663,611,788,631" href="tqlistboxpixmap.html"> <area shape="rect" coords="663,631,779,646" href="qlayoutitem.html"> <area shape="rect" coords="666,646,780,666" href="qspaceritem.html"> <area shape="rect" coords="668,666,759,686" href="tqwidgetitem.html"> @@ -328,7 +328,7 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="998,578,1088,595" href="tqwmatrix.html"> <area shape="rect" coords="999,595,1119,612" href="ntqhbuttongroup.html"> <area shape="rect" coords="1002,613,1119,627" href="ntqvbuttongroup.html"> -<area shape="rect" coords="1003,627,1118,649" href="ntqbuttongroup.html"> +<area shape="rect" coords="1003,627,1118,649" href="tqbuttongroup.html"> <area shape="rect" coords="997,649,1119,665" href="ntqhgroupbox.html"> <area shape="rect" coords="998,665,1105,685" href="ntqvgroupbox.html"> </map> diff --git a/doc/html/classes.html b/doc/html/classes.html index 311febd6f..e12bb0d10 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -46,7 +46,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqpixmapcache.html">TQPixmapCache</a> <td align="right"> -<td><a href="ntqtabbar.html">TQTabBar</a> +<td><a href="tqtabbar.html">TQTabBar</a> <tr> <td align="right"> <td><a href="ntqaccessible.html">TQAccessible</a> @@ -57,7 +57,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="ntqplatinumstyle.html">TQPlatinumStyle</a> <td align="right"> -<td><a href="ntqtabdialog.html">TQTabDialog</a> +<td><a href="tqtabdialog.html">TQTabDialog</a> <tr> <td align="right"> <td><a href="qaccessibleinterface.html">TQAccessibleInterface</a> @@ -68,7 +68,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqpngimagepacker.html">TQPNGImagePacker</a> <td align="right"> -<td><a href="ntqtable.html">TQTable</a> +<td><a href="tqtable.html">TQTable</a> <tr> <td align="right"> <td><a href="qaccessibleobject.html">TQAccessibleObject</a> @@ -79,7 +79,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqpoint.html">TQPoint</a> <td align="right"> -<td><a href="qtableitem.html">TQTableItem</a> +<td><a href="tqtableitem.html">TQTableItem</a> <tr> <td align="right"> <td><a href="tqaction.html">TQAction</a> @@ -90,7 +90,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqpointarray.html">TQPointArray</a> <td align="right"> -<td><a href="qtableselection.html">TQTableSelection</a> +<td><a href="tqtableselection.html">TQTableSelection</a> <tr> <td align="right"> <td><a href="tqactiongroup.html">TQActionGroup</a> @@ -101,7 +101,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqpopupmenu.html">TQPopupMenu</a> <td align="right"> -<td><a href="qtabletevent.html">TQTabletEvent</a> +<td><a href="tqtabletevent.html">TQTabletEvent</a> <tr> <td align="right"> <td><a href="ntqapplication.html">TQApplication</a> @@ -112,7 +112,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqprinter.html">TQPrinter</a> <td align="right"> -<td><a href="ntqtabwidget.html">TQTabWidget</a> +<td><a href="tqtabwidget.html">TQTabWidget</a> <tr> <td align="right"> <td><a href="tqasciicache.html">TQAsciiCache</a> @@ -132,7 +132,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqimageformattype.html">TQImageFormatType</a> <td align="right"> -<td><a href="ntqprogressbar.html">TQProgressBar</a> +<td><a href="tqprogressbar.html">TQProgressBar</a> <td align="right"> <td><a href="tqtextcodec.html">TQTextCodec</a> <tr> @@ -143,7 +143,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqimageio.html">TQImageIO</a> <td align="right"> -<td><a href="ntqprogressdialog.html">TQProgressDialog</a> +<td><a href="tqprogressdialog.html">TQProgressDialog</a> <td align="right"> <td><a href="tqtextcodecplugin.html">TQTextCodecPlugin</a> <tr> @@ -357,7 +357,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td><a href="tqtranslator.html">TQTranslator</a> <tr> <td align="right"> -<td><a href="ntqbutton.html">TQButton</a> +<td><a href="tqbutton.html">TQButton</a> <td align="right"> <td><a href="tqdropevent.html">TQDropEvent</a> <td align="right"> @@ -368,11 +368,11 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td><a href="tqtranslatormessage.html">TQTranslatorMessage</a> <tr> <td align="right"> -<td><a href="ntqbuttongroup.html">TQButtonGroup</a> +<td><a href="tqbuttongroup.html">TQButtonGroup</a> <td align="right"><b>E</b> <td><a href="tqeditorfactory.html">TQEditorFactory</a> <td align="right"> -<td><a href="ntqlistbox.html">TQListBox</a> +<td><a href="tqlistbox.html">TQListBox</a> <td align="right"> <td><a href="tqserversocket.html">TQServerSocket</a> <td align="right"> @@ -383,7 +383,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="ntqerrormessage.html">TQErrorMessage</a> <td align="right"> -<td><a href="qlistboxitem.html">TQListBoxItem</a> +<td><a href="tqlistboxitem.html">TQListBoxItem</a> <td align="right"> <td><a href="tqsessionmanager.html">TQSessionManager</a> <td align="right"><b>U</b> @@ -394,7 +394,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqeucjpcodec.html">TQEucJpCodec</a> <td align="right"> -<td><a href="qlistboxpixmap.html">TQListBoxPixmap</a> +<td><a href="tqlistboxpixmap.html">TQListBoxPixmap</a> <td align="right"> <td><a href="tqsettings.html">TQSettings</a> <td align="right"> @@ -405,7 +405,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqeuckrcodec.html">TQEucKrCodec</a> <td align="right"> -<td><a href="qlistboxtext.html">TQListBoxText</a> +<td><a href="tqlistboxtext.html">TQListBoxText</a> <td align="right"> <td><a href="ntqsgistyle.html">TQSGIStyle</a> <td align="right"> @@ -416,7 +416,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqevent.html">TQEvent</a> <td align="right"> -<td><a href="ntqlistview.html">TQListView</a> +<td><a href="tqlistview.html">TQListView</a> <td align="right"> <td><a href="qshowevent.html">TQShowEvent</a> <td align="right"> @@ -427,7 +427,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqeventloop.html">TQEventLoop</a> <td align="right"> -<td><a href="qlistviewitem.html">TQListViewItem</a> +<td><a href="tqlistviewitem.html">TQListViewItem</a> <td align="right"> <td><a href="tqsignal.html">TQSignal</a> <td align="right"> @@ -438,7 +438,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"><b>F</b> <td><a href="tqfile.html">TQFile</a> <td align="right"> -<td><a href="qlistviewitemiterator.html">TQListViewItemIterator</a> +<td><a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> <td align="right"> <td><a href="tqsignalmapper.html">TQSignalMapper</a> <td align="right"><b>V</b> @@ -579,7 +579,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqchar.html">TQChar</a> <td align="right"> -<td><a href="ntqframe.html">TQFrame</a> +<td><a href="tqframe.html">TQFrame</a> <td align="right"> <td><a href="ntqmetaobject.html">TQMetaObject</a> <td align="right"> @@ -673,7 +673,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. *<td align="right"> <td><a href="tqsqlerror.html">TQSqlError</a> <td align="right"> -<td><a href="ntqwizard.html">TQWizard</a> +<td><a href="tqwizard.html">TQWizard</a> <tr> <td align="right"> <td><a href="tqcolordialog.html">TQColorDialog</a> @@ -722,7 +722,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqcombotableitem.html">TQComboTableItem</a> <td align="right"> -<td><a href="ntqgrid.html">TQGrid</a> +<td><a href="tqgrid.html">TQGrid</a> <td align="right"> <td><a href="tqmovie.html">TQMovie</a> <td align="right"> @@ -732,7 +732,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="ntqcommonstyle.html">TQCommonStyle</a> <td align="right"> -<td><a href="qgridlayout.html">TQGridLayout</a> +<td><a href="tqgridlayout.html">TQGridLayout</a> <td align="right"> <td><a href="tqmutex.html">TQMutex</a> <td align="right"> @@ -743,7 +743,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqconststring.html">TQConstString</a> <td align="right"> -<td><a href="ntqgridview.html">TQGridView</a> +<td><a href="tqgridview.html">TQGridView</a> <td align="right"> <td><a href="tqmutexlocker.html">TQMutexLocker</a> <td align="right"> @@ -809,7 +809,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="qcustommenuitem.html">TQCustomMenuItem</a> <td align="right"> -<td><a href="ntqheader.html">TQHeader</a> +<td><a href="tqheader.html">TQHeader</a> <td align="right"> <td><a href="qnpwidget.html">TQNPWidget</a> *<td align="right"> @@ -956,7 +956,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqpixmap.html">TQPixmap</a> <td align="right"> -<td><a href="qtab.html">TQTab</a> +<td><a href="tqtab.html">TQTab</a> <td align="right"> <td align="right"> </table> diff --git a/doc/html/clientserver-example.html b/doc/html/clientserver-example.html index 18d58fa49..5a910bfbd 100644 --- a/doc/html/clientserver-example.html +++ b/doc/html/clientserver-example.html @@ -170,7 +170,7 @@ public: connect( server, TQ_SIGNAL(newConnect(ClientSocket*)), TQ_SLOT(newConnect(ClientSocket*)) ); - connect( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, + connect( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); } @@ -247,9 +247,9 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *close = new <a href="tqpushbutton.html">TQPushButton</a>( tr("Close connection") , this ); <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( tr("Quit") , this ); -<a name="x792"></a> connect( send, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(sendToServer()) ); - connect( close, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(closeConnection()) ); - connect( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<a name="x792"></a> connect( send, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(sendToServer()) ); + connect( close, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(closeConnection()) ); + connect( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); // create the socket and connect various of its signals socket = new <a href="tqsocket.html">TQSocket</a>( this ); diff --git a/doc/html/cursor-example.html b/doc/html/cursor-example.html index 1ade74bb7..c119ecc1d 100644 --- a/doc/html/cursor-example.html +++ b/doc/html/cursor-example.html @@ -129,7 +129,7 @@ CursorView::CursorView() // construct view setCaption( "CursorView" ); // set window caption - <a href="qgridlayout.html">TQGridLayout</a>* grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 5, 4, 20 ); + <a href="tqgridlayout.html">TQGridLayout</a>* grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 5, 4, 20 ); <a href="tqlabel.html">TQLabel</a> *label; int i=0; @@ -139,9 +139,9 @@ CursorView::CursorView() // construct view <a name="x1121"></a> label-><a href="tqwidget.html#setCursor">setCursor</a>( TQCursor( list[i].shape ) ); <a name="x1119"></a> label-><a href="tqlabel.html#setText">setText</a>( list[i].name ); <a name="x1118"></a> label-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); -<a name="x1115"></a> label-><a href="ntqframe.html#setMargin">setMargin</a>( 10 ); -<a name="x1114"></a> label-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Box | TQFrame::Raised ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( label, x, y ); +<a name="x1115"></a> label-><a href="tqframe.html#setMargin">setMargin</a>( 10 ); +<a name="x1114"></a> label-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Box | TQFrame::Raised ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( label, x, y ); i++; } } @@ -151,9 +151,9 @@ CursorView::CursorView() // construct view label-><a href="tqwidget.html#setCursor">setCursor</a>( TQCursor( list[i].shape ) ); label-><a href="tqlabel.html#setText">setText</a>( list[i].name ); label-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); - label-><a href="ntqframe.html#setMargin">setMargin</a>( 10 ); - label-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Box | TQFrame::Raised ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( label, 4, 0 ); + label-><a href="tqframe.html#setMargin">setMargin</a>( 10 ); + label-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Box | TQFrame::Raised ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( label, 4, 0 ); @@ -165,9 +165,9 @@ CursorView::CursorView() // construct view label-><a href="tqwidget.html#setCursor">setCursor</a>( custom ); label-><a href="tqlabel.html#setText">setText</a>( "Custom bitmap cursor" ); label-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); - label-><a href="ntqframe.html#setMargin">setMargin</a>( 10 ); - label-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Box | TQFrame::Sunken ); -<a name="x1116"></a> grid-><a href="qgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>( label, 4, 4, 1, 3 ); + label-><a href="tqframe.html#setMargin">setMargin</a>( 10 ); + label-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Box | TQFrame::Sunken ); +<a name="x1116"></a> grid-><a href="tqgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>( label, 4, 4, 1, 3 ); } diff --git a/doc/html/customlayout-example.html b/doc/html/customlayout-example.html index ca3f3ae53..a2ff2fdb7 100644 --- a/doc/html/customlayout-example.html +++ b/doc/html/customlayout-example.html @@ -760,7 +760,7 @@ CardLayout::~CardLayout() #include <<a href="tqcolor-h.html">tqcolor.h</a>> #include <<a href="qgroupbox-h.html">ntqgroupbox.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> -#include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> +#include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> #include <<a href="tqcolor-h.html">tqcolor.h</a>> int main( int argc, char **argv ) @@ -778,7 +778,7 @@ int main( int argc, char **argv ) b1-><a href="ntqlayout.html#add">add</a>( new <a href="tqpushbutton.html">TQPushButton</a>( "More text", f ) ); b1-><a href="ntqlayout.html#add">add</a>( new <a href="tqpushbutton.html">TQPushButton</a>( "Even longer button text", f ) ); <a href="tqpushbutton.html">TQPushButton</a>* qb = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", f ); - a.<a href="tqobject.html#connect">connect</a>( qb, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), TQ_SLOT( quit() ) ); + a.<a href="tqobject.html#connect">connect</a>( qb, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), TQ_SLOT( quit() ) ); b1-><a href="ntqlayout.html#add">add</a>( qb ); <a href="tqwidget.html">TQWidget</a> *wid = new <a href="tqwidget.html">TQWidget</a>( f ); @@ -787,7 +787,7 @@ int main( int argc, char **argv ) <a name="x1537"></a> large-><a href="ntqlayout.html#setSpacing">setSpacing</a>( 5 ); large->addWidget( new <a href="tqpushbutton.html">TQPushButton</a>( "North", wid ), BorderLayout::North ); large->addWidget( new <a href="tqpushbutton.html">TQPushButton</a>( "West", wid ), BorderLayout::West ); - <a href="ntqmultilineedit.html">TQMultiLineEdit</a>* m = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( wid ); + <a href="tqmultilineedit.html">TQMultiLineEdit</a>* m = new <a href="tqmultilineedit.html">TQMultiLineEdit</a>( wid ); m-><a href="tqtextedit.html#setText">setText</a>( "Central\nWidget" ); large->addWidget( m, BorderLayout::Center ); <a href="tqwidget.html">TQWidget</a> *east1 = new <a href="tqpushbutton.html">TQPushButton</a>( "East", wid ); @@ -826,7 +826,7 @@ int main( int argc, char **argv ) <a href="tqlabel.html">TQLabel</a>* s = new <a href="tqlabel.html">TQLabel</a>( f ); s-><a href="tqlabel.html#setText">setText</a>( "outermost box" ); - s-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); + s-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); s-><a href="tqlabel.html#setAlignment">setAlignment</a>( TQt::AlignVCenter | TQt::AlignHCenter ); gm-><a href="qboxlayout.html#addWidget">addWidget</a>( s ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( f ); diff --git a/doc/html/customlayout.html b/doc/html/customlayout.html index 57151449c..ec772f1c6 100644 --- a/doc/html/customlayout.html +++ b/doc/html/customlayout.html @@ -137,7 +137,7 @@ It must be implemented. It is used by <a href="ntqlayout.html#add">TQLayout::add constructor that takes a layout as parent, and it is used to implement the <a href="ntqlayout.html#autoAdd">auto-add</a> feature. If your layout has advanced placement options that require parameters, you must -provide extra access functions such as <a href="qgridlayout.html#addMultiCell">TQGridLayout::addMultiCell</a>(). +provide extra access functions such as <a href="tqgridlayout.html#addMultiCell">TQGridLayout::addMultiCell</a>(). <p> <pre> void CardLayout::addItem( <a href="qlayoutitem.html">TQLayoutItem</a> *item ) { diff --git a/doc/html/dclock-example.html b/doc/html/dclock-example.html index 3351f25e1..dc13195b2 100644 --- a/doc/html/dclock-example.html +++ b/doc/html/dclock-example.html @@ -103,8 +103,8 @@ private: // internal data : <a href="tqlcdnumber.html">TQLCDNumber</a>( parent, name ) { showingColon = FALSE; - <a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Raised ); - <a href="ntqframe.html#setLineWidth">setLineWidth</a>( 2 ); // set frame line width + <a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Raised ); + <a href="tqframe.html#setLineWidth">setLineWidth</a>( 2 ); // set frame line width showTime(); // display the current time normalTimer = <a href="tqobject.html#startTimer">startTimer</a>( 500 ); // 1/2 second timer events showDateTimer = -1; // not showing date diff --git a/doc/html/designer-manual-3.html b/doc/html/designer-manual-3.html index 56b9ec9b3..bcd31a737 100644 --- a/doc/html/designer-manual-3.html +++ b/doc/html/designer-manual-3.html @@ -205,7 +205,7 @@ body { background: #ffffff; color: black; } <p>Click the viewActionGroup action group in the Action Editor, and drag it to the View menu; drop it on this menu (when the horizontal red line appears beneath the View menu). Because we dragged the action group, <em>all</em> its actions (in our case the viewTableAction and viewIconsAction) are added to the relevant menu. We'll also make the view actions available on the toolbar. Click the viewActionGroup once again, and drag it to the toolbar; drop it the right of the separator at the far right of the toolbar, and drop it on the toolbar's edge. (Again, a vertical red line will indicate the position.)</p> <p>Don't forget that you can preview to see things in action with <b>Ctrl+T</b>, and to click <b>File|Save</b> (or press <b>Ctrl+S</b>) regularly! If you preview now you will find that if you click the view toolbar buttons and menu options that both the toolbar buttons and the menu items automatically stay in sync.</p> <h3><a name="5"></a>Creating the Main Widget</h3> -<p>Most main-window style applications consist of a menu bar, a toolbar, a status bar and a central widget. We've already created a menu bar and toolbar, and since we've created a <a href="tqmainwindow.html">TQMainWindow</a> (via the main window wizard), we also have a status bar. Widgets commonly used as an application's main widget are <a href="ntqlistview.html">TQListView</a> (which provides a tree view), <a href="ntqtable.html">TQTable</a> and <a href="tqtextedit.html">TQTextEdit</a>. Since we want to provide our users with two different views of the same data, we'll use a <a href="tqwidgetstack.html">TQWidgetStack</a> as our main widget. The <a href="tqwidgetstack.html">TQWidgetStack</a> has no visual representation of its own; you place one or more widgets on each <a href="tqwidgetstack.html">TQWidgetStack</a> "page", as if each page was a form in its own right, and then provide the user with some mechanism for switching between pages. (This is similar in principle to using a <a href="ntqtabwidget.html">TQTabWidget</a>.) We want to provide our users with two views: a tabular view that lists colors and their names, and an icon-based view that shows color swatches. In our example we only place a single widget on each <a href="tqwidgetstack.html">TQWidgetStack</a> page; but this merely reflects the application's design -- we could have placed any number of widgets on each page.</p> +<p>Most main-window style applications consist of a menu bar, a toolbar, a status bar and a central widget. We've already created a menu bar and toolbar, and since we've created a <a href="tqmainwindow.html">TQMainWindow</a> (via the main window wizard), we also have a status bar. Widgets commonly used as an application's main widget are <a href="tqlistview.html">TQListView</a> (which provides a tree view), <a href="tqtable.html">TQTable</a> and <a href="tqtextedit.html">TQTextEdit</a>. Since we want to provide our users with two different views of the same data, we'll use a <a href="tqwidgetstack.html">TQWidgetStack</a> as our main widget. The <a href="tqwidgetstack.html">TQWidgetStack</a> has no visual representation of its own; you place one or more widgets on each <a href="tqwidgetstack.html">TQWidgetStack</a> "page", as if each page was a form in its own right, and then provide the user with some mechanism for switching between pages. (This is similar in principle to using a <a href="tqtabwidget.html">TQTabWidget</a>.) We want to provide our users with two views: a tabular view that lists colors and their names, and an icon-based view that shows color swatches. In our example we only place a single widget on each <a href="tqwidgetstack.html">TQWidgetStack</a> page; but this merely reflects the application's design -- we could have placed any number of widgets on each page.</p> <p>Click the Toolbox's Containers button, then click WidgetStack. Click approximately in the middle of the form to place the widget stack. Change the widget stack's <em>name</em> property to "colorWidgetStack".</p> <p align="center"><img align="middle" src="mw-addmainwidg.png" width="641" height="394"> </p> @@ -518,7 +518,7 @@ body { background: #ffffff; color: black; } <h4><a name="6-17"></a>changedIconColor()</h4> <pre> void MainForm::changedIconColor( <a href="tqiconviewitem.html">TQIconViewItem</a> *item ) { - changedColor( item-><a href="qtableitem.html#text">text</a>() ); + changedColor( item-><a href="tqtableitem.html#text">text</a>() ); } </pre> <p>This slot is connected for the same purpose as <tt>changedTableColor()</tt>, above. It also calls <tt>changedColor()</tt> with the name of the current color. (If you're cutting and pasting the code don't forget to name the <a href="tqiconviewitem.html">TQIconViewItem</a> parameter "item".)</p> @@ -782,7 +782,7 @@ Captures: cap(1) cap(2) cap(3) cap(4) } else if ( <a href="tqwidget.html#visible-prop">visible</a> == iconsPage && colorIconView->currentItem() ) { <a href="tqiconviewitem.html">TQIconViewItem</a> *item = colorIconView->currentItem(); - <a href="tqobject.html#name-prop">name</a> = item-><a href="qtableitem.html#text">text</a>(); + <a href="tqobject.html#name-prop">name</a> = item-><a href="tqtableitem.html#text">text</a>(); if ( colorIconView->count() == 1 ) colorIconView->clear(); else { @@ -819,7 +819,7 @@ Captures: cap(1) cap(2) cap(3) cap(4) } else if ( <a href="tqwidget.html#visible-prop">visible</a> == iconsPage && colorIconView->currentItem() ) { <a href="tqiconviewitem.html">TQIconViewItem</a> *item = colorIconView->currentItem(); - text = item-><a href="qtableitem.html#text">text</a>(); + text = item-><a href="tqtableitem.html#text">text</a>(); } if ( ! text.<a href="tqstring.html#isNull">isNull</a>() ) { <a href="tqcolor.html">TQColor</a> color = m_colors[text]; diff --git a/doc/html/designer-manual-4.html b/doc/html/designer-manual-4.html index a38c2e628..79779d608 100644 --- a/doc/html/designer-manual-4.html +++ b/doc/html/designer-manual-4.html @@ -304,7 +304,7 @@ body { background: #ffffff; color: black; } else if ( <a href="tqwidget.html#visible-prop">visible</a> == iconsPage ) { <a href="tqiconviewitem.html">TQIconViewItem</a> *start = colorIconView->currentItem(); for ( <a href="tqiconviewitem.html">TQIconViewItem</a> *item = start-><a href="tqiconviewitem.html#nextItem">nextItem</a>(); item; item = item-><a href="tqiconviewitem.html#nextItem">nextItem</a>() ) - if ( item-><a href="qtableitem.html#text">text</a>().lower().contains( ltext ) ) { + if ( item-><a href="tqtableitem.html#text">text</a>().lower().contains( ltext ) ) { colorIconView->setCurrentItem( item ); colorIconView->ensureItemVisible( item ); found = TRUE; diff --git a/doc/html/designer-manual-7.html b/doc/html/designer-manual-7.html index 539028b38..7c7379ee1 100644 --- a/doc/html/designer-manual-7.html +++ b/doc/html/designer-manual-7.html @@ -186,7 +186,7 @@ DBFILE = vcr.db button-><a href="tqwidget.html#setFixedWidth">setFixedWidth</a>( button-><a href="tqwidget.html#fontMetrics">fontMetrics</a>().width( " ... " ) ); layout-><a href="qboxlayout.html#addWidget">addWidget</a>( button ); - <a href="tqobject.html#connect">connect</a>( button, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), + <a href="tqobject.html#connect">connect</a>( button, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFile() ) ); </pre> <p>We connect the lineEdit's<!-- index textChanged() --> <tt>textChanged()</tt> signal to the custom widget's <tt>fileNameChanged()</tt> signal. This ensures that if the user changes the text in the <a href="tqlineedit.html">TQLineEdit</a> this fact will be propagated via the custom widget's own signal. The button's<!-- index clicked() --> <tt>clicked()</tt> signal is connected to the custom widget's <tt>chooseFile()</tt> slot which invokes the appropriate dialog for the user to choose their file or directory.</p> @@ -348,7 +348,7 @@ DEFINES += FILECHOOSER_IS_WIDGET return FALSE; } </pre> - <p>Copy this function changing the class name to suit your widget plugin implementation. It should return <tt>TRUE</tt> if your custom widget can contain other widgets, e.g. like <a href="ntqframe.html">TQFrame</a>, or <tt>FALSE</tt> if it must not contain other widgets, e.g. like <a href="tqpushbutton.html">TQPushButton</a>.</p> + <p>Copy this function changing the class name to suit your widget plugin implementation. It should return <tt>TRUE</tt> if your custom widget can contain other widgets, e.g. like <a href="tqframe.html">TQFrame</a>, or <tt>FALSE</tt> if it must not contain other widgets, e.g. like <a href="tqpushbutton.html">TQPushButton</a>.</p> <!-- index Macros!TQ_EXPORT_PLUGIN --><!-- index TQ_EXPORT_PLUGIN --><p>The <tt>TQ_EXPORT_PLUGIN</tt> macro.</p> <pre> TQ_EXPORT_PLUGIN( CustomWidgetPlugin ) </pre> diff --git a/doc/html/designer-manual-9.html b/doc/html/designer-manual-9.html index 445c822c1..3356cb8fd 100644 --- a/doc/html/designer-manual-9.html +++ b/doc/html/designer-manual-9.html @@ -198,7 +198,7 @@ myform.h: myform.ui <p>GTK allows a layout position to be occupied by a placeholder. <em>TQt Designer</em> converts those placeholders into <a href="tqlabel.html">TQLabel</a>s whose text is "?" in red, so that you can find them and fix them manually.</p> <li><p>GTK+ or GNOME widget with no TQt equivalent</p> <p>TQt has equivalents for most GTK+ widgets, but Glade also supports GNOME, whose goal is to provide a complete desktop environment. Because TQt's scope is narrower, when <em>TQt Designer</em> encounters a widget it cannot convert, it replaces it with a label that indicates the problem. For example, a GnomePaperSelector will be replaced by a <a href="tqlabel.html">TQLabel</a> whose text is "GnomePaperSelector?" in red. If you are porting to KDE, you might want to use the corresponding KDE widget.</p> -<p>Other GTK+/GNOME widgets are only supported in certain contexts. For example, the GnomeDruid can be embedded in another widget, whereas the corresponding <a href="ntqwizard.html">TQWizard</a> class cannot.</p> +<p>Other GTK+/GNOME widgets are only supported in certain contexts. For example, the GnomeDruid can be embedded in another widget, whereas the corresponding <a href="tqwizard.html">TQWizard</a> class cannot.</p> <li><p>Message boxes and other high-level dialogs</p> <p>Glade supports editing of GnomeMessageBox, GtkFileSelection, GtkFontSelectionDialog and others. This is trivially achieved in TQt by means of a <a href="ntqmessagebox.html">TQMessageBox</a> dialog, a <a href="tqfiledialog.html">TQFileDialog</a>, a <a href="tqfontdialog.html">TQFontDialog</a>, etc., in C++ code.</p> <li><p>Stand-alone popup menus</p> diff --git a/doc/html/dialogs.html b/doc/html/dialogs.html index 54419de4d..761fc461d 100644 --- a/doc/html/dialogs.html +++ b/doc/html/dialogs.html @@ -43,9 +43,9 @@ boxes, generally. <tr bgcolor=#f0f0f0><td><b><a href="tqfontdialog.html">TQFontDialog</a></b><td>Dialog widget for selecting a font <tr bgcolor=#f0f0f0><td><b><a href="ntqinputdialog.html">TQInputDialog</a></b><td>Simple convenience dialog to get a single value from the user <tr bgcolor=#f0f0f0><td><b><a href="ntqmessagebox.html">TQMessageBox</a></b><td>Modal dialog with a short message, an icon, and some buttons -<tr bgcolor=#f0f0f0><td><b><a href="ntqprogressdialog.html">TQProgressDialog</a></b><td>Feedback on the progress of a slow operation -<tr bgcolor=#f0f0f0><td><b><a href="ntqtabdialog.html">TQTabDialog</a></b><td>Stack of tabbed widgets -<tr bgcolor=#f0f0f0><td><b><a href="ntqwizard.html">TQWizard</a></b><td>Framework for wizard dialogs +<tr bgcolor=#f0f0f0><td><b><a href="tqprogressdialog.html">TQProgressDialog</a></b><td>Feedback on the progress of a slow operation +<tr bgcolor=#f0f0f0><td><b><a href="tqtabdialog.html">TQTabDialog</a></b><td>Stack of tabbed widgets +<tr bgcolor=#f0f0f0><td><b><a href="tqwizard.html">TQWizard</a></b><td>Framework for wizard dialogs </table> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/dirview-example.html b/doc/html/dirview-example.html index a896745ae..06227af62 100644 --- a/doc/html/dirview-example.html +++ b/doc/html/dirview-example.html @@ -52,7 +52,7 @@ Drag&Drop in a listview. #ifndef DIRVIEW_H #define DIRVIEW_H -#include <<a href="qlistview-h.html">ntqlistview.h</a>> +#include <<a href="tqlistview-h.html">tqlistview.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqfileinfo-h.html">tqfileinfo.h</a>> @@ -64,11 +64,11 @@ class TQDragMoveEvent; class TQDragLeaveEvent; class TQDropEvent; -class FileItem : public <a href="qlistviewitem.html">TQListViewItem</a> +class FileItem : public <a href="tqlistviewitem.html">TQListViewItem</a> { public: - FileItem( <a href="qlistviewitem.html">TQListViewItem</a> *parent, const <a href="tqstring.html">TQString</a> &s1, const <a href="tqstring.html">TQString</a> &s2 ) - : <a href="qlistviewitem.html">TQListViewItem</a>( parent, s1, s2 ), pix( 0 ) {} + FileItem( <a href="tqlistviewitem.html">TQListViewItem</a> *parent, const <a href="tqstring.html">TQString</a> &s1, const <a href="tqstring.html">TQString</a> &s2 ) + : <a href="tqlistviewitem.html">TQListViewItem</a>( parent, s1, s2 ), pix( 0 ) {} const <a href="tqpixmap.html">TQPixmap</a> *pixmap( int i ) const; #if !defined(Q_NO_USING_KEYWORD) @@ -81,12 +81,12 @@ private: }; -class Directory : public <a href="qlistviewitem.html">TQListViewItem</a> +class Directory : public <a href="tqlistviewitem.html">TQListViewItem</a> { public: - Directory( <a href="ntqlistview.html">TQListView</a> * parent, const <a href="tqstring.html">TQString</a>& filename ); + Directory( <a href="tqlistview.html">TQListView</a> * parent, const <a href="tqstring.html">TQString</a>& filename ); Directory( Directory * parent, const <a href="tqstring.html">TQString</a>& filename, const <a href="tqstring.html">TQString</a> &col2 ) - : <a href="qlistviewitem.html">TQListViewItem</a>( parent, filename, col2 ), pix( 0 ) {} + : <a href="tqlistviewitem.html">TQListViewItem</a>( parent, filename, col2 ), pix( 0 ) {} Directory( Directory * parent, const <a href="tqstring.html">TQString</a>& filename ); <a href="tqstring.html">TQString</a> text( int column ) const; @@ -111,7 +111,7 @@ private: }; -class DirectoryView : public <a href="ntqlistview.html">TQListView</a> +class DirectoryView : public <a href="tqlistview.html">TQListView</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> @@ -126,7 +126,7 @@ signals: void folderSelected( const <a href="tqstring.html">TQString</a> & ); protected slots: - void slotFolderSelected( <a href="qlistviewitem.html">TQListViewItem</a> * ); + void slotFolderSelected( <a href="tqlistviewitem.html">TQListViewItem</a> * ); void openFolder(); protected: @@ -141,8 +141,8 @@ protected: private: <a href="tqstring.html">TQString</a> fullPath(TQListViewItem* item); bool dirsOnly; - <a href="qlistviewitem.html">TQListViewItem</a> *oldCurrent; - <a href="qlistviewitem.html">TQListViewItem</a> *dropItem; + <a href="tqlistviewitem.html">TQListViewItem</a> *oldCurrent; + <a href="tqlistviewitem.html">TQListViewItem</a> *dropItem; <a href="tqtimer.html">TQTimer</a>* autoopen_timer; <a href="tqpoint.html">TQPoint</a> presspos; bool mousePressed; @@ -181,7 +181,7 @@ can be used in any other trees. #include <<a href="tqstrlist-h.html">tqstrlist.h</a>> #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qheader-h.html">ntqheader.h</a>> +#include <<a href="tqheader-h.html">tqheader.h</a>> static const char* folder_closed_xpm[]={ "16 16 9 1", @@ -308,7 +308,7 @@ TQPixmap *fileNormal = 0; *****************************************************************************/ <a name="f476"></a>Directory::Directory( Directory * parent, const <a href="tqstring.html">TQString</a>& filename ) - : <a href="qlistviewitem.html">TQListViewItem</a>( parent ), f(filename), + : <a href="tqlistviewitem.html">TQListViewItem</a>( parent ), f(filename), showDirsOnly( parent->showDirsOnly ), pix( 0 ) { @@ -316,14 +316,14 @@ TQPixmap *fileNormal = 0; readable = TQDir( fullName() ).isReadable(); if ( !readable ) - <a href="qlistviewitem.html#setPixmap">setPixmap</a>( folderLocked ); + <a href="tqlistviewitem.html#setPixmap">setPixmap</a>( folderLocked ); else - <a href="qlistviewitem.html#setPixmap">setPixmap</a>( folderClosed ); + <a href="tqlistviewitem.html#setPixmap">setPixmap</a>( folderClosed ); } -Directory::Directory( <a href="ntqlistview.html">TQListView</a> * parent, const <a href="tqstring.html">TQString</a>& filename ) - : <a href="qlistviewitem.html">TQListViewItem</a>( parent ), f(filename), +Directory::Directory( <a href="tqlistview.html">TQListView</a> * parent, const <a href="tqstring.html">TQString</a>& filename ) + : <a href="tqlistviewitem.html">TQListViewItem</a>( parent ), f(filename), showDirsOnly( ( (DirectoryView*)parent )->showDirsOnly() ), pix( 0 ) { @@ -332,52 +332,52 @@ Directory::Directory( <a href="ntqlistview.html">TQListView</a> * parent, const } -<a name="x1691"></a>void Directory::<a href="qlistviewitem.html#setPixmap">setPixmap</a>( <a href="tqpixmap.html">TQPixmap</a> *px ) +<a name="x1691"></a>void Directory::<a href="tqlistviewitem.html#setPixmap">setPixmap</a>( <a href="tqpixmap.html">TQPixmap</a> *px ) { pix = px; - <a href="qlistviewitem.html#setup">setup</a>(); - <a href="qlistviewitem.html#widthChanged">widthChanged</a>( 0 ); - <a href="qlistviewitem.html#invalidateHeight">invalidateHeight</a>(); - <a href="qlistviewitem.html#repaint">repaint</a>(); + <a href="tqlistviewitem.html#setup">setup</a>(); + <a href="tqlistviewitem.html#widthChanged">widthChanged</a>( 0 ); + <a href="tqlistviewitem.html#invalidateHeight">invalidateHeight</a>(); + <a href="tqlistviewitem.html#repaint">repaint</a>(); } -<a name="x1689"></a>const TQPixmap *Directory::<a href="qlistviewitem.html#pixmap">pixmap</a>( int i ) const +<a name="x1689"></a>const TQPixmap *Directory::<a href="tqlistviewitem.html#pixmap">pixmap</a>( int i ) const { if ( i ) return 0; return pix; } -<a name="x1690"></a>void Directory::<a href="qlistviewitem.html#setOpen">setOpen</a>( bool o ) +<a name="x1690"></a>void Directory::<a href="tqlistviewitem.html#setOpen">setOpen</a>( bool o ) { if ( o ) - <a href="qlistviewitem.html#setPixmap">setPixmap</a>( folderOpen ); + <a href="tqlistviewitem.html#setPixmap">setPixmap</a>( folderOpen ); else - <a href="qlistviewitem.html#setPixmap">setPixmap</a>( folderClosed ); + <a href="tqlistviewitem.html#setPixmap">setPixmap</a>( folderClosed ); if ( o && !childCount() ) { <a href="tqstring.html">TQString</a> s( fullName() ); <a href="tqdir.html">TQDir</a> thisDir( s ); <a name="x1667"></a> if ( !thisDir.<a href="tqdir.html#isReadable">isReadable</a>() ) { readable = FALSE; - <a href="qlistviewitem.html#setExpandable">setExpandable</a>( FALSE ); + <a href="tqlistviewitem.html#setExpandable">setExpandable</a>( FALSE ); return; } - <a href="qlistviewitem.html#listView">listView</a>()->setUpdatesEnabled( FALSE ); + <a href="tqlistviewitem.html#listView">listView</a>()->setUpdatesEnabled( FALSE ); <a name="x1666"></a> const TQFileInfoList * files = thisDir.<a href="tqdir.html#entryInfoList">entryInfoList</a>(); if ( files ) { TQFileInfoListIterator it( *files ); <a href="tqfileinfo.html">TQFileInfo</a> * fi; -<a name="x1694"></a> while( (fi=it.<a href="qlistviewitemiterator.html#current">current</a>()) != 0 ) { +<a name="x1694"></a> while( (fi=it.<a href="tqlistviewitemiterator.html#current">current</a>()) != 0 ) { ++it; <a name="x1675"></a> if ( fi-><a href="tqfileinfo.html#fileName">fileName</a>() == "." || fi-><a href="tqfileinfo.html#fileName">fileName</a>() == ".." ) ; // nothing <a name="x1678"></a> else if ( fi-><a href="tqfileinfo.html#isSymLink">isSymLink</a>() && !showDirsOnly ) { FileItem *item = new FileItem( this, fi-><a href="tqfileinfo.html#fileName">fileName</a>(), "Symbolic Link" ); - item-><a href="qlistviewitem.html#setPixmap">setPixmap</a>( fileNormal ); + item-><a href="tqlistviewitem.html#setPixmap">setPixmap</a>( fileNormal ); } <a name="x1676"></a> else if ( fi-><a href="tqfileinfo.html#isDir">isDir</a>() ) (void)new Directory( this, fi-><a href="tqfileinfo.html#fileName">fileName</a>() ); @@ -385,20 +385,20 @@ Directory::Directory( <a href="ntqlistview.html">TQListView</a> * parent, const FileItem *item = new FileItem( this, fi-><a href="tqfileinfo.html#fileName">fileName</a>(), <a name="x1677"></a> fi-><a href="tqfileinfo.html#isFile">isFile</a>()?"File":"Special" ); - item-><a href="qlistviewitem.html#setPixmap">setPixmap</a>( fileNormal ); + item-><a href="tqlistviewitem.html#setPixmap">setPixmap</a>( fileNormal ); } } } listView()->setUpdatesEnabled( TRUE ); } - TQListViewItem::<a href="qlistviewitem.html#setOpen">setOpen</a>( o ); + TQListViewItem::<a href="tqlistviewitem.html#setOpen">setOpen</a>( o ); } -<a name="x1692"></a>void Directory::<a href="qlistviewitem.html#setup">setup</a>() +<a name="x1692"></a>void Directory::<a href="tqlistviewitem.html#setup">setup</a>() { setExpandable( TRUE ); - TQListViewItem::<a href="qlistviewitem.html#setup">setup</a>(); + TQListViewItem::<a href="tqlistviewitem.html#setup">setup</a>(); } @@ -416,7 +416,7 @@ TQString <a name="f477"></a>Directory::fullName() } -<a name="x1693"></a>TQString Directory::<a href="qlistviewitem.html#text">text</a>( int column ) const +<a name="x1693"></a>TQString Directory::<a href="tqlistviewitem.html#text">text</a>( int column ) const { if ( column == 0 ) return f.name(); @@ -433,7 +433,7 @@ TQString <a name="f477"></a>Directory::fullName() *****************************************************************************/ <a name="f478"></a>DirectoryView::DirectoryView( <a href="tqwidget.html">TQWidget</a> *parent, const char *name, bool sdo ) - : <a href="ntqlistview.html">TQListView</a>( parent, name ), dirsOnly( sdo ), oldCurrent( 0 ), + : <a href="tqlistview.html">TQListView</a>( parent, name ), dirsOnly( sdo ), oldCurrent( 0 ), dropItem( 0 ), mousePressed( FALSE ) { autoopen_timer = new <a href="tqtimer.html">TQTimer</a>( this ); @@ -444,10 +444,10 @@ TQString <a name="f477"></a>Directory::fullName() fileNormal = new <a href="tqpixmap.html">TQPixmap</a>( pix_file ); } - <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqlistview.html#doubleClicked">doubleClicked</a>( <a href="qlistviewitem.html">TQListViewItem</a> * ) ), - this, TQ_SLOT( slotFolderSelected( <a href="qlistviewitem.html">TQListViewItem</a> * ) ) ); - <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqlistview.html#returnPressed">returnPressed</a>( <a href="qlistviewitem.html">TQListViewItem</a> * ) ), - this, TQ_SLOT( slotFolderSelected( <a href="qlistviewitem.html">TQListViewItem</a> * ) ) ); + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="tqlistview.html#doubleClicked">doubleClicked</a>( <a href="tqlistviewitem.html">TQListViewItem</a> * ) ), + this, TQ_SLOT( slotFolderSelected( <a href="tqlistviewitem.html">TQListViewItem</a> * ) ) ); + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="tqlistview.html#returnPressed">returnPressed</a>( <a href="tqlistviewitem.html">TQListViewItem</a> * ) ), + this, TQ_SLOT( slotFolderSelected( <a href="tqlistviewitem.html">TQListViewItem</a> * ) ) ); <a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>( TRUE ); <a href="tqscrollview.html#viewport">viewport</a>()->setAcceptDrops( TRUE ); @@ -456,7 +456,7 @@ TQString <a name="f477"></a>Directory::fullName() this, TQ_SLOT( openFolder() ) ); } -void <a name="f479"></a>DirectoryView::slotFolderSelected( <a href="qlistviewitem.html">TQListViewItem</a> *i ) +void <a name="f479"></a>DirectoryView::slotFolderSelected( <a href="tqlistviewitem.html">TQListViewItem</a> *i ) { if ( !i || !showDirsOnly() ) return; @@ -484,9 +484,9 @@ static const int autoopenTime = 750; return; } - oldCurrent = <a href="ntqlistview.html#currentItem">currentItem</a>(); + oldCurrent = <a href="tqlistview.html#currentItem">currentItem</a>(); -<a name="x1673"></a> <a href="qlistviewitem.html">TQListViewItem</a> *i = <a href="ntqlistview.html#itemAt">itemAt</a>( <a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>(e-><a href="tqdropevent.html#pos">pos</a>()) ); +<a name="x1673"></a> <a href="tqlistviewitem.html">TQListViewItem</a> *i = <a href="tqlistview.html#itemAt">itemAt</a>( <a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>(e-><a href="tqdropevent.html#pos">pos</a>()) ); if ( i ) { dropItem = i; <a name="x1704"></a> autoopen_timer-><a href="tqtimer.html#start">start</a>( autoopenTime ); @@ -502,9 +502,9 @@ static const int autoopenTime = 750; } <a href="tqpoint.html">TQPoint</a> vp = <a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>( ( (TQDragMoveEvent*)e )->pos() ); - <a href="qlistviewitem.html">TQListViewItem</a> *i = <a href="ntqlistview.html#itemAt">itemAt</a>( vp ); + <a href="tqlistviewitem.html">TQListViewItem</a> *i = <a href="tqlistview.html#itemAt">itemAt</a>( vp ); if ( i ) { - <a href="ntqlistview.html#setSelected">setSelected</a>( i, TRUE ); + <a href="tqlistview.html#setSelected">setSelected</a>( i, TRUE ); <a name="x1668"></a> e-><a href="tqdragmoveevent.html#accept">accept</a>(); if ( i != dropItem ) { autoopen_timer-><a href="tqtimer.html#stop">stop</a>(); @@ -535,8 +535,8 @@ static const int autoopenTime = 750; autoopen_timer-><a href="tqtimer.html#stop">stop</a>(); dropItem = 0; - <a href="ntqlistview.html#setCurrentItem">setCurrentItem</a>( oldCurrent ); - <a href="ntqlistview.html#setSelected">setSelected</a>( oldCurrent, TRUE ); + <a href="tqlistview.html#setCurrentItem">setCurrentItem</a>( oldCurrent ); + <a href="tqlistview.html#setSelected">setSelected</a>( oldCurrent, TRUE ); } <a name="x1682"></a>void DirectoryView::<a href="tqscrollview.html#contentsDropEvent">contentsDropEvent</a>( <a href="tqdropevent.html">TQDropEvent</a> *e ) @@ -548,7 +548,7 @@ static const int autoopenTime = 750; return; } - <a href="qlistviewitem.html">TQListViewItem</a> *item = <a href="ntqlistview.html#itemAt">itemAt</a>( <a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>(e-><a href="tqdropevent.html#pos">pos</a>()) ); + <a href="tqlistviewitem.html">TQListViewItem</a> *item = <a href="tqlistview.html#itemAt">itemAt</a>( <a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>(e-><a href="tqdropevent.html#pos">pos</a>()) ); if ( item ) { <a href="tqstrlist.html">TQStrList</a> lst; @@ -593,12 +593,12 @@ static const int autoopenTime = 750; TQString <a name="f481"></a>DirectoryView::fullPath(TQListViewItem* item) { - <a href="tqstring.html">TQString</a> fullpath = item-><a href="qlistviewitem.html#text">text</a>(0); -<a name="x1688"></a> while ( (item=item-><a href="qlistviewitem.html#parent">parent</a>()) ) { - if ( item-><a href="qlistviewitem.html#parent">parent</a>() ) - fullpath = item-><a href="qlistviewitem.html#text">text</a>(0) + "/" + fullpath; + <a href="tqstring.html">TQString</a> fullpath = item-><a href="tqlistviewitem.html#text">text</a>(0); +<a name="x1688"></a> while ( (item=item-><a href="tqlistviewitem.html#parent">parent</a>()) ) { + if ( item-><a href="tqlistviewitem.html#parent">parent</a>() ) + fullpath = item-><a href="tqlistviewitem.html#text">text</a>(0) + "/" + fullpath; else - fullpath = item-><a href="qlistviewitem.html#text">text</a>(0) + fullpath; + fullpath = item-><a href="tqlistviewitem.html#text">text</a>(0) + fullpath; } #ifdef TQ_WS_WIN <a name="x1702"></a> if (fullpath.<a href="tqstring.html#length">length</a>() > 2 && fullpath[1] != ':') { @@ -610,15 +610,15 @@ TQString <a name="f481"></a>DirectoryView::fullPath(TQListViewItem* item) return fullpath; } -<a name="x1684"></a>void DirectoryView::<a href="ntqlistview.html#contentsMousePressEvent">contentsMousePressEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a>* e ) +<a name="x1684"></a>void DirectoryView::<a href="tqlistview.html#contentsMousePressEvent">contentsMousePressEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a>* e ) { - TQListView::<a href="ntqlistview.html#contentsMousePressEvent">contentsMousePressEvent</a>(e); + TQListView::<a href="tqlistview.html#contentsMousePressEvent">contentsMousePressEvent</a>(e); <a href="tqpoint.html">TQPoint</a> p( contentsToViewport( e-><a href="tqdropevent.html#pos">pos</a>() ) ); - <a href="qlistviewitem.html">TQListViewItem</a> *i = itemAt( p ); + <a href="tqlistviewitem.html">TQListViewItem</a> *i = itemAt( p ); if ( i ) { // if the user clicked into the root decoration of the item, don't try to start a drag! <a name="x1696"></a> if ( p.<a href="tqpoint.html#x">x</a>() > header()->cellPos( header()->mapToActual( 0 ) ) + -<a name="x1686"></a> treeStepSize() * ( i-><a href="qlistviewitem.html#depth">depth</a>() + ( rootIsDecorated() ? 1 : 0) ) + itemMargin() || +<a name="x1686"></a> treeStepSize() * ( i-><a href="tqlistviewitem.html#depth">depth</a>() + ( rootIsDecorated() ? 1 : 0) ) + itemMargin() || p.<a href="tqpoint.html#x">x</a>() < header()->cellPos( header()->mapToActual( 0 ) ) ) { presspos = e-><a href="tqdropevent.html#pos">pos</a>(); mousePressed = TRUE; @@ -626,11 +626,11 @@ TQString <a name="f481"></a>DirectoryView::fullPath(TQListViewItem* item) } } -<a name="x1683"></a>void DirectoryView::<a href="ntqlistview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a>* e ) +<a name="x1683"></a>void DirectoryView::<a href="tqlistview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a>* e ) { if ( mousePressed && ( presspos - e-><a href="tqdropevent.html#pos">pos</a>() ).manhattanLength() > TQApplication::<a href="ntqapplication.html#startDragDistance">startDragDistance</a>() ) { mousePressed = FALSE; - <a href="qlistviewitem.html">TQListViewItem</a> *item = itemAt( contentsToViewport(presspos) ); + <a href="tqlistviewitem.html">TQListViewItem</a> *item = itemAt( contentsToViewport(presspos) ); if ( item ) { <a href="tqstring.html">TQString</a> source = fullPath(item); <a name="x1674"></a> if ( TQFile::<a href="tqfile.html#exists">exists</a>(source) ) { @@ -644,29 +644,29 @@ TQString <a name="f481"></a>DirectoryView::fullPath(TQListViewItem* item) } } -<a name="x1685"></a>void DirectoryView::<a href="ntqlistview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> * ) +<a name="x1685"></a>void DirectoryView::<a href="tqlistview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> * ) { mousePressed = FALSE; } void <a name="f482"></a>DirectoryView::setDir( const <a href="tqstring.html">TQString</a> &s ) { - <a href="qlistviewitemiterator.html">TQListViewItemIterator</a> it( this ); + <a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> it( this ); ++it; - for ( ; it.<a href="qlistviewitemiterator.html#current">current</a>(); ++it ) { - it.<a href="qlistviewitemiterator.html#current">current</a>()->setOpen( FALSE ); + for ( ; it.<a href="tqlistviewitemiterator.html#current">current</a>(); ++it ) { + it.<a href="tqlistviewitemiterator.html#current">current</a>()->setOpen( FALSE ); } <a name="x1703"></a> <a href="tqstringlist.html">TQStringList</a> lst( TQStringList::<a href="tqstringlist.html#split">split</a>( "/", s ) ); - <a href="qlistviewitem.html">TQListViewItem</a> *item = <a href="qlistviewitem.html#firstChild">firstChild</a>(); + <a href="tqlistviewitem.html">TQListViewItem</a> *item = <a href="tqlistviewitem.html#firstChild">firstChild</a>(); <a name="x1698"></a> TQStringList::Iterator it2 = lst.<a href="tqvaluelist.html#begin">begin</a>(); <a name="x1700"></a> for ( ; it2 != lst.<a href="tqvaluelist.html#end">end</a>(); ++it2 ) { while ( item ) { - if ( item-><a href="qlistviewitem.html#text">text</a>( 0 ) == *it2 ) { - item-><a href="qlistviewitem.html#setOpen">setOpen</a>( TRUE ); + if ( item-><a href="tqlistviewitem.html#text">text</a>( 0 ) == *it2 ) { + item-><a href="tqlistviewitem.html#setOpen">setOpen</a>( TRUE ); break; } -<a name="x1687"></a> item = item-><a href="qlistviewitem.html#itemBelow">itemBelow</a>(); +<a name="x1687"></a> item = item-><a href="tqlistviewitem.html#itemBelow">itemBelow</a>(); } } @@ -674,17 +674,17 @@ void <a name="f482"></a>DirectoryView::setDir( const <a href="tqstring.html">TQS setCurrentItem( item ); } -void FileItem::<a href="qlistviewitem.html#setPixmap">setPixmap</a>( <a href="tqpixmap.html">TQPixmap</a> *p ) +void FileItem::<a href="tqlistviewitem.html#setPixmap">setPixmap</a>( <a href="tqpixmap.html">TQPixmap</a> *p ) { pix = p; - <a href="qlistviewitem.html#setup">setup</a>(); - <a href="qlistviewitem.html#widthChanged">widthChanged</a>( 0 ); - <a href="qlistviewitem.html#invalidateHeight">invalidateHeight</a>(); - <a href="qlistviewitem.html#repaint">repaint</a>(); + <a href="tqlistviewitem.html#setup">setup</a>(); + <a href="tqlistviewitem.html#widthChanged">widthChanged</a>( 0 ); + <a href="tqlistviewitem.html#invalidateHeight">invalidateHeight</a>(); + <a href="tqlistviewitem.html#repaint">repaint</a>(); } -const TQPixmap *FileItem::<a href="qlistviewitem.html#pixmap">pixmap</a>( int i ) const +const TQPixmap *FileItem::<a href="tqlistviewitem.html#pixmap">pixmap</a>( int i ) const { if ( i ) return 0; @@ -715,9 +715,9 @@ int main( int argc, char ** argv ) DirectoryView mw; -<a name="x1714"></a> mw.<a href="ntqlistview.html#addColumn">addColumn</a>( "Name" ); - mw.<a href="ntqlistview.html#addColumn">addColumn</a>( "Type" ); -<a name="x1716"></a> mw.<a href="ntqlistview.html#setTreeStepSize">setTreeStepSize</a>( 20 ); +<a name="x1714"></a> mw.<a href="tqlistview.html#addColumn">addColumn</a>( "Name" ); + mw.<a href="tqlistview.html#addColumn">addColumn</a>( "Type" ); +<a name="x1716"></a> mw.<a href="tqlistview.html#setTreeStepSize">setTreeStepSize</a>( 20 ); <a name="x1712"></a> const TQFileInfoList* roots = TQDir::<a href="tqdir.html#drives">drives</a>(); <a href="tqptrlistiterator.html">TQPtrListIterator</a><TQFileInfo> i(*roots); @@ -726,12 +726,12 @@ int main( int argc, char ** argv ) ++i; <a name="x1713"></a> Directory * root = new Directory( &mw, fi-><a href="tqfileinfo.html#filePath">filePath</a>() ); if ( roots->count() <= 1 ) -<a name="x1718"></a> root-><a href="qlistviewitem.html#setOpen">setOpen</a>( TRUE ); // be interesting +<a name="x1718"></a> root-><a href="tqlistviewitem.html#setOpen">setOpen</a>( TRUE ); // be interesting } <a name="x1719"></a> mw.<a href="tqwidget.html#resize">resize</a>( 400, 400 ); mw.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Directory Browser" ); -<a name="x1715"></a> mw.<a href="ntqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>( TRUE ); +<a name="x1715"></a> mw.<a href="tqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>( TRUE ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &mw ); <a name="x1717"></a> mw.<a href="tqwidget.html#show">show</a>(); diff --git a/doc/html/distributor-example.html b/doc/html/distributor-example.html index b3ac8fa3f..b9b8b6e7f 100644 --- a/doc/html/distributor-example.html +++ b/doc/html/distributor-example.html @@ -131,7 +131,7 @@ void Distributor::showPage( <a href="tqwidget.html">TQWidget</a> *page ) textLabel4->setText( labeltext ); } -<a name="x2673"></a> TQWizard::<a href="ntqwizard.html#showPage">showPage</a>( page ); +<a name="x2673"></a> TQWizard::<a href="tqwizard.html#showPage">showPage</a>( page ); } void Distributor::checkLibFilename( const <a href="tqstring.html">TQString</a> &filename ) diff --git a/doc/html/drawdemo-example.html b/doc/html/drawdemo-example.html index ea3b758c9..38abebf50 100644 --- a/doc/html/drawdemo-example.html +++ b/doc/html/drawdemo-example.html @@ -52,7 +52,7 @@ You can easily add you own drawing functions. #include <<a href="tqprinter-h.html">tqprinter.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> -#include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> +#include <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <math.h> @@ -183,7 +183,7 @@ protected: void resizeEvent( <a href="qresizeevent.html">TQResizeEvent</a> * ); private: <a href="tqprinter.html">TQPrinter</a> *printer; - <a href="ntqbuttongroup.html">TQButtonGroup</a> *bgroup; + <a href="tqbuttongroup.html">TQButtonGroup</a> *bgroup; <a href="tqpushbutton.html">TQPushButton</a> *print; int drawindex; int maxindex; @@ -200,9 +200,9 @@ private: <a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>(PaletteBase); // Create a button group to contain all buttons - bgroup = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( this ); + bgroup = new <a href="tqbuttongroup.html">TQButtonGroup</a>( this ); <a name="x1088"></a> bgroup-><a href="tqwidget.html#resize">resize</a>( 200, 200 ); -<a name="x1062"></a> <a href="tqobject.html#connect">connect</a>( bgroup, TQ_SIGNAL(<a href="ntqbuttongroup.html#clicked">clicked</a>(int)), TQ_SLOT(updateIt(int)) ); +<a name="x1062"></a> <a href="tqobject.html#connect">connect</a>( bgroup, TQ_SIGNAL(<a href="tqbuttongroup.html#clicked">clicked</a>(int)), TQ_SLOT(updateIt(int)) ); // Calculate the size for the radio buttons int maxwidth = 80; @@ -259,7 +259,7 @@ private: print = new <a href="tqpushbutton.html">TQPushButton</a>( "Print...", bgroup ); <a name="x1081"></a> print-><a href="tqwidget.html#resize">resize</a>( 80, 30 ); <a name="x1093"></a><a name="x1080"></a> print-><a href="tqwidget.html#move">move</a>( maxwidth/2 - print-><a href="tqwidget.html#width">width</a>()/2, maxindex*30+20 ); - <a href="tqobject.html#connect">connect</a>( print, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(printIt()) ); + <a href="tqobject.html#connect">connect</a>( print, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(printIt()) ); // Resize bgroup to its final size when printersupport is given. <a name="x1094"></a><a name="x1085"></a> bgroup-><a href="tqwidget.html#resize">resize</a>( maxwidth, print-><a href="tqwidget.html#y">y</a>()+print-><a href="tqwidget.html#height">height</a>()+10 ); diff --git a/doc/html/events.html b/doc/html/events.html index a7e3703f7..c0b7e3c85 100644 --- a/doc/html/events.html +++ b/doc/html/events.html @@ -57,7 +57,7 @@ and <a href="signalsandslots.html">Signals and Slots</a>. <tr bgcolor=#f0f0f0><td><b><a href="tqpaintevent.html">TQPaintEvent</a></b><td>Event parameters for paint events <tr bgcolor=#f0f0f0><td><b><a href="qresizeevent.html">TQResizeEvent</a></b><td>Event parameters for resize events <tr bgcolor=#f0f0f0><td><b><a href="qshowevent.html">TQShowEvent</a></b><td>Event which is sent when a widget is shown -<tr bgcolor=#f0f0f0><td><b><a href="qtabletevent.html">TQTabletEvent</a></b><td>Parameters that describe a Tablet event +<tr bgcolor=#f0f0f0><td><b><a href="tqtabletevent.html">TQTabletEvent</a></b><td>Parameters that describe a Tablet event <tr bgcolor=#f0f0f0><td><b><a href="tqtimer.html">TQTimer</a></b><td>Timer signals and single-shot timers <tr bgcolor=#f0f0f0><td><b><a href="tqtimerevent.html">TQTimerEvent</a></b><td>Parameters that describe a timer event <tr bgcolor=#f0f0f0><td><b><a href="qwheelevent.html">TQWheelEvent</a></b><td>Parameters that describe a wheel event diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index 18d392f0c..8ec2b7428 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -1095,7 +1095,7 @@ protected: TQtFileIconView *fileview; DirectoryView *dirlist; - <a href="ntqprogressbar.html">TQProgressBar</a> *progress; + <a href="tqprogressbar.html">TQProgressBar</a> *progress; <a href="tqlabel.html">TQLabel</a> *label; <a href="tqcombobox.html">TQComboBox</a> *pathCombo; <a href="tqtoolbutton.html">TQToolButton</a> *upButton, *mkdirButton; @@ -1135,7 +1135,7 @@ protected slots: #include "../dirview/dirview.h" #include <<a href="qsplitter-h.html">ntqsplitter.h</a>> -#include <<a href="qprogressbar-h.html">ntqprogressbar.h</a>> +#include <<a href="tqprogressbar-h.html">tqprogressbar.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> #include <<a href="tqtoolbar-h.html">tqtoolbar.h</a>> @@ -1201,10 +1201,10 @@ void <a name="f325"></a>FileMainWindow::setup() <a href="ntqsplitter.html">TQSplitter</a> *splitter = new <a href="ntqsplitter.html">TQSplitter</a>( this ); dirlist = new DirectoryView( splitter, "dirlist", TRUE ); -<a name="x886"></a> dirlist-><a href="ntqlistview.html#addColumn">addColumn</a>( "Name" ); - dirlist-><a href="ntqlistview.html#addColumn">addColumn</a>( "Type" ); +<a name="x886"></a> dirlist-><a href="tqlistview.html#addColumn">addColumn</a>( "Name" ); + dirlist-><a href="tqlistview.html#addColumn">addColumn</a>( "Type" ); Directory *root = new Directory( dirlist, "/" ); -<a name="x887"></a> root-><a href="qlistviewitem.html#setOpen">setOpen</a>( TRUE ); +<a name="x887"></a> root-><a href="tqlistviewitem.html#setOpen">setOpen</a>( TRUE ); <a name="x894"></a> splitter-><a href="ntqsplitter.html#setResizeMode">setResizeMode</a>( dirlist, TQSplitter::KeepSize ); fileview = new TQtFileIconView( "/", splitter ); @@ -1251,7 +1251,7 @@ void <a name="f325"></a>FileMainWindow::setup() label = new <a href="tqlabel.html">TQLabel</a>( <a href="tqmainwindow.html#statusBar">statusBar</a>() ); <a href="tqmainwindow.html#statusBar">statusBar</a>()->addWidget( label, 2, TRUE ); - progress = new <a href="ntqprogressbar.html">TQProgressBar</a>( <a href="tqmainwindow.html#statusBar">statusBar</a>() ); + progress = new <a href="tqprogressbar.html">TQProgressBar</a>( <a href="tqmainwindow.html#statusBar">statusBar</a>() ); <a href="tqmainwindow.html#statusBar">statusBar</a>()->addWidget( progress, 1, TRUE ); <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( enableUp() ), @@ -1294,20 +1294,20 @@ void <a name="f327"></a>FileMainWindow::directoryChanged( const <a href="tqstrin void <a name="f328"></a>FileMainWindow::slotStartReadDir( int dirs ) { label-><a href="tqlabel.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>( " Reading Directory..." ) ); -<a name="x890"></a> progress-><a href="ntqprogressbar.html#reset">reset</a>(); -<a name="x892"></a> progress-><a href="ntqprogressbar.html#setTotalSteps">setTotalSteps</a>( dirs ); +<a name="x890"></a> progress-><a href="tqprogressbar.html#reset">reset</a>(); +<a name="x892"></a> progress-><a href="tqprogressbar.html#setTotalSteps">setTotalSteps</a>( dirs ); } void <a name="f329"></a>FileMainWindow::slotReadNextDir() { -<a name="x889"></a> int p = progress-><a href="ntqprogressbar.html#progress">progress</a>(); -<a name="x891"></a> progress-><a href="ntqprogressbar.html#setProgress">setProgress</a>( ++p ); +<a name="x889"></a> int p = progress-><a href="tqprogressbar.html#progress">progress</a>(); +<a name="x891"></a> progress-><a href="tqprogressbar.html#setProgress">setProgress</a>( ++p ); } void <a name="f330"></a>FileMainWindow::slotReadDirDone() { label-><a href="tqlabel.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>( " Reading Directory Done." ) ); -<a name="x893"></a> progress-><a href="ntqprogressbar.html#setProgress">setProgress</a>( progress-><a href="ntqprogressbar.html#totalSteps">totalSteps</a>() ); +<a name="x893"></a> progress-><a href="tqprogressbar.html#setProgress">setProgress</a>( progress-><a href="tqprogressbar.html#totalSteps">totalSteps</a>() ); } void <a name="f331"></a>FileMainWindow::cdUp() diff --git a/doc/html/focus.html b/doc/html/focus.html index f1719d283..76101c19f 100644 --- a/doc/html/focus.html +++ b/doc/html/focus.html @@ -120,14 +120,14 @@ it move to the 'B' button? <p> We advise supporting click-to-focus for widgets that support text entry, and to avoid it for most widgets where a mouse click has a different effect. (For buttons, we also recommend adding a keyboard -shortcut: <a href="ntqbutton.html">TQButton</a> and its subclasses make this very easy.) +shortcut: <a href="tqbutton.html">TQButton</a> and its subclasses make this very easy.) <p> In TQt, only the <a href="tqwidget.html#setFocusPolicy">TQWidget::setFocusPolicy</a>() function affects click-to-focus. <p> <h3> The user presses a keyboard shortcut. </h3> <a name="1-3"></a><p> It's not unusual for keyboard shortcuts to move the focus. This can happen implicitly by opening modal dialogs, but also explicitly using -focus accelerators such as those provided by <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>(), <a href="ntqgroupbox.html">TQGroupBox</a> and <a href="ntqtabbar.html">TQTabBar</a>. +focus accelerators such as those provided by <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>(), <a href="ntqgroupbox.html">TQGroupBox</a> and <a href="tqtabbar.html">TQTabBar</a>. <p> We advise supporting shortcut focus for all widgets that the user may want to jump to. For example, a tab dialog can have keyboard shortcuts for each of its pages, so the user can press e.g. Alt+P to step to the diff --git a/doc/html/ftpclient-example.html b/doc/html/ftpclient-example.html index f760da2d4..4ae1c881a 100644 --- a/doc/html/ftpclient-example.html +++ b/doc/html/ftpclient-example.html @@ -64,7 +64,7 @@ commands. The GUI parts are done in the Designer. #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> -#include <<a href="qprogressdialog-h.html">ntqprogressdialog.h</a>> +#include <<a href="tqprogressdialog-h.html">tqprogressdialog.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include "connectdialog.h" @@ -115,7 +115,7 @@ void FtpMainWindow::uploadFile() return; } - <a href="ntqprogressdialog.html">TQProgressDialog</a> progress( + <a href="tqprogressdialog.html">TQProgressDialog</a> progress( tr("Uploading file..."), tr("Cancel"), 0, @@ -123,10 +123,10 @@ void FtpMainWindow::uploadFile() "upload progress dialog", TRUE ); <a name="x752"></a> connect( ftp, TQ_SIGNAL(<a href="tqftp.html#dataTransferProgress">dataTransferProgress</a>(int,int)), -<a name="x770"></a> &progress, TQ_SLOT(<a href="ntqprogressdialog.html#setProgress">setProgress</a>(int,int)) ); +<a name="x770"></a> &progress, TQ_SLOT(<a href="tqprogressdialog.html#setProgress">setProgress</a>(int,int)) ); connect( ftp, TQ_SIGNAL(<a href="tqftp.html#commandFinished">commandFinished</a>(int,bool)), -<a name="x769"></a> &progress, TQ_SLOT(<a href="ntqprogressdialog.html#reset">reset</a>()) ); -<a name="x768"></a> connect( &progress, TQ_SIGNAL(<a href="ntqprogressdialog.html#cancelled">cancelled</a>()), +<a name="x769"></a> &progress, TQ_SLOT(<a href="tqprogressdialog.html#reset">reset</a>()) ); +<a name="x768"></a> connect( &progress, TQ_SIGNAL(<a href="tqprogressdialog.html#cancelled">cancelled</a>()), <a name="x744"></a> ftp, TQ_SLOT(<a href="tqftp.html#abort">abort</a>()) ); <a href="tqfileinfo.html">TQFileInfo</a> fi( fileName ); @@ -143,7 +143,7 @@ void FtpMainWindow::downloadFile() return; <a name="x742"></a> <a href="tqstring.html">TQString</a> fileName = TQFileDialog::<a href="tqfiledialog.html#getSaveFileName">getSaveFileName</a>( -<a name="x766"></a> item-><a href="qlistviewitem.html#text">text</a>(0), +<a name="x766"></a> item-><a href="tqlistviewitem.html#text">text</a>(0), TQString::null, this, "download file dialog", @@ -161,7 +161,7 @@ void FtpMainWindow::downloadFile() return; } - <a href="ntqprogressdialog.html">TQProgressDialog</a> progress( + <a href="tqprogressdialog.html">TQProgressDialog</a> progress( tr("Downloading file..."), tr("Cancel"), 0, @@ -169,13 +169,13 @@ void FtpMainWindow::downloadFile() "download progress dialog", TRUE ); connect( ftp, TQ_SIGNAL(<a href="tqftp.html#dataTransferProgress">dataTransferProgress</a>(int,int)), - &progress, TQ_SLOT(<a href="ntqprogressdialog.html#setProgress">setProgress</a>(int,int)) ); + &progress, TQ_SLOT(<a href="tqprogressdialog.html#setProgress">setProgress</a>(int,int)) ); connect( ftp, TQ_SIGNAL(<a href="tqftp.html#commandFinished">commandFinished</a>(int,bool)), - &progress, TQ_SLOT(<a href="ntqprogressdialog.html#reset">reset</a>()) ); - connect( &progress, TQ_SIGNAL(<a href="ntqprogressdialog.html#cancelled">cancelled</a>()), + &progress, TQ_SLOT(<a href="tqprogressdialog.html#reset">reset</a>()) ); + connect( &progress, TQ_SIGNAL(<a href="tqprogressdialog.html#cancelled">cancelled</a>()), ftp, TQ_SLOT(<a href="tqftp.html#abort">abort</a>()) ); -<a name="x755"></a> ftp-><a href="tqftp.html#get">get</a>( item-><a href="qlistviewitem.html#text">text</a>(0), file ); +<a name="x755"></a> ftp-><a href="tqftp.html#get">get</a>( item-><a href="tqlistviewitem.html#text">text</a>(0), file ); progress.<a href="tqdialog.html#exec">exec</a>(); // ### takes a lot of time!!! } @@ -185,7 +185,7 @@ void FtpMainWindow::removeFile() if ( !item || item->isDir() ) return; -<a name="x762"></a> ftp-><a href="tqftp.html#remove">remove</a>( item-><a href="qlistviewitem.html#text">text</a>(0) ); +<a name="x762"></a> ftp-><a href="tqftp.html#remove">remove</a>( item-><a href="tqlistviewitem.html#text">text</a>(0) ); ftp-><a href="tqftp.html#list">list</a>(); } @@ -218,10 +218,10 @@ void FtpMainWindow::changePath( const <a href="tqstring.html">TQString</a> & // This slot is connected to the TQListView::doubleClicked() and // TQListView::returnPressed() signals of the remoteView. -void FtpMainWindow::changePathOrDownload( <a href="qlistviewitem.html">TQListViewItem</a> *item ) +void FtpMainWindow::changePathOrDownload( <a href="tqlistviewitem.html">TQListViewItem</a> *item ) { if ( ((FtpViewItem*)item)->isDir() ) - changePath( item-><a href="qlistviewitem.html#text">text</a>(0) ); + changePath( item-><a href="tqlistviewitem.html#text">text</a>(0) ); else downloadFile(); } diff --git a/doc/html/functions.html b/doc/html/functions.html index 23231d174..128005b36 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -50,38 +50,38 @@ abort: <a href="tqeventloop.html#aboutToBlock">TQEventLoop</a><li>aboutToHide: <a href="tqpopupmenu.html#aboutToHide">TQPopupMenu</a><li>aboutToQuit: <a href="ntqapplication.html#aboutToQuit">TQApplication</a><li>aboutToShow: - <a href="tqpopupmenu.html#aboutToShow">TQPopupMenu</a> <a href="ntqtabdialog.html#aboutToShow">TQTabDialog</a> <a href="tqwidgetstack.html#aboutToShow">TQWidgetStack</a><li>absFilePath: + <a href="tqpopupmenu.html#aboutToShow">TQPopupMenu</a> <a href="tqtabdialog.html#aboutToShow">TQTabDialog</a> <a href="tqwidgetstack.html#aboutToShow">TQWidgetStack</a><li>absFilePath: <a href="tqdir.html#absFilePath">TQDir</a> <a href="tqfileinfo.html#absFilePath">TQFileInfo</a><li>absPath: <a href="tqdir.html#absPath">TQDir</a><li>accel: - <a href="tqaction.html#accel">TQAction</a> <a href="ntqbutton.html#accel">TQButton</a> <a href="ntqbutton.html#accel">TQCheckBox</a> <a href="tqmenudata.html#accel">TQMenuData</a> <a href="tqmenudata.html#accel">TQPopupMenu</a> <a href="ntqbutton.html#accel">TQPushButton</a> <a href="ntqbutton.html#accel">TQRadioButton</a><li>accept: - <a href="qcloseevent.html#accept">TQCloseEvent</a> <a href="qcontextmenuevent.html#accept">TQContextMenuEvent</a> <a href="tqdialog.html#accept">TQDialog</a> <a href="tqdragmoveevent.html#accept">TQDragMoveEvent</a> <a href="tqdropevent.html#accept">TQDropEvent</a> <a href="qimevent.html#accept">TQIMEvent</a> <a href="tqicondragevent.html#accept">TQIconDragEvent</a> <a href="qkeyevent.html#accept">TQKeyEvent</a> <a href="qmouseevent.html#accept">TQMouseEvent</a> <a href="tqsocketdevice.html#accept">TQSocketDevice</a> <a href="qtabletevent.html#accept">TQTabletEvent</a> <a href="qwheelevent.html#accept">TQWheelEvent</a><li>acceptAction: + <a href="tqaction.html#accel">TQAction</a> <a href="tqbutton.html#accel">TQButton</a> <a href="tqbutton.html#accel">TQCheckBox</a> <a href="tqmenudata.html#accel">TQMenuData</a> <a href="tqmenudata.html#accel">TQPopupMenu</a> <a href="tqbutton.html#accel">TQPushButton</a> <a href="tqbutton.html#accel">TQRadioButton</a><li>accept: + <a href="qcloseevent.html#accept">TQCloseEvent</a> <a href="qcontextmenuevent.html#accept">TQContextMenuEvent</a> <a href="tqdialog.html#accept">TQDialog</a> <a href="tqdragmoveevent.html#accept">TQDragMoveEvent</a> <a href="tqdropevent.html#accept">TQDropEvent</a> <a href="qimevent.html#accept">TQIMEvent</a> <a href="tqicondragevent.html#accept">TQIconDragEvent</a> <a href="qkeyevent.html#accept">TQKeyEvent</a> <a href="qmouseevent.html#accept">TQMouseEvent</a> <a href="tqsocketdevice.html#accept">TQSocketDevice</a> <a href="tqtabletevent.html#accept">TQTabletEvent</a> <a href="qwheelevent.html#accept">TQWheelEvent</a><li>acceptAction: <a href="tqdropevent.html#acceptAction">TQDropEvent</a><li>acceptCallback: <a href="qmotifdialog.html#acceptCallback">TQMotifDialog</a><li>acceptDrop: - <a href="tqiconviewitem.html#acceptDrop">TQIconViewItem</a> <a href="qlistviewitem.html#acceptDrop">TQListViewItem</a><li>acceptDrops: + <a href="tqiconviewitem.html#acceptDrop">TQIconViewItem</a> <a href="tqlistviewitem.html#acceptDrop">TQListViewItem</a><li>acceptDrops: <a href="tqwidget.html#acceptDrops">TQWidget</a><li>accum: <a href="tqglformat.html#accum">TQGLFormat</a><li>action: <a href="tqdropevent.html#action">TQDropEvent</a><li>activate: - <a href="tqaction.html#activate">TQAction</a> <a href="tqchecklistitem.html#activate">TQCheckListItem</a> <a href="ntqlayout.html#activate">TQLayout</a> <a href="qlistviewitem.html#activate">TQListViewItem</a> <a href="tqsignal.html#activate">TQSignal</a><li>activateItemAt: + <a href="tqaction.html#activate">TQAction</a> <a href="tqchecklistitem.html#activate">TQCheckListItem</a> <a href="ntqlayout.html#activate">TQLayout</a> <a href="tqlistviewitem.html#activate">TQListViewItem</a> <a href="tqsignal.html#activate">TQSignal</a><li>activateItemAt: <a href="tqmenudata.html#activateItemAt">TQMenuData</a><li>activateNextCell: - <a href="ntqtable.html#activateNextCell">TQTable</a><li>activateNextWindow: + <a href="tqtable.html#activateNextCell">TQTable</a><li>activateNextWindow: <a href="tqworkspace.html#activateNextWindow">TQWorkspace</a><li>activatePrevWindow: <a href="tqworkspace.html#activatePrevWindow">TQWorkspace</a><li>activateSocketNotifiers: <a href="tqeventloop.html#activateSocketNotifiers">TQEventLoop</a><li>activateTimers: <a href="tqeventloop.html#activateTimers">TQEventLoop</a><li>activated: <a href="ntqaccel.html#activated">TQAccel</a> <a href="tqaction.html#activated">TQAction</a> <a href="tqcombobox.html#activated">TQComboBox</a> <a href="tqmenubar.html#activated">TQMenuBar</a> <a href="tqpopupmenu.html#activated">TQPopupMenu</a> <a href="tqsocketnotifier.html#activated">TQSocketNotifier</a><li>activatedAmbiguously: <a href="ntqaccel.html#activatedAmbiguously">TQAccel</a><li>activatedPos: - <a href="qlistviewitem.html#activatedPos">TQListViewItem</a><li>active: + <a href="tqlistviewitem.html#activatedPos">TQListViewItem</a><li>active: <a href="tqpalette.html#active">TQPalette</a><li>activeModalWidget: <a href="ntqapplication.html#activeModalWidget">TQApplication</a><li>activePopupWidget: <a href="ntqapplication.html#activePopupWidget">TQApplication</a><li>activeWindow: <a href="ntqapplication.html#activeWindow">TQApplication</a> <a href="tqworkspace.html#activeWindow">TQWorkspace</a><li>actual: <a href="qnplugin.html#actual">TQNPlugin</a><li>add: - <a href="tqactiongroup.html#add">TQActionGroup</a> <a href="qgridlayout.html#add">TQGridLayout</a> <a href="ntqlayout.html#add">TQLayout</a> <a href="tqobjectcleanuphandler.html#add">TQObjectCleanupHandler</a> <a href="tqtooltip.html#add">TQToolTip</a> <a href="tqwhatsthis.html#add">TQWhatsThis</a><li>addArgument: + <a href="tqactiongroup.html#add">TQActionGroup</a> <a href="tqgridlayout.html#add">TQGridLayout</a> <a href="ntqlayout.html#add">TQLayout</a> <a href="tqobjectcleanuphandler.html#add">TQObjectCleanupHandler</a> <a href="tqtooltip.html#add">TQToolTip</a> <a href="tqwhatsthis.html#add">TQWhatsThis</a><li>addArgument: <a href="tqprocess.html#addArgument">TQProcess</a><li>addBindValue: <a href="tqsqlquery.html#addBindValue">TQSqlQuery</a><li>addChild: <a href="tqscrollview.html#addChild">TQScrollView</a><li>addChildLayout: <a href="ntqlayout.html#addChildLayout">TQLayout</a><li>addColumn: - <a href="tqdatatable.html#addColumn">TQDataTable</a> <a href="ntqlistview.html#addColumn">TQListView</a><li>addCoords: + <a href="tqdatatable.html#addColumn">TQDataTable</a> <a href="tqlistview.html#addColumn">TQListView</a><li>addCoords: <a href="tqrect.html#addCoords">TQRect</a><li>addDatabase: <a href="tqsqldatabase.html#addDatabase">TQSqlDatabase</a><li>addDays: <a href="tqdate.html#addDays">TQDate</a> <a href="tqdatetime.html#addDays">TQDateTime</a><li>addDockWindow: @@ -89,33 +89,33 @@ abort: <a href="tqmimesourcefactory.html#addFactory">TQMimeSourceFactory</a><li>addFilePath: <a href="tqmimesourcefactory.html#addFilePath">TQMimeSourceFactory</a><li>addFilter: <a href="tqfiledialog.html#addFilter">TQFileDialog</a><li>addItem: - <a href="qboxlayout.html#addItem">TQBoxLayout</a> <a href="qgridlayout.html#addItem">TQGridLayout</a> <a href="ntqlayout.html#addItem">TQLayout</a> <a href="tqtoolbox.html#addItem">TQToolBox</a><li>addLabel: - <a href="ntqheader.html#addLabel">TQHeader</a><li>addLayout: - <a href="qboxlayout.html#addLayout">TQBoxLayout</a> <a href="qgridlayout.html#addLayout">TQGridLayout</a><li>addLeftWidget: + <a href="qboxlayout.html#addItem">TQBoxLayout</a> <a href="tqgridlayout.html#addItem">TQGridLayout</a> <a href="ntqlayout.html#addItem">TQLayout</a> <a href="tqtoolbox.html#addItem">TQToolBox</a><li>addLabel: + <a href="tqheader.html#addLabel">TQHeader</a><li>addLayout: + <a href="qboxlayout.html#addLayout">TQBoxLayout</a> <a href="tqgridlayout.html#addLayout">TQGridLayout</a><li>addLeftWidget: <a href="tqfiledialog.html#addLeftWidget">TQFileDialog</a><li>addLibraryPath: <a href="ntqapplication.html#addLibraryPath">TQApplication</a><li>addLine: <a href="tqdial.html#addLine">TQDial</a> <a href="ntqrangecontrol.html#addLine">TQRangeControl</a><li>addMSecs: <a href="tqtime.html#addMSecs">TQTime</a><li>addMonths: <a href="tqdate.html#addMonths">TQDate</a> <a href="tqdatetime.html#addMonths">TQDateTime</a><li>addMultiCell: - <a href="qgridlayout.html#addMultiCell">TQGridLayout</a><li>addMultiCellLayout: - <a href="qgridlayout.html#addMultiCellLayout">TQGridLayout</a><li>addMultiCellWidget: - <a href="qgridlayout.html#addMultiCellWidget">TQGridLayout</a><li>addOperation: + <a href="tqgridlayout.html#addMultiCell">TQGridLayout</a><li>addMultiCellLayout: + <a href="tqgridlayout.html#addMultiCellLayout">TQGridLayout</a><li>addMultiCellWidget: + <a href="tqgridlayout.html#addMultiCellWidget">TQGridLayout</a><li>addOperation: <a href="tqnetworkprotocol.html#addOperation">TQNetworkProtocol</a><li>addPage: - <a href="tqdial.html#addPage">TQDial</a> <a href="ntqrangecontrol.html#addPage">TQRangeControl</a> <a href="ntqwizard.html#addPage">TQWizard</a><li>addPath: + <a href="tqdial.html#addPage">TQDial</a> <a href="ntqrangecontrol.html#addPage">TQRangeControl</a> <a href="tqwizard.html#addPage">TQWizard</a><li>addPath: <a href="tqurl.html#addPath">TQUrl</a><li>addRightWidget: <a href="tqfiledialog.html#addRightWidget">TQFileDialog</a><li>addSecs: <a href="tqdatetime.html#addSecs">TQDateTime</a> <a href="tqtime.html#addSecs">TQTime</a><li>addSelection: - <a href="ntqtable.html#addSelection">TQTable</a><li>addSeparator: + <a href="tqtable.html#addSelection">TQTable</a><li>addSeparator: <a href="tqactiongroup.html#addSeparator">TQActionGroup</a> <a href="tqtoolbar.html#addSeparator">TQToolBar</a><li>addSpace: <a href="ntqgroupbox.html#addSpace">TQGroupBox</a><li>addSpacing: <a href="qboxlayout.html#addSpacing">TQBoxLayout</a><li>addStep: <a href="tqslider.html#addStep">TQSlider</a><li>addStretch: <a href="qboxlayout.html#addStretch">TQBoxLayout</a><li>addStrut: <a href="qboxlayout.html#addStrut">TQBoxLayout</a><li>addTab: - <a href="ntqtabbar.html#addTab">TQTabBar</a> <a href="ntqtabdialog.html#addTab">TQTabDialog</a> <a href="ntqtabwidget.html#addTab">TQTabWidget</a><li>addTo: + <a href="tqtabbar.html#addTab">TQTabBar</a> <a href="tqtabdialog.html#addTab">TQTabDialog</a> <a href="tqtabwidget.html#addTab">TQTabWidget</a><li>addTo: <a href="tqaction.html#addTo">TQAction</a> <a href="tqactiongroup.html#addTo">TQActionGroup</a><li>addToolButton: <a href="tqfiledialog.html#addToolButton">TQFileDialog</a><li>addWidget: - <a href="qboxlayout.html#addWidget">TQBoxLayout</a> <a href="qgridlayout.html#addWidget">TQGridLayout</a> <a href="tqstatusbar.html#addWidget">TQStatusBar</a> <a href="tqwidgetstack.html#addWidget">TQWidgetStack</a><li>addWidgetFactory: + <a href="qboxlayout.html#addWidget">TQBoxLayout</a> <a href="tqgridlayout.html#addWidget">TQGridLayout</a> <a href="tqstatusbar.html#addWidget">TQStatusBar</a> <a href="tqwidgetstack.html#addWidget">TQWidgetStack</a><li>addWidgetFactory: <a href="tqwidgetfactory.html#addWidgetFactory">TQWidgetFactory</a><li>addWidgets: <a href="tqfiledialog.html#addWidgets">TQFileDialog</a><li>addYears: <a href="tqdate.html#addYears">TQDate</a> <a href="tqdatetime.html#addYears">TQDateTime</a><li>addedTo: @@ -123,18 +123,18 @@ abort: <a href="tqserversocket.html#address">TQServerSocket</a> <a href="tqsocket.html#address">TQSocket</a> <a href="tqsocketdevice.html#address">TQSocketDevice</a><li>addressReusable: <a href="tqsocketdevice.html#addressReusable">TQSocketDevice</a><li>addresses: <a href="tqdns.html#addresses">TQDns</a><li>adjustColumn: - <a href="tqdatatable.html#adjustColumn">TQDataTable</a> <a href="ntqlistview.html#adjustColumn">TQListView</a> <a href="ntqtable.html#adjustColumn">TQTable</a><li>adjustHeaderSize: - <a href="ntqheader.html#adjustHeaderSize">TQHeader</a><li>adjustItems: + <a href="tqdatatable.html#adjustColumn">TQDataTable</a> <a href="tqlistview.html#adjustColumn">TQListView</a> <a href="tqtable.html#adjustColumn">TQTable</a><li>adjustHeaderSize: + <a href="tqheader.html#adjustHeaderSize">TQHeader</a><li>adjustItems: <a href="tqiconview.html#adjustItems">TQIconView</a><li>adjustPos: <a href="ntqsplitter.html#adjustPos">TQSplitter</a><li>adjustRow: - <a href="ntqtable.html#adjustRow">TQTable</a><li>adjustSize: + <a href="tqtable.html#adjustRow">TQTable</a><li>adjustSize: <a href="ntqmessagebox.html#adjustSize">TQMessageBox</a> <a href="tqsimplerichtext.html#adjustSize">TQSimpleRichText</a> <a href="tqwidget.html#adjustSize">TQWidget</a><li>advance: <a href="tqcanvas.html#advance">TQCanvas</a> <a href="tqcanvasitem.html#advance">TQCanvasItem</a> <a href="tqcanvassprite.html#advance">TQCanvasSprite</a><li>afterSeek: <a href="tqsqlquery.html#afterSeek">TQSqlQuery</a><li>alignment: - <a href="ntqgroupbox.html#alignment">TQGroupBox</a> <a href="tqlabel.html#alignment">TQLabel</a> <a href="qlayoutitem.html#alignment">TQLayoutItem</a> <a href="tqlineedit.html#alignment">TQLineEdit</a> <a href="ntqmultilineedit.html#alignment">TQMultiLineEdit</a> <a href="tqstylesheetitem.html#alignment">TQStyleSheetItem</a> <a href="qtableitem.html#alignment">TQTableItem</a> <a href="tqtextedit.html#alignment">TQTextEdit</a><li>alignmentRect: + <a href="ntqgroupbox.html#alignment">TQGroupBox</a> <a href="tqlabel.html#alignment">TQLabel</a> <a href="qlayoutitem.html#alignment">TQLayoutItem</a> <a href="tqlineedit.html#alignment">TQLineEdit</a> <a href="tqmultilineedit.html#alignment">TQMultiLineEdit</a> <a href="tqstylesheetitem.html#alignment">TQStyleSheetItem</a> <a href="tqtableitem.html#alignment">TQTableItem</a> <a href="tqtextedit.html#alignment">TQTextEdit</a><li>alignmentRect: <a href="ntqlayout.html#alignmentRect">TQLayout</a><li>all: <a href="tqmacmime.html#all">TQMacMime</a> <a href="tqwindowsmime.html#all">TQWindowsMime</a><li>allColumnsShowFocus: - <a href="ntqlistview.html#allColumnsShowFocus">TQListView</a><li>allGray: + <a href="tqlistview.html#allColumnsShowFocus">TQListView</a><li>allGray: <a href="tqimage.html#allGray">TQImage</a><li>allItems: <a href="tqcanvas.html#allItems">TQCanvas</a><li>allWidgets: <a href="ntqapplication.html#allWidgets">TQApplication</a><li>alloc: @@ -145,11 +145,11 @@ abort: <a href="tqglformat.html#alpha">TQGLFormat</a><li>anchorAt: <a href="tqsimplerichtext.html#anchorAt">TQSimpleRichText</a> <a href="tqtextedit.html#anchorAt">TQTextEdit</a><li>anchorClicked: <a href="tqtextbrowser.html#anchorClicked">TQTextBrowser</a><li>anchorCol: - <a href="qtableselection.html#anchorCol">TQTableSelection</a><li>anchorRow: - <a href="qtableselection.html#anchorRow">TQTableSelection</a><li>angleLength: + <a href="tqtableselection.html#anchorCol">TQTableSelection</a><li>anchorRow: + <a href="tqtableselection.html#anchorRow">TQTableSelection</a><li>angleLength: <a href="tqcanvasellipse.html#angleLength">TQCanvasEllipse</a><li>angleStart: <a href="tqcanvasellipse.html#angleStart">TQCanvasEllipse</a><li>animateClick: - <a href="ntqbutton.html#animateClick">TQButton</a><li>animated: + <a href="tqbutton.html#animateClick">TQButton</a><li>animated: <a href="tqcanvasitem.html#animated">TQCanvasItem</a><li>answerRect: <a href="tqdragmoveevent.html#answerRect">TQDragMoveEvent</a><li>append: <a href="tqcstring.html#append">TQCString</a> <a href="tqicondrag.html#append">TQIconDrag</a> <a href="tqptrlist.html#append">TQPtrList</a> <a href="tqsqlcursor.html#append">TQSqlCursor</a> <a href="tqsqlindex.html#append">TQSqlIndex</a> <a href="tqsqlrecord.html#append">TQSqlRecord</a> <a href="tqstring.html#append">TQString</a> <a href="tqtextedit.html#append">TQTextEdit</a> <a href="tqvaluelist.html#append">TQValueList</a> <a href="tqvaluevector.html#append">TQValueVector</a> <a href="tqxmlattributes.html#append">TQXmlAttributes</a><li>appendChild: @@ -158,8 +158,8 @@ abort: <a href="qmotif.html#applicationContext">TQMotif</a><li>applicationDirPath: <a href="ntqapplication.html#applicationDirPath">TQApplication</a><li>applicationFilePath: <a href="ntqapplication.html#applicationFilePath">TQApplication</a><li>applyButtonPressed: - <a href="ntqtabdialog.html#applyButtonPressed">TQTabDialog</a><li>appropriate: - <a href="tqmainwindow.html#appropriate">TQMainWindow</a> <a href="ntqwizard.html#appropriate">TQWizard</a><li>area: + <a href="tqtabdialog.html#applyButtonPressed">TQTabDialog</a><li>appropriate: + <a href="tqmainwindow.html#appropriate">TQMainWindow</a> <a href="tqwizard.html#appropriate">TQWizard</a><li>area: <a href="ntqdockwindow.html#area">TQDockWindow</a><li>areaPoints: <a href="tqcanvaspolygon.html#areaPoints">TQCanvasPolygon</a> <a href="tqcanvaspolygonalitem.html#areaPoints">TQCanvasPolygonalItem</a><li>areaPointsAdvanced: <a href="tqcanvaspolygonalitem.html#areaPointsAdvanced">TQCanvasPolygonalItem</a><li>arg: @@ -211,8 +211,8 @@ abort: <a href="ntqassistantclient.html#assistantClosed">TQAssistantClient</a><li>assistantOpened: <a href="ntqassistantclient.html#assistantOpened">TQAssistantClient</a><li>at: <a href="tqbitarray.html#at">TQBitArray</a> <a href="tqiodevice.html#at">TQIODevice</a> <a href="tqmemarray.html#at">TQMemArray</a> <a href="tqptrlist.html#at">TQPtrList</a> <a href="tqptrvector.html#at">TQPtrVector</a> <a href="tqsocket.html#at">TQSocket</a> <a href="tqsqlquery.html#at">TQSqlQuery</a> <a href="tqsqlresult.html#at">TQSqlResult</a> <a href="tqstring.html#at">TQString</a> <a href="tqvaluelist.html#at">TQValueList</a> <a href="tqvaluevector.html#at">TQValueVector</a><li>atBeginning: - <a href="ntqmultilineedit.html#atBeginning">TQMultiLineEdit</a><li>atEnd: - <a href="tqdatastream.html#atEnd">TQDataStream</a> <a href="tqfile.html#atEnd">TQFile</a> <a href="tqiodevice.html#atEnd">TQIODevice</a> <a href="ntqmultilineedit.html#atEnd">TQMultiLineEdit</a> <a href="tqsocket.html#atEnd">TQSocket</a> <a href="tqtextstream.html#atEnd">TQTextStream</a><li>atFirst: + <a href="tqmultilineedit.html#atBeginning">TQMultiLineEdit</a><li>atEnd: + <a href="tqdatastream.html#atEnd">TQDataStream</a> <a href="tqfile.html#atEnd">TQFile</a> <a href="tqiodevice.html#atEnd">TQIODevice</a> <a href="tqmultilineedit.html#atEnd">TQMultiLineEdit</a> <a href="tqsocket.html#atEnd">TQSocket</a> <a href="tqtextstream.html#atEnd">TQTextStream</a><li>atFirst: <a href="tqasciicacheiterator.html#atFirst">TQAsciiCacheIterator</a> <a href="tqcacheiterator.html#atFirst">TQCacheIterator</a> <a href="tqintcacheiterator.html#atFirst">TQIntCacheIterator</a> <a href="tqptrlistiterator.html#atFirst">TQPtrListIterator</a><li>atLast: <a href="tqasciicacheiterator.html#atLast">TQAsciiCacheIterator</a> <a href="tqcacheiterator.html#atLast">TQCacheIterator</a> <a href="tqintcacheiterator.html#atLast">TQIntCacheIterator</a> <a href="tqptrlistiterator.html#atLast">TQPtrListIterator</a><li>attribute: <a href="tqdomelement.html#attribute">TQDomElement</a><li>attributeDecl: @@ -225,7 +225,7 @@ abort: <a href="tqdateedit.html#autoAdvance">TQDateEdit</a> <a href="tqdatetimeedit.html#autoAdvance">TQDateTimeEdit</a> <a href="tqtimeedit.html#autoAdvance">TQTimeEdit</a><li>autoArrange: <a href="tqiconview.html#autoArrange">TQIconView</a><li>autoBufferSwap: <a href="tqglwidget.html#autoBufferSwap">TQGLWidget</a><li>autoClose: - <a href="ntqprogressdialog.html#autoClose">TQProgressDialog</a><li>autoCompletion: + <a href="tqprogressdialog.html#autoClose">TQProgressDialog</a><li>autoCompletion: <a href="tqcombobox.html#autoCompletion">TQComboBox</a><li>autoDefault: <a href="tqpushbutton.html#autoDefault">TQPushButton</a><li>autoDelete: <a href="tqptrcollection.html#autoDelete">TQAsciiDict</a> <a href="tqptrcollection.html#autoDelete">TQCache</a> <a href="tqdatatable.html#autoDelete">TQDataTable</a> <a href="tqptrcollection.html#autoDelete">TQDict</a> <a href="tqiconfactory.html#autoDelete">TQIconFactory</a> <a href="tqptrcollection.html#autoDelete">TQIntDict</a> <a href="tqnetworkprotocol.html#autoDelete">TQNetworkProtocol</a> <a href="tqptrcollection.html#autoDelete">TQPtrCollection</a> <a href="tqptrcollection.html#autoDelete">TQPtrDict</a> <a href="tqptrcollection.html#autoDelete">TQPtrList</a> <a href="tqptrqueue.html#autoDelete">TQPtrQueue</a> <a href="tqptrstack.html#autoDelete">TQPtrStack</a> <a href="tqptrcollection.html#autoDelete">TQPtrVector</a><li>autoEdit: @@ -233,22 +233,22 @@ abort: <a href="tqtextedit.html#autoFormatting">TQTextEdit</a><li>autoMask: <a href="tqwidget.html#autoMask">TQWidget</a><li>autoRaise: <a href="tqtoolbutton.html#autoRaise">TQToolButton</a><li>autoRepeat: - <a href="ntqbutton.html#autoRepeat">TQButton</a> <a href="ntqbutton.html#autoRepeat">TQCheckBox</a> <a href="ntqbutton.html#autoRepeat">TQPushButton</a> <a href="ntqbutton.html#autoRepeat">TQRadioButton</a><li>autoReset: - <a href="ntqprogressdialog.html#autoReset">TQProgressDialog</a><li>autoUnload: + <a href="tqbutton.html#autoRepeat">TQButton</a> <a href="tqbutton.html#autoRepeat">TQCheckBox</a> <a href="tqbutton.html#autoRepeat">TQPushButton</a> <a href="tqbutton.html#autoRepeat">TQRadioButton</a><li>autoReset: + <a href="tqprogressdialog.html#autoReset">TQProgressDialog</a><li>autoUnload: <a href="ntqlibrary.html#autoUnload">TQLibrary</a><li>available: <a href="tqsemaphore.html#available">TQSemaphore</a> <a href="ntqsound.html#available">TQSound</a><li>availableGeometry: <a href="tqdesktopwidget.html#availableGeometry">TQDesktopWidget</a><li>awake: <a href="tqeventloop.html#awake">TQEventLoop</a><li><a name="b"></a> back: - <a href="tqvaluelist.html#back">TQValueList</a> <a href="tqvaluevector.html#back">TQValueVector</a> <a href="ntqwizard.html#back">TQWizard</a><li>backButton: - <a href="ntqwizard.html#backButton">TQWizard</a><li>background: + <a href="tqvaluelist.html#back">TQValueList</a> <a href="tqvaluevector.html#back">TQValueVector</a> <a href="tqwizard.html#back">TQWizard</a><li>backButton: + <a href="tqwizard.html#backButton">TQWizard</a><li>background: <a href="tqcolorgroup.html#background">TQColorGroup</a><li>backgroundBrush: <a href="tqwidget.html#backgroundBrush">TQWidget</a><li>backgroundColor: <a href="tqcanvas.html#backgroundColor">TQCanvas</a> <a href="tqmovie.html#backgroundColor">TQMovie</a> <a href="tqpainter.html#backgroundColor">TQPainter</a><li>backgroundMode: <a href="tqpainter.html#backgroundMode">TQPainter</a> <a href="tqwidget.html#backgroundMode">TQWidget</a><li>backgroundOrigin: <a href="tqwidget.html#backgroundOrigin">TQWidget</a><li>backgroundPixmap: <a href="tqcanvas.html#backgroundPixmap">TQCanvas</a><li>backspace: - <a href="tqlineedit.html#backspace">TQLineEdit</a> <a href="ntqmultilineedit.html#backspace">TQMultiLineEdit</a><li>backward: + <a href="tqlineedit.html#backspace">TQLineEdit</a> <a href="tqmultilineedit.html#backspace">TQMultiLineEdit</a><li>backward: <a href="tqtextbrowser.html#backward">TQTextBrowser</a><li>backwardAvailable: <a href="tqtextbrowser.html#backwardAvailable">TQTextBrowser</a><li>base: <a href="tqcolorgroup.html#base">TQColorGroup</a><li>baseName: @@ -260,7 +260,7 @@ back: <a href="tqsqlquery.html#beforeSeek">TQSqlQuery</a><li>beforeUpdate: <a href="tqdatabrowser.html#beforeUpdate">TQDataBrowser</a> <a href="tqdatatable.html#beforeUpdate">TQDataTable</a><li>begin: <a href="tqmap.html#begin">TQMap</a> <a href="tqmemarray.html#begin">TQMemArray</a> <a href="tqpainter.html#begin">TQPainter</a> <a href="tqvaluelist.html#begin">TQValueList</a> <a href="tqvaluevector.html#begin">TQValueVector</a><li>beginEdit: - <a href="ntqtable.html#beginEdit">TQTable</a><li>beginGroup: + <a href="tqtable.html#beginEdit">TQTable</a><li>beginGroup: <a href="tqsettings.html#beginGroup">TQSettings</a><li>beginInsert: <a href="tqdatatable.html#beginInsert">TQDataTable</a><li>beginTransaction: <a href="tqsqldriver.html#beginTransaction">TQSqlDriver</a><li>beginUpdate: @@ -281,7 +281,7 @@ back: <a href="tqrect.html#bottomLeft">TQRect</a><li>bottomMargin: <a href="tqscrollview.html#bottomMargin">TQScrollView</a><li>bottomRight: <a href="tqrect.html#bottomRight">TQRect</a><li>bottomRow: - <a href="qtableselection.html#bottomRow">TQTableSelection</a><li>bound: + <a href="tqtableselection.html#bottomRow">TQTableSelection</a><li>bound: <a href="ntqrangecontrol.html#bound">TQRangeControl</a><li>boundValue: <a href="tqsqlquery.html#boundValue">TQSqlQuery</a><li>boundValues: <a href="tqsqlquery.html#boundValues">TQSqlQuery</a><li>boundary: @@ -321,11 +321,11 @@ c: <a href="tqprocess.html#canReadLineStderr">TQProcess</a><li>canReadLineStdout: <a href="tqprocess.html#canReadLineStdout">TQProcess</a><li>canUpdate: <a href="tqsqlcursor.html#canUpdate">TQSqlCursor</a><li>cancel: - <a href="ntqprogressdialog.html#cancel">TQProgressDialog</a> <a href="tqsessionmanager.html#cancel">TQSessionManager</a><li>cancelButton: - <a href="ntqwizard.html#cancelButton">TQWizard</a><li>cancelButtonPressed: - <a href="ntqtabdialog.html#cancelButtonPressed">TQTabDialog</a><li>cancelRename: - <a href="qlistviewitem.html#cancelRename">TQListViewItem</a><li>canceled: - <a href="ntqprogressdialog.html#canceled">TQProgressDialog</a><li>canonicalName: + <a href="tqprogressdialog.html#cancel">TQProgressDialog</a> <a href="tqsessionmanager.html#cancel">TQSessionManager</a><li>cancelButton: + <a href="tqwizard.html#cancelButton">TQWizard</a><li>cancelButtonPressed: + <a href="tqtabdialog.html#cancelButtonPressed">TQTabDialog</a><li>cancelRename: + <a href="tqlistviewitem.html#cancelRename">TQListViewItem</a><li>canceled: + <a href="tqprogressdialog.html#canceled">TQProgressDialog</a><li>canonicalName: <a href="tqdns.html#canonicalName">TQDns</a><li>canonicalPath: <a href="tqdir.html#canonicalPath">TQDir</a><li>canvas: <a href="tqcanvasitem.html#canvas">TQCanvasItem</a> <a href="tqcanvasview.html#canvas">TQCanvasView</a><li>cap: @@ -341,21 +341,21 @@ c: <a href="tqdir.html#cd">TQDir</a> <a href="tqftp.html#cd">TQFtp</a><li>cdUp: <a href="tqdir.html#cdUp">TQDir</a> <a href="tqurl.html#cdUp">TQUrl</a><li>cell: <a href="tqchar.html#cell">TQChar</a><li>cellGeometry: - <a href="qgridlayout.html#cellGeometry">TQGridLayout</a> <a href="ntqgridview.html#cellGeometry">TQGridView</a> <a href="ntqtable.html#cellGeometry">TQTable</a><li>cellHeight: - <a href="ntqgridview.html#cellHeight">TQGridView</a><li>cellRect: - <a href="ntqgridview.html#cellRect">TQGridView</a> <a href="ntqtable.html#cellRect">TQTable</a><li>cellWidget: - <a href="ntqtable.html#cellWidget">TQTable</a><li>cellWidth: - <a href="ntqgridview.html#cellWidth">TQGridView</a><li>center: + <a href="tqgridlayout.html#cellGeometry">TQGridLayout</a> <a href="tqgridview.html#cellGeometry">TQGridView</a> <a href="tqtable.html#cellGeometry">TQTable</a><li>cellHeight: + <a href="tqgridview.html#cellHeight">TQGridView</a><li>cellRect: + <a href="tqgridview.html#cellRect">TQGridView</a> <a href="tqtable.html#cellRect">TQTable</a><li>cellWidget: + <a href="tqtable.html#cellWidget">TQTable</a><li>cellWidth: + <a href="tqgridview.html#cellWidth">TQGridView</a><li>center: <a href="tqrect.html#center">TQRect</a> <a href="tqscrollview.html#center">TQScrollView</a><li>centerIndicator: - <a href="ntqprogressbar.html#centerIndicator">TQProgressBar</a><li>centralWidget: + <a href="tqprogressbar.html#centerIndicator">TQProgressBar</a><li>centralWidget: <a href="tqmainwindow.html#centralWidget">TQMainWindow</a><li>cf: <a href="tqwindowsmime.html#cf">TQWindowsMime</a><li>cfFor: <a href="tqwindowsmime.html#cfFor">TQWindowsMime</a><li>cfToMime: <a href="tqwindowsmime.html#cfToMime">TQWindowsMime</a><li>changeInterval: <a href="tqtimer.html#changeInterval">TQTimer</a><li>changeItem: - <a href="tqcombobox.html#changeItem">TQComboBox</a> <a href="ntqlistbox.html#changeItem">TQListBox</a> <a href="tqmenudata.html#changeItem">TQMenuData</a> <a href="tqmenudata.html#changeItem">TQPopupMenu</a><li>changeSize: + <a href="tqcombobox.html#changeItem">TQComboBox</a> <a href="tqlistbox.html#changeItem">TQListBox</a> <a href="tqmenudata.html#changeItem">TQMenuData</a> <a href="tqmenudata.html#changeItem">TQPopupMenu</a><li>changeSize: <a href="qspaceritem.html#changeSize">TQSpacerItem</a><li>changeTab: - <a href="ntqtabdialog.html#changeTab">TQTabDialog</a> <a href="ntqtabwidget.html#changeTab">TQTabWidget</a><li>changed: + <a href="tqtabdialog.html#changeTab">TQTabDialog</a> <a href="tqtabwidget.html#changeTab">TQTabWidget</a><li>changed: <a href="tqimageconsumer.html#changed">TQImageConsumer</a><li>charAt: <a href="tqtextedit.html#charAt">TQTextEdit</a><li>charWidth: <a href="tqfontmetrics.html#charWidth">TQFontMetrics</a><li>characters: @@ -366,7 +366,7 @@ c: <a href="tqlcdnumber.html#checkOverflow">TQLCDNumber</a><li>child: <a href="qchildevent.html#child">TQChildEvent</a> <a href="tqobject.html#child">TQObject</a><li>childAt: <a href="tqwidget.html#childAt">TQWidget</a><li>childCount: - <a href="qaccessibleinterface.html#childCount">TQAccessibleInterface</a> <a href="ntqlistview.html#childCount">TQListView</a> <a href="qlistviewitem.html#childCount">TQListViewItem</a><li>childEvent: + <a href="qaccessibleinterface.html#childCount">TQAccessibleInterface</a> <a href="tqlistview.html#childCount">TQListView</a> <a href="tqlistviewitem.html#childCount">TQListViewItem</a><li>childEvent: <a href="tqmainwindow.html#childEvent">TQMainWindow</a> <a href="tqobject.html#childEvent">TQObject</a> <a href="ntqsplitter.html#childEvent">TQSplitter</a><li>childNodes: <a href="tqdomnode.html#childNodes">TQDomNode</a><li>childX: <a href="tqscrollview.html#childX">TQScrollView</a><li>childY: @@ -386,11 +386,11 @@ c: <a href="tqdir.html#cleanDirPath">TQDir</a><li>cleanText: <a href="tqspinbox.html#cleanText">TQSpinBox</a><li>cleanup: <a href="tqcolor.html#cleanup">TQColor</a> <a href="ntqcursor.html#cleanup">TQCursor</a><li>clear: - <a href="ntqaccel.html#clear">TQAccel</a> <a href="tqasciicache.html#clear">TQAsciiCache</a> <a href="tqasciidict.html#clear">TQAsciiDict</a> <a href="tqcache.html#clear">TQCache</a> <a href="tqclipboard.html#clear">TQClipboard</a> <a href="tqcombobox.html#clear">TQComboBox</a> <a href="tqdict.html#clear">TQDict</a> <a href="tqdomnode.html#clear">TQDomNode</a> <a href="tqiconview.html#clear">TQIconView</a> <a href="tqintcache.html#clear">TQIntCache</a> <a href="tqintdict.html#clear">TQIntDict</a> <a href="tqlabel.html#clear">TQLabel</a> <a href="tqlineedit.html#clear">TQLineEdit</a> <a href="ntqlistbox.html#clear">TQListBox</a> <a href="ntqlistview.html#clear">TQListView</a> <a href="tqmap.html#clear">TQMap</a> <a href="tqmenudata.html#clear">TQMenuBar</a> <a href="tqmenudata.html#clear">TQMenuData</a> <a href="tqobjectcleanuphandler.html#clear">TQObjectCleanupHandler</a> <a href="tqpixmapcache.html#clear">TQPixmapCache</a> <a href="tqmenudata.html#clear">TQPopupMenu</a> <a href="tqptrcollection.html#clear">TQPtrCollection</a> <a href="tqptrdict.html#clear">TQPtrDict</a> <a href="tqptrlist.html#clear">TQPtrList</a> <a href="tqptrqueue.html#clear">TQPtrQueue</a> <a href="tqptrstack.html#clear">TQPtrStack</a> <a href="tqptrvector.html#clear">TQPtrVector</a> <a href="ntqsplashscreen.html#clear">TQSplashScreen</a> <a href="tqsqlcursor.html#clear">TQSqlCursor</a> <a href="tqsqlfield.html#clear">TQSqlField</a> <a href="tqsqlform.html#clear">TQSqlForm</a> <a href="tqsqlrecord.html#clear">TQSqlRecord</a> <a href="tqstatusbar.html#clear">TQStatusBar</a> <a href="tqtextedit.html#clear">TQTextEdit</a> <a href="tqtoolbar.html#clear">TQToolBar</a> <a href="tqtooltip.html#clear">TQToolTip</a> <a href="tqtranslator.html#clear">TQTranslator</a> <a href="tqvaluelist.html#clear">TQValueList</a> <a href="tqvaluevector.html#clear">TQValueVector</a> <a href="ntqvariant.html#clear">TQVariant</a> <a href="tqxmlattributes.html#clear">TQXmlAttributes</a><li>clearArguments: + <a href="ntqaccel.html#clear">TQAccel</a> <a href="tqasciicache.html#clear">TQAsciiCache</a> <a href="tqasciidict.html#clear">TQAsciiDict</a> <a href="tqcache.html#clear">TQCache</a> <a href="tqclipboard.html#clear">TQClipboard</a> <a href="tqcombobox.html#clear">TQComboBox</a> <a href="tqdict.html#clear">TQDict</a> <a href="tqdomnode.html#clear">TQDomNode</a> <a href="tqiconview.html#clear">TQIconView</a> <a href="tqintcache.html#clear">TQIntCache</a> <a href="tqintdict.html#clear">TQIntDict</a> <a href="tqlabel.html#clear">TQLabel</a> <a href="tqlineedit.html#clear">TQLineEdit</a> <a href="tqlistbox.html#clear">TQListBox</a> <a href="tqlistview.html#clear">TQListView</a> <a href="tqmap.html#clear">TQMap</a> <a href="tqmenudata.html#clear">TQMenuBar</a> <a href="tqmenudata.html#clear">TQMenuData</a> <a href="tqobjectcleanuphandler.html#clear">TQObjectCleanupHandler</a> <a href="tqpixmapcache.html#clear">TQPixmapCache</a> <a href="tqmenudata.html#clear">TQPopupMenu</a> <a href="tqptrcollection.html#clear">TQPtrCollection</a> <a href="tqptrdict.html#clear">TQPtrDict</a> <a href="tqptrlist.html#clear">TQPtrList</a> <a href="tqptrqueue.html#clear">TQPtrQueue</a> <a href="tqptrstack.html#clear">TQPtrStack</a> <a href="tqptrvector.html#clear">TQPtrVector</a> <a href="ntqsplashscreen.html#clear">TQSplashScreen</a> <a href="tqsqlcursor.html#clear">TQSqlCursor</a> <a href="tqsqlfield.html#clear">TQSqlField</a> <a href="tqsqlform.html#clear">TQSqlForm</a> <a href="tqsqlrecord.html#clear">TQSqlRecord</a> <a href="tqstatusbar.html#clear">TQStatusBar</a> <a href="tqtextedit.html#clear">TQTextEdit</a> <a href="tqtoolbar.html#clear">TQToolBar</a> <a href="tqtooltip.html#clear">TQToolTip</a> <a href="tqtranslator.html#clear">TQTranslator</a> <a href="tqvaluelist.html#clear">TQValueList</a> <a href="tqvaluevector.html#clear">TQValueVector</a> <a href="ntqvariant.html#clear">TQVariant</a> <a href="tqxmlattributes.html#clear">TQXmlAttributes</a><li>clearArguments: <a href="tqprocess.html#clearArguments">TQProcess</a><li>clearBit: <a href="tqbitarray.html#clearBit">TQBitArray</a><li>clearCell: - <a href="ntqtable.html#clearCell">TQTable</a><li>clearCellWidget: - <a href="ntqtable.html#clearCellWidget">TQTable</a><li>clearEdit: + <a href="tqtable.html#clearCell">TQTable</a><li>clearCellWidget: + <a href="tqtable.html#clearCellWidget">TQTable</a><li>clearEdit: <a href="tqcombobox.html#clearEdit">TQComboBox</a><li>clearEntries: <a href="tqurloperator.html#clearEntries">TQUrlOperator</a><li>clearFocus: <a href="tqwidget.html#clearFocus">TQWidget</a><li>clearGenerated: @@ -402,11 +402,11 @@ c: <a href="tqftp.html#clearPendingCommands">TQFtp</a><li>clearPendingData: <a href="tqsocket.html#clearPendingData">TQSocket</a><li>clearPendingRequests: <a href="tqhttp.html#clearPendingRequests">TQHttp</a><li>clearSelection: - <a href="qaccessibleinterface.html#clearSelection">TQAccessibleInterface</a> <a href="tqiconview.html#clearSelection">TQIconView</a> <a href="ntqlistbox.html#clearSelection">TQListBox</a> <a href="ntqlistview.html#clearSelection">TQListView</a> <a href="ntqtable.html#clearSelection">TQTable</a><li>clearValidator: + <a href="qaccessibleinterface.html#clearSelection">TQAccessibleInterface</a> <a href="tqiconview.html#clearSelection">TQIconView</a> <a href="tqlistbox.html#clearSelection">TQListBox</a> <a href="tqlistview.html#clearSelection">TQListView</a> <a href="tqtable.html#clearSelection">TQTable</a><li>clearValidator: <a href="tqcombobox.html#clearValidator">TQComboBox</a> <a href="tqlineedit.html#clearValidator">TQLineEdit</a><li>clearValues: <a href="tqdatabrowser.html#clearValues">TQDataBrowser</a> <a href="tqdataview.html#clearValues">TQDataView</a> <a href="tqsqlform.html#clearValues">TQSqlForm</a> <a href="tqsqlrecord.html#clearValues">TQSqlRecord</a><li>clearWFlags: <a href="tqwidget.html#clearWFlags">TQWidget</a><li>clicked: - <a href="ntqbutton.html#clicked">TQButton</a> <a href="ntqbuttongroup.html#clicked">TQButtonGroup</a> <a href="ntqbutton.html#clicked">TQCheckBox</a> <a href="ntqheader.html#clicked">TQHeader</a> <a href="tqiconview.html#clicked">TQIconView</a> <a href="ntqlistbox.html#clicked">TQListBox</a> <a href="ntqlistview.html#clicked">TQListView</a> <a href="ntqbutton.html#clicked">TQPushButton</a> <a href="ntqbutton.html#clicked">TQRadioButton</a> <a href="ntqtable.html#clicked">TQTable</a> <a href="tqtextedit.html#clicked">TQTextEdit</a> <a href="tqwhatsthis.html#clicked">TQWhatsThis</a><li>clipRegion: + <a href="tqbutton.html#clicked">TQButton</a> <a href="tqbuttongroup.html#clicked">TQButtonGroup</a> <a href="tqbutton.html#clicked">TQCheckBox</a> <a href="tqheader.html#clicked">TQHeader</a> <a href="tqiconview.html#clicked">TQIconView</a> <a href="tqlistbox.html#clicked">TQListBox</a> <a href="tqlistview.html#clicked">TQListView</a> <a href="tqbutton.html#clicked">TQPushButton</a> <a href="tqbutton.html#clicked">TQRadioButton</a> <a href="tqtable.html#clicked">TQTable</a> <a href="tqtextedit.html#clicked">TQTextEdit</a> <a href="tqwhatsthis.html#clicked">TQWhatsThis</a><li>clipRegion: <a href="tqpainter.html#clipRegion">TQPainter</a> <a href="tqwidget.html#clipRegion">TQWidget</a><li>clipboard: <a href="ntqapplication.html#clipboard">TQApplication</a><li>clipper: <a href="tqscrollview.html#clipper">TQScrollView</a><li>cloneNode: @@ -430,11 +430,11 @@ c: <a href="tqtextcodec.html#codecForMib">TQTextCodec</a><li>codecForName: <a href="tqtextcodec.html#codecForName">TQTextCodec</a><li>codecForTr: <a href="tqtextcodec.html#codecForTr">TQTextCodec</a><li>col: - <a href="qtableitem.html#col">TQTableItem</a><li>colSpacing: - <a href="qgridlayout.html#colSpacing">TQGridLayout</a><li>colSpan: - <a href="qtableitem.html#colSpan">TQTableItem</a><li>colStretch: - <a href="qgridlayout.html#colStretch">TQGridLayout</a><li>collapsed: - <a href="ntqlistview.html#collapsed">TQListView</a><li>collidesWith: + <a href="tqtableitem.html#col">TQTableItem</a><li>colSpacing: + <a href="tqgridlayout.html#colSpacing">TQGridLayout</a><li>colSpan: + <a href="tqtableitem.html#colSpan">TQTableItem</a><li>colStretch: + <a href="tqgridlayout.html#colStretch">TQGridLayout</a><li>collapsed: + <a href="tqlistview.html#collapsed">TQListView</a><li>collidesWith: <a href="tqcanvasitem.html#collidesWith">TQCanvasItem</a><li>collisions: <a href="tqcanvas.html#collisions">TQCanvas</a> <a href="tqcanvasitem.html#collisions">TQCanvasItem</a><li>color: <a href="tqbrush.html#color">TQBrush</a> <a href="tqcanvastext.html#color">TQCanvasText</a> <a href="tqcolorgroup.html#color">TQColorGroup</a> <a href="tqimage.html#color">TQImage</a> <a href="tqpalette.html#color">TQPalette</a> <a href="tqpen.html#color">TQPen</a> <a href="tqstyleoption.html#color">TQStyleOption</a> <a href="tqstylesheetitem.html#color">TQStyleSheetItem</a> <a href="tqtextedit.html#color">TQTextEdit</a><li>colorGroup: @@ -444,19 +444,19 @@ c: <a href="ntqapplication.html#colorSpec">TQApplication</a><li>colorTable: <a href="tqimage.html#colorTable">TQImage</a><li>colormap: <a href="tqglwidget.html#colormap">TQGLWidget</a><li>columnAlignment: - <a href="ntqlistview.html#columnAlignment">TQListView</a><li>columnAt: - <a href="ntqgridview.html#columnAt">TQGridView</a> <a href="ntqtable.html#columnAt">TQTable</a><li>columnClicked: - <a href="ntqtable.html#columnClicked">TQTable</a><li>columnIndexChanged: - <a href="ntqtable.html#columnIndexChanged">TQTable</a><li>columnMode: - <a href="ntqlistbox.html#columnMode">TQListBox</a><li>columnMovingEnabled: - <a href="ntqtable.html#columnMovingEnabled">TQTable</a><li>columnNumber: + <a href="tqlistview.html#columnAlignment">TQListView</a><li>columnAt: + <a href="tqgridview.html#columnAt">TQGridView</a> <a href="tqtable.html#columnAt">TQTable</a><li>columnClicked: + <a href="tqtable.html#columnClicked">TQTable</a><li>columnIndexChanged: + <a href="tqtable.html#columnIndexChanged">TQTable</a><li>columnMode: + <a href="tqlistbox.html#columnMode">TQListBox</a><li>columnMovingEnabled: + <a href="tqtable.html#columnMovingEnabled">TQTable</a><li>columnNumber: <a href="tqxmllocator.html#columnNumber">TQXmlLocator</a> <a href="tqxmlparseexception.html#columnNumber">TQXmlParseException</a><li>columnPos: - <a href="ntqtable.html#columnPos">TQTable</a><li>columnText: - <a href="ntqlistview.html#columnText">TQListView</a><li>columnWidth: - <a href="ntqlistview.html#columnWidth">TQListView</a> <a href="ntqtable.html#columnWidth">TQTable</a><li>columnWidthChanged: - <a href="ntqtable.html#columnWidthChanged">TQTable</a><li>columnWidthMode: - <a href="ntqlistview.html#columnWidthMode">TQListView</a><li>columns: - <a href="ntqgroupbox.html#columns">TQGroupBox</a> <a href="ntqlistview.html#columns">TQListView</a> <a href="tqpopupmenu.html#columns">TQPopupMenu</a><li>combiningClass: + <a href="tqtable.html#columnPos">TQTable</a><li>columnText: + <a href="tqlistview.html#columnText">TQListView</a><li>columnWidth: + <a href="tqlistview.html#columnWidth">TQListView</a> <a href="tqtable.html#columnWidth">TQTable</a><li>columnWidthChanged: + <a href="tqtable.html#columnWidthChanged">TQTable</a><li>columnWidthMode: + <a href="tqlistview.html#columnWidthMode">TQListView</a><li>columns: + <a href="ntqgroupbox.html#columns">TQGroupBox</a> <a href="tqlistview.html#columns">TQListView</a> <a href="tqpopupmenu.html#columns">TQPopupMenu</a><li>combiningClass: <a href="tqchar.html#combiningClass">TQChar</a><li>commandFinished: <a href="tqftp.html#commandFinished">TQFtp</a><li>commandStarted: <a href="tqftp.html#commandStarted">TQFtp</a><li>comment: @@ -466,7 +466,7 @@ c: <a href="tqsqldriver.html#commitTransaction">TQSqlDriver</a><li>commonPrefix: <a href="tqtranslatormessage.html#commonPrefix">TQTranslatorMessage</a><li>communication: <a href="tqprocess.html#communication">TQProcess</a><li>compare: - <a href="tqiconviewitem.html#compare">TQIconViewItem</a> <a href="qlistviewitem.html#compare">TQListViewItem</a> <a href="tqstring.html#compare">TQString</a><li>compareItems: + <a href="tqiconviewitem.html#compare">TQIconViewItem</a> <a href="tqlistviewitem.html#compare">TQListViewItem</a> <a href="tqstring.html#compare">TQString</a><li>compareItems: <a href="tqptrlist.html#compareItems">TQPtrList</a> <a href="tqptrvector.html#compareItems">TQPtrVector</a><li>complete: <a href="qnpstream.html#complete">TQNPStream</a><li>compose: <a href="tqstring.html#compose">TQString</a><li>confirmCancel: @@ -499,17 +499,17 @@ c: <a href="tqhttpheader.html#contentLength">TQHttpHeader</a><li>contentType: <a href="tqhttpheader.html#contentType">TQHttpHeader</a><li>contentsContextMenuEvent: <a href="tqscrollview.html#contentsContextMenuEvent">TQScrollView</a><li>contentsDragEnterEvent: - <a href="tqscrollview.html#contentsDragEnterEvent">TQScrollView</a> <a href="ntqtable.html#contentsDragEnterEvent">TQTable</a><li>contentsDragLeaveEvent: - <a href="tqscrollview.html#contentsDragLeaveEvent">TQScrollView</a> <a href="ntqtable.html#contentsDragLeaveEvent">TQTable</a><li>contentsDragMoveEvent: - <a href="tqscrollview.html#contentsDragMoveEvent">TQScrollView</a> <a href="ntqtable.html#contentsDragMoveEvent">TQTable</a><li>contentsDropEvent: - <a href="tqscrollview.html#contentsDropEvent">TQScrollView</a> <a href="ntqtable.html#contentsDropEvent">TQTable</a><li>contentsHeight: + <a href="tqscrollview.html#contentsDragEnterEvent">TQScrollView</a> <a href="tqtable.html#contentsDragEnterEvent">TQTable</a><li>contentsDragLeaveEvent: + <a href="tqscrollview.html#contentsDragLeaveEvent">TQScrollView</a> <a href="tqtable.html#contentsDragLeaveEvent">TQTable</a><li>contentsDragMoveEvent: + <a href="tqscrollview.html#contentsDragMoveEvent">TQScrollView</a> <a href="tqtable.html#contentsDragMoveEvent">TQTable</a><li>contentsDropEvent: + <a href="tqscrollview.html#contentsDropEvent">TQScrollView</a> <a href="tqtable.html#contentsDropEvent">TQTable</a><li>contentsHeight: <a href="tqscrollview.html#contentsHeight">TQScrollView</a><li>contentsMouseDoubleClickEvent: - <a href="ntqlistview.html#contentsMouseDoubleClickEvent">TQListView</a> <a href="tqscrollview.html#contentsMouseDoubleClickEvent">TQScrollView</a><li>contentsMouseMoveEvent: - <a href="ntqlistview.html#contentsMouseMoveEvent">TQListView</a> <a href="tqscrollview.html#contentsMouseMoveEvent">TQScrollView</a><li>contentsMousePressEvent: - <a href="ntqlistview.html#contentsMousePressEvent">TQListView</a> <a href="tqscrollview.html#contentsMousePressEvent">TQScrollView</a><li>contentsMouseReleaseEvent: - <a href="ntqlistview.html#contentsMouseReleaseEvent">TQListView</a> <a href="tqscrollview.html#contentsMouseReleaseEvent">TQScrollView</a><li>contentsMoving: + <a href="tqlistview.html#contentsMouseDoubleClickEvent">TQListView</a> <a href="tqscrollview.html#contentsMouseDoubleClickEvent">TQScrollView</a><li>contentsMouseMoveEvent: + <a href="tqlistview.html#contentsMouseMoveEvent">TQListView</a> <a href="tqscrollview.html#contentsMouseMoveEvent">TQScrollView</a><li>contentsMousePressEvent: + <a href="tqlistview.html#contentsMousePressEvent">TQListView</a> <a href="tqscrollview.html#contentsMousePressEvent">TQScrollView</a><li>contentsMouseReleaseEvent: + <a href="tqlistview.html#contentsMouseReleaseEvent">TQListView</a> <a href="tqscrollview.html#contentsMouseReleaseEvent">TQScrollView</a><li>contentsMoving: <a href="tqscrollview.html#contentsMoving">TQScrollView</a><li>contentsRect: - <a href="ntqframe.html#contentsRect">TQFrame</a><li>contentsToViewport: + <a href="tqframe.html#contentsRect">TQFrame</a><li>contentsToViewport: <a href="tqscrollview.html#contentsToViewport">TQScrollView</a><li>contentsWheelEvent: <a href="tqscrollview.html#contentsWheelEvent">TQScrollView</a><li>contentsWidth: <a href="tqscrollview.html#contentsWidth">TQScrollView</a><li>contentsX: @@ -517,7 +517,7 @@ c: <a href="tqscrollview.html#contentsY">TQScrollView</a><li>context: <a href="tqglwidget.html#context">TQGLWidget</a> <a href="tqsimplerichtext.html#context">TQSimpleRichText</a> <a href="tqtextedit.html#context">TQTextEdit</a> <a href="tqtranslatormessage.html#context">TQTranslatorMessage</a><li>contextMenuEvent: <a href="tqwidget.html#contextMenuEvent">TQWidget</a><li>contextMenuRequested: - <a href="tqiconview.html#contextMenuRequested">TQIconView</a> <a href="ntqlistbox.html#contextMenuRequested">TQListBox</a> <a href="ntqlistview.html#contextMenuRequested">TQListView</a> <a href="ntqtable.html#contextMenuRequested">TQTable</a><li>contexts: + <a href="tqiconview.html#contextMenuRequested">TQIconView</a> <a href="tqlistbox.html#contextMenuRequested">TQListBox</a> <a href="tqlistview.html#contextMenuRequested">TQListView</a> <a href="tqtable.html#contextMenuRequested">TQTable</a><li>contexts: <a href="tqstylesheetitem.html#contexts">TQStyleSheetItem</a><li>controlAt: <a href="qaccessibleinterface.html#controlAt">TQAccessibleInterface</a><li>controlPoints: <a href="tqcanvasspline.html#controlPoints">TQCanvasSpline</a><li>convertBitOrder: @@ -538,8 +538,8 @@ c: <a href="tqbitarray.html#copy">TQBitArray</a> <a href="tqcstring.html#copy">TQCString</a> <a href="tqimage.html#copy">TQImage</a> <a href="tqlineedit.html#copy">TQLineEdit</a> <a href="tqmemarray.html#copy">TQMemArray</a> <a href="tqpalette.html#copy">TQPalette</a> <a href="tqpicture.html#copy">TQPicture</a> <a href="tqpointarray.html#copy">TQPointArray</a> <a href="tqtextedit.html#copy">TQTextEdit</a> <a href="tqurloperator.html#copy">TQUrlOperator</a><li>copyAvailable: <a href="tqtextedit.html#copyAvailable">TQTextEdit</a><li>copyBlt: <a href="tqpixmap.html#copyBlt">TQPixmap</a><li>cornerWidget: - <a href="tqscrollview.html#cornerWidget">TQScrollView</a> <a href="ntqtabwidget.html#cornerWidget">TQTabWidget</a><li>count: - <a href="ntqaccel.html#count">TQAccel</a> <a href="tqasciicache.html#count">TQAsciiCache</a> <a href="tqasciicacheiterator.html#count">TQAsciiCacheIterator</a> <a href="tqasciidict.html#count">TQAsciiDict</a> <a href="tqasciidictiterator.html#count">TQAsciiDictIterator</a> <a href="ntqbuttongroup.html#count">TQButtonGroup</a> <a href="tqcache.html#count">TQCache</a> <a href="tqcacheiterator.html#count">TQCacheIterator</a> <a href="tqcanvaspixmaparray.html#count">TQCanvasPixmapArray</a> <a href="tqcombobox.html#count">TQComboBox</a> <a href="tqcombotableitem.html#count">TQComboTableItem</a> <a href="tqdict.html#count">TQDict</a> <a href="tqdictiterator.html#count">TQDictIterator</a> <a href="tqdir.html#count">TQDir</a> <a href="ntqdockarea.html#count">TQDockArea</a> <a href="tqdomnamednodemap.html#count">TQDomNamedNodeMap</a> <a href="tqdomnodelist.html#count">TQDomNodeList</a> <a href="ntqfocusdata.html#count">TQFocusData</a> <a href="ntqheader.html#count">TQHeader</a> <a href="tqiconview.html#count">TQIconView</a> <a href="tqintcache.html#count">TQIntCache</a> <a href="tqintcacheiterator.html#count">TQIntCacheIterator</a> <a href="tqintdict.html#count">TQIntDict</a> <a href="tqintdictiterator.html#count">TQIntDictIterator</a> <a href="qkeyevent.html#count">TQKeyEvent</a> <a href="ntqkeysequence.html#count">TQKeySequence</a> <a href="ntqlistbox.html#count">TQListBox</a> <a href="tqmap.html#count">TQMap</a> <a href="tqmemarray.html#count">TQMemArray</a> <a href="tqmenudata.html#count">TQMenuData</a> <a href="tqptrcollection.html#count">TQPtrCollection</a> <a href="tqptrdict.html#count">TQPtrDict</a> <a href="tqptrdictiterator.html#count">TQPtrDictIterator</a> <a href="tqptrlist.html#count">TQPtrList</a> <a href="tqptrlistiterator.html#count">TQPtrListIterator</a> <a href="tqptrqueue.html#count">TQPtrQueue</a> <a href="tqptrstack.html#count">TQPtrStack</a> <a href="tqptrvector.html#count">TQPtrVector</a> <a href="tqsqlform.html#count">TQSqlForm</a> <a href="tqsqlrecord.html#count">TQSqlRecord</a> <a href="ntqtabbar.html#count">TQTabBar</a> <a href="ntqtabwidget.html#count">TQTabWidget</a> <a href="tqtoolbox.html#count">TQToolBox</a> <a href="tqvaluelist.html#count">TQValueList</a> <a href="tqvaluevector.html#count">TQValueVector</a> <a href="tqxmlattributes.html#count">TQXmlAttributes</a><li>countCf: + <a href="tqscrollview.html#cornerWidget">TQScrollView</a> <a href="tqtabwidget.html#cornerWidget">TQTabWidget</a><li>count: + <a href="ntqaccel.html#count">TQAccel</a> <a href="tqasciicache.html#count">TQAsciiCache</a> <a href="tqasciicacheiterator.html#count">TQAsciiCacheIterator</a> <a href="tqasciidict.html#count">TQAsciiDict</a> <a href="tqasciidictiterator.html#count">TQAsciiDictIterator</a> <a href="tqbuttongroup.html#count">TQButtonGroup</a> <a href="tqcache.html#count">TQCache</a> <a href="tqcacheiterator.html#count">TQCacheIterator</a> <a href="tqcanvaspixmaparray.html#count">TQCanvasPixmapArray</a> <a href="tqcombobox.html#count">TQComboBox</a> <a href="tqcombotableitem.html#count">TQComboTableItem</a> <a href="tqdict.html#count">TQDict</a> <a href="tqdictiterator.html#count">TQDictIterator</a> <a href="tqdir.html#count">TQDir</a> <a href="ntqdockarea.html#count">TQDockArea</a> <a href="tqdomnamednodemap.html#count">TQDomNamedNodeMap</a> <a href="tqdomnodelist.html#count">TQDomNodeList</a> <a href="ntqfocusdata.html#count">TQFocusData</a> <a href="tqheader.html#count">TQHeader</a> <a href="tqiconview.html#count">TQIconView</a> <a href="tqintcache.html#count">TQIntCache</a> <a href="tqintcacheiterator.html#count">TQIntCacheIterator</a> <a href="tqintdict.html#count">TQIntDict</a> <a href="tqintdictiterator.html#count">TQIntDictIterator</a> <a href="qkeyevent.html#count">TQKeyEvent</a> <a href="ntqkeysequence.html#count">TQKeySequence</a> <a href="tqlistbox.html#count">TQListBox</a> <a href="tqmap.html#count">TQMap</a> <a href="tqmemarray.html#count">TQMemArray</a> <a href="tqmenudata.html#count">TQMenuData</a> <a href="tqptrcollection.html#count">TQPtrCollection</a> <a href="tqptrdict.html#count">TQPtrDict</a> <a href="tqptrdictiterator.html#count">TQPtrDictIterator</a> <a href="tqptrlist.html#count">TQPtrList</a> <a href="tqptrlistiterator.html#count">TQPtrListIterator</a> <a href="tqptrqueue.html#count">TQPtrQueue</a> <a href="tqptrstack.html#count">TQPtrStack</a> <a href="tqptrvector.html#count">TQPtrVector</a> <a href="tqsqlform.html#count">TQSqlForm</a> <a href="tqsqlrecord.html#count">TQSqlRecord</a> <a href="tqtabbar.html#count">TQTabBar</a> <a href="tqtabwidget.html#count">TQTabWidget</a> <a href="tqtoolbox.html#count">TQToolBox</a> <a href="tqvaluelist.html#count">TQValueList</a> <a href="tqvaluevector.html#count">TQValueVector</a> <a href="tqxmlattributes.html#count">TQXmlAttributes</a><li>countCf: <a href="tqwindowsmime.html#countCf">TQWindowsMime</a><li>countFlavors: <a href="tqmacmime.html#countFlavors">TQMacMime</a><li>country: <a href="tqlocale.html#country">TQLocale</a><li>countryToString: @@ -554,7 +554,7 @@ c: <a href="tqdomimplementation.html#createDocument">TQDomImplementation</a><li>createDocumentFragment: <a href="tqdomdocument.html#createDocumentFragment">TQDomDocument</a><li>createDocumentType: <a href="tqdomimplementation.html#createDocumentType">TQDomImplementation</a><li>createEditor: - <a href="tqeditorfactory.html#createEditor">TQEditorFactory</a> <a href="tqsqleditorfactory.html#createEditor">TQSqlEditorFactory</a> <a href="ntqtable.html#createEditor">TQTable</a> <a href="qtableitem.html#createEditor">TQTableItem</a><li>createElement: + <a href="tqeditorfactory.html#createEditor">TQEditorFactory</a> <a href="tqsqleditorfactory.html#createEditor">TQSqlEditorFactory</a> <a href="tqtable.html#createEditor">TQTable</a> <a href="tqtableitem.html#createEditor">TQTableItem</a><li>createElement: <a href="tqdomdocument.html#createElement">TQDomDocument</a><li>createElementNS: <a href="tqdomdocument.html#createElementNS">TQDomDocument</a><li>createEntityReference: <a href="tqdomdocument.html#createEntityReference">TQDomDocument</a><li>createForMib: @@ -573,14 +573,14 @@ c: <a href="tqprinter.html#creator">TQPrinter</a><li>critical: <a href="ntqmessagebox.html#critical">TQMessageBox</a><li>cubicBezier: <a href="tqpointarray.html#cubicBezier">TQPointArray</a><li>currEditCol: - <a href="ntqtable.html#currEditCol">TQTable</a><li>currEditRow: - <a href="ntqtable.html#currEditRow">TQTable</a><li>current: - <a href="tqasciicacheiterator.html#current">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#current">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#current">TQCacheIterator</a> <a href="tqdictiterator.html#current">TQDictIterator</a> <a href="tqdir.html#current">TQDir</a> <a href="qglayoutiterator.html#current">TQGLayoutIterator</a> <a href="tqintcacheiterator.html#current">TQIntCacheIterator</a> <a href="tqintdictiterator.html#current">TQIntDictIterator</a> <a href="qlayoutiterator.html#current">TQLayoutIterator</a> <a href="qlistviewitemiterator.html#current">TQListViewItemIterator</a> <a href="tqptrdictiterator.html#current">TQPtrDictIterator</a> <a href="tqptrlist.html#current">TQPtrList</a> <a href="tqptrlistiterator.html#current">TQPtrListIterator</a> <a href="tqptrqueue.html#current">TQPtrQueue</a> <a href="tqptrstack.html#current">TQPtrStack</a><li>currentAlignmentChanged: + <a href="tqtable.html#currEditCol">TQTable</a><li>currEditRow: + <a href="tqtable.html#currEditRow">TQTable</a><li>current: + <a href="tqasciicacheiterator.html#current">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#current">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#current">TQCacheIterator</a> <a href="tqdictiterator.html#current">TQDictIterator</a> <a href="tqdir.html#current">TQDir</a> <a href="qglayoutiterator.html#current">TQGLayoutIterator</a> <a href="tqintcacheiterator.html#current">TQIntCacheIterator</a> <a href="tqintdictiterator.html#current">TQIntDictIterator</a> <a href="qlayoutiterator.html#current">TQLayoutIterator</a> <a href="tqlistviewitemiterator.html#current">TQListViewItemIterator</a> <a href="tqptrdictiterator.html#current">TQPtrDictIterator</a> <a href="tqptrlist.html#current">TQPtrList</a> <a href="tqptrlistiterator.html#current">TQPtrListIterator</a> <a href="tqptrqueue.html#current">TQPtrQueue</a> <a href="tqptrstack.html#current">TQPtrStack</a><li>currentAlignmentChanged: <a href="tqtextedit.html#currentAlignmentChanged">TQTextEdit</a><li>currentAllocContext: <a href="tqcolor.html#currentAllocContext">TQColor</a><li>currentChanged: - <a href="tqdatabrowser.html#currentChanged">TQDataBrowser</a> <a href="tqdatatable.html#currentChanged">TQDataTable</a> <a href="tqiconview.html#currentChanged">TQIconView</a> <a href="ntqlistbox.html#currentChanged">TQListBox</a> <a href="ntqlistview.html#currentChanged">TQListView</a> <a href="ntqtabdialog.html#currentChanged">TQTabDialog</a> <a href="ntqtabwidget.html#currentChanged">TQTabWidget</a> <a href="ntqtable.html#currentChanged">TQTable</a> <a href="tqtoolbox.html#currentChanged">TQToolBox</a><li>currentColorChanged: + <a href="tqdatabrowser.html#currentChanged">TQDataBrowser</a> <a href="tqdatatable.html#currentChanged">TQDataTable</a> <a href="tqiconview.html#currentChanged">TQIconView</a> <a href="tqlistbox.html#currentChanged">TQListBox</a> <a href="tqlistview.html#currentChanged">TQListView</a> <a href="tqtabdialog.html#currentChanged">TQTabDialog</a> <a href="tqtabwidget.html#currentChanged">TQTabWidget</a> <a href="tqtable.html#currentChanged">TQTable</a> <a href="tqtoolbox.html#currentChanged">TQToolBox</a><li>currentColorChanged: <a href="tqtextedit.html#currentColorChanged">TQTextEdit</a><li>currentColumn: - <a href="ntqtable.html#currentColumn">TQTable</a><li>currentCommand: + <a href="tqtable.html#currentColumn">TQTable</a><li>currentCommand: <a href="tqftp.html#currentCommand">TQFtp</a><li>currentContext: <a href="tqglcontext.html#currentContext">TQGLContext</a><li>currentDate: <a href="tqdate.html#currentDate">TQDate</a><li>currentDateTime: @@ -593,19 +593,19 @@ c: <a href="tqtextedit.html#currentFontChanged">TQTextEdit</a><li>currentId: <a href="tqftp.html#currentId">TQFtp</a> <a href="tqhttp.html#currentId">TQHttp</a><li>currentIndex: <a href="tqtoolbox.html#currentIndex">TQToolBox</a><li>currentItem: - <a href="tqcombobox.html#currentItem">TQComboBox</a> <a href="tqcombotableitem.html#currentItem">TQComboTableItem</a> <a href="tqiconview.html#currentItem">TQIconView</a> <a href="ntqlistbox.html#currentItem">TQListBox</a> <a href="ntqlistview.html#currentItem">TQListView</a> <a href="tqtoolbox.html#currentItem">TQToolBox</a><li>currentKey: + <a href="tqcombobox.html#currentItem">TQComboBox</a> <a href="tqcombotableitem.html#currentItem">TQComboTableItem</a> <a href="tqiconview.html#currentItem">TQIconView</a> <a href="tqlistbox.html#currentItem">TQListBox</a> <a href="tqlistview.html#currentItem">TQListView</a> <a href="tqtoolbox.html#currentItem">TQToolBox</a><li>currentKey: <a href="tqasciicacheiterator.html#currentKey">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#currentKey">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#currentKey">TQCacheIterator</a> <a href="tqdictiterator.html#currentKey">TQDictIterator</a> <a href="tqintcacheiterator.html#currentKey">TQIntCacheIterator</a> <a href="tqintdictiterator.html#currentKey">TQIntDictIterator</a> <a href="tqptrdictiterator.html#currentKey">TQPtrDictIterator</a><li>currentNode: <a href="tqptrlist.html#currentNode">TQPtrList</a><li>currentPage: - <a href="ntqtabdialog.html#currentPage">TQTabDialog</a> <a href="ntqtabwidget.html#currentPage">TQTabWidget</a> <a href="ntqwizard.html#currentPage">TQWizard</a><li>currentPageIndex: - <a href="ntqtabwidget.html#currentPageIndex">TQTabWidget</a><li>currentParagraph: + <a href="tqtabdialog.html#currentPage">TQTabDialog</a> <a href="tqtabwidget.html#currentPage">TQTabWidget</a> <a href="tqwizard.html#currentPage">TQWizard</a><li>currentPageIndex: + <a href="tqtabwidget.html#currentPageIndex">TQTabWidget</a><li>currentParagraph: <a href="tqsyntaxhighlighter.html#currentParagraph">TQSyntaxHighlighter</a><li>currentRecord: <a href="tqdatatable.html#currentRecord">TQDataTable</a><li>currentRequest: <a href="tqhttp.html#currentRequest">TQHttp</a><li>currentRow: - <a href="ntqtable.html#currentRow">TQTable</a><li>currentSelection: - <a href="ntqtable.html#currentSelection">TQTable</a><li>currentSourceDevice: + <a href="tqtable.html#currentRow">TQTable</a><li>currentSelection: + <a href="tqtable.html#currentSelection">TQTable</a><li>currentSourceDevice: <a href="tqhttp.html#currentSourceDevice">TQHttp</a><li>currentTab: - <a href="ntqtabbar.html#currentTab">TQTabBar</a><li>currentText: - <a href="tqcombobox.html#currentText">TQComboBox</a> <a href="tqcombotableitem.html#currentText">TQComboTableItem</a> <a href="ntqlistbox.html#currentText">TQListBox</a><li>currentThread: + <a href="tqtabbar.html#currentTab">TQTabBar</a><li>currentText: + <a href="tqcombobox.html#currentText">TQComboBox</a> <a href="tqcombotableitem.html#currentText">TQComboTableItem</a> <a href="tqlistbox.html#currentText">TQListBox</a><li>currentThread: <a href="tqthread.html#currentThread">TQThread</a><li>currentTime: <a href="tqtime.html#currentTime">TQTime</a><li>currentValueText: <a href="tqspinbox.html#currentValueText">TQSpinBox</a><li>currentVerticalAlignmentChanged: @@ -613,19 +613,19 @@ c: <a href="tqwidget.html#cursor">TQWidget</a><li>cursorBackward: <a href="tqlineedit.html#cursorBackward">TQLineEdit</a><li>cursorChanged: <a href="tqdatabrowser.html#cursorChanged">TQDataBrowser</a> <a href="tqdatatable.html#cursorChanged">TQDataTable</a><li>cursorDown: - <a href="ntqmultilineedit.html#cursorDown">TQMultiLineEdit</a><li>cursorFlashTime: + <a href="tqmultilineedit.html#cursorDown">TQMultiLineEdit</a><li>cursorFlashTime: <a href="ntqapplication.html#cursorFlashTime">TQApplication</a><li>cursorForward: <a href="tqlineedit.html#cursorForward">TQLineEdit</a><li>cursorLeft: - <a href="ntqmultilineedit.html#cursorLeft">TQMultiLineEdit</a><li>cursorName: + <a href="tqmultilineedit.html#cursorLeft">TQMultiLineEdit</a><li>cursorName: <a href="tqsqlindex.html#cursorName">TQSqlIndex</a><li>cursorPoint: - <a href="ntqmultilineedit.html#cursorPoint">TQMultiLineEdit</a><li>cursorPos: + <a href="tqmultilineedit.html#cursorPoint">TQMultiLineEdit</a><li>cursorPos: <a href="qimevent.html#cursorPos">TQIMEvent</a><li>cursorPosition: <a href="tqlineedit.html#cursorPosition">TQLineEdit</a><li>cursorPositionChanged: <a href="tqtextedit.html#cursorPositionChanged">TQTextEdit</a><li>cursorRight: - <a href="ntqmultilineedit.html#cursorRight">TQMultiLineEdit</a><li>cursorUp: - <a href="ntqmultilineedit.html#cursorUp">TQMultiLineEdit</a><li>cursorWordBackward: - <a href="tqlineedit.html#cursorWordBackward">TQLineEdit</a> <a href="ntqmultilineedit.html#cursorWordBackward">TQMultiLineEdit</a><li>cursorWordForward: - <a href="tqlineedit.html#cursorWordForward">TQLineEdit</a> <a href="ntqmultilineedit.html#cursorWordForward">TQMultiLineEdit</a><li>customColor: + <a href="tqmultilineedit.html#cursorRight">TQMultiLineEdit</a><li>cursorUp: + <a href="tqmultilineedit.html#cursorUp">TQMultiLineEdit</a><li>cursorWordBackward: + <a href="tqlineedit.html#cursorWordBackward">TQLineEdit</a> <a href="tqmultilineedit.html#cursorWordBackward">TQMultiLineEdit</a><li>cursorWordForward: + <a href="tqlineedit.html#cursorWordForward">TQLineEdit</a> <a href="tqmultilineedit.html#cursorWordForward">TQMultiLineEdit</a><li>customColor: <a href="tqcolordialog.html#customColor">TQColorDialog</a><li>customCount: <a href="tqcolordialog.html#customCount">TQColorDialog</a><li>customEvent: <a href="tqobject.html#customEvent">TQObject</a><li>customWhatsThis: @@ -662,7 +662,7 @@ dark: <a href="tqimageformattype.html#decoderFor">TQImageFormatType</a><li>decomposition: <a href="tqchar.html#decomposition">TQChar</a><li>decompositionTag: <a href="tqchar.html#decompositionTag">TQChar</a><li>defaultButtonPressed: - <a href="ntqtabdialog.html#defaultButtonPressed">TQTabDialog</a><li>defaultDepth: + <a href="tqtabdialog.html#defaultButtonPressed">TQTabDialog</a><li>defaultDepth: <a href="tqpixmap.html#defaultDepth">TQPixmap</a><li>defaultFactory: <a href="tqeditorfactory.html#defaultFactory">TQEditorFactory</a> <a href="tqiconfactory.html#defaultFactory">TQIconFactory</a> <a href="tqmimesourcefactory.html#defaultFactory">TQMimeSourceFactory</a> <a href="tqsqleditorfactory.html#defaultFactory">TQSqlEditorFactory</a><li>defaultFamily: <a href="tqfont.html#defaultFamily">TQFont</a><li>defaultFormat: @@ -670,7 +670,7 @@ dark: <a href="tqsqlpropertymap.html#defaultMap">TQSqlPropertyMap</a><li>defaultOptimization: <a href="tqpixmap.html#defaultOptimization">TQPixmap</a><li>defaultOverlayFormat: <a href="tqglformat.html#defaultOverlayFormat">TQGLFormat</a><li>defaultRenameAction: - <a href="ntqlistview.html#defaultRenameAction">TQListView</a><li>defaultSheet: + <a href="tqlistview.html#defaultRenameAction">TQListView</a><li>defaultSheet: <a href="tqstylesheet.html#defaultSheet">TQStyleSheet</a><li>defaultValue: <a href="tqsqlfieldinfo.html#defaultValue">TQSqlFieldInfo</a><li>defineIOHandler: <a href="tqimageio.html#defineIOHandler">TQImageIO</a><li>definesFontItalic: @@ -688,7 +688,7 @@ dark: <a href="tqobject.html#deleteLater">TQObject</a><li>deleteNetworkProtocol: <a href="tqurloperator.html#deleteNetworkProtocol">TQUrlOperator</a><li>delta: <a href="qwheelevent.html#delta">TQWheelEvent</a><li>depth: - <a href="tqglformat.html#depth">TQGLFormat</a> <a href="tqimage.html#depth">TQImage</a> <a href="qlistviewitem.html#depth">TQListViewItem</a> <a href="tqpaintdevicemetrics.html#depth">TQPaintDeviceMetrics</a> <a href="tqpixmap.html#depth">TQPixmap</a><li>dequeue: + <a href="tqglformat.html#depth">TQGLFormat</a> <a href="tqimage.html#depth">TQImage</a> <a href="tqlistviewitem.html#depth">TQListViewItem</a> <a href="tqpaintdevicemetrics.html#depth">TQPaintDeviceMetrics</a> <a href="tqpixmap.html#depth">TQPixmap</a><li>dequeue: <a href="tqptrqueue.html#dequeue">TQPtrQueue</a><li>descent: <a href="tqfontmetrics.html#descent">TQFontMetrics</a><li>description: <a href="tqimageio.html#description">TQImageIO</a><li>deselect: @@ -701,14 +701,14 @@ dark: <a href="tqobject.html#destroyed">TQObject</a><li>det: <a href="tqwmatrix.html#det">TQWMatrix</a><li>detach: <a href="tqbitarray.html#detach">TQBitArray</a> <a href="tqglcolormap.html#detach">TQGLColormap</a> <a href="tqiconset.html#detach">TQIconSet</a> <a href="tqimage.html#detach">TQImage</a> <a href="tqmap.html#detach">TQMap</a> <a href="tqmemarray.html#detach">TQMemArray</a> <a href="tqpicture.html#detach">TQPicture</a> <a href="tqpixmap.html#detach">TQPixmap</a><li>device: - <a href="tqdatastream.html#device">TQDataStream</a> <a href="tqglcontext.html#device">TQGLContext</a> <a href="tqpainter.html#device">TQPainter</a> <a href="qtabletevent.html#device">TQTabletEvent</a> <a href="tqtextstream.html#device">TQTextStream</a><li>deviceIsPixmap: + <a href="tqdatastream.html#device">TQDataStream</a> <a href="tqglcontext.html#device">TQGLContext</a> <a href="tqpainter.html#device">TQPainter</a> <a href="tqtabletevent.html#device">TQTabletEvent</a> <a href="tqtextstream.html#device">TQTextStream</a><li>deviceIsPixmap: <a href="tqglcontext.html#deviceIsPixmap">TQGLContext</a><li>dialMoved: <a href="tqdial.html#dialMoved">TQDial</a><li>dialPressed: <a href="tqdial.html#dialPressed">TQDial</a><li>dialReleased: <a href="tqdial.html#dialReleased">TQDial</a><li>dialog: <a href="qmotifdialog.html#dialog">TQMotifDialog</a><li>digitValue: <a href="tqchar.html#digitValue">TQChar</a><li>dimensionChange: - <a href="ntqgridview.html#dimensionChange">TQGridView</a><li>dir: + <a href="tqgridview.html#dimensionChange">TQGridView</a><li>dir: <a href="tqfiledialog.html#dir">TQFileDialog</a> <a href="tqfileinfo.html#dir">TQFileInfo</a><li>dirEntered: <a href="tqfiledialog.html#dirEntered">TQFileDialog</a><li>dirName: <a href="tqdir.html#dirName">TQDir</a><li>dirPath: @@ -728,10 +728,10 @@ dark: <a href="tqlcdnumber.html#display">TQLCDNumber</a> <a href="tqtimeedit.html#display">TQTimeEdit</a> <a href="tqwhatsthis.html#display">TQWhatsThis</a><li>displayMode: <a href="tqstylesheetitem.html#displayMode">TQStyleSheetItem</a><li>displayText: <a href="tqlineedit.html#displayText">TQLineEdit</a><li>doAutoScroll: - <a href="tqiconview.html#doAutoScroll">TQIconView</a> <a href="ntqlistview.html#doAutoScroll">TQListView</a><li>doDefaultAction: + <a href="tqiconview.html#doAutoScroll">TQIconView</a> <a href="tqlistview.html#doAutoScroll">TQListView</a><li>doDefaultAction: <a href="qaccessibleinterface.html#doDefaultAction">TQAccessibleInterface</a><li>doKeyboardAction: <a href="tqtextedit.html#doKeyboardAction">TQTextEdit</a><li>doLayout: - <a href="ntqlistbox.html#doLayout">TQListBox</a><li>docName: + <a href="tqlistbox.html#doLayout">TQListBox</a><li>docName: <a href="tqprinter.html#docName">TQPrinter</a><li>dock: <a href="ntqdockwindow.html#dock">TQDockWindow</a><li>dockWindowList: <a href="ntqdockarea.html#dockWindowList">TQDockArea</a><li>dockWindowPositionChanged: @@ -747,39 +747,39 @@ dark: <a href="tqimage.html#dotsPerMeterY">TQImage</a><li>doubleBuffer: <a href="tqglformat.html#doubleBuffer">TQGLFormat</a> <a href="tqglwidget.html#doubleBuffer">TQGLWidget</a><li>doubleClickInterval: <a href="ntqapplication.html#doubleClickInterval">TQApplication</a><li>doubleClicked: - <a href="tqiconview.html#doubleClicked">TQIconView</a> <a href="ntqlistbox.html#doubleClicked">TQListBox</a> <a href="ntqlistview.html#doubleClicked">TQListView</a> <a href="ntqtable.html#doubleClicked">TQTable</a> <a href="tqtextedit.html#doubleClicked">TQTextEdit</a><li>downRect: + <a href="tqiconview.html#doubleClicked">TQIconView</a> <a href="tqlistbox.html#doubleClicked">TQListBox</a> <a href="tqlistview.html#doubleClicked">TQListView</a> <a href="tqtable.html#doubleClicked">TQTable</a> <a href="tqtextedit.html#doubleClicked">TQTextEdit</a><li>downRect: <a href="tqspinbox.html#downRect">TQSpinBox</a><li>drag: <a href="tqdragobject.html#drag">TQDragObject</a><li>dragAutoScroll: <a href="tqscrollview.html#dragAutoScroll">TQScrollView</a><li>dragCopy: <a href="tqdragobject.html#dragCopy">TQDragObject</a><li>dragEnabled: - <a href="tqiconviewitem.html#dragEnabled">TQIconViewItem</a> <a href="tqlineedit.html#dragEnabled">TQLineEdit</a> <a href="qlistviewitem.html#dragEnabled">TQListViewItem</a> <a href="ntqtable.html#dragEnabled">TQTable</a><li>dragEnterEvent: + <a href="tqiconviewitem.html#dragEnabled">TQIconViewItem</a> <a href="tqlineedit.html#dragEnabled">TQLineEdit</a> <a href="tqlistviewitem.html#dragEnabled">TQListViewItem</a> <a href="tqtable.html#dragEnabled">TQTable</a><li>dragEnterEvent: <a href="tqwidget.html#dragEnterEvent">TQWidget</a><li>dragEntered: - <a href="tqiconviewitem.html#dragEntered">TQIconViewItem</a> <a href="qlistviewitem.html#dragEntered">TQListViewItem</a><li>dragLeaveEvent: + <a href="tqiconviewitem.html#dragEntered">TQIconViewItem</a> <a href="tqlistviewitem.html#dragEntered">TQListViewItem</a><li>dragLeaveEvent: <a href="tqwidget.html#dragLeaveEvent">TQWidget</a><li>dragLeft: - <a href="tqiconviewitem.html#dragLeft">TQIconViewItem</a> <a href="qlistviewitem.html#dragLeft">TQListViewItem</a><li>dragLink: + <a href="tqiconviewitem.html#dragLeft">TQIconViewItem</a> <a href="tqlistviewitem.html#dragLeft">TQListViewItem</a><li>dragLink: <a href="tqdragobject.html#dragLink">TQDragObject</a><li>dragMove: <a href="tqdragobject.html#dragMove">TQDragObject</a><li>dragMoveEvent: <a href="tqwidget.html#dragMoveEvent">TQWidget</a><li>dragObject: - <a href="tqiconview.html#dragObject">TQIconView</a> <a href="ntqlistview.html#dragObject">TQListView</a> <a href="ntqtable.html#dragObject">TQTable</a><li>draggingSlider: + <a href="tqiconview.html#dragObject">TQIconView</a> <a href="tqlistview.html#dragObject">TQListView</a> <a href="tqtable.html#dragObject">TQTable</a><li>draggingSlider: <a href="tqscrollbar.html#draggingSlider">TQScrollBar</a><li>draw: <a href="tqcanvasitem.html#draw">TQCanvasItem</a> <a href="tqcanvaspolygonalitem.html#draw">TQCanvasPolygonalItem</a> <a href="tqcanvassprite.html#draw">TQCanvasSprite</a> <a href="tqcanvastext.html#draw">TQCanvasText</a> <a href="tqsimplerichtext.html#draw">TQSimpleRichText</a><li>drawArc: <a href="tqpainter.html#drawArc">TQPainter</a><li>drawArea: <a href="tqcanvas.html#drawArea">TQCanvas</a><li>drawBackground: <a href="tqcanvas.html#drawBackground">TQCanvas</a> <a href="tqiconview.html#drawBackground">TQIconView</a><li>drawButton: - <a href="ntqbutton.html#drawButton">TQButton</a><li>drawButtonLabel: - <a href="ntqbutton.html#drawButtonLabel">TQButton</a><li>drawChord: + <a href="tqbutton.html#drawButton">TQButton</a><li>drawButtonLabel: + <a href="tqbutton.html#drawButtonLabel">TQButton</a><li>drawChord: <a href="tqpainter.html#drawChord">TQPainter</a><li>drawComplexControl: <a href="tqstyle.html#drawComplexControl">TQStyle</a><li>drawComplexControlMask: <a href="tqstyle.html#drawComplexControlMask">TQStyle</a><li>drawContents: - <a href="tqcanvasview.html#drawContents">TQCanvasView</a> <a href="ntqframe.html#drawContents">TQFrame</a> <a href="tqlcdnumber.html#drawContents">TQLCDNumber</a> <a href="tqlabel.html#drawContents">TQLabel</a> <a href="tqmenubar.html#drawContents">TQMenuBar</a> <a href="tqpopupmenu.html#drawContents">TQPopupMenu</a> <a href="tqscrollview.html#drawContents">TQScrollView</a> <a href="ntqsplashscreen.html#drawContents">TQSplashScreen</a> <a href="ntqtable.html#drawContents">TQTable</a><li>drawContentsOffset: - <a href="ntqlistview.html#drawContentsOffset">TQListView</a> <a href="tqscrollview.html#drawContentsOffset">TQScrollView</a><li>drawControl: + <a href="tqcanvasview.html#drawContents">TQCanvasView</a> <a href="tqframe.html#drawContents">TQFrame</a> <a href="tqlcdnumber.html#drawContents">TQLCDNumber</a> <a href="tqlabel.html#drawContents">TQLabel</a> <a href="tqmenubar.html#drawContents">TQMenuBar</a> <a href="tqpopupmenu.html#drawContents">TQPopupMenu</a> <a href="tqscrollview.html#drawContents">TQScrollView</a> <a href="ntqsplashscreen.html#drawContents">TQSplashScreen</a> <a href="tqtable.html#drawContents">TQTable</a><li>drawContentsOffset: + <a href="tqlistview.html#drawContentsOffset">TQListView</a> <a href="tqscrollview.html#drawContentsOffset">TQScrollView</a><li>drawControl: <a href="tqstyle.html#drawControl">TQStyle</a><li>drawControlMask: <a href="tqstyle.html#drawControlMask">TQStyle</a><li>drawConvexPolygon: <a href="tqpainter.html#drawConvexPolygon">TQPainter</a><li>drawCubicBezier: <a href="tqpainter.html#drawCubicBezier">TQPainter</a><li>drawEllipse: <a href="tqpainter.html#drawEllipse">TQPainter</a><li>drawForeground: <a href="tqcanvas.html#drawForeground">TQCanvas</a><li>drawFrame: - <a href="ntqframe.html#drawFrame">TQFrame</a><li>drawImage: + <a href="tqframe.html#drawFrame">TQFrame</a><li>drawImage: <a href="tqpainter.html#drawImage">TQPainter</a><li>drawItem: <a href="tqpopupmenu.html#drawItem">TQPopupMenu</a> <a href="tqstyle.html#drawItem">TQStyle</a><li>drawLine: <a href="tqpainter.html#drawLine">TQPainter</a><li>drawLineSegments: @@ -805,9 +805,9 @@ dark: <a href="tqsqlerror.html#driverText">TQSqlError</a><li>drivers: <a href="tqsqldatabase.html#drivers">TQSqlDatabase</a><li>drives: <a href="tqdir.html#drives">TQDir</a><li>dropEnabled: - <a href="tqiconviewitem.html#dropEnabled">TQIconViewItem</a> <a href="qlistviewitem.html#dropEnabled">TQListViewItem</a><li>dropEvent: + <a href="tqiconviewitem.html#dropEnabled">TQIconViewItem</a> <a href="tqlistviewitem.html#dropEnabled">TQListViewItem</a><li>dropEvent: <a href="tqwidget.html#dropEvent">TQWidget</a><li>dropped: - <a href="tqiconview.html#dropped">TQIconView</a> <a href="tqiconviewitem.html#dropped">TQIconViewItem</a> <a href="ntqlistview.html#dropped">TQListView</a> <a href="qlistviewitem.html#dropped">TQListViewItem</a> <a href="ntqtable.html#dropped">TQTable</a><li>dumpObjectInfo: + <a href="tqiconview.html#dropped">TQIconView</a> <a href="tqiconviewitem.html#dropped">TQIconViewItem</a> <a href="tqlistview.html#dropped">TQListView</a> <a href="tqlistviewitem.html#dropped">TQListViewItem</a> <a href="tqtable.html#dropped">TQTable</a><li>dumpObjectInfo: <a href="tqobject.html#dumpObjectInfo">TQObject</a><li>dumpObjectTree: <a href="tqobject.html#dumpObjectTree">TQObject</a><li>duplicate: <a href="tqmemarray.html#duplicate">TQMemArray</a><li>duplicatesEnabled: @@ -817,11 +817,11 @@ dark: echoMode: <a href="tqlineedit.html#echoMode">TQLineEdit</a><li>editBuffer: <a href="tqsqlcursor.html#editBuffer">TQSqlCursor</a><li>editCell: - <a href="ntqtable.html#editCell">TQTable</a><li>editMode: - <a href="ntqtable.html#editMode">TQTable</a><li>editType: - <a href="qtableitem.html#editType">TQTableItem</a><li>editable: + <a href="tqtable.html#editCell">TQTable</a><li>editMode: + <a href="tqtable.html#editMode">TQTable</a><li>editType: + <a href="tqtableitem.html#editType">TQTableItem</a><li>editable: <a href="tqcombobox.html#editable">TQComboBox</a><li>edited: - <a href="ntqmultilineedit.html#edited">TQMultiLineEdit</a><li>editor: + <a href="tqmultilineedit.html#edited">TQMultiLineEdit</a><li>editor: <a href="tqspinbox.html#editor">TQSpinBox</a><li>elapsed: <a href="tqtime.html#elapsed">TQTime</a><li>elementById: <a href="tqdomdocument.html#elementById">TQDomDocument</a><li>elementsByTagName: @@ -837,23 +837,23 @@ echoMode: <a href="tqfile.html#encodeName">TQFile</a><li>encodedData: <a href="tqdropevent.html#encodedData">TQDropEvent</a> <a href="tqicondrag.html#encodedData">TQIconDrag</a> <a href="tqmimesource.html#encodedData">TQMimeSource</a> <a href="tqstoreddrag.html#encodedData">TQStoredDrag</a><li>encodedPathAndQuery: <a href="tqurl.html#encodedPathAndQuery">TQUrl</a><li>end: - <a href="tqimageconsumer.html#end">TQImageConsumer</a> <a href="tqlineedit.html#end">TQLineEdit</a> <a href="tqmap.html#end">TQMap</a> <a href="tqmemarray.html#end">TQMemArray</a> <a href="ntqmultilineedit.html#end">TQMultiLineEdit</a> <a href="qnpstream.html#end">TQNPStream</a> <a href="tqpainter.html#end">TQPainter</a> <a href="tqvaluelist.html#end">TQValueList</a> <a href="tqvaluevector.html#end">TQValueVector</a><li>endCDATA: + <a href="tqimageconsumer.html#end">TQImageConsumer</a> <a href="tqlineedit.html#end">TQLineEdit</a> <a href="tqmap.html#end">TQMap</a> <a href="tqmemarray.html#end">TQMemArray</a> <a href="tqmultilineedit.html#end">TQMultiLineEdit</a> <a href="qnpstream.html#end">TQNPStream</a> <a href="tqpainter.html#end">TQPainter</a> <a href="tqvaluelist.html#end">TQValueList</a> <a href="tqvaluevector.html#end">TQValueVector</a><li>endCDATA: <a href="tqxmllexicalhandler.html#endCDATA">TQXmlLexicalHandler</a><li>endDTD: <a href="tqxmllexicalhandler.html#endDTD">TQXmlLexicalHandler</a><li>endDocument: <a href="tqxmlcontenthandler.html#endDocument">TQXmlContentHandler</a><li>endEdit: - <a href="ntqtable.html#endEdit">TQTable</a><li>endElement: + <a href="tqtable.html#endEdit">TQTable</a><li>endElement: <a href="tqxmlcontenthandler.html#endElement">TQXmlContentHandler</a><li>endEntity: <a href="tqxmllexicalhandler.html#endEntity">TQXmlLexicalHandler</a><li>endGroup: <a href="tqsettings.html#endGroup">TQSettings</a><li>endPoint: <a href="tqcanvasline.html#endPoint">TQCanvasLine</a><li>endPrefixMapping: <a href="tqxmlcontenthandler.html#endPrefixMapping">TQXmlContentHandler</a><li>endsWith: <a href="tqstring.html#endsWith">TQString</a><li>enforceSortOrder: - <a href="qlistviewitem.html#enforceSortOrder">TQListViewItem</a><li>enqueue: + <a href="tqlistviewitem.html#enforceSortOrder">TQListViewItem</a><li>enqueue: <a href="tqptrqueue.html#enqueue">TQPtrQueue</a><li>ensureCellVisible: - <a href="ntqgridview.html#ensureCellVisible">TQGridView</a> <a href="ntqtable.html#ensureCellVisible">TQTable</a><li>ensureCurrentVisible: - <a href="ntqlistbox.html#ensureCurrentVisible">TQListBox</a><li>ensureCursorVisible: + <a href="tqgridview.html#ensureCellVisible">TQGridView</a> <a href="tqtable.html#ensureCellVisible">TQTable</a><li>ensureCurrentVisible: + <a href="tqlistbox.html#ensureCurrentVisible">TQListBox</a><li>ensureCursorVisible: <a href="tqtextedit.html#ensureCursorVisible">TQTextEdit</a><li>ensureItemVisible: - <a href="tqiconview.html#ensureItemVisible">TQIconView</a> <a href="ntqlistview.html#ensureItemVisible">TQListView</a><li>ensureVisible: + <a href="tqiconview.html#ensureItemVisible">TQIconView</a> <a href="tqlistview.html#ensureItemVisible">TQListView</a><li>ensureVisible: <a href="tqscrollview.html#ensureVisible">TQScrollView</a><li>enterAllocContext: <a href="tqcolor.html#enterAllocContext">TQColor</a><li>enterEvent: <a href="tqwidget.html#enterEvent">TQWidget</a><li>enterInstance: @@ -881,7 +881,7 @@ echoMode: <a href="tqfile.html#errorString">TQFile</a> <a href="tqftp.html#errorString">TQFtp</a> <a href="tqhttp.html#errorString">TQHttp</a> <a href="tqregexp.html#errorString">TQRegExp</a> <a href="tqxmlcontenthandler.html#errorString">TQXmlContentHandler</a> <a href="tqxmldtdhandler.html#errorString">TQXmlDTDHandler</a> <a href="tqxmldeclhandler.html#errorString">TQXmlDeclHandler</a> <a href="tqxmlentityresolver.html#errorString">TQXmlEntityResolver</a> <a href="tqxmlerrorhandler.html#errorString">TQXmlErrorHandler</a> <a href="tqxmllexicalhandler.html#errorString">TQXmlLexicalHandler</a><li>escape: <a href="tqregexp.html#escape">TQRegExp</a> <a href="tqstylesheet.html#escape">TQStyleSheet</a><li>event: <a href="tqobject.html#event">TQObject</a> <a href="tqwidget.html#event">TQWidget</a><li>eventFilter: - <a href="ntqlistview.html#eventFilter">TQListView</a> <a href="tqobject.html#eventFilter">TQObject</a> <a href="tqscrollview.html#eventFilter">TQScrollView</a> <a href="tqspinbox.html#eventFilter">TQSpinBox</a><li>eventLoop: + <a href="tqlistview.html#eventFilter">TQListView</a> <a href="tqobject.html#eventFilter">TQObject</a> <a href="tqscrollview.html#eventFilter">TQScrollView</a> <a href="tqspinbox.html#eventFilter">TQSpinBox</a><li>eventLoop: <a href="ntqapplication.html#eventLoop">TQApplication</a><li>exactMatch: <a href="tqfont.html#exactMatch">TQFont</a> <a href="tqfontinfo.html#exactMatch">TQFontInfo</a> <a href="tqregexp.html#exactMatch">TQRegExp</a><li>exec: <a href="ntqapplication.html#exec">TQApplication</a> <a href="tqdialog.html#exec">TQDialog</a> <a href="tqeventloop.html#exec">TQEventLoop</a> <a href="tqpopupmenu.html#exec">TQPopupMenu</a> <a href="tqsqldatabase.html#exec">TQSqlDatabase</a> <a href="tqsqlquery.html#exec">TQSqlQuery</a><li>executedQuery: @@ -890,11 +890,11 @@ echoMode: <a href="ntqapplication.html#exit">TQApplication</a> <a href="tqeventloop.html#exit">TQEventLoop</a> <a href="tqthread.html#exit">TQThread</a><li>exitLoop: <a href="tqeventloop.html#exitLoop">TQEventLoop</a><li>exitStatus: <a href="tqprocess.html#exitStatus">TQProcess</a><li>expand: - <a href="qgridlayout.html#expand">TQGridLayout</a><li>expandTo: - <a href="qtableselection.html#expandTo">TQTableSelection</a><li>expanded: - <a href="ntqlistview.html#expanded">TQListView</a><li>expandedTo: + <a href="tqgridlayout.html#expand">TQGridLayout</a><li>expandTo: + <a href="tqtableselection.html#expandTo">TQTableSelection</a><li>expanded: + <a href="tqlistview.html#expanded">TQListView</a><li>expandedTo: <a href="tqsize.html#expandedTo">TQSize</a><li>expanding: - <a href="qboxlayout.html#expanding">TQBoxLayout</a> <a href="qgridlayout.html#expanding">TQGridLayout</a> <a href="ntqlayout.html#expanding">TQLayout</a> <a href="qlayoutitem.html#expanding">TQLayoutItem</a> <a href="tqsizepolicy.html#expanding">TQSizePolicy</a> <a href="qspaceritem.html#expanding">TQSpacerItem</a> <a href="tqwidgetitem.html#expanding">TQWidgetItem</a><li>extension: + <a href="qboxlayout.html#expanding">TQBoxLayout</a> <a href="tqgridlayout.html#expanding">TQGridLayout</a> <a href="ntqlayout.html#expanding">TQLayout</a> <a href="qlayoutitem.html#expanding">TQLayoutItem</a> <a href="tqsizepolicy.html#expanding">TQSizePolicy</a> <a href="qspaceritem.html#expanding">TQSpacerItem</a> <a href="tqwidgetitem.html#expanding">TQWidgetItem</a><li>extension: <a href="tqdialog.html#extension">TQDialog</a> <a href="tqfileinfo.html#extension">TQFileInfo</a><li>externalEntityDecl: <a href="tqxmldeclhandler.html#externalEntityDecl">TQXmlDeclHandler</a><li><a name="f"></a> falseText: @@ -922,10 +922,10 @@ falseText: <a href="tqpainter.html#fillRect">TQPainter</a><li>filter: <a href="tqdatabrowser.html#filter">TQDataBrowser</a> <a href="tqdatatable.html#filter">TQDataTable</a> <a href="tqdir.html#filter">TQDir</a> <a href="tqsqlcursor.html#filter">TQSqlCursor</a><li>filterSelected: <a href="tqfiledialog.html#filterSelected">TQFileDialog</a><li>find: - <a href="tqasciicache.html#find">TQAsciiCache</a> <a href="tqasciidict.html#find">TQAsciiDict</a> <a href="ntqbuttongroup.html#find">TQButtonGroup</a> <a href="tqcstring.html#find">TQCString</a> <a href="tqcache.html#find">TQCache</a> <a href="tqdatatable.html#find">TQDataTable</a> <a href="tqdict.html#find">TQDict</a> <a href="tqglcolormap.html#find">TQGLColormap</a> <a href="tqintcache.html#find">TQIntCache</a> <a href="tqintdict.html#find">TQIntDict</a> <a href="tqmap.html#find">TQMap</a> <a href="tqmemarray.html#find">TQMemArray</a> <a href="tqpixmapcache.html#find">TQPixmapCache</a> <a href="tqptrdict.html#find">TQPtrDict</a> <a href="tqptrlist.html#find">TQPtrList</a> <a href="tqptrvector.html#find">TQPtrVector</a> <a href="tqsqlrecordinfo.html#find">TQSqlRecordInfo</a> <a href="tqstring.html#find">TQString</a> <a href="tqtextedit.html#find">TQTextEdit</a> <a href="tqvaluelist.html#find">TQValueList</a> <a href="tqwidget.html#find">TQWidget</a><li>findFirstVisibleItem: + <a href="tqasciicache.html#find">TQAsciiCache</a> <a href="tqasciidict.html#find">TQAsciiDict</a> <a href="tqbuttongroup.html#find">TQButtonGroup</a> <a href="tqcstring.html#find">TQCString</a> <a href="tqcache.html#find">TQCache</a> <a href="tqdatatable.html#find">TQDataTable</a> <a href="tqdict.html#find">TQDict</a> <a href="tqglcolormap.html#find">TQGLColormap</a> <a href="tqintcache.html#find">TQIntCache</a> <a href="tqintdict.html#find">TQIntDict</a> <a href="tqmap.html#find">TQMap</a> <a href="tqmemarray.html#find">TQMemArray</a> <a href="tqpixmapcache.html#find">TQPixmapCache</a> <a href="tqptrdict.html#find">TQPtrDict</a> <a href="tqptrlist.html#find">TQPtrList</a> <a href="tqptrvector.html#find">TQPtrVector</a> <a href="tqsqlrecordinfo.html#find">TQSqlRecordInfo</a> <a href="tqstring.html#find">TQString</a> <a href="tqtextedit.html#find">TQTextEdit</a> <a href="tqvaluelist.html#find">TQValueList</a> <a href="tqwidget.html#find">TQWidget</a><li>findFirstVisibleItem: <a href="tqiconview.html#findFirstVisibleItem">TQIconView</a><li>findIndex: <a href="tqvaluelist.html#findIndex">TQValueList</a><li>findItem: - <a href="tqiconview.html#findItem">TQIconView</a> <a href="ntqlistbox.html#findItem">TQListBox</a> <a href="ntqlistview.html#findItem">TQListView</a> <a href="tqmenudata.html#findItem">TQMenuData</a><li>findKey: + <a href="tqiconview.html#findItem">TQIconView</a> <a href="tqlistbox.html#findItem">TQListBox</a> <a href="tqlistview.html#findItem">TQListView</a> <a href="tqmenudata.html#findItem">TQMenuData</a><li>findKey: <a href="ntqaccel.html#findKey">TQAccel</a><li>findLastVisibleItem: <a href="tqiconview.html#findLastVisibleItem">TQIconView</a><li>findMessage: <a href="tqtranslator.html#findMessage">TQTranslator</a><li>findNearest: @@ -935,13 +935,13 @@ falseText: <a href="ntqmetaobject.html#findProperty">TQMetaObject</a><li>findRef: <a href="tqptrlist.html#findRef">TQPtrList</a> <a href="tqptrvector.html#findRef">TQPtrVector</a><li>findRev: <a href="tqcstring.html#findRev">TQCString</a> <a href="tqstring.html#findRev">TQString</a><li>findWidget: - <a href="qboxlayout.html#findWidget">TQBoxLayout</a> <a href="qgridlayout.html#findWidget">TQGridLayout</a><li>finish: + <a href="qboxlayout.html#findWidget">TQBoxLayout</a> <a href="tqgridlayout.html#findWidget">TQGridLayout</a><li>finish: <a href="ntqsplashscreen.html#finish">TQSplashScreen</a><li>finishButton: - <a href="ntqwizard.html#finishButton">TQWizard</a><li>finished: + <a href="tqwizard.html#finishButton">TQWizard</a><li>finished: <a href="tqmovie.html#finished">TQMovie</a> <a href="tqnetworkprotocol.html#finished">TQNetworkProtocol</a> <a href="tqthread.html#finished">TQThread</a> <a href="tqurloperator.html#finished">TQUrlOperator</a><li>first: <a href="tqdatabrowser.html#first">TQDataBrowser</a> <a href="ntqfocusdata.html#first">TQFocusData</a> <a href="tqptrlist.html#first">TQPtrList</a> <a href="tqsqlquery.html#first">TQSqlQuery</a> <a href="tqvaluelist.html#first">TQValueList</a> <a href="tqvaluevector.html#first">TQValueVector</a><li>firstChild: - <a href="tqdomnode.html#firstChild">TQDomNode</a> <a href="ntqlistview.html#firstChild">TQListView</a> <a href="qlistviewitem.html#firstChild">TQListViewItem</a><li>firstItem: - <a href="tqiconview.html#firstItem">TQIconView</a> <a href="ntqlistbox.html#firstItem">TQListBox</a><li>firstRecordAvailable: + <a href="tqdomnode.html#firstChild">TQDomNode</a> <a href="tqlistview.html#firstChild">TQListView</a> <a href="tqlistviewitem.html#firstChild">TQListViewItem</a><li>firstItem: + <a href="tqiconview.html#firstItem">TQIconView</a> <a href="tqlistbox.html#firstItem">TQListBox</a><li>firstRecordAvailable: <a href="tqdatabrowser.html#firstRecordAvailable">TQDataBrowser</a><li>fix: <a href="tqdateedit.html#fix">TQDateEdit</a><li>fixedExtent: <a href="ntqdockwindow.html#fixedExtent">TQDockWindow</a><li>fixedPitch: @@ -960,7 +960,7 @@ falseText: <a href="tqwidget.html#focusPolicy">TQWidget</a><li>focusProxy: <a href="tqwidget.html#focusProxy">TQWidget</a><li>focusRectPolicy: <a href="qmacstyle.html#focusRectPolicy">TQMacStyle</a><li>focusStyle: - <a href="ntqtable.html#focusStyle">TQTable</a><li>focusWidget: + <a href="tqtable.html#focusStyle">TQTable</a><li>focusWidget: <a href="ntqapplication.html#focusWidget">TQApplication</a> <a href="ntqfocusdata.html#focusWidget">TQFocusData</a> <a href="tqwidget.html#focusWidget">TQWidget</a><li>font: <a href="ntqapplication.html#font">TQApplication</a> <a href="tqcanvastext.html#font">TQCanvasText</a> <a href="tqfontdatabase.html#font">TQFontDatabase</a> <a href="tqpainter.html#font">TQPainter</a> <a href="tqtooltip.html#font">TQToolTip</a> <a href="tqwidget.html#font">TQWidget</a><li>fontChange: <a href="tqwidget.html#fontChange">TQWidget</a><li>fontFamily: @@ -972,7 +972,7 @@ falseText: <a href="tqstylesheetitem.html#fontStrikeOut">TQStyleSheetItem</a><li>fontUnderline: <a href="tqstylesheetitem.html#fontUnderline">TQStyleSheetItem</a><li>fontWeight: <a href="tqstylesheetitem.html#fontWeight">TQStyleSheetItem</a><li>forceShow: - <a href="ntqprogressdialog.html#forceShow">TQProgressDialog</a><li>foreground: + <a href="tqprogressdialog.html#forceShow">TQProgressDialog</a><li>foreground: <a href="tqcolorgroup.html#foreground">TQColorGroup</a><li>foregroundColor: <a href="tqwidget.html#foregroundColor">TQWidget</a><li>form: <a href="tqdatabrowser.html#form">TQDataBrowser</a> <a href="tqdataview.html#form">TQDataView</a><li>format: @@ -982,19 +982,19 @@ falseText: <a href="tqtextbrowser.html#forward">TQTextBrowser</a><li>forwardAvailable: <a href="tqtextbrowser.html#forwardAvailable">TQTextBrowser</a><li>frame: <a href="tqcanvassprite.html#frame">TQCanvasSprite</a> <a href="tqlineedit.html#frame">TQLineEdit</a><li>frameChanged: - <a href="ntqframe.html#frameChanged">TQFrame</a><li>frameCount: + <a href="tqframe.html#frameChanged">TQFrame</a><li>frameCount: <a href="tqcanvassprite.html#frameCount">TQCanvasSprite</a><li>frameDone: <a href="tqimageconsumer.html#frameDone">TQImageConsumer</a><li>frameGeometry: <a href="tqwidget.html#frameGeometry">TQWidget</a><li>frameImage: <a href="tqmovie.html#frameImage">TQMovie</a><li>frameNumber: <a href="tqmovie.html#frameNumber">TQMovie</a><li>framePixmap: <a href="tqmovie.html#framePixmap">TQMovie</a><li>frameRect: - <a href="ntqframe.html#frameRect">TQFrame</a><li>frameShadow: - <a href="ntqframe.html#frameShadow">TQFrame</a> <a href="tqstyleoption.html#frameShadow">TQStyleOption</a><li>frameShape: - <a href="ntqframe.html#frameShape">TQFrame</a> <a href="tqstyleoption.html#frameShape">TQStyleOption</a><li>frameSize: + <a href="tqframe.html#frameRect">TQFrame</a><li>frameShadow: + <a href="tqframe.html#frameShadow">TQFrame</a> <a href="tqstyleoption.html#frameShadow">TQStyleOption</a><li>frameShape: + <a href="tqframe.html#frameShape">TQFrame</a> <a href="tqstyleoption.html#frameShape">TQStyleOption</a><li>frameSize: <a href="tqwidget.html#frameSize">TQWidget</a><li>frameStyle: - <a href="ntqframe.html#frameStyle">TQFrame</a><li>frameWidth: - <a href="ntqframe.html#frameWidth">TQFrame</a><li>free: + <a href="tqframe.html#frameStyle">TQFrame</a><li>frameWidth: + <a href="tqframe.html#frameWidth">TQFrame</a><li>free: <a href="tqnetworkoperation.html#free">TQNetworkOperation</a><li>fromAscii: <a href="tqstring.html#fromAscii">TQString</a><li>fromLast: <a href="tqvaluelist.html#fromLast">TQValueList</a><li>fromLatin1: @@ -1032,7 +1032,7 @@ gamma: <a href="tqptrlist.html#getLast">TQPtrList</a><li>getLocation: <a href="tqmainwindow.html#getLocation">TQMainWindow</a><li>getMIMEDescription: <a href="qnplugin.html#getMIMEDescription">TQNPlugin</a><li>getMarkedRegion: - <a href="ntqmultilineedit.html#getMarkedRegion">TQMultiLineEdit</a><li>getNetworkProtocol: + <a href="tqmultilineedit.html#getMarkedRegion">TQMultiLineEdit</a><li>getNetworkProtocol: <a href="tqnetworkprotocol.html#getNetworkProtocol">TQNetworkProtocol</a> <a href="tqurloperator.html#getNetworkProtocol">TQUrlOperator</a><li>getOpenFileName: <a href="tqfiledialog.html#getOpenFileName">TQFileDialog</a><li>getOpenFileNames: <a href="tqfiledialog.html#getOpenFileNames">TQFileDialog</a><li>getPluginDescriptionString: @@ -1052,10 +1052,10 @@ gamma: <a href="tqfile.html#getch">TQFile</a> <a href="tqiodevice.html#getch">TQIODevice</a> <a href="tqsocket.html#getch">TQSocket</a><li>glDraw: <a href="tqglwidget.html#glDraw">TQGLWidget</a><li>glInit: <a href="tqglwidget.html#glInit">TQGLWidget</a><li>globalPos: - <a href="qcontextmenuevent.html#globalPos">TQContextMenuEvent</a> <a href="qmouseevent.html#globalPos">TQMouseEvent</a> <a href="qtabletevent.html#globalPos">TQTabletEvent</a> <a href="qwheelevent.html#globalPos">TQWheelEvent</a><li>globalStrut: + <a href="qcontextmenuevent.html#globalPos">TQContextMenuEvent</a> <a href="qmouseevent.html#globalPos">TQMouseEvent</a> <a href="tqtabletevent.html#globalPos">TQTabletEvent</a> <a href="qwheelevent.html#globalPos">TQWheelEvent</a><li>globalStrut: <a href="ntqapplication.html#globalStrut">TQApplication</a><li>globalX: - <a href="qcontextmenuevent.html#globalX">TQContextMenuEvent</a> <a href="qmouseevent.html#globalX">TQMouseEvent</a> <a href="qtabletevent.html#globalX">TQTabletEvent</a> <a href="qwheelevent.html#globalX">TQWheelEvent</a><li>globalY: - <a href="qcontextmenuevent.html#globalY">TQContextMenuEvent</a> <a href="qmouseevent.html#globalY">TQMouseEvent</a> <a href="qtabletevent.html#globalY">TQTabletEvent</a> <a href="qwheelevent.html#globalY">TQWheelEvent</a><li>gotFocus: + <a href="qcontextmenuevent.html#globalX">TQContextMenuEvent</a> <a href="qmouseevent.html#globalX">TQMouseEvent</a> <a href="tqtabletevent.html#globalX">TQTabletEvent</a> <a href="qwheelevent.html#globalX">TQWheelEvent</a><li>globalY: + <a href="qcontextmenuevent.html#globalY">TQContextMenuEvent</a> <a href="qmouseevent.html#globalY">TQMouseEvent</a> <a href="tqtabletevent.html#globalY">TQTabletEvent</a> <a href="qwheelevent.html#globalY">TQWheelEvent</a><li>gotFocus: <a href="qfocusevent.html#gotFocus">TQFocusEvent</a><li>grabFrameBuffer: <a href="tqglwidget.html#grabFrameBuffer">TQGLWidget</a><li>grabKeyboard: <a href="tqwidget.html#grabKeyboard">TQWidget</a><li>grabMouse: @@ -1066,10 +1066,10 @@ gamma: <a href="tqcolor.html#green">TQColor</a><li>grep: <a href="tqstringlist.html#grep">TQStringList</a><li>gres: <a href="tqstringlist.html#gres">TQStringList</a><li>gridSize: - <a href="ntqgridview.html#gridSize">TQGridView</a><li>gridX: + <a href="tqgridview.html#gridSize">TQGridView</a><li>gridX: <a href="tqiconview.html#gridX">TQIconView</a><li>gridY: <a href="tqiconview.html#gridY">TQIconView</a><li>group: - <a href="ntqbutton.html#group">TQButton</a> <a href="ntqbutton.html#group">TQCheckBox</a> <a href="tqfileinfo.html#group">TQFileInfo</a> <a href="ntqbutton.html#group">TQPushButton</a> <a href="ntqbutton.html#group">TQRadioButton</a> <a href="tqsettings.html#group">TQSettings</a> <a href="tqtooltip.html#group">TQToolTip</a> <a href="tqurlinfo.html#group">TQUrlInfo</a> <a href="tqwidgetplugin.html#group">TQWidgetPlugin</a><li>groupId: + <a href="tqbutton.html#group">TQButton</a> <a href="tqbutton.html#group">TQCheckBox</a> <a href="tqfileinfo.html#group">TQFileInfo</a> <a href="tqbutton.html#group">TQPushButton</a> <a href="tqbutton.html#group">TQRadioButton</a> <a href="tqsettings.html#group">TQSettings</a> <a href="tqtooltip.html#group">TQToolTip</a> <a href="tqurlinfo.html#group">TQUrlInfo</a> <a href="tqwidgetplugin.html#group">TQWidgetPlugin</a><li>groupId: <a href="tqfileinfo.html#groupId">TQFileInfo</a><li>guiThreadAwake: <a href="ntqapplication.html#guiThreadAwake">TQApplication</a><li><a name="h"></a> hScrollBarMode: @@ -1082,29 +1082,29 @@ hScrollBarMode: <a href="tqpixmap.html#hasAlpha">TQPixmap</a><li>hasAlphaBuffer: <a href="tqimage.html#hasAlphaBuffer">TQImage</a><li>hasAlphaChannel: <a href="tqpixmap.html#hasAlphaChannel">TQPixmap</a><li>hasApplyButton: - <a href="ntqtabdialog.html#hasApplyButton">TQTabDialog</a><li>hasAttribute: + <a href="tqtabdialog.html#hasApplyButton">TQTabDialog</a><li>hasAttribute: <a href="tqdomelement.html#hasAttribute">TQDomElement</a><li>hasAttributeNS: <a href="tqdomelement.html#hasAttributeNS">TQDomElement</a><li>hasAttributes: <a href="tqdomnode.html#hasAttributes">TQDomNode</a><li>hasCancelButton: - <a href="ntqtabdialog.html#hasCancelButton">TQTabDialog</a><li>hasChildNodes: + <a href="tqtabdialog.html#hasCancelButton">TQTabDialog</a><li>hasChildNodes: <a href="tqdomnode.html#hasChildNodes">TQDomNode</a><li>hasClipping: <a href="tqpainter.html#hasClipping">TQPainter</a><li>hasContentLength: <a href="tqhttpheader.html#hasContentLength">TQHttpHeader</a><li>hasContentType: <a href="tqhttpheader.html#hasContentType">TQHttpHeader</a><li>hasDefaultButton: - <a href="ntqtabdialog.html#hasDefaultButton">TQTabDialog</a><li>hasDockWindow: + <a href="tqtabdialog.html#hasDefaultButton">TQTabDialog</a><li>hasDockWindow: <a href="ntqdockarea.html#hasDockWindow">TQDockArea</a> <a href="tqmainwindow.html#hasDockWindow">TQMainWindow</a><li>hasFeature: <a href="tqdomimplementation.html#hasFeature">TQDomImplementation</a> <a href="tqsqldriver.html#hasFeature">TQSqlDriver</a> <a href="tqxmlreader.html#hasFeature">TQXmlReader</a><li>hasFocus: <a href="tqwidget.html#hasFocus">TQWidget</a><li>hasGlobalMouseTracking: <a href="ntqapplication.html#hasGlobalMouseTracking">TQApplication</a><li>hasHeightForWidth: - <a href="qboxlayout.html#hasHeightForWidth">TQBoxLayout</a> <a href="qgridlayout.html#hasHeightForWidth">TQGridLayout</a> <a href="qlayoutitem.html#hasHeightForWidth">TQLayoutItem</a> <a href="tqsizepolicy.html#hasHeightForWidth">TQSizePolicy</a><li>hasHelpButton: - <a href="ntqtabdialog.html#hasHelpButton">TQTabDialog</a><li>hasHost: + <a href="qboxlayout.html#hasHeightForWidth">TQBoxLayout</a> <a href="tqgridlayout.html#hasHeightForWidth">TQGridLayout</a> <a href="qlayoutitem.html#hasHeightForWidth">TQLayoutItem</a> <a href="tqsizepolicy.html#hasHeightForWidth">TQSizePolicy</a><li>hasHelpButton: + <a href="tqtabdialog.html#hasHelpButton">TQTabDialog</a><li>hasHost: <a href="tqurl.html#hasHost">TQUrl</a><li>hasKey: <a href="tqhttpheader.html#hasKey">TQHttpHeader</a><li>hasLocalData: <a href="tqthreadstorage.html#hasLocalData">TQThreadStorage</a><li>hasMarkedText: - <a href="ntqmultilineedit.html#hasMarkedText">TQMultiLineEdit</a><li>hasMouse: + <a href="tqmultilineedit.html#hasMarkedText">TQMultiLineEdit</a><li>hasMouse: <a href="tqwidget.html#hasMouse">TQWidget</a><li>hasMouseTracking: <a href="tqwidget.html#hasMouseTracking">TQWidget</a><li>hasOkButton: - <a href="ntqtabdialog.html#hasOkButton">TQTabDialog</a><li>hasOnlyLocalFileSystem: + <a href="tqtabdialog.html#hasOkButton">TQTabDialog</a><li>hasOnlyLocalFileSystem: <a href="tqnetworkprotocol.html#hasOnlyLocalFileSystem">TQNetworkProtocol</a><li>hasOpenGL: <a href="tqglformat.html#hasOpenGL">TQGLFormat</a><li>hasOpenGLOverlays: <a href="tqglformat.html#hasOpenGLOverlays">TQGLFormat</a><li>hasOverlay: @@ -1125,35 +1125,35 @@ hScrollBarMode: <a href="tqpainter.html#hasWorldXForm">TQPainter</a><li>hash: <a href="tqtranslatormessage.html#hash">TQTranslatorMessage</a><li>head: <a href="tqhttp.html#head">TQHttp</a> <a href="tqptrqueue.html#head">TQPtrQueue</a><li>header: - <a href="ntqlistview.html#header">TQListView</a><li>headerSection: + <a href="tqlistview.html#header">TQListView</a><li>headerSection: <a href="tqstyleoption.html#headerSection">TQStyleOption</a><li>headerWidth: - <a href="ntqheader.html#headerWidth">TQHeader</a><li>height: - <a href="tqcanvas.html#height">TQCanvas</a> <a href="tqcanvasellipse.html#height">TQCanvasEllipse</a> <a href="tqcanvasrectangle.html#height">TQCanvasRectangle</a> <a href="tqcanvassprite.html#height">TQCanvasSprite</a> <a href="tqfontmetrics.html#height">TQFontMetrics</a> <a href="tqiconviewitem.html#height">TQIconViewItem</a> <a href="tqimage.html#height">TQImage</a> <a href="qlistboxitem.html#height">TQListBoxItem</a> <a href="qlistboxpixmap.html#height">TQListBoxPixmap</a> <a href="qlistboxtext.html#height">TQListBoxText</a> <a href="qlistviewitem.html#height">TQListViewItem</a> <a href="tqpaintdevicemetrics.html#height">TQPaintDeviceMetrics</a> <a href="tqpixmap.html#height">TQPixmap</a> <a href="tqrect.html#height">TQRect</a> <a href="tqsimplerichtext.html#height">TQSimpleRichText</a> <a href="tqsize.html#height">TQSize</a> <a href="tqwidget.html#height">TQWidget</a><li>heightForWidth: - <a href="qboxlayout.html#heightForWidth">TQBoxLayout</a> <a href="qgridlayout.html#heightForWidth">TQGridLayout</a> <a href="qlayoutitem.html#heightForWidth">TQLayoutItem</a> <a href="tqmenubar.html#heightForWidth">TQMenuBar</a> <a href="tqtextedit.html#heightForWidth">TQTextEdit</a> <a href="tqwidget.html#heightForWidth">TQWidget</a><li>heightMM: + <a href="tqheader.html#headerWidth">TQHeader</a><li>height: + <a href="tqcanvas.html#height">TQCanvas</a> <a href="tqcanvasellipse.html#height">TQCanvasEllipse</a> <a href="tqcanvasrectangle.html#height">TQCanvasRectangle</a> <a href="tqcanvassprite.html#height">TQCanvasSprite</a> <a href="tqfontmetrics.html#height">TQFontMetrics</a> <a href="tqiconviewitem.html#height">TQIconViewItem</a> <a href="tqimage.html#height">TQImage</a> <a href="tqlistboxitem.html#height">TQListBoxItem</a> <a href="tqlistboxpixmap.html#height">TQListBoxPixmap</a> <a href="tqlistboxtext.html#height">TQListBoxText</a> <a href="tqlistviewitem.html#height">TQListViewItem</a> <a href="tqpaintdevicemetrics.html#height">TQPaintDeviceMetrics</a> <a href="tqpixmap.html#height">TQPixmap</a> <a href="tqrect.html#height">TQRect</a> <a href="tqsimplerichtext.html#height">TQSimpleRichText</a> <a href="tqsize.html#height">TQSize</a> <a href="tqwidget.html#height">TQWidget</a><li>heightForWidth: + <a href="qboxlayout.html#heightForWidth">TQBoxLayout</a> <a href="tqgridlayout.html#heightForWidth">TQGridLayout</a> <a href="qlayoutitem.html#heightForWidth">TQLayoutItem</a> <a href="tqmenubar.html#heightForWidth">TQMenuBar</a> <a href="tqtextedit.html#heightForWidth">TQTextEdit</a> <a href="tqwidget.html#heightForWidth">TQWidget</a><li>heightMM: <a href="tqpaintdevicemetrics.html#heightMM">TQPaintDeviceMetrics</a><li>help: - <a href="ntqwizard.html#help">TQWizard</a><li>helpButton: - <a href="ntqwizard.html#helpButton">TQWizard</a><li>helpButtonPressed: - <a href="ntqtabdialog.html#helpButtonPressed">TQTabDialog</a><li>helpClicked: - <a href="ntqwizard.html#helpClicked">TQWizard</a><li>heuristicContentMatch: + <a href="tqwizard.html#help">TQWizard</a><li>helpButton: + <a href="tqwizard.html#helpButton">TQWizard</a><li>helpButtonPressed: + <a href="tqtabdialog.html#helpButtonPressed">TQTabDialog</a><li>helpClicked: + <a href="tqwizard.html#helpClicked">TQWizard</a><li>heuristicContentMatch: <a href="tqtextcodec.html#heuristicContentMatch">TQTextCodec</a><li>heuristicNameMatch: <a href="tqtextcodec.html#heuristicNameMatch">TQTextCodec</a><li>hide: <a href="tqcanvasitem.html#hide">TQCanvasItem</a> <a href="tqmenubar.html#hide">TQMenuBar</a> <a href="tqtooltip.html#hide">TQToolTip</a> <a href="tqwidget.html#hide">TQWidget</a><li>hideColumn: - <a href="ntqlistview.html#hideColumn">TQListView</a> <a href="ntqtable.html#hideColumn">TQTable</a><li>hideEvent: + <a href="tqlistview.html#hideColumn">TQListView</a> <a href="tqtable.html#hideColumn">TQTable</a><li>hideEvent: <a href="tqscrollbar.html#hideEvent">TQScrollBar</a> <a href="tqwidget.html#hideEvent">TQWidget</a><li>hideOrShow: <a href="tqstatusbar.html#hideOrShow">TQStatusBar</a><li>hideRow: - <a href="ntqtable.html#hideRow">TQTable</a><li>highPriority: + <a href="tqtable.html#hideRow">TQTable</a><li>highPriority: <a href="tqobject.html#highPriority">TQObject</a><li>highlight: <a href="tqcolorgroup.html#highlight">TQColorGroup</a><li>highlightParagraph: <a href="tqsyntaxhighlighter.html#highlightParagraph">TQSyntaxHighlighter</a><li>highlighted: - <a href="tqcombobox.html#highlighted">TQComboBox</a> <a href="ntqlistbox.html#highlighted">TQListBox</a> <a href="tqmenubar.html#highlighted">TQMenuBar</a> <a href="tqpopupmenu.html#highlighted">TQPopupMenu</a> <a href="tqtextbrowser.html#highlighted">TQTextBrowser</a><li>highlightedText: + <a href="tqcombobox.html#highlighted">TQComboBox</a> <a href="tqlistbox.html#highlighted">TQListBox</a> <a href="tqmenubar.html#highlighted">TQMenuBar</a> <a href="tqpopupmenu.html#highlighted">TQPopupMenu</a> <a href="tqtextbrowser.html#highlighted">TQTextBrowser</a><li>highlightedText: <a href="tqcolorgroup.html#highlightedText">TQColorGroup</a><li>hitButton: - <a href="ntqbutton.html#hitButton">TQButton</a><li>home: - <a href="tqdir.html#home">TQDir</a> <a href="ntqfocusdata.html#home">TQFocusData</a> <a href="tqlineedit.html#home">TQLineEdit</a> <a href="ntqmultilineedit.html#home">TQMultiLineEdit</a> <a href="tqtextbrowser.html#home">TQTextBrowser</a><li>homeDirPath: + <a href="tqbutton.html#hitButton">TQButton</a><li>home: + <a href="tqdir.html#home">TQDir</a> <a href="ntqfocusdata.html#home">TQFocusData</a> <a href="tqlineedit.html#home">TQLineEdit</a> <a href="tqmultilineedit.html#home">TQMultiLineEdit</a> <a href="tqtextbrowser.html#home">TQTextBrowser</a><li>homeDirPath: <a href="tqdir.html#homeDirPath">TQDir</a><li>horData: <a href="tqsizepolicy.html#horData">TQSizePolicy</a><li>horStretch: <a href="tqsizepolicy.html#horStretch">TQSizePolicy</a><li>horizontalAlignment: <a href="ntqapplication.html#horizontalAlignment">TQApplication</a><li>horizontalHeader: - <a href="ntqtable.html#horizontalHeader">TQTable</a><li>horizontalScrollBar: + <a href="tqtable.html#horizontalHeader">TQTable</a><li>horizontalScrollBar: <a href="tqscrollview.html#horizontalScrollBar">TQScrollView</a><li>horizontalSliderPressed: <a href="tqscrollview.html#horizontalSliderPressed">TQScrollView</a><li>horizontalSliderReleased: <a href="tqscrollview.html#horizontalSliderReleased">TQScrollView</a><li>host: @@ -1167,16 +1167,16 @@ icon: <a href="ntqmessagebox.html#icon">TQMessageBox</a> <a href="tqwidget.html#icon">TQWidget</a><li>iconPixmap: <a href="ntqmessagebox.html#iconPixmap">TQMessageBox</a><li>iconProvider: <a href="tqfiledialog.html#iconProvider">TQFileDialog</a><li>iconSet: - <a href="tqaction.html#iconSet">TQAction</a> <a href="ntqheader.html#iconSet">TQHeader</a> <a href="tqmenudata.html#iconSet">TQMenuData</a> <a href="tqmenudata.html#iconSet">TQPopupMenu</a> <a href="tqpushbutton.html#iconSet">TQPushButton</a> <a href="qtab.html#iconSet">TQTab</a> <a href="tqtoolbutton.html#iconSet">TQToolButton</a> <a href="tqwidgetplugin.html#iconSet">TQWidgetPlugin</a><li>iconSize: + <a href="tqaction.html#iconSet">TQAction</a> <a href="tqheader.html#iconSet">TQHeader</a> <a href="tqmenudata.html#iconSet">TQMenuData</a> <a href="tqmenudata.html#iconSet">TQPopupMenu</a> <a href="tqpushbutton.html#iconSet">TQPushButton</a> <a href="tqtab.html#iconSet">TQTab</a> <a href="tqtoolbutton.html#iconSet">TQToolButton</a> <a href="tqwidgetplugin.html#iconSet">TQWidgetPlugin</a><li>iconSize: <a href="tqiconset.html#iconSize">TQIconSet</a><li>iconText: <a href="tqwidget.html#iconText">TQWidget</a><li>iconView: <a href="tqiconviewitem.html#iconView">TQIconViewItem</a><li>id: - <a href="ntqbuttongroup.html#id">TQButtonGroup</a> <a href="tqwidgetstack.html#id">TQWidgetStack</a><li>idAfter: + <a href="tqbuttongroup.html#id">TQButtonGroup</a> <a href="tqwidgetstack.html#id">TQWidgetStack</a><li>idAfter: <a href="ntqsplitter.html#idAfter">TQSplitter</a><li>idAt: <a href="tqmenudata.html#idAt">TQMenuData</a> <a href="tqpopupmenu.html#idAt">TQPopupMenu</a><li>identifier: - <a href="qtab.html#identifier">TQTab</a><li>ignorableWhitespace: + <a href="tqtab.html#identifier">TQTab</a><li>ignorableWhitespace: <a href="tqxmlcontenthandler.html#ignorableWhitespace">TQXmlContentHandler</a><li>ignore: - <a href="qcloseevent.html#ignore">TQCloseEvent</a> <a href="qcontextmenuevent.html#ignore">TQContextMenuEvent</a> <a href="tqdragmoveevent.html#ignore">TQDragMoveEvent</a> <a href="tqdropevent.html#ignore">TQDropEvent</a> <a href="qimevent.html#ignore">TQIMEvent</a> <a href="tqicondragevent.html#ignore">TQIconDragEvent</a> <a href="qkeyevent.html#ignore">TQKeyEvent</a> <a href="qmouseevent.html#ignore">TQMouseEvent</a> <a href="qtabletevent.html#ignore">TQTabletEvent</a> <a href="qwheelevent.html#ignore">TQWheelEvent</a><li>imComposeEvent: + <a href="qcloseevent.html#ignore">TQCloseEvent</a> <a href="qcontextmenuevent.html#ignore">TQContextMenuEvent</a> <a href="tqdragmoveevent.html#ignore">TQDragMoveEvent</a> <a href="tqdropevent.html#ignore">TQDropEvent</a> <a href="qimevent.html#ignore">TQIMEvent</a> <a href="tqicondragevent.html#ignore">TQIconDragEvent</a> <a href="qkeyevent.html#ignore">TQKeyEvent</a> <a href="qmouseevent.html#ignore">TQMouseEvent</a> <a href="tqtabletevent.html#ignore">TQTabletEvent</a> <a href="qwheelevent.html#ignore">TQWheelEvent</a><li>imComposeEvent: <a href="tqwidget.html#imComposeEvent">TQWidget</a><li>imEndEvent: <a href="tqwidget.html#imEndEvent">TQWidget</a><li>imStartEvent: <a href="tqwidget.html#imStartEvent">TQWidget</a><li>image: @@ -1192,14 +1192,14 @@ icon: <a href="tqpalette.html#inactive">TQPalette</a><li>includeFile: <a href="tqwidgetplugin.html#includeFile">TQWidgetPlugin</a><li>indent: <a href="tqlabel.html#indent">TQLabel</a><li>index: - <a href="tqiconview.html#index">TQIconView</a> <a href="tqiconviewitem.html#index">TQIconViewItem</a> <a href="ntqlistbox.html#index">TQListBox</a> <a href="tqsqlcursor.html#index">TQSqlCursor</a> <a href="tqxmlattributes.html#index">TQXmlAttributes</a><li>indexChange: - <a href="ntqheader.html#indexChange">TQHeader</a><li>indexOf: - <a href="tqdatatable.html#indexOf">TQDataTable</a> <a href="tqmenudata.html#indexOf">TQMenuData</a> <a href="ntqtabbar.html#indexOf">TQTabBar</a> <a href="ntqtabwidget.html#indexOf">TQTabWidget</a> <a href="ntqtable.html#indexOf">TQTable</a> <a href="tqtoolbox.html#indexOf">TQToolBox</a> <a href="ntqwizard.html#indexOf">TQWizard</a><li>indicatorFollowsStyle: - <a href="ntqprogressbar.html#indicatorFollowsStyle">TQProgressBar</a><li>info: + <a href="tqiconview.html#index">TQIconView</a> <a href="tqiconviewitem.html#index">TQIconViewItem</a> <a href="tqlistbox.html#index">TQListBox</a> <a href="tqsqlcursor.html#index">TQSqlCursor</a> <a href="tqxmlattributes.html#index">TQXmlAttributes</a><li>indexChange: + <a href="tqheader.html#indexChange">TQHeader</a><li>indexOf: + <a href="tqdatatable.html#indexOf">TQDataTable</a> <a href="tqmenudata.html#indexOf">TQMenuData</a> <a href="tqtabbar.html#indexOf">TQTabBar</a> <a href="tqtabwidget.html#indexOf">TQTabWidget</a> <a href="tqtable.html#indexOf">TQTable</a> <a href="tqtoolbox.html#indexOf">TQToolBox</a> <a href="tqwizard.html#indexOf">TQWizard</a><li>indicatorFollowsStyle: + <a href="tqprogressbar.html#indicatorFollowsStyle">TQProgressBar</a><li>info: <a href="tqurloperator.html#info">TQUrlOperator</a><li>information: <a href="ntqmessagebox.html#information">TQMessageBox</a><li>inherits: <a href="ntqmetaobject.html#inherits">TQMetaObject</a> <a href="tqobject.html#inherits">TQObject</a><li>init: - <a href="qtableselection.html#init">TQTableSelection</a><li>initialize: + <a href="tqtableselection.html#init">TQTableSelection</a><li>initialize: <a href="tqcolor.html#initialize">TQColor</a> <a href="ntqcursor.html#initialize">TQCursor</a> <a href="tqwindowsmime.html#initialize">TQWindowsMime</a><li>initializeGL: <a href="tqglwidget.html#initializeGL">TQGLWidget</a><li>initializeOverlayGL: <a href="tqglwidget.html#initializeOverlayGL">TQGLWidget</a><li>initialized: @@ -1207,33 +1207,33 @@ icon: <a href="tqimage.html#inputFormatList">TQImage</a><li>inputFormats: <a href="tqimage.html#inputFormats">TQImage</a> <a href="tqimagedecoder.html#inputFormats">TQImageDecoder</a> <a href="tqimageio.html#inputFormats">TQImageIO</a><li>inputMask: <a href="tqlineedit.html#inputMask">TQLineEdit</a><li>insert: - <a href="tqasciicache.html#insert">TQAsciiCache</a> <a href="tqasciidict.html#insert">TQAsciiDict</a> <a href="ntqbuttongroup.html#insert">TQButtonGroup</a> <a href="tqcstring.html#insert">TQCString</a> <a href="tqcache.html#insert">TQCache</a> <a href="tqdatabrowser.html#insert">TQDataBrowser</a> <a href="tqdict.html#insert">TQDict</a> <a href="tqintcache.html#insert">TQIntCache</a> <a href="tqintdict.html#insert">TQIntDict</a> <a href="tqlineedit.html#insert">TQLineEdit</a> <a href="tqmap.html#insert">TQMap</a> <a href="tqpixmapcache.html#insert">TQPixmapCache</a> <a href="tqptrdict.html#insert">TQPtrDict</a> <a href="tqptrlist.html#insert">TQPtrList</a> <a href="tqptrvector.html#insert">TQPtrVector</a> <a href="tqsqlcursor.html#insert">TQSqlCursor</a> <a href="tqsqlform.html#insert">TQSqlForm</a> <a href="tqsqlpropertymap.html#insert">TQSqlPropertyMap</a> <a href="tqsqlrecord.html#insert">TQSqlRecord</a> <a href="tqstring.html#insert">TQString</a> <a href="tqtextedit.html#insert">TQTextEdit</a> <a href="tqtranslator.html#insert">TQTranslator</a> <a href="tqvaluelist.html#insert">TQValueList</a> <a href="tqvaluevector.html#insert">TQValueVector</a><li>insertAfter: + <a href="tqasciicache.html#insert">TQAsciiCache</a> <a href="tqasciidict.html#insert">TQAsciiDict</a> <a href="tqbuttongroup.html#insert">TQButtonGroup</a> <a href="tqcstring.html#insert">TQCString</a> <a href="tqcache.html#insert">TQCache</a> <a href="tqdatabrowser.html#insert">TQDataBrowser</a> <a href="tqdict.html#insert">TQDict</a> <a href="tqintcache.html#insert">TQIntCache</a> <a href="tqintdict.html#insert">TQIntDict</a> <a href="tqlineedit.html#insert">TQLineEdit</a> <a href="tqmap.html#insert">TQMap</a> <a href="tqpixmapcache.html#insert">TQPixmapCache</a> <a href="tqptrdict.html#insert">TQPtrDict</a> <a href="tqptrlist.html#insert">TQPtrList</a> <a href="tqptrvector.html#insert">TQPtrVector</a> <a href="tqsqlcursor.html#insert">TQSqlCursor</a> <a href="tqsqlform.html#insert">TQSqlForm</a> <a href="tqsqlpropertymap.html#insert">TQSqlPropertyMap</a> <a href="tqsqlrecord.html#insert">TQSqlRecord</a> <a href="tqstring.html#insert">TQString</a> <a href="tqtextedit.html#insert">TQTextEdit</a> <a href="tqtranslator.html#insert">TQTranslator</a> <a href="tqvaluelist.html#insert">TQValueList</a> <a href="tqvaluevector.html#insert">TQValueVector</a><li>insertAfter: <a href="tqdomnode.html#insertAfter">TQDomNode</a><li>insertAndMark: - <a href="ntqmultilineedit.html#insertAndMark">TQMultiLineEdit</a><li>insertAt: - <a href="ntqmultilineedit.html#insertAt">TQMultiLineEdit</a> <a href="tqtextedit.html#insertAt">TQTextEdit</a><li>insertBefore: + <a href="tqmultilineedit.html#insertAndMark">TQMultiLineEdit</a><li>insertAt: + <a href="tqmultilineedit.html#insertAt">TQMultiLineEdit</a> <a href="tqtextedit.html#insertAt">TQTextEdit</a><li>insertBefore: <a href="tqdomnode.html#insertBefore">TQDomNode</a><li>insertChild: <a href="tqobject.html#insertChild">TQObject</a><li>insertColumns: - <a href="ntqtable.html#insertColumns">TQTable</a><li>insertCurrent: + <a href="tqtable.html#insertColumns">TQTable</a><li>insertCurrent: <a href="tqdatabrowser.html#insertCurrent">TQDataBrowser</a> <a href="tqdatatable.html#insertCurrent">TQDataTable</a><li>insertData: <a href="tqdomcharacterdata.html#insertData">TQDomCharacterData</a><li>insertInGrid: <a href="tqiconview.html#insertInGrid">TQIconView</a><li>insertItem: - <a href="ntqaccel.html#insertItem">TQAccel</a> <a href="qboxlayout.html#insertItem">TQBoxLayout</a> <a href="tqcombobox.html#insertItem">TQComboBox</a> <a href="tqiconview.html#insertItem">TQIconView</a> <a href="ntqlistbox.html#insertItem">TQListBox</a> <a href="ntqlistview.html#insertItem">TQListView</a> <a href="qlistviewitem.html#insertItem">TQListViewItem</a> <a href="tqmenudata.html#insertItem">TQMenuBar</a> <a href="tqmenudata.html#insertItem">TQMenuData</a> <a href="tqmenudata.html#insertItem">TQPopupMenu</a> <a href="tqtoolbox.html#insertItem">TQToolBox</a><li>insertLayout: + <a href="ntqaccel.html#insertItem">TQAccel</a> <a href="qboxlayout.html#insertItem">TQBoxLayout</a> <a href="tqcombobox.html#insertItem">TQComboBox</a> <a href="tqiconview.html#insertItem">TQIconView</a> <a href="tqlistbox.html#insertItem">TQListBox</a> <a href="tqlistview.html#insertItem">TQListView</a> <a href="tqlistviewitem.html#insertItem">TQListViewItem</a> <a href="tqmenudata.html#insertItem">TQMenuBar</a> <a href="tqmenudata.html#insertItem">TQMenuData</a> <a href="tqmenudata.html#insertItem">TQPopupMenu</a> <a href="tqtoolbox.html#insertItem">TQToolBox</a><li>insertLayout: <a href="qboxlayout.html#insertLayout">TQBoxLayout</a><li>insertLine: - <a href="ntqmultilineedit.html#insertLine">TQMultiLineEdit</a><li>insertPage: - <a href="ntqwizard.html#insertPage">TQWizard</a><li>insertParagraph: + <a href="tqmultilineedit.html#insertLine">TQMultiLineEdit</a><li>insertPage: + <a href="tqwizard.html#insertPage">TQWizard</a><li>insertParagraph: <a href="tqtextedit.html#insertParagraph">TQTextEdit</a><li>insertRows: - <a href="ntqtable.html#insertRows">TQTable</a><li>insertSearchPath: + <a href="tqtable.html#insertRows">TQTable</a><li>insertSearchPath: <a href="tqsettings.html#insertSearchPath">TQSettings</a><li>insertSeparator: <a href="tqmenudata.html#insertSeparator">TQMenuBar</a> <a href="tqmenudata.html#insertSeparator">TQMenuData</a> <a href="tqmenudata.html#insertSeparator">TQPopupMenu</a><li>insertSpacing: <a href="qboxlayout.html#insertSpacing">TQBoxLayout</a><li>insertStrList: - <a href="tqcombobox.html#insertStrList">TQComboBox</a> <a href="ntqlistbox.html#insertStrList">TQListBox</a><li>insertStretch: + <a href="tqcombobox.html#insertStrList">TQComboBox</a> <a href="tqlistbox.html#insertStrList">TQListBox</a><li>insertStretch: <a href="qboxlayout.html#insertStretch">TQBoxLayout</a><li>insertStringList: - <a href="tqcombobox.html#insertStringList">TQComboBox</a> <a href="ntqlistbox.html#insertStringList">TQListBox</a><li>insertSubstitution: + <a href="tqcombobox.html#insertStringList">TQComboBox</a> <a href="tqlistbox.html#insertStringList">TQListBox</a><li>insertSubstitution: <a href="tqfont.html#insertSubstitution">TQFont</a><li>insertSubstitutions: <a href="tqfont.html#insertSubstitutions">TQFont</a><li>insertTab: - <a href="ntqtabbar.html#insertTab">TQTabBar</a> <a href="ntqtabdialog.html#insertTab">TQTabDialog</a> <a href="ntqtabwidget.html#insertTab">TQTabWidget</a><li>insertTearOffHandle: + <a href="tqtabbar.html#insertTab">TQTabBar</a> <a href="tqtabdialog.html#insertTab">TQTabDialog</a> <a href="tqtabwidget.html#insertTab">TQTabWidget</a><li>insertTearOffHandle: <a href="tqpopupmenu.html#insertTearOffHandle">TQPopupMenu</a><li>insertWidget: - <a href="qboxlayout.html#insertWidget">TQBoxLayout</a> <a href="ntqtable.html#insertWidget">TQTable</a><li>inserted: + <a href="qboxlayout.html#insertWidget">TQBoxLayout</a> <a href="tqtable.html#insertWidget">TQTable</a><li>inserted: <a href="qchildevent.html#inserted">TQChildEvent</a><li>insertionPolicy: <a href="tqcombobox.html#insertionPolicy">TQComboBox</a><li>insideMargin: <a href="ntqgroupbox.html#insideMargin">TQGroupBox</a><li>insideSpacing: @@ -1253,17 +1253,17 @@ icon: <a href="tqspinbox.html#interpretText">TQSpinBox</a><li>intersect: <a href="tqrect.html#intersect">TQRect</a> <a href="tqregion.html#intersect">TQRegion</a><li>intersects: <a href="tqiconviewitem.html#intersects">TQIconViewItem</a> <a href="tqrect.html#intersects">TQRect</a><li>invalidate: - <a href="qboxlayout.html#invalidate">TQBoxLayout</a> <a href="tqcanvaspolygonalitem.html#invalidate">TQCanvasPolygonalItem</a> <a href="qgridlayout.html#invalidate">TQGridLayout</a> <a href="ntqlayout.html#invalidate">TQLayout</a> <a href="qlayoutitem.html#invalidate">TQLayoutItem</a><li>invalidateHeight: - <a href="qlistviewitem.html#invalidateHeight">TQListViewItem</a><li>inverseWorldMatrix: + <a href="qboxlayout.html#invalidate">TQBoxLayout</a> <a href="tqcanvaspolygonalitem.html#invalidate">TQCanvasPolygonalItem</a> <a href="tqgridlayout.html#invalidate">TQGridLayout</a> <a href="ntqlayout.html#invalidate">TQLayout</a> <a href="qlayoutitem.html#invalidate">TQLayoutItem</a><li>invalidateHeight: + <a href="tqlistviewitem.html#invalidateHeight">TQListViewItem</a><li>inverseWorldMatrix: <a href="tqcanvasview.html#inverseWorldMatrix">TQCanvasView</a><li>invert: <a href="tqwmatrix.html#invert">TQWMatrix</a><li>invertPixels: <a href="tqimage.html#invertPixels">TQImage</a><li>invertSelection: - <a href="tqiconview.html#invertSelection">TQIconView</a> <a href="ntqlistbox.html#invertSelection">TQListBox</a> <a href="ntqlistview.html#invertSelection">TQListView</a><li>ioDevice: + <a href="tqiconview.html#invertSelection">TQIconView</a> <a href="tqlistbox.html#invertSelection">TQListBox</a> <a href="tqlistview.html#invertSelection">TQListView</a><li>ioDevice: <a href="tqimageio.html#ioDevice">TQImageIO</a><li>isA: <a href="tqobject.html#isA">TQObject</a><li>isAccepted: - <a href="qcloseevent.html#isAccepted">TQCloseEvent</a> <a href="qcontextmenuevent.html#isAccepted">TQContextMenuEvent</a> <a href="tqdropevent.html#isAccepted">TQDropEvent</a> <a href="qimevent.html#isAccepted">TQIMEvent</a> <a href="tqicondragevent.html#isAccepted">TQIconDragEvent</a> <a href="qkeyevent.html#isAccepted">TQKeyEvent</a> <a href="qmouseevent.html#isAccepted">TQMouseEvent</a> <a href="qtabletevent.html#isAccepted">TQTabletEvent</a> <a href="qwheelevent.html#isAccepted">TQWheelEvent</a><li>isActionAccepted: + <a href="qcloseevent.html#isAccepted">TQCloseEvent</a> <a href="qcontextmenuevent.html#isAccepted">TQContextMenuEvent</a> <a href="tqdropevent.html#isAccepted">TQDropEvent</a> <a href="qimevent.html#isAccepted">TQIMEvent</a> <a href="tqicondragevent.html#isAccepted">TQIconDragEvent</a> <a href="qkeyevent.html#isAccepted">TQKeyEvent</a> <a href="qmouseevent.html#isAccepted">TQMouseEvent</a> <a href="tqtabletevent.html#isAccepted">TQTabletEvent</a> <a href="qwheelevent.html#isAccepted">TQWheelEvent</a><li>isActionAccepted: <a href="tqdropevent.html#isActionAccepted">TQDropEvent</a><li>isActive: - <a href="ntqaccessible.html#isActive">TQAccessible</a> <a href="tqcanvasitem.html#isActive">TQCanvasItem</a> <a href="tqpainter.html#isActive">TQPainter</a> <a href="tqsqlquery.html#isActive">TQSqlQuery</a> <a href="tqsqlresult.html#isActive">TQSqlResult</a> <a href="qtableselection.html#isActive">TQTableSelection</a> <a href="tqtimer.html#isActive">TQTimer</a><li>isActiveWindow: + <a href="ntqaccessible.html#isActive">TQAccessible</a> <a href="tqcanvasitem.html#isActive">TQCanvasItem</a> <a href="tqpainter.html#isActive">TQPainter</a> <a href="tqsqlquery.html#isActive">TQSqlQuery</a> <a href="tqsqlresult.html#isActive">TQSqlResult</a> <a href="tqtableselection.html#isActive">TQTableSelection</a> <a href="tqtimer.html#isActive">TQTimer</a><li>isActiveWindow: <a href="tqwidget.html#isActiveWindow">TQWidget</a> <a href="qxtwidget.html#isActiveWindow">TQXtWidget</a><li>isAnchor: <a href="tqstylesheetitem.html#isAnchor">TQStyleSheetItem</a><li>isAsynchronous: <a href="tqiodevice.html#isAsynchronous">TQIODevice</a><li>isAttr: @@ -1277,19 +1277,19 @@ icon: <a href="tqdomcharacterdata.html#isCharacterData">TQDomCharacterData</a> <a href="tqdomnode.html#isCharacterData">TQDomNode</a><li>isCheckable: <a href="ntqgroupbox.html#isCheckable">TQGroupBox</a> <a href="tqpopupmenu.html#isCheckable">TQPopupMenu</a><li>isChecked: <a href="tqcheckbox.html#isChecked">TQCheckBox</a> <a href="tqchecktableitem.html#isChecked">TQCheckTableItem</a> <a href="ntqgroupbox.html#isChecked">TQGroupBox</a> <a href="tqradiobutton.html#isChecked">TQRadioButton</a><li>isClickEnabled: - <a href="ntqheader.html#isClickEnabled">TQHeader</a><li>isCloseEnabled: + <a href="tqheader.html#isClickEnabled">TQHeader</a><li>isCloseEnabled: <a href="ntqdockwindow.html#isCloseEnabled">TQDockWindow</a><li>isColumnHidden: - <a href="ntqtable.html#isColumnHidden">TQTable</a><li>isColumnReadOnly: - <a href="ntqtable.html#isColumnReadOnly">TQTable</a><li>isColumnSelected: - <a href="ntqtable.html#isColumnSelected">TQTable</a><li>isColumnStretchable: - <a href="ntqtable.html#isColumnStretchable">TQTable</a><li>isCombinedAccess: + <a href="tqtable.html#isColumnHidden">TQTable</a><li>isColumnReadOnly: + <a href="tqtable.html#isColumnReadOnly">TQTable</a><li>isColumnSelected: + <a href="tqtable.html#isColumnSelected">TQTable</a><li>isColumnStretchable: + <a href="tqtable.html#isColumnStretchable">TQTable</a><li>isCombinedAccess: <a href="tqiodevice.html#isCombinedAccess">TQIODevice</a><li>isComment: <a href="tqdomcomment.html#isComment">TQDomComment</a> <a href="tqdomnode.html#isComment">TQDomNode</a><li>isConsumed: <a href="qcontextmenuevent.html#isConsumed">TQContextMenuEvent</a><li>isContainer: <a href="tqwidgetplugin.html#isContainer">TQWidgetPlugin</a><li>isContentsPreviewEnabled: <a href="tqfiledialog.html#isContentsPreviewEnabled">TQFileDialog</a><li>isCopyOf: <a href="tqfont.html#isCopyOf">TQFont</a> <a href="tqpalette.html#isCopyOf">TQPalette</a><li>isCurrent: - <a href="qlistboxitem.html#isCurrent">TQListBoxItem</a><li>isCustomizable: + <a href="tqlistboxitem.html#isCurrent">TQListBoxItem</a><li>isCustomizable: <a href="tqmainwindow.html#isCustomizable">TQMainWindow</a><li>isDefault: <a href="tqpushbutton.html#isDefault">TQPushButton</a> <a href="tqstyleoption.html#isDefault">TQStyleOption</a><li>isDefaultUp: <a href="tqmenubar.html#isDefaultUp">TQMenuBar</a><li>isDescending: @@ -1305,22 +1305,22 @@ icon: <a href="tqdomdocument.html#isDocument">TQDomDocument</a> <a href="tqdomnode.html#isDocument">TQDomNode</a><li>isDocumentFragment: <a href="tqdomdocumentfragment.html#isDocumentFragment">TQDomDocumentFragment</a> <a href="tqdomnode.html#isDocumentFragment">TQDomNode</a><li>isDocumentType: <a href="tqdomdocumenttype.html#isDocumentType">TQDomDocumentType</a> <a href="tqdomnode.html#isDocumentType">TQDomNode</a><li>isDown: - <a href="ntqbutton.html#isDown">TQButton</a> <a href="ntqbutton.html#isDown">TQCheckBox</a> <a href="ntqbutton.html#isDown">TQPushButton</a> <a href="ntqbutton.html#isDown">TQRadioButton</a><li>isDriverAvailable: + <a href="tqbutton.html#isDown">TQButton</a> <a href="tqbutton.html#isDown">TQCheckBox</a> <a href="tqbutton.html#isDown">TQPushButton</a> <a href="tqbutton.html#isDown">TQRadioButton</a><li>isDriverAvailable: <a href="tqsqldatabase.html#isDriverAvailable">TQSqlDatabase</a><li>isEditable: <a href="tqcombotableitem.html#isEditable">TQComboTableItem</a><li>isEditing: - <a href="ntqtable.html#isEditing">TQTable</a><li>isEffectEnabled: + <a href="tqtable.html#isEditing">TQTable</a><li>isEffectEnabled: <a href="ntqapplication.html#isEffectEnabled">TQApplication</a><li>isElement: <a href="tqdomelement.html#isElement">TQDomElement</a> <a href="tqdomnode.html#isElement">TQDomNode</a><li>isEmpty: - <a href="tqasciicache.html#isEmpty">TQAsciiCache</a> <a href="tqasciicacheiterator.html#isEmpty">TQAsciiCacheIterator</a> <a href="tqasciidict.html#isEmpty">TQAsciiDict</a> <a href="tqasciidictiterator.html#isEmpty">TQAsciiDictIterator</a> <a href="tqcstring.html#isEmpty">TQCString</a> <a href="tqcache.html#isEmpty">TQCache</a> <a href="tqcacheiterator.html#isEmpty">TQCacheIterator</a> <a href="tqdict.html#isEmpty">TQDict</a> <a href="tqdictiterator.html#isEmpty">TQDictIterator</a> <a href="ntqdockarea.html#isEmpty">TQDockArea</a> <a href="tqglcolormap.html#isEmpty">TQGLColormap</a> <a href="tqintcache.html#isEmpty">TQIntCache</a> <a href="tqintcacheiterator.html#isEmpty">TQIntCacheIterator</a> <a href="tqintdict.html#isEmpty">TQIntDict</a> <a href="tqintdictiterator.html#isEmpty">TQIntDictIterator</a> <a href="ntqkeysequence.html#isEmpty">TQKeySequence</a> <a href="ntqlayout.html#isEmpty">TQLayout</a> <a href="qlayoutitem.html#isEmpty">TQLayoutItem</a> <a href="tqmap.html#isEmpty">TQMap</a> <a href="tqmemarray.html#isEmpty">TQMemArray</a> <a href="tqobjectcleanuphandler.html#isEmpty">TQObjectCleanupHandler</a> <a href="tqptrdict.html#isEmpty">TQPtrDict</a> <a href="tqptrdictiterator.html#isEmpty">TQPtrDictIterator</a> <a href="tqptrlist.html#isEmpty">TQPtrList</a> <a href="tqptrlistiterator.html#isEmpty">TQPtrListIterator</a> <a href="tqptrqueue.html#isEmpty">TQPtrQueue</a> <a href="tqptrstack.html#isEmpty">TQPtrStack</a> <a href="tqptrvector.html#isEmpty">TQPtrVector</a> <a href="tqrect.html#isEmpty">TQRect</a> <a href="tqregexp.html#isEmpty">TQRegExp</a> <a href="tqregion.html#isEmpty">TQRegion</a> <a href="tqsize.html#isEmpty">TQSize</a> <a href="qspaceritem.html#isEmpty">TQSpacerItem</a> <a href="tqsqlrecord.html#isEmpty">TQSqlRecord</a> <a href="tqstring.html#isEmpty">TQString</a> <a href="qtableselection.html#isEmpty">TQTableSelection</a> <a href="tqtranslator.html#isEmpty">TQTranslator</a> <a href="tqvaluelist.html#isEmpty">TQValueList</a> <a href="tqvaluevector.html#isEmpty">TQValueVector</a> <a href="tqwidgetitem.html#isEmpty">TQWidgetItem</a><li>isEnabled: - <a href="ntqaccel.html#isEnabled">TQAccel</a> <a href="tqaction.html#isEnabled">TQAction</a> <a href="tqcanvasitem.html#isEnabled">TQCanvasItem</a> <a href="ntqlayout.html#isEnabled">TQLayout</a> <a href="qlistviewitem.html#isEnabled">TQListViewItem</a> <a href="tqsocketnotifier.html#isEnabled">TQSocketNotifier</a> <a href="qtab.html#isEnabled">TQTab</a> <a href="qtableitem.html#isEnabled">TQTableItem</a> <a href="tqwidget.html#isEnabled">TQWidget</a><li>isEnabledTo: + <a href="tqasciicache.html#isEmpty">TQAsciiCache</a> <a href="tqasciicacheiterator.html#isEmpty">TQAsciiCacheIterator</a> <a href="tqasciidict.html#isEmpty">TQAsciiDict</a> <a href="tqasciidictiterator.html#isEmpty">TQAsciiDictIterator</a> <a href="tqcstring.html#isEmpty">TQCString</a> <a href="tqcache.html#isEmpty">TQCache</a> <a href="tqcacheiterator.html#isEmpty">TQCacheIterator</a> <a href="tqdict.html#isEmpty">TQDict</a> <a href="tqdictiterator.html#isEmpty">TQDictIterator</a> <a href="ntqdockarea.html#isEmpty">TQDockArea</a> <a href="tqglcolormap.html#isEmpty">TQGLColormap</a> <a href="tqintcache.html#isEmpty">TQIntCache</a> <a href="tqintcacheiterator.html#isEmpty">TQIntCacheIterator</a> <a href="tqintdict.html#isEmpty">TQIntDict</a> <a href="tqintdictiterator.html#isEmpty">TQIntDictIterator</a> <a href="ntqkeysequence.html#isEmpty">TQKeySequence</a> <a href="ntqlayout.html#isEmpty">TQLayout</a> <a href="qlayoutitem.html#isEmpty">TQLayoutItem</a> <a href="tqmap.html#isEmpty">TQMap</a> <a href="tqmemarray.html#isEmpty">TQMemArray</a> <a href="tqobjectcleanuphandler.html#isEmpty">TQObjectCleanupHandler</a> <a href="tqptrdict.html#isEmpty">TQPtrDict</a> <a href="tqptrdictiterator.html#isEmpty">TQPtrDictIterator</a> <a href="tqptrlist.html#isEmpty">TQPtrList</a> <a href="tqptrlistiterator.html#isEmpty">TQPtrListIterator</a> <a href="tqptrqueue.html#isEmpty">TQPtrQueue</a> <a href="tqptrstack.html#isEmpty">TQPtrStack</a> <a href="tqptrvector.html#isEmpty">TQPtrVector</a> <a href="tqrect.html#isEmpty">TQRect</a> <a href="tqregexp.html#isEmpty">TQRegExp</a> <a href="tqregion.html#isEmpty">TQRegion</a> <a href="tqsize.html#isEmpty">TQSize</a> <a href="qspaceritem.html#isEmpty">TQSpacerItem</a> <a href="tqsqlrecord.html#isEmpty">TQSqlRecord</a> <a href="tqstring.html#isEmpty">TQString</a> <a href="tqtableselection.html#isEmpty">TQTableSelection</a> <a href="tqtranslator.html#isEmpty">TQTranslator</a> <a href="tqvaluelist.html#isEmpty">TQValueList</a> <a href="tqvaluevector.html#isEmpty">TQValueVector</a> <a href="tqwidgetitem.html#isEmpty">TQWidgetItem</a><li>isEnabled: + <a href="ntqaccel.html#isEnabled">TQAccel</a> <a href="tqaction.html#isEnabled">TQAction</a> <a href="tqcanvasitem.html#isEnabled">TQCanvasItem</a> <a href="ntqlayout.html#isEnabled">TQLayout</a> <a href="tqlistviewitem.html#isEnabled">TQListViewItem</a> <a href="tqsocketnotifier.html#isEnabled">TQSocketNotifier</a> <a href="tqtab.html#isEnabled">TQTab</a> <a href="tqtableitem.html#isEnabled">TQTableItem</a> <a href="tqwidget.html#isEnabled">TQWidget</a><li>isEnabledTo: <a href="tqwidget.html#isEnabledTo">TQWidget</a><li>isEntity: <a href="tqdomentity.html#isEntity">TQDomEntity</a> <a href="tqdomnode.html#isEntity">TQDomNode</a><li>isEntityReference: <a href="tqdomentityreference.html#isEntityReference">TQDomEntityReference</a> <a href="tqdomnode.html#isEntityReference">TQDomNode</a><li>isEnumType: <a href="qmetaproperty.html#isEnumType">TQMetaProperty</a><li>isExclusive: - <a href="tqactiongroup.html#isExclusive">TQActionGroup</a> <a href="ntqbuttongroup.html#isExclusive">TQButtonGroup</a><li>isExclusiveToggle: - <a href="ntqbutton.html#isExclusiveToggle">TQButton</a> <a href="ntqbutton.html#isExclusiveToggle">TQCheckBox</a> <a href="ntqbutton.html#isExclusiveToggle">TQPushButton</a> <a href="ntqbutton.html#isExclusiveToggle">TQRadioButton</a><li>isExecutable: + <a href="tqactiongroup.html#isExclusive">TQActionGroup</a> <a href="tqbuttongroup.html#isExclusive">TQButtonGroup</a><li>isExclusiveToggle: + <a href="tqbutton.html#isExclusiveToggle">TQButton</a> <a href="tqbutton.html#isExclusiveToggle">TQCheckBox</a> <a href="tqbutton.html#isExclusiveToggle">TQPushButton</a> <a href="tqbutton.html#isExclusiveToggle">TQRadioButton</a><li>isExecutable: <a href="tqfileinfo.html#isExecutable">TQFileInfo</a> <a href="tqurlinfo.html#isExecutable">TQUrlInfo</a><li>isExpandable: - <a href="qlistviewitem.html#isExpandable">TQListViewItem</a><li>isExtDev: + <a href="tqlistviewitem.html#isExpandable">TQListViewItem</a><li>isExtDev: <a href="tqpaintdevice.html#isExtDev">TQPaintDevice</a><li>isFile: <a href="tqfileinfo.html#isFile">TQFileInfo</a> <a href="tqurlinfo.html#isFile">TQUrlInfo</a><li>isFinished: <a href="ntqsound.html#isFinished">TQSound</a><li>isFixedPitch: @@ -1355,12 +1355,12 @@ icon: <a href="tqwidget.html#isMinimized">TQWidget</a><li>isModal: <a href="tqdialog.html#isModal">TQDialog</a> <a href="tqwidget.html#isModal">TQWidget</a><li>isModified: <a href="tqlineedit.html#isModified">TQLineEdit</a> <a href="tqtextedit.html#isModified">TQTextEdit</a><li>isMovingEnabled: - <a href="ntqdockwindow.html#isMovingEnabled">TQDockWindow</a> <a href="ntqheader.html#isMovingEnabled">TQHeader</a><li>isNotation: + <a href="ntqdockwindow.html#isMovingEnabled">TQDockWindow</a> <a href="tqheader.html#isMovingEnabled">TQHeader</a><li>isNotation: <a href="tqdomnode.html#isNotation">TQDomNode</a> <a href="tqdomnotation.html#isNotation">TQDomNotation</a><li>isNull: <a href="tqcstring.html#isNull">TQCString</a> <a href="tqchar.html#isNull">TQChar</a> <a href="tqdate.html#isNull">TQDate</a> <a href="tqdatetime.html#isNull">TQDateTime</a> <a href="tqdomimplementation.html#isNull">TQDomImplementation</a> <a href="tqdomnode.html#isNull">TQDomNode</a> <a href="ntqguardedptr.html#isNull">TQGuardedPtr</a> <a href="tqhostaddress.html#isNull">TQHostAddress</a> <a href="tqiconset.html#isNull">TQIconSet</a> <a href="tqimage.html#isNull">TQImage</a> <a href="tqmemarray.html#isNull">TQMemArray</a> <a href="tqmovie.html#isNull">TQMovie</a> <a href="tqpicture.html#isNull">TQPicture</a> <a href="tqpixmap.html#isNull">TQPixmap</a> <a href="tqpoint.html#isNull">TQPoint</a> <a href="tqptrvector.html#isNull">TQPtrVector</a> <a href="tqrect.html#isNull">TQRect</a> <a href="tqregion.html#isNull">TQRegion</a> <a href="tqsize.html#isNull">TQSize</a> <a href="tqsqlcursor.html#isNull">TQSqlCursor</a> <a href="tqsqlfield.html#isNull">TQSqlField</a> <a href="tqsqlquery.html#isNull">TQSqlQuery</a> <a href="tqsqlrecord.html#isNull">TQSqlRecord</a> <a href="tqsqlresult.html#isNull">TQSqlResult</a> <a href="tqstring.html#isNull">TQString</a> <a href="tqtime.html#isNull">TQTime</a> <a href="ntquuid.html#isNull">TQUuid</a> <a href="ntqvariant.html#isNull">TQVariant</a><li>isNumber: <a href="tqchar.html#isNumber">TQChar</a><li>isOn: - <a href="tqaction.html#isOn">TQAction</a> <a href="ntqbutton.html#isOn">TQButton</a> <a href="ntqbutton.html#isOn">TQCheckBox</a> <a href="tqchecklistitem.html#isOn">TQCheckListItem</a> <a href="ntqbutton.html#isOn">TQPushButton</a> <a href="ntqbutton.html#isOn">TQRadioButton</a><li>isOpen: - <a href="ntqassistantclient.html#isOpen">TQAssistantClient</a> <a href="tqiodevice.html#isOpen">TQIODevice</a> <a href="ntqlistview.html#isOpen">TQListView</a> <a href="qlistviewitem.html#isOpen">TQListViewItem</a> <a href="tqsqldatabase.html#isOpen">TQSqlDatabase</a> <a href="tqsqldriver.html#isOpen">TQSqlDriver</a><li>isOpenError: + <a href="tqaction.html#isOn">TQAction</a> <a href="tqbutton.html#isOn">TQButton</a> <a href="tqbutton.html#isOn">TQCheckBox</a> <a href="tqchecklistitem.html#isOn">TQCheckListItem</a> <a href="tqbutton.html#isOn">TQPushButton</a> <a href="tqbutton.html#isOn">TQRadioButton</a><li>isOpen: + <a href="ntqassistantclient.html#isOpen">TQAssistantClient</a> <a href="tqiodevice.html#isOpen">TQIODevice</a> <a href="tqlistview.html#isOpen">TQListView</a> <a href="tqlistviewitem.html#isOpen">TQListViewItem</a> <a href="tqsqldatabase.html#isOpen">TQSqlDatabase</a> <a href="tqsqldriver.html#isOpen">TQSqlDriver</a><li>isOpenError: <a href="tqsqldatabase.html#isOpenError">TQSqlDatabase</a> <a href="tqsqldriver.html#isOpenError">TQSqlDriver</a><li>isOptionEnabled: <a href="tqprinter.html#isOptionEnabled">TQPrinter</a><li>isOverwriteMode: <a href="tqtextedit.html#isOverwriteMode">TQTextEdit</a><li>isPhase2: @@ -1371,30 +1371,30 @@ icon: <a href="tqdomnode.html#isProcessingInstruction">TQDomNode</a> <a href="tqdomprocessinginstruction.html#isProcessingInstruction">TQDomProcessingInstruction</a><li>isPunct: <a href="tqchar.html#isPunct">TQChar</a><li>isTQBitmap: <a href="tqpixmap.html#isTQBitmap">TQPixmap</a><li>isRadioButtonExclusive: - <a href="ntqbuttongroup.html#isRadioButtonExclusive">TQButtonGroup</a><li>isRaw: + <a href="tqbuttongroup.html#isRadioButtonExclusive">TQButtonGroup</a><li>isRaw: <a href="tqiodevice.html#isRaw">TQIODevice</a><li>isReadOnly: - <a href="tqdatabrowser.html#isReadOnly">TQDataBrowser</a> <a href="tqlineedit.html#isReadOnly">TQLineEdit</a> <a href="tqsqlcursor.html#isReadOnly">TQSqlCursor</a> <a href="tqsqlfield.html#isReadOnly">TQSqlField</a> <a href="ntqtable.html#isReadOnly">TQTable</a> <a href="tqtextedit.html#isReadOnly">TQTextEdit</a><li>isReadWrite: + <a href="tqdatabrowser.html#isReadOnly">TQDataBrowser</a> <a href="tqlineedit.html#isReadOnly">TQLineEdit</a> <a href="tqsqlcursor.html#isReadOnly">TQSqlCursor</a> <a href="tqsqlfield.html#isReadOnly">TQSqlField</a> <a href="tqtable.html#isReadOnly">TQTable</a> <a href="tqtextedit.html#isReadOnly">TQTextEdit</a><li>isReadWrite: <a href="tqiodevice.html#isReadWrite">TQIODevice</a><li>isReadable: <a href="tqdir.html#isReadable">TQDir</a> <a href="tqfileinfo.html#isReadable">TQFileInfo</a> <a href="tqiodevice.html#isReadable">TQIODevice</a> <a href="tqurlinfo.html#isReadable">TQUrlInfo</a><li>isRedoAvailable: <a href="tqlineedit.html#isRedoAvailable">TQLineEdit</a> <a href="tqtextedit.html#isRedoAvailable">TQTextEdit</a><li>isRelative: <a href="tqdir.html#isRelative">TQDir</a> <a href="tqfileinfo.html#isRelative">TQFileInfo</a><li>isRelativePath: <a href="tqdir.html#isRelativePath">TQDir</a><li>isRelativeUrl: <a href="tqurl.html#isRelativeUrl">TQUrl</a><li>isRenaming: - <a href="tqiconview.html#isRenaming">TQIconView</a> <a href="ntqlistview.html#isRenaming">TQListView</a><li>isReplaceable: - <a href="qtableitem.html#isReplaceable">TQTableItem</a><li>isRequired: + <a href="tqiconview.html#isRenaming">TQIconView</a> <a href="tqlistview.html#isRenaming">TQListView</a><li>isReplaceable: + <a href="tqtableitem.html#isReplaceable">TQTableItem</a><li>isRequired: <a href="tqsqlfieldinfo.html#isRequired">TQSqlFieldInfo</a><li>isResizeEnabled: - <a href="ntqdockwindow.html#isResizeEnabled">TQDockWindow</a> <a href="ntqheader.html#isResizeEnabled">TQHeader</a><li>isRoot: + <a href="ntqdockwindow.html#isResizeEnabled">TQDockWindow</a> <a href="tqheader.html#isResizeEnabled">TQHeader</a><li>isRoot: <a href="tqdir.html#isRoot">TQDir</a><li>isRowHidden: - <a href="ntqtable.html#isRowHidden">TQTable</a><li>isRowReadOnly: - <a href="ntqtable.html#isRowReadOnly">TQTable</a><li>isRowSelected: - <a href="ntqtable.html#isRowSelected">TQTable</a><li>isRowStretchable: - <a href="ntqtable.html#isRowStretchable">TQTable</a><li>isRubberSelecting: - <a href="ntqlistbox.html#isRubberSelecting">TQListBox</a><li>isRunning: + <a href="tqtable.html#isRowHidden">TQTable</a><li>isRowReadOnly: + <a href="tqtable.html#isRowReadOnly">TQTable</a><li>isRowSelected: + <a href="tqtable.html#isRowSelected">TQTable</a><li>isRowStretchable: + <a href="tqtable.html#isRowStretchable">TQTable</a><li>isRubberSelecting: + <a href="tqlistbox.html#isRubberSelecting">TQListBox</a><li>isRunning: <a href="tqprocess.html#isRunning">TQProcess</a><li>isScalable: <a href="tqfontdatabase.html#isScalable">TQFontDatabase</a><li>isSelect: <a href="tqsqlquery.html#isSelect">TQSqlQuery</a> <a href="tqsqlresult.html#isSelect">TQSqlResult</a><li>isSelectable: - <a href="tqiconviewitem.html#isSelectable">TQIconViewItem</a> <a href="qlistboxitem.html#isSelectable">TQListBoxItem</a> <a href="qlistviewitem.html#isSelectable">TQListViewItem</a><li>isSelected: - <a href="tqcanvasitem.html#isSelected">TQCanvasItem</a> <a href="tqiconviewitem.html#isSelected">TQIconViewItem</a> <a href="ntqlistbox.html#isSelected">TQListBox</a> <a href="qlistboxitem.html#isSelected">TQListBoxItem</a> <a href="ntqlistview.html#isSelected">TQListView</a> <a href="qlistviewitem.html#isSelected">TQListViewItem</a> <a href="ntqtable.html#isSelected">TQTable</a><li>isSeparator: + <a href="tqiconviewitem.html#isSelectable">TQIconViewItem</a> <a href="tqlistboxitem.html#isSelectable">TQListBoxItem</a> <a href="tqlistviewitem.html#isSelectable">TQListViewItem</a><li>isSelected: + <a href="tqcanvasitem.html#isSelected">TQCanvasItem</a> <a href="tqiconviewitem.html#isSelected">TQIconViewItem</a> <a href="tqlistbox.html#isSelected">TQListBox</a> <a href="tqlistboxitem.html#isSelected">TQListBoxItem</a> <a href="tqlistview.html#isSelected">TQListView</a> <a href="tqlistviewitem.html#isSelected">TQListViewItem</a> <a href="tqtable.html#isSelected">TQTable</a><li>isSeparator: <a href="qcustommenuitem.html#isSeparator">TQCustomMenuItem</a><li>isSequentialAccess: <a href="tqiodevice.html#isSequentialAccess">TQIODevice</a><li>isSessionRestored: <a href="ntqapplication.html#isSessionRestored">TQApplication</a><li>isSetType: @@ -1404,16 +1404,16 @@ icon: <a href="tqdialog.html#isSizeGripEnabled">TQDialog</a> <a href="tqstatusbar.html#isSizeGripEnabled">TQStatusBar</a><li>isSmoothlyScalable: <a href="tqfontdatabase.html#isSmoothlyScalable">TQFontDatabase</a><li>isSpace: <a href="tqchar.html#isSpace">TQChar</a><li>isStretchEnabled: - <a href="ntqheader.html#isStretchEnabled">TQHeader</a><li>isStretchable: + <a href="tqheader.html#isStretchEnabled">TQHeader</a><li>isStretchable: <a href="ntqdockwindow.html#isStretchable">TQDockWindow</a><li>isSupported: <a href="tqdomnode.html#isSupported">TQDomNode</a><li>isSymLink: <a href="tqfileinfo.html#isSymLink">TQFileInfo</a> <a href="tqurlinfo.html#isSymLink">TQUrlInfo</a><li>isSymbol: <a href="tqchar.html#isSymbol">TQChar</a><li>isSynchronous: <a href="tqiodevice.html#isSynchronous">TQIODevice</a><li>isTabEnabled: - <a href="ntqtabbar.html#isTabEnabled">TQTabBar</a> <a href="ntqtabdialog.html#isTabEnabled">TQTabDialog</a> <a href="ntqtabwidget.html#isTabEnabled">TQTabWidget</a><li>isText: + <a href="tqtabbar.html#isTabEnabled">TQTabBar</a> <a href="tqtabdialog.html#isTabEnabled">TQTabDialog</a> <a href="tqtabwidget.html#isTabEnabled">TQTabWidget</a><li>isText: <a href="tqdomnode.html#isText">TQDomNode</a> <a href="tqdomtext.html#isText">TQDomText</a><li>isToggleAction: <a href="tqaction.html#isToggleAction">TQAction</a><li>isToggleButton: - <a href="ntqbutton.html#isToggleButton">TQButton</a> <a href="ntqbutton.html#isToggleButton">TQCheckBox</a> <a href="ntqbutton.html#isToggleButton">TQPushButton</a> <a href="ntqbutton.html#isToggleButton">TQRadioButton</a><li>isTopLevel: + <a href="tqbutton.html#isToggleButton">TQButton</a> <a href="tqbutton.html#isToggleButton">TQCheckBox</a> <a href="tqbutton.html#isToggleButton">TQPushButton</a> <a href="tqbutton.html#isToggleButton">TQRadioButton</a><li>isTopLevel: <a href="ntqlayout.html#isTopLevel">TQLayout</a> <a href="tqwidget.html#isTopLevel">TQWidget</a><li>isTranslated: <a href="tqiodevice.html#isTranslated">TQIODevice</a><li>isTrim: <a href="tqsqlfieldinfo.html#isTrim">TQSqlFieldInfo</a><li>isTrimmed: @@ -1426,31 +1426,31 @@ icon: <a href="tqscrollview.html#isVerticalSliderPressed">TQScrollView</a><li>isVerticallyStretchable: <a href="ntqdockwindow.html#isVerticallyStretchable">TQDockWindow</a><li>isVirtualDesktop: <a href="tqdesktopwidget.html#isVirtualDesktop">TQDesktopWidget</a><li>isVisible: - <a href="tqaction.html#isVisible">TQAction</a> <a href="tqcanvasitem.html#isVisible">TQCanvasItem</a> <a href="qlistviewitem.html#isVisible">TQListViewItem</a> <a href="tqwidget.html#isVisible">TQWidget</a><li>isVisibleTo: + <a href="tqaction.html#isVisible">TQAction</a> <a href="tqcanvasitem.html#isVisible">TQCanvasItem</a> <a href="tqlistviewitem.html#isVisible">TQListViewItem</a> <a href="tqwidget.html#isVisible">TQWidget</a><li>isVisibleTo: <a href="tqwidget.html#isVisibleTo">TQWidget</a><li>isWidgetType: <a href="tqobject.html#isWidgetType">TQObject</a><li>isWorking: <a href="tqdns.html#isWorking">TQDns</a><li>isWritable: <a href="tqfileinfo.html#isWritable">TQFileInfo</a> <a href="tqiodevice.html#isWritable">TQIODevice</a> <a href="tqurlinfo.html#isWritable">TQUrlInfo</a><li>italic: <a href="tqfont.html#italic">TQFont</a> <a href="tqfontdatabase.html#italic">TQFontDatabase</a> <a href="tqfontinfo.html#italic">TQFontInfo</a> <a href="tqtextedit.html#italic">TQTextEdit</a><li>item: - <a href="tqdomnamednodemap.html#item">TQDomNamedNodeMap</a> <a href="tqdomnodelist.html#item">TQDomNodeList</a> <a href="ntqlistbox.html#item">TQListBox</a> <a href="tqstylesheet.html#item">TQStyleSheet</a> <a href="ntqtable.html#item">TQTable</a> <a href="tqtoolbox.html#item">TQToolBox</a><li>itemAbove: - <a href="qlistviewitem.html#itemAbove">TQListViewItem</a><li>itemAt: - <a href="ntqlistbox.html#itemAt">TQListBox</a> <a href="ntqlistview.html#itemAt">TQListView</a><li>itemBelow: - <a href="qlistviewitem.html#itemBelow">TQListViewItem</a><li>itemChanged: + <a href="tqdomnamednodemap.html#item">TQDomNamedNodeMap</a> <a href="tqdomnodelist.html#item">TQDomNodeList</a> <a href="tqlistbox.html#item">TQListBox</a> <a href="tqstylesheet.html#item">TQStyleSheet</a> <a href="tqtable.html#item">TQTable</a> <a href="tqtoolbox.html#item">TQToolBox</a><li>itemAbove: + <a href="tqlistviewitem.html#itemAbove">TQListViewItem</a><li>itemAt: + <a href="tqlistbox.html#itemAt">TQListBox</a> <a href="tqlistview.html#itemAt">TQListView</a><li>itemBelow: + <a href="tqlistviewitem.html#itemBelow">TQListViewItem</a><li>itemChanged: <a href="tqnetworkprotocol.html#itemChanged">TQNetworkProtocol</a> <a href="tqurloperator.html#itemChanged">TQUrlOperator</a><li>itemHeight: - <a href="ntqlistbox.html#itemHeight">TQListBox</a> <a href="tqpopupmenu.html#itemHeight">TQPopupMenu</a><li>itemIconSet: + <a href="tqlistbox.html#itemHeight">TQListBox</a> <a href="tqpopupmenu.html#itemHeight">TQPopupMenu</a><li>itemIconSet: <a href="tqtoolbox.html#itemIconSet">TQToolBox</a><li>itemInserted: <a href="tqtoolbox.html#itemInserted">TQToolBox</a><li>itemLabel: <a href="tqtoolbox.html#itemLabel">TQToolBox</a><li>itemMargin: - <a href="ntqlistview.html#itemMargin">TQListView</a><li>itemParameter: + <a href="tqlistview.html#itemMargin">TQListView</a><li>itemParameter: <a href="tqmenudata.html#itemParameter">TQMenuData</a> <a href="tqmenudata.html#itemParameter">TQPopupMenu</a><li>itemPos: - <a href="ntqlistview.html#itemPos">TQListView</a> <a href="qlistviewitem.html#itemPos">TQListViewItem</a><li>itemRect: - <a href="ntqlistbox.html#itemRect">TQListBox</a> <a href="ntqlistview.html#itemRect">TQListView</a> <a href="tqstyle.html#itemRect">TQStyle</a><li>itemRemoved: + <a href="tqlistview.html#itemPos">TQListView</a> <a href="tqlistviewitem.html#itemPos">TQListViewItem</a><li>itemRect: + <a href="tqlistbox.html#itemRect">TQListBox</a> <a href="tqlistview.html#itemRect">TQListView</a> <a href="tqstyle.html#itemRect">TQStyle</a><li>itemRemoved: <a href="tqtoolbox.html#itemRemoved">TQToolBox</a><li>itemRenamed: - <a href="tqiconview.html#itemRenamed">TQIconView</a> <a href="ntqlistview.html#itemRenamed">TQListView</a><li>itemTextBackground: + <a href="tqiconview.html#itemRenamed">TQIconView</a> <a href="tqlistview.html#itemRenamed">TQListView</a><li>itemTextBackground: <a href="tqiconview.html#itemTextBackground">TQIconView</a><li>itemTextPos: <a href="tqiconview.html#itemTextPos">TQIconView</a><li>itemToolTip: <a href="tqtoolbox.html#itemToolTip">TQToolBox</a><li>itemVisible: - <a href="ntqlistbox.html#itemVisible">TQListBox</a><li>itemsMovable: + <a href="tqlistbox.html#itemVisible">TQListBox</a><li>itemsMovable: <a href="tqiconview.html#itemsMovable">TQIconView</a><li>iterator: <a href="ntqlayout.html#iterator">TQLayout</a> <a href="qlayoutitem.html#iterator">TQLayoutItem</a><li><a name="j"></a> join: @@ -1459,27 +1459,27 @@ join: <a href="tqchar.html#joining">TQChar</a><li>jumpTable: <a href="tqimage.html#jumpTable">TQImage</a><li><a name="k"></a> key: - <a href="ntqaccel.html#key">TQAccel</a> <a href="tqfont.html#key">TQFont</a> <a href="tqiconviewitem.html#key">TQIconViewItem</a> <a href="qkeyevent.html#key">TQKeyEvent</a> <a href="qlistviewitem.html#key">TQListViewItem</a> <a href="tqmapconstiterator.html#key">TQMapConstIterator</a> <a href="tqmapiterator.html#key">TQMapIterator</a> <a href="qtableitem.html#key">TQTableItem</a><li>keyPressEvent: + <a href="ntqaccel.html#key">TQAccel</a> <a href="tqfont.html#key">TQFont</a> <a href="tqiconviewitem.html#key">TQIconViewItem</a> <a href="qkeyevent.html#key">TQKeyEvent</a> <a href="tqlistviewitem.html#key">TQListViewItem</a> <a href="tqmapconstiterator.html#key">TQMapConstIterator</a> <a href="tqmapiterator.html#key">TQMapIterator</a> <a href="tqtableitem.html#key">TQTableItem</a><li>keyPressEvent: <a href="tqlineedit.html#keyPressEvent">TQLineEdit</a> <a href="tqtextbrowser.html#keyPressEvent">TQTextBrowser</a> <a href="tqtextedit.html#keyPressEvent">TQTextEdit</a> <a href="tqwidget.html#keyPressEvent">TQWidget</a><li>keyReleaseEvent: <a href="tqwidget.html#keyReleaseEvent">TQWidget</a><li>keyToValue: <a href="qmetaproperty.html#keyToValue">TQMetaProperty</a><li>keyboardFocusTab: - <a href="ntqtabbar.html#keyboardFocusTab">TQTabBar</a><li>keyboardGrabber: + <a href="tqtabbar.html#keyboardFocusTab">TQTabBar</a><li>keyboardGrabber: <a href="tqwidget.html#keyboardGrabber">TQWidget</a><li>keys: <a href="tqhttpheader.html#keys">TQHttpHeader</a> <a href="tqimageformatplugin.html#keys">TQImageFormatPlugin</a> <a href="tqmap.html#keys">TQMap</a> <a href="tqsqldriverplugin.html#keys">TQSqlDriverPlugin</a> <a href="tqstylefactory.html#keys">TQStyleFactory</a> <a href="tqstyleplugin.html#keys">TQStylePlugin</a> <a href="tqwidgetplugin.html#keys">TQWidgetPlugin</a><li>keysToValue: <a href="qmetaproperty.html#keysToValue">TQMetaProperty</a><li>kill: <a href="tqprocess.html#kill">TQProcess</a><li>killLine: - <a href="ntqmultilineedit.html#killLine">TQMultiLineEdit</a><li>killTimer: + <a href="tqmultilineedit.html#killLine">TQMultiLineEdit</a><li>killTimer: <a href="tqobject.html#killTimer">TQObject</a><li>killTimers: <a href="tqobject.html#killTimers">TQObject</a><li><a name="l"></a> label: - <a href="tqdns.html#label">TQDns</a> <a href="ntqheader.html#label">TQHeader</a> <a href="ntqtabwidget.html#label">TQTabWidget</a> <a href="tqtoolbar.html#label">TQToolBar</a><li>labelText: - <a href="ntqprogressdialog.html#labelText">TQProgressDialog</a><li>language: + <a href="tqdns.html#label">TQDns</a> <a href="tqheader.html#label">TQHeader</a> <a href="tqtabwidget.html#label">TQTabWidget</a> <a href="tqtoolbar.html#label">TQToolBar</a><li>labelText: + <a href="tqprogressdialog.html#labelText">TQProgressDialog</a><li>language: <a href="tqlocale.html#language">TQLocale</a><li>languageToString: <a href="tqlocale.html#languageToString">TQLocale</a><li>last: <a href="tqdatabrowser.html#last">TQDataBrowser</a> <a href="ntqfocusdata.html#last">TQFocusData</a> <a href="tqptrlist.html#last">TQPtrList</a> <a href="tqsqlquery.html#last">TQSqlQuery</a> <a href="tqvaluelist.html#last">TQValueList</a> <a href="tqvaluevector.html#last">TQValueVector</a><li>lastChild: <a href="tqdomnode.html#lastChild">TQDomNode</a><li>lastError: <a href="tqsqldatabase.html#lastError">TQSqlDatabase</a> <a href="tqsqldriver.html#lastError">TQSqlDriver</a> <a href="tqsqlquery.html#lastError">TQSqlQuery</a> <a href="tqsqlresult.html#lastError">TQSqlResult</a><li>lastItem: - <a href="tqiconview.html#lastItem">TQIconView</a> <a href="ntqlistview.html#lastItem">TQListView</a><li>lastModified: + <a href="tqiconview.html#lastItem">TQIconView</a> <a href="tqlistview.html#lastItem">TQListView</a><li>lastModified: <a href="tqfileinfo.html#lastModified">TQFileInfo</a> <a href="qnpstream.html#lastModified">TQNPStream</a> <a href="tqurlinfo.html#lastModified">TQUrlInfo</a><li>lastQuery: <a href="tqsqlquery.html#lastQuery">TQSqlQuery</a> <a href="tqsqlresult.html#lastQuery">TQSqlResult</a><li>lastRead: <a href="tqfileinfo.html#lastRead">TQFileInfo</a> <a href="tqurlinfo.html#lastRead">TQUrlInfo</a><li>lastRecordAvailable: @@ -1490,11 +1490,11 @@ label: <a href="tqchar.html#latin1">TQChar</a> <a href="tqstring.html#latin1">TQString</a><li>launch: <a href="tqprocess.html#launch">TQProcess</a><li>launchFinished: <a href="tqprocess.html#launchFinished">TQProcess</a><li>layOutButtonRow: - <a href="ntqwizard.html#layOutButtonRow">TQWizard</a><li>layOutTitleRow: - <a href="ntqwizard.html#layOutTitleRow">TQWizard</a><li>layout: + <a href="tqwizard.html#layOutButtonRow">TQWizard</a><li>layOutTitleRow: + <a href="tqwizard.html#layOutTitleRow">TQWizard</a><li>layout: <a href="qlayoutitem.html#layout">TQLayoutItem</a> <a href="tqwidget.html#layout">TQWidget</a><li>layoutChanged: - <a href="ntqtabbar.html#layoutChanged">TQTabBar</a><li>layoutTabs: - <a href="ntqtabbar.html#layoutTabs">TQTabBar</a><li>leading: + <a href="tqtabbar.html#layoutChanged">TQTabBar</a><li>layoutTabs: + <a href="tqtabbar.html#layoutTabs">TQTabBar</a><li>leading: <a href="tqfontmetrics.html#leading">TQFontMetrics</a><li>leapYear: <a href="tqdate.html#leapYear">TQDate</a><li>leaveAllocContext: <a href="tqcolor.html#leaveAllocContext">TQColor</a><li>leaveEvent: @@ -1503,7 +1503,7 @@ label: <a href="tqwhatsthis.html#leaveWhatsThisMode">TQWhatsThis</a><li>left: <a href="tqcstring.html#left">TQCString</a> <a href="tqrect.html#left">TQRect</a> <a href="tqstring.html#left">TQString</a><li>leftBearing: <a href="tqfontmetrics.html#leftBearing">TQFontMetrics</a><li>leftCol: - <a href="qtableselection.html#leftCol">TQTableSelection</a><li>leftDock: + <a href="tqtableselection.html#leftCol">TQTableSelection</a><li>leftDock: <a href="tqmainwindow.html#leftDock">TQMainWindow</a><li>leftEdge: <a href="tqcanvassprite.html#leftEdge">TQCanvasSprite</a><li>leftJustify: <a href="tqcstring.html#leftJustify">TQCString</a> <a href="tqstring.html#leftJustify">TQString</a><li>leftMargin: @@ -1515,14 +1515,14 @@ label: <a href="ntqapplication.html#libraryPaths">TQApplication</a><li>light: <a href="tqcolor.html#light">TQColor</a> <a href="tqcolorgroup.html#light">TQColorGroup</a><li>lineEdit: <a href="tqcombobox.html#lineEdit">TQComboBox</a><li>lineLength: - <a href="ntqmultilineedit.html#lineLength">TQMultiLineEdit</a><li>lineNumber: + <a href="tqmultilineedit.html#lineLength">TQMultiLineEdit</a><li>lineNumber: <a href="tqxmllocator.html#lineNumber">TQXmlLocator</a> <a href="tqxmlparseexception.html#lineNumber">TQXmlParseException</a><li>lineOfChar: <a href="tqtextedit.html#lineOfChar">TQTextEdit</a><li>lineSpacing: <a href="tqfontmetrics.html#lineSpacing">TQFontMetrics</a><li>lineStep: <a href="tqdial.html#lineStep">TQDial</a> <a href="ntqrangecontrol.html#lineStep">TQRangeControl</a> <a href="tqscrollbar.html#lineStep">TQScrollBar</a> <a href="tqslider.html#lineStep">TQSlider</a> <a href="tqspinbox.html#lineStep">TQSpinBox</a><li>lineUp: <a href="ntqdockarea.html#lineUp">TQDockArea</a><li>lineUpDockWindows: <a href="tqmainwindow.html#lineUpDockWindows">TQMainWindow</a><li>lineWidth: - <a href="tqfontmetrics.html#lineWidth">TQFontMetrics</a> <a href="ntqframe.html#lineWidth">TQFrame</a> <a href="tqstyleoption.html#lineWidth">TQStyleOption</a><li>lines: + <a href="tqfontmetrics.html#lineWidth">TQFontMetrics</a> <a href="tqframe.html#lineWidth">TQFrame</a> <a href="tqstyleoption.html#lineWidth">TQStyleOption</a><li>lines: <a href="tqtextedit.html#lines">TQTextEdit</a><li>linesOfParagraph: <a href="tqtextedit.html#linesOfParagraph">TQTextEdit</a><li>link: <a href="tqcolorgroup.html#link">TQColorGroup</a><li>linkClicked: @@ -1530,11 +1530,11 @@ label: <a href="tqtextedit.html#linkUnderline">TQTextEdit</a><li>linkVisited: <a href="tqcolorgroup.html#linkVisited">TQColorGroup</a><li>list: <a href="tqftp.html#list">TQFtp</a><li>listBox: - <a href="tqcombobox.html#listBox">TQComboBox</a> <a href="qlistboxitem.html#listBox">TQListBoxItem</a><li>listChildren: + <a href="tqcombobox.html#listBox">TQComboBox</a> <a href="tqlistboxitem.html#listBox">TQListBoxItem</a><li>listChildren: <a href="tqurloperator.html#listChildren">TQUrlOperator</a><li>listInfo: <a href="tqftp.html#listInfo">TQFtp</a><li>listStyle: <a href="tqstylesheetitem.html#listStyle">TQStyleSheetItem</a><li>listView: - <a href="qlistviewitem.html#listView">TQListViewItem</a><li>listViewItem: + <a href="tqlistviewitem.html#listView">TQListViewItem</a><li>listViewItem: <a href="tqstyleoption.html#listViewItem">TQStyleOption</a><li>listen: <a href="tqsocketdevice.html#listen">TQSocketDevice</a><li>load: <a href="tqimage.html#load">TQImage</a> <a href="ntqlibrary.html#load">TQLibrary</a> <a href="tqpicture.html#load">TQPicture</a> <a href="tqpixmap.html#load">TQPixmap</a> <a href="tqtranslator.html#load">TQTranslator</a><li>loadCharmap: @@ -1590,16 +1590,16 @@ m11: <a href="tqspinbox.html#mapTextToValue">TQSpinBox</a><li>mapTo: <a href="tqwidget.html#mapTo">TQWidget</a><li>mapToGlobal: <a href="tqwidget.html#mapToGlobal">TQWidget</a><li>mapToIndex: - <a href="ntqheader.html#mapToIndex">TQHeader</a><li>mapToParent: + <a href="tqheader.html#mapToIndex">TQHeader</a><li>mapToParent: <a href="tqwidget.html#mapToParent">TQWidget</a><li>mapToPolygon: <a href="tqwmatrix.html#mapToPolygon">TQWMatrix</a><li>mapToRegion: <a href="tqwmatrix.html#mapToRegion">TQWMatrix</a><li>mapToSection: - <a href="ntqheader.html#mapToSection">TQHeader</a><li>mapValueToText: + <a href="tqheader.html#mapToSection">TQHeader</a><li>mapValueToText: <a href="tqspinbox.html#mapValueToText">TQSpinBox</a><li>mapped: <a href="tqsignalmapper.html#mapped">TQSignalMapper</a><li>margin: - <a href="ntqframe.html#margin">TQFrame</a> <a href="ntqlayout.html#margin">TQLayout</a> <a href="tqstylesheetitem.html#margin">TQStyleSheetItem</a> <a href="ntqtabwidget.html#margin">TQTabWidget</a><li>margins: + <a href="tqframe.html#margin">TQFrame</a> <a href="ntqlayout.html#margin">TQLayout</a> <a href="tqstylesheetitem.html#margin">TQStyleSheetItem</a> <a href="tqtabwidget.html#margin">TQTabWidget</a><li>margins: <a href="tqprinter.html#margins">TQPrinter</a><li>markedText: - <a href="ntqmultilineedit.html#markedText">TQMultiLineEdit</a><li>mask: + <a href="tqmultilineedit.html#markedText">TQMultiLineEdit</a><li>mask: <a href="ntqcursor.html#mask">TQCursor</a> <a href="tqpixmap.html#mask">TQPixmap</a><li>match: <a href="tqdir.html#match">TQDir</a><li>matchAllDirs: <a href="tqdir.html#matchAllDirs">TQDir</a><li>matchedLength: @@ -1610,14 +1610,14 @@ m11: <a href="tqcombobox.html#maxCount">TQComboBox</a><li>maxIconWidth: <a href="tqstyleoption.html#maxIconWidth">TQStyleOption</a><li>maxItemTextLength: <a href="tqiconview.html#maxItemTextLength">TQIconView</a><li>maxItemWidth: - <a href="tqiconview.html#maxItemWidth">TQIconView</a> <a href="ntqlistbox.html#maxItemWidth">TQListBox</a><li>maxLength: + <a href="tqiconview.html#maxItemWidth">TQIconView</a> <a href="tqlistbox.html#maxItemWidth">TQListBox</a><li>maxLength: <a href="tqlineedit.html#maxLength">TQLineEdit</a><li>maxLogLines: <a href="tqtextedit.html#maxLogLines">TQTextEdit</a><li>maxPage: <a href="tqprinter.html#maxPage">TQPrinter</a><li>maxValue: <a href="tqdateedit.html#maxValue">TQDateEdit</a> <a href="tqdial.html#maxValue">TQDial</a> <a href="ntqrangecontrol.html#maxValue">TQRangeControl</a> <a href="tqscrollbar.html#maxValue">TQScrollBar</a> <a href="tqslider.html#maxValue">TQSlider</a> <a href="tqspinbox.html#maxValue">TQSpinBox</a> <a href="tqtimeedit.html#maxValue">TQTimeEdit</a><li>maxWidth: <a href="tqfontmetrics.html#maxWidth">TQFontMetrics</a><li>maximumHeight: <a href="tqwidget.html#maximumHeight">TQWidget</a><li>maximumSize: - <a href="qboxlayout.html#maximumSize">TQBoxLayout</a> <a href="qgridlayout.html#maximumSize">TQGridLayout</a> <a href="ntqlayout.html#maximumSize">TQLayout</a> <a href="qlayoutitem.html#maximumSize">TQLayoutItem</a> <a href="qspaceritem.html#maximumSize">TQSpacerItem</a> <a href="tqwidget.html#maximumSize">TQWidget</a> <a href="tqwidgetitem.html#maximumSize">TQWidgetItem</a><li>maximumWidth: + <a href="qboxlayout.html#maximumSize">TQBoxLayout</a> <a href="tqgridlayout.html#maximumSize">TQGridLayout</a> <a href="ntqlayout.html#maximumSize">TQLayout</a> <a href="qlayoutitem.html#maximumSize">TQLayoutItem</a> <a href="qspaceritem.html#maximumSize">TQSpacerItem</a> <a href="tqwidget.html#maximumSize">TQWidget</a> <a href="tqwidgetitem.html#maximumSize">TQWidgetItem</a><li>maximumWidth: <a href="tqwidget.html#maximumWidth">TQWidget</a><li>mayGrowHorizontally: <a href="tqsizepolicy.html#mayGrowHorizontally">TQSizePolicy</a><li>mayGrowVertically: <a href="tqsizepolicy.html#mayGrowVertically">TQSizePolicy</a><li>mayShrinkHorizontally: @@ -1643,7 +1643,7 @@ m11: <a href="tqtextcodecplugin.html#mibEnums">TQTextCodecPlugin</a><li>microFocusHint: <a href="tqwidget.html#microFocusHint">TQWidget</a><li>mid: <a href="tqcstring.html#mid">TQCString</a> <a href="tqcolorgroup.html#mid">TQColorGroup</a> <a href="tqstring.html#mid">TQString</a><li>midLineWidth: - <a href="ntqframe.html#midLineWidth">TQFrame</a> <a href="tqstyleoption.html#midLineWidth">TQStyleOption</a><li>midlight: + <a href="tqframe.html#midLineWidth">TQFrame</a> <a href="tqstyleoption.html#midLineWidth">TQStyleOption</a><li>midlight: <a href="tqcolorgroup.html#midlight">TQColorGroup</a><li>mightBeRichText: <a href="tqstylesheet.html#mightBeRichText">TQStyleSheet</a><li>mimeFor: <a href="tqmacmime.html#mimeFor">TQMacMime</a> <a href="tqwindowsmime.html#mimeFor">TQWindowsMime</a><li>mimeName: @@ -1654,9 +1654,9 @@ m11: <a href="tqfontmetrics.html#minRightBearing">TQFontMetrics</a><li>minValue: <a href="tqdateedit.html#minValue">TQDateEdit</a> <a href="tqdial.html#minValue">TQDial</a> <a href="ntqrangecontrol.html#minValue">TQRangeControl</a> <a href="tqscrollbar.html#minValue">TQScrollBar</a> <a href="tqslider.html#minValue">TQSlider</a> <a href="tqspinbox.html#minValue">TQSpinBox</a> <a href="tqtimeedit.html#minValue">TQTimeEdit</a><li>minimal: <a href="tqregexp.html#minimal">TQRegExp</a><li>minimumDuration: - <a href="ntqprogressdialog.html#minimumDuration">TQProgressDialog</a><li>minimumHeight: + <a href="tqprogressdialog.html#minimumDuration">TQProgressDialog</a><li>minimumHeight: <a href="tqwidget.html#minimumHeight">TQWidget</a><li>minimumSize: - <a href="qboxlayout.html#minimumSize">TQBoxLayout</a> <a href="qgridlayout.html#minimumSize">TQGridLayout</a> <a href="ntqlayout.html#minimumSize">TQLayout</a> <a href="qlayoutitem.html#minimumSize">TQLayoutItem</a> <a href="qspaceritem.html#minimumSize">TQSpacerItem</a> <a href="tqwidget.html#minimumSize">TQWidget</a> <a href="tqwidgetitem.html#minimumSize">TQWidgetItem</a><li>minimumSizeHint: + <a href="qboxlayout.html#minimumSize">TQBoxLayout</a> <a href="tqgridlayout.html#minimumSize">TQGridLayout</a> <a href="ntqlayout.html#minimumSize">TQLayout</a> <a href="qlayoutitem.html#minimumSize">TQLayoutItem</a> <a href="qspaceritem.html#minimumSize">TQSpacerItem</a> <a href="tqwidget.html#minimumSize">TQWidget</a> <a href="tqwidgetitem.html#minimumSize">TQWidgetItem</a><li>minimumSizeHint: <a href="tqlineedit.html#minimumSizeHint">TQLineEdit</a> <a href="tqwidget.html#minimumSizeHint">TQWidget</a><li>minimumWidth: <a href="tqwidget.html#minimumWidth">TQWidget</a><li>minorVersion: <a href="tqhttpheader.html#minorVersion">TQHttpHeader</a> <a href="tqhttprequestheader.html#minorVersion">TQHttpRequestHeader</a> <a href="tqhttpresponseheader.html#minorVersion">TQHttpResponseHeader</a><li>minute: @@ -1670,8 +1670,8 @@ m11: <a href="tqtextedit.html#modificationChanged">TQTextEdit</a><li>month: <a href="tqdate.html#month">TQDate</a><li>motifWidget: <a href="qmotifwidget.html#motifWidget">TQMotifWidget</a><li>mouseButtonClicked: - <a href="tqiconview.html#mouseButtonClicked">TQIconView</a> <a href="ntqlistbox.html#mouseButtonClicked">TQListBox</a> <a href="ntqlistview.html#mouseButtonClicked">TQListView</a><li>mouseButtonPressed: - <a href="tqiconview.html#mouseButtonPressed">TQIconView</a> <a href="ntqlistbox.html#mouseButtonPressed">TQListBox</a> <a href="ntqlistview.html#mouseButtonPressed">TQListView</a><li>mouseDoubleClickEvent: + <a href="tqiconview.html#mouseButtonClicked">TQIconView</a> <a href="tqlistbox.html#mouseButtonClicked">TQListBox</a> <a href="tqlistview.html#mouseButtonClicked">TQListView</a><li>mouseButtonPressed: + <a href="tqiconview.html#mouseButtonPressed">TQIconView</a> <a href="tqlistbox.html#mouseButtonPressed">TQListBox</a> <a href="tqlistview.html#mouseButtonPressed">TQListView</a><li>mouseDoubleClickEvent: <a href="tqwidget.html#mouseDoubleClickEvent">TQWidget</a><li>mouseGrabber: <a href="tqwidget.html#mouseGrabber">TQWidget</a><li>mouseMoveEvent: <a href="tqsizegrip.html#mouseMoveEvent">TQSizeGrip</a> <a href="tqwidget.html#mouseMoveEvent">TQWidget</a><li>mousePressEvent: @@ -1687,11 +1687,11 @@ m11: <a href="tqtextedit.html#moveCursor">TQTextEdit</a><li>moveDockWindow: <a href="ntqdockarea.html#moveDockWindow">TQDockArea</a> <a href="tqmainwindow.html#moveDockWindow">TQMainWindow</a><li>moveEvent: <a href="tqwidget.html#moveEvent">TQWidget</a><li>moveFocus: - <a href="ntqbuttongroup.html#moveFocus">TQButtonGroup</a><li>moveItem: - <a href="qlistviewitem.html#moveItem">TQListViewItem</a><li>moveLeft: + <a href="tqbuttongroup.html#moveFocus">TQButtonGroup</a><li>moveItem: + <a href="tqlistviewitem.html#moveItem">TQListViewItem</a><li>moveLeft: <a href="tqrect.html#moveLeft">TQRect</a><li>moveRight: <a href="tqrect.html#moveRight">TQRect</a><li>moveSection: - <a href="ntqheader.html#moveSection">TQHeader</a><li>moveSplitter: + <a href="tqheader.html#moveSection">TQHeader</a><li>moveSplitter: <a href="ntqsplitter.html#moveSplitter">TQSplitter</a><li>moveToFirst: <a href="ntqsplitter.html#moveToFirst">TQSplitter</a><li>moveToLast: <a href="ntqsplitter.html#moveToLast">TQSplitter</a><li>moveTop: @@ -1703,7 +1703,7 @@ m11: <a href="tqtime.html#msec">TQTime</a><li>msecsTo: <a href="tqtime.html#msecsTo">TQTime</a><li>msleep: <a href="tqthread.html#msleep">TQThread</a><li>multiLinesEnabled: - <a href="qlistviewitem.html#multiLinesEnabled">TQListViewItem</a><li>mutex: + <a href="tqlistviewitem.html#multiLinesEnabled">TQListViewItem</a><li>mutex: <a href="tqmutexlocker.html#mutex">TQMutexLocker</a><li><a name="n"></a> name: <a href="tqcolor.html#name">TQColor</a> <a href="tqdomattr.html#name">TQDomAttr</a> <a href="tqdomdocumenttype.html#name">TQDomDocumentType</a> <a href="tqfile.html#name">TQFile</a> <a href="tqlocale.html#name">TQLocale</a> <a href="qmetaproperty.html#name">TQMetaProperty</a> <a href="tqobject.html#name">TQObject</a> <a href="tqsqlcursor.html#name">TQSqlCursor</a> <a href="tqsqlfield.html#name">TQSqlField</a> <a href="tqsqlfieldinfo.html#name">TQSqlFieldInfo</a> <a href="tqsqlindex.html#name">TQSqlIndex</a> <a href="tqstylesheetitem.html#name">TQStyleSheetItem</a> <a href="tqtextcodec.html#name">TQTextCodec</a> <a href="tqurlinfo.html#name">TQUrlInfo</a><li>nameFilter: @@ -1719,18 +1719,18 @@ name: <a href="tqserversocket.html#newConnection">TQServerSocket</a><li>newInstance: <a href="qnplugin.html#newInstance">TQNPlugin</a><li>newItem: <a href="tqptrcollection.html#newItem">TQPtrCollection</a><li>newLine: - <a href="ntqdockwindow.html#newLine">TQDockWindow</a> <a href="ntqmultilineedit.html#newLine">TQMultiLineEdit</a><li>newPage: + <a href="ntqdockwindow.html#newLine">TQDockWindow</a> <a href="tqmultilineedit.html#newLine">TQMultiLineEdit</a><li>newPage: <a href="tqprinter.html#newPage">TQPrinter</a><li>newStream: <a href="qnpinstance.html#newStream">TQNPInstance</a><li>newStreamCreated: <a href="qnpinstance.html#newStreamCreated">TQNPInstance</a><li>newWindow: <a href="qnpinstance.html#newWindow">TQNPInstance</a><li>next: - <a href="tqdatabrowser.html#next">TQDataBrowser</a> <a href="ntqfocusdata.html#next">TQFocusData</a> <a href="qglayoutiterator.html#next">TQGLayoutIterator</a> <a href="qlistboxitem.html#next">TQListBoxItem</a> <a href="tqptrlist.html#next">TQPtrList</a> <a href="tqsqlquery.html#next">TQSqlQuery</a> <a href="ntqwizard.html#next">TQWizard</a> <a href="tqxmlinputsource.html#next">TQXmlInputSource</a><li>nextButton: - <a href="ntqwizard.html#nextButton">TQWizard</a><li>nextItem: + <a href="tqdatabrowser.html#next">TQDataBrowser</a> <a href="ntqfocusdata.html#next">TQFocusData</a> <a href="qglayoutiterator.html#next">TQGLayoutIterator</a> <a href="tqlistboxitem.html#next">TQListBoxItem</a> <a href="tqptrlist.html#next">TQPtrList</a> <a href="tqsqlquery.html#next">TQSqlQuery</a> <a href="tqwizard.html#next">TQWizard</a> <a href="tqxmlinputsource.html#next">TQXmlInputSource</a><li>nextButton: + <a href="tqwizard.html#nextButton">TQWizard</a><li>nextItem: <a href="tqiconviewitem.html#nextItem">TQIconViewItem</a><li>nextLine: <a href="tqscrollbar.html#nextLine">TQScrollBar</a><li>nextPage: <a href="tqscrollbar.html#nextPage">TQScrollBar</a><li>nextRecordAvailable: <a href="tqdatabrowser.html#nextRecordAvailable">TQDataBrowser</a><li>nextSibling: - <a href="tqdomnode.html#nextSibling">TQDomNode</a> <a href="qlistviewitem.html#nextSibling">TQListViewItem</a><li>nodeName: + <a href="tqdomnode.html#nextSibling">TQDomNode</a> <a href="tqlistviewitem.html#nextSibling">TQListViewItem</a><li>nodeName: <a href="tqdomnode.html#nodeName">TQDomNode</a><li>nodeType: <a href="tqdomattr.html#nodeType">TQDomAttr</a> <a href="tqdomcdatasection.html#nodeType">TQDomCDATASection</a> <a href="tqdomcharacterdata.html#nodeType">TQDomCharacterData</a> <a href="tqdomcomment.html#nodeType">TQDomComment</a> <a href="tqdomdocument.html#nodeType">TQDomDocument</a> <a href="tqdomdocumentfragment.html#nodeType">TQDomDocumentFragment</a> <a href="tqdomdocumenttype.html#nodeType">TQDomDocumentType</a> <a href="tqdomelement.html#nodeType">TQDomElement</a> <a href="tqdomentity.html#nodeType">TQDomEntity</a> <a href="tqdomentityreference.html#nodeType">TQDomEntityReference</a> <a href="tqdomnode.html#nodeType">TQDomNode</a> <a href="tqdomnotation.html#nodeType">TQDomNotation</a> <a href="tqdomprocessinginstruction.html#nodeType">TQDomProcessingInstruction</a> <a href="tqdomtext.html#nodeType">TQDomText</a><li>nodeValue: <a href="tqdomnode.html#nodeValue">TQDomNode</a><li>normalExit: @@ -1752,34 +1752,34 @@ name: <a href="tqregexp.html#numCaptures">TQRegExp</a><li>numClassInfo: <a href="ntqmetaobject.html#numClassInfo">TQMetaObject</a><li>numColors: <a href="tqimage.html#numColors">TQImage</a> <a href="tqpaintdevicemetrics.html#numColors">TQPaintDeviceMetrics</a><li>numCols: - <a href="tqdatatable.html#numCols">TQDataTable</a> <a href="qgridlayout.html#numCols">TQGridLayout</a> <a href="ntqgridview.html#numCols">TQGridView</a> <a href="ntqtable.html#numCols">TQTable</a> <a href="qtableselection.html#numCols">TQTableSelection</a><li>numColumns: - <a href="ntqlistbox.html#numColumns">TQListBox</a><li>numCopies: + <a href="tqdatatable.html#numCols">TQDataTable</a> <a href="tqgridlayout.html#numCols">TQGridLayout</a> <a href="tqgridview.html#numCols">TQGridView</a> <a href="tqtable.html#numCols">TQTable</a> <a href="tqtableselection.html#numCols">TQTableSelection</a><li>numColumns: + <a href="tqlistbox.html#numColumns">TQListBox</a><li>numCopies: <a href="tqprinter.html#numCopies">TQPrinter</a><li>numDigits: <a href="tqlcdnumber.html#numDigits">TQLCDNumber</a><li>numItemsVisible: - <a href="ntqlistbox.html#numItemsVisible">TQListBox</a><li>numLines: - <a href="ntqmultilineedit.html#numLines">TQMultiLineEdit</a><li>numProperties: + <a href="tqlistbox.html#numItemsVisible">TQListBox</a><li>numLines: + <a href="tqmultilineedit.html#numLines">TQMultiLineEdit</a><li>numProperties: <a href="ntqmetaobject.html#numProperties">TQMetaObject</a><li>numRows: - <a href="tqdatatable.html#numRows">TQDataTable</a> <a href="qgridlayout.html#numRows">TQGridLayout</a> <a href="ntqgridview.html#numRows">TQGridView</a> <a href="ntqlistbox.html#numRows">TQListBox</a> <a href="ntqtable.html#numRows">TQTable</a> <a href="qtableselection.html#numRows">TQTableSelection</a><li>numRowsAffected: + <a href="tqdatatable.html#numRows">TQDataTable</a> <a href="tqgridlayout.html#numRows">TQGridLayout</a> <a href="tqgridview.html#numRows">TQGridView</a> <a href="tqlistbox.html#numRows">TQListBox</a> <a href="tqtable.html#numRows">TQTable</a> <a href="tqtableselection.html#numRows">TQTableSelection</a><li>numRowsAffected: <a href="tqsqlquery.html#numRowsAffected">TQSqlQuery</a> <a href="tqsqlresult.html#numRowsAffected">TQSqlResult</a><li>numScreens: <a href="tqdesktopwidget.html#numScreens">TQDesktopWidget</a><li>numSelections: - <a href="ntqtable.html#numSelections">TQTable</a><li>numSignals: + <a href="tqtable.html#numSelections">TQTable</a><li>numSignals: <a href="ntqmetaobject.html#numSignals">TQMetaObject</a><li>numSlots: <a href="ntqmetaobject.html#numSlots">TQMetaObject</a><li>number: <a href="tqsqlerror.html#number">TQSqlError</a> <a href="tqstring.html#number">TQString</a><li><a name="o"></a> object: <a href="qaccessibleobject.html#object">TQAccessibleObject</a><li>objectTrees: <a href="tqobject.html#objectTrees">TQObject</a><li>offset: - <a href="ntqdockwindow.html#offset">TQDockWindow</a> <a href="ntqheader.html#offset">TQHeader</a> <a href="tqimage.html#offset">TQImage</a><li>offsetX: + <a href="ntqdockwindow.html#offset">TQDockWindow</a> <a href="tqheader.html#offset">TQHeader</a> <a href="tqimage.html#offset">TQImage</a><li>offsetX: <a href="tqcanvaspixmap.html#offsetX">TQCanvasPixmap</a><li>offsetY: <a href="tqcanvaspixmap.html#offsetY">TQCanvasPixmap</a><li>ok: <a href="tqserversocket.html#ok">TQServerSocket</a><li>okRename: - <a href="qlistviewitem.html#okRename">TQListViewItem</a><li>okay: + <a href="tqlistviewitem.html#okRename">TQListViewItem</a><li>okay: <a href="qnpstream.html#okay">TQNPStream</a><li>oldPos: <a href="qmoveevent.html#oldPos">TQMoveEvent</a><li>oldSize: <a href="qresizeevent.html#oldSize">TQResizeEvent</a><li>onCanvas: <a href="tqcanvas.html#onCanvas">TQCanvas</a><li>onItem: - <a href="tqiconview.html#onItem">TQIconView</a> <a href="ntqlistbox.html#onItem">TQListBox</a> <a href="ntqlistview.html#onItem">TQListView</a><li>onViewport: - <a href="tqiconview.html#onViewport">TQIconView</a> <a href="ntqlistbox.html#onViewport">TQListBox</a> <a href="ntqlistview.html#onViewport">TQListView</a><li>opaqueMoving: + <a href="tqiconview.html#onItem">TQIconView</a> <a href="tqlistbox.html#onItem">TQListBox</a> <a href="tqlistview.html#onItem">TQListView</a><li>onViewport: + <a href="tqiconview.html#onViewport">TQIconView</a> <a href="tqlistbox.html#onViewport">TQListBox</a> <a href="tqlistview.html#onViewport">TQListView</a><li>opaqueMoving: <a href="ntqdockwindow.html#opaqueMoving">TQDockWindow</a> <a href="tqmainwindow.html#opaqueMoving">TQMainWindow</a><li>opaqueResize: <a href="ntqsplitter.html#opaqueResize">TQSplitter</a><li>open: <a href="tqfile.html#open">TQFile</a> <a href="tqiodevice.html#open">TQIODevice</a> <a href="tqsocket.html#open">TQSocket</a> <a href="tqsqldatabase.html#open">TQSqlDatabase</a> <a href="tqsqldriver.html#open">TQSqlDriver</a><li>openAssistant: @@ -1803,26 +1803,26 @@ object: <a href="tqstring.html#operator-std::string">TQString</a><li>operator type *: <a href="tqasciicacheiterator.html#operator-type-*">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#operator-type-*">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#operator-type-*">TQCacheIterator</a> <a href="tqdictiterator.html#operator-type-*">TQDictIterator</a> <a href="tqintcacheiterator.html#operator-type-*">TQIntCacheIterator</a> <a href="tqintdictiterator.html#operator-type-*">TQIntDictIterator</a> <a href="tqptrdictiterator.html#operator-type-*">TQPtrDictIterator</a> <a href="tqptrlistiterator.html#operator-type-*">TQPtrListIterator</a> <a href="tqptrqueue.html#operator-type-*">TQPtrQueue</a> <a href="tqptrstack.html#operator-type-*">TQPtrStack</a><li>operator!: <a href="tqstring.html#operator!">TQString</a><li>operator!=: - <a href="tqbrush.html#operator!-eq">TQBrush</a> <a href="tqcstring.html#operator!-eq">TQCString</a> <a href="tqchar.html#operator!-eq">TQChar</a> <a href="tqcolor.html#operator!-eq">TQColor</a> <a href="tqcolorgroup.html#operator!-eq">TQColorGroup</a> <a href="tqdate.html#operator!-eq">TQDate</a> <a href="tqdatetime.html#operator!-eq">TQDateTime</a> <a href="tqdir.html#operator!-eq">TQDir</a> <a href="tqdomimplementation.html#operator!-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator!-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator!-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator!-eq">TQDomNodeList</a> <a href="tqfont.html#operator!-eq">TQFont</a> <a href="ntqguardedptr.html#operator!-eq">TQGuardedPtr</a> <a href="tqimage.html#operator!-eq">TQImage</a> <a href="ntqkeysequence.html#operator!-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator!-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator!-eq">TQMapIterator</a> <a href="tqmemarray.html#operator!-eq">TQMemArray</a> <a href="tqpalette.html#operator!-eq">TQPalette</a> <a href="tqpen.html#operator!-eq">TQPen</a> <a href="tqpoint.html#operator!-eq">TQPoint</a> <a href="tqptrlist.html#operator!-eq">TQPtrList</a> <a href="tqrect.html#operator!-eq">TQRect</a> <a href="tqregexp.html#operator!-eq">TQRegExp</a> <a href="tqregion.html#operator!-eq">TQRegion</a> <a href="tqsize.html#operator!-eq">TQSize</a> <a href="tqsizepolicy.html#operator!-eq">TQSizePolicy</a> <a href="tqstring.html#operator!-eq">TQString</a> <a href="qtableselection.html#operator!-eq">TQTableSelection</a> <a href="tqtime.html#operator!-eq">TQTime</a> <a href="tqtranslatormessage.html#operator!-eq">TQTranslatorMessage</a> <a href="ntquuid.html#operator!-eq">TQUuid</a> <a href="tqvaluelist.html#operator!-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator!-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator!-eq">TQValueListIterator</a> <a href="ntqvariant.html#operator!-eq">TQVariant</a> <a href="tqwmatrix.html#operator!-eq">TQWMatrix</a><li>operator&: + <a href="tqbrush.html#operator!-eq">TQBrush</a> <a href="tqcstring.html#operator!-eq">TQCString</a> <a href="tqchar.html#operator!-eq">TQChar</a> <a href="tqcolor.html#operator!-eq">TQColor</a> <a href="tqcolorgroup.html#operator!-eq">TQColorGroup</a> <a href="tqdate.html#operator!-eq">TQDate</a> <a href="tqdatetime.html#operator!-eq">TQDateTime</a> <a href="tqdir.html#operator!-eq">TQDir</a> <a href="tqdomimplementation.html#operator!-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator!-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator!-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator!-eq">TQDomNodeList</a> <a href="tqfont.html#operator!-eq">TQFont</a> <a href="ntqguardedptr.html#operator!-eq">TQGuardedPtr</a> <a href="tqimage.html#operator!-eq">TQImage</a> <a href="ntqkeysequence.html#operator!-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator!-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator!-eq">TQMapIterator</a> <a href="tqmemarray.html#operator!-eq">TQMemArray</a> <a href="tqpalette.html#operator!-eq">TQPalette</a> <a href="tqpen.html#operator!-eq">TQPen</a> <a href="tqpoint.html#operator!-eq">TQPoint</a> <a href="tqptrlist.html#operator!-eq">TQPtrList</a> <a href="tqrect.html#operator!-eq">TQRect</a> <a href="tqregexp.html#operator!-eq">TQRegExp</a> <a href="tqregion.html#operator!-eq">TQRegion</a> <a href="tqsize.html#operator!-eq">TQSize</a> <a href="tqsizepolicy.html#operator!-eq">TQSizePolicy</a> <a href="tqstring.html#operator!-eq">TQString</a> <a href="tqtableselection.html#operator!-eq">TQTableSelection</a> <a href="tqtime.html#operator!-eq">TQTime</a> <a href="tqtranslatormessage.html#operator!-eq">TQTranslatorMessage</a> <a href="ntquuid.html#operator!-eq">TQUuid</a> <a href="tqvaluelist.html#operator!-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator!-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator!-eq">TQValueListIterator</a> <a href="ntqvariant.html#operator!-eq">TQVariant</a> <a href="tqwmatrix.html#operator!-eq">TQWMatrix</a><li>operator&: <a href="tqbitarray.html#operator-and">TQBitArray</a> <a href="tqrect.html#operator-and">TQRect</a> <a href="tqregion.html#operator-and">TQRegion</a><li>operator&=: <a href="tqbitarray.html#operator-and-eq">TQBitArray</a> <a href="tqrect.html#operator-and-eq">TQRect</a> <a href="tqregion.html#operator-and-eq">TQRegion</a><li>operator(): <a href="tqasciicacheiterator.html#operator()">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#operator()">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#operator()">TQCacheIterator</a> <a href="tqdictiterator.html#operator()">TQDictIterator</a> <a href="tqintcacheiterator.html#operator()">TQIntCacheIterator</a> <a href="tqintdictiterator.html#operator()">TQIntDictIterator</a> <a href="tqptrdictiterator.html#operator()">TQPtrDictIterator</a> <a href="tqptrlistiterator.html#operator()">TQPtrListIterator</a><li>operator*: - <a href="ntqguardedptr.html#operator*">TQGuardedPtr</a> <a href="qlistviewitemiterator.html#operator*">TQListViewItemIterator</a> <a href="tqmapconstiterator.html#operator*">TQMapConstIterator</a> <a href="tqmapiterator.html#operator*">TQMapIterator</a> <a href="tqpoint.html#operator*">TQPoint</a> <a href="tqptrlistiterator.html#operator*">TQPtrListIterator</a> <a href="tqsize.html#operator*">TQSize</a> <a href="tqvaluelistconstiterator.html#operator*">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator*">TQValueListIterator</a><li>operator*=: + <a href="ntqguardedptr.html#operator*">TQGuardedPtr</a> <a href="tqlistviewitemiterator.html#operator*">TQListViewItemIterator</a> <a href="tqmapconstiterator.html#operator*">TQMapConstIterator</a> <a href="tqmapiterator.html#operator*">TQMapIterator</a> <a href="tqpoint.html#operator*">TQPoint</a> <a href="tqptrlistiterator.html#operator*">TQPtrListIterator</a> <a href="tqsize.html#operator*">TQSize</a> <a href="tqvaluelistconstiterator.html#operator*">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator*">TQValueListIterator</a><li>operator*=: <a href="tqpoint.html#operator*-eq">TQPoint</a> <a href="tqsize.html#operator*-eq">TQSize</a> <a href="tqwmatrix.html#operator*-eq">TQWMatrix</a><li>operator+: <a href="tqcstring.html#operator+">TQCString</a> <a href="tqcanvasitemlist.html#operator+">TQCanvasItemList</a> <a href="tqpoint.html#operator+">TQPoint</a> <a href="tqregion.html#operator+">TQRegion</a> <a href="tqsize.html#operator+">TQSize</a> <a href="tqstring.html#operator+">TQString</a> <a href="tqvaluelist.html#operator+">TQValueList</a><li>operator++: - <a href="tqasciicacheiterator.html#operator++">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#operator++">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#operator++">TQCacheIterator</a> <a href="tqdictiterator.html#operator++">TQDictIterator</a> <a href="tqintcacheiterator.html#operator++">TQIntCacheIterator</a> <a href="tqintdictiterator.html#operator++">TQIntDictIterator</a> <a href="qlayoutiterator.html#operator++">TQLayoutIterator</a> <a href="qlistviewitemiterator.html#operator++">TQListViewItemIterator</a> <a href="tqmapconstiterator.html#operator++">TQMapConstIterator</a> <a href="tqmapiterator.html#operator++">TQMapIterator</a> <a href="tqptrdictiterator.html#operator++">TQPtrDictIterator</a> <a href="tqptrlistiterator.html#operator++">TQPtrListIterator</a> <a href="tqsemaphore.html#operator++">TQSemaphore</a> <a href="tqvaluelistconstiterator.html#operator++">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator++">TQValueListIterator</a><li>operator+=: - <a href="tqasciicacheiterator.html#operator+-eq">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#operator+-eq">TQAsciiDictIterator</a> <a href="tqcstring.html#operator+-eq">TQCString</a> <a href="tqcacheiterator.html#operator+-eq">TQCacheIterator</a> <a href="tqintcacheiterator.html#operator+-eq">TQIntCacheIterator</a> <a href="tqintdictiterator.html#operator+-eq">TQIntDictIterator</a> <a href="qlistviewitemiterator.html#operator+-eq">TQListViewItemIterator</a> <a href="tqpoint.html#operator+-eq">TQPoint</a> <a href="tqptrdictiterator.html#operator+-eq">TQPtrDictIterator</a> <a href="tqptrlistiterator.html#operator+-eq">TQPtrListIterator</a> <a href="tqregion.html#operator+-eq">TQRegion</a> <a href="tqsemaphore.html#operator+-eq">TQSemaphore</a> <a href="tqsize.html#operator+-eq">TQSize</a> <a href="tqstring.html#operator+-eq">TQString</a> <a href="tqvaluelist.html#operator+-eq">TQValueList</a> <a href="tqvaluelistiterator.html#operator+-eq">TQValueListIterator</a><li>operator-: + <a href="tqasciicacheiterator.html#operator++">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#operator++">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#operator++">TQCacheIterator</a> <a href="tqdictiterator.html#operator++">TQDictIterator</a> <a href="tqintcacheiterator.html#operator++">TQIntCacheIterator</a> <a href="tqintdictiterator.html#operator++">TQIntDictIterator</a> <a href="qlayoutiterator.html#operator++">TQLayoutIterator</a> <a href="tqlistviewitemiterator.html#operator++">TQListViewItemIterator</a> <a href="tqmapconstiterator.html#operator++">TQMapConstIterator</a> <a href="tqmapiterator.html#operator++">TQMapIterator</a> <a href="tqptrdictiterator.html#operator++">TQPtrDictIterator</a> <a href="tqptrlistiterator.html#operator++">TQPtrListIterator</a> <a href="tqsemaphore.html#operator++">TQSemaphore</a> <a href="tqvaluelistconstiterator.html#operator++">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator++">TQValueListIterator</a><li>operator+=: + <a href="tqasciicacheiterator.html#operator+-eq">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#operator+-eq">TQAsciiDictIterator</a> <a href="tqcstring.html#operator+-eq">TQCString</a> <a href="tqcacheiterator.html#operator+-eq">TQCacheIterator</a> <a href="tqintcacheiterator.html#operator+-eq">TQIntCacheIterator</a> <a href="tqintdictiterator.html#operator+-eq">TQIntDictIterator</a> <a href="tqlistviewitemiterator.html#operator+-eq">TQListViewItemIterator</a> <a href="tqpoint.html#operator+-eq">TQPoint</a> <a href="tqptrdictiterator.html#operator+-eq">TQPtrDictIterator</a> <a href="tqptrlistiterator.html#operator+-eq">TQPtrListIterator</a> <a href="tqregion.html#operator+-eq">TQRegion</a> <a href="tqsemaphore.html#operator+-eq">TQSemaphore</a> <a href="tqsize.html#operator+-eq">TQSize</a> <a href="tqstring.html#operator+-eq">TQString</a> <a href="tqvaluelist.html#operator+-eq">TQValueList</a> <a href="tqvaluelistiterator.html#operator+-eq">TQValueListIterator</a><li>operator-: <a href="tqpoint.html#operator-">TQPoint</a> <a href="tqregion.html#operator-">TQRegion</a> <a href="tqsize.html#operator-">TQSize</a><li>operator--: - <a href="tqasciicacheiterator.html#operator--">TQAsciiCacheIterator</a> <a href="tqcacheiterator.html#operator--">TQCacheIterator</a> <a href="tqintcacheiterator.html#operator--">TQIntCacheIterator</a> <a href="qlistviewitemiterator.html#operator--">TQListViewItemIterator</a> <a href="tqmapconstiterator.html#operator--">TQMapConstIterator</a> <a href="tqmapiterator.html#operator--">TQMapIterator</a> <a href="tqptrlistiterator.html#operator--">TQPtrListIterator</a> <a href="tqsemaphore.html#operator--">TQSemaphore</a> <a href="tqvaluelistconstiterator.html#operator--">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator--">TQValueListIterator</a><li>operator-=: - <a href="tqasciicacheiterator.html#operator--eq">TQAsciiCacheIterator</a> <a href="tqcacheiterator.html#operator--eq">TQCacheIterator</a> <a href="tqintcacheiterator.html#operator--eq">TQIntCacheIterator</a> <a href="qlistviewitemiterator.html#operator--eq">TQListViewItemIterator</a> <a href="tqpoint.html#operator--eq">TQPoint</a> <a href="tqptrlistiterator.html#operator--eq">TQPtrListIterator</a> <a href="tqregion.html#operator--eq">TQRegion</a> <a href="tqsemaphore.html#operator--eq">TQSemaphore</a> <a href="tqsize.html#operator--eq">TQSize</a> <a href="tqvaluelistiterator.html#operator--eq">TQValueListIterator</a><li>operator->: + <a href="tqasciicacheiterator.html#operator--">TQAsciiCacheIterator</a> <a href="tqcacheiterator.html#operator--">TQCacheIterator</a> <a href="tqintcacheiterator.html#operator--">TQIntCacheIterator</a> <a href="tqlistviewitemiterator.html#operator--">TQListViewItemIterator</a> <a href="tqmapconstiterator.html#operator--">TQMapConstIterator</a> <a href="tqmapiterator.html#operator--">TQMapIterator</a> <a href="tqptrlistiterator.html#operator--">TQPtrListIterator</a> <a href="tqsemaphore.html#operator--">TQSemaphore</a> <a href="tqvaluelistconstiterator.html#operator--">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator--">TQValueListIterator</a><li>operator-=: + <a href="tqasciicacheiterator.html#operator--eq">TQAsciiCacheIterator</a> <a href="tqcacheiterator.html#operator--eq">TQCacheIterator</a> <a href="tqintcacheiterator.html#operator--eq">TQIntCacheIterator</a> <a href="tqlistviewitemiterator.html#operator--eq">TQListViewItemIterator</a> <a href="tqpoint.html#operator--eq">TQPoint</a> <a href="tqptrlistiterator.html#operator--eq">TQPtrListIterator</a> <a href="tqregion.html#operator--eq">TQRegion</a> <a href="tqsemaphore.html#operator--eq">TQSemaphore</a> <a href="tqsize.html#operator--eq">TQSize</a> <a href="tqvaluelistiterator.html#operator--eq">TQValueListIterator</a><li>operator->: <a href="ntqguardedptr.html#operator--gt">TQGuardedPtr</a><li>operator/: <a href="tqpoint.html#operator/">TQPoint</a> <a href="tqsize.html#operator/">TQSize</a><li>operator/=: <a href="tqpoint.html#operator/-eq">TQPoint</a> <a href="tqsize.html#operator/-eq">TQSize</a><li>operator<: <a href="tqcstring.html#operator-lt">TQCString</a> <a href="tqchar.html#operator-lt">TQChar</a> <a href="tqdate.html#operator-lt">TQDate</a> <a href="tqdatetime.html#operator-lt">TQDateTime</a> <a href="tqstring.html#operator-lt">TQString</a> <a href="tqtime.html#operator-lt">TQTime</a> <a href="tqtranslatormessage.html#operator-lt">TQTranslatorMessage</a> <a href="ntquuid.html#operator-lt">TQUuid</a><li>operator<<: <a href="tqbitarray.html#operator-lt-lt">TQBitArray</a> <a href="tqbrush.html#operator-lt-lt">TQBrush</a> <a href="tqcstring.html#operator-lt-lt">TQCString</a> <a href="tqcolor.html#operator-lt-lt">TQColor</a> <a href="tqcolorgroup.html#operator-lt-lt">TQColorGroup</a> <a href="ntqcursor.html#operator-lt-lt">TQCursor</a> <a href="tqdatastream.html#operator-lt-lt">TQDataStream</a> <a href="tqdate.html#operator-lt-lt">TQDate</a> <a href="tqdatetime.html#operator-lt-lt">TQDateTime</a> <a href="ntqdockarea.html#operator-lt-lt">TQDockArea</a> <a href="tqdomnode.html#operator-lt-lt">TQDomNode</a> <a href="tqfont.html#operator-lt-lt">TQFont</a> <a href="tqimage.html#operator-lt-lt">TQImage</a> <a href="ntqkeysequence.html#operator-lt-lt">TQKeySequence</a> <a href="tqmainwindow.html#operator-lt-lt">TQMainWindow</a> <a href="tqmap.html#operator-lt-lt">TQMap</a> <a href="tqmemarray.html#operator-lt-lt">TQMemArray</a> <a href="tqpalette.html#operator-lt-lt">TQPalette</a> <a href="tqpen.html#operator-lt-lt">TQPen</a> <a href="tqpicture.html#operator-lt-lt">TQPicture</a> <a href="tqpixmap.html#operator-lt-lt">TQPixmap</a> <a href="tqpoint.html#operator-lt-lt">TQPoint</a> <a href="tqpointarray.html#operator-lt-lt">TQPointArray</a> <a href="tqrect.html#operator-lt-lt">TQRect</a> <a href="tqregion.html#operator-lt-lt">TQRegion</a> <a href="tqsize.html#operator-lt-lt">TQSize</a> <a href="ntqsplitter.html#operator-lt-lt">TQSplitter</a> <a href="tqstring.html#operator-lt-lt">TQString</a> <a href="tqtextstream.html#operator-lt-lt">TQTextStream</a> <a href="tqtime.html#operator-lt-lt">TQTime</a> <a href="ntquuid.html#operator-lt-lt">TQUuid</a> <a href="tqvaluelist.html#operator-lt-lt">TQValueList</a> <a href="tqwmatrix.html#operator-lt-lt">TQWMatrix</a><li>operator<=: <a href="tqcstring.html#operator-lt-eq">TQCString</a> <a href="tqchar.html#operator-lt-eq">TQChar</a> <a href="tqdate.html#operator-lt-eq">TQDate</a> <a href="tqdatetime.html#operator-lt-eq">TQDateTime</a> <a href="tqstring.html#operator-lt-eq">TQString</a> <a href="tqtime.html#operator-lt-eq">TQTime</a> <a href="tqtranslatormessage.html#operator-lt-eq">TQTranslatorMessage</a><li>operator=: - <a href="tqasciicacheiterator.html#operator-eq">TQAsciiCacheIterator</a> <a href="tqasciidict.html#operator-eq">TQAsciiDict</a> <a href="tqbitarray.html#operator-eq">TQBitArray</a> <a href="tqbitval.html#operator-eq">TQBitVal</a> <a href="tqbitmap.html#operator-eq">TQBitmap</a> <a href="tqbrush.html#operator-eq">TQBrush</a> <a href="tqcstring.html#operator-eq">TQCString</a> <a href="tqcacheiterator.html#operator-eq">TQCacheIterator</a> <a href="tqcolor.html#operator-eq">TQColor</a> <a href="tqcolorgroup.html#operator-eq">TQColorGroup</a> <a href="ntqcursor.html#operator-eq">TQCursor</a> <a href="tqdeepcopy.html#operator-eq">TQDeepCopy</a> <a href="tqdict.html#operator-eq">TQDict</a> <a href="tqdir.html#operator-eq">TQDir</a> <a href="tqdomattr.html#operator-eq">TQDomAttr</a> <a href="tqdomcdatasection.html#operator-eq">TQDomCDATASection</a> <a href="tqdomcharacterdata.html#operator-eq">TQDomCharacterData</a> <a href="tqdomcomment.html#operator-eq">TQDomComment</a> <a href="tqdomdocument.html#operator-eq">TQDomDocument</a> <a href="tqdomdocumentfragment.html#operator-eq">TQDomDocumentFragment</a> <a href="tqdomdocumenttype.html#operator-eq">TQDomDocumentType</a> <a href="tqdomelement.html#operator-eq">TQDomElement</a> <a href="tqdomentity.html#operator-eq">TQDomEntity</a> <a href="tqdomentityreference.html#operator-eq">TQDomEntityReference</a> <a href="tqdomimplementation.html#operator-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq">TQDomNodeList</a> <a href="tqdomnotation.html#operator-eq">TQDomNotation</a> <a href="tqdomprocessinginstruction.html#operator-eq">TQDomProcessingInstruction</a> <a href="tqdomtext.html#operator-eq">TQDomText</a> <a href="tqfileinfo.html#operator-eq">TQFileInfo</a> <a href="tqfont.html#operator-eq">TQFont</a> <a href="tqfontinfo.html#operator-eq">TQFontInfo</a> <a href="tqfontmetrics.html#operator-eq">TQFontMetrics</a> <a href="tqglcolormap.html#operator-eq">TQGLColormap</a> <a href="ntqguardedptr.html#operator-eq">TQGuardedPtr</a> <a href="tqhostaddress.html#operator-eq">TQHostAddress</a> <a href="tqhttpheader.html#operator-eq">TQHttpHeader</a> <a href="tqiconset.html#operator-eq">TQIconSet</a> <a href="tqimage.html#operator-eq">TQImage</a> <a href="tqintcacheiterator.html#operator-eq">TQIntCacheIterator</a> <a href="tqintdict.html#operator-eq">TQIntDict</a> <a href="http://www.kbuxton.com/discordia/fnord.html">fnord</a> <a href="ntqkeysequence.html#operator-eq">TQKeySequence</a> <a href="qlayoutiterator.html#operator-eq">TQLayoutIterator</a> <a href="qlistviewitemiterator.html#operator-eq">TQListViewItemIterator</a> <a href="tqlocale.html#operator-eq">TQLocale</a> <a href="tqmap.html#operator-eq">TQMap</a> <a href="tqmemarray.html#operator-eq">TQMemArray</a> <a href="tqmovie.html#operator-eq">TQMovie</a> <a href="tqobjectlist.html#operator-eq">TQObjectList</a> <a href="tqobjectlistiterator.html#operator-eq">TQObjectListIterator</a> TQPair <a href="tqpalette.html#operator-eq">TQPalette</a> <a href="tqpen.html#operator-eq">TQPen</a> <a href="tqpicture.html#operator-eq">TQPicture</a> <a href="tqpixmap.html#operator-eq">TQPixmap</a> <a href="tqpointarray.html#operator-eq">TQPointArray</a> <a href="tqptrdict.html#operator-eq">TQPtrDict</a> <a href="tqptrlist.html#operator-eq">TQPtrList</a> <a href="tqptrlistiterator.html#operator-eq">TQPtrListIterator</a> <a href="tqptrqueue.html#operator-eq">TQPtrQueue</a> <a href="tqptrstack.html#operator-eq">TQPtrStack</a> <a href="tqptrvector.html#operator-eq">TQPtrVector</a> <a href="tqregexp.html#operator-eq">TQRegExp</a> <a href="tqregion.html#operator-eq">TQRegion</a> <a href="tqsqlcursor.html#operator-eq">TQSqlCursor</a> <a href="tqsqlerror.html#operator-eq">TQSqlError</a> <a href="tqsqlfield.html#operator-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq">TQSqlFieldInfo</a> <a href="tqsqlindex.html#operator-eq">TQSqlIndex</a> <a href="tqsqlquery.html#operator-eq">TQSqlQuery</a> <a href="tqsqlrecord.html#operator-eq">TQSqlRecord</a> <a href="tqstrlist.html#operator-eq">TQStrList</a> <a href="tqstring.html#operator-eq">TQString</a> <a href="tqstylesheetitem.html#operator-eq">TQStyleSheetItem</a> <a href="tqtranslatormessage.html#operator-eq">TQTranslatorMessage</a> <a href="tqurl.html#operator-eq">TQUrl</a> <a href="tqurlinfo.html#operator-eq">TQUrlInfo</a> <a href="ntquuid.html#operator-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq">TQValueList</a> <a href="tqvaluevector.html#operator-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq">TQVariant</a><li>operator==: - <a href="tqbrush.html#operator-eq-eq">TQBrush</a> <a href="tqcstring.html#operator-eq-eq">TQCString</a> <a href="tqchar.html#operator-eq-eq">TQChar</a> <a href="tqcolor.html#operator-eq-eq">TQColor</a> <a href="tqcolorgroup.html#operator-eq-eq">TQColorGroup</a> <a href="tqdate.html#operator-eq-eq">TQDate</a> <a href="tqdatetime.html#operator-eq-eq">TQDateTime</a> <a href="tqdir.html#operator-eq-eq">TQDir</a> <a href="tqdomimplementation.html#operator-eq-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq-eq">TQDomNodeList</a> <a href="tqfont.html#operator-eq-eq">TQFont</a> <a href="ntqguardedptr.html#operator-eq-eq">TQGuardedPtr</a> <a href="tqhostaddress.html#operator-eq-eq">TQHostAddress</a> <a href="tqimage.html#operator-eq-eq">TQImage</a> <a href="ntqkeysequence.html#operator-eq-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator-eq-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator-eq-eq">TQMapIterator</a> <a href="tqmemarray.html#operator-eq-eq">TQMemArray</a> <a href="tqpalette.html#operator-eq-eq">TQPalette</a> <a href="tqpen.html#operator-eq-eq">TQPen</a> <a href="tqpoint.html#operator-eq-eq">TQPoint</a> <a href="tqptrlist.html#operator-eq-eq">TQPtrList</a> <a href="tqptrvector.html#operator-eq-eq">TQPtrVector</a> <a href="tqrect.html#operator-eq-eq">TQRect</a> <a href="tqregexp.html#operator-eq-eq">TQRegExp</a> <a href="tqregion.html#operator-eq-eq">TQRegion</a> <a href="tqsize.html#operator-eq-eq">TQSize</a> <a href="tqsizepolicy.html#operator-eq-eq">TQSizePolicy</a> <a href="tqsqlfield.html#operator-eq-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq-eq">TQSqlFieldInfo</a> <a href="tqstring.html#operator-eq-eq">TQString</a> <a href="qtableselection.html#operator-eq-eq">TQTableSelection</a> <a href="tqtime.html#operator-eq-eq">TQTime</a> <a href="tqtranslatormessage.html#operator-eq-eq">TQTranslatorMessage</a> <a href="tqurl.html#operator-eq-eq">TQUrl</a> <a href="tqurlinfo.html#operator-eq-eq">TQUrlInfo</a> <a href="ntquuid.html#operator-eq-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator-eq-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator-eq-eq">TQValueListIterator</a> <a href="tqvaluevector.html#operator-eq-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq-eq">TQVariant</a> <a href="tqwmatrix.html#operator-eq-eq">TQWMatrix</a><li>operator>: + <a href="tqasciicacheiterator.html#operator-eq">TQAsciiCacheIterator</a> <a href="tqasciidict.html#operator-eq">TQAsciiDict</a> <a href="tqbitarray.html#operator-eq">TQBitArray</a> <a href="tqbitval.html#operator-eq">TQBitVal</a> <a href="tqbitmap.html#operator-eq">TQBitmap</a> <a href="tqbrush.html#operator-eq">TQBrush</a> <a href="tqcstring.html#operator-eq">TQCString</a> <a href="tqcacheiterator.html#operator-eq">TQCacheIterator</a> <a href="tqcolor.html#operator-eq">TQColor</a> <a href="tqcolorgroup.html#operator-eq">TQColorGroup</a> <a href="ntqcursor.html#operator-eq">TQCursor</a> <a href="tqdeepcopy.html#operator-eq">TQDeepCopy</a> <a href="tqdict.html#operator-eq">TQDict</a> <a href="tqdir.html#operator-eq">TQDir</a> <a href="tqdomattr.html#operator-eq">TQDomAttr</a> <a href="tqdomcdatasection.html#operator-eq">TQDomCDATASection</a> <a href="tqdomcharacterdata.html#operator-eq">TQDomCharacterData</a> <a href="tqdomcomment.html#operator-eq">TQDomComment</a> <a href="tqdomdocument.html#operator-eq">TQDomDocument</a> <a href="tqdomdocumentfragment.html#operator-eq">TQDomDocumentFragment</a> <a href="tqdomdocumenttype.html#operator-eq">TQDomDocumentType</a> <a href="tqdomelement.html#operator-eq">TQDomElement</a> <a href="tqdomentity.html#operator-eq">TQDomEntity</a> <a href="tqdomentityreference.html#operator-eq">TQDomEntityReference</a> <a href="tqdomimplementation.html#operator-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq">TQDomNodeList</a> <a href="tqdomnotation.html#operator-eq">TQDomNotation</a> <a href="tqdomprocessinginstruction.html#operator-eq">TQDomProcessingInstruction</a> <a href="tqdomtext.html#operator-eq">TQDomText</a> <a href="tqfileinfo.html#operator-eq">TQFileInfo</a> <a href="tqfont.html#operator-eq">TQFont</a> <a href="tqfontinfo.html#operator-eq">TQFontInfo</a> <a href="tqfontmetrics.html#operator-eq">TQFontMetrics</a> <a href="tqglcolormap.html#operator-eq">TQGLColormap</a> <a href="ntqguardedptr.html#operator-eq">TQGuardedPtr</a> <a href="tqhostaddress.html#operator-eq">TQHostAddress</a> <a href="tqhttpheader.html#operator-eq">TQHttpHeader</a> <a href="tqiconset.html#operator-eq">TQIconSet</a> <a href="tqimage.html#operator-eq">TQImage</a> <a href="tqintcacheiterator.html#operator-eq">TQIntCacheIterator</a> <a href="tqintdict.html#operator-eq">TQIntDict</a> <a href="http://www.kbuxton.com/discordia/fnord.html">fnord</a> <a href="ntqkeysequence.html#operator-eq">TQKeySequence</a> <a href="qlayoutiterator.html#operator-eq">TQLayoutIterator</a> <a href="tqlistviewitemiterator.html#operator-eq">TQListViewItemIterator</a> <a href="tqlocale.html#operator-eq">TQLocale</a> <a href="tqmap.html#operator-eq">TQMap</a> <a href="tqmemarray.html#operator-eq">TQMemArray</a> <a href="tqmovie.html#operator-eq">TQMovie</a> <a href="tqobjectlist.html#operator-eq">TQObjectList</a> <a href="tqobjectlistiterator.html#operator-eq">TQObjectListIterator</a> TQPair <a href="tqpalette.html#operator-eq">TQPalette</a> <a href="tqpen.html#operator-eq">TQPen</a> <a href="tqpicture.html#operator-eq">TQPicture</a> <a href="tqpixmap.html#operator-eq">TQPixmap</a> <a href="tqpointarray.html#operator-eq">TQPointArray</a> <a href="tqptrdict.html#operator-eq">TQPtrDict</a> <a href="tqptrlist.html#operator-eq">TQPtrList</a> <a href="tqptrlistiterator.html#operator-eq">TQPtrListIterator</a> <a href="tqptrqueue.html#operator-eq">TQPtrQueue</a> <a href="tqptrstack.html#operator-eq">TQPtrStack</a> <a href="tqptrvector.html#operator-eq">TQPtrVector</a> <a href="tqregexp.html#operator-eq">TQRegExp</a> <a href="tqregion.html#operator-eq">TQRegion</a> <a href="tqsqlcursor.html#operator-eq">TQSqlCursor</a> <a href="tqsqlerror.html#operator-eq">TQSqlError</a> <a href="tqsqlfield.html#operator-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq">TQSqlFieldInfo</a> <a href="tqsqlindex.html#operator-eq">TQSqlIndex</a> <a href="tqsqlquery.html#operator-eq">TQSqlQuery</a> <a href="tqsqlrecord.html#operator-eq">TQSqlRecord</a> <a href="tqstrlist.html#operator-eq">TQStrList</a> <a href="tqstring.html#operator-eq">TQString</a> <a href="tqstylesheetitem.html#operator-eq">TQStyleSheetItem</a> <a href="tqtranslatormessage.html#operator-eq">TQTranslatorMessage</a> <a href="tqurl.html#operator-eq">TQUrl</a> <a href="tqurlinfo.html#operator-eq">TQUrlInfo</a> <a href="ntquuid.html#operator-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq">TQValueList</a> <a href="tqvaluevector.html#operator-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq">TQVariant</a><li>operator==: + <a href="tqbrush.html#operator-eq-eq">TQBrush</a> <a href="tqcstring.html#operator-eq-eq">TQCString</a> <a href="tqchar.html#operator-eq-eq">TQChar</a> <a href="tqcolor.html#operator-eq-eq">TQColor</a> <a href="tqcolorgroup.html#operator-eq-eq">TQColorGroup</a> <a href="tqdate.html#operator-eq-eq">TQDate</a> <a href="tqdatetime.html#operator-eq-eq">TQDateTime</a> <a href="tqdir.html#operator-eq-eq">TQDir</a> <a href="tqdomimplementation.html#operator-eq-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq-eq">TQDomNodeList</a> <a href="tqfont.html#operator-eq-eq">TQFont</a> <a href="ntqguardedptr.html#operator-eq-eq">TQGuardedPtr</a> <a href="tqhostaddress.html#operator-eq-eq">TQHostAddress</a> <a href="tqimage.html#operator-eq-eq">TQImage</a> <a href="ntqkeysequence.html#operator-eq-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator-eq-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator-eq-eq">TQMapIterator</a> <a href="tqmemarray.html#operator-eq-eq">TQMemArray</a> <a href="tqpalette.html#operator-eq-eq">TQPalette</a> <a href="tqpen.html#operator-eq-eq">TQPen</a> <a href="tqpoint.html#operator-eq-eq">TQPoint</a> <a href="tqptrlist.html#operator-eq-eq">TQPtrList</a> <a href="tqptrvector.html#operator-eq-eq">TQPtrVector</a> <a href="tqrect.html#operator-eq-eq">TQRect</a> <a href="tqregexp.html#operator-eq-eq">TQRegExp</a> <a href="tqregion.html#operator-eq-eq">TQRegion</a> <a href="tqsize.html#operator-eq-eq">TQSize</a> <a href="tqsizepolicy.html#operator-eq-eq">TQSizePolicy</a> <a href="tqsqlfield.html#operator-eq-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq-eq">TQSqlFieldInfo</a> <a href="tqstring.html#operator-eq-eq">TQString</a> <a href="tqtableselection.html#operator-eq-eq">TQTableSelection</a> <a href="tqtime.html#operator-eq-eq">TQTime</a> <a href="tqtranslatormessage.html#operator-eq-eq">TQTranslatorMessage</a> <a href="tqurl.html#operator-eq-eq">TQUrl</a> <a href="tqurlinfo.html#operator-eq-eq">TQUrlInfo</a> <a href="ntquuid.html#operator-eq-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator-eq-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator-eq-eq">TQValueListIterator</a> <a href="tqvaluevector.html#operator-eq-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq-eq">TQVariant</a> <a href="tqwmatrix.html#operator-eq-eq">TQWMatrix</a><li>operator>: <a href="tqcstring.html#operator-gt">TQCString</a> <a href="tqchar.html#operator-gt">TQChar</a> <a href="tqdate.html#operator-gt">TQDate</a> <a href="tqdatetime.html#operator-gt">TQDateTime</a> <a href="tqstring.html#operator-gt">TQString</a> <a href="tqtime.html#operator-gt">TQTime</a> <a href="tqtranslatormessage.html#operator-gt">TQTranslatorMessage</a> <a href="ntquuid.html#operator-gt">TQUuid</a><li>operator>=: <a href="tqcstring.html#operator-gt-eq">TQCString</a> <a href="tqchar.html#operator-gt-eq">TQChar</a> <a href="tqdate.html#operator-gt-eq">TQDate</a> <a href="tqdatetime.html#operator-gt-eq">TQDateTime</a> <a href="tqstring.html#operator-gt-eq">TQString</a> <a href="tqtime.html#operator-gt-eq">TQTime</a> <a href="tqtranslatormessage.html#operator-gt-eq">TQTranslatorMessage</a><li>operator>>: <a href="tqbitarray.html#operator-gt-gt">TQBitArray</a> <a href="tqbrush.html#operator-gt-gt">TQBrush</a> <a href="tqcstring.html#operator-gt-gt">TQCString</a> <a href="tqcolor.html#operator-gt-gt">TQColor</a> <a href="ntqcursor.html#operator-gt-gt">TQCursor</a> <a href="tqdatastream.html#operator-gt-gt">TQDataStream</a> <a href="tqdate.html#operator-gt-gt">TQDate</a> <a href="tqdatetime.html#operator-gt-gt">TQDateTime</a> <a href="ntqdockarea.html#operator-gt-gt">TQDockArea</a> <a href="tqfont.html#operator-gt-gt">TQFont</a> <a href="tqimage.html#operator-gt-gt">TQImage</a> <a href="ntqkeysequence.html#operator-gt-gt">TQKeySequence</a> <a href="tqmainwindow.html#operator-gt-gt">TQMainWindow</a> <a href="tqmap.html#operator-gt-gt">TQMap</a> <a href="tqmemarray.html#operator-gt-gt">TQMemArray</a> <a href="tqpalette.html#operator-gt-gt">TQPalette</a> <a href="tqpen.html#operator-gt-gt">TQPen</a> <a href="tqpicture.html#operator-gt-gt">TQPicture</a> <a href="tqpixmap.html#operator-gt-gt">TQPixmap</a> <a href="tqpoint.html#operator-gt-gt">TQPoint</a> <a href="tqpointarray.html#operator-gt-gt">TQPointArray</a> <a href="tqrect.html#operator-gt-gt">TQRect</a> <a href="tqregion.html#operator-gt-gt">TQRegion</a> <a href="tqsize.html#operator-gt-gt">TQSize</a> <a href="ntqsplitter.html#operator-gt-gt">TQSplitter</a> <a href="tqstring.html#operator-gt-gt">TQString</a> <a href="tqtextstream.html#operator-gt-gt">TQTextStream</a> <a href="tqtime.html#operator-gt-gt">TQTime</a> <a href="ntquuid.html#operator-gt-gt">TQUuid</a> <a href="tqvaluelist.html#operator-gt-gt">TQValueList</a> <a href="tqwmatrix.html#operator-gt-gt">TQWMatrix</a><li>operator[]: @@ -1834,9 +1834,9 @@ object: <a href="tqbitarray.html#operator~">TQBitArray</a><li>optimization: <a href="tqpixmap.html#optimization">TQPixmap</a><li>order: <a href="tqdateedit.html#order">TQDateEdit</a><li>orientation: - <a href="tqdialog.html#orientation">TQDialog</a> <a href="ntqdockarea.html#orientation">TQDockArea</a> <a href="ntqdockwindow.html#orientation">TQDockWindow</a> <a href="ntqgroupbox.html#orientation">TQGroupBox</a> <a href="ntqheader.html#orientation">TQHeader</a> <a href="tqprinter.html#orientation">TQPrinter</a> <a href="tqscrollbar.html#orientation">TQScrollBar</a> <a href="tqslider.html#orientation">TQSlider</a> <a href="ntqsplitter.html#orientation">TQSplitter</a> <a href="qwheelevent.html#orientation">TQWheelEvent</a><li>orientationChanged: + <a href="tqdialog.html#orientation">TQDialog</a> <a href="ntqdockarea.html#orientation">TQDockArea</a> <a href="ntqdockwindow.html#orientation">TQDockWindow</a> <a href="ntqgroupbox.html#orientation">TQGroupBox</a> <a href="tqheader.html#orientation">TQHeader</a> <a href="tqprinter.html#orientation">TQPrinter</a> <a href="tqscrollbar.html#orientation">TQScrollBar</a> <a href="tqslider.html#orientation">TQSlider</a> <a href="ntqsplitter.html#orientation">TQSplitter</a> <a href="qwheelevent.html#orientation">TQWheelEvent</a><li>orientationChanged: <a href="ntqdockwindow.html#orientationChanged">TQDockWindow</a><li>origin: - <a href="qgridlayout.html#origin">TQGridLayout</a><li>outputFileName: + <a href="tqgridlayout.html#origin">TQGridLayout</a><li>outputFileName: <a href="tqprinter.html#outputFileName">TQPrinter</a><li>outputFormatList: <a href="tqimage.html#outputFormatList">TQImage</a><li>outputFormats: <a href="tqimage.html#outputFormats">TQImage</a> <a href="tqimageio.html#outputFormats">TQImageIO</a><li>outputToFile: @@ -1858,26 +1858,26 @@ object: <a href="tqclipboard.html#ownsSelection">TQClipboard</a><li><a name="p"></a> packImage: <a href="tqpngimagepacker.html#packImage">TQPNGImagePacker</a><li>page: - <a href="ntqtabwidget.html#page">TQTabWidget</a> <a href="ntqwizard.html#page">TQWizard</a><li>pageCount: - <a href="ntqwizard.html#pageCount">TQWizard</a><li>pageDown: - <a href="ntqmultilineedit.html#pageDown">TQMultiLineEdit</a><li>pageOrder: + <a href="tqtabwidget.html#page">TQTabWidget</a> <a href="tqwizard.html#page">TQWizard</a><li>pageCount: + <a href="tqwizard.html#pageCount">TQWizard</a><li>pageDown: + <a href="tqmultilineedit.html#pageDown">TQMultiLineEdit</a><li>pageOrder: <a href="tqprinter.html#pageOrder">TQPrinter</a><li>pageSize: <a href="tqprinter.html#pageSize">TQPrinter</a><li>pageStep: <a href="tqdial.html#pageStep">TQDial</a> <a href="ntqrangecontrol.html#pageStep">TQRangeControl</a> <a href="tqscrollbar.html#pageStep">TQScrollBar</a> <a href="tqslider.html#pageStep">TQSlider</a><li>pageUp: - <a href="ntqmultilineedit.html#pageUp">TQMultiLineEdit</a><li>paint: - <a href="qcustommenuitem.html#paint">TQCustomMenuItem</a> <a href="qlistboxitem.html#paint">TQListBoxItem</a> <a href="qlistboxpixmap.html#paint">TQListBoxPixmap</a> <a href="qlistboxtext.html#paint">TQListBoxText</a> <a href="ntqtabbar.html#paint">TQTabBar</a> <a href="qtableitem.html#paint">TQTableItem</a><li>paintBranches: - <a href="qlistviewitem.html#paintBranches">TQListViewItem</a><li>paintCell: - <a href="tqchecklistitem.html#paintCell">TQCheckListItem</a> <a href="ntqgridview.html#paintCell">TQGridView</a> <a href="ntqlistbox.html#paintCell">TQListBox</a> <a href="qlistviewitem.html#paintCell">TQListViewItem</a> <a href="ntqtable.html#paintCell">TQTable</a><li>paintEmptyArea: - <a href="ntqgridview.html#paintEmptyArea">TQGridView</a> <a href="ntqlistview.html#paintEmptyArea">TQListView</a> <a href="ntqtable.html#paintEmptyArea">TQTable</a><li>paintEvent: - <a href="ntqbutton.html#paintEvent">TQButton</a> <a href="ntqframe.html#paintEvent">TQFrame</a> <a href="tqglwidget.html#paintEvent">TQGLWidget</a> <a href="tqsizegrip.html#paintEvent">TQSizeGrip</a> <a href="tqstatusbar.html#paintEvent">TQStatusBar</a> <a href="ntqtabbar.html#paintEvent">TQTabBar</a> <a href="tqwidget.html#paintEvent">TQWidget</a><li>paintField: + <a href="tqmultilineedit.html#pageUp">TQMultiLineEdit</a><li>paint: + <a href="qcustommenuitem.html#paint">TQCustomMenuItem</a> <a href="tqlistboxitem.html#paint">TQListBoxItem</a> <a href="tqlistboxpixmap.html#paint">TQListBoxPixmap</a> <a href="tqlistboxtext.html#paint">TQListBoxText</a> <a href="tqtabbar.html#paint">TQTabBar</a> <a href="tqtableitem.html#paint">TQTableItem</a><li>paintBranches: + <a href="tqlistviewitem.html#paintBranches">TQListViewItem</a><li>paintCell: + <a href="tqchecklistitem.html#paintCell">TQCheckListItem</a> <a href="tqgridview.html#paintCell">TQGridView</a> <a href="tqlistbox.html#paintCell">TQListBox</a> <a href="tqlistviewitem.html#paintCell">TQListViewItem</a> <a href="tqtable.html#paintCell">TQTable</a><li>paintEmptyArea: + <a href="tqgridview.html#paintEmptyArea">TQGridView</a> <a href="tqlistview.html#paintEmptyArea">TQListView</a> <a href="tqtable.html#paintEmptyArea">TQTable</a><li>paintEvent: + <a href="tqbutton.html#paintEvent">TQButton</a> <a href="tqframe.html#paintEvent">TQFrame</a> <a href="tqglwidget.html#paintEvent">TQGLWidget</a> <a href="tqsizegrip.html#paintEvent">TQSizeGrip</a> <a href="tqstatusbar.html#paintEvent">TQStatusBar</a> <a href="tqtabbar.html#paintEvent">TQTabBar</a> <a href="tqwidget.html#paintEvent">TQWidget</a><li>paintField: <a href="tqdatatable.html#paintField">TQDataTable</a><li>paintFocus: - <a href="tqchecklistitem.html#paintFocus">TQCheckListItem</a> <a href="tqiconviewitem.html#paintFocus">TQIconViewItem</a> <a href="qlistviewitem.html#paintFocus">TQListViewItem</a> <a href="ntqtable.html#paintFocus">TQTable</a><li>paintGL: + <a href="tqchecklistitem.html#paintFocus">TQCheckListItem</a> <a href="tqiconviewitem.html#paintFocus">TQIconViewItem</a> <a href="tqlistviewitem.html#paintFocus">TQListViewItem</a> <a href="tqtable.html#paintFocus">TQTable</a><li>paintGL: <a href="tqglwidget.html#paintGL">TQGLWidget</a><li>paintItem: <a href="tqiconviewitem.html#paintItem">TQIconViewItem</a><li>paintLabel: - <a href="ntqtabbar.html#paintLabel">TQTabBar</a><li>paintOverlayGL: + <a href="tqtabbar.html#paintLabel">TQTabBar</a><li>paintOverlayGL: <a href="tqglwidget.html#paintOverlayGL">TQGLWidget</a><li>paintSection: - <a href="ntqheader.html#paintSection">TQHeader</a><li>paintSectionLabel: - <a href="ntqheader.html#paintSectionLabel">TQHeader</a><li>paintingActive: + <a href="tqheader.html#paintSection">TQHeader</a><li>paintSectionLabel: + <a href="tqheader.html#paintSectionLabel">TQHeader</a><li>paintingActive: <a href="tqpaintdevice.html#paintingActive">TQPaintDevice</a><li>palette: <a href="ntqapplication.html#palette">TQApplication</a> <a href="tqtooltip.html#palette">TQToolTip</a> <a href="tqwidget.html#palette">TQWidget</a><li>paletteBackgroundColor: <a href="tqwidget.html#paletteBackgroundColor">TQWidget</a><li>paletteBackgroundPixmap: @@ -1892,7 +1892,7 @@ packImage: <a href="tqtextedit.html#paragraphRect">TQTextEdit</a><li>paragraphs: <a href="tqtextedit.html#paragraphs">TQTextEdit</a><li>parameters: <a href="tqimageio.html#parameters">TQImageIO</a><li>parent: - <a href="qlistviewitem.html#parent">TQListViewItem</a> <a href="tqobject.html#parent">TQObject</a><li>parentNode: + <a href="tqlistviewitem.html#parent">TQListViewItem</a> <a href="tqobject.html#parent">TQObject</a><li>parentNode: <a href="tqdomnode.html#parentNode">TQDomNode</a><li>parentWidget: <a href="tqtooltip.html#parentWidget">TQToolTip</a> <a href="tqwidget.html#parentWidget">TQWidget</a><li>parse: <a href="tqurl.html#parse">TQUrl</a> <a href="tqxmlreader.html#parse">TQXmlReader</a> <a href="tqxmlsimplereader.html#parse">TQXmlSimpleReader</a><li>parseContinue: @@ -1908,7 +1908,7 @@ packImage: <a href="tqsocket.html#peerName">TQSocket</a><li>peerPort: <a href="tqsocket.html#peerPort">TQSocket</a> <a href="tqsocketdevice.html#peerPort">TQSocketDevice</a><li>pen: <a href="tqcanvaspolygonalitem.html#pen">TQCanvasPolygonalItem</a> <a href="tqpainter.html#pen">TQPainter</a><li>percentageVisible: - <a href="ntqprogressbar.html#percentageVisible">TQProgressBar</a><li>permission: + <a href="tqprogressbar.html#percentageVisible">TQProgressBar</a><li>permission: <a href="tqfileinfo.html#permission">TQFileInfo</a><li>permissions: <a href="tqurlinfo.html#permissions">TQUrlInfo</a><li>picture: <a href="tqiconviewitem.html#picture">TQIconViewItem</a> <a href="tqlabel.html#picture">TQLabel</a><li>pixel: @@ -1916,7 +1916,7 @@ packImage: <a href="tqimage.html#pixelIndex">TQImage</a><li>pixelMetric: <a href="tqstyle.html#pixelMetric">TQStyle</a><li>pixelSize: <a href="tqfont.html#pixelSize">TQFont</a> <a href="tqfontinfo.html#pixelSize">TQFontInfo</a><li>pixmap: - <a href="tqbrush.html#pixmap">TQBrush</a> <a href="ntqbutton.html#pixmap">TQButton</a> <a href="ntqbutton.html#pixmap">TQCheckBox</a> <a href="tqclipboard.html#pixmap">TQClipboard</a> <a href="tqcombobox.html#pixmap">TQComboBox</a> <a href="tqdragobject.html#pixmap">TQDragObject</a> <a href="tqfileiconprovider.html#pixmap">TQFileIconProvider</a> <a href="tqiconset.html#pixmap">TQIconSet</a> <a href="tqiconviewitem.html#pixmap">TQIconViewItem</a> <a href="tqlabel.html#pixmap">TQLabel</a> <a href="ntqlistbox.html#pixmap">TQListBox</a> <a href="qlistboxitem.html#pixmap">TQListBoxItem</a> <a href="qlistboxpixmap.html#pixmap">TQListBoxPixmap</a> <a href="qlistviewitem.html#pixmap">TQListViewItem</a> <a href="tqmenudata.html#pixmap">TQMenuData</a> <a href="tqmenudata.html#pixmap">TQPopupMenu</a> <a href="ntqbutton.html#pixmap">TQPushButton</a> <a href="ntqbutton.html#pixmap">TQRadioButton</a> <a href="ntqsplashscreen.html#pixmap">TQSplashScreen</a> <a href="ntqtable.html#pixmap">TQTable</a> <a href="qtableitem.html#pixmap">TQTableItem</a><li>pixmapHotSpot: + <a href="tqbrush.html#pixmap">TQBrush</a> <a href="tqbutton.html#pixmap">TQButton</a> <a href="tqbutton.html#pixmap">TQCheckBox</a> <a href="tqclipboard.html#pixmap">TQClipboard</a> <a href="tqcombobox.html#pixmap">TQComboBox</a> <a href="tqdragobject.html#pixmap">TQDragObject</a> <a href="tqfileiconprovider.html#pixmap">TQFileIconProvider</a> <a href="tqiconset.html#pixmap">TQIconSet</a> <a href="tqiconviewitem.html#pixmap">TQIconViewItem</a> <a href="tqlabel.html#pixmap">TQLabel</a> <a href="tqlistbox.html#pixmap">TQListBox</a> <a href="tqlistboxitem.html#pixmap">TQListBoxItem</a> <a href="tqlistboxpixmap.html#pixmap">TQListBoxPixmap</a> <a href="tqlistviewitem.html#pixmap">TQListViewItem</a> <a href="tqmenudata.html#pixmap">TQMenuData</a> <a href="tqmenudata.html#pixmap">TQPopupMenu</a> <a href="tqbutton.html#pixmap">TQPushButton</a> <a href="tqbutton.html#pixmap">TQRadioButton</a> <a href="ntqsplashscreen.html#pixmap">TQSplashScreen</a> <a href="tqtable.html#pixmap">TQTable</a> <a href="tqtableitem.html#pixmap">TQTableItem</a><li>pixmapHotSpot: <a href="tqdragobject.html#pixmapHotSpot">TQDragObject</a><li>pixmapRect: <a href="tqiconviewitem.html#pixmapRect">TQIconViewItem</a><li>pixmapSizeChanged: <a href="tqmainwindow.html#pixmapSizeChanged">TQMainWindow</a><li>place: @@ -1939,7 +1939,7 @@ packImage: <a href="tqcombobox.html#popup">TQComboBox</a> <a href="tqpopupmenu.html#popup">TQPopupMenu</a> <a href="tqpushbutton.html#popup">TQPushButton</a> <a href="tqtoolbutton.html#popup">TQToolButton</a><li>popupDelay: <a href="tqtoolbutton.html#popupDelay">TQToolButton</a><li>port: <a href="tqserversocket.html#port">TQServerSocket</a> <a href="tqsocket.html#port">TQSocket</a> <a href="tqsocketdevice.html#port">TQSocketDevice</a> <a href="tqsqldatabase.html#port">TQSqlDatabase</a> <a href="tqurl.html#port">TQUrl</a><li>pos: - <a href="qcontextmenuevent.html#pos">TQContextMenuEvent</a> <a href="ntqcursor.html#pos">TQCursor</a> <a href="tqdropevent.html#pos">TQDropEvent</a> <a href="tqiconviewitem.html#pos">TQIconViewItem</a> <a href="qmouseevent.html#pos">TQMouseEvent</a> <a href="qmoveevent.html#pos">TQMoveEvent</a> <a href="tqregexp.html#pos">TQRegExp</a> <a href="qtabletevent.html#pos">TQTabletEvent</a> <a href="qwheelevent.html#pos">TQWheelEvent</a> <a href="tqwidget.html#pos">TQWidget</a><li>position: + <a href="qcontextmenuevent.html#pos">TQContextMenuEvent</a> <a href="ntqcursor.html#pos">TQCursor</a> <a href="tqdropevent.html#pos">TQDropEvent</a> <a href="tqiconviewitem.html#pos">TQIconViewItem</a> <a href="qmouseevent.html#pos">TQMouseEvent</a> <a href="qmoveevent.html#pos">TQMoveEvent</a> <a href="tqregexp.html#pos">TQRegExp</a> <a href="tqtabletevent.html#pos">TQTabletEvent</a> <a href="qwheelevent.html#pos">TQWheelEvent</a> <a href="tqwidget.html#pos">TQWidget</a><li>position: <a href="tqsqlrecord.html#position">TQSqlRecord</a><li>positionFromValue: <a href="ntqrangecontrol.html#positionFromValue">TQRangeControl</a><li>post: <a href="tqhttp.html#post">TQHttp</a><li>postEvent: @@ -1950,9 +1950,9 @@ packImage: <a href="tqxmlnamespacesupport.html#prefixes">TQXmlNamespaceSupport</a><li>prepare: <a href="tqsqlquery.html#prepare">TQSqlQuery</a><li>prepend: <a href="tqcstring.html#prepend">TQCString</a> <a href="tqptrlist.html#prepend">TQPtrList</a> <a href="tqstring.html#prepend">TQString</a> <a href="tqvaluelist.html#prepend">TQValueList</a><li>pressed: - <a href="ntqbutton.html#pressed">TQButton</a> <a href="ntqbuttongroup.html#pressed">TQButtonGroup</a> <a href="ntqbutton.html#pressed">TQCheckBox</a> <a href="ntqheader.html#pressed">TQHeader</a> <a href="tqiconview.html#pressed">TQIconView</a> <a href="ntqlistbox.html#pressed">TQListBox</a> <a href="ntqlistview.html#pressed">TQListView</a> <a href="ntqbutton.html#pressed">TQPushButton</a> <a href="ntqbutton.html#pressed">TQRadioButton</a> <a href="ntqtable.html#pressed">TQTable</a><li>pressure: - <a href="qtabletevent.html#pressure">TQTabletEvent</a><li>prev: - <a href="tqdatabrowser.html#prev">TQDataBrowser</a> <a href="ntqfocusdata.html#prev">TQFocusData</a> <a href="qlistboxitem.html#prev">TQListBoxItem</a> <a href="tqptrlist.html#prev">TQPtrList</a> <a href="tqsqlquery.html#prev">TQSqlQuery</a><li>prevItem: + <a href="tqbutton.html#pressed">TQButton</a> <a href="tqbuttongroup.html#pressed">TQButtonGroup</a> <a href="tqbutton.html#pressed">TQCheckBox</a> <a href="tqheader.html#pressed">TQHeader</a> <a href="tqiconview.html#pressed">TQIconView</a> <a href="tqlistbox.html#pressed">TQListBox</a> <a href="tqlistview.html#pressed">TQListView</a> <a href="tqbutton.html#pressed">TQPushButton</a> <a href="tqbutton.html#pressed">TQRadioButton</a> <a href="tqtable.html#pressed">TQTable</a><li>pressure: + <a href="tqtabletevent.html#pressure">TQTabletEvent</a><li>prev: + <a href="tqdatabrowser.html#prev">TQDataBrowser</a> <a href="ntqfocusdata.html#prev">TQFocusData</a> <a href="tqlistboxitem.html#prev">TQListBoxItem</a> <a href="tqptrlist.html#prev">TQPtrList</a> <a href="tqsqlquery.html#prev">TQSqlQuery</a><li>prevItem: <a href="tqiconviewitem.html#prevItem">TQIconViewItem</a><li>prevLine: <a href="tqscrollbar.html#prevLine">TQScrollBar</a><li>prevPage: <a href="tqscrollbar.html#prevPage">TQScrollBar</a><li>prevRecordAvailable: @@ -1977,8 +1977,8 @@ packImage: <a href="tqprocess.html#processIdentifier">TQProcess</a><li>processName: <a href="tqxmlnamespacesupport.html#processName">TQXmlNamespaceSupport</a><li>processingInstruction: <a href="tqxmlcontenthandler.html#processingInstruction">TQXmlContentHandler</a><li>progress: - <a href="ntqprogressbar.html#progress">TQProgressBar</a> <a href="ntqprogressdialog.html#progress">TQProgressDialog</a><li>progressString: - <a href="ntqprogressbar.html#progressString">TQProgressBar</a><li>property: + <a href="tqprogressbar.html#progress">TQProgressBar</a> <a href="tqprogressdialog.html#progress">TQProgressDialog</a><li>progressString: + <a href="tqprogressbar.html#progressString">TQProgressBar</a><li>property: <a href="ntqmetaobject.html#property">TQMetaObject</a> <a href="tqobject.html#property">TQObject</a> <a href="tqsqlpropertymap.html#property">TQSqlPropertyMap</a> <a href="tqxmlreader.html#property">TQXmlReader</a><li>propertyNames: <a href="ntqmetaobject.html#propertyNames">TQMetaObject</a><li>protocol: <a href="tqsocketdevice.html#protocol">TQSocketDevice</a> <a href="tqurl.html#protocol">TQUrl</a><li>protocolDetail: @@ -2093,7 +2093,7 @@ rBottom: <a href="tqdataview.html#record">TQDataView</a> <a href="tqsqldatabase.html#record">TQSqlDatabase</a> <a href="tqsqldriver.html#record">TQSqlDriver</a><li>recordInfo: <a href="tqsqldatabase.html#recordInfo">TQSqlDatabase</a> <a href="tqsqldriver.html#recordInfo">TQSqlDriver</a><li>recordType: <a href="tqdns.html#recordType">TQDns</a><li>rect: - <a href="qaccessibleinterface.html#rect">TQAccessibleInterface</a> <a href="tqcanvas.html#rect">TQCanvas</a> <a href="tqcanvasrectangle.html#rect">TQCanvasRectangle</a> <a href="tqiconviewitem.html#rect">TQIconViewItem</a> <a href="tqimage.html#rect">TQImage</a> <a href="tqpaintevent.html#rect">TQPaintEvent</a> <a href="tqpixmap.html#rect">TQPixmap</a> <a href="tqrect.html#rect">TQRect</a> <a href="tqstyleoption.html#rect">TQStyleOption</a> <a href="qtab.html#rect">TQTab</a> <a href="tqwidget.html#rect">TQWidget</a><li>rects: + <a href="qaccessibleinterface.html#rect">TQAccessibleInterface</a> <a href="tqcanvas.html#rect">TQCanvas</a> <a href="tqcanvasrectangle.html#rect">TQCanvasRectangle</a> <a href="tqiconviewitem.html#rect">TQIconViewItem</a> <a href="tqimage.html#rect">TQImage</a> <a href="tqpaintevent.html#rect">TQPaintEvent</a> <a href="tqpixmap.html#rect">TQPixmap</a> <a href="tqrect.html#rect">TQRect</a> <a href="tqstyleoption.html#rect">TQStyleOption</a> <a href="tqtab.html#rect">TQTab</a> <a href="tqwidget.html#rect">TQWidget</a><li>rects: <a href="tqregion.html#rects">TQRegion</a><li>red: <a href="tqcolor.html#red">TQColor</a><li>redirect: <a href="tqpainter.html#redirect">TQPainter</a><li>redo: @@ -2114,15 +2114,15 @@ rBottom: <a href="tqsessionmanager.html#release">TQSessionManager</a><li>releaseKeyboard: <a href="tqwidget.html#releaseKeyboard">TQWidget</a><li>releaseMouse: <a href="tqwidget.html#releaseMouse">TQWidget</a><li>released: - <a href="ntqbutton.html#released">TQButton</a> <a href="ntqbuttongroup.html#released">TQButtonGroup</a> <a href="ntqbutton.html#released">TQCheckBox</a> <a href="ntqheader.html#released">TQHeader</a> <a href="ntqbutton.html#released">TQPushButton</a> <a href="ntqbutton.html#released">TQRadioButton</a><li>reload: + <a href="tqbutton.html#released">TQButton</a> <a href="tqbuttongroup.html#released">TQButtonGroup</a> <a href="tqbutton.html#released">TQCheckBox</a> <a href="tqheader.html#released">TQHeader</a> <a href="tqbutton.html#released">TQPushButton</a> <a href="tqbutton.html#released">TQRadioButton</a><li>reload: <a href="tqtextbrowser.html#reload">TQTextBrowser</a><li>remove: - <a href="tqasciicache.html#remove">TQAsciiCache</a> <a href="tqasciidict.html#remove">TQAsciiDict</a> <a href="ntqbuttongroup.html#remove">TQButtonGroup</a> <a href="tqcstring.html#remove">TQCString</a> <a href="tqcache.html#remove">TQCache</a> <a href="tqdict.html#remove">TQDict</a> <a href="tqdir.html#remove">TQDir</a> <a href="tqfile.html#remove">TQFile</a> <a href="tqftp.html#remove">TQFtp</a> <a href="tqintcache.html#remove">TQIntCache</a> <a href="tqintdict.html#remove">TQIntDict</a> <a href="ntqlayout.html#remove">TQLayout</a> <a href="tqmap.html#remove">TQMap</a> <a href="tqobjectcleanuphandler.html#remove">TQObjectCleanupHandler</a> <a href="tqpixmapcache.html#remove">TQPixmapCache</a> <a href="tqptrdict.html#remove">TQPtrDict</a> <a href="tqptrlist.html#remove">TQPtrList</a> <a href="tqptrqueue.html#remove">TQPtrQueue</a> <a href="tqptrstack.html#remove">TQPtrStack</a> <a href="tqptrvector.html#remove">TQPtrVector</a> <a href="tqsqlcursor.html#remove">TQSqlCursor</a> <a href="tqsqlform.html#remove">TQSqlForm</a> <a href="tqsqlpropertymap.html#remove">TQSqlPropertyMap</a> <a href="tqsqlrecord.html#remove">TQSqlRecord</a> <a href="tqstring.html#remove">TQString</a> <a href="tqtooltip.html#remove">TQToolTip</a> <a href="tqtranslator.html#remove">TQTranslator</a> <a href="tqurloperator.html#remove">TQUrlOperator</a> <a href="tqvaluelist.html#remove">TQValueList</a> <a href="tqwhatsthis.html#remove">TQWhatsThis</a><li>removeAttribute: + <a href="tqasciicache.html#remove">TQAsciiCache</a> <a href="tqasciidict.html#remove">TQAsciiDict</a> <a href="tqbuttongroup.html#remove">TQButtonGroup</a> <a href="tqcstring.html#remove">TQCString</a> <a href="tqcache.html#remove">TQCache</a> <a href="tqdict.html#remove">TQDict</a> <a href="tqdir.html#remove">TQDir</a> <a href="tqfile.html#remove">TQFile</a> <a href="tqftp.html#remove">TQFtp</a> <a href="tqintcache.html#remove">TQIntCache</a> <a href="tqintdict.html#remove">TQIntDict</a> <a href="ntqlayout.html#remove">TQLayout</a> <a href="tqmap.html#remove">TQMap</a> <a href="tqobjectcleanuphandler.html#remove">TQObjectCleanupHandler</a> <a href="tqpixmapcache.html#remove">TQPixmapCache</a> <a href="tqptrdict.html#remove">TQPtrDict</a> <a href="tqptrlist.html#remove">TQPtrList</a> <a href="tqptrqueue.html#remove">TQPtrQueue</a> <a href="tqptrstack.html#remove">TQPtrStack</a> <a href="tqptrvector.html#remove">TQPtrVector</a> <a href="tqsqlcursor.html#remove">TQSqlCursor</a> <a href="tqsqlform.html#remove">TQSqlForm</a> <a href="tqsqlpropertymap.html#remove">TQSqlPropertyMap</a> <a href="tqsqlrecord.html#remove">TQSqlRecord</a> <a href="tqstring.html#remove">TQString</a> <a href="tqtooltip.html#remove">TQToolTip</a> <a href="tqtranslator.html#remove">TQTranslator</a> <a href="tqurloperator.html#remove">TQUrlOperator</a> <a href="tqvaluelist.html#remove">TQValueList</a> <a href="tqwhatsthis.html#remove">TQWhatsThis</a><li>removeAttribute: <a href="tqdomelement.html#removeAttribute">TQDomElement</a><li>removeAttributeNS: <a href="tqdomelement.html#removeAttributeNS">TQDomElement</a><li>removeAttributeNode: <a href="tqdomelement.html#removeAttributeNode">TQDomElement</a><li>removeChild: <a href="tqdomnode.html#removeChild">TQDomNode</a> <a href="tqobject.html#removeChild">TQObject</a> <a href="tqscrollview.html#removeChild">TQScrollView</a><li>removeColumn: - <a href="tqdatatable.html#removeColumn">TQDataTable</a> <a href="ntqlistview.html#removeColumn">TQListView</a> <a href="ntqtable.html#removeColumn">TQTable</a><li>removeColumns: - <a href="ntqtable.html#removeColumns">TQTable</a><li>removeDatabase: + <a href="tqdatatable.html#removeColumn">TQDataTable</a> <a href="tqlistview.html#removeColumn">TQListView</a> <a href="tqtable.html#removeColumn">TQTable</a><li>removeColumns: + <a href="tqtable.html#removeColumns">TQTable</a><li>removeDatabase: <a href="tqsqldatabase.html#removeDatabase">TQSqlDatabase</a><li>removeDockWindow: <a href="ntqdockarea.html#removeDockWindow">TQDockArea</a> <a href="tqmainwindow.html#removeDockWindow">TQMainWindow</a><li>removeEntry: <a href="tqsettings.html#removeEntry">TQSettings</a><li>removeEventFilter: @@ -2130,47 +2130,47 @@ rBottom: <a href="tqmimesourcefactory.html#removeFactory">TQMimeSourceFactory</a><li>removeFirst: <a href="tqptrlist.html#removeFirst">TQPtrList</a><li>removeFrom: <a href="tqaction.html#removeFrom">TQAction</a><li>removeItem: - <a href="ntqaccel.html#removeItem">TQAccel</a> <a href="tqcombobox.html#removeItem">TQComboBox</a> <a href="ntqlayout.html#removeItem">TQLayout</a> <a href="ntqlistbox.html#removeItem">TQListBox</a> <a href="tqmenudata.html#removeItem">TQMenuBar</a> <a href="tqmenudata.html#removeItem">TQMenuData</a> <a href="tqmenudata.html#removeItem">TQPopupMenu</a> <a href="tqtoolbox.html#removeItem">TQToolBox</a><li>removeItemAt: + <a href="ntqaccel.html#removeItem">TQAccel</a> <a href="tqcombobox.html#removeItem">TQComboBox</a> <a href="ntqlayout.html#removeItem">TQLayout</a> <a href="tqlistbox.html#removeItem">TQListBox</a> <a href="tqmenudata.html#removeItem">TQMenuBar</a> <a href="tqmenudata.html#removeItem">TQMenuData</a> <a href="tqmenudata.html#removeItem">TQPopupMenu</a> <a href="tqtoolbox.html#removeItem">TQToolBox</a><li>removeItemAt: <a href="tqmenudata.html#removeItemAt">TQMenuData</a> <a href="tqmenudata.html#removeItemAt">TQPopupMenu</a><li>removeLabel: - <a href="ntqheader.html#removeLabel">TQHeader</a><li>removeLast: + <a href="tqheader.html#removeLabel">TQHeader</a><li>removeLast: <a href="tqptrlist.html#removeLast">TQPtrList</a><li>removeLibraryPath: <a href="ntqapplication.html#removeLibraryPath">TQApplication</a><li>removeLine: - <a href="ntqmultilineedit.html#removeLine">TQMultiLineEdit</a><li>removeMappings: + <a href="tqmultilineedit.html#removeLine">TQMultiLineEdit</a><li>removeMappings: <a href="tqsignalmapper.html#removeMappings">TQSignalMapper</a><li>removeNamedItem: <a href="tqdomnamednodemap.html#removeNamedItem">TQDomNamedNodeMap</a><li>removeNamedItemNS: <a href="tqdomnamednodemap.html#removeNamedItemNS">TQDomNamedNodeMap</a><li>removeNode: <a href="tqptrlist.html#removeNode">TQPtrList</a><li>removePage: - <a href="ntqtabdialog.html#removePage">TQTabDialog</a> <a href="ntqtabwidget.html#removePage">TQTabWidget</a> <a href="ntqwizard.html#removePage">TQWizard</a><li>removeParagraph: + <a href="tqtabdialog.html#removePage">TQTabDialog</a> <a href="tqtabwidget.html#removePage">TQTabWidget</a> <a href="tqwizard.html#removePage">TQWizard</a><li>removeParagraph: <a href="tqtextedit.html#removeParagraph">TQTextEdit</a><li>removePostedEvents: <a href="ntqapplication.html#removePostedEvents">TQApplication</a><li>removeRef: <a href="tqptrlist.html#removeRef">TQPtrList</a><li>removeRenameBox: <a href="tqiconviewitem.html#removeRenameBox">TQIconViewItem</a><li>removeRow: - <a href="ntqtable.html#removeRow">TQTable</a><li>removeRows: - <a href="ntqtable.html#removeRows">TQTable</a><li>removeSearchPath: + <a href="tqtable.html#removeRow">TQTable</a><li>removeRows: + <a href="tqtable.html#removeRows">TQTable</a><li>removeSearchPath: <a href="tqsettings.html#removeSearchPath">TQSettings</a><li>removeSelectedText: <a href="tqtextedit.html#removeSelectedText">TQTextEdit</a><li>removeSelection: - <a href="ntqtable.html#removeSelection">TQTable</a> <a href="tqtextedit.html#removeSelection">TQTextEdit</a><li>removeSubstitution: + <a href="tqtable.html#removeSelection">TQTable</a> <a href="tqtextedit.html#removeSelection">TQTextEdit</a><li>removeSubstitution: <a href="tqfont.html#removeSubstitution">TQFont</a><li>removeTab: - <a href="ntqtabbar.html#removeTab">TQTabBar</a><li>removeTabToolTip: - <a href="ntqtabwidget.html#removeTabToolTip">TQTabWidget</a><li>removeTip: + <a href="tqtabbar.html#removeTab">TQTabBar</a><li>removeTabToolTip: + <a href="tqtabwidget.html#removeTabToolTip">TQTabWidget</a><li>removeTip: <a href="tqtooltipgroup.html#removeTip">TQToolTipGroup</a><li>removeToolTip: - <a href="ntqtabbar.html#removeToolTip">TQTabBar</a><li>removeTranslator: + <a href="tqtabbar.html#removeToolTip">TQTabBar</a><li>removeTranslator: <a href="ntqapplication.html#removeTranslator">TQApplication</a><li>removeValue: <a href="tqhttpheader.html#removeValue">TQHttpHeader</a><li>removeWidget: <a href="tqstatusbar.html#removeWidget">TQStatusBar</a> <a href="tqwidgetstack.html#removeWidget">TQWidgetStack</a><li>removed: <a href="qchildevent.html#removed">TQChildEvent</a> <a href="tqnetworkprotocol.html#removed">TQNetworkProtocol</a> <a href="tqurloperator.html#removed">TQUrlOperator</a><li>rename: <a href="tqdir.html#rename">TQDir</a> <a href="tqftp.html#rename">TQFtp</a> <a href="tqiconviewitem.html#rename">TQIconViewItem</a> <a href="tqurloperator.html#rename">TQUrlOperator</a><li>renameEnabled: - <a href="tqiconviewitem.html#renameEnabled">TQIconViewItem</a> <a href="qlistviewitem.html#renameEnabled">TQListViewItem</a><li>renderPixmap: + <a href="tqiconviewitem.html#renameEnabled">TQIconViewItem</a> <a href="tqlistviewitem.html#renameEnabled">TQListViewItem</a><li>renderPixmap: <a href="tqglwidget.html#renderPixmap">TQGLWidget</a><li>renderText: <a href="tqglwidget.html#renderText">TQGLWidget</a><li>repaint: - <a href="tqiconviewitem.html#repaint">TQIconViewItem</a> <a href="qlistviewitem.html#repaint">TQListViewItem</a> <a href="ntqsplashscreen.html#repaint">TQSplashScreen</a> <a href="tqwidget.html#repaint">TQWidget</a><li>repaintCell: - <a href="ntqgridview.html#repaintCell">TQGridView</a><li>repaintChanged: + <a href="tqiconviewitem.html#repaint">TQIconViewItem</a> <a href="tqlistviewitem.html#repaint">TQListViewItem</a> <a href="ntqsplashscreen.html#repaint">TQSplashScreen</a> <a href="tqwidget.html#repaint">TQWidget</a><li>repaintCell: + <a href="tqgridview.html#repaintCell">TQGridView</a><li>repaintChanged: <a href="tqtextedit.html#repaintChanged">TQTextEdit</a><li>repaintContents: <a href="tqscrollview.html#repaintContents">TQScrollView</a><li>repaintItem: - <a href="tqiconview.html#repaintItem">TQIconView</a> <a href="ntqlistview.html#repaintItem">TQListView</a><li>repaintScreen: + <a href="tqiconview.html#repaintItem">TQIconView</a> <a href="tqlistview.html#repaintItem">TQListView</a><li>repaintScreen: <a href="tqdial.html#repaintScreen">TQDial</a><li>repaintSelectedItems: <a href="tqiconview.html#repaintSelectedItems">TQIconView</a><li>repaintSelections: - <a href="ntqtable.html#repaintSelections">TQTable</a><li>reparent: + <a href="tqtable.html#repaintSelections">TQTable</a><li>reparent: <a href="tqwidget.html#reparent">TQWidget</a><li>replace: <a href="tqasciidict.html#replace">TQAsciiDict</a> <a href="tqcstring.html#replace">TQCString</a> <a href="tqdict.html#replace">TQDict</a> <a href="tqintdict.html#replace">TQIntDict</a> <a href="tqmap.html#replace">TQMap</a> <a href="tqptrdict.html#replace">TQPtrDict</a> <a href="tqptrlist.html#replace">TQPtrList</a> <a href="tqstring.html#replace">TQString</a><li>replaceChild: <a href="tqdomnode.html#replaceChild">TQDomNode</a><li>replaceData: @@ -2183,7 +2183,7 @@ rBottom: <a href="tqglcontext.html#requestedFormat">TQGLContext</a><li>rereadDir: <a href="tqfiledialog.html#rereadDir">TQFileDialog</a><li>reserve: <a href="tqstring.html#reserve">TQString</a> <a href="tqvaluevector.html#reserve">TQValueVector</a><li>reset: - <a href="tqdatatable.html#reset">TQDataTable</a> <a href="tqglcontext.html#reset">TQGLContext</a> <a href="tqiodevice.html#reset">TQIODevice</a> <a href="tqiconset.html#reset">TQIconSet</a> <a href="tqimage.html#reset">TQImage</a> <a href="qmetaproperty.html#reset">TQMetaProperty</a> <a href="ntqprogressbar.html#reset">TQProgressBar</a> <a href="ntqprogressdialog.html#reset">TQProgressDialog</a> <a href="tqsqlresult.html#reset">TQSqlResult</a> <a href="tqtextstream.html#reset">TQTextStream</a> <a href="tqurl.html#reset">TQUrl</a> <a href="tqwmatrix.html#reset">TQWMatrix</a> <a href="tqxmlinputsource.html#reset">TQXmlInputSource</a> <a href="tqxmlnamespacesupport.html#reset">TQXmlNamespaceSupport</a><li>resetGroup: + <a href="tqdatatable.html#reset">TQDataTable</a> <a href="tqglcontext.html#reset">TQGLContext</a> <a href="tqiodevice.html#reset">TQIODevice</a> <a href="tqiconset.html#reset">TQIconSet</a> <a href="tqimage.html#reset">TQImage</a> <a href="qmetaproperty.html#reset">TQMetaProperty</a> <a href="tqprogressbar.html#reset">TQProgressBar</a> <a href="tqprogressdialog.html#reset">TQProgressDialog</a> <a href="tqsqlresult.html#reset">TQSqlResult</a> <a href="tqtextstream.html#reset">TQTextStream</a> <a href="tqurl.html#reset">TQUrl</a> <a href="tqwmatrix.html#reset">TQWMatrix</a> <a href="tqxmlinputsource.html#reset">TQXmlInputSource</a> <a href="tqxmlnamespacesupport.html#reset">TQXmlNamespaceSupport</a><li>resetGroup: <a href="tqsettings.html#resetGroup">TQSettings</a><li>resetInputContext: <a href="tqwidget.html#resetInputContext">TQWidget</a><li>resetRawData: <a href="tqmemarray.html#resetRawData">TQMemArray</a><li>resetReason: @@ -2192,13 +2192,13 @@ rBottom: <a href="tqpainter.html#resetXForm">TQPainter</a><li>resize: <a href="tqasciidict.html#resize">TQAsciiDict</a> <a href="tqbitarray.html#resize">TQBitArray</a> <a href="tqcstring.html#resize">TQCString</a> <a href="tqcanvas.html#resize">TQCanvas</a> <a href="tqdict.html#resize">TQDict</a> <a href="tqintdict.html#resize">TQIntDict</a> <a href="tqmemarray.html#resize">TQMemArray</a> <a href="tqpixmap.html#resize">TQPixmap</a> <a href="tqptrdict.html#resize">TQPtrDict</a> <a href="tqptrvector.html#resize">TQPtrVector</a> <a href="tqvaluevector.html#resize">TQValueVector</a> <a href="tqwidget.html#resize">TQWidget</a><li>resizeContents: <a href="tqscrollview.html#resizeContents">TQScrollView</a><li>resizeData: - <a href="ntqtable.html#resizeData">TQTable</a><li>resizeEvent: - <a href="ntqframe.html#resizeEvent">TQFrame</a> <a href="tqglwidget.html#resizeEvent">TQGLWidget</a> <a href="ntqlistview.html#resizeEvent">TQListView</a> <a href="tqwidget.html#resizeEvent">TQWidget</a><li>resizeGL: + <a href="tqtable.html#resizeData">TQTable</a><li>resizeEvent: + <a href="tqframe.html#resizeEvent">TQFrame</a> <a href="tqglwidget.html#resizeEvent">TQGLWidget</a> <a href="tqlistview.html#resizeEvent">TQListView</a> <a href="tqwidget.html#resizeEvent">TQWidget</a><li>resizeGL: <a href="tqglwidget.html#resizeGL">TQGLWidget</a><li>resizeMode: - <a href="tqiconview.html#resizeMode">TQIconView</a> <a href="ntqlayout.html#resizeMode">TQLayout</a> <a href="ntqlistview.html#resizeMode">TQListView</a><li>resizeOverlayGL: + <a href="tqiconview.html#resizeMode">TQIconView</a> <a href="ntqlayout.html#resizeMode">TQLayout</a> <a href="tqlistview.html#resizeMode">TQListView</a><li>resizeOverlayGL: <a href="tqglwidget.html#resizeOverlayGL">TQGLWidget</a><li>resizePolicy: <a href="tqscrollview.html#resizePolicy">TQScrollView</a><li>resizeSection: - <a href="ntqheader.html#resizeSection">TQHeader</a><li>resized: + <a href="tqheader.html#resizeSection">TQHeader</a><li>resized: <a href="tqcanvas.html#resized">TQCanvas</a> <a href="tqdesktopwidget.html#resized">TQDesktopWidget</a><li>resolution: <a href="tqprinter.html#resolution">TQPrinter</a><li>resolve: <a href="tqfont.html#resolve">TQFont</a> <a href="ntqlibrary.html#resolve">TQLibrary</a><li>resolveEntity: @@ -2213,7 +2213,7 @@ rBottom: <a href="tqdialog.html#result">TQDialog</a> <a href="tqsqlquery.html#result">TQSqlQuery</a><li>resultsReady: <a href="tqdns.html#resultsReady">TQDns</a><li>retune: <a href="tqcanvas.html#retune">TQCanvas</a><li>returnPressed: - <a href="tqiconview.html#returnPressed">TQIconView</a> <a href="tqlineedit.html#returnPressed">TQLineEdit</a> <a href="ntqlistbox.html#returnPressed">TQListBox</a> <a href="ntqlistview.html#returnPressed">TQListView</a> <a href="tqtextedit.html#returnPressed">TQTextEdit</a><li>reverseLayout: + <a href="tqiconview.html#returnPressed">TQIconView</a> <a href="tqlineedit.html#returnPressed">TQLineEdit</a> <a href="tqlistbox.html#returnPressed">TQListBox</a> <a href="tqlistview.html#returnPressed">TQListView</a> <a href="tqtextedit.html#returnPressed">TQTextEdit</a><li>reverseLayout: <a href="ntqapplication.html#reverseLayout">TQApplication</a><li>rewind: <a href="tqdatasource.html#rewind">TQDataSource</a> <a href="tqiodevicesource.html#rewind">TQIODeviceSource</a><li>rewindable: <a href="tqdatasource.html#rewindable">TQDataSource</a> <a href="tqiodevicesource.html#rewindable">TQIODeviceSource</a><li>rgb: @@ -2222,9 +2222,9 @@ rBottom: <a href="tqsize.html#rheight">TQSize</a><li>right: <a href="tqcstring.html#right">TQCString</a> <a href="tqrect.html#right">TQRect</a> <a href="tqstring.html#right">TQString</a><li>rightBearing: <a href="tqfontmetrics.html#rightBearing">TQFontMetrics</a><li>rightButtonClicked: - <a href="tqiconview.html#rightButtonClicked">TQIconView</a> <a href="ntqlistbox.html#rightButtonClicked">TQListBox</a> <a href="ntqlistview.html#rightButtonClicked">TQListView</a><li>rightButtonPressed: - <a href="tqiconview.html#rightButtonPressed">TQIconView</a> <a href="ntqlistbox.html#rightButtonPressed">TQListBox</a> <a href="ntqlistview.html#rightButtonPressed">TQListView</a><li>rightCol: - <a href="qtableselection.html#rightCol">TQTableSelection</a><li>rightDock: + <a href="tqiconview.html#rightButtonClicked">TQIconView</a> <a href="tqlistbox.html#rightButtonClicked">TQListBox</a> <a href="tqlistview.html#rightButtonClicked">TQListView</a><li>rightButtonPressed: + <a href="tqiconview.html#rightButtonPressed">TQIconView</a> <a href="tqlistbox.html#rightButtonPressed">TQListBox</a> <a href="tqlistview.html#rightButtonPressed">TQListView</a><li>rightCol: + <a href="tqtableselection.html#rightCol">TQTableSelection</a><li>rightDock: <a href="tqmainwindow.html#rightDock">TQMainWindow</a><li>rightEdge: <a href="tqcanvassprite.html#rightEdge">TQCanvasSprite</a><li>rightJustify: <a href="tqcstring.html#rightJustify">TQCString</a> <a href="tqstring.html#rightJustify">TQString</a><li>rightMargin: @@ -2235,27 +2235,27 @@ rBottom: <a href="tqsqldriver.html#rollbackTransaction">TQSqlDriver</a><li>root: <a href="tqdir.html#root">TQDir</a><li>rootDirPath: <a href="tqdir.html#rootDirPath">TQDir</a><li>rootIsDecorated: - <a href="ntqlistview.html#rootIsDecorated">TQListView</a><li>rotate: + <a href="tqlistview.html#rootIsDecorated">TQListView</a><li>rotate: <a href="tqpainter.html#rotate">TQPainter</a> <a href="tqwmatrix.html#rotate">TQWMatrix</a><li>row: - <a href="tqchar.html#row">TQChar</a> <a href="qtableitem.html#row">TQTableItem</a><li>rowAt: - <a href="ntqgridview.html#rowAt">TQGridView</a> <a href="ntqtable.html#rowAt">TQTable</a><li>rowHeight: - <a href="ntqtable.html#rowHeight">TQTable</a><li>rowHeightChanged: - <a href="ntqtable.html#rowHeightChanged">TQTable</a><li>rowIndexChanged: - <a href="ntqtable.html#rowIndexChanged">TQTable</a><li>rowMode: - <a href="ntqlistbox.html#rowMode">TQListBox</a><li>rowMovingEnabled: - <a href="ntqtable.html#rowMovingEnabled">TQTable</a><li>rowPos: - <a href="ntqtable.html#rowPos">TQTable</a><li>rowSpacing: - <a href="qgridlayout.html#rowSpacing">TQGridLayout</a><li>rowSpan: - <a href="qtableitem.html#rowSpan">TQTableItem</a><li>rowStretch: - <a href="qgridlayout.html#rowStretch">TQGridLayout</a><li>rtti: - <a href="tqcanvasellipse.html#rtti">TQCanvasEllipse</a> <a href="tqcanvasitem.html#rtti">TQCanvasItem</a> <a href="tqcanvasline.html#rtti">TQCanvasLine</a> <a href="tqcanvaspolygon.html#rtti">TQCanvasPolygon</a> <a href="tqcanvaspolygonalitem.html#rtti">TQCanvasPolygonalItem</a> <a href="tqcanvasrectangle.html#rtti">TQCanvasRectangle</a> <a href="tqcanvasspline.html#rtti">TQCanvasSpline</a> <a href="tqcanvassprite.html#rtti">TQCanvasSprite</a> <a href="tqcanvastext.html#rtti">TQCanvasText</a> <a href="tqchecklistitem.html#rtti">TQCheckListItem</a> <a href="tqchecktableitem.html#rtti">TQCheckTableItem</a> <a href="tqcombotableitem.html#rtti">TQComboTableItem</a> <a href="tqiconviewitem.html#rtti">TQIconViewItem</a> <a href="qlistboxitem.html#rtti">TQListBoxItem</a> <a href="qlistviewitem.html#rtti">TQListViewItem</a> <a href="qtableitem.html#rtti">TQTableItem</a><li>run: + <a href="tqchar.html#row">TQChar</a> <a href="tqtableitem.html#row">TQTableItem</a><li>rowAt: + <a href="tqgridview.html#rowAt">TQGridView</a> <a href="tqtable.html#rowAt">TQTable</a><li>rowHeight: + <a href="tqtable.html#rowHeight">TQTable</a><li>rowHeightChanged: + <a href="tqtable.html#rowHeightChanged">TQTable</a><li>rowIndexChanged: + <a href="tqtable.html#rowIndexChanged">TQTable</a><li>rowMode: + <a href="tqlistbox.html#rowMode">TQListBox</a><li>rowMovingEnabled: + <a href="tqtable.html#rowMovingEnabled">TQTable</a><li>rowPos: + <a href="tqtable.html#rowPos">TQTable</a><li>rowSpacing: + <a href="tqgridlayout.html#rowSpacing">TQGridLayout</a><li>rowSpan: + <a href="tqtableitem.html#rowSpan">TQTableItem</a><li>rowStretch: + <a href="tqgridlayout.html#rowStretch">TQGridLayout</a><li>rtti: + <a href="tqcanvasellipse.html#rtti">TQCanvasEllipse</a> <a href="tqcanvasitem.html#rtti">TQCanvasItem</a> <a href="tqcanvasline.html#rtti">TQCanvasLine</a> <a href="tqcanvaspolygon.html#rtti">TQCanvasPolygon</a> <a href="tqcanvaspolygonalitem.html#rtti">TQCanvasPolygonalItem</a> <a href="tqcanvasrectangle.html#rtti">TQCanvasRectangle</a> <a href="tqcanvasspline.html#rtti">TQCanvasSpline</a> <a href="tqcanvassprite.html#rtti">TQCanvasSprite</a> <a href="tqcanvastext.html#rtti">TQCanvasText</a> <a href="tqchecklistitem.html#rtti">TQCheckListItem</a> <a href="tqchecktableitem.html#rtti">TQCheckTableItem</a> <a href="tqcombotableitem.html#rtti">TQComboTableItem</a> <a href="tqiconviewitem.html#rtti">TQIconViewItem</a> <a href="tqlistboxitem.html#rtti">TQListBoxItem</a> <a href="tqlistviewitem.html#rtti">TQListViewItem</a> <a href="tqtableitem.html#rtti">TQTableItem</a><li>run: <a href="tqthread.html#run">TQThread</a><li>running: <a href="tqmovie.html#running">TQMovie</a> <a href="tqthread.html#running">TQThread</a><li>rwidth: <a href="tqsize.html#rwidth">TQSize</a><li>rx: <a href="tqpoint.html#rx">TQPoint</a><li>ry: <a href="tqpoint.html#ry">TQPoint</a><li><a name="s"></a> sRect: - <a href="ntqheader.html#sRect">TQHeader</a><li>save: + <a href="tqheader.html#sRect">TQHeader</a><li>save: <a href="tqdomnode.html#save">TQDomNode</a> <a href="tqimage.html#save">TQImage</a> <a href="tqpainter.html#save">TQPainter</a> <a href="tqpicture.html#save">TQPicture</a> <a href="tqpixmap.html#save">TQPixmap</a> <a href="tqtranslator.html#save">TQTranslator</a><li>saveState: <a href="ntqapplication.html#saveState">TQApplication</a><li>scale: <a href="tqimage.html#scale">TQImage</a> <a href="tqpainter.html#scale">TQPainter</a> <a href="tqsize.html#scale">TQSize</a> <a href="tqwmatrix.html#scale">TQWMatrix</a><li>scaleFont: @@ -2278,32 +2278,32 @@ sRect: <a href="tqtime.html#second">TQTime</a><li>secsTo: <a href="tqdatetime.html#secsTo">TQDateTime</a> <a href="tqtime.html#secsTo">TQTime</a><li>section: <a href="tqstring.html#section">TQString</a><li>sectionAt: - <a href="ntqheader.html#sectionAt">TQHeader</a><li>sectionFormattedText: + <a href="tqheader.html#sectionAt">TQHeader</a><li>sectionFormattedText: <a href="tqdateedit.html#sectionFormattedText">TQDateEdit</a> <a href="tqtimeedit.html#sectionFormattedText">TQTimeEdit</a><li>sectionHandleDoubleClicked: - <a href="ntqheader.html#sectionHandleDoubleClicked">TQHeader</a><li>sectionPos: - <a href="ntqheader.html#sectionPos">TQHeader</a><li>sectionRect: - <a href="ntqheader.html#sectionRect">TQHeader</a><li>sectionSize: - <a href="ntqheader.html#sectionSize">TQHeader</a><li>seek: + <a href="tqheader.html#sectionHandleDoubleClicked">TQHeader</a><li>sectionPos: + <a href="tqheader.html#sectionPos">TQHeader</a><li>sectionRect: + <a href="tqheader.html#sectionRect">TQHeader</a><li>sectionSize: + <a href="tqheader.html#sectionSize">TQHeader</a><li>seek: <a href="tqdatabrowser.html#seek">TQDataBrowser</a> <a href="tqsqlquery.html#seek">TQSqlQuery</a><li>seekable: <a href="qnpstream.html#seekable">TQNPStream</a><li>segmentStyle: <a href="tqlcdnumber.html#segmentStyle">TQLCDNumber</a><li>select: <a href="tqsqlcursor.html#select">TQSqlCursor</a><li>selectAll: - <a href="tqfiledialog.html#selectAll">TQFileDialog</a> <a href="tqiconview.html#selectAll">TQIconView</a> <a href="tqlineedit.html#selectAll">TQLineEdit</a> <a href="ntqlistbox.html#selectAll">TQListBox</a> <a href="ntqlistview.html#selectAll">TQListView</a> <a href="tqspinbox.html#selectAll">TQSpinBox</a> <a href="tqtextedit.html#selectAll">TQTextEdit</a><li>selectCells: - <a href="ntqtable.html#selectCells">TQTable</a><li>selectColumn: - <a href="ntqtable.html#selectColumn">TQTable</a><li>selectRow: - <a href="ntqtable.html#selectRow">TQTable</a><li>selectTab: - <a href="ntqtabbar.html#selectTab">TQTabBar</a><li>selected: - <a href="tqactiongroup.html#selected">TQActionGroup</a> <a href="ntqbuttongroup.html#selected">TQButtonGroup</a> <a href="ntqlistbox.html#selected">TQListBox</a> <a href="ntqtabbar.html#selected">TQTabBar</a> <a href="ntqwizard.html#selected">TQWizard</a><li>selectedFile: + <a href="tqfiledialog.html#selectAll">TQFileDialog</a> <a href="tqiconview.html#selectAll">TQIconView</a> <a href="tqlineedit.html#selectAll">TQLineEdit</a> <a href="tqlistbox.html#selectAll">TQListBox</a> <a href="tqlistview.html#selectAll">TQListView</a> <a href="tqspinbox.html#selectAll">TQSpinBox</a> <a href="tqtextedit.html#selectAll">TQTextEdit</a><li>selectCells: + <a href="tqtable.html#selectCells">TQTable</a><li>selectColumn: + <a href="tqtable.html#selectColumn">TQTable</a><li>selectRow: + <a href="tqtable.html#selectRow">TQTable</a><li>selectTab: + <a href="tqtabbar.html#selectTab">TQTabBar</a><li>selected: + <a href="tqactiongroup.html#selected">TQActionGroup</a> <a href="tqbuttongroup.html#selected">TQButtonGroup</a> <a href="tqlistbox.html#selected">TQListBox</a> <a href="tqtabbar.html#selected">TQTabBar</a> <a href="tqwizard.html#selected">TQWizard</a><li>selectedFile: <a href="tqfiledialog.html#selectedFile">TQFileDialog</a><li>selectedFiles: <a href="tqfiledialog.html#selectedFiles">TQFileDialog</a><li>selectedFilter: <a href="tqfiledialog.html#selectedFilter">TQFileDialog</a><li>selectedId: - <a href="ntqbuttongroup.html#selectedId">TQButtonGroup</a><li>selectedItem: - <a href="ntqlistbox.html#selectedItem">TQListBox</a> <a href="ntqlistview.html#selectedItem">TQListView</a><li>selectedText: + <a href="tqbuttongroup.html#selectedId">TQButtonGroup</a><li>selectedItem: + <a href="tqlistbox.html#selectedItem">TQListBox</a> <a href="tqlistview.html#selectedItem">TQListView</a><li>selectedText: <a href="tqlineedit.html#selectedText">TQLineEdit</a> <a href="tqtextedit.html#selectedText">TQTextEdit</a><li>selection: - <a href="qaccessibleinterface.html#selection">TQAccessibleInterface</a> <a href="ntqtable.html#selection">TQTable</a><li>selectionChanged: - <a href="tqclipboard.html#selectionChanged">TQClipboard</a> <a href="tqiconview.html#selectionChanged">TQIconView</a> <a href="tqlineedit.html#selectionChanged">TQLineEdit</a> <a href="ntqlistbox.html#selectionChanged">TQListBox</a> <a href="ntqlistview.html#selectionChanged">TQListView</a> <a href="ntqtable.html#selectionChanged">TQTable</a> <a href="tqtextedit.html#selectionChanged">TQTextEdit</a><li>selectionLength: + <a href="qaccessibleinterface.html#selection">TQAccessibleInterface</a> <a href="tqtable.html#selection">TQTable</a><li>selectionChanged: + <a href="tqclipboard.html#selectionChanged">TQClipboard</a> <a href="tqiconview.html#selectionChanged">TQIconView</a> <a href="tqlineedit.html#selectionChanged">TQLineEdit</a> <a href="tqlistbox.html#selectionChanged">TQListBox</a> <a href="tqlistview.html#selectionChanged">TQListView</a> <a href="tqtable.html#selectionChanged">TQTable</a> <a href="tqtextedit.html#selectionChanged">TQTextEdit</a><li>selectionLength: <a href="qimevent.html#selectionLength">TQIMEvent</a><li>selectionMode: - <a href="tqiconview.html#selectionMode">TQIconView</a> <a href="ntqlistbox.html#selectionMode">TQListBox</a> <a href="ntqlistview.html#selectionMode">TQListView</a> <a href="ntqtable.html#selectionMode">TQTable</a><li>selectionStart: + <a href="tqiconview.html#selectionMode">TQIconView</a> <a href="tqlistbox.html#selectionMode">TQListBox</a> <a href="tqlistview.html#selectionMode">TQListView</a> <a href="tqtable.html#selectionMode">TQTable</a><li>selectionStart: <a href="tqlineedit.html#selectionStart">TQLineEdit</a><li>selfMask: <a href="tqpixmap.html#selfMask">TQPixmap</a><li>selfNesting: <a href="tqstylesheetitem.html#selfNesting">TQStyleSheetItem</a><li>sendBufferSize: @@ -2316,7 +2316,7 @@ sRect: <a href="tqdns.html#servers">TQDns</a><li>sessionId: <a href="ntqapplication.html#sessionId">TQApplication</a> <a href="tqsessionmanager.html#sessionId">TQSessionManager</a><li>sessionKey: <a href="ntqapplication.html#sessionKey">TQApplication</a> <a href="tqsessionmanager.html#sessionKey">TQSessionManager</a><li>setAccel: - <a href="tqaction.html#setAccel">TQAction</a> <a href="ntqbutton.html#setAccel">TQButton</a> <a href="ntqbutton.html#setAccel">TQCheckBox</a> <a href="tqmenudata.html#setAccel">TQMenuData</a> <a href="tqmenudata.html#setAccel">TQPopupMenu</a> <a href="ntqbutton.html#setAccel">TQPushButton</a> <a href="ntqbutton.html#setAccel">TQRadioButton</a><li>setAcceptDockWindow: + <a href="tqaction.html#setAccel">TQAction</a> <a href="tqbutton.html#setAccel">TQButton</a> <a href="tqbutton.html#setAccel">TQCheckBox</a> <a href="tqmenudata.html#setAccel">TQMenuData</a> <a href="tqmenudata.html#setAccel">TQPopupMenu</a> <a href="tqbutton.html#setAccel">TQPushButton</a> <a href="tqbutton.html#setAccel">TQRadioButton</a><li>setAcceptDockWindow: <a href="ntqdockarea.html#setAcceptDockWindow">TQDockArea</a><li>setAcceptDrops: <a href="tqwidget.html#setAcceptDrops">TQWidget</a><li>setAccum: <a href="tqglformat.html#setAccum">TQGLFormat</a><li>setAction: @@ -2327,16 +2327,16 @@ sRect: <a href="tqhostaddress.html#setAddress">TQHostAddress</a><li>setAddressReusable: <a href="tqsocketdevice.html#setAddressReusable">TQSocketDevice</a><li>setAdvancePeriod: <a href="tqcanvas.html#setAdvancePeriod">TQCanvas</a><li>setAlignment: - <a href="ntqgroupbox.html#setAlignment">TQGroupBox</a> <a href="tqlabel.html#setAlignment">TQLabel</a> <a href="qlayoutitem.html#setAlignment">TQLayoutItem</a> <a href="tqlineedit.html#setAlignment">TQLineEdit</a> <a href="ntqmultilineedit.html#setAlignment">TQMultiLineEdit</a> <a href="tqstylesheetitem.html#setAlignment">TQStyleSheetItem</a> <a href="tqtextedit.html#setAlignment">TQTextEdit</a><li>setAllChanged: + <a href="ntqgroupbox.html#setAlignment">TQGroupBox</a> <a href="tqlabel.html#setAlignment">TQLabel</a> <a href="qlayoutitem.html#setAlignment">TQLayoutItem</a> <a href="tqlineedit.html#setAlignment">TQLineEdit</a> <a href="tqmultilineedit.html#setAlignment">TQMultiLineEdit</a> <a href="tqstylesheetitem.html#setAlignment">TQStyleSheetItem</a> <a href="tqtextedit.html#setAlignment">TQTextEdit</a><li>setAllChanged: <a href="tqcanvas.html#setAllChanged">TQCanvas</a><li>setAllColumnsShowFocus: - <a href="ntqlistview.html#setAllColumnsShowFocus">TQListView</a><li>setAlpha: + <a href="tqlistview.html#setAllColumnsShowFocus">TQListView</a><li>setAlpha: <a href="tqglformat.html#setAlpha">TQGLFormat</a><li>setAlphaBuffer: <a href="tqimage.html#setAlphaBuffer">TQImage</a><li>setAnchor: <a href="tqstylesheetitem.html#setAnchor">TQStyleSheetItem</a><li>setAngles: <a href="tqcanvasellipse.html#setAngles">TQCanvasEllipse</a><li>setAnimated: <a href="tqcanvasitem.html#setAnimated">TQCanvasItem</a><li>setApplyButton: - <a href="ntqtabdialog.html#setApplyButton">TQTabDialog</a><li>setAppropriate: - <a href="tqmainwindow.html#setAppropriate">TQMainWindow</a> <a href="ntqwizard.html#setAppropriate">TQWizard</a><li>setArg: + <a href="tqtabdialog.html#setApplyButton">TQTabDialog</a><li>setAppropriate: + <a href="tqmainwindow.html#setAppropriate">TQMainWindow</a> <a href="tqwizard.html#setAppropriate">TQWizard</a><li>setArg: <a href="tqnetworkoperation.html#setArg">TQNetworkOperation</a><li>setArguments: <a href="ntqassistantclient.html#setArguments">TQAssistantClient</a> <a href="tqprocess.html#setArguments">TQProcess</a><li>setArrangement: <a href="tqiconview.html#setArrangement">TQIconView</a><li>setAscii: @@ -2350,7 +2350,7 @@ sRect: <a href="tqdateedit.html#setAutoAdvance">TQDateEdit</a> <a href="tqdatetimeedit.html#setAutoAdvance">TQDateTimeEdit</a> <a href="tqtimeedit.html#setAutoAdvance">TQTimeEdit</a><li>setAutoArrange: <a href="tqiconview.html#setAutoArrange">TQIconView</a><li>setAutoBufferSwap: <a href="tqglwidget.html#setAutoBufferSwap">TQGLWidget</a><li>setAutoClose: - <a href="ntqprogressdialog.html#setAutoClose">TQProgressDialog</a><li>setAutoCompletion: + <a href="tqprogressdialog.html#setAutoClose">TQProgressDialog</a><li>setAutoCompletion: <a href="tqcombobox.html#setAutoCompletion">TQComboBox</a><li>setAutoDefault: <a href="tqpushbutton.html#setAutoDefault">TQPushButton</a><li>setAutoDelete: <a href="tqptrcollection.html#setAutoDelete">TQAsciiDict</a> <a href="tqptrcollection.html#setAutoDelete">TQCache</a> <a href="tqdatatable.html#setAutoDelete">TQDataTable</a> <a href="tqptrcollection.html#setAutoDelete">TQDict</a> <a href="tqiconfactory.html#setAutoDelete">TQIconFactory</a> <a href="tqptrcollection.html#setAutoDelete">TQIntDict</a> <a href="tqnetworkprotocol.html#setAutoDelete">TQNetworkProtocol</a> <a href="tqptrcollection.html#setAutoDelete">TQPtrCollection</a> <a href="tqptrcollection.html#setAutoDelete">TQPtrDict</a> <a href="tqptrcollection.html#setAutoDelete">TQPtrList</a> <a href="tqptrqueue.html#setAutoDelete">TQPtrQueue</a> <a href="tqptrstack.html#setAutoDelete">TQPtrStack</a> <a href="tqptrcollection.html#setAutoDelete">TQPtrVector</a><li>setAutoEdit: @@ -2358,22 +2358,22 @@ sRect: <a href="tqtextedit.html#setAutoFormatting">TQTextEdit</a><li>setAutoMask: <a href="tqwidget.html#setAutoMask">TQWidget</a><li>setAutoRaise: <a href="tqtoolbutton.html#setAutoRaise">TQToolButton</a><li>setAutoRepeat: - <a href="ntqbutton.html#setAutoRepeat">TQButton</a> <a href="ntqbutton.html#setAutoRepeat">TQCheckBox</a> <a href="ntqbutton.html#setAutoRepeat">TQPushButton</a> <a href="ntqbutton.html#setAutoRepeat">TQRadioButton</a><li>setAutoReset: - <a href="ntqprogressdialog.html#setAutoReset">TQProgressDialog</a><li>setAutoUnload: + <a href="tqbutton.html#setAutoRepeat">TQButton</a> <a href="tqbutton.html#setAutoRepeat">TQCheckBox</a> <a href="tqbutton.html#setAutoRepeat">TQPushButton</a> <a href="tqbutton.html#setAutoRepeat">TQRadioButton</a><li>setAutoReset: + <a href="tqprogressdialog.html#setAutoReset">TQProgressDialog</a><li>setAutoUnload: <a href="ntqlibrary.html#setAutoUnload">TQLibrary</a><li>setBackEnabled: - <a href="ntqwizard.html#setBackEnabled">TQWizard</a><li>setBackgroundColor: + <a href="tqwizard.html#setBackEnabled">TQWizard</a><li>setBackgroundColor: <a href="tqcanvas.html#setBackgroundColor">TQCanvas</a> <a href="tqmovie.html#setBackgroundColor">TQMovie</a> <a href="tqpainter.html#setBackgroundColor">TQPainter</a><li>setBackgroundMode: <a href="tqpainter.html#setBackgroundMode">TQPainter</a> <a href="tqwidget.html#setBackgroundMode">TQWidget</a><li>setBackgroundOrigin: <a href="tqwidget.html#setBackgroundOrigin">TQWidget</a><li>setBackgroundPixmap: <a href="tqcanvas.html#setBackgroundPixmap">TQCanvas</a><li>setBar: - <a href="ntqprogressdialog.html#setBar">TQProgressDialog</a><li>setBaseSize: + <a href="tqprogressdialog.html#setBar">TQProgressDialog</a><li>setBaseSize: <a href="tqwidget.html#setBaseSize">TQWidget</a><li>setBinMode: <a href="tqlcdnumber.html#setBinMode">TQLCDNumber</a><li>setBit: <a href="tqbitarray.html#setBit">TQBitArray</a><li>setBlocking: <a href="tqsocketdevice.html#setBlocking">TQSocketDevice</a><li>setBold: <a href="tqfont.html#setBold">TQFont</a> <a href="tqtextedit.html#setBold">TQTextEdit</a><li>setBottom: <a href="qdoublevalidator.html#setBottom">TQDoubleValidator</a> <a href="qintvalidator.html#setBottom">TQIntValidator</a> <a href="tqrect.html#setBottom">TQRect</a><li>setBottomItem: - <a href="ntqlistbox.html#setBottomItem">TQListBox</a><li>setBottomLeft: + <a href="tqlistbox.html#setBottomItem">TQListBox</a><li>setBottomLeft: <a href="tqrect.html#setBottomLeft">TQRect</a><li>setBottomRight: <a href="tqrect.html#setBottomRight">TQRect</a><li>setBoundaryChecking: <a href="tqdatabrowser.html#setBoundaryChecking">TQDataBrowser</a><li>setBoundingRect: @@ -2382,31 +2382,31 @@ sRect: <a href="tqpainter.html#setBrushOrigin">TQPainter</a><li>setBuddy: <a href="tqlabel.html#setBuddy">TQLabel</a><li>setBuffer: <a href="tqbuffer.html#setBuffer">TQBuffer</a><li>setButton: - <a href="ntqbuttongroup.html#setButton">TQButtonGroup</a><li>setButtonSymbols: + <a href="tqbuttongroup.html#setButton">TQButtonGroup</a><li>setButtonSymbols: <a href="tqspinbox.html#setButtonSymbols">TQSpinBox</a><li>setButtonText: <a href="ntqmessagebox.html#setButtonText">TQMessageBox</a><li>setByteOrder: <a href="tqdatastream.html#setByteOrder">TQDataStream</a><li>setCacheLimit: <a href="tqpixmapcache.html#setCacheLimit">TQPixmapCache</a><li>setCaching: <a href="tqfileinfo.html#setCaching">TQFileInfo</a><li>setCalculated: <a href="tqsqlcursor.html#setCalculated">TQSqlCursor</a> <a href="tqsqlfieldinfo.html#setCalculated">TQSqlFieldInfo</a><li>setCancelButton: - <a href="ntqprogressdialog.html#setCancelButton">TQProgressDialog</a> <a href="ntqtabdialog.html#setCancelButton">TQTabDialog</a><li>setCancelButtonText: - <a href="ntqprogressdialog.html#setCancelButtonText">TQProgressDialog</a><li>setCanvas: + <a href="tqprogressdialog.html#setCancelButton">TQProgressDialog</a> <a href="tqtabdialog.html#setCancelButton">TQTabDialog</a><li>setCancelButtonText: + <a href="tqprogressdialog.html#setCancelButtonText">TQProgressDialog</a><li>setCanvas: <a href="tqcanvasitem.html#setCanvas">TQCanvasItem</a> <a href="tqcanvasview.html#setCanvas">TQCanvasView</a><li>setCapStyle: <a href="tqpen.html#setCapStyle">TQPen</a><li>setCaption: <a href="tqwidget.html#setCaption">TQWidget</a><li>setCaseSensitive: <a href="tqregexp.html#setCaseSensitive">TQRegExp</a><li>setCellContentFromEditor: - <a href="ntqtable.html#setCellContentFromEditor">TQTable</a><li>setCellHeight: - <a href="ntqgridview.html#setCellHeight">TQGridView</a><li>setCellWidget: - <a href="ntqtable.html#setCellWidget">TQTable</a><li>setCellWidth: - <a href="ntqgridview.html#setCellWidth">TQGridView</a><li>setCenterIndicator: - <a href="ntqprogressbar.html#setCenterIndicator">TQProgressBar</a><li>setCentralWidget: + <a href="tqtable.html#setCellContentFromEditor">TQTable</a><li>setCellHeight: + <a href="tqgridview.html#setCellHeight">TQGridView</a><li>setCellWidget: + <a href="tqtable.html#setCellWidget">TQTable</a><li>setCellWidth: + <a href="tqgridview.html#setCellWidth">TQGridView</a><li>setCenterIndicator: + <a href="tqprogressbar.html#setCenterIndicator">TQProgressBar</a><li>setCentralWidget: <a href="tqmainwindow.html#setCentralWidget">TQMainWindow</a><li>setChanged: <a href="tqcanvas.html#setChanged">TQCanvas</a><li>setCheckable: <a href="ntqgroupbox.html#setCheckable">TQGroupBox</a> <a href="tqpopupmenu.html#setCheckable">TQPopupMenu</a><li>setChecked: <a href="tqcheckbox.html#setChecked">TQCheckBox</a> <a href="tqchecktableitem.html#setChecked">TQCheckTableItem</a> <a href="ntqgroupbox.html#setChecked">TQGroupBox</a> <a href="tqradiobutton.html#setChecked">TQRadioButton</a><li>setChildGeometries: <a href="tqwidgetstack.html#setChildGeometries">TQWidgetStack</a><li>setChildrenCollapsible: <a href="ntqsplitter.html#setChildrenCollapsible">TQSplitter</a><li>setClickEnabled: - <a href="ntqheader.html#setClickEnabled">TQHeader</a><li>setClipRect: + <a href="tqheader.html#setClickEnabled">TQHeader</a><li>setClipRect: <a href="tqpainter.html#setClipRect">TQPainter</a><li>setClipRegion: <a href="tqpainter.html#setClipRegion">TQPainter</a><li>setClipping: <a href="tqpainter.html#setClipping">TQPainter</a><li>setCloseMode: @@ -2415,25 +2415,25 @@ sRect: <a href="tqtextcodec.html#setCodecForCStrings">TQTextCodec</a><li>setCodecForLocale: <a href="tqtextcodec.html#setCodecForLocale">TQTextCodec</a><li>setCodecForTr: <a href="tqtextcodec.html#setCodecForTr">TQTextCodec</a><li>setCol: - <a href="qtableitem.html#setCol">TQTableItem</a><li>setColSpacing: - <a href="qgridlayout.html#setColSpacing">TQGridLayout</a><li>setColStretch: - <a href="qgridlayout.html#setColStretch">TQGridLayout</a><li>setCollapsible: + <a href="tqtableitem.html#setCol">TQTableItem</a><li>setColSpacing: + <a href="tqgridlayout.html#setColSpacing">TQGridLayout</a><li>setColStretch: + <a href="tqgridlayout.html#setColStretch">TQGridLayout</a><li>setCollapsible: <a href="ntqsplitter.html#setCollapsible">TQSplitter</a><li>setColor: <a href="tqbrush.html#setColor">TQBrush</a> <a href="tqcanvastext.html#setColor">TQCanvasText</a> <a href="tqcolordrag.html#setColor">TQColorDrag</a> <a href="tqcolorgroup.html#setColor">TQColorGroup</a> <a href="tqimage.html#setColor">TQImage</a> <a href="tqpalette.html#setColor">TQPalette</a> <a href="tqpen.html#setColor">TQPen</a> <a href="tqstylesheetitem.html#setColor">TQStyleSheetItem</a> <a href="tqtextedit.html#setColor">TQTextEdit</a><li>setColorMode: <a href="tqprinter.html#setColorMode">TQPrinter</a><li>setColorSpec: <a href="ntqapplication.html#setColorSpec">TQApplication</a><li>setColormap: <a href="tqglwidget.html#setColormap">TQGLWidget</a><li>setColumn: <a href="tqdatatable.html#setColumn">TQDataTable</a><li>setColumnAlignment: - <a href="ntqlistview.html#setColumnAlignment">TQListView</a><li>setColumnLabels: - <a href="ntqtable.html#setColumnLabels">TQTable</a><li>setColumnLayout: + <a href="tqlistview.html#setColumnAlignment">TQListView</a><li>setColumnLabels: + <a href="tqtable.html#setColumnLabels">TQTable</a><li>setColumnLayout: <a href="ntqgroupbox.html#setColumnLayout">TQGroupBox</a><li>setColumnMode: - <a href="ntqlistbox.html#setColumnMode">TQListBox</a><li>setColumnMovingEnabled: - <a href="ntqtable.html#setColumnMovingEnabled">TQTable</a><li>setColumnReadOnly: - <a href="ntqtable.html#setColumnReadOnly">TQTable</a><li>setColumnStretchable: - <a href="ntqtable.html#setColumnStretchable">TQTable</a><li>setColumnText: - <a href="ntqlistview.html#setColumnText">TQListView</a><li>setColumnWidth: - <a href="tqdatatable.html#setColumnWidth">TQDataTable</a> <a href="ntqlistview.html#setColumnWidth">TQListView</a> <a href="ntqtable.html#setColumnWidth">TQTable</a><li>setColumnWidthMode: - <a href="ntqlistview.html#setColumnWidthMode">TQListView</a><li>setColumns: + <a href="tqlistbox.html#setColumnMode">TQListBox</a><li>setColumnMovingEnabled: + <a href="tqtable.html#setColumnMovingEnabled">TQTable</a><li>setColumnReadOnly: + <a href="tqtable.html#setColumnReadOnly">TQTable</a><li>setColumnStretchable: + <a href="tqtable.html#setColumnStretchable">TQTable</a><li>setColumnText: + <a href="tqlistview.html#setColumnText">TQListView</a><li>setColumnWidth: + <a href="tqdatatable.html#setColumnWidth">TQDataTable</a> <a href="tqlistview.html#setColumnWidth">TQListView</a> <a href="tqtable.html#setColumnWidth">TQTable</a><li>setColumnWidthMode: + <a href="tqlistview.html#setColumnWidthMode">TQListView</a><li>setColumns: <a href="ntqgroupbox.html#setColumns">TQGroupBox</a><li>setCommunication: <a href="tqprocess.html#setCommunication">TQProcess</a><li>setConfirmCancels: <a href="tqdatabrowser.html#setConfirmCancels">TQDataBrowser</a> <a href="tqdatatable.html#setConfirmCancels">TQDataTable</a><li>setConfirmDelete: @@ -2443,7 +2443,7 @@ sRect: <a href="tqdatabrowser.html#setConfirmUpdate">TQDataBrowser</a> <a href="tqdatatable.html#setConfirmUpdate">TQDataTable</a><li>setConnectOptions: <a href="tqsqldatabase.html#setConnectOptions">TQSqlDatabase</a><li>setContent: <a href="tqdomdocument.html#setContent">TQDomDocument</a><li>setContentFromEditor: - <a href="qtableitem.html#setContentFromEditor">TQTableItem</a><li>setContentHandler: + <a href="tqtableitem.html#setContentFromEditor">TQTableItem</a><li>setContentHandler: <a href="tqxmlreader.html#setContentHandler">TQXmlReader</a><li>setContentLength: <a href="tqhttpheader.html#setContentLength">TQHttpHeader</a><li>setContentType: <a href="tqhttpheader.html#setContentType">TQHttpHeader</a><li>setContentsPos: @@ -2453,22 +2453,22 @@ sRect: <a href="tqstylesheetitem.html#setContexts">TQStyleSheetItem</a><li>setControlPoints: <a href="tqcanvasspline.html#setControlPoints">TQCanvasSpline</a><li>setCoords: <a href="tqrect.html#setCoords">TQRect</a><li>setCornerWidget: - <a href="tqscrollview.html#setCornerWidget">TQScrollView</a> <a href="ntqtabwidget.html#setCornerWidget">TQTabWidget</a><li>setCreator: + <a href="tqscrollview.html#setCornerWidget">TQScrollView</a> <a href="tqtabwidget.html#setCornerWidget">TQTabWidget</a><li>setCreator: <a href="tqprinter.html#setCreator">TQPrinter</a><li>setCurrent: <a href="tqdir.html#setCurrent">TQDir</a><li>setCurrentCell: - <a href="ntqtable.html#setCurrentCell">TQTable</a><li>setCurrentFont: + <a href="tqtable.html#setCurrentCell">TQTable</a><li>setCurrentFont: <a href="tqtextedit.html#setCurrentFont">TQTextEdit</a><li>setCurrentIndex: <a href="tqtoolbox.html#setCurrentIndex">TQToolBox</a><li>setCurrentItem: - <a href="tqcombobox.html#setCurrentItem">TQComboBox</a> <a href="tqcombotableitem.html#setCurrentItem">TQComboTableItem</a> <a href="tqiconview.html#setCurrentItem">TQIconView</a> <a href="ntqlistbox.html#setCurrentItem">TQListBox</a> <a href="ntqlistview.html#setCurrentItem">TQListView</a> <a href="tqtoolbox.html#setCurrentItem">TQToolBox</a><li>setCurrentPage: - <a href="ntqtabwidget.html#setCurrentPage">TQTabWidget</a><li>setCurrentTab: - <a href="ntqtabbar.html#setCurrentTab">TQTabBar</a><li>setCurrentText: + <a href="tqcombobox.html#setCurrentItem">TQComboBox</a> <a href="tqcombotableitem.html#setCurrentItem">TQComboTableItem</a> <a href="tqiconview.html#setCurrentItem">TQIconView</a> <a href="tqlistbox.html#setCurrentItem">TQListBox</a> <a href="tqlistview.html#setCurrentItem">TQListView</a> <a href="tqtoolbox.html#setCurrentItem">TQToolBox</a><li>setCurrentPage: + <a href="tqtabwidget.html#setCurrentPage">TQTabWidget</a><li>setCurrentTab: + <a href="tqtabbar.html#setCurrentTab">TQTabBar</a><li>setCurrentText: <a href="tqcombobox.html#setCurrentText">TQComboBox</a><li>setCursor: <a href="tqwidget.html#setCursor">TQWidget</a><li>setCursorFlashTime: <a href="ntqapplication.html#setCursorFlashTime">TQApplication</a><li>setCursorName: <a href="tqsqlindex.html#setCursorName">TQSqlIndex</a><li>setCursorPosition: - <a href="tqlineedit.html#setCursorPosition">TQLineEdit</a> <a href="ntqmultilineedit.html#setCursorPosition">TQMultiLineEdit</a> <a href="tqtextedit.html#setCursorPosition">TQTextEdit</a><li>setCustomColor: + <a href="tqlineedit.html#setCursorPosition">TQLineEdit</a> <a href="tqmultilineedit.html#setCursorPosition">TQMultiLineEdit</a> <a href="tqtextedit.html#setCursorPosition">TQTextEdit</a><li>setCustomColor: <a href="tqcolordialog.html#setCustomColor">TQColorDialog</a><li>setCustomHighlighting: - <a href="qlistboxitem.html#setCustomHighlighting">TQListBoxItem</a><li>setDTDHandler: + <a href="tqlistboxitem.html#setCustomHighlighting">TQListBoxItem</a><li>setDTDHandler: <a href="tqxmlreader.html#setDTDHandler">TQXmlReader</a><li>setData: <a href="tqclipboard.html#setData">TQClipboard</a> <a href="qcustomevent.html#setData">TQCustomEvent</a> <a href="tqdomcharacterdata.html#setData">TQDomCharacterData</a> <a href="tqdomprocessinginstruction.html#setData">TQDomProcessingInstruction</a> <a href="tqicondragitem.html#setData">TQIconDragItem</a> <a href="tqmimesourcefactory.html#setData">TQMimeSourceFactory</a> <a href="tqpicture.html#setData">TQPicture</a> <a href="tqxmlinputsource.html#setData">TQXmlInputSource</a><li>setDatabaseName: <a href="tqsqldatabase.html#setDatabaseName">TQSqlDatabase</a><li>setDatabaseText: @@ -2482,13 +2482,13 @@ sRect: <a href="tqxmlreader.html#setDeclHandler">TQXmlReader</a><li>setDecodingFunction: <a href="tqfile.html#setDecodingFunction">TQFile</a><li>setDefault: <a href="tqlocale.html#setDefault">TQLocale</a> <a href="tqpushbutton.html#setDefault">TQPushButton</a><li>setDefaultButton: - <a href="ntqtabdialog.html#setDefaultButton">TQTabDialog</a><li>setDefaultFactory: + <a href="tqtabdialog.html#setDefaultButton">TQTabDialog</a><li>setDefaultFactory: <a href="tqmimesourcefactory.html#setDefaultFactory">TQMimeSourceFactory</a><li>setDefaultFont: <a href="tqsimplerichtext.html#setDefaultFont">TQSimpleRichText</a><li>setDefaultFormat: <a href="tqglformat.html#setDefaultFormat">TQGLFormat</a><li>setDefaultOptimization: <a href="tqpixmap.html#setDefaultOptimization">TQPixmap</a><li>setDefaultOverlayFormat: <a href="tqglformat.html#setDefaultOverlayFormat">TQGLFormat</a><li>setDefaultRenameAction: - <a href="ntqlistview.html#setDefaultRenameAction">TQListView</a><li>setDefaultSheet: + <a href="tqlistview.html#setDefaultRenameAction">TQListView</a><li>setDefaultSheet: <a href="tqstylesheet.html#setDefaultSheet">TQStyleSheet</a><li>setDefaultUp: <a href="tqmenubar.html#setDefaultUp">TQMenuBar</a><li>setDelay: <a href="tqtooltipgroup.html#setDelay">TQToolTipGroup</a><li>setDepth: @@ -2514,19 +2514,19 @@ sRect: <a href="tqglformat.html#setDoubleBuffer">TQGLFormat</a><li>setDoubleBuffering: <a href="tqcanvas.html#setDoubleBuffering">TQCanvas</a><li>setDoubleClickInterval: <a href="ntqapplication.html#setDoubleClickInterval">TQApplication</a><li>setDown: - <a href="ntqbutton.html#setDown">TQButton</a> <a href="ntqbutton.html#setDown">TQCheckBox</a> <a href="ntqbutton.html#setDown">TQPushButton</a> <a href="ntqbutton.html#setDown">TQRadioButton</a><li>setDragAutoScroll: + <a href="tqbutton.html#setDown">TQButton</a> <a href="tqbutton.html#setDown">TQCheckBox</a> <a href="tqbutton.html#setDown">TQPushButton</a> <a href="tqbutton.html#setDown">TQRadioButton</a><li>setDragAutoScroll: <a href="tqscrollview.html#setDragAutoScroll">TQScrollView</a><li>setDragEnabled: - <a href="tqiconviewitem.html#setDragEnabled">TQIconViewItem</a> <a href="tqlineedit.html#setDragEnabled">TQLineEdit</a> <a href="qlistviewitem.html#setDragEnabled">TQListViewItem</a> <a href="ntqtable.html#setDragEnabled">TQTable</a><li>setDriverText: + <a href="tqiconviewitem.html#setDragEnabled">TQIconViewItem</a> <a href="tqlineedit.html#setDragEnabled">TQLineEdit</a> <a href="tqlistviewitem.html#setDragEnabled">TQListViewItem</a> <a href="tqtable.html#setDragEnabled">TQTable</a><li>setDriverText: <a href="tqsqlerror.html#setDriverText">TQSqlError</a><li>setDropEnabled: - <a href="tqiconviewitem.html#setDropEnabled">TQIconViewItem</a> <a href="qlistviewitem.html#setDropEnabled">TQListViewItem</a><li>setDuplicatesEnabled: + <a href="tqiconviewitem.html#setDropEnabled">TQIconViewItem</a> <a href="tqlistviewitem.html#setDropEnabled">TQListViewItem</a><li>setDuplicatesEnabled: <a href="tqcombobox.html#setDuplicatesEnabled">TQComboBox</a><li>setEchoMode: <a href="tqlineedit.html#setEchoMode">TQLineEdit</a><li>setEditMode: - <a href="ntqtable.html#setEditMode">TQTable</a><li>setEditText: + <a href="tqtable.html#setEditMode">TQTable</a><li>setEditText: <a href="tqcombobox.html#setEditText">TQComboBox</a><li>setEditable: <a href="tqcombobox.html#setEditable">TQComboBox</a> <a href="tqcombotableitem.html#setEditable">TQComboTableItem</a><li>setEdited: - <a href="ntqmultilineedit.html#setEdited">TQMultiLineEdit</a><li>setEffectEnabled: + <a href="tqmultilineedit.html#setEdited">TQMultiLineEdit</a><li>setEffectEnabled: <a href="ntqapplication.html#setEffectEnabled">TQApplication</a><li>setEnabled: - <a href="ntqaccel.html#setEnabled">TQAccel</a> <a href="tqaction.html#setEnabled">TQAction</a> <a href="tqcanvasitem.html#setEnabled">TQCanvasItem</a> <a href="ntqlayout.html#setEnabled">TQLayout</a> <a href="qlistviewitem.html#setEnabled">TQListViewItem</a> <a href="tqsocketnotifier.html#setEnabled">TQSocketNotifier</a> <a href="qtab.html#setEnabled">TQTab</a> <a href="qtableitem.html#setEnabled">TQTableItem</a> <a href="tqtooltipgroup.html#setEnabled">TQToolTipGroup</a> <a href="tqwidget.html#setEnabled">TQWidget</a><li>setEncodedData: + <a href="ntqaccel.html#setEnabled">TQAccel</a> <a href="tqaction.html#setEnabled">TQAction</a> <a href="tqcanvasitem.html#setEnabled">TQCanvasItem</a> <a href="ntqlayout.html#setEnabled">TQLayout</a> <a href="tqlistviewitem.html#setEnabled">TQListViewItem</a> <a href="tqsocketnotifier.html#setEnabled">TQSocketNotifier</a> <a href="tqtab.html#setEnabled">TQTab</a> <a href="tqtableitem.html#setEnabled">TQTableItem</a> <a href="tqtooltipgroup.html#setEnabled">TQToolTipGroup</a> <a href="tqwidget.html#setEnabled">TQWidget</a><li>setEncodedData: <a href="tqstoreddrag.html#setEncodedData">TQStoredDrag</a><li>setEncodedPathAndQuery: <a href="tqurl.html#setEncodedPathAndQuery">TQUrl</a><li>setEncoding: <a href="tqtextstream.html#setEncoding">TQTextStream</a><li>setEncodingFunction: @@ -2540,9 +2540,9 @@ sRect: <a href="tqnetworkoperation.html#setErrorCode">TQNetworkOperation</a><li>setErrorHandler: <a href="tqxmlreader.html#setErrorHandler">TQXmlReader</a><li>setErrorString: <a href="tqfile.html#setErrorString">TQFile</a><li>setExclusive: - <a href="tqactiongroup.html#setExclusive">TQActionGroup</a> <a href="ntqbuttongroup.html#setExclusive">TQButtonGroup</a><li>setExpand: + <a href="tqactiongroup.html#setExclusive">TQActionGroup</a> <a href="tqbuttongroup.html#setExclusive">TQButtonGroup</a><li>setExpand: <a href="tqcstring.html#setExpand">TQCString</a><li>setExpandable: - <a href="qlistviewitem.html#setExpandable">TQListViewItem</a><li>setExtension: + <a href="tqlistviewitem.html#setExpandable">TQListViewItem</a><li>setExtension: <a href="tqdialog.html#setExtension">TQDialog</a><li>setExtensionType: <a href="tqmimesourcefactory.html#setExtensionType">TQMimeSourceFactory</a><li>setFalseText: <a href="tqdatatable.html#setFalseText">TQDataTable</a><li>setFamily: @@ -2554,7 +2554,7 @@ sRect: <a href="tqmimesourcefactory.html#setFilePath">TQMimeSourceFactory</a><li>setFilter: <a href="tqdatabrowser.html#setFilter">TQDataBrowser</a> <a href="tqdatatable.html#setFilter">TQDataTable</a> <a href="tqdir.html#setFilter">TQDir</a> <a href="tqfiledialog.html#setFilter">TQFileDialog</a> <a href="tqsqlcursor.html#setFilter">TQSqlCursor</a><li>setFilters: <a href="tqfiledialog.html#setFilters">TQFileDialog</a><li>setFinishEnabled: - <a href="ntqwizard.html#setFinishEnabled">TQWizard</a><li>setFixedExtentHeight: + <a href="tqwizard.html#setFinishEnabled">TQWizard</a><li>setFixedExtentHeight: <a href="ntqdockwindow.html#setFixedExtentHeight">TQDockWindow</a><li>setFixedExtentWidth: <a href="ntqdockwindow.html#setFixedExtentWidth">TQDockWindow</a><li>setFixedHeight: <a href="tqwidget.html#setFixedHeight">TQWidget</a><li>setFixedPitch: @@ -2567,8 +2567,8 @@ sRect: <a href="tqwidget.html#setFocusPolicy">TQWidget</a><li>setFocusProxy: <a href="tqwidget.html#setFocusProxy">TQWidget</a><li>setFocusRectPolicy: <a href="qmacstyle.html#setFocusRectPolicy">TQMacStyle</a><li>setFocusStyle: - <a href="ntqtable.html#setFocusStyle">TQTable</a><li>setFont: - <a href="ntqapplication.html#setFont">TQApplication</a> <a href="tqcanvastext.html#setFont">TQCanvasText</a> <a href="tqcombobox.html#setFont">TQComboBox</a> <a href="qcustommenuitem.html#setFont">TQCustomMenuItem</a> <a href="tqlabel.html#setFont">TQLabel</a> <a href="tqpainter.html#setFont">TQPainter</a> <a href="ntqtabdialog.html#setFont">TQTabDialog</a> <a href="tqtooltip.html#setFont">TQToolTip</a> <a href="tqwhatsthis.html#setFont">TQWhatsThis</a> <a href="tqwidget.html#setFont">TQWidget</a><li>setFontFamily: + <a href="tqtable.html#setFocusStyle">TQTable</a><li>setFont: + <a href="ntqapplication.html#setFont">TQApplication</a> <a href="tqcanvastext.html#setFont">TQCanvasText</a> <a href="tqcombobox.html#setFont">TQComboBox</a> <a href="qcustommenuitem.html#setFont">TQCustomMenuItem</a> <a href="tqlabel.html#setFont">TQLabel</a> <a href="tqpainter.html#setFont">TQPainter</a> <a href="tqtabdialog.html#setFont">TQTabDialog</a> <a href="tqtooltip.html#setFont">TQToolTip</a> <a href="tqwhatsthis.html#setFont">TQWhatsThis</a> <a href="tqwidget.html#setFont">TQWidget</a><li>setFontFamily: <a href="tqstylesheetitem.html#setFontFamily">TQStyleSheetItem</a><li>setFontItalic: <a href="tqstylesheetitem.html#setFontItalic">TQStyleSheetItem</a><li>setFontSize: <a href="tqstylesheetitem.html#setFontSize">TQStyleSheetItem</a><li>setFontStrikeOut: @@ -2581,15 +2581,15 @@ sRect: <a href="tqcanvassprite.html#setFrame">TQCanvasSprite</a> <a href="tqlineedit.html#setFrame">TQLineEdit</a><li>setFrameAnimation: <a href="tqcanvassprite.html#setFrameAnimation">TQCanvasSprite</a><li>setFramePeriod: <a href="tqimageconsumer.html#setFramePeriod">TQImageConsumer</a><li>setFrameRect: - <a href="ntqframe.html#setFrameRect">TQFrame</a><li>setFrameShadow: - <a href="ntqframe.html#setFrameShadow">TQFrame</a><li>setFrameShape: - <a href="ntqframe.html#setFrameShape">TQFrame</a><li>setFrameStyle: - <a href="ntqframe.html#setFrameStyle">TQFrame</a><li>setFromTo: + <a href="tqframe.html#setFrameRect">TQFrame</a><li>setFrameShadow: + <a href="tqframe.html#setFrameShadow">TQFrame</a><li>setFrameShape: + <a href="tqframe.html#setFrameShape">TQFrame</a><li>setFrameStyle: + <a href="tqframe.html#setFrameStyle">TQFrame</a><li>setFromTo: <a href="tqprinter.html#setFromTo">TQPrinter</a><li>setFullPage: <a href="tqprinter.html#setFullPage">TQPrinter</a><li>setGamma: <a href="tqimageio.html#setGamma">TQImageIO</a><li>setGenerated: <a href="tqsqlcursor.html#setGenerated">TQSqlCursor</a> <a href="tqsqlfieldinfo.html#setGenerated">TQSqlFieldInfo</a> <a href="tqsqlrecord.html#setGenerated">TQSqlRecord</a><li>setGeometry: - <a href="qboxlayout.html#setGeometry">TQBoxLayout</a> <a href="qgridlayout.html#setGeometry">TQGridLayout</a> <a href="ntqlayout.html#setGeometry">TQLayout</a> <a href="qlayoutitem.html#setGeometry">TQLayoutItem</a> <a href="qspaceritem.html#setGeometry">TQSpacerItem</a> <a href="tqwidget.html#setGeometry">TQWidget</a> <a href="tqwidgetitem.html#setGeometry">TQWidgetItem</a><li>setGlobalMouseTracking: + <a href="qboxlayout.html#setGeometry">TQBoxLayout</a> <a href="tqgridlayout.html#setGeometry">TQGridLayout</a> <a href="ntqlayout.html#setGeometry">TQLayout</a> <a href="qlayoutitem.html#setGeometry">TQLayoutItem</a> <a href="qspaceritem.html#setGeometry">TQSpacerItem</a> <a href="tqwidget.html#setGeometry">TQWidget</a> <a href="tqwidgetitem.html#setGeometry">TQWidgetItem</a><li>setGlobalMouseTracking: <a href="ntqapplication.html#setGlobalMouseTracking">TQApplication</a><li>setGlobalStrut: <a href="ntqapplication.html#setGlobalStrut">TQApplication</a><li>setGloballyEnabled: <a href="tqtooltip.html#setGloballyEnabled">TQToolTip</a><li>setGridX: @@ -2600,10 +2600,10 @@ sRect: <a href="tqtime.html#setHMS">TQTime</a><li>setHScrollBarMode: <a href="tqscrollview.html#setHScrollBarMode">TQScrollView</a><li>setHandleWidth: <a href="ntqsplitter.html#setHandleWidth">TQSplitter</a><li>setHeight: - <a href="qlistviewitem.html#setHeight">TQListViewItem</a> <a href="tqrect.html#setHeight">TQRect</a> <a href="tqsize.html#setHeight">TQSize</a><li>setHeightForWidth: + <a href="tqlistviewitem.html#setHeight">TQListViewItem</a> <a href="tqrect.html#setHeight">TQRect</a> <a href="tqsize.html#setHeight">TQSize</a><li>setHeightForWidth: <a href="tqsizepolicy.html#setHeightForWidth">TQSizePolicy</a><li>setHelpButton: - <a href="ntqtabdialog.html#setHelpButton">TQTabDialog</a><li>setHelpEnabled: - <a href="ntqwizard.html#setHelpEnabled">TQWizard</a><li>setHexMode: + <a href="tqtabdialog.html#setHelpButton">TQTabDialog</a><li>setHelpEnabled: + <a href="tqwizard.html#setHelpEnabled">TQWizard</a><li>setHexMode: <a href="tqlcdnumber.html#setHexMode">TQLCDNumber</a><li>setHidden: <a href="tqwidget.html#setHidden">TQWidget</a><li>setHorData: <a href="tqsizepolicy.html#setHorData">TQSizePolicy</a><li>setHorStretch: @@ -2617,16 +2617,16 @@ sRect: <a href="ntqmessagebox.html#setIcon">TQMessageBox</a> <a href="tqwidget.html#setIcon">TQWidget</a><li>setIconPixmap: <a href="ntqmessagebox.html#setIconPixmap">TQMessageBox</a><li>setIconProvider: <a href="tqfiledialog.html#setIconProvider">TQFileDialog</a><li>setIconSet: - <a href="tqaction.html#setIconSet">TQAction</a> <a href="tqpushbutton.html#setIconSet">TQPushButton</a> <a href="qtab.html#setIconSet">TQTab</a> <a href="tqtoolbutton.html#setIconSet">TQToolButton</a><li>setIconSize: + <a href="tqaction.html#setIconSet">TQAction</a> <a href="tqpushbutton.html#setIconSet">TQPushButton</a> <a href="tqtab.html#setIconSet">TQTab</a> <a href="tqtoolbutton.html#setIconSet">TQToolButton</a><li>setIconSize: <a href="tqiconset.html#setIconSize">TQIconSet</a><li>setIconText: <a href="tqwidget.html#setIconText">TQWidget</a><li>setId: <a href="tqmenudata.html#setId">TQMenuData</a><li>setIdentifier: - <a href="qtab.html#setIdentifier">TQTab</a><li>setImage: + <a href="tqtab.html#setIdentifier">TQTab</a><li>setImage: <a href="tqcanvaspixmaparray.html#setImage">TQCanvasPixmapArray</a> <a href="tqclipboard.html#setImage">TQClipboard</a> <a href="tqimagedrag.html#setImage">TQImageDrag</a> <a href="tqimageio.html#setImage">TQImageIO</a> <a href="tqmimesourcefactory.html#setImage">TQMimeSourceFactory</a><li>setInactive: <a href="tqpalette.html#setInactive">TQPalette</a><li>setIndent: <a href="tqlabel.html#setIndent">TQLabel</a><li>setIndicator: - <a href="ntqprogressbar.html#setIndicator">TQProgressBar</a><li>setIndicatorFollowsStyle: - <a href="ntqprogressbar.html#setIndicatorFollowsStyle">TQProgressBar</a><li>setInfoPreview: + <a href="tqprogressbar.html#setIndicator">TQProgressBar</a><li>setIndicatorFollowsStyle: + <a href="tqprogressbar.html#setIndicatorFollowsStyle">TQProgressBar</a><li>setInfoPreview: <a href="tqfiledialog.html#setInfoPreview">TQFileDialog</a><li>setInfoPreviewEnabled: <a href="tqfiledialog.html#setInfoPreviewEnabled">TQFileDialog</a><li>setInitialized: <a href="tqglcontext.html#setInitialized">TQGLContext</a><li>setInputMask: @@ -2636,12 +2636,12 @@ sRect: <a href="ntqgroupbox.html#setInsideMargin">TQGroupBox</a><li>setInsideSpacing: <a href="ntqgroupbox.html#setInsideSpacing">TQGroupBox</a><li>setItalic: <a href="tqfont.html#setItalic">TQFont</a> <a href="tqtextedit.html#setItalic">TQTextEdit</a><li>setItem: - <a href="ntqtable.html#setItem">TQTable</a><li>setItemChecked: + <a href="tqtable.html#setItem">TQTable</a><li>setItemChecked: <a href="tqmenudata.html#setItemChecked">TQMenuData</a> <a href="tqmenudata.html#setItemChecked">TQPopupMenu</a><li>setItemEnabled: <a href="ntqaccel.html#setItemEnabled">TQAccel</a> <a href="tqmenudata.html#setItemEnabled">TQMenuBar</a> <a href="tqmenudata.html#setItemEnabled">TQMenuData</a> <a href="tqmenudata.html#setItemEnabled">TQPopupMenu</a> <a href="tqtoolbox.html#setItemEnabled">TQToolBox</a><li>setItemIconSet: <a href="tqtoolbox.html#setItemIconSet">TQToolBox</a><li>setItemLabel: <a href="tqtoolbox.html#setItemLabel">TQToolBox</a><li>setItemMargin: - <a href="ntqlistview.html#setItemMargin">TQListView</a><li>setItemParameter: + <a href="tqlistview.html#setItemMargin">TQListView</a><li>setItemParameter: <a href="tqmenudata.html#setItemParameter">TQMenuData</a> <a href="tqmenudata.html#setItemParameter">TQPopupMenu</a><li>setItemRect: <a href="tqiconviewitem.html#setItemRect">TQIconViewItem</a><li>setItemTextBackground: <a href="tqiconview.html#setItemTextBackground">TQIconView</a><li>setItemTextPos: @@ -2652,19 +2652,19 @@ sRect: <a href="tqpen.html#setJoinStyle">TQPen</a><li>setKey: <a href="tqiconviewitem.html#setKey">TQIconViewItem</a><li>setKeyCompression: <a href="tqwidget.html#setKeyCompression">TQWidget</a><li>setLabel: - <a href="tqdns.html#setLabel">TQDns</a> <a href="ntqheader.html#setLabel">TQHeader</a> <a href="ntqprogressdialog.html#setLabel">TQProgressDialog</a> <a href="tqtoolbar.html#setLabel">TQToolBar</a><li>setLabelText: - <a href="ntqprogressdialog.html#setLabelText">TQProgressDialog</a><li>setLastError: + <a href="tqdns.html#setLabel">TQDns</a> <a href="tqheader.html#setLabel">TQHeader</a> <a href="tqprogressdialog.html#setLabel">TQProgressDialog</a> <a href="tqtoolbar.html#setLabel">TQToolBar</a><li>setLabelText: + <a href="tqprogressdialog.html#setLabelText">TQProgressDialog</a><li>setLastError: <a href="tqsqldriver.html#setLastError">TQSqlDriver</a> <a href="tqsqlresult.html#setLastError">TQSqlResult</a><li>setLastModified: <a href="tqurlinfo.html#setLastModified">TQUrlInfo</a><li>setLatin1: <a href="tqstring.html#setLatin1">TQString</a><li>setLeft: <a href="tqrect.html#setLeft">TQRect</a><li>setLeftMargin: - <a href="ntqtable.html#setLeftMargin">TQTable</a><li>setLength: + <a href="tqtable.html#setLeftMargin">TQTable</a><li>setLength: <a href="tqstring.html#setLength">TQString</a><li>setLexicalHandler: <a href="tqxmlreader.html#setLexicalHandler">TQXmlReader</a><li>setLibraryPaths: <a href="ntqapplication.html#setLibraryPaths">TQApplication</a><li>setLineEdit: <a href="tqcombobox.html#setLineEdit">TQComboBox</a><li>setLineStep: <a href="tqdial.html#setLineStep">TQDial</a> <a href="tqscrollbar.html#setLineStep">TQScrollBar</a> <a href="tqslider.html#setLineStep">TQSlider</a> <a href="tqspinbox.html#setLineStep">TQSpinBox</a><li>setLineWidth: - <a href="ntqframe.html#setLineWidth">TQFrame</a><li>setLinkUnderline: + <a href="tqframe.html#setLineWidth">TQFrame</a><li>setLinkUnderline: <a href="tqtextedit.html#setLinkUnderline">TQTextEdit</a><li>setListBox: <a href="tqcombobox.html#setListBox">TQComboBox</a><li>setListStyle: <a href="tqstylesheetitem.html#setListStyle">TQStyleSheetItem</a><li>setLocalData: @@ -2676,7 +2676,7 @@ sRect: <a href="ntqapplication.html#setMainWidget">TQApplication</a><li>setManagerProperty: <a href="tqsessionmanager.html#setManagerProperty">TQSessionManager</a><li>setMapping: <a href="tqsignalmapper.html#setMapping">TQSignalMapper</a><li>setMargin: - <a href="ntqframe.html#setMargin">TQFrame</a> <a href="ntqlayout.html#setMargin">TQLayout</a> <a href="tqstylesheetitem.html#setMargin">TQStyleSheetItem</a> <a href="ntqtabwidget.html#setMargin">TQTabWidget</a><li>setMargins: + <a href="tqframe.html#setMargin">TQFrame</a> <a href="ntqlayout.html#setMargin">TQLayout</a> <a href="tqstylesheetitem.html#setMargin">TQStyleSheetItem</a> <a href="tqtabwidget.html#setMargin">TQTabWidget</a><li>setMargins: <a href="tqprinter.html#setMargins">TQPrinter</a> <a href="tqscrollview.html#setMargins">TQScrollView</a><li>setMask: <a href="tqpixmap.html#setMask">TQPixmap</a> <a href="tqwidget.html#setMask">TQWidget</a><li>setMatchAllDirs: <a href="tqdir.html#setMatchAllDirs">TQDir</a><li>setMatrix: @@ -2694,12 +2694,12 @@ sRect: <a href="ntqlayout.html#setMenuBar">TQLayout</a><li>setMenuText: <a href="tqaction.html#setMenuText">TQAction</a><li>setMicroFocusHint: <a href="tqwidget.html#setMicroFocusHint">TQWidget</a><li>setMidLineWidth: - <a href="ntqframe.html#setMidLineWidth">TQFrame</a><li>setMimeSourceFactory: + <a href="tqframe.html#setMidLineWidth">TQFrame</a><li>setMimeSourceFactory: <a href="tqtextedit.html#setMimeSourceFactory">TQTextEdit</a><li>setMinMax: <a href="tqprinter.html#setMinMax">TQPrinter</a><li>setMinValue: <a href="tqdateedit.html#setMinValue">TQDateEdit</a> <a href="tqdial.html#setMinValue">TQDial</a> <a href="ntqrangecontrol.html#setMinValue">TQRangeControl</a> <a href="tqscrollbar.html#setMinValue">TQScrollBar</a> <a href="tqslider.html#setMinValue">TQSlider</a> <a href="tqspinbox.html#setMinValue">TQSpinBox</a> <a href="tqtimeedit.html#setMinValue">TQTimeEdit</a><li>setMinimal: <a href="tqregexp.html#setMinimal">TQRegExp</a><li>setMinimumDuration: - <a href="ntqprogressdialog.html#setMinimumDuration">TQProgressDialog</a><li>setMinimumHeight: + <a href="tqprogressdialog.html#setMinimumDuration">TQProgressDialog</a><li>setMinimumHeight: <a href="tqwidget.html#setMinimumHeight">TQWidget</a><li>setMinimumSize: <a href="tqwidget.html#setMinimumSize">TQWidget</a><li>setMinimumWidth: <a href="tqwidget.html#setMinimumWidth">TQWidget</a><li>setMinute: @@ -2710,15 +2710,15 @@ sRect: <a href="tqdateedit.html#setMonth">TQDateEdit</a><li>setMouseTracking: <a href="tqwidget.html#setMouseTracking">TQWidget</a><li>setMovie: <a href="tqlabel.html#setMovie">TQLabel</a><li>setMovingEnabled: - <a href="ntqdockwindow.html#setMovingEnabled">TQDockWindow</a> <a href="ntqheader.html#setMovingEnabled">TQHeader</a><li>setMultiLinesEnabled: - <a href="qlistviewitem.html#setMultiLinesEnabled">TQListViewItem</a><li>setName: + <a href="ntqdockwindow.html#setMovingEnabled">TQDockWindow</a> <a href="tqheader.html#setMovingEnabled">TQHeader</a><li>setMultiLinesEnabled: + <a href="tqlistviewitem.html#setMultiLinesEnabled">TQListViewItem</a><li>setName: <a href="tqfile.html#setName">TQFile</a> <a href="tqobject.html#setName">TQObject</a> <a href="tqsqlcursor.html#setName">TQSqlCursor</a> <a href="tqsqlfield.html#setName">TQSqlField</a> <a href="tqsqlindex.html#setName">TQSqlIndex</a> <a href="tqurlinfo.html#setName">TQUrlInfo</a><li>setNameFilter: <a href="tqdir.html#setNameFilter">TQDir</a> <a href="tqurloperator.html#setNameFilter">TQUrlOperator</a><li>setNamedColor: <a href="tqcolor.html#setNamedColor">TQColor</a><li>setNamedItem: <a href="tqdomnamednodemap.html#setNamedItem">TQDomNamedNodeMap</a><li>setNamedItemNS: <a href="tqdomnamednodemap.html#setNamedItemNS">TQDomNamedNodeMap</a><li>setNewLine: <a href="ntqdockwindow.html#setNewLine">TQDockWindow</a><li>setNextEnabled: - <a href="ntqwizard.html#setNextEnabled">TQWizard</a><li>setNoChange: + <a href="tqwizard.html#setNextEnabled">TQWizard</a><li>setNoChange: <a href="tqcheckbox.html#setNoChange">TQCheckBox</a><li>setNodeValue: <a href="tqdomnode.html#setNodeValue">TQDomNode</a><li>setNotchTarget: <a href="tqdial.html#setNotchTarget">TQDial</a><li>setNotchesVisible: @@ -2727,25 +2727,25 @@ sRect: <a href="tqdatatable.html#setNullText">TQDataTable</a><li>setNum: <a href="tqcstring.html#setNum">TQCString</a> <a href="tqlabel.html#setNum">TQLabel</a> <a href="tqstring.html#setNum">TQString</a><li>setNumColors: <a href="tqimage.html#setNumColors">TQImage</a><li>setNumCols: - <a href="ntqgridview.html#setNumCols">TQGridView</a> <a href="ntqtable.html#setNumCols">TQTable</a><li>setNumCopies: + <a href="tqgridview.html#setNumCols">TQGridView</a> <a href="tqtable.html#setNumCols">TQTable</a><li>setNumCopies: <a href="tqprinter.html#setNumCopies">TQPrinter</a><li>setNumDigits: <a href="tqlcdnumber.html#setNumDigits">TQLCDNumber</a><li>setNumRows: - <a href="ntqgridview.html#setNumRows">TQGridView</a> <a href="ntqtable.html#setNumRows">TQTable</a><li>setNumber: + <a href="tqgridview.html#setNumRows">TQGridView</a> <a href="tqtable.html#setNumRows">TQTable</a><li>setNumber: <a href="tqsqlerror.html#setNumber">TQSqlError</a><li>setOctMode: <a href="tqlcdnumber.html#setOctMode">TQLCDNumber</a><li>setOffset: - <a href="tqcanvaspixmap.html#setOffset">TQCanvasPixmap</a> <a href="ntqdockwindow.html#setOffset">TQDockWindow</a> <a href="ntqheader.html#setOffset">TQHeader</a> <a href="tqimage.html#setOffset">TQImage</a><li>setOkButton: - <a href="ntqtabdialog.html#setOkButton">TQTabDialog</a><li>setOn: - <a href="tqaction.html#setOn">TQAction</a> <a href="ntqbutton.html#setOn">TQButton</a> <a href="tqchecklistitem.html#setOn">TQCheckListItem</a> <a href="tqpushbutton.html#setOn">TQPushButton</a> <a href="tqtoolbutton.html#setOn">TQToolButton</a><li>setOpaqueMoving: + <a href="tqcanvaspixmap.html#setOffset">TQCanvasPixmap</a> <a href="ntqdockwindow.html#setOffset">TQDockWindow</a> <a href="tqheader.html#setOffset">TQHeader</a> <a href="tqimage.html#setOffset">TQImage</a><li>setOkButton: + <a href="tqtabdialog.html#setOkButton">TQTabDialog</a><li>setOn: + <a href="tqaction.html#setOn">TQAction</a> <a href="tqbutton.html#setOn">TQButton</a> <a href="tqchecklistitem.html#setOn">TQCheckListItem</a> <a href="tqpushbutton.html#setOn">TQPushButton</a> <a href="tqtoolbutton.html#setOn">TQToolButton</a><li>setOpaqueMoving: <a href="ntqdockwindow.html#setOpaqueMoving">TQDockWindow</a> <a href="tqmainwindow.html#setOpaqueMoving">TQMainWindow</a><li>setOpaqueResize: <a href="ntqsplitter.html#setOpaqueResize">TQSplitter</a><li>setOpen: - <a href="ntqlistview.html#setOpen">TQListView</a> <a href="qlistviewitem.html#setOpen">TQListViewItem</a> <a href="tqsqldriver.html#setOpen">TQSqlDriver</a><li>setOpenError: + <a href="tqlistview.html#setOpen">TQListView</a> <a href="tqlistviewitem.html#setOpen">TQListViewItem</a> <a href="tqsqldriver.html#setOpen">TQSqlDriver</a><li>setOpenError: <a href="tqsqldriver.html#setOpenError">TQSqlDriver</a><li>setOptimization: <a href="tqpixmap.html#setOptimization">TQPixmap</a><li>setOption: <a href="tqglformat.html#setOption">TQGLFormat</a><li>setOptionEnabled: <a href="tqprinter.html#setOptionEnabled">TQPrinter</a><li>setOrder: <a href="tqdateedit.html#setOrder">TQDateEdit</a><li>setOrientation: - <a href="tqdialog.html#setOrientation">TQDialog</a> <a href="ntqdockwindow.html#setOrientation">TQDockWindow</a> <a href="ntqgroupbox.html#setOrientation">TQGroupBox</a> <a href="ntqheader.html#setOrientation">TQHeader</a> <a href="tqprinter.html#setOrientation">TQPrinter</a> <a href="tqscrollbar.html#setOrientation">TQScrollBar</a> <a href="tqslider.html#setOrientation">TQSlider</a> <a href="ntqsplitter.html#setOrientation">TQSplitter</a><li>setOrigin: - <a href="qgridlayout.html#setOrigin">TQGridLayout</a><li>setOutputFileName: + <a href="tqdialog.html#setOrientation">TQDialog</a> <a href="ntqdockwindow.html#setOrientation">TQDockWindow</a> <a href="ntqgroupbox.html#setOrientation">TQGroupBox</a> <a href="tqheader.html#setOrientation">TQHeader</a> <a href="tqprinter.html#setOrientation">TQPrinter</a> <a href="tqscrollbar.html#setOrientation">TQScrollBar</a> <a href="tqslider.html#setOrientation">TQSlider</a> <a href="ntqsplitter.html#setOrientation">TQSplitter</a><li>setOrigin: + <a href="tqgridlayout.html#setOrigin">TQGridLayout</a><li>setOutputFileName: <a href="tqprinter.html#setOutputFileName">TQPrinter</a><li>setOutputToFile: <a href="tqprinter.html#setOutputToFile">TQPrinter</a><li>setOverlay: <a href="tqglformat.html#setOverlay">TQGLFormat</a><li>setOverline: @@ -2768,13 +2768,13 @@ sRect: <a href="tqdir.html#setPath">TQDir</a> <a href="tqsettings.html#setPath">TQSettings</a> <a href="tqurl.html#setPath">TQUrl</a><li>setPattern: <a href="tqregexp.html#setPattern">TQRegExp</a><li>setPen: <a href="tqcanvaspolygonalitem.html#setPen">TQCanvasPolygonalItem</a> <a href="tqpainter.html#setPen">TQPainter</a><li>setPercentageVisible: - <a href="ntqprogressbar.html#setPercentageVisible">TQProgressBar</a><li>setPermissions: + <a href="tqprogressbar.html#setPercentageVisible">TQProgressBar</a><li>setPermissions: <a href="tqurlinfo.html#setPermissions">TQUrlInfo</a><li>setPicture: <a href="tqiconviewitem.html#setPicture">TQIconViewItem</a> <a href="tqlabel.html#setPicture">TQLabel</a><li>setPixel: <a href="tqimage.html#setPixel">TQImage</a><li>setPixelAlignment: <a href="tqpngimagepacker.html#setPixelAlignment">TQPNGImagePacker</a><li>setPixelSize: <a href="tqfont.html#setPixelSize">TQFont</a><li>setPixmap: - <a href="tqbrush.html#setPixmap">TQBrush</a> <a href="ntqbutton.html#setPixmap">TQButton</a> <a href="ntqbutton.html#setPixmap">TQCheckBox</a> <a href="tqclipboard.html#setPixmap">TQClipboard</a> <a href="tqdragobject.html#setPixmap">TQDragObject</a> <a href="tqiconset.html#setPixmap">TQIconSet</a> <a href="tqiconviewitem.html#setPixmap">TQIconViewItem</a> <a href="tqlabel.html#setPixmap">TQLabel</a> <a href="qlistviewitem.html#setPixmap">TQListViewItem</a> <a href="tqmimesourcefactory.html#setPixmap">TQMimeSourceFactory</a> <a href="ntqbutton.html#setPixmap">TQPushButton</a> <a href="ntqbutton.html#setPixmap">TQRadioButton</a> <a href="ntqsplashscreen.html#setPixmap">TQSplashScreen</a> <a href="ntqtable.html#setPixmap">TQTable</a> <a href="qtableitem.html#setPixmap">TQTableItem</a><li>setPixmapRect: + <a href="tqbrush.html#setPixmap">TQBrush</a> <a href="tqbutton.html#setPixmap">TQButton</a> <a href="tqbutton.html#setPixmap">TQCheckBox</a> <a href="tqclipboard.html#setPixmap">TQClipboard</a> <a href="tqdragobject.html#setPixmap">TQDragObject</a> <a href="tqiconset.html#setPixmap">TQIconSet</a> <a href="tqiconviewitem.html#setPixmap">TQIconViewItem</a> <a href="tqlabel.html#setPixmap">TQLabel</a> <a href="tqlistviewitem.html#setPixmap">TQListViewItem</a> <a href="tqmimesourcefactory.html#setPixmap">TQMimeSourceFactory</a> <a href="tqbutton.html#setPixmap">TQPushButton</a> <a href="tqbutton.html#setPixmap">TQRadioButton</a> <a href="ntqsplashscreen.html#setPixmap">TQSplashScreen</a> <a href="tqtable.html#setPixmap">TQTable</a> <a href="tqtableitem.html#setPixmap">TQTableItem</a><li>setPixmapRect: <a href="tqiconviewitem.html#setPixmapRect">TQIconViewItem</a><li>setPlane: <a href="tqglformat.html#setPlane">TQGLFormat</a><li>setPoint: <a href="tqdropevent.html#setPoint">TQDropEvent</a> <a href="tqpointarray.html#setPoint">TQPointArray</a><li>setPointSize: @@ -2793,13 +2793,13 @@ sRect: <a href="tqdatastream.html#setPrintableData">TQDataStream</a><li>setPrinterName: <a href="tqprinter.html#setPrinterName">TQPrinter</a><li>setPrinterSelectionOption: <a href="tqprinter.html#setPrinterSelectionOption">TQPrinter</a><li>setProgress: - <a href="ntqprogressbar.html#setProgress">TQProgressBar</a> <a href="ntqprogressdialog.html#setProgress">TQProgressDialog</a><li>setProperty: + <a href="tqprogressbar.html#setProgress">TQProgressBar</a> <a href="tqprogressdialog.html#setProgress">TQProgressDialog</a><li>setProperty: <a href="tqobject.html#setProperty">TQObject</a> <a href="tqsqlpropertymap.html#setProperty">TQSqlPropertyMap</a> <a href="tqxmlreader.html#setProperty">TQXmlReader</a><li>setProtocol: <a href="tqurl.html#setProtocol">TQUrl</a><li>setProtocolDetail: <a href="tqnetworkoperation.html#setProtocolDetail">TQNetworkOperation</a><li>setQuality: <a href="tqimageio.html#setQuality">TQImageIO</a><li>setQuery: <a href="tqsqlresult.html#setQuery">TQSqlResult</a> <a href="tqurl.html#setQuery">TQUrl</a><li>setRadioButtonExclusive: - <a href="ntqbuttongroup.html#setRadioButtonExclusive">TQButtonGroup</a><li>setRange: + <a href="tqbuttongroup.html#setRadioButtonExclusive">TQButtonGroup</a><li>setRange: <a href="tqdateedit.html#setRange">TQDateEdit</a> <a href="qdoublevalidator.html#setRange">TQDoubleValidator</a> <a href="qintvalidator.html#setRange">TQIntValidator</a> <a href="ntqrangecontrol.html#setRange">TQRangeControl</a> <a href="ntqrangecontrol.html#setRange">TQSlider</a> <a href="tqtimeedit.html#setRange">TQTimeEdit</a><li>setRasterOp: <a href="tqpainter.html#setRasterOp">TQPainter</a><li>setRawArg: <a href="tqnetworkoperation.html#setRawArg">TQNetworkOperation</a><li>setRawData: @@ -2807,20 +2807,20 @@ sRect: <a href="tqfont.html#setRawMode">TQFont</a><li>setRawName: <a href="tqfont.html#setRawName">TQFont</a><li>setReadBufferSize: <a href="tqsocket.html#setReadBufferSize">TQSocket</a><li>setReadOnly: - <a href="tqdatabrowser.html#setReadOnly">TQDataBrowser</a> <a href="tqlineedit.html#setReadOnly">TQLineEdit</a> <a href="tqsqlfield.html#setReadOnly">TQSqlField</a> <a href="ntqtable.html#setReadOnly">TQTable</a> <a href="tqtextedit.html#setReadOnly">TQTextEdit</a><li>setReadable: + <a href="tqdatabrowser.html#setReadOnly">TQDataBrowser</a> <a href="tqlineedit.html#setReadOnly">TQLineEdit</a> <a href="tqsqlfield.html#setReadOnly">TQSqlField</a> <a href="tqtable.html#setReadOnly">TQTable</a> <a href="tqtextedit.html#setReadOnly">TQTextEdit</a><li>setReadable: <a href="tqurlinfo.html#setReadable">TQUrlInfo</a><li>setReason: <a href="qfocusevent.html#setReason">TQFocusEvent</a><li>setReceiveBufferSize: <a href="tqsocketdevice.html#setReceiveBufferSize">TQSocketDevice</a><li>setRecord: <a href="tqdataview.html#setRecord">TQDataView</a> <a href="tqsqlform.html#setRecord">TQSqlForm</a><li>setRecordType: <a href="tqdns.html#setRecordType">TQDns</a><li>setRect: - <a href="tqrect.html#setRect">TQRect</a> <a href="qtab.html#setRect">TQTab</a><li>setRef: + <a href="tqrect.html#setRect">TQRect</a> <a href="tqtab.html#setRect">TQTab</a><li>setRef: <a href="tqurl.html#setRef">TQUrl</a><li>setRegExp: <a href="tqregexpvalidator.html#setRegExp">TQRegExpValidator</a><li>setRenameEnabled: - <a href="tqiconviewitem.html#setRenameEnabled">TQIconViewItem</a> <a href="qlistviewitem.html#setRenameEnabled">TQListViewItem</a><li>setReplaceable: - <a href="qtableitem.html#setReplaceable">TQTableItem</a><li>setRequest: + <a href="tqiconviewitem.html#setRenameEnabled">TQIconViewItem</a> <a href="tqlistviewitem.html#setRenameEnabled">TQListViewItem</a><li>setReplaceable: + <a href="tqtableitem.html#setReplaceable">TQTableItem</a><li>setRequest: <a href="tqhttprequestheader.html#setRequest">TQHttpRequestHeader</a><li>setResizeEnabled: - <a href="ntqdockwindow.html#setResizeEnabled">TQDockWindow</a> <a href="ntqheader.html#setResizeEnabled">TQHeader</a><li>setResizeMode: - <a href="tqiconview.html#setResizeMode">TQIconView</a> <a href="ntqlayout.html#setResizeMode">TQLayout</a> <a href="ntqlistview.html#setResizeMode">TQListView</a> <a href="ntqsplitter.html#setResizeMode">TQSplitter</a><li>setResizePolicy: + <a href="ntqdockwindow.html#setResizeEnabled">TQDockWindow</a> <a href="tqheader.html#setResizeEnabled">TQHeader</a><li>setResizeMode: + <a href="tqiconview.html#setResizeMode">TQIconView</a> <a href="ntqlayout.html#setResizeMode">TQLayout</a> <a href="tqlistview.html#setResizeMode">TQListView</a> <a href="ntqsplitter.html#setResizeMode">TQSplitter</a><li>setResizePolicy: <a href="tqscrollview.html#setResizePolicy">TQScrollView</a><li>setResolution: <a href="tqprinter.html#setResolution">TQPrinter</a><li>setRestartCommand: <a href="tqsessionmanager.html#setRestartCommand">TQSessionManager</a><li>setRestartHint: @@ -2830,38 +2830,38 @@ sRect: <a href="tqcolor.html#setRgb">TQColor</a><li>setRgba: <a href="tqglformat.html#setRgba">TQGLFormat</a><li>setRight: <a href="tqrect.html#setRight">TQRect</a><li>setRootIsDecorated: - <a href="ntqlistview.html#setRootIsDecorated">TQListView</a><li>setRow: - <a href="qtableitem.html#setRow">TQTableItem</a><li>setRowHeight: - <a href="ntqtable.html#setRowHeight">TQTable</a><li>setRowLabels: - <a href="ntqtable.html#setRowLabels">TQTable</a><li>setRowMode: - <a href="ntqlistbox.html#setRowMode">TQListBox</a><li>setRowMovingEnabled: - <a href="ntqtable.html#setRowMovingEnabled">TQTable</a><li>setRowReadOnly: - <a href="ntqtable.html#setRowReadOnly">TQTable</a><li>setRowSpacing: - <a href="qgridlayout.html#setRowSpacing">TQGridLayout</a><li>setRowStretch: - <a href="qgridlayout.html#setRowStretch">TQGridLayout</a><li>setRowStretchable: - <a href="ntqtable.html#setRowStretchable">TQTable</a><li>setRubberband: + <a href="tqlistview.html#setRootIsDecorated">TQListView</a><li>setRow: + <a href="tqtableitem.html#setRow">TQTableItem</a><li>setRowHeight: + <a href="tqtable.html#setRowHeight">TQTable</a><li>setRowLabels: + <a href="tqtable.html#setRowLabels">TQTable</a><li>setRowMode: + <a href="tqlistbox.html#setRowMode">TQListBox</a><li>setRowMovingEnabled: + <a href="tqtable.html#setRowMovingEnabled">TQTable</a><li>setRowReadOnly: + <a href="tqtable.html#setRowReadOnly">TQTable</a><li>setRowSpacing: + <a href="tqgridlayout.html#setRowSpacing">TQGridLayout</a><li>setRowStretch: + <a href="tqgridlayout.html#setRowStretch">TQGridLayout</a><li>setRowStretchable: + <a href="tqtable.html#setRowStretchable">TQTable</a><li>setRubberband: <a href="ntqsplitter.html#setRubberband">TQSplitter</a><li>setScaledContents: <a href="tqlabel.html#setScaledContents">TQLabel</a><li>setScrollBarsEnabled: <a href="tqworkspace.html#setScrollBarsEnabled">TQWorkspace</a><li>setSecond: <a href="tqtimeedit.html#setSecond">TQTimeEdit</a><li>setSegmentStyle: <a href="tqlcdnumber.html#setSegmentStyle">TQLCDNumber</a><li>setSelect: <a href="tqsqlresult.html#setSelect">TQSqlResult</a><li>setSelectable: - <a href="tqiconviewitem.html#setSelectable">TQIconViewItem</a> <a href="qlistboxitem.html#setSelectable">TQListBoxItem</a> <a href="qlistviewitem.html#setSelectable">TQListViewItem</a><li>setSelected: - <a href="qaccessibleinterface.html#setSelected">TQAccessibleInterface</a> <a href="tqcanvasitem.html#setSelected">TQCanvasItem</a> <a href="tqiconview.html#setSelected">TQIconView</a> <a href="tqiconviewitem.html#setSelected">TQIconViewItem</a> <a href="ntqlistbox.html#setSelected">TQListBox</a> <a href="ntqlistview.html#setSelected">TQListView</a> <a href="qlistviewitem.html#setSelected">TQListViewItem</a><li>setSelectedFilter: + <a href="tqiconviewitem.html#setSelectable">TQIconViewItem</a> <a href="tqlistboxitem.html#setSelectable">TQListBoxItem</a> <a href="tqlistviewitem.html#setSelectable">TQListViewItem</a><li>setSelected: + <a href="qaccessibleinterface.html#setSelected">TQAccessibleInterface</a> <a href="tqcanvasitem.html#setSelected">TQCanvasItem</a> <a href="tqiconview.html#setSelected">TQIconView</a> <a href="tqiconviewitem.html#setSelected">TQIconViewItem</a> <a href="tqlistbox.html#setSelected">TQListBox</a> <a href="tqlistview.html#setSelected">TQListView</a> <a href="tqlistviewitem.html#setSelected">TQListViewItem</a><li>setSelectedFilter: <a href="tqfiledialog.html#setSelectedFilter">TQFileDialog</a><li>setSelection: <a href="tqfiledialog.html#setSelection">TQFileDialog</a> <a href="tqlineedit.html#setSelection">TQLineEdit</a> <a href="tqtextedit.html#setSelection">TQTextEdit</a><li>setSelectionAnchor: - <a href="ntqlistview.html#setSelectionAnchor">TQListView</a><li>setSelectionAttributes: + <a href="tqlistview.html#setSelectionAnchor">TQListView</a><li>setSelectionAttributes: <a href="tqtextedit.html#setSelectionAttributes">TQTextEdit</a><li>setSelectionMode: - <a href="tqiconview.html#setSelectionMode">TQIconView</a> <a href="ntqlistbox.html#setSelectionMode">TQListBox</a> <a href="ntqlistview.html#setSelectionMode">TQListView</a> <a href="ntqtable.html#setSelectionMode">TQTable</a><li>setSelfNesting: + <a href="tqiconview.html#setSelectionMode">TQIconView</a> <a href="tqlistbox.html#setSelectionMode">TQListBox</a> <a href="tqlistview.html#setSelectionMode">TQListView</a> <a href="tqtable.html#setSelectionMode">TQTable</a><li>setSelfNesting: <a href="tqstylesheetitem.html#setSelfNesting">TQStyleSheetItem</a><li>setSendBufferSize: <a href="tqsocketdevice.html#setSendBufferSize">TQSocketDevice</a><li>setSeparator: <a href="tqdateedit.html#setSeparator">TQDateEdit</a> <a href="tqtimeedit.html#setSeparator">TQTimeEdit</a><li>setSequence: <a href="tqcanvassprite.html#setSequence">TQCanvasSprite</a><li>setShape: - <a href="ntqcursor.html#setShape">TQCursor</a> <a href="ntqtabbar.html#setShape">TQTabBar</a><li>setShowGrid: - <a href="ntqtable.html#setShowGrid">TQTable</a><li>setShowHiddenFiles: + <a href="ntqcursor.html#setShape">TQCursor</a> <a href="tqtabbar.html#setShape">TQTabBar</a><li>setShowGrid: + <a href="tqtable.html#setShowGrid">TQTable</a><li>setShowHiddenFiles: <a href="tqfiledialog.html#setShowHiddenFiles">TQFileDialog</a><li>setShowSortIndicator: - <a href="ntqlistview.html#setShowSortIndicator">TQListView</a><li>setShowToolTips: - <a href="tqiconview.html#setShowToolTips">TQIconView</a> <a href="ntqlistview.html#setShowToolTips">TQListView</a><li>setShown: + <a href="tqlistview.html#setShowSortIndicator">TQListView</a><li>setShowToolTips: + <a href="tqiconview.html#setShowToolTips">TQIconView</a> <a href="tqlistview.html#setShowToolTips">TQListView</a><li>setShown: <a href="tqwidget.html#setShown">TQWidget</a><li>setSize: <a href="tqcanvasellipse.html#setSize">TQCanvasEllipse</a> <a href="tqcanvasrectangle.html#setSize">TQCanvasRectangle</a> <a href="tqdatatable.html#setSize">TQDataTable</a> <a href="tqimageconsumer.html#setSize">TQImageConsumer</a> <a href="tqrect.html#setSize">TQRect</a> <a href="tqurlinfo.html#setSize">TQUrlInfo</a><li>setSizeGripEnabled: <a href="tqdialog.html#setSizeGripEnabled">TQDialog</a> <a href="tqstatusbar.html#setSizeGripEnabled">TQStatusBar</a><li>setSizeIncrement: @@ -2874,20 +2874,20 @@ sRect: <a href="tqsocket.html#setSocketDevice">TQSocket</a><li>setSocketNotifierPending: <a href="tqeventloop.html#setSocketNotifierPending">TQEventLoop</a><li>setSort: <a href="tqdatabrowser.html#setSort">TQDataBrowser</a> <a href="tqdatatable.html#setSort">TQDataTable</a> <a href="tqsqlcursor.html#setSort">TQSqlCursor</a><li>setSortColumn: - <a href="ntqlistview.html#setSortColumn">TQListView</a><li>setSortIndicator: - <a href="ntqheader.html#setSortIndicator">TQHeader</a><li>setSortOrder: - <a href="ntqlistview.html#setSortOrder">TQListView</a><li>setSorting: - <a href="tqdir.html#setSorting">TQDir</a> <a href="tqiconview.html#setSorting">TQIconView</a> <a href="ntqlistview.html#setSorting">TQListView</a> <a href="ntqtable.html#setSorting">TQTable</a><li>setSource: + <a href="tqlistview.html#setSortColumn">TQListView</a><li>setSortIndicator: + <a href="tqheader.html#setSortIndicator">TQHeader</a><li>setSortOrder: + <a href="tqlistview.html#setSortOrder">TQListView</a><li>setSorting: + <a href="tqdir.html#setSorting">TQDir</a> <a href="tqiconview.html#setSorting">TQIconView</a> <a href="tqlistview.html#setSorting">TQListView</a> <a href="tqtable.html#setSorting">TQTable</a><li>setSource: <a href="tqtextbrowser.html#setSource">TQTextBrowser</a><li>setSpacing: - <a href="ntqgrid.html#setSpacing">TQGrid</a> <a href="ntqhbox.html#setSpacing">TQHBox</a> <a href="tqiconview.html#setSpacing">TQIconView</a> <a href="ntqlayout.html#setSpacing">TQLayout</a><li>setSpan: - <a href="qtableitem.html#setSpan">TQTableItem</a><li>setSpecialValueText: + <a href="tqgrid.html#setSpacing">TQGrid</a> <a href="ntqhbox.html#setSpacing">TQHBox</a> <a href="tqiconview.html#setSpacing">TQIconView</a> <a href="ntqlayout.html#setSpacing">TQLayout</a><li>setSpan: + <a href="tqtableitem.html#setSpan">TQTableItem</a><li>setSpecialValueText: <a href="tqspinbox.html#setSpecialValueText">TQSpinBox</a><li>setSpeed: <a href="tqmovie.html#setSpeed">TQMovie</a><li>setSqlCursor: <a href="tqdatabrowser.html#setSqlCursor">TQDataBrowser</a> <a href="tqdatatable.html#setSqlCursor">TQDataTable</a><li>setStandardColor: <a href="tqcolordialog.html#setStandardColor">TQColorDialog</a><li>setStartDragDistance: <a href="ntqapplication.html#setStartDragDistance">TQApplication</a><li>setStartDragTime: <a href="ntqapplication.html#setStartDragTime">TQApplication</a><li>setState: - <a href="ntqbutton.html#setState">TQButton</a> <a href="tqchecklistitem.html#setState">TQCheckListItem</a> <a href="tqiodevice.html#setState">TQIODevice</a> <a href="tqnetworkoperation.html#setState">TQNetworkOperation</a><li>setStaticBackground: + <a href="tqbutton.html#setState">TQButton</a> <a href="tqchecklistitem.html#setState">TQCheckListItem</a> <a href="tqiodevice.html#setState">TQIODevice</a> <a href="tqnetworkoperation.html#setState">TQNetworkOperation</a><li>setStaticBackground: <a href="tqscrollview.html#setStaticBackground">TQScrollView</a><li>setStatus: <a href="tqiodevice.html#setStatus">TQIODevice</a> <a href="tqimageio.html#setStatus">TQImageIO</a><li>setStatusTip: <a href="tqaction.html#setStatusTip">TQAction</a><li>setStencil: @@ -2896,7 +2896,7 @@ sRect: <a href="tqglformat.html#setStereo">TQGLFormat</a><li>setStr: <a href="tqcstring.html#setStr">TQCString</a><li>setStretch: <a href="tqfont.html#setStretch">TQFont</a><li>setStretchEnabled: - <a href="ntqheader.html#setStretchEnabled">TQHeader</a><li>setStretchFactor: + <a href="tqheader.html#setStretchEnabled">TQHeader</a><li>setStretchFactor: <a href="qboxlayout.html#setStretchFactor">TQBoxLayout</a> <a href="ntqhbox.html#setStretchFactor">TQHBox</a><li>setStretchableWidget: <a href="tqtoolbar.html#setStretchableWidget">TQToolBar</a><li>setStrikeOut: <a href="tqfont.html#setStrikeOut">TQFont</a><li>setStringList: @@ -2910,19 +2910,19 @@ sRect: <a href="ntqlayout.html#setSupportsMargin">TQLayout</a><li>setSymLink: <a href="tqurlinfo.html#setSymLink">TQUrlInfo</a><li>setTabArray: <a href="tqpainter.html#setTabArray">TQPainter</a><li>setTabBar: - <a href="ntqtabdialog.html#setTabBar">TQTabDialog</a> <a href="ntqtabwidget.html#setTabBar">TQTabWidget</a><li>setTabChangesFocus: + <a href="tqtabdialog.html#setTabBar">TQTabDialog</a> <a href="tqtabwidget.html#setTabBar">TQTabWidget</a><li>setTabChangesFocus: <a href="tqtextedit.html#setTabChangesFocus">TQTextEdit</a><li>setTabEnabled: - <a href="ntqtabbar.html#setTabEnabled">TQTabBar</a> <a href="ntqtabdialog.html#setTabEnabled">TQTabDialog</a> <a href="ntqtabwidget.html#setTabEnabled">TQTabWidget</a><li>setTabIconSet: - <a href="ntqtabwidget.html#setTabIconSet">TQTabWidget</a><li>setTabLabel: - <a href="ntqtabwidget.html#setTabLabel">TQTabWidget</a><li>setTabOrder: + <a href="tqtabbar.html#setTabEnabled">TQTabBar</a> <a href="tqtabdialog.html#setTabEnabled">TQTabDialog</a> <a href="tqtabwidget.html#setTabEnabled">TQTabWidget</a><li>setTabIconSet: + <a href="tqtabwidget.html#setTabIconSet">TQTabWidget</a><li>setTabLabel: + <a href="tqtabwidget.html#setTabLabel">TQTabWidget</a><li>setTabOrder: <a href="tqwidget.html#setTabOrder">TQWidget</a><li>setTabPosition: - <a href="ntqtabwidget.html#setTabPosition">TQTabWidget</a><li>setTabShape: - <a href="ntqtabwidget.html#setTabShape">TQTabWidget</a><li>setTabStopWidth: + <a href="tqtabwidget.html#setTabPosition">TQTabWidget</a><li>setTabShape: + <a href="tqtabwidget.html#setTabShape">TQTabWidget</a><li>setTabStopWidth: <a href="tqtextedit.html#setTabStopWidth">TQTextEdit</a><li>setTabStops: <a href="tqpainter.html#setTabStops">TQPainter</a><li>setTabToolTip: - <a href="ntqtabwidget.html#setTabToolTip">TQTabWidget</a><li>setTagName: + <a href="tqtabwidget.html#setTabToolTip">TQTabWidget</a><li>setTagName: <a href="tqdomelement.html#setTagName">TQDomElement</a><li>setText: - <a href="qaccessibleinterface.html#setText">TQAccessibleInterface</a> <a href="tqaction.html#setText">TQAction</a> <a href="ntqbutton.html#setText">TQButton</a> <a href="tqcanvastext.html#setText">TQCanvasText</a> <a href="ntqbutton.html#setText">TQCheckBox</a> <a href="tqclipboard.html#setText">TQClipboard</a> <a href="tqiconviewitem.html#setText">TQIconViewItem</a> <a href="tqimage.html#setText">TQImage</a> <a href="tqlabel.html#setText">TQLabel</a> <a href="tqlineedit.html#setText">TQLineEdit</a> <a href="qlistboxitem.html#setText">TQListBoxItem</a> <a href="qlistviewitem.html#setText">TQListViewItem</a> <a href="ntqmessagebox.html#setText">TQMessageBox</a> <a href="tqmimesourcefactory.html#setText">TQMimeSourceFactory</a> <a href="ntqbutton.html#setText">TQPushButton</a> <a href="ntqbutton.html#setText">TQRadioButton</a> <a href="qtab.html#setText">TQTab</a> <a href="ntqtable.html#setText">TQTable</a> <a href="qtableitem.html#setText">TQTableItem</a> <a href="tqtextdrag.html#setText">TQTextDrag</a> <a href="tqtextedit.html#setText">TQTextEdit</a><li>setTextFlags: + <a href="qaccessibleinterface.html#setText">TQAccessibleInterface</a> <a href="tqaction.html#setText">TQAction</a> <a href="tqbutton.html#setText">TQButton</a> <a href="tqcanvastext.html#setText">TQCanvasText</a> <a href="tqbutton.html#setText">TQCheckBox</a> <a href="tqclipboard.html#setText">TQClipboard</a> <a href="tqiconviewitem.html#setText">TQIconViewItem</a> <a href="tqimage.html#setText">TQImage</a> <a href="tqlabel.html#setText">TQLabel</a> <a href="tqlineedit.html#setText">TQLineEdit</a> <a href="tqlistboxitem.html#setText">TQListBoxItem</a> <a href="tqlistviewitem.html#setText">TQListViewItem</a> <a href="ntqmessagebox.html#setText">TQMessageBox</a> <a href="tqmimesourcefactory.html#setText">TQMimeSourceFactory</a> <a href="tqbutton.html#setText">TQPushButton</a> <a href="tqbutton.html#setText">TQRadioButton</a> <a href="tqtab.html#setText">TQTab</a> <a href="tqtable.html#setText">TQTable</a> <a href="tqtableitem.html#setText">TQTableItem</a> <a href="tqtextdrag.html#setText">TQTextDrag</a> <a href="tqtextedit.html#setText">TQTextEdit</a><li>setTextFlags: <a href="tqcanvastext.html#setTextFlags">TQCanvasText</a><li>setTextFormat: <a href="tqlabel.html#setTextFormat">TQLabel</a> <a href="ntqmessagebox.html#setTextFormat">TQMessageBox</a> <a href="tqtextedit.html#setTextFormat">TQTextEdit</a><li>setTextLabel: <a href="tqtoolbutton.html#setTextLabel">TQToolButton</a><li>setTextPosition: @@ -2934,22 +2934,22 @@ sRect: <a href="tqcanvas.html#setTiles">TQCanvas</a><li>setTime: <a href="tqdatetime.html#setTime">TQDateTime</a> <a href="tqtimeedit.html#setTime">TQTimeEdit</a><li>setTime_t: <a href="tqdatetime.html#setTime_t">TQDateTime</a><li>setTitle: - <a href="ntqgroupbox.html#setTitle">TQGroupBox</a> <a href="ntqwizard.html#setTitle">TQWizard</a><li>setTitleFont: - <a href="ntqwizard.html#setTitleFont">TQWizard</a><li>setToggleAction: + <a href="ntqgroupbox.html#setTitle">TQGroupBox</a> <a href="tqwizard.html#setTitle">TQWizard</a><li>setTitleFont: + <a href="tqwizard.html#setTitleFont">TQWizard</a><li>setToggleAction: <a href="tqaction.html#setToggleAction">TQAction</a><li>setToggleButton: - <a href="ntqbutton.html#setToggleButton">TQButton</a> <a href="tqpushbutton.html#setToggleButton">TQPushButton</a> <a href="tqtoolbutton.html#setToggleButton">TQToolButton</a><li>setToggleType: - <a href="ntqbutton.html#setToggleType">TQButton</a><li>setToolTip: - <a href="tqaction.html#setToolTip">TQAction</a> <a href="ntqtabbar.html#setToolTip">TQTabBar</a><li>setTop: + <a href="tqbutton.html#setToggleButton">TQButton</a> <a href="tqpushbutton.html#setToggleButton">TQPushButton</a> <a href="tqtoolbutton.html#setToggleButton">TQToolButton</a><li>setToggleType: + <a href="tqbutton.html#setToggleType">TQButton</a><li>setToolTip: + <a href="tqaction.html#setToolTip">TQAction</a> <a href="tqtabbar.html#setToolTip">TQTabBar</a><li>setTop: <a href="qdoublevalidator.html#setTop">TQDoubleValidator</a> <a href="qintvalidator.html#setTop">TQIntValidator</a> <a href="tqrect.html#setTop">TQRect</a><li>setTopItem: - <a href="ntqlistbox.html#setTopItem">TQListBox</a><li>setTopLeft: + <a href="tqlistbox.html#setTopItem">TQListBox</a><li>setTopLeft: <a href="tqrect.html#setTopLeft">TQRect</a><li>setTopMargin: - <a href="ntqtable.html#setTopMargin">TQTable</a><li>setTopRight: + <a href="tqtable.html#setTopMargin">TQTable</a><li>setTopRight: <a href="tqrect.html#setTopRight">TQRect</a><li>setTotalSteps: - <a href="ntqprogressbar.html#setTotalSteps">TQProgressBar</a> <a href="ntqprogressdialog.html#setTotalSteps">TQProgressDialog</a><li>setTracking: - <a href="tqdial.html#setTracking">TQDial</a> <a href="ntqheader.html#setTracking">TQHeader</a> <a href="tqscrollbar.html#setTracking">TQScrollBar</a> <a href="tqslider.html#setTracking">TQSlider</a><li>setTransformationMode: + <a href="tqprogressbar.html#setTotalSteps">TQProgressBar</a> <a href="tqprogressdialog.html#setTotalSteps">TQProgressDialog</a><li>setTracking: + <a href="tqdial.html#setTracking">TQDial</a> <a href="tqheader.html#setTracking">TQHeader</a> <a href="tqscrollbar.html#setTracking">TQScrollBar</a> <a href="tqslider.html#setTracking">TQSlider</a><li>setTransformationMode: <a href="tqwmatrix.html#setTransformationMode">TQWMatrix</a><li>setTranslation: <a href="tqtranslatormessage.html#setTranslation">TQTranslatorMessage</a><li>setTreeStepSize: - <a href="ntqlistview.html#setTreeStepSize">TQListView</a><li>setTrim: + <a href="tqlistview.html#setTreeStepSize">TQListView</a><li>setTrim: <a href="tqsqlfieldinfo.html#setTrim">TQSqlFieldInfo</a><li>setTrimmed: <a href="tqsqlcursor.html#setTrimmed">TQSqlCursor</a><li>setTristate: <a href="tqcheckbox.html#setTristate">TQCheckBox</a> <a href="tqchecklistitem.html#setTristate">TQCheckListItem</a><li>setTrueText: @@ -2978,8 +2978,8 @@ sRect: <a href="tqscrollview.html#setVScrollBarMode">TQScrollView</a><li>setValidator: <a href="tqcombobox.html#setValidator">TQComboBox</a> <a href="tqlineedit.html#setValidator">TQLineEdit</a> <a href="tqspinbox.html#setValidator">TQSpinBox</a><li>setValue: <a href="tqdial.html#setValue">TQDial</a> <a href="tqdomattr.html#setValue">TQDomAttr</a> <a href="tqhttpheader.html#setValue">TQHttpHeader</a> <a href="tqhttpheader.html#setValue">TQHttpRequestHeader</a> <a href="ntqrangecontrol.html#setValue">TQRangeControl</a> <a href="tqscrollbar.html#setValue">TQScrollBar</a> <a href="tqsignal.html#setValue">TQSignal</a> <a href="tqslider.html#setValue">TQSlider</a> <a href="tqspinbox.html#setValue">TQSpinBox</a> <a href="tqsqlfield.html#setValue">TQSqlField</a> <a href="tqsqlrecord.html#setValue">TQSqlRecord</a><li>setVariableHeight: - <a href="ntqlistbox.html#setVariableHeight">TQListBox</a><li>setVariableWidth: - <a href="ntqlistbox.html#setVariableWidth">TQListBox</a><li>setVelocity: + <a href="tqlistbox.html#setVariableHeight">TQListBox</a><li>setVariableWidth: + <a href="tqlistbox.html#setVariableWidth">TQListBox</a><li>setVelocity: <a href="tqcanvasitem.html#setVelocity">TQCanvasItem</a><li>setVerData: <a href="tqsizepolicy.html#setVerData">TQSizePolicy</a><li>setVerStretch: <a href="tqsizepolicy.html#setVerStretch">TQSizePolicy</a><li>setVersion: @@ -2989,7 +2989,7 @@ sRect: <a href="tqfiledialog.html#setViewMode">TQFileDialog</a><li>setViewXForm: <a href="tqpainter.html#setViewXForm">TQPainter</a><li>setViewport: <a href="tqpainter.html#setViewport">TQPainter</a><li>setVisible: - <a href="tqaction.html#setVisible">TQAction</a> <a href="tqcanvasitem.html#setVisible">TQCanvasItem</a> <a href="qlistviewitem.html#setVisible">TQListViewItem</a><li>setWFlags: + <a href="tqaction.html#setVisible">TQAction</a> <a href="tqcanvasitem.html#setVisible">TQCanvasItem</a> <a href="tqlistviewitem.html#setVisible">TQListViewItem</a><li>setWFlags: <a href="tqwidget.html#setWFlags">TQWidget</a><li>setWakeUpDelay: <a href="tqtooltip.html#setWakeUpDelay">TQToolTip</a><li>setWeight: <a href="tqfont.html#setWeight">TQFont</a><li>setWhatsThis: @@ -3006,7 +3006,7 @@ sRect: <a href="tqglcontext.html#setWindowCreated">TQGLContext</a><li>setWindowOpacity: <a href="tqwidget.html#setWindowOpacity">TQWidget</a><li>setWindowState: <a href="tqwidget.html#setWindowState">TQWidget</a><li>setWordWrap: - <a href="qtableitem.html#setWordWrap">TQTableItem</a> <a href="tqtextedit.html#setWordWrap">TQTextEdit</a><li>setWordWrapIconText: + <a href="tqtableitem.html#setWordWrap">TQTableItem</a> <a href="tqtextedit.html#setWordWrap">TQTextEdit</a><li>setWordWrapIconText: <a href="tqiconview.html#setWordWrapIconText">TQIconView</a><li>setWorkingDirectory: <a href="tqprocess.html#setWorkingDirectory">TQProcess</a><li>setWorldMatrix: <a href="tqcanvasview.html#setWorldMatrix">TQCanvasView</a> <a href="tqpainter.html#setWorldMatrix">TQPainter</a><li>setWorldXForm: @@ -3023,39 +3023,39 @@ sRect: <a href="tqdateedit.html#setYear">TQDateEdit</a><li>setZ: <a href="tqcanvasitem.html#setZ">TQCanvasItem</a><li>setf: <a href="tqtextstream.html#setf">TQTextStream</a><li>setup: - <a href="qlistviewitem.html#setup">TQListViewItem</a> <a href="tqprinter.html#setup">TQPrinter</a><li>shadow: + <a href="tqlistviewitem.html#setup">TQListViewItem</a> <a href="tqprinter.html#setup">TQPrinter</a><li>shadow: <a href="tqcolorgroup.html#shadow">TQColorGroup</a><li>shape: - <a href="ntqcursor.html#shape">TQCursor</a> <a href="ntqtabbar.html#shape">TQTabBar</a><li>shear: + <a href="ntqcursor.html#shape">TQCursor</a> <a href="tqtabbar.html#shape">TQTabBar</a><li>shear: <a href="tqpainter.html#shear">TQPainter</a> <a href="tqwmatrix.html#shear">TQWMatrix</a><li>shell: <a href="qmotifdialog.html#shell">TQMotifDialog</a><li>shortDayName: <a href="tqdate.html#shortDayName">TQDate</a><li>shortMonthName: <a href="tqdate.html#shortMonthName">TQDate</a><li>shortcutKey: <a href="ntqaccel.html#shortcutKey">TQAccel</a><li>show: <a href="tqcanvasitem.html#show">TQCanvasItem</a> <a href="tqdialog.html#show">TQDialog</a> <a href="tqmenubar.html#show">TQMenuBar</a> <a href="tqwidget.html#show">TQWidget</a><li>showColumn: - <a href="ntqtable.html#showColumn">TQTable</a><li>showDockMenu: + <a href="tqtable.html#showColumn">TQTable</a><li>showDockMenu: <a href="tqmainwindow.html#showDockMenu">TQMainWindow</a><li>showEvent: <a href="tqwidget.html#showEvent">TQWidget</a><li>showExtension: <a href="tqdialog.html#showExtension">TQDialog</a><li>showFullScreen: <a href="tqwidget.html#showFullScreen">TQWidget</a><li>showGrid: - <a href="ntqtable.html#showGrid">TQTable</a><li>showHiddenFiles: + <a href="tqtable.html#showGrid">TQTable</a><li>showHiddenFiles: <a href="tqfiledialog.html#showHiddenFiles">TQFileDialog</a><li>showMaximized: <a href="tqwidget.html#showMaximized">TQWidget</a><li>showMinimized: <a href="tqwidget.html#showMinimized">TQWidget</a><li>showNormal: <a href="tqwidget.html#showNormal">TQWidget</a><li>showPage: - <a href="ntqassistantclient.html#showPage">TQAssistantClient</a> <a href="ntqtabdialog.html#showPage">TQTabDialog</a> <a href="ntqtabwidget.html#showPage">TQTabWidget</a> <a href="ntqwizard.html#showPage">TQWizard</a><li>showRow: - <a href="ntqtable.html#showRow">TQTable</a><li>showSortIndicator: - <a href="ntqlistview.html#showSortIndicator">TQListView</a><li>showTip: + <a href="ntqassistantclient.html#showPage">TQAssistantClient</a> <a href="tqtabdialog.html#showPage">TQTabDialog</a> <a href="tqtabwidget.html#showPage">TQTabWidget</a> <a href="tqwizard.html#showPage">TQWizard</a><li>showRow: + <a href="tqtable.html#showRow">TQTable</a><li>showSortIndicator: + <a href="tqlistview.html#showSortIndicator">TQListView</a><li>showTip: <a href="tqtooltipgroup.html#showTip">TQToolTipGroup</a><li>showToolTips: - <a href="tqiconview.html#showToolTips">TQIconView</a> <a href="ntqlistview.html#showToolTips">TQListView</a><li>signalNames: + <a href="tqiconview.html#showToolTips">TQIconView</a> <a href="tqlistview.html#showToolTips">TQListView</a><li>signalNames: <a href="ntqmetaobject.html#signalNames">TQMetaObject</a><li>signalsBlocked: <a href="tqobject.html#signalsBlocked">TQObject</a><li>simpleHeuristicNameMatch: <a href="tqtextcodec.html#simpleHeuristicNameMatch">TQTextCodec</a><li>simplifyWhiteSpace: <a href="tqcstring.html#simplifyWhiteSpace">TQCString</a> <a href="tqstring.html#simplifyWhiteSpace">TQString</a><li>singleShot: <a href="tqtimer.html#singleShot">TQTimer</a><li>size: <a href="tqasciicache.html#size">TQAsciiCache</a> <a href="tqasciidict.html#size">TQAsciiDict</a> <a href="tqbitarray.html#size">TQBitArray</a> <a href="tqcache.html#size">TQCache</a> <a href="tqcanvas.html#size">TQCanvas</a> <a href="tqcanvasrectangle.html#size">TQCanvasRectangle</a> <a href="tqdict.html#size">TQDict</a> <a href="tqfile.html#size">TQFile</a> <a href="tqfileinfo.html#size">TQFileInfo</a> <a href="tqfontmetrics.html#size">TQFontMetrics</a> <a href="tqglcolormap.html#size">TQGLColormap</a> <a href="tqiodevice.html#size">TQIODevice</a> <a href="tqiconviewitem.html#size">TQIconViewItem</a> <a href="tqimage.html#size">TQImage</a> <a href="tqintcache.html#size">TQIntCache</a> <a href="tqintdict.html#size">TQIntDict</a> <a href="tqmap.html#size">TQMap</a> <a href="tqmemarray.html#size">TQMemArray</a> <a href="tqpicture.html#size">TQPicture</a> <a href="tqpixmap.html#size">TQPixmap</a> <a href="tqptrdict.html#size">TQPtrDict</a> <a href="tqptrvector.html#size">TQPtrVector</a> <a href="tqrect.html#size">TQRect</a> <a href="qresizeevent.html#size">TQResizeEvent</a> <a href="tqsocket.html#size">TQSocket</a> <a href="tqsqlquery.html#size">TQSqlQuery</a> <a href="tqsqlresult.html#size">TQSqlResult</a> <a href="tqurlinfo.html#size">TQUrlInfo</a> <a href="tqvaluelist.html#size">TQValueList</a> <a href="tqvaluevector.html#size">TQValueVector</a> <a href="tqwidget.html#size">TQWidget</a><li>sizeChange: - <a href="ntqheader.html#sizeChange">TQHeader</a><li>sizeFromContents: + <a href="tqheader.html#sizeChange">TQHeader</a><li>sizeFromContents: <a href="tqstyle.html#sizeFromContents">TQStyle</a><li>sizeHint: - <a href="qboxlayout.html#sizeHint">TQBoxLayout</a> <a href="tqcanvasview.html#sizeHint">TQCanvasView</a> <a href="qcustommenuitem.html#sizeHint">TQCustomMenuItem</a> <a href="qgridlayout.html#sizeHint">TQGridLayout</a> <a href="qlayoutitem.html#sizeHint">TQLayoutItem</a> <a href="tqlineedit.html#sizeHint">TQLineEdit</a> <a href="ntqprogressdialog.html#sizeHint">TQProgressDialog</a> <a href="tqsizegrip.html#sizeHint">TQSizeGrip</a> <a href="qspaceritem.html#sizeHint">TQSpacerItem</a> <a href="qtableitem.html#sizeHint">TQTableItem</a> <a href="tqwidget.html#sizeHint">TQWidget</a> <a href="tqwidgetitem.html#sizeHint">TQWidgetItem</a><li>sizeIncrement: + <a href="qboxlayout.html#sizeHint">TQBoxLayout</a> <a href="tqcanvasview.html#sizeHint">TQCanvasView</a> <a href="qcustommenuitem.html#sizeHint">TQCustomMenuItem</a> <a href="tqgridlayout.html#sizeHint">TQGridLayout</a> <a href="qlayoutitem.html#sizeHint">TQLayoutItem</a> <a href="tqlineedit.html#sizeHint">TQLineEdit</a> <a href="tqprogressdialog.html#sizeHint">TQProgressDialog</a> <a href="tqsizegrip.html#sizeHint">TQSizeGrip</a> <a href="qspaceritem.html#sizeHint">TQSpacerItem</a> <a href="tqtableitem.html#sizeHint">TQTableItem</a> <a href="tqwidget.html#sizeHint">TQWidget</a> <a href="tqwidgetitem.html#sizeHint">TQWidgetItem</a><li>sizeIncrement: <a href="tqwidget.html#sizeIncrement">TQWidget</a><li>sizeLimit: <a href="tqcombobox.html#sizeLimit">TQComboBox</a><li>sizePolicy: <a href="tqwidget.html#sizePolicy">TQWidget</a><li>sizes: @@ -3075,20 +3075,20 @@ sRect: <a href="tqfontdatabase.html#smoothSizes">TQFontDatabase</a><li>socket: <a href="tqserversocket.html#socket">TQServerSocket</a> <a href="tqsocket.html#socket">TQSocket</a> <a href="tqsocketdevice.html#socket">TQSocketDevice</a> <a href="tqsocketnotifier.html#socket">TQSocketNotifier</a><li>socketDevice: <a href="tqserversocket.html#socketDevice">TQServerSocket</a> <a href="tqsocket.html#socketDevice">TQSocket</a><li>sort: - <a href="tqdatabrowser.html#sort">TQDataBrowser</a> <a href="tqdatatable.html#sort">TQDataTable</a> <a href="tqiconview.html#sort">TQIconView</a> <a href="ntqlistbox.html#sort">TQListBox</a> <a href="ntqlistview.html#sort">TQListView</a> <a href="qlistviewitem.html#sort">TQListViewItem</a> <a href="tqmemarray.html#sort">TQMemArray</a> <a href="tqptrlist.html#sort">TQPtrList</a> <a href="tqptrvector.html#sort">TQPtrVector</a> <a href="tqsqlcursor.html#sort">TQSqlCursor</a> <a href="tqstringlist.html#sort">TQStringList</a><li>sortAscending: + <a href="tqdatabrowser.html#sort">TQDataBrowser</a> <a href="tqdatatable.html#sort">TQDataTable</a> <a href="tqiconview.html#sort">TQIconView</a> <a href="tqlistbox.html#sort">TQListBox</a> <a href="tqlistview.html#sort">TQListView</a> <a href="tqlistviewitem.html#sort">TQListViewItem</a> <a href="tqmemarray.html#sort">TQMemArray</a> <a href="tqptrlist.html#sort">TQPtrList</a> <a href="tqptrvector.html#sort">TQPtrVector</a> <a href="tqsqlcursor.html#sort">TQSqlCursor</a> <a href="tqstringlist.html#sort">TQStringList</a><li>sortAscending: <a href="tqdatatable.html#sortAscending">TQDataTable</a><li>sortChildItems: - <a href="qlistviewitem.html#sortChildItems">TQListViewItem</a><li>sortColumn: - <a href="tqdatatable.html#sortColumn">TQDataTable</a> <a href="ntqlistview.html#sortColumn">TQListView</a> <a href="ntqtable.html#sortColumn">TQTable</a><li>sortDescending: + <a href="tqlistviewitem.html#sortChildItems">TQListViewItem</a><li>sortColumn: + <a href="tqdatatable.html#sortColumn">TQDataTable</a> <a href="tqlistview.html#sortColumn">TQListView</a> <a href="tqtable.html#sortColumn">TQTable</a><li>sortDescending: <a href="tqdatatable.html#sortDescending">TQDataTable</a><li>sortDirection: <a href="tqiconview.html#sortDirection">TQIconView</a><li>sortIndicatorOrder: - <a href="ntqheader.html#sortIndicatorOrder">TQHeader</a><li>sortIndicatorSection: - <a href="ntqheader.html#sortIndicatorSection">TQHeader</a><li>sortOrder: - <a href="ntqlistview.html#sortOrder">TQListView</a><li>sorting: - <a href="tqdir.html#sorting">TQDir</a> <a href="tqiconview.html#sorting">TQIconView</a> <a href="ntqtable.html#sorting">TQTable</a><li>source: + <a href="tqheader.html#sortIndicatorOrder">TQHeader</a><li>sortIndicatorSection: + <a href="tqheader.html#sortIndicatorSection">TQHeader</a><li>sortOrder: + <a href="tqlistview.html#sortOrder">TQListView</a><li>sorting: + <a href="tqdir.html#sorting">TQDir</a> <a href="tqiconview.html#sorting">TQIconView</a> <a href="tqtable.html#sorting">TQTable</a><li>source: <a href="tqdragobject.html#source">TQDragObject</a> <a href="tqdropevent.html#source">TQDropEvent</a> <a href="tqtextbrowser.html#source">TQTextBrowser</a><li>sourceChanged: <a href="tqtextbrowser.html#sourceChanged">TQTextBrowser</a><li>sourceText: <a href="tqtranslatormessage.html#sourceText">TQTranslatorMessage</a><li>spacePressed: - <a href="ntqlistview.html#spacePressed">TQListView</a><li>spacerItem: + <a href="tqlistview.html#spacePressed">TQListView</a><li>spacerItem: <a href="qlayoutitem.html#spacerItem">TQLayoutItem</a><li>spacing: <a href="tqiconview.html#spacing">TQIconView</a> <a href="ntqlayout.html#spacing">TQLayout</a><li>specialValueText: <a href="tqspinbox.html#specialValueText">TQSpinBox</a><li>specified: @@ -3108,22 +3108,22 @@ sRect: <a href="tqxmllexicalhandler.html#startCDATA">TQXmlLexicalHandler</a><li>startDTD: <a href="tqxmllexicalhandler.html#startDTD">TQXmlLexicalHandler</a><li>startDocument: <a href="tqxmlcontenthandler.html#startDocument">TQXmlContentHandler</a><li>startDrag: - <a href="tqiconview.html#startDrag">TQIconView</a> <a href="ntqlistview.html#startDrag">TQListView</a> <a href="ntqtable.html#startDrag">TQTable</a><li>startDragDistance: + <a href="tqiconview.html#startDrag">TQIconView</a> <a href="tqlistview.html#startDrag">TQListView</a> <a href="tqtable.html#startDrag">TQTable</a><li>startDragDistance: <a href="ntqapplication.html#startDragDistance">TQApplication</a><li>startDragTime: <a href="ntqapplication.html#startDragTime">TQApplication</a><li>startElement: <a href="tqxmlcontenthandler.html#startElement">TQXmlContentHandler</a><li>startEntity: <a href="tqxmllexicalhandler.html#startEntity">TQXmlLexicalHandler</a><li>startPoint: <a href="tqcanvasline.html#startPoint">TQCanvasLine</a><li>startPrefixMapping: <a href="tqxmlcontenthandler.html#startPrefixMapping">TQXmlContentHandler</a><li>startRename: - <a href="qlistviewitem.html#startRename">TQListViewItem</a><li>startTimer: + <a href="tqlistviewitem.html#startRename">TQListViewItem</a><li>startTimer: <a href="tqobject.html#startTimer">TQObject</a><li>startedNextCopy: <a href="tqurloperator.html#startedNextCopy">TQUrlOperator</a><li>startingUp: <a href="ntqapplication.html#startingUp">TQApplication</a><li>startsWith: <a href="tqstring.html#startsWith">TQString</a><li>state: - <a href="qaccessibleinterface.html#state">TQAccessibleInterface</a> <a href="ntqbutton.html#state">TQButton</a> <a href="ntqbutton.html#state">TQCheckBox</a> <a href="tqchecklistitem.html#state">TQCheckListItem</a> <a href="qcontextmenuevent.html#state">TQContextMenuEvent</a> <a href="tqftp.html#state">TQFtp</a> <a href="tqhttp.html#state">TQHttp</a> <a href="tqiodevice.html#state">TQIODevice</a> <a href="qkeyevent.html#state">TQKeyEvent</a> <a href="qmouseevent.html#state">TQMouseEvent</a> <a href="tqnetworkoperation.html#state">TQNetworkOperation</a> <a href="ntqbutton.html#state">TQPushButton</a> <a href="ntqbutton.html#state">TQRadioButton</a> <a href="tqsocket.html#state">TQSocket</a> <a href="qwheelevent.html#state">TQWheelEvent</a><li>stateAfter: + <a href="qaccessibleinterface.html#state">TQAccessibleInterface</a> <a href="tqbutton.html#state">TQButton</a> <a href="tqbutton.html#state">TQCheckBox</a> <a href="tqchecklistitem.html#state">TQCheckListItem</a> <a href="qcontextmenuevent.html#state">TQContextMenuEvent</a> <a href="tqftp.html#state">TQFtp</a> <a href="tqhttp.html#state">TQHttp</a> <a href="tqiodevice.html#state">TQIODevice</a> <a href="qkeyevent.html#state">TQKeyEvent</a> <a href="qmouseevent.html#state">TQMouseEvent</a> <a href="tqnetworkoperation.html#state">TQNetworkOperation</a> <a href="tqbutton.html#state">TQPushButton</a> <a href="tqbutton.html#state">TQRadioButton</a> <a href="tqsocket.html#state">TQSocket</a> <a href="qwheelevent.html#state">TQWheelEvent</a><li>stateAfter: <a href="qkeyevent.html#stateAfter">TQKeyEvent</a> <a href="qmouseevent.html#stateAfter">TQMouseEvent</a><li>stateChange: <a href="tqchecklistitem.html#stateChange">TQCheckListItem</a><li>stateChanged: - <a href="ntqbutton.html#stateChanged">TQButton</a> <a href="ntqbutton.html#stateChanged">TQCheckBox</a> <a href="tqftp.html#stateChanged">TQFtp</a> <a href="tqhttp.html#stateChanged">TQHttp</a> <a href="ntqbutton.html#stateChanged">TQPushButton</a> <a href="ntqbutton.html#stateChanged">TQRadioButton</a><li>statistics: + <a href="tqbutton.html#stateChanged">TQButton</a> <a href="tqbutton.html#stateChanged">TQCheckBox</a> <a href="tqftp.html#stateChanged">TQFtp</a> <a href="tqhttp.html#stateChanged">TQHttp</a> <a href="tqbutton.html#stateChanged">TQPushButton</a> <a href="tqbutton.html#stateChanged">TQRadioButton</a><li>statistics: <a href="tqasciicache.html#statistics">TQAsciiCache</a> <a href="tqasciidict.html#statistics">TQAsciiDict</a> <a href="tqcache.html#statistics">TQCache</a> <a href="tqdict.html#statistics">TQDict</a> <a href="tqintcache.html#statistics">TQIntCache</a> <a href="tqintdict.html#statistics">TQIntDict</a> <a href="tqptrdict.html#statistics">TQPtrDict</a><li>status: <a href="tqiodevice.html#status">TQIODevice</a> <a href="tqimageio.html#status">TQImageIO</a> <a href="qnpinstance.html#status">TQNPInstance</a><li>statusBar: <a href="tqmainwindow.html#statusBar">TQMainWindow</a><li>statusCode: @@ -3171,10 +3171,10 @@ sRect: <a href="tqclipboard.html#supportsSelection">TQClipboard</a><li>supportsWidget: <a href="tqwidgetfactory.html#supportsWidget">TQWidgetFactory</a><li>swapBuffers: <a href="tqglcontext.html#swapBuffers">TQGLContext</a> <a href="tqglwidget.html#swapBuffers">TQGLWidget</a><li>swapCells: - <a href="ntqtable.html#swapCells">TQTable</a><li>swapColumns: - <a href="ntqtable.html#swapColumns">TQTable</a><li>swapRGB: + <a href="tqtable.html#swapCells">TQTable</a><li>swapColumns: + <a href="tqtable.html#swapColumns">TQTable</a><li>swapRGB: <a href="tqimage.html#swapRGB">TQImage</a><li>swapRows: - <a href="ntqtable.html#swapRows">TQTable</a><li>sync: + <a href="tqtable.html#swapRows">TQTable</a><li>sync: <a href="tqtextedit.html#sync">TQTextEdit</a><li>syncX: <a href="ntqapplication.html#syncX">TQApplication</a><li>syntaxHighlighter: <a href="tqtextedit.html#syntaxHighlighter">TQTextEdit</a><li>system: @@ -3183,21 +3183,21 @@ sRect: <a href="tqimage.html#systemByteOrder">TQImage</a><li>systemId: <a href="tqdomdocumenttype.html#systemId">TQDomDocumentType</a> <a href="tqdomentity.html#systemId">TQDomEntity</a> <a href="tqdomnotation.html#systemId">TQDomNotation</a> <a href="tqxmlparseexception.html#systemId">TQXmlParseException</a><li><a name="t"></a> tab: - <a href="tqstyleoption.html#tab">TQStyleOption</a> <a href="ntqtabbar.html#tab">TQTabBar</a><li>tabArray: + <a href="tqstyleoption.html#tab">TQStyleOption</a> <a href="tqtabbar.html#tab">TQTabBar</a><li>tabArray: <a href="tqpainter.html#tabArray">TQPainter</a><li>tabAt: - <a href="ntqtabbar.html#tabAt">TQTabBar</a><li>tabBar: - <a href="ntqtabdialog.html#tabBar">TQTabDialog</a> <a href="ntqtabwidget.html#tabBar">TQTabWidget</a><li>tabChangesFocus: + <a href="tqtabbar.html#tabAt">TQTabBar</a><li>tabBar: + <a href="tqtabdialog.html#tabBar">TQTabDialog</a> <a href="tqtabwidget.html#tabBar">TQTabWidget</a><li>tabChangesFocus: <a href="tqtextedit.html#tabChangesFocus">TQTextEdit</a><li>tabIconSet: - <a href="ntqtabwidget.html#tabIconSet">TQTabWidget</a><li>tabLabel: - <a href="ntqtabdialog.html#tabLabel">TQTabDialog</a> <a href="ntqtabwidget.html#tabLabel">TQTabWidget</a><li>tabList: - <a href="ntqtabbar.html#tabList">TQTabBar</a><li>tabPosition: - <a href="ntqtabwidget.html#tabPosition">TQTabWidget</a><li>tabShape: - <a href="ntqtabwidget.html#tabShape">TQTabWidget</a><li>tabStopWidth: + <a href="tqtabwidget.html#tabIconSet">TQTabWidget</a><li>tabLabel: + <a href="tqtabdialog.html#tabLabel">TQTabDialog</a> <a href="tqtabwidget.html#tabLabel">TQTabWidget</a><li>tabList: + <a href="tqtabbar.html#tabList">TQTabBar</a><li>tabPosition: + <a href="tqtabwidget.html#tabPosition">TQTabWidget</a><li>tabShape: + <a href="tqtabwidget.html#tabShape">TQTabWidget</a><li>tabStopWidth: <a href="tqtextedit.html#tabStopWidth">TQTextEdit</a><li>tabStops: <a href="tqpainter.html#tabStops">TQPainter</a><li>tabToolTip: - <a href="ntqtabwidget.html#tabToolTip">TQTabWidget</a><li>tabWidth: + <a href="tqtabwidget.html#tabToolTip">TQTabWidget</a><li>tabWidth: <a href="tqstyleoption.html#tabWidth">TQStyleOption</a><li>table: - <a href="qtableitem.html#table">TQTableItem</a><li>tables: + <a href="tqtableitem.html#table">TQTableItem</a><li>tables: <a href="tqsqldatabase.html#tables">TQSqlDatabase</a> <a href="tqsqldriver.html#tables">TQSqlDriver</a><li>tabletEvent: <a href="tqwidget.html#tabletEvent">TQWidget</a><li>tag: <a href="tqstylesheet.html#tag">TQStyleSheet</a><li>tagName: @@ -3205,14 +3205,14 @@ tab: <a href="tqasciicache.html#take">TQAsciiCache</a> <a href="tqasciidict.html#take">TQAsciiDict</a> <a href="tqcache.html#take">TQCache</a> <a href="tqdict.html#take">TQDict</a> <a href="tqintcache.html#take">TQIntCache</a> <a href="tqintdict.html#take">TQIntDict</a> <a href="tqptrdict.html#take">TQPtrDict</a> <a href="tqptrlist.html#take">TQPtrList</a> <a href="tqptrvector.html#take">TQPtrVector</a><li>takeCurrent: <a href="qglayoutiterator.html#takeCurrent">TQGLayoutIterator</a> <a href="qlayoutiterator.html#takeCurrent">TQLayoutIterator</a><li>takeDefaultFactory: <a href="tqmimesourcefactory.html#takeDefaultFactory">TQMimeSourceFactory</a><li>takeItem: - <a href="tqiconview.html#takeItem">TQIconView</a> <a href="ntqlistbox.html#takeItem">TQListBox</a> <a href="ntqlistview.html#takeItem">TQListView</a> <a href="qlistviewitem.html#takeItem">TQListViewItem</a> <a href="ntqtable.html#takeItem">TQTable</a><li>takeNode: + <a href="tqiconview.html#takeItem">TQIconView</a> <a href="tqlistbox.html#takeItem">TQListBox</a> <a href="tqlistview.html#takeItem">TQListView</a> <a href="tqlistviewitem.html#takeItem">TQListViewItem</a> <a href="tqtable.html#takeItem">TQTable</a><li>takeNode: <a href="tqptrlist.html#takeNode">TQPtrList</a><li>target: <a href="tqdomprocessinginstruction.html#target">TQDomProcessingInstruction</a> <a href="tqdragobject.html#target">TQDragObject</a><li>terminate: <a href="tqthread.html#terminate">TQThread</a><li>testBit: <a href="tqbitarray.html#testBit">TQBitArray</a><li>testOption: <a href="tqglformat.html#testOption">TQGLFormat</a><li>testWFlags: <a href="tqwidget.html#testWFlags">TQWidget</a><li>text: - <a href="qaccessibleinterface.html#text">TQAccessibleInterface</a> <a href="tqaction.html#text">TQAction</a> <a href="ntqbutton.html#text">TQButton</a> <a href="tqcanvastext.html#text">TQCanvasText</a> <a href="ntqbutton.html#text">TQCheckBox</a> <a href="tqchecklistitem.html#text">TQCheckListItem</a> <a href="tqclipboard.html#text">TQClipboard</a> <a href="tqcolorgroup.html#text">TQColorGroup</a> <a href="tqcombobox.html#text">TQComboBox</a> <a href="tqcombotableitem.html#text">TQComboTableItem</a> <a href="tqdatatable.html#text">TQDataTable</a> <a href="tqdomelement.html#text">TQDomElement</a> <a href="qimevent.html#text">TQIMEvent</a> <a href="tqiconviewitem.html#text">TQIconViewItem</a> <a href="tqimage.html#text">TQImage</a> <a href="qkeyevent.html#text">TQKeyEvent</a> <a href="tqlabel.html#text">TQLabel</a> <a href="tqlineedit.html#text">TQLineEdit</a> <a href="ntqlistbox.html#text">TQListBox</a> <a href="qlistboxitem.html#text">TQListBoxItem</a> <a href="qlistviewitem.html#text">TQListViewItem</a> <a href="tqmenudata.html#text">TQMenuData</a> <a href="ntqmessagebox.html#text">TQMessageBox</a> <a href="tqmenudata.html#text">TQPopupMenu</a> <a href="ntqbutton.html#text">TQPushButton</a> <a href="ntqbutton.html#text">TQRadioButton</a> <a href="tqspinbox.html#text">TQSpinBox</a> <a href="tqsqlerror.html#text">TQSqlError</a> <a href="qtab.html#text">TQTab</a> <a href="ntqtable.html#text">TQTable</a> <a href="qtableitem.html#text">TQTableItem</a> <a href="tqtextedit.html#text">TQTextEdit</a> <a href="tqwhatsthis.html#text">TQWhatsThis</a><li>textChanged: + <a href="qaccessibleinterface.html#text">TQAccessibleInterface</a> <a href="tqaction.html#text">TQAction</a> <a href="tqbutton.html#text">TQButton</a> <a href="tqcanvastext.html#text">TQCanvasText</a> <a href="tqbutton.html#text">TQCheckBox</a> <a href="tqchecklistitem.html#text">TQCheckListItem</a> <a href="tqclipboard.html#text">TQClipboard</a> <a href="tqcolorgroup.html#text">TQColorGroup</a> <a href="tqcombobox.html#text">TQComboBox</a> <a href="tqcombotableitem.html#text">TQComboTableItem</a> <a href="tqdatatable.html#text">TQDataTable</a> <a href="tqdomelement.html#text">TQDomElement</a> <a href="qimevent.html#text">TQIMEvent</a> <a href="tqiconviewitem.html#text">TQIconViewItem</a> <a href="tqimage.html#text">TQImage</a> <a href="qkeyevent.html#text">TQKeyEvent</a> <a href="tqlabel.html#text">TQLabel</a> <a href="tqlineedit.html#text">TQLineEdit</a> <a href="tqlistbox.html#text">TQListBox</a> <a href="tqlistboxitem.html#text">TQListBoxItem</a> <a href="tqlistviewitem.html#text">TQListViewItem</a> <a href="tqmenudata.html#text">TQMenuData</a> <a href="ntqmessagebox.html#text">TQMessageBox</a> <a href="tqmenudata.html#text">TQPopupMenu</a> <a href="tqbutton.html#text">TQPushButton</a> <a href="tqbutton.html#text">TQRadioButton</a> <a href="tqspinbox.html#text">TQSpinBox</a> <a href="tqsqlerror.html#text">TQSqlError</a> <a href="tqtab.html#text">TQTab</a> <a href="tqtable.html#text">TQTable</a> <a href="tqtableitem.html#text">TQTableItem</a> <a href="tqtextedit.html#text">TQTextEdit</a> <a href="tqwhatsthis.html#text">TQWhatsThis</a><li>textChanged: <a href="tqcombobox.html#textChanged">TQComboBox</a> <a href="tqlineedit.html#textChanged">TQLineEdit</a> <a href="tqspinbox.html#textChanged">TQSpinBox</a> <a href="tqtextedit.html#textChanged">TQTextEdit</a><li>textCursor: <a href="tqtextedit.html#textCursor">TQTextEdit</a><li>textEdit: <a href="tqsyntaxhighlighter.html#textEdit">TQSyntaxHighlighter</a><li>textFlags: @@ -3222,7 +3222,7 @@ tab: <a href="tqimage.html#textKeys">TQImage</a><li>textLabel: <a href="tqtoolbutton.html#textLabel">TQToolButton</a><li>textLanguages: <a href="tqimage.html#textLanguages">TQImage</a><li>textLine: - <a href="ntqmultilineedit.html#textLine">TQMultiLineEdit</a><li>textList: + <a href="tqmultilineedit.html#textLine">TQMultiLineEdit</a><li>textList: <a href="tqimage.html#textList">TQImage</a><li>textPosition: <a href="tqtoolbutton.html#textPosition">TQToolButton</a><li>textRect: <a href="tqiconviewitem.html#textRect">TQIconViewItem</a><li>texts: @@ -3241,8 +3241,8 @@ tab: <a href="tqobject.html#timerEvent">TQObject</a><li>timerId: <a href="tqtimer.html#timerId">TQTimer</a> <a href="tqtimerevent.html#timerId">TQTimerEvent</a><li>tip: <a href="tqtooltip.html#tip">TQToolTip</a><li>title: - <a href="ntqgroupbox.html#title">TQGroupBox</a> <a href="ntqwizard.html#title">TQWizard</a><li>titleFont: - <a href="ntqwizard.html#titleFont">TQWizard</a><li>toAttr: + <a href="ntqgroupbox.html#title">TQGroupBox</a> <a href="tqwizard.html#title">TQWizard</a><li>titleFont: + <a href="tqwizard.html#titleFont">TQWizard</a><li>toAttr: <a href="tqdomnode.html#toAttr">TQDomNode</a><li>toBitArray: <a href="ntqvariant.html#toBitArray">TQVariant</a><li>toBitmap: <a href="ntqvariant.html#toBitmap">TQVariant</a><li>toBool: @@ -3305,38 +3305,38 @@ tab: <a href="tqcstring.html#toUShort">TQCString</a> <a href="tqlocale.html#toUShort">TQLocale</a> <a href="tqstring.html#toUShort">TQString</a><li>toUnicode: <a href="tqtextcodec.html#toUnicode">TQTextCodec</a> <a href="tqtextdecoder.html#toUnicode">TQTextDecoder</a><li>toVector: <a href="tqptrlist.html#toVector">TQPtrList</a><li>toggle: - <a href="tqaction.html#toggle">TQAction</a> <a href="ntqbutton.html#toggle">TQButton</a> <a href="ntqbutton.html#toggle">TQCheckBox</a> <a href="ntqbutton.html#toggle">TQPushButton</a> <a href="ntqbutton.html#toggle">TQRadioButton</a> <a href="tqtoolbutton.html#toggle">TQToolButton</a><li>toggleBit: + <a href="tqaction.html#toggle">TQAction</a> <a href="tqbutton.html#toggle">TQButton</a> <a href="tqbutton.html#toggle">TQCheckBox</a> <a href="tqbutton.html#toggle">TQPushButton</a> <a href="tqbutton.html#toggle">TQRadioButton</a> <a href="tqtoolbutton.html#toggle">TQToolButton</a><li>toggleBit: <a href="tqbitarray.html#toggleBit">TQBitArray</a><li>toggleCurrentItem: - <a href="ntqlistbox.html#toggleCurrentItem">TQListBox</a><li>toggleType: - <a href="ntqbutton.html#toggleType">TQButton</a><li>toggled: - <a href="tqaction.html#toggled">TQAction</a> <a href="ntqbutton.html#toggled">TQButton</a> <a href="ntqbutton.html#toggled">TQCheckBox</a> <a href="ntqgroupbox.html#toggled">TQGroupBox</a> <a href="ntqbutton.html#toggled">TQPushButton</a> <a href="ntqbutton.html#toggled">TQRadioButton</a><li>toolBars: + <a href="tqlistbox.html#toggleCurrentItem">TQListBox</a><li>toggleType: + <a href="tqbutton.html#toggleType">TQButton</a><li>toggled: + <a href="tqaction.html#toggled">TQAction</a> <a href="tqbutton.html#toggled">TQButton</a> <a href="tqbutton.html#toggled">TQCheckBox</a> <a href="ntqgroupbox.html#toggled">TQGroupBox</a> <a href="tqbutton.html#toggled">TQPushButton</a> <a href="tqbutton.html#toggled">TQRadioButton</a><li>toolBars: <a href="tqmainwindow.html#toolBars">TQMainWindow</a><li>toolTip: - <a href="tqaction.html#toolTip">TQAction</a> <a href="ntqtabbar.html#toolTip">TQTabBar</a> <a href="tqwidgetplugin.html#toolTip">TQWidgetPlugin</a><li>toolTipGroup: + <a href="tqaction.html#toolTip">TQAction</a> <a href="tqtabbar.html#toolTip">TQTabBar</a> <a href="tqwidgetplugin.html#toolTip">TQWidgetPlugin</a><li>toolTipGroup: <a href="tqmainwindow.html#toolTipGroup">TQMainWindow</a><li>top: <a href="qdoublevalidator.html#top">TQDoubleValidator</a> <a href="qintvalidator.html#top">TQIntValidator</a> <a href="tqptrstack.html#top">TQPtrStack</a> <a href="tqrect.html#top">TQRect</a> <a href="tqvaluestack.html#top">TQValueStack</a><li>topDock: <a href="tqmainwindow.html#topDock">TQMainWindow</a><li>topEdge: <a href="tqcanvassprite.html#topEdge">TQCanvasSprite</a><li>topItem: - <a href="ntqlistbox.html#topItem">TQListBox</a><li>topLeft: + <a href="tqlistbox.html#topItem">TQListBox</a><li>topLeft: <a href="tqrect.html#topLeft">TQRect</a><li>topLevelWidget: <a href="tqwidget.html#topLevelWidget">TQWidget</a><li>topLevelWidgets: <a href="ntqapplication.html#topLevelWidgets">TQApplication</a><li>topMargin: <a href="tqscrollview.html#topMargin">TQScrollView</a><li>topRight: <a href="tqrect.html#topRight">TQRect</a><li>topRow: - <a href="qtableselection.html#topRow">TQTableSelection</a><li>total: + <a href="tqtableselection.html#topRow">TQTableSelection</a><li>total: <a href="tqsemaphore.html#total">TQSemaphore</a><li>totalCost: <a href="tqasciicache.html#totalCost">TQAsciiCache</a> <a href="tqcache.html#totalCost">TQCache</a> <a href="tqintcache.html#totalCost">TQIntCache</a><li>totalHeight: - <a href="qlistviewitem.html#totalHeight">TQListViewItem</a><li>totalSteps: - <a href="ntqprogressbar.html#totalSteps">TQProgressBar</a> <a href="ntqprogressdialog.html#totalSteps">TQProgressDialog</a><li>tr: + <a href="tqlistviewitem.html#totalHeight">TQListViewItem</a><li>totalSteps: + <a href="tqprogressbar.html#totalSteps">TQProgressBar</a> <a href="tqprogressdialog.html#totalSteps">TQProgressDialog</a><li>tr: <a href="tqobject.html#tr">TQObject</a><li>trUtf8: <a href="tqobject.html#trUtf8">TQObject</a><li>tracking: - <a href="tqdial.html#tracking">TQDial</a> <a href="ntqheader.html#tracking">TQHeader</a> <a href="tqscrollbar.html#tracking">TQScrollBar</a> <a href="tqslider.html#tracking">TQSlider</a><li>transaction: + <a href="tqdial.html#tracking">TQDial</a> <a href="tqheader.html#tracking">TQHeader</a> <a href="tqscrollbar.html#tracking">TQScrollBar</a> <a href="tqslider.html#tracking">TQSlider</a><li>transaction: <a href="tqsqldatabase.html#transaction">TQSqlDatabase</a><li>transformationMode: <a href="tqwmatrix.html#transformationMode">TQWMatrix</a><li>translate: <a href="ntqapplication.html#translate">TQApplication</a> <a href="tqpainter.html#translate">TQPainter</a> <a href="tqpointarray.html#translate">TQPointArray</a> <a href="tqregion.html#translate">TQRegion</a> <a href="tqwmatrix.html#translate">TQWMatrix</a><li>translation: <a href="tqtranslatormessage.html#translation">TQTranslatorMessage</a><li>transpose: <a href="tqsize.html#transpose">TQSize</a> <a href="tqsizepolicy.html#transpose">TQSizePolicy</a><li>treeStepSize: - <a href="ntqlistview.html#treeStepSize">TQListView</a><li>triggerUpdate: - <a href="ntqlistbox.html#triggerUpdate">TQListBox</a> <a href="ntqlistview.html#triggerUpdate">TQListView</a><li>trueMatrix: + <a href="tqlistview.html#treeStepSize">TQListView</a><li>triggerUpdate: + <a href="tqlistbox.html#triggerUpdate">TQListBox</a> <a href="tqlistview.html#triggerUpdate">TQListView</a><li>trueMatrix: <a href="tqpixmap.html#trueMatrix">TQPixmap</a><li>trueText: <a href="tqdatatable.html#trueText">TQDataTable</a><li>truncate: <a href="tqcstring.html#truncate">TQCString</a> <a href="tqmemarray.html#truncate">TQMemArray</a> <a href="tqstring.html#truncate">TQString</a><li>tryAccess: @@ -3360,7 +3360,7 @@ ucs2: <a href="tqfile.html#ungetch">TQFile</a> <a href="tqiodevice.html#ungetch">TQIODevice</a> <a href="tqsocket.html#ungetch">TQSocket</a><li>unicode: <a href="tqchar.html#unicode">TQChar</a> <a href="tqstring.html#unicode">TQString</a><li>unicodeUriToUri: <a href="tquridrag.html#unicodeUriToUri">TQUriDrag</a><li>uniqueId: - <a href="qtabletevent.html#uniqueId">TQTabletEvent</a><li>unite: + <a href="tqtabletevent.html#uniqueId">TQTabletEvent</a><li>unite: <a href="tqrect.html#unite">TQRect</a> <a href="tqregion.html#unite">TQRegion</a><li>unload: <a href="ntqlibrary.html#unload">TQLibrary</a><li>unlock: <a href="ntqapplication.html#unlock">TQApplication</a> <a href="tqmutex.html#unlock">TQMutex</a><li>unparsedEntityDecl: @@ -3380,14 +3380,14 @@ ucs2: <a href="ntqaccessible.html#updateAccessibility">TQAccessible</a><li>updateBoundary: <a href="tqdatabrowser.html#updateBoundary">TQDataBrowser</a><li>updateButtons: <a href="tqdateedit.html#updateButtons">TQDateEdit</a><li>updateCell: - <a href="ntqgridview.html#updateCell">TQGridView</a> <a href="ntqtable.html#updateCell">TQTable</a><li>updateContents: - <a href="ntqlistview.html#updateContents">TQListView</a> <a href="tqscrollview.html#updateContents">TQScrollView</a><li>updateCurrent: + <a href="tqgridview.html#updateCell">TQGridView</a> <a href="tqtable.html#updateCell">TQTable</a><li>updateContents: + <a href="tqlistview.html#updateContents">TQListView</a> <a href="tqscrollview.html#updateContents">TQScrollView</a><li>updateCurrent: <a href="tqdatabrowser.html#updateCurrent">TQDataBrowser</a> <a href="tqdatatable.html#updateCurrent">TQDataTable</a><li>updateDisplay: <a href="tqspinbox.html#updateDisplay">TQSpinBox</a><li>updateGL: <a href="tqglwidget.html#updateGL">TQGLWidget</a><li>updateGeometry: <a href="tqwidget.html#updateGeometry">TQWidget</a><li>updateHeaderStates: - <a href="ntqtable.html#updateHeaderStates">TQTable</a><li>updateItem: - <a href="ntqlistbox.html#updateItem">TQListBox</a> <a href="tqmenudata.html#updateItem">TQMenuData</a> <a href="tqpopupmenu.html#updateItem">TQPopupMenu</a><li>updateMask: + <a href="tqtable.html#updateHeaderStates">TQTable</a><li>updateItem: + <a href="tqlistbox.html#updateItem">TQListBox</a> <a href="tqmenudata.html#updateItem">TQMenuData</a> <a href="tqpopupmenu.html#updateItem">TQPopupMenu</a><li>updateMask: <a href="tqwidget.html#updateMask">TQWidget</a><li>updateOverlayGL: <a href="tqglwidget.html#updateOverlayGL">TQGLWidget</a><li>updateScrollBars: <a href="tqscrollview.html#updateScrollBars">TQScrollView</a><li>upper: @@ -3416,19 +3416,19 @@ vScrollBarMode: <a href="tqcombobox.html#validator">TQComboBox</a> <a href="tqlineedit.html#validator">TQLineEdit</a> <a href="tqspinbox.html#validator">TQSpinBox</a><li>value: <a href="tqdatatable.html#value">TQDataTable</a> <a href="tqdial.html#value">TQDial</a> <a href="tqdomattr.html#value">TQDomAttr</a> <a href="tqhttpheader.html#value">TQHttpHeader</a> <a href="tqhttpheader.html#value">TQHttpRequestHeader</a> <a href="tqlcdnumber.html#value">TQLCDNumber</a> <a href="ntqrangecontrol.html#value">TQRangeControl</a> <a href="tqscrollbar.html#value">TQScrollBar</a> <a href="tqsignal.html#value">TQSignal</a> <a href="tqslider.html#value">TQSlider</a> <a href="tqspinbox.html#value">TQSpinBox</a> <a href="tqsqlfield.html#value">TQSqlField</a> <a href="tqsqlquery.html#value">TQSqlQuery</a> <a href="tqsqlrecord.html#value">TQSqlRecord</a> <a href="tqxmlattributes.html#value">TQXmlAttributes</a><li>valueChange: <a href="tqdial.html#valueChange">TQDial</a> <a href="ntqrangecontrol.html#valueChange">TQRangeControl</a> <a href="tqslider.html#valueChange">TQSlider</a> <a href="tqspinbox.html#valueChange">TQSpinBox</a><li>valueChanged: - <a href="tqdateedit.html#valueChanged">TQDateEdit</a> <a href="tqdatetimeedit.html#valueChanged">TQDateTimeEdit</a> <a href="tqdial.html#valueChanged">TQDial</a> <a href="tqscrollbar.html#valueChanged">TQScrollBar</a> <a href="tqslider.html#valueChanged">TQSlider</a> <a href="tqspinbox.html#valueChanged">TQSpinBox</a> <a href="ntqtable.html#valueChanged">TQTable</a> <a href="tqtimeedit.html#valueChanged">TQTimeEdit</a><li>valueFromPosition: + <a href="tqdateedit.html#valueChanged">TQDateEdit</a> <a href="tqdatetimeedit.html#valueChanged">TQDateTimeEdit</a> <a href="tqdial.html#valueChanged">TQDial</a> <a href="tqscrollbar.html#valueChanged">TQScrollBar</a> <a href="tqslider.html#valueChanged">TQSlider</a> <a href="tqspinbox.html#valueChanged">TQSpinBox</a> <a href="tqtable.html#valueChanged">TQTable</a> <a href="tqtimeedit.html#valueChanged">TQTimeEdit</a><li>valueFromPosition: <a href="ntqrangecontrol.html#valueFromPosition">TQRangeControl</a><li>valueToKey: <a href="qmetaproperty.html#valueToKey">TQMetaProperty</a><li>valueToKeys: <a href="qmetaproperty.html#valueToKeys">TQMetaProperty</a><li>values: <a href="tqmap.html#values">TQMap</a><li>variableHeight: - <a href="ntqlistbox.html#variableHeight">TQListBox</a><li>variableWidth: - <a href="ntqlistbox.html#variableWidth">TQListBox</a><li>variant: + <a href="tqlistbox.html#variableHeight">TQListBox</a><li>variableWidth: + <a href="tqlistbox.html#variableWidth">TQListBox</a><li>variant: <a href="ntquuid.html#variant">TQUuid</a><li>verData: <a href="tqsizepolicy.html#verData">TQSizePolicy</a><li>verStretch: <a href="tqsizepolicy.html#verStretch">TQSizePolicy</a><li>version: <a href="tqdatastream.html#version">TQDataStream</a> <a href="ntquuid.html#version">TQUuid</a><li>verticalAlignment: <a href="tqstylesheetitem.html#verticalAlignment">TQStyleSheetItem</a><li>verticalHeader: - <a href="ntqtable.html#verticalHeader">TQTable</a><li>verticalScrollBar: + <a href="tqtable.html#verticalHeader">TQTable</a><li>verticalScrollBar: <a href="tqscrollview.html#verticalScrollBar">TQScrollView</a><li>verticalSliderPressed: <a href="tqscrollview.html#verticalSliderPressed">TQScrollView</a><li>verticalSliderReleased: <a href="tqscrollview.html#verticalSliderReleased">TQScrollView</a><li>viewMode: @@ -3451,7 +3451,7 @@ wait: <a href="tqeventloop.html#wakeUp">TQEventLoop</a><li>wakeUpGuiThread: <a href="ntqapplication.html#wakeUpGuiThread">TQApplication</a><li>warning: <a href="ntqmessagebox.html#warning">TQMessageBox</a> <a href="tqxmlerrorhandler.html#warning">TQXmlErrorHandler</a><li>wasCanceled: - <a href="ntqprogressdialog.html#wasCanceled">TQProgressDialog</a><li>weekNumber: + <a href="tqprogressdialog.html#wasCanceled">TQProgressDialog</a><li>weekNumber: <a href="tqdate.html#weekNumber">TQDate</a><li>weight: <a href="tqfont.html#weight">TQFont</a> <a href="tqfontdatabase.html#weight">TQFontDatabase</a> <a href="tqfontinfo.html#weight">TQFontInfo</a><li>whatsThis: <a href="ntqaccel.html#whatsThis">TQAccel</a> <a href="tqaction.html#whatsThis">TQAction</a> <a href="tqmainwindow.html#whatsThis">TQMainWindow</a> <a href="tqmenudata.html#whatsThis">TQMenuData</a> <a href="tqmenudata.html#whatsThis">TQPopupMenu</a> <a href="tqwidgetplugin.html#whatsThis">TQWidgetPlugin</a><li>whatsThisButton: @@ -3464,8 +3464,8 @@ wait: <a href="qmacstyle.html#widgetSizePolicy">TQMacStyle</a><li>widgetToField: <a href="tqsqlform.html#widgetToField">TQSqlForm</a><li>widgets: <a href="tqwidgetfactory.html#widgets">TQWidgetFactory</a><li>width: - <a href="tqcanvas.html#width">TQCanvas</a> <a href="tqcanvasellipse.html#width">TQCanvasEllipse</a> <a href="tqcanvasrectangle.html#width">TQCanvasRectangle</a> <a href="tqcanvassprite.html#width">TQCanvasSprite</a> <a href="tqfontmetrics.html#width">TQFontMetrics</a> <a href="tqiconviewitem.html#width">TQIconViewItem</a> <a href="tqimage.html#width">TQImage</a> <a href="qlistboxitem.html#width">TQListBoxItem</a> <a href="qlistboxpixmap.html#width">TQListBoxPixmap</a> <a href="qlistboxtext.html#width">TQListBoxText</a> <a href="qlistviewitem.html#width">TQListViewItem</a> <a href="tqpaintdevicemetrics.html#width">TQPaintDeviceMetrics</a> <a href="tqpen.html#width">TQPen</a> <a href="tqpixmap.html#width">TQPixmap</a> <a href="tqrect.html#width">TQRect</a> <a href="tqsimplerichtext.html#width">TQSimpleRichText</a> <a href="tqsize.html#width">TQSize</a> <a href="tqtextstream.html#width">TQTextStream</a> <a href="tqwidget.html#width">TQWidget</a><li>widthChanged: - <a href="qlistviewitem.html#widthChanged">TQListViewItem</a><li>widthMM: + <a href="tqcanvas.html#width">TQCanvas</a> <a href="tqcanvasellipse.html#width">TQCanvasEllipse</a> <a href="tqcanvasrectangle.html#width">TQCanvasRectangle</a> <a href="tqcanvassprite.html#width">TQCanvasSprite</a> <a href="tqfontmetrics.html#width">TQFontMetrics</a> <a href="tqiconviewitem.html#width">TQIconViewItem</a> <a href="tqimage.html#width">TQImage</a> <a href="tqlistboxitem.html#width">TQListBoxItem</a> <a href="tqlistboxpixmap.html#width">TQListBoxPixmap</a> <a href="tqlistboxtext.html#width">TQListBoxText</a> <a href="tqlistviewitem.html#width">TQListViewItem</a> <a href="tqpaintdevicemetrics.html#width">TQPaintDeviceMetrics</a> <a href="tqpen.html#width">TQPen</a> <a href="tqpixmap.html#width">TQPixmap</a> <a href="tqrect.html#width">TQRect</a> <a href="tqsimplerichtext.html#width">TQSimpleRichText</a> <a href="tqsize.html#width">TQSize</a> <a href="tqtextstream.html#width">TQTextStream</a> <a href="tqwidget.html#width">TQWidget</a><li>widthChanged: + <a href="tqlistviewitem.html#widthChanged">TQListViewItem</a><li>widthMM: <a href="tqpaintdevicemetrics.html#widthMM">TQPaintDeviceMetrics</a><li>widthUsed: <a href="tqsimplerichtext.html#widthUsed">TQSimpleRichText</a><li>wildcard: <a href="tqregexp.html#wildcard">TQRegExp</a><li>winEvent: @@ -3482,7 +3482,7 @@ wait: <a href="tqworkspace.html#windowList">TQWorkspace</a><li>windowOpacity: <a href="tqwidget.html#windowOpacity">TQWidget</a><li>windowState: <a href="tqwidget.html#windowState">TQWidget</a><li>wordWrap: - <a href="qtableitem.html#wordWrap">TQTableItem</a> <a href="tqtextedit.html#wordWrap">TQTextEdit</a><li>wordWrapIconText: + <a href="tqtableitem.html#wordWrap">TQTableItem</a> <a href="tqtextedit.html#wordWrap">TQTextEdit</a><li>wordWrapIconText: <a href="tqiconview.html#wordWrapIconText">TQIconView</a><li>workingDirectory: <a href="tqprocess.html#workingDirectory">TQProcess</a><li>worldMatrix: <a href="tqcanvasview.html#worldMatrix">TQCanvasView</a> <a href="tqpainter.html#worldMatrix">TQPainter</a><li>wrapColumnOrWidth: @@ -3501,7 +3501,7 @@ wait: <a href="tqprocess.html#writeToStdin">TQProcess</a><li>wroteToStdin: <a href="tqprocess.html#wroteToStdin">TQProcess</a><li><a name="x"></a> x: - <a href="tqcanvasitem.html#x">TQCanvasItem</a> <a href="qcontextmenuevent.html#x">TQContextMenuEvent</a> <a href="tqiconviewitem.html#x">TQIconViewItem</a> <a href="qmouseevent.html#x">TQMouseEvent</a> <a href="tqpoint.html#x">TQPoint</a> <a href="tqrect.html#x">TQRect</a> <a href="qtabletevent.html#x">TQTabletEvent</a> <a href="qwheelevent.html#x">TQWheelEvent</a> <a href="tqwidget.html#x">TQWidget</a><li>x11AppCells: + <a href="tqcanvasitem.html#x">TQCanvasItem</a> <a href="qcontextmenuevent.html#x">TQContextMenuEvent</a> <a href="tqiconviewitem.html#x">TQIconViewItem</a> <a href="qmouseevent.html#x">TQMouseEvent</a> <a href="tqpoint.html#x">TQPoint</a> <a href="tqrect.html#x">TQRect</a> <a href="tqtabletevent.html#x">TQTabletEvent</a> <a href="qwheelevent.html#x">TQWheelEvent</a> <a href="tqwidget.html#x">TQWidget</a><li>x11AppCells: <a href="tqpaintdevice.html#x11AppCells">TQPaintDevice</a><li>x11AppColormap: <a href="tqpaintdevice.html#x11AppColormap">TQPaintDevice</a><li>x11AppDefaultColormap: <a href="tqpaintdevice.html#x11AppDefaultColormap">TQPaintDevice</a><li>x11AppDefaultVisual: @@ -3528,12 +3528,12 @@ x: <a href="tqpaintdevice.html#x11Visual">TQPaintDevice</a><li>xForm: <a href="tqbitmap.html#xForm">TQBitmap</a> <a href="tqimage.html#xForm">TQImage</a> <a href="tqpainter.html#xForm">TQPainter</a> <a href="tqpixmap.html#xForm">TQPixmap</a><li>xFormDev: <a href="tqpainter.html#xFormDev">TQPainter</a><li>xTilt: - <a href="qtabletevent.html#xTilt">TQTabletEvent</a><li>xVelocity: + <a href="tqtabletevent.html#xTilt">TQTabletEvent</a><li>xVelocity: <a href="tqcanvasitem.html#xVelocity">TQCanvasItem</a><li>xtWidget: <a href="qxtwidget.html#xtWidget">TQXtWidget</a><li><a name="y"></a> y: - <a href="tqcanvasitem.html#y">TQCanvasItem</a> <a href="qcontextmenuevent.html#y">TQContextMenuEvent</a> <a href="tqiconviewitem.html#y">TQIconViewItem</a> <a href="qmouseevent.html#y">TQMouseEvent</a> <a href="tqpoint.html#y">TQPoint</a> <a href="tqrect.html#y">TQRect</a> <a href="qtabletevent.html#y">TQTabletEvent</a> <a href="qwheelevent.html#y">TQWheelEvent</a> <a href="tqwidget.html#y">TQWidget</a><li>yTilt: - <a href="qtabletevent.html#yTilt">TQTabletEvent</a><li>yVelocity: + <a href="tqcanvasitem.html#y">TQCanvasItem</a> <a href="qcontextmenuevent.html#y">TQContextMenuEvent</a> <a href="tqiconviewitem.html#y">TQIconViewItem</a> <a href="qmouseevent.html#y">TQMouseEvent</a> <a href="tqpoint.html#y">TQPoint</a> <a href="tqrect.html#y">TQRect</a> <a href="tqtabletevent.html#y">TQTabletEvent</a> <a href="qwheelevent.html#y">TQWheelEvent</a> <a href="tqwidget.html#y">TQWidget</a><li>yTilt: + <a href="tqtabletevent.html#yTilt">TQTabletEvent</a><li>yVelocity: <a href="tqcanvasitem.html#yVelocity">TQCanvasItem</a><li>year: <a href="tqdate.html#year">TQDate</a><li><a name="z"></a> z: diff --git a/doc/html/geomanagement.html b/doc/html/geomanagement.html index 76eba7dff..9f8e018d6 100644 --- a/doc/html/geomanagement.html +++ b/doc/html/geomanagement.html @@ -36,10 +36,10 @@ body { background: #ffffff; color: black; } <p> <p><table width="100%"> <tr bgcolor=#f0f0f0><td><b><a href="qboxlayout.html">TQBoxLayout</a></b><td>Lines up child widgets horizontally or vertically -<tr bgcolor=#f0f0f0><td><b><a href="ntqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group +<tr bgcolor=#f0f0f0><td><b><a href="tqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group <tr bgcolor=#f0f0f0><td><b><a href="qglayoutiterator.html">TQGLayoutIterator</a></b><td>Abstract base class of internal layout iterators -<tr bgcolor=#f0f0f0><td><b><a href="ntqgrid.html">TQGrid</a></b><td>Simple geometry management of its children -<tr bgcolor=#f0f0f0><td><b><a href="qgridlayout.html">TQGridLayout</a></b><td>Lays out widgets in a grid +<tr bgcolor=#f0f0f0><td><b><a href="tqgrid.html">TQGrid</a></b><td>Simple geometry management of its children +<tr bgcolor=#f0f0f0><td><b><a href="tqgridlayout.html">TQGridLayout</a></b><td>Lays out widgets in a grid <tr bgcolor=#f0f0f0><td><b><a href="ntqgroupbox.html">TQGroupBox</a></b><td>Group box frame with a title <tr bgcolor=#f0f0f0><td><b><a href="ntqhbox.html">TQHBox</a></b><td>Horizontal geometry management for its child widgets <tr bgcolor=#f0f0f0><td><b><a href="qhboxlayout.html">TQHBoxLayout</a></b><td>Lines up widgets horizontally diff --git a/doc/html/headerfilesynonyms b/doc/html/headerfilesynonyms index 713c3b64b..5c56c913f 100644 --- a/doc/html/headerfilesynonyms +++ b/doc/html/headerfilesynonyms @@ -55,7 +55,7 @@ tqcolordrag.h tqdragobject.h tqtimerevent.h tqevent.h qmouseevent.h tqevent.h qwheelevent.h tqevent.h -qtabletevent.h tqevent.h +tqtabletevent.h tqevent.h qkeyevent.h tqevent.h qfocusevent.h tqevent.h tqpaintevent.h tqevent.h @@ -95,16 +95,16 @@ qlayoutiterator.h ntqlayout.h qlayoutitem.h ntqlayout.h qspaceritem.h ntqlayout.h tqwidgetitem.h ntqlayout.h -qgridlayout.h ntqlayout.h +tqgridlayout.h ntqlayout.h qboxlayout.h ntqlayout.h qhboxlayout.h ntqlayout.h qvboxlayout.h ntqlayout.h -qlistboxitem.h ntqlistbox.h -qlistboxtext.h ntqlistbox.h -qlistboxpixmap.h ntqlistbox.h -qlistviewitem.h ntqlistview.h -tqchecklistitem.h ntqlistview.h -qlistviewitemiterator.h ntqlistview.h +tqlistboxitem.h tqlistbox.h +tqlistboxtext.h tqlistbox.h +tqlistboxpixmap.h tqlistbox.h +tqlistviewitem.h tqlistview.h +tqchecklistitem.h tqlistview.h +tqlistviewitemiterator.h tqlistview.h qmacstyle.h qmacstyle_mac.h tqmapiterator.h tqmap.h tqmapconstiterator.h tqmap.h @@ -134,11 +134,11 @@ tqstrlistiterator.h tqstrlist.h tqstrilist.h tqstrlist.h tqstyleoption.h tqstyle.h tqstylesheetitem.h tqstylesheet.h -qtab.h ntqtabbar.h -qtableselection.h ntqtable.h -qtableitem.h ntqtable.h -tqcombotableitem.h ntqtable.h -tqchecktableitem.h ntqtable.h +tqtab.h tqtabbar.h +tqtableselection.h tqtable.h +tqtableitem.h tqtable.h +tqcombotableitem.h tqtable.h +tqchecktableitem.h tqtable.h tqtextencoder.h tqtextcodec.h tqtextdecoder.h tqtextcodec.h tqtextistream.h tqtextstream.h diff --git a/doc/html/headers.html b/doc/html/headers.html index 90471e0a5..c1513f119 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -49,8 +49,8 @@ body { background: #ffffff; color: black; } <li><a href="tqbitmap-h.html">tqbitmap.h</a> <li><a href="tqbrush-h.html">tqbrush.h</a> <li><a href="tqbuffer-h.html">tqbuffer.h</a> -<li><a href="qbutton-h.html">ntqbutton.h</a> -<li><a href="qbuttongroup-h.html">ntqbuttongroup.h</a> +<li><a href="tqbutton-h.html">tqbutton.h</a> +<li><a href="tqbuttongroup-h.html">tqbuttongroup.h</a> <li><a href="tqcache-h.html">tqcache.h</a> <li><a href="tqcanvas-h.html">tqcanvas.h</a> <li><a href="qcdestyle-h.html">ntqcdestyle.h</a> @@ -96,19 +96,19 @@ body { background: #ffffff; color: black; } <li><a href="tqfontdialog-h.html">tqfontdialog.h</a> <li><a href="tqfontinfo-h.html">tqfontinfo.h</a> <li><a href="tqfontmetrics-h.html">tqfontmetrics.h</a> -<li><a href="qframe-h.html">ntqframe.h</a> +<li><a href="tqframe-h.html">tqframe.h</a> <li><a href="tqftp-h.html">tqftp.h</a> <li><a href="tqgb18030codec-h.html">tqgb18030codec.h</a> <li><a href="tqgl-h.html">tqgl.h</a> <li><a href="tqglcolormap-h.html">tqglcolormap.h</a> <li><a href="qglobal-h.html">ntqglobal.h</a> -<li><a href="qgrid-h.html">ntqgrid.h</a> -<li><a href="qgridview-h.html">ntqgridview.h</a> +<li><a href="tqgrid-h.html">tqgrid.h</a> +<li><a href="tqgridview-h.html">tqgridview.h</a> <li><a href="qgroupbox-h.html">ntqgroupbox.h</a> <li><a href="qguardedptr-h.html">ntqguardedptr.h</a> <li><a href="qhbox-h.html">ntqhbox.h</a> <li><a href="qhbuttongroup-h.html">ntqhbuttongroup.h</a> -<li><a href="qheader-h.html">ntqheader.h</a> +<li><a href="tqheader-h.html">tqheader.h</a> <li><a href="qhgroupbox-h.html">ntqhgroupbox.h</a> <li><a href="tqhostaddress-h.html">tqhostaddress.h</a> <li><a href="tqhttp-h.html">tqhttp.h</a> @@ -127,8 +127,8 @@ body { background: #ffffff; color: black; } <li><a href="tqlcdnumber-h.html">tqlcdnumber.h</a> <li><a href="qlibrary-h.html">ntqlibrary.h</a> <li><a href="tqlineedit-h.html">tqlineedit.h</a> -<li><a href="qlistbox-h.html">ntqlistbox.h</a> -<li><a href="qlistview-h.html">ntqlistview.h</a> +<li><a href="tqlistbox-h.html">tqlistbox.h</a> +<li><a href="tqlistview-h.html">tqlistview.h</a> <li><a href="tqlocale-h.html">tqlocale.h</a> <li><a href="tqlocalfs-h.html">tqlocalfs.h</a> <li><a href="qmacstyle_mac-h.html">qmacstyle_mac.h</a> @@ -146,7 +146,7 @@ body { background: #ffffff; color: black; } <li><a href="qmotifstyle-h.html">ntqmotifstyle.h</a> <li><a href="qmotifwidget-h.html">qmotifwidget.h</a> <li><a href="tqmovie-h.html">tqmovie.h</a> -<li><a href="qmultilineedit-h.html">ntqmultilineedit.h</a> +<li><a href="tqmultilineedit-h.html">tqmultilineedit.h</a> <li><a href="tqmutex-h.html">tqmutex.h</a> <li><a href="qnamespace-h.html">ntqnamespace.h</a> <li><a href="tqnetworkprotocol-h.html">tqnetworkprotocol.h</a> @@ -170,8 +170,8 @@ body { background: #ffffff; color: black; } <li><a href="tqpopupmenu-h.html">tqpopupmenu.h</a> <li><a href="tqprinter-h.html">tqprinter.h</a> <li><a href="tqprocess-h.html">tqprocess.h</a> -<li><a href="qprogressbar-h.html">ntqprogressbar.h</a> -<li><a href="qprogressdialog-h.html">ntqprogressdialog.h</a> +<li><a href="tqprogressbar-h.html">tqprogressbar.h</a> +<li><a href="tqprogressdialog-h.html">tqprogressdialog.h</a> <li><a href="tqptrcollection-h.html">tqptrcollection.h</a> <li><a href="tqptrdict-h.html">tqptrdict.h</a> <li><a href="tqptrlist-h.html">tqptrlist.h</a> @@ -231,10 +231,10 @@ body { background: #ffffff; color: black; } <li><a href="tqstyleplugin-h.html">tqstyleplugin.h</a> <li><a href="tqstylesheet-h.html">tqstylesheet.h</a> <li><a href="tqsyntaxhighlighter-h.html">tqsyntaxhighlighter.h</a> -<li><a href="qtabbar-h.html">ntqtabbar.h</a> -<li><a href="qtabdialog-h.html">ntqtabdialog.h</a> -<li><a href="qtable-h.html">ntqtable.h</a> -<li><a href="qtabwidget-h.html">ntqtabwidget.h</a> +<li><a href="tqtabbar-h.html">tqtabbar.h</a> +<li><a href="tqtabdialog-h.html">tqtabdialog.h</a> +<li><a href="tqtable-h.html">tqtable.h</a> +<li><a href="tqtabwidget-h.html">tqtabwidget.h</a> <li><a href="tqtextbrowser-h.html">tqtextbrowser.h</a> <li><a href="tqtextcodec-h.html">tqtextcodec.h</a> <li><a href="tqtextcodecplugin-h.html">tqtextcodecplugin.h</a> @@ -270,7 +270,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidgetstack-h.html">tqwidgetstack.h</a> <li><a href="qwindowdefs-h.html">ntqwindowdefs.h</a> <li><a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a> -<li><a href="qwizard-h.html">ntqwizard.h</a> +<li><a href="tqwizard-h.html">tqwizard.h</a> <li><a href="tqwmatrix-h.html">tqwmatrix.h</a> <li><a href="tqworkspace-h.html">tqworkspace.h</a> <li><a href="tqxml-h.html">tqxml.h</a> diff --git a/doc/html/helpsystem-example.html b/doc/html/helpsystem-example.html index 33a55197d..386b1cdbc 100644 --- a/doc/html/helpsystem-example.html +++ b/doc/html/helpsystem-example.html @@ -44,20 +44,20 @@ in the statusbar. <a href="ntqassistantclient.html">TQAssistantClient</a> is use pages using TQt Assistant. <p> The application has a user interface based on a <a href="tqmainwindow.html">TQMainWindow</a> with a menubar, statusbar and a toolbar, and uses -a <a href="ntqtable.html">TQTable</a> as the central widget. +a <a href="tqtable.html">TQTable</a> as the central widget. <pre> class HeaderToolTip : public <a href="tqtooltip.html">TQToolTip</a> { public: - HeaderToolTip( <a href="ntqheader.html">TQHeader</a> *header, TQToolTipGroup *group = 0 ); + HeaderToolTip( <a href="tqheader.html">TQHeader</a> *header, TQToolTipGroup *group = 0 ); protected: void maybeTip ( const <a href="tqpoint.html">TQPoint</a> &p ); }; </pre> <p> Two TQToolTip subclasses implement dynamic tooltips for -<a href="ntqheader.html">TQHeader</a> and TQTable by reimplementing maybeTip(). The +<a href="tqheader.html">TQHeader</a> and TQTable by reimplementing maybeTip(). The constructors differ from the <a href="tqtooltip.html">TQToolTip</a> constructor in having a TQHeader and a TQTable respectively as the first parameter for the constructor instead of a <a href="tqwidget.html">TQWidget</a>. This is because @@ -67,20 +67,20 @@ second argument to show tooltips in, for example a statusbar. <p> <pre> class TableToolTip : public <a href="tqtooltip.html">TQToolTip</a> { public: - TableToolTip( <a href="ntqtable.html">TQTable</a>* table, TQToolTipGroup *group = 0 ); + TableToolTip( <a href="tqtable.html">TQTable</a>* table, TQToolTipGroup *group = 0 ); protected: void maybeTip( const <a href="tqpoint.html">TQPoint</a> &p ); private: - <a href="ntqtable.html">TQTable</a> *table; + <a href="tqtable.html">TQTable</a> *table; }; </pre> -<p> The TableToolTip class keeps a reference to the <a href="ntqtable.html">TQTable</a> +<p> The TableToolTip class keeps a reference to the <a href="tqtable.html">TQTable</a> as a member for easier access of the TQTable object later on. <p> -<pre> HeaderToolTip::HeaderToolTip( <a href="ntqheader.html">TQHeader</a> *header, TQToolTipGroup *group ) +<pre> HeaderToolTip::HeaderToolTip( <a href="tqheader.html">TQHeader</a> *header, TQToolTipGroup *group ) : <a href="tqtooltip.html">TQToolTip</a>( header, group ) { } @@ -89,30 +89,30 @@ as a member for easier access of the TQTable object later on. to the <a href="tqtooltip.html">TQToolTip</a> constructor. <pre> void HeaderToolTip::<a href="tqtooltip.html#maybeTip">maybeTip</a> ( const <a href="tqpoint.html">TQPoint</a>& p ) { - <a href="ntqheader.html">TQHeader</a> *header = (TQHeader*)<a href="tqtooltip.html#parentWidget">parentWidget</a>(); + <a href="tqheader.html">TQHeader</a> *header = (TQHeader*)<a href="tqtooltip.html#parentWidget">parentWidget</a>(); int section = 0; - <a name="x2676"></a> if ( header-><a href="ntqheader.html#orientation">orientation</a>() == Horizontal ) - <a name="x2677"></a><a name="x2675"></a> section = header-><a href="ntqheader.html#sectionAt">sectionAt</a>( header-><a href="ntqheader.html#offset">offset</a>() + p.<a href="tqpoint.html#x">x</a>() ); + <a name="x2676"></a> if ( header-><a href="tqheader.html#orientation">orientation</a>() == Horizontal ) + <a name="x2677"></a><a name="x2675"></a> section = header-><a href="tqheader.html#sectionAt">sectionAt</a>( header-><a href="tqheader.html#offset">offset</a>() + p.<a href="tqpoint.html#x">x</a>() ); else - section = header-><a href="ntqheader.html#sectionAt">sectionAt</a>( header-><a href="ntqheader.html#offset">offset</a>() + p.<a href="tqpoint.html#y">y</a>() ); + section = header-><a href="tqheader.html#sectionAt">sectionAt</a>( header-><a href="tqheader.html#offset">offset</a>() + p.<a href="tqpoint.html#y">y</a>() ); - <a name="x2674"></a> <a href="tqstring.html">TQString</a> tipString = header-><a href="ntqheader.html#label">label</a>( section ); - <a name="x2678"></a> <a href="tqtooltip.html#tip">tip</a>( header-><a href="ntqheader.html#sectionRect">sectionRect</a>( section ), tipString, "This is a section in a header" ); + <a name="x2674"></a> <a href="tqstring.html">TQString</a> tipString = header-><a href="tqheader.html#label">label</a>( section ); + <a name="x2678"></a> <a href="tqtooltip.html#tip">tip</a>( header-><a href="tqheader.html#sectionRect">sectionRect</a>( section ), tipString, "This is a section in a header" ); } </pre> -<p> The implementation of maybeTip() uses the <a href="ntqheader.html">TQHeader</a> API +<p> The implementation of maybeTip() uses the <a href="tqheader.html">TQHeader</a> API to get the section at the requested position and uses <a href="tqtooltip.html#tip">TQToolTip::tip</a>() to display the section's label in a tooltip. The second string is used by <a href="tqtooltipgroup.html">TQToolTipGroup</a> and will show up in the statusbar. -<p> <pre> TableToolTip::TableToolTip( <a href="ntqtable.html">TQTable</a> *tipTable, TQToolTipGroup *group ) +<p> <pre> TableToolTip::TableToolTip( <a href="tqtable.html">TQTable</a> *tipTable, TQToolTipGroup *group ) <a name="x2683"></a>: <a href="tqtooltip.html">TQToolTip</a>( tipTable-><a href="tqscrollview.html#viewport">viewport</a>(), group ), table( tipTable ) { } </pre> -<p> Since <a href="ntqtable.html">TQTable</a> is a <a href="tqscrollview.html">TQScrollView</a> all user interaction +<p> Since <a href="tqtable.html">TQTable</a> is a <a href="tqscrollview.html">TQScrollView</a> all user interaction happens on TQTable's viewport() . The TableToolTip constructor passes the viewport() and the tooltip group to the <a href="tqtooltip.html">TQToolTip</a> constructor, and initializes the table @@ -129,7 +129,7 @@ member with the TQTable pointer itself. </pre> <p> The implementation of maybeTip() uses the TQTable API to get information about the cell at the requested position. -The <a href="ntqtable.html">TQTable</a> API expects contents coordinates, and since the +The <a href="tqtable.html">TQTable</a> API expects contents coordinates, and since the requested point is relative to the viewport we need to translate the coordinates before we can use TQTable's functions. <pre> <a name="x2682"></a><a name="x2681"></a> cr.<a href="tqrect.html#moveTopLeft">moveTopLeft</a>( table->contentsToViewport( cr.<a href="tqrect.html#topLeft">topLeft</a>() ) ); @@ -176,7 +176,7 @@ linkClicked() which will be emitted when a hyperlink is clicked. <p> The WhatsThis constructor takes two parameters, the first is the widget we want to provide WhatsThis for, and the second is the one which receives the events. Normally this is the same widget, -but some widgets, like <a href="ntqtable.html">TQTable</a>, are more complex and have a +but some widgets, like <a href="tqtable.html">TQTable</a>, are more complex and have a viewport() widget which receives the events. If such a widget is passed to the constructor it will propagate the parameter to the TQWhatsThis constructor and store the <a href="tqwidget.html">TQWidget</a> pointer itself @@ -198,7 +198,7 @@ if a hyperlink has been clicked. <pre> class HeaderWhatsThis : public WhatsThis { public: - HeaderWhatsThis( <a href="ntqheader.html">TQHeader</a> *h ); + HeaderWhatsThis( <a href="tqheader.html">TQHeader</a> *h ); <a href="tqstring.html">TQString</a> text( const <a href="tqpoint.html">TQPoint</a> &p ); }; @@ -206,7 +206,7 @@ if a hyperlink has been clicked. <p> <pre> class TableWhatsThis : public WhatsThis { public: - TableWhatsThis( <a href="ntqtable.html">TQTable</a> *t ); + TableWhatsThis( <a href="tqtable.html">TQTable</a> *t ); <a href="tqstring.html">TQString</a> text( const <a href="tqpoint.html">TQPoint</a> &p ); }; @@ -220,7 +220,7 @@ text() to make it possible to return texts depending on the mouse click's position. All the other functionality is already provided by the generic WhatsThis base class. We ensure type safety here in the same manner as in the tooltip classes. -<pre> HeaderWhatsThis::HeaderWhatsThis( <a href="ntqheader.html">TQHeader</a> *h ) +<pre> HeaderWhatsThis::HeaderWhatsThis( <a href="tqheader.html">TQHeader</a> *h ) : WhatsThis( h ) { } @@ -229,63 +229,63 @@ type safety here in the same manner as in the tooltip classes. WhatsThis constructor. <pre> TQString HeaderWhatsThis::text( const <a href="tqpoint.html">TQPoint</a> &p ) { - <a href="ntqheader.html">TQHeader</a> *header = (TQHeader*)parentWidget(); + <a href="tqheader.html">TQHeader</a> *header = (TQHeader*)parentWidget(); <a href="tqstring.html">TQString</a> orient; int section; - if ( header-><a href="ntqheader.html#orientation">orientation</a>() == TQObject::Horizontal ) { + if ( header-><a href="tqheader.html#orientation">orientation</a>() == TQObject::Horizontal ) { orient = "horizontal"; - section = header-><a href="ntqheader.html#sectionAt">sectionAt</a>( p.<a href="tqpoint.html#x">x</a>() ); + section = header-><a href="tqheader.html#sectionAt">sectionAt</a>( p.<a href="tqpoint.html#x">x</a>() ); } else { orient = "vertical"; - section = header-><a href="ntqheader.html#sectionAt">sectionAt</a>( p.<a href="tqpoint.html#y">y</a>() ); + section = header-><a href="tqheader.html#sectionAt">sectionAt</a>( p.<a href="tqpoint.html#y">y</a>() ); } if( section == -1 ) return "This is empty space."; <a href="tqstring.html">TQString</a> docsPath = TQDir("../../doc").absPath(); - return TQString("This is section number %1 in the %2 <a href=%2/html/ntqheader.html>header</a>."). + return TQString("This is section number %1 in the %2 <a href=%2/html/tqheader.html>header</a>."). arg(section + 1). arg(orient). arg(docsPath); } </pre> -<p> The implementation of text() uses the <a href="ntqheader.html">TQHeader</a> API to determine +<p> The implementation of text() uses the <a href="tqheader.html">TQHeader</a> API to determine whether we have a horizontal or a vertical header and returns a string which states the header's orientation and section. <a href="#footnote2"><sup>(2)</sup></a><a name="footnote-call2"></a> -<pre> TableWhatsThis::TableWhatsThis( <a href="ntqtable.html">TQTable</a> *t ) +<pre> TableWhatsThis::TableWhatsThis( <a href="tqtable.html">TQTable</a> *t ) : WhatsThis( t, t-><a href="tqscrollview.html#viewport">viewport</a>() ) { } </pre> -<p> Since <a href="ntqtable.html">TQTable</a> is a scrollview and has a viewport() which receives +<p> Since <a href="tqtable.html">TQTable</a> is a scrollview and has a viewport() which receives the events, we propagate the table itself and the table's viewport() to the WhatsThis constructor. <pre> TQString TableWhatsThis::text( const <a href="tqpoint.html">TQPoint</a> &p ) { - <a href="ntqtable.html">TQTable</a> *table = (TQTable*)parentWidget(); + <a href="tqtable.html">TQTable</a> *table = (TQTable*)parentWidget(); <a href="tqpoint.html">TQPoint</a> cp = table-><a href="tqscrollview.html#viewportToContents">viewportToContents</a>( p ); - int row = table-><a href="ntqtable.html#rowAt">rowAt</a>( cp.<a href="tqpoint.html#y">y</a>() ); - int col = table-><a href="ntqtable.html#columnAt">columnAt</a>( cp.<a href="tqpoint.html#x">x</a>() ); + int row = table-><a href="tqtable.html#rowAt">rowAt</a>( cp.<a href="tqpoint.html#y">y</a>() ); + int col = table-><a href="tqtable.html#columnAt">columnAt</a>( cp.<a href="tqpoint.html#x">x</a>() ); if ( row == -1 || col == -1 ) return "This is empty space."; - <a href="qtableitem.html">TQTableItem</a>* i = table-><a href="ntqtable.html#item">item</a>( row,col ); + <a href="tqtableitem.html">TQTableItem</a>* i = table-><a href="tqtable.html#item">item</a>( row,col ); if ( !i ) return "This is an empty cell."; <a href="tqstring.html">TQString</a> docsPath = TQDir("../../doc").absPath(); - if ( TQTableItem::RTTI == i-><a href="qtableitem.html#rtti">rtti</a>() ) { - return TQString("This is a <a href=%1/html/qtableitem.html>TQTableItem</a>."). + if ( TQTableItem::RTTI == i-><a href="tqtableitem.html#rtti">rtti</a>() ) { + return TQString("This is a <a href=%1/html/tqtableitem.html>TQTableItem</a>."). arg(docsPath); - } else if ( TQComboTableItem::RTTI == i-><a href="qtableitem.html#rtti">rtti</a>() ) { + } else if ( TQComboTableItem::RTTI == i-><a href="tqtableitem.html#rtti">rtti</a>() ) { return TQString("This is a <a href=%1/html/tqcombotableitem.html>TQComboTableItem</a>." "<br>It can be used to provide multiple-choice items in a table."). arg(docsPath); - } else if ( TQCheckTableItem::RTTI == i-><a href="qtableitem.html#rtti">rtti</a>() ) { + } else if ( TQCheckTableItem::RTTI == i-><a href="tqtableitem.html#rtti">rtti</a>() ) { return TQString("This is a <a href=%1/html/tqchecktableitem.html>TQCheckTableItem</a>." "<br>It provide <a href=%1/html/tqcheckbox.html>checkboxes</a> in tables."). arg(docsPath).arg(docsPath); @@ -293,7 +293,7 @@ viewport() to the WhatsThis constructor. return "This is a user defined table item."; } </pre> -<p> The implementation of text() uses the <a href="ntqtable.html">TQTable</a> API to get +<p> The implementation of text() uses the <a href="tqtable.html">TQTable</a> API to get information about the cell at the requested position. The TQTable API expects contents coordinates, so we need to translate the point as shown earlier for the tooltip classes. @@ -337,7 +337,7 @@ member as well, to allow easier access to TQt Assistant later on. <p> The MainWindow constructor creates an instance of TQAssistantClient using <a href="tqstring.html#TQString-null">TQString::null</a> as the first argument so that the system path is used. -<pre> <a href="ntqtable.html">TQTable</a>* table = new <a href="ntqtable.html">TQTable</a>( 2, 3, this ); +<pre> <a href="tqtable.html">TQTable</a>* table = new <a href="tqtable.html">TQTable</a>( 2, 3, this ); <a href="tqmainwindow.html#setCentralWidget">setCentralWidget</a>( table ); // populate table @@ -348,18 +348,18 @@ so that the system path is used. <a href="tqchecktableitem.html">TQCheckTableItem</a>* checkItem1 = new <a href="tqchecktableitem.html">TQCheckTableItem</a>( table, "Check me" ); <a href="tqchecktableitem.html">TQCheckTableItem</a>* checkItem2 = new <a href="tqchecktableitem.html">TQCheckTableItem</a>( table, "Check me" ); - <a name="x2691"></a> table-><a href="ntqtable.html#setItem">setItem</a>( 0, 0, comboItem1 ); - table-><a href="ntqtable.html#setItem">setItem</a>( 1, 0, comboItem2 ); + <a name="x2691"></a> table-><a href="tqtable.html#setItem">setItem</a>( 0, 0, comboItem1 ); + table-><a href="tqtable.html#setItem">setItem</a>( 1, 0, comboItem2 ); - table-><a href="ntqtable.html#setItem">setItem</a>( 1, 1, checkItem1 ); - table-><a href="ntqtable.html#setItem">setItem</a>( 0, 1, checkItem2 ); + table-><a href="tqtable.html#setItem">setItem</a>( 1, 1, checkItem1 ); + table-><a href="tqtable.html#setItem">setItem</a>( 0, 1, checkItem2 ); - <a name="x2692"></a> table-><a href="ntqtable.html#setText">setText</a>( 1, 2, "Text" ); + <a name="x2692"></a> table-><a href="tqtable.html#setText">setText</a>( 1, 2, "Text" ); - table-><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 0, " Combos" ); - table-><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 1, "Checkboxes" ); - table-><a href="ntqtable.html#verticalHeader">verticalHeader</a>()->setLabel( 0, "1" ); - table-><a href="ntqtable.html#verticalHeader">verticalHeader</a>()->setLabel( 1, "2" ); + table-><a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 0, " Combos" ); + table-><a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 1, "Checkboxes" ); + table-><a href="tqtable.html#verticalHeader">verticalHeader</a>()->setLabel( 0, "1" ); + table-><a href="tqtable.html#verticalHeader">verticalHeader</a>()->setLabel( 1, "2" ); // populate menubar <a href="tqpopupmenu.html">TQPopupMenu</a>* fileMenu = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); @@ -377,7 +377,7 @@ so that the system path is used. <a href="tqtoolbutton.html">TQToolButton</a>* assistantButton = new <a href="tqtoolbutton.html">TQToolButton</a>( toolbar ); <a name="x2694"></a> assistantButton-><a href="tqtoolbutton.html#setIconSet">setIconSet</a>( TQPixmap("appicon.png") ); </pre> -<p> A <a href="ntqtable.html">TQTable</a> is used as the central widget and the table, the menus +<p> A <a href="tqtable.html">TQTable</a> is used as the central widget and the table, the menus and the toolbar are populated. <pre> <a name="x2699"></a> TQWhatsThis::<a href="tqwhatsthis.html#whatsThisButton">whatsThisButton</a>( toolbar ); </pre> @@ -394,8 +394,8 @@ in the statusbar as the tooltips are displayed on the widgets. <pre> // set up tooltips <a name="x2695"></a> TQToolTip::<a href="tqtooltip.html#add">add</a>( assistantButton, tr ("Open Assistant"), tipGroup, "Opens TQt Assistant" ); - <a name="x2690"></a> horizontalTip = new HeaderToolTip( table-><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>(), tipGroup ); - <a name="x2693"></a> verticalTip = new HeaderToolTip( table-><a href="ntqtable.html#verticalHeader">verticalHeader</a>(), tipGroup ); + <a name="x2690"></a> horizontalTip = new HeaderToolTip( table-><a href="tqtable.html#horizontalHeader">horizontalHeader</a>(), tipGroup ); + <a name="x2693"></a> verticalTip = new HeaderToolTip( table-><a href="tqtable.html#verticalHeader">verticalHeader</a>(), tipGroup ); cellTip = new TableToolTip( table, tipGroup ); </pre> @@ -408,8 +408,8 @@ to. <pre> // set up whats this <a name="x2698"></a> TQWhatsThis::<a href="tqwhatsthis.html#add">add</a> ( assistantButton, "This is a toolbutton which opens Assistant" ); - HeaderWhatsThis *horizontalWhatsThis = new HeaderWhatsThis( table-><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>() ); - HeaderWhatsThis *verticalWhatsThis = new HeaderWhatsThis( table-><a href="ntqtable.html#verticalHeader">verticalHeader</a>() ); + HeaderWhatsThis *horizontalWhatsThis = new HeaderWhatsThis( table-><a href="tqtable.html#horizontalHeader">horizontalHeader</a>() ); + HeaderWhatsThis *verticalWhatsThis = new HeaderWhatsThis( table-><a href="tqtable.html#verticalHeader">verticalHeader</a>() ); TableWhatsThis *cellWhatsThis = new TableWhatsThis( table ); @@ -422,7 +422,7 @@ Instances of the two WhatsThis subclasses are created for the headers and the table. What's This? help is also added for the menu items. <pre> // connections - <a href="tqobject.html#connect">connect</a>( assistantButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(assistantSlot()) ); + <a href="tqobject.html#connect">connect</a>( assistantButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(assistantSlot()) ); <a href="tqobject.html#connect">connect</a>( horizontalWhatsThis, TQ_SIGNAL(linkClicked(const <a href="tqstring.html">TQString</a>&)), assistant, TQ_SLOT(<a href="ntqassistantclient.html#showPage">showPage</a>(const <a href="tqstring.html">TQString</a>&)) ); <a href="tqobject.html#connect">connect</a>( verticalWhatsThis, TQ_SIGNAL(linkClicked(const <a href="tqstring.html">TQString</a>&)), assistant, diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html index fb4c30415..71c8d00c2 100644 --- a/doc/html/helpviewer-example.html +++ b/doc/html/helpviewer-example.html @@ -154,7 +154,7 @@ private: browser = new <a href="tqtextbrowser.html">TQTextBrowser</a>( this ); <a name="x1030"></a> browser-><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>()->setFilePath( _path ); - browser-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); + browser-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); <a name="x1027"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="tqtextbrowser.html#sourceChanged">sourceChanged</a>(const <a href="tqstring.html">TQString</a>& ) ), this, TQ_SLOT( sourceChanged( const <a href="tqstring.html">TQString</a>&) ) ); diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index c638289bf..cb1712a82 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -135,12 +135,12 @@ classes in the TQt API. </ul> <li><a href="qlayoutiterator.html">TQLayoutIterator</a> <li><a href="ntqlibrary.html">TQLibrary</a> -<li><a href="qlistboxitem.html">TQListBoxItem</a> +<li><a href="tqlistboxitem.html">TQListBoxItem</a> <ul> -<li><a href="qlistboxpixmap.html">TQListBoxPixmap</a> -<li><a href="qlistboxtext.html">TQListBoxText</a> +<li><a href="tqlistboxpixmap.html">TQListBoxPixmap</a> +<li><a href="tqlistboxtext.html">TQListBoxText</a> </ul> -<li><a href="qlistviewitemiterator.html">TQListViewItemIterator</a> +<li><a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> <li><a href="tqlocale.html">TQLocale</a> <li><a href="tqmacmime.html">TQMacMime</a> <li><a href="tqmap.html">TQMap</a> @@ -282,13 +282,13 @@ classes in the TQt API. <li><a href="tqpaintevent.html">TQPaintEvent</a> <li><a href="qresizeevent.html">TQResizeEvent</a> <li><a href="qshowevent.html">TQShowEvent</a> -<li><a href="qtabletevent.html">TQTabletEvent</a> +<li><a href="tqtabletevent.html">TQTabletEvent</a> <li><a href="tqtimerevent.html">TQTimerEvent</a> <li><a href="qwheelevent.html">TQWheelEvent</a> </ul> <li><a href="tqiconviewitem.html">TQIconViewItem</a> <li><a href="ntqkeysequence.html">TQKeySequence</a> -<li><a href="qlistviewitem.html">TQListViewItem</a> +<li><a href="tqlistviewitem.html">TQListViewItem</a> <ul> <li><a href="tqchecklistitem.html">TQCheckListItem</a> </ul> @@ -335,7 +335,7 @@ classes in the TQt API. <li><a href="qhboxlayout.html">TQHBoxLayout</a> <li><a href="qvboxlayout.html">TQVBoxLayout</a> </ul> -<li><a href="qgridlayout.html">TQGridLayout</a> +<li><a href="tqgridlayout.html">TQGridLayout</a> </ul> <li><a href="tqnetworkoperation.html">TQNetworkOperation</a> <li><a href="tqnetworkprotocol.html">TQNetworkProtocol</a> @@ -387,7 +387,7 @@ classes in the TQt API. </ul> <li><a href="tqwidget.html">TQWidget</a> <ul> -<li><a href="ntqbutton.html">TQButton</a> +<li><a href="tqbutton.html">TQButton</a> <ul> <li><a href="tqcheckbox.html">TQCheckBox</a> <li><a href="tqpushbutton.html">TQPushButton</a> @@ -414,21 +414,21 @@ classes in the TQt API. <li><a href="ntqinputdialog.html">TQInputDialog</a> <li><a href="ntqmessagebox.html">TQMessageBox</a> <li><a href="qmotifdialog.html">TQMotifDialog</a> -<li><a href="ntqprogressdialog.html">TQProgressDialog</a> -<li><a href="ntqtabdialog.html">TQTabDialog</a> -<li><a href="ntqwizard.html">TQWizard</a> +<li><a href="tqprogressdialog.html">TQProgressDialog</a> +<li><a href="tqtabdialog.html">TQTabDialog</a> +<li><a href="tqwizard.html">TQWizard</a> </ul> <li><a href="ntqdockarea.html">TQDockArea</a> -<li><a href="ntqframe.html">TQFrame</a> +<li><a href="tqframe.html">TQFrame</a> <ul> <li><a href="ntqdockwindow.html">TQDockWindow</a> <ul> <li><a href="tqtoolbar.html">TQToolBar</a> </ul> -<li><a href="ntqgrid.html">TQGrid</a> +<li><a href="tqgrid.html">TQGrid</a> <li><a href="ntqgroupbox.html">TQGroupBox</a> <ul> -<li><a href="ntqbuttongroup.html">TQButtonGroup</a> +<li><a href="tqbuttongroup.html">TQButtonGroup</a> <ul> <li><a href="ntqhbuttongroup.html">TQHButtonGroup</a> <li><a href="ntqvbuttongroup.html">TQVButtonGroup</a> @@ -445,21 +445,21 @@ classes in the TQt API. <li><a href="tqlineedit.html">TQLineEdit</a> <li><a href="tqmenubar.html">TQMenuBar</a> <li><a href="tqpopupmenu.html">TQPopupMenu</a> -<li><a href="ntqprogressbar.html">TQProgressBar</a> +<li><a href="tqprogressbar.html">TQProgressBar</a> <li><a href="tqscrollview.html">TQScrollView</a> <ul> <li><a href="tqcanvasview.html">TQCanvasView</a> -<li><a href="ntqgridview.html">TQGridView</a> +<li><a href="tqgridview.html">TQGridView</a> <li><a href="tqiconview.html">TQIconView</a> -<li><a href="ntqlistbox.html">TQListBox</a> -<li><a href="ntqlistview.html">TQListView</a> -<li><a href="ntqtable.html">TQTable</a> +<li><a href="tqlistbox.html">TQListBox</a> +<li><a href="tqlistview.html">TQListView</a> +<li><a href="tqtable.html">TQTable</a> <ul> <li><a href="tqdatatable.html">TQDataTable</a> </ul> <li><a href="tqtextedit.html">TQTextEdit</a> <ul> -<li><a href="ntqmultilineedit.html">TQMultiLineEdit</a> +<li><a href="tqmultilineedit.html">TQMultiLineEdit</a> <li><a href="tqtextbrowser.html">TQTextBrowser</a> <li><a href="tqtextview.html">TQTextView</a> </ul> @@ -469,7 +469,7 @@ classes in the TQt API. <li><a href="tqwidgetstack.html">TQWidgetStack</a> </ul> <li><a href="tqglwidget.html">TQGLWidget</a> -<li><a href="ntqheader.html">TQHeader</a> +<li><a href="tqheader.html">TQHeader</a> <li><a href="tqmainwindow.html">TQMainWindow</a> <li><a href="qmotifwidget.html">TQMotifWidget</a> <li><a href="qnpwidget.html">TQNPWidget</a> @@ -479,8 +479,8 @@ classes in the TQt API. <li><a href="tqspinbox.html">TQSpinBox</a> <li><a href="ntqsplashscreen.html">TQSplashScreen</a> <li><a href="tqstatusbar.html">TQStatusBar</a> -<li><a href="ntqtabbar.html">TQTabBar</a> -<li><a href="ntqtabwidget.html">TQTabWidget</a> +<li><a href="tqtabbar.html">TQTabBar</a> +<li><a href="tqtabwidget.html">TQTabWidget</a> <li><a href="tqworkspace.html">TQWorkspace</a> <li><a href="qxtwidget.html">TQXtWidget</a> </ul> @@ -488,8 +488,8 @@ classes in the TQt API. <li><a href="tqpen.html">TQPen</a> <li><a href="tqstylesheetitem.html">TQStyleSheetItem</a> <li><a href="tqsyntaxhighlighter.html">TQSyntaxHighlighter</a> -<li><a href="qtab.html">TQTab</a> -<li><a href="qtableitem.html">TQTableItem</a> +<li><a href="tqtab.html">TQTab</a> +<li><a href="tqtableitem.html">TQTableItem</a> <ul> <li><a href="tqchecktableitem.html">TQCheckTableItem</a> <li><a href="tqcombotableitem.html">TQComboTableItem</a> @@ -498,7 +498,7 @@ classes in the TQt API. <li><a href="tqtooltip.html">TQToolTip</a> <li><a href="tqwhatsthis.html">TQWhatsThis</a> </ul> -<li><a href="qtableselection.html">TQTableSelection</a> +<li><a href="tqtableselection.html">TQTableSelection</a> <li><a href="tqtextcodec.html">TQTextCodec</a> <ul> <li><a href="tqbig5codec.html">TQBig5Codec</a> diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html index 25dba8104..ad542c053 100644 --- a/doc/html/httpd-example.html +++ b/doc/html/httpd-example.html @@ -145,7 +145,7 @@ public: connect( httpd, TQ_SIGNAL(newConnect()), TQ_SLOT(newConnect()) ); connect( httpd, TQ_SIGNAL(endConnect()), TQ_SLOT(endConnect()) ); connect( httpd, TQ_SIGNAL(wroteToClient()), TQ_SLOT(wroteToClient()) ); -<a name="x724"></a> connect( quit, TQ_SIGNAL(<a href="ntqbutton.html#pressed">pressed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<a name="x724"></a> connect( quit, TQ_SIGNAL(<a href="tqbutton.html#pressed">pressed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); } ~HttpInfo() diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html index d15038a7e..10c795c9a 100644 --- a/doc/html/i18n-example.html +++ b/doc/html/i18n-example.html @@ -87,10 +87,10 @@ private: ** *****************************************************************************/ -#include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> +#include <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>> #include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qlistbox-h.html">ntqlistbox.h</a>> +#include <<a href="tqlistbox-h.html">tqlistbox.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qhbox-h.html">ntqhbox.h</a>> @@ -107,7 +107,7 @@ private: : <a href="tqmainwindow.html">TQMainWindow</a>( parent, name ) { <a href="ntqvbox.html">TQVBox</a>* central = new <a href="ntqvbox.html">TQVBox</a>(this); -<a name="x1923"></a> central-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); +<a name="x1923"></a> central-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); <a name="x1924"></a> central-><a href="ntqhbox.html#setSpacing">setSpacing</a>( 5 ); <a href="tqmainwindow.html#setCentralWidget">setCentralWidget</a>(central); @@ -123,7 +123,7 @@ private: ( void )new <a href="tqlabel.html">TQLabel</a>( <a href="tqobject.html#tr">tr</a>( "The Main Window" ), central ); - <a href="ntqbuttongroup.html">TQButtonGroup</a>* gbox = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, + <a href="tqbuttongroup.html">TQButtonGroup</a>* gbox = new <a href="tqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, <a href="tqobject.html#tr">tr</a>( "View" ), central ); (void)new <a href="tqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>( "Perspective" ), gbox ); (void)new <a href="tqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>( "Isometric" ), gbox ); @@ -141,9 +141,9 @@ static const char* choices[] = { void <a name="f526"></a>MyWidget::initChoices(TQWidget* parent) { - <a href="ntqlistbox.html">TQListBox</a>* lb = new <a href="ntqlistbox.html">TQListBox</a>( parent ); + <a href="tqlistbox.html">TQListBox</a>* lb = new <a href="tqlistbox.html">TQListBox</a>( parent ); for ( int i = 0; choices[i]; i++ ) -<a name="x1925"></a> lb-><a href="ntqlistbox.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>( choices[i] ) ); +<a name="x1925"></a> lb-><a href="tqlistbox.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>( choices[i] ) ); } <a name="x1927"></a>void MyWidget::<a href="tqwidget.html#closeEvent">closeEvent</a>(TQCloseEvent* e) @@ -172,7 +172,7 @@ void <a name="f526"></a>MyWidget::initChoices(TQWidget* parent) #include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> -#include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> +#include <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqsignalmapper-h.html">tqsignalmapper.h</a>> #include <<a href="tqtextcodec-h.html">tqtextcodec.h</a>> @@ -216,7 +216,7 @@ public: hb = new <a href="ntqhbox.html">TQHBox</a>(this); <a href="tqpushbutton.html">TQPushButton</a> *c = new <a href="tqpushbutton.html">TQPushButton</a>(text, hb); <a name="x1947"></a> sm-><a href="tqsignalmapper.html#setMapping">setMapping</a>(c,result); -<a name="x1945"></a> connect(c,TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()),sm,TQ_SLOT(<a href="tqsignalmapper.html#map">map</a>())); +<a name="x1945"></a> connect(c,TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()),sm,TQ_SLOT(<a href="tqsignalmapper.html#map">map</a>())); } private: @@ -274,7 +274,7 @@ int main( int argc, char** argv ) if ( lang == "all" ) { r = 2; } else { - <a href="ntqbuttongroup.html">TQButtonGroup</a> *bg = new <a href="ntqbuttongroup.html">TQButtonGroup</a>(4,TQt::Vertical,"Choose Locales",&dlg); + <a href="tqbuttongroup.html">TQButtonGroup</a> *bg = new <a href="tqbuttongroup.html">TQButtonGroup</a>(4,TQt::Vertical,"Choose Locales",&dlg); <a name="x1949"></a> <a href="tqstring.html">TQString</a> loc = TQTextCodec::<a href="tqtextcodec.html#locale">locale</a>(); for ( int i=0; qm[i]; i++ ) { qmb[i] = new <a href="tqcheckbox.html">TQCheckBox</a>((const char*)qm[i],bg); diff --git a/doc/html/iconview-simple_dd-main-cpp.html b/doc/html/iconview-simple_dd-main-cpp.html index f4a930d0e..fe22bed22 100644 --- a/doc/html/iconview-simple_dd-main-cpp.html +++ b/doc/html/iconview-simple_dd-main-cpp.html @@ -111,7 +111,7 @@ const char* green_icon[]={ // ListBox -- low level drag and drop <a name="f2"></a>DDListBox::DDListBox( <a href="tqwidget.html">TQWidget</a> * parent, const char * name, WFlags f ) : - <a href="ntqlistbox.html">TQListBox</a>( parent, name, f ) + <a href="tqlistbox.html">TQListBox</a>( parent, name, f ) { <a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>( TRUE ); dragging = FALSE; @@ -130,7 +130,7 @@ const char* green_icon[]={ <a href="tqstring.html">TQString</a> text; <a name="x2828"></a> if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>( evt, text ) ) - <a href="ntqlistbox.html#insertItem">insertItem</a>( text ); + <a href="tqlistbox.html#insertItem">insertItem</a>( text ); } diff --git a/doc/html/iconview-simple_dd-main-h.html b/doc/html/iconview-simple_dd-main-h.html index 6adf0fda9..b411b00b1 100644 --- a/doc/html/iconview-simple_dd-main-h.html +++ b/doc/html/iconview-simple_dd-main-h.html @@ -45,7 +45,7 @@ body { background: #ffffff; color: black; } #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qcursor-h.html">ntqcursor.h</a>> #include <<a href="qsplitter-h.html">ntqsplitter.h</a>> -#include <<a href="qlistbox-h.html">ntqlistbox.h</a>> +#include <<a href="tqlistbox-h.html">tqlistbox.h</a>> #include <<a href="tqiconview-h.html">tqiconview.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> @@ -53,7 +53,7 @@ class TQDragEnterEvent; class TQDragDropEvent; -class DDListBox : public <a href="ntqlistbox.html">TQListBox</a> +class DDListBox : public <a href="tqlistbox.html">TQListBox</a> { TQ_OBJECT public: diff --git a/doc/html/iconview.html b/doc/html/iconview.html index 03bf46747..569d538e7 100644 --- a/doc/html/iconview.html +++ b/doc/html/iconview.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p> The icon view module provides a powerful visualization widget called -<a href="tqiconview.html">TQIconView</a>. API and feature-wise it is similar to <a href="ntqlistview.html">TQListView</a> and -<a href="ntqlistbox.html">TQListBox</a>. It contains optionally labelled pixmap items that the user +<a href="tqiconview.html">TQIconView</a>. API and feature-wise it is similar to <a href="tqlistview.html">TQListView</a> and +<a href="tqlistbox.html">TQListBox</a>. It contains optionally labelled pixmap items that the user can select, drag around, rename, delete, etc. <p> <center><a href="tqiconview.html"><img src="tqiconview-w.png" alt="Screenshot of TQIconVIew"></a></center> <p> Please see the <a href="tqiconview.html">class documentation</a> for diff --git a/doc/html/index b/doc/html/index index 91cb19f0d..09142bcc5 100644 --- a/doc/html/index +++ b/doc/html/index @@ -62,7 +62,7 @@ "Helpsystem" helpsystem-example.html "How to Learn Qt" how-to-learn-ntqt.html "How to Report A Bug" bughowto.html -"How to create a large, sparse QTable" bigtable-example.html +"How to create a large, sparse TQTable" bigtable-example.html "How to use X11 overlays with the TQt OpenGL extension" opengl-x11-overlays.html "IconView Widget" iconview.html "Iconview" iconview-example.html @@ -461,74 +461,74 @@ "TQBuffer::setBuffer" tqbuffer.html#setBuffer "TQBuffer::writeBlock" tqbuffer.html#writeBlock "TQBuffer::~TQBuffer" tqbuffer.html#~TQBuffer -"QButton" ntqbutton.html -"QButton::ToggleState" ntqbutton.html#ToggleState -"QButton::ToggleType" ntqbutton.html#ToggleType -"QButton::accel" ntqbutton.html#accel -"QButton::accel" ntqbutton.html#accel-prop -"QButton::animateClick" ntqbutton.html#animateClick -"QButton::animateTimeout" ntqbutton.html#animateTimeout -"QButton::autoRepeat" ntqbutton.html#autoRepeat -"QButton::autoRepeat" ntqbutton.html#autoRepeat-prop -"QButton::autoRepeatTimeout" ntqbutton.html#autoRepeatTimeout -"QButton::clicked" ntqbutton.html#clicked -"QButton::down" ntqbutton.html#down-prop -"QButton::drawButton" ntqbutton.html#drawButton -"QButton::drawButtonLabel" ntqbutton.html#drawButtonLabel -"QButton::exclusiveToggle" ntqbutton.html#exclusiveToggle-prop -"QButton::group" ntqbutton.html#group -"QButton::hitButton" ntqbutton.html#hitButton -"QButton::isDown" ntqbutton.html#isDown -"QButton::isExclusiveToggle" ntqbutton.html#isExclusiveToggle -"QButton::isOn" ntqbutton.html#isOn -"QButton::isToggleButton" ntqbutton.html#isToggleButton -"QButton::on" ntqbutton.html#on-prop -"QButton::paintEvent" ntqbutton.html#paintEvent -"QButton::pixmap" ntqbutton.html#pixmap -"QButton::pixmap" ntqbutton.html#pixmap-prop -"QButton::pressed" ntqbutton.html#pressed -"QButton::released" ntqbutton.html#released -"QButton::setAccel" ntqbutton.html#setAccel -"QButton::setAutoRepeat" ntqbutton.html#setAutoRepeat -"QButton::setDown" ntqbutton.html#setDown -"QButton::setOn" ntqbutton.html#setOn -"QButton::setPixmap" ntqbutton.html#setPixmap -"QButton::setState" ntqbutton.html#setState -"QButton::setText" ntqbutton.html#setText -"QButton::setToggleButton" ntqbutton.html#setToggleButton -"QButton::setToggleType" ntqbutton.html#setToggleType -"QButton::state" ntqbutton.html#state -"QButton::stateChanged" ntqbutton.html#stateChanged -"QButton::text" ntqbutton.html#text -"QButton::text" ntqbutton.html#text-prop -"QButton::toggle" ntqbutton.html#toggle -"QButton::toggleButton" ntqbutton.html#toggleButton-prop -"QButton::toggleState" ntqbutton.html#toggleState-prop -"QButton::toggleType" ntqbutton.html#toggleType -"QButton::toggleType" ntqbutton.html#toggleType-prop -"QButton::toggled" ntqbutton.html#toggled -"QButton::~QButton" ntqbutton.html#~QButton -"QButtonGroup" ntqbuttongroup.html -"QButtonGroup::clicked" ntqbuttongroup.html#clicked -"QButtonGroup::count" ntqbuttongroup.html#count -"QButtonGroup::exclusive" ntqbuttongroup.html#exclusive-prop -"QButtonGroup::find" ntqbuttongroup.html#find -"QButtonGroup::id" ntqbuttongroup.html#id -"QButtonGroup::init" ntqbuttongroup.html#init -"QButtonGroup::insert" ntqbuttongroup.html#insert -"QButtonGroup::isExclusive" ntqbuttongroup.html#isExclusive -"QButtonGroup::isRadioButtonExclusive" ntqbuttongroup.html#isRadioButtonExclusive -"QButtonGroup::moveFocus" ntqbuttongroup.html#moveFocus -"QButtonGroup::pressed" ntqbuttongroup.html#pressed -"QButtonGroup::radioButtonExclusive" ntqbuttongroup.html#radioButtonExclusive-prop -"QButtonGroup::released" ntqbuttongroup.html#released -"QButtonGroup::remove" ntqbuttongroup.html#remove -"QButtonGroup::selected" ntqbuttongroup.html#selected -"QButtonGroup::selectedId" ntqbuttongroup.html#selectedId -"QButtonGroup::selectedId" ntqbuttongroup.html#selectedId-prop -"QButtonGroup::setButton" ntqbuttongroup.html#setButton -"QButtonGroup::setExclusive" ntqbuttongroup.html#setExclusive -"QButtonGroup::setRadioButtonExclusive" ntqbuttongroup.html#setRadioButtonExclusive +"TQButton" tqbutton.html +"TQButton::ToggleState" tqbutton.html#ToggleState +"TQButton::ToggleType" tqbutton.html#ToggleType +"TQButton::accel" tqbutton.html#accel +"TQButton::accel" tqbutton.html#accel-prop +"TQButton::animateClick" tqbutton.html#animateClick +"TQButton::animateTimeout" tqbutton.html#animateTimeout +"TQButton::autoRepeat" tqbutton.html#autoRepeat +"TQButton::autoRepeat" tqbutton.html#autoRepeat-prop +"TQButton::autoRepeatTimeout" tqbutton.html#autoRepeatTimeout +"TQButton::clicked" tqbutton.html#clicked +"TQButton::down" tqbutton.html#down-prop +"TQButton::drawButton" tqbutton.html#drawButton +"TQButton::drawButtonLabel" tqbutton.html#drawButtonLabel +"TQButton::exclusiveToggle" tqbutton.html#exclusiveToggle-prop +"TQButton::group" tqbutton.html#group +"TQButton::hitButton" tqbutton.html#hitButton +"TQButton::isDown" tqbutton.html#isDown +"TQButton::isExclusiveToggle" tqbutton.html#isExclusiveToggle +"TQButton::isOn" tqbutton.html#isOn +"TQButton::isToggleButton" tqbutton.html#isToggleButton +"TQButton::on" tqbutton.html#on-prop +"TQButton::paintEvent" tqbutton.html#paintEvent +"TQButton::pixmap" tqbutton.html#pixmap +"TQButton::pixmap" tqbutton.html#pixmap-prop +"TQButton::pressed" tqbutton.html#pressed +"TQButton::released" tqbutton.html#released +"TQButton::setAccel" tqbutton.html#setAccel +"TQButton::setAutoRepeat" tqbutton.html#setAutoRepeat +"TQButton::setDown" tqbutton.html#setDown +"TQButton::setOn" tqbutton.html#setOn +"TQButton::setPixmap" tqbutton.html#setPixmap +"TQButton::setState" tqbutton.html#setState +"TQButton::setText" tqbutton.html#setText +"TQButton::setToggleButton" tqbutton.html#setToggleButton +"TQButton::setToggleType" tqbutton.html#setToggleType +"TQButton::state" tqbutton.html#state +"TQButton::stateChanged" tqbutton.html#stateChanged +"TQButton::text" tqbutton.html#text +"TQButton::text" tqbutton.html#text-prop +"TQButton::toggle" tqbutton.html#toggle +"TQButton::toggleButton" tqbutton.html#toggleButton-prop +"TQButton::toggleState" tqbutton.html#toggleState-prop +"TQButton::toggleType" tqbutton.html#toggleType +"TQButton::toggleType" tqbutton.html#toggleType-prop +"TQButton::toggled" tqbutton.html#toggled +"TQButton::~TQButton" tqbutton.html#~TQButton +"TQButtonGroup" tqbuttongroup.html +"TQButtonGroup::clicked" tqbuttongroup.html#clicked +"TQButtonGroup::count" tqbuttongroup.html#count +"TQButtonGroup::exclusive" tqbuttongroup.html#exclusive-prop +"TQButtonGroup::find" tqbuttongroup.html#find +"TQButtonGroup::id" tqbuttongroup.html#id +"TQButtonGroup::init" tqbuttongroup.html#init +"TQButtonGroup::insert" tqbuttongroup.html#insert +"TQButtonGroup::isExclusive" tqbuttongroup.html#isExclusive +"TQButtonGroup::isRadioButtonExclusive" tqbuttongroup.html#isRadioButtonExclusive +"TQButtonGroup::moveFocus" tqbuttongroup.html#moveFocus +"TQButtonGroup::pressed" tqbuttongroup.html#pressed +"TQButtonGroup::radioButtonExclusive" tqbuttongroup.html#radioButtonExclusive-prop +"TQButtonGroup::released" tqbuttongroup.html#released +"TQButtonGroup::remove" tqbuttongroup.html#remove +"TQButtonGroup::selected" tqbuttongroup.html#selected +"TQButtonGroup::selectedId" tqbuttongroup.html#selectedId +"TQButtonGroup::selectedId" tqbuttongroup.html#selectedId-prop +"TQButtonGroup::setButton" tqbuttongroup.html#setButton +"TQButtonGroup::setExclusive" tqbuttongroup.html#setExclusive +"TQButtonGroup::setRadioButtonExclusive" tqbuttongroup.html#setRadioButtonExclusive "TQByteArray" tqbytearray.html "QCDEStyle" ntqcdestyle.html "QCDEStyle::~QCDEStyle" ntqcdestyle.html#~QCDEStyle @@ -2170,38 +2170,38 @@ "TQFontMetrics::underlinePos" tqfontmetrics.html#underlinePos "TQFontMetrics::width" tqfontmetrics.html#width "TQFontMetrics::~TQFontMetrics" tqfontmetrics.html#~TQFontMetrics -"QFrame" ntqframe.html -"QFrame::Shadow" ntqframe.html#Shadow -"QFrame::Shape" ntqframe.html#Shape -"QFrame::contentsRect" ntqframe.html#contentsRect -"QFrame::contentsRect" ntqframe.html#contentsRect-prop -"QFrame::drawContents" ntqframe.html#drawContents -"QFrame::drawFrame" ntqframe.html#drawFrame -"QFrame::frameChanged" ntqframe.html#frameChanged -"QFrame::frameRect" ntqframe.html#frameRect -"QFrame::frameRect" ntqframe.html#frameRect-prop -"QFrame::frameShadow" ntqframe.html#frameShadow -"QFrame::frameShadow" ntqframe.html#frameShadow-prop -"QFrame::frameShape" ntqframe.html#frameShape -"QFrame::frameShape" ntqframe.html#frameShape-prop -"QFrame::frameStyle" ntqframe.html#frameStyle -"QFrame::frameWidth" ntqframe.html#frameWidth -"QFrame::frameWidth" ntqframe.html#frameWidth-prop -"QFrame::lineWidth" ntqframe.html#lineWidth -"QFrame::lineWidth" ntqframe.html#lineWidth-prop -"QFrame::margin" ntqframe.html#margin -"QFrame::margin" ntqframe.html#margin-prop -"QFrame::midLineWidth" ntqframe.html#midLineWidth -"QFrame::midLineWidth" ntqframe.html#midLineWidth-prop -"QFrame::paintEvent" ntqframe.html#paintEvent -"QFrame::resizeEvent" ntqframe.html#resizeEvent -"QFrame::setFrameRect" ntqframe.html#setFrameRect -"QFrame::setFrameShadow" ntqframe.html#setFrameShadow -"QFrame::setFrameShape" ntqframe.html#setFrameShape -"QFrame::setFrameStyle" ntqframe.html#setFrameStyle -"QFrame::setLineWidth" ntqframe.html#setLineWidth -"QFrame::setMargin" ntqframe.html#setMargin -"QFrame::setMidLineWidth" ntqframe.html#setMidLineWidth +"TQFrame" tqframe.html +"TQFrame::Shadow" tqframe.html#Shadow +"TQFrame::Shape" tqframe.html#Shape +"TQFrame::contentsRect" tqframe.html#contentsRect +"TQFrame::contentsRect" tqframe.html#contentsRect-prop +"TQFrame::drawContents" tqframe.html#drawContents +"TQFrame::drawFrame" tqframe.html#drawFrame +"TQFrame::frameChanged" tqframe.html#frameChanged +"TQFrame::frameRect" tqframe.html#frameRect +"TQFrame::frameRect" tqframe.html#frameRect-prop +"TQFrame::frameShadow" tqframe.html#frameShadow +"TQFrame::frameShadow" tqframe.html#frameShadow-prop +"TQFrame::frameShape" tqframe.html#frameShape +"TQFrame::frameShape" tqframe.html#frameShape-prop +"TQFrame::frameStyle" tqframe.html#frameStyle +"TQFrame::frameWidth" tqframe.html#frameWidth +"TQFrame::frameWidth" tqframe.html#frameWidth-prop +"TQFrame::lineWidth" tqframe.html#lineWidth +"TQFrame::lineWidth" tqframe.html#lineWidth-prop +"TQFrame::margin" tqframe.html#margin +"TQFrame::margin" tqframe.html#margin-prop +"TQFrame::midLineWidth" tqframe.html#midLineWidth +"TQFrame::midLineWidth" tqframe.html#midLineWidth-prop +"TQFrame::paintEvent" tqframe.html#paintEvent +"TQFrame::resizeEvent" tqframe.html#resizeEvent +"TQFrame::setFrameRect" tqframe.html#setFrameRect +"TQFrame::setFrameShadow" tqframe.html#setFrameShadow +"TQFrame::setFrameShape" tqframe.html#setFrameShape +"TQFrame::setFrameStyle" tqframe.html#setFrameStyle +"TQFrame::setLineWidth" tqframe.html#setLineWidth +"TQFrame::setMargin" tqframe.html#setMargin +"TQFrame::setMidLineWidth" tqframe.html#setMidLineWidth "TQFtp" tqftp.html "TQFtp::Command" tqftp.html#Command "TQFtp::Error" tqftp.html#Error @@ -2471,67 +2471,67 @@ "TQGb18030Codec" tqgb18030codec.html "TQGb2312Codec" tqgb2312codec.html "TQGbkCodec" tqgbkcodec.html -"QGrid" ntqgrid.html -"QGrid::setSpacing" ntqgrid.html#setSpacing -"QGridLayout" qgridlayout.html -"QGridLayout::Corner" qgridlayout.html#Corner -"QGridLayout::add" qgridlayout.html#add -"QGridLayout::addItem" qgridlayout.html#addItem -"QGridLayout::addLayout" qgridlayout.html#addLayout -"QGridLayout::addMultiCell" qgridlayout.html#addMultiCell -"QGridLayout::addMultiCellLayout" qgridlayout.html#addMultiCellLayout -"QGridLayout::addMultiCellWidget" qgridlayout.html#addMultiCellWidget -"QGridLayout::addWidget" qgridlayout.html#addWidget -"QGridLayout::cellGeometry" qgridlayout.html#cellGeometry -"QGridLayout::colSpacing" qgridlayout.html#colSpacing -"QGridLayout::colStretch" qgridlayout.html#colStretch -"QGridLayout::expand" qgridlayout.html#expand -"QGridLayout::expanding" qgridlayout.html#expanding -"QGridLayout::findWidget" qgridlayout.html#findWidget -"QGridLayout::hasHeightForWidth" qgridlayout.html#hasHeightForWidth -"QGridLayout::heightForWidth" qgridlayout.html#heightForWidth -"QGridLayout::init" qgridlayout.html#init -"QGridLayout::invalidate" qgridlayout.html#invalidate -"QGridLayout::maximumSize" qgridlayout.html#maximumSize -"QGridLayout::minimumSize" qgridlayout.html#minimumSize -"QGridLayout::numCols" qgridlayout.html#numCols -"QGridLayout::numRows" qgridlayout.html#numRows -"QGridLayout::origin" qgridlayout.html#origin -"QGridLayout::rowSpacing" qgridlayout.html#rowSpacing -"QGridLayout::rowStretch" qgridlayout.html#rowStretch -"QGridLayout::setColSpacing" qgridlayout.html#setColSpacing -"QGridLayout::setColStretch" qgridlayout.html#setColStretch -"QGridLayout::setGeometry" qgridlayout.html#setGeometry -"QGridLayout::setOrigin" qgridlayout.html#setOrigin -"QGridLayout::setRowSpacing" qgridlayout.html#setRowSpacing -"QGridLayout::setRowStretch" qgridlayout.html#setRowStretch -"QGridLayout::sizeHint" qgridlayout.html#sizeHint -"QGridLayout::~QGridLayout" qgridlayout.html#~QGridLayout -"QGridView" ntqgridview.html -"QGridView::cellGeometry" ntqgridview.html#cellGeometry -"QGridView::cellHeight" ntqgridview.html#cellHeight -"QGridView::cellHeight" ntqgridview.html#cellHeight-prop -"QGridView::cellRect" ntqgridview.html#cellRect -"QGridView::cellWidth" ntqgridview.html#cellWidth -"QGridView::cellWidth" ntqgridview.html#cellWidth-prop -"QGridView::columnAt" ntqgridview.html#columnAt -"QGridView::dimensionChange" ntqgridview.html#dimensionChange -"QGridView::ensureCellVisible" ntqgridview.html#ensureCellVisible -"QGridView::gridSize" ntqgridview.html#gridSize -"QGridView::numCols" ntqgridview.html#numCols -"QGridView::numCols" ntqgridview.html#numCols-prop -"QGridView::numRows" ntqgridview.html#numRows -"QGridView::numRows" ntqgridview.html#numRows-prop -"QGridView::paintCell" ntqgridview.html#paintCell -"QGridView::paintEmptyArea" ntqgridview.html#paintEmptyArea -"QGridView::repaintCell" ntqgridview.html#repaintCell -"QGridView::rowAt" ntqgridview.html#rowAt -"QGridView::setCellHeight" ntqgridview.html#setCellHeight -"QGridView::setCellWidth" ntqgridview.html#setCellWidth -"QGridView::setNumCols" ntqgridview.html#setNumCols -"QGridView::setNumRows" ntqgridview.html#setNumRows -"QGridView::updateCell" ntqgridview.html#updateCell -"QGridView::~QGridView" ntqgridview.html#~QGridView +"TQGrid" tqgrid.html +"TQGrid::setSpacing" tqgrid.html#setSpacing +"TQGridLayout" tqgridlayout.html +"TQGridLayout::Corner" tqgridlayout.html#Corner +"TQGridLayout::add" tqgridlayout.html#add +"TQGridLayout::addItem" tqgridlayout.html#addItem +"TQGridLayout::addLayout" tqgridlayout.html#addLayout +"TQGridLayout::addMultiCell" tqgridlayout.html#addMultiCell +"TQGridLayout::addMultiCellLayout" tqgridlayout.html#addMultiCellLayout +"TQGridLayout::addMultiCellWidget" tqgridlayout.html#addMultiCellWidget +"TQGridLayout::addWidget" tqgridlayout.html#addWidget +"TQGridLayout::cellGeometry" tqgridlayout.html#cellGeometry +"TQGridLayout::colSpacing" tqgridlayout.html#colSpacing +"TQGridLayout::colStretch" tqgridlayout.html#colStretch +"TQGridLayout::expand" tqgridlayout.html#expand +"TQGridLayout::expanding" tqgridlayout.html#expanding +"TQGridLayout::findWidget" tqgridlayout.html#findWidget +"TQGridLayout::hasHeightForWidth" tqgridlayout.html#hasHeightForWidth +"TQGridLayout::heightForWidth" tqgridlayout.html#heightForWidth +"TQGridLayout::init" tqgridlayout.html#init +"TQGridLayout::invalidate" tqgridlayout.html#invalidate +"TQGridLayout::maximumSize" tqgridlayout.html#maximumSize +"TQGridLayout::minimumSize" tqgridlayout.html#minimumSize +"TQGridLayout::numCols" tqgridlayout.html#numCols +"TQGridLayout::numRows" tqgridlayout.html#numRows +"TQGridLayout::origin" tqgridlayout.html#origin +"TQGridLayout::rowSpacing" tqgridlayout.html#rowSpacing +"TQGridLayout::rowStretch" tqgridlayout.html#rowStretch +"TQGridLayout::setColSpacing" tqgridlayout.html#setColSpacing +"TQGridLayout::setColStretch" tqgridlayout.html#setColStretch +"TQGridLayout::setGeometry" tqgridlayout.html#setGeometry +"TQGridLayout::setOrigin" tqgridlayout.html#setOrigin +"TQGridLayout::setRowSpacing" tqgridlayout.html#setRowSpacing +"TQGridLayout::setRowStretch" tqgridlayout.html#setRowStretch +"TQGridLayout::sizeHint" tqgridlayout.html#sizeHint +"TQGridLayout::~TQGridLayout" tqgridlayout.html#~TQGridLayout +"TQGridView" tqgridview.html +"TQGridView::cellGeometry" tqgridview.html#cellGeometry +"TQGridView::cellHeight" tqgridview.html#cellHeight +"TQGridView::cellHeight" tqgridview.html#cellHeight-prop +"TQGridView::cellRect" tqgridview.html#cellRect +"TQGridView::cellWidth" tqgridview.html#cellWidth +"TQGridView::cellWidth" tqgridview.html#cellWidth-prop +"TQGridView::columnAt" tqgridview.html#columnAt +"TQGridView::dimensionChange" tqgridview.html#dimensionChange +"TQGridView::ensureCellVisible" tqgridview.html#ensureCellVisible +"TQGridView::gridSize" tqgridview.html#gridSize +"TQGridView::numCols" tqgridview.html#numCols +"TQGridView::numCols" tqgridview.html#numCols-prop +"TQGridView::numRows" tqgridview.html#numRows +"TQGridView::numRows" tqgridview.html#numRows-prop +"TQGridView::paintCell" tqgridview.html#paintCell +"TQGridView::paintEmptyArea" tqgridview.html#paintEmptyArea +"TQGridView::repaintCell" tqgridview.html#repaintCell +"TQGridView::rowAt" tqgridview.html#rowAt +"TQGridView::setCellHeight" tqgridview.html#setCellHeight +"TQGridView::setCellWidth" tqgridview.html#setCellWidth +"TQGridView::setNumCols" tqgridview.html#setNumCols +"TQGridView::setNumRows" tqgridview.html#setNumRows +"TQGridView::updateCell" tqgridview.html#updateCell +"TQGridView::~TQGridView" tqgridview.html#~TQGridView "QGroupBox" ntqgroupbox.html "QGroupBox::addSpace" ntqgroupbox.html#addSpace "QGroupBox::alignment" ntqgroupbox.html#alignment @@ -2580,58 +2580,58 @@ "QHButtonGroup::~QHButtonGroup" ntqhbuttongroup.html#~QHButtonGroup "QHGroupBox" ntqhgroupbox.html "QHGroupBox::~QHGroupBox" ntqhgroupbox.html#~QHGroupBox -"QHeader" ntqheader.html -"QHeader::addLabel" ntqheader.html#addLabel -"QHeader::adjustHeaderSize" ntqheader.html#adjustHeaderSize -"QHeader::clicked" ntqheader.html#clicked -"QHeader::count" ntqheader.html#count -"QHeader::count" ntqheader.html#count-prop -"QHeader::handleAt" ntqheader.html#handleAt -"QHeader::handleColumnMove" ntqheader.html#handleColumnMove -"QHeader::headerWidth" ntqheader.html#headerWidth -"QHeader::iconSet" ntqheader.html#iconSet -"QHeader::indexChange" ntqheader.html#indexChange -"QHeader::isClickEnabled" ntqheader.html#isClickEnabled -"QHeader::isMovingEnabled" ntqheader.html#isMovingEnabled -"QHeader::isResizeEnabled" ntqheader.html#isResizeEnabled -"QHeader::isStretchEnabled" ntqheader.html#isStretchEnabled -"QHeader::label" ntqheader.html#label -"QHeader::mapToIndex" ntqheader.html#mapToIndex -"QHeader::mapToSection" ntqheader.html#mapToSection -"QHeader::moveSection" ntqheader.html#moveSection -"QHeader::moving" ntqheader.html#moving-prop -"QHeader::offset" ntqheader.html#offset -"QHeader::offset" ntqheader.html#offset-prop -"QHeader::orientation" ntqheader.html#orientation -"QHeader::orientation" ntqheader.html#orientation-prop -"QHeader::paintSection" ntqheader.html#paintSection -"QHeader::paintSectionLabel" ntqheader.html#paintSectionLabel -"QHeader::pressed" ntqheader.html#pressed -"QHeader::released" ntqheader.html#released -"QHeader::removeLabel" ntqheader.html#removeLabel -"QHeader::resizeSection" ntqheader.html#resizeSection -"QHeader::sRect" ntqheader.html#sRect -"QHeader::sectionAt" ntqheader.html#sectionAt -"QHeader::sectionHandleDoubleClicked" ntqheader.html#sectionHandleDoubleClicked -"QHeader::sectionPos" ntqheader.html#sectionPos -"QHeader::sectionRect" ntqheader.html#sectionRect -"QHeader::sectionSize" ntqheader.html#sectionSize -"QHeader::setClickEnabled" ntqheader.html#setClickEnabled -"QHeader::setLabel" ntqheader.html#setLabel -"QHeader::setMovingEnabled" ntqheader.html#setMovingEnabled -"QHeader::setOffset" ntqheader.html#setOffset -"QHeader::setOrientation" ntqheader.html#setOrientation -"QHeader::setResizeEnabled" ntqheader.html#setResizeEnabled -"QHeader::setSortIndicator" ntqheader.html#setSortIndicator -"QHeader::setStretchEnabled" ntqheader.html#setStretchEnabled -"QHeader::setTracking" ntqheader.html#setTracking -"QHeader::sizeChange" ntqheader.html#sizeChange -"QHeader::sortIndicatorOrder" ntqheader.html#sortIndicatorOrder -"QHeader::sortIndicatorSection" ntqheader.html#sortIndicatorSection -"QHeader::stretching" ntqheader.html#stretching-prop -"QHeader::tracking" ntqheader.html#tracking -"QHeader::tracking" ntqheader.html#tracking-prop -"QHeader::~QHeader" ntqheader.html#~QHeader +"TQHeader" tqheader.html +"TQHeader::addLabel" tqheader.html#addLabel +"TQHeader::adjustHeaderSize" tqheader.html#adjustHeaderSize +"TQHeader::clicked" tqheader.html#clicked +"TQHeader::count" tqheader.html#count +"TQHeader::count" tqheader.html#count-prop +"TQHeader::handleAt" tqheader.html#handleAt +"TQHeader::handleColumnMove" tqheader.html#handleColumnMove +"TQHeader::headerWidth" tqheader.html#headerWidth +"TQHeader::iconSet" tqheader.html#iconSet +"TQHeader::indexChange" tqheader.html#indexChange +"TQHeader::isClickEnabled" tqheader.html#isClickEnabled +"TQHeader::isMovingEnabled" tqheader.html#isMovingEnabled +"TQHeader::isResizeEnabled" tqheader.html#isResizeEnabled +"TQHeader::isStretchEnabled" tqheader.html#isStretchEnabled +"TQHeader::label" tqheader.html#label +"TQHeader::mapToIndex" tqheader.html#mapToIndex +"TQHeader::mapToSection" tqheader.html#mapToSection +"TQHeader::moveSection" tqheader.html#moveSection +"TQHeader::moving" tqheader.html#moving-prop +"TQHeader::offset" tqheader.html#offset +"TQHeader::offset" tqheader.html#offset-prop +"TQHeader::orientation" tqheader.html#orientation +"TQHeader::orientation" tqheader.html#orientation-prop +"TQHeader::paintSection" tqheader.html#paintSection +"TQHeader::paintSectionLabel" tqheader.html#paintSectionLabel +"TQHeader::pressed" tqheader.html#pressed +"TQHeader::released" tqheader.html#released +"TQHeader::removeLabel" tqheader.html#removeLabel +"TQHeader::resizeSection" tqheader.html#resizeSection +"TQHeader::sRect" tqheader.html#sRect +"TQHeader::sectionAt" tqheader.html#sectionAt +"TQHeader::sectionHandleDoubleClicked" tqheader.html#sectionHandleDoubleClicked +"TQHeader::sectionPos" tqheader.html#sectionPos +"TQHeader::sectionRect" tqheader.html#sectionRect +"TQHeader::sectionSize" tqheader.html#sectionSize +"TQHeader::setClickEnabled" tqheader.html#setClickEnabled +"TQHeader::setLabel" tqheader.html#setLabel +"TQHeader::setMovingEnabled" tqheader.html#setMovingEnabled +"TQHeader::setOffset" tqheader.html#setOffset +"TQHeader::setOrientation" tqheader.html#setOrientation +"TQHeader::setResizeEnabled" tqheader.html#setResizeEnabled +"TQHeader::setSortIndicator" tqheader.html#setSortIndicator +"TQHeader::setStretchEnabled" tqheader.html#setStretchEnabled +"TQHeader::setTracking" tqheader.html#setTracking +"TQHeader::sizeChange" tqheader.html#sizeChange +"TQHeader::sortIndicatorOrder" tqheader.html#sortIndicatorOrder +"TQHeader::sortIndicatorSection" tqheader.html#sortIndicatorSection +"TQHeader::stretching" tqheader.html#stretching-prop +"TQHeader::tracking" tqheader.html#tracking +"TQHeader::tracking" tqheader.html#tracking-prop +"TQHeader::~TQHeader" tqheader.html#~TQHeader "TQHebrewCodec" tqhebrewcodec.html "TQHebrewCodec::fromUnicode" tqhebrewcodec.html#fromUnicode "TQHebrewCodec::mimeName" tqhebrewcodec.html#mimeName @@ -3416,312 +3416,312 @@ "QLinuxFbScreen::shutdownDevice" qlinuxfbscreen.html#shutdownDevice "QLinuxFbScreen::uncache" qlinuxfbscreen.html#uncache "QLinuxFbScreen::~QLinuxFbScreen" qlinuxfbscreen.html#~QLinuxFbScreen -"QListBox" ntqlistbox.html -"QListBox::LayoutMode" ntqlistbox.html#LayoutMode -"QListBox::SelectionMode" ntqlistbox.html#SelectionMode -"QListBox::changeItem" ntqlistbox.html#changeItem -"QListBox::clear" ntqlistbox.html#clear -"QListBox::clearSelection" ntqlistbox.html#clearSelection -"QListBox::clicked" ntqlistbox.html#clicked -"QListBox::columnAt" ntqlistbox.html#columnAt -"QListBox::columnMode" ntqlistbox.html#columnMode -"QListBox::columnMode" ntqlistbox.html#columnMode-prop -"QListBox::contextMenuRequested" ntqlistbox.html#contextMenuRequested -"QListBox::count" ntqlistbox.html#count -"QListBox::count" ntqlistbox.html#count-prop -"QListBox::currentChanged" ntqlistbox.html#currentChanged -"QListBox::currentColumn" ntqlistbox.html#currentColumn -"QListBox::currentItem" ntqlistbox.html#currentItem -"QListBox::currentItem" ntqlistbox.html#currentItem-prop -"QListBox::currentRow" ntqlistbox.html#currentRow -"QListBox::currentText" ntqlistbox.html#currentText -"QListBox::currentText" ntqlistbox.html#currentText-prop -"QListBox::doLayout" ntqlistbox.html#doLayout -"QListBox::doubleClicked" ntqlistbox.html#doubleClicked -"QListBox::ensureCurrentVisible" ntqlistbox.html#ensureCurrentVisible -"QListBox::findItem" ntqlistbox.html#findItem -"QListBox::firstItem" ntqlistbox.html#firstItem -"QListBox::highlighted" ntqlistbox.html#highlighted -"QListBox::index" ntqlistbox.html#index -"QListBox::insertItem" ntqlistbox.html#insertItem -"QListBox::insertStrList" ntqlistbox.html#insertStrList -"QListBox::insertStringList" ntqlistbox.html#insertStringList -"QListBox::invertSelection" ntqlistbox.html#invertSelection -"QListBox::isRubberSelecting" ntqlistbox.html#isRubberSelecting -"QListBox::isSelected" ntqlistbox.html#isSelected -"QListBox::item" ntqlistbox.html#item -"QListBox::itemAt" ntqlistbox.html#itemAt -"QListBox::itemHeight" ntqlistbox.html#itemHeight -"QListBox::itemRect" ntqlistbox.html#itemRect -"QListBox::itemVisible" ntqlistbox.html#itemVisible -"QListBox::maxItemWidth" ntqlistbox.html#maxItemWidth -"QListBox::mouseButtonClicked" ntqlistbox.html#mouseButtonClicked -"QListBox::mouseButtonPressed" ntqlistbox.html#mouseButtonPressed -"QListBox::numColumns" ntqlistbox.html#numColumns -"QListBox::numColumns" ntqlistbox.html#numColumns-prop -"QListBox::numItemsVisible" ntqlistbox.html#numItemsVisible -"QListBox::numItemsVisible" ntqlistbox.html#numItemsVisible-prop -"QListBox::numRows" ntqlistbox.html#numRows -"QListBox::numRows" ntqlistbox.html#numRows-prop -"QListBox::onItem" ntqlistbox.html#onItem -"QListBox::onViewport" ntqlistbox.html#onViewport -"QListBox::paintCell" ntqlistbox.html#paintCell -"QListBox::pixmap" ntqlistbox.html#pixmap -"QListBox::pressed" ntqlistbox.html#pressed -"QListBox::refreshSlot" ntqlistbox.html#refreshSlot -"QListBox::removeItem" ntqlistbox.html#removeItem -"QListBox::returnPressed" ntqlistbox.html#returnPressed -"QListBox::rightButtonClicked" ntqlistbox.html#rightButtonClicked -"QListBox::rightButtonPressed" ntqlistbox.html#rightButtonPressed -"QListBox::rowAt" ntqlistbox.html#rowAt -"QListBox::rowMode" ntqlistbox.html#rowMode -"QListBox::rowMode" ntqlistbox.html#rowMode-prop -"QListBox::selectAll" ntqlistbox.html#selectAll -"QListBox::selected" ntqlistbox.html#selected -"QListBox::selectedItem" ntqlistbox.html#selectedItem -"QListBox::selectionChanged" ntqlistbox.html#selectionChanged -"QListBox::selectionMode" ntqlistbox.html#selectionMode -"QListBox::selectionMode" ntqlistbox.html#selectionMode-prop -"QListBox::setBottomItem" ntqlistbox.html#setBottomItem -"QListBox::setColumnMode" ntqlistbox.html#setColumnMode -"QListBox::setCurrentItem" ntqlistbox.html#setCurrentItem -"QListBox::setRowMode" ntqlistbox.html#setRowMode -"QListBox::setSelected" ntqlistbox.html#setSelected -"QListBox::setSelectionMode" ntqlistbox.html#setSelectionMode -"QListBox::setTopItem" ntqlistbox.html#setTopItem -"QListBox::setVariableHeight" ntqlistbox.html#setVariableHeight -"QListBox::setVariableWidth" ntqlistbox.html#setVariableWidth -"QListBox::sort" ntqlistbox.html#sort -"QListBox::takeItem" ntqlistbox.html#takeItem -"QListBox::text" ntqlistbox.html#text -"QListBox::toggleCurrentItem" ntqlistbox.html#toggleCurrentItem -"QListBox::topItem" ntqlistbox.html#topItem -"QListBox::topItem" ntqlistbox.html#topItem-prop -"QListBox::triggerUpdate" ntqlistbox.html#triggerUpdate -"QListBox::tryGeometry" ntqlistbox.html#tryGeometry -"QListBox::updateItem" ntqlistbox.html#updateItem -"QListBox::variableHeight" ntqlistbox.html#variableHeight -"QListBox::variableHeight" ntqlistbox.html#variableHeight-prop -"QListBox::variableWidth" ntqlistbox.html#variableWidth -"QListBox::variableWidth" ntqlistbox.html#variableWidth-prop -"QListBox::~QListBox" ntqlistbox.html#~QListBox -"QListBoxItem" qlistboxitem.html -"QListBoxItem::height" qlistboxitem.html#height -"QListBoxItem::isCurrent" qlistboxitem.html#isCurrent -"QListBoxItem::isSelectable" qlistboxitem.html#isSelectable -"QListBoxItem::isSelected" qlistboxitem.html#isSelected -"QListBoxItem::listBox" qlistboxitem.html#listBox -"QListBoxItem::next" qlistboxitem.html#next -"QListBoxItem::paint" qlistboxitem.html#paint -"QListBoxItem::pixmap" qlistboxitem.html#pixmap -"QListBoxItem::prev" qlistboxitem.html#prev -"QListBoxItem::rtti" qlistboxitem.html#rtti -"QListBoxItem::setCustomHighlighting" qlistboxitem.html#setCustomHighlighting -"QListBoxItem::setSelectable" qlistboxitem.html#setSelectable -"QListBoxItem::setText" qlistboxitem.html#setText -"QListBoxItem::text" qlistboxitem.html#text -"QListBoxItem::width" qlistboxitem.html#width -"QListBoxItem::~QListBoxItem" qlistboxitem.html#~QListBoxItem -"QListBoxPixmap" qlistboxpixmap.html -"QListBoxPixmap::height" qlistboxpixmap.html#height -"QListBoxPixmap::paint" qlistboxpixmap.html#paint -"QListBoxPixmap::pixmap" qlistboxpixmap.html#pixmap -"QListBoxPixmap::width" qlistboxpixmap.html#width -"QListBoxPixmap::~QListBoxPixmap" qlistboxpixmap.html#~QListBoxPixmap -"QListBoxText" qlistboxtext.html -"QListBoxText::height" qlistboxtext.html#height -"QListBoxText::paint" qlistboxtext.html#paint -"QListBoxText::width" qlistboxtext.html#width -"QListBoxText::~QListBoxText" qlistboxtext.html#~QListBoxText -"QListView" ntqlistview.html -"QListView::RenameAction" ntqlistview.html#RenameAction -"QListView::ResizeMode" ntqlistview.html#ResizeMode -"QListView::SelectionMode" ntqlistview.html#SelectionMode -"QListView::WidthMode" ntqlistview.html#WidthMode -"QListView::addColumn" ntqlistview.html#addColumn -"QListView::adjustColumn" ntqlistview.html#adjustColumn -"QListView::allColumnsShowFocus" ntqlistview.html#allColumnsShowFocus -"QListView::allColumnsShowFocus" ntqlistview.html#allColumnsShowFocus-prop -"QListView::changeSortColumn" ntqlistview.html#changeSortColumn -"QListView::childCount" ntqlistview.html#childCount -"QListView::childCount" ntqlistview.html#childCount-prop -"QListView::clear" ntqlistview.html#clear -"QListView::clearSelection" ntqlistview.html#clearSelection -"QListView::clicked" ntqlistview.html#clicked -"QListView::collapsed" ntqlistview.html#collapsed -"QListView::columnAlignment" ntqlistview.html#columnAlignment -"QListView::columnText" ntqlistview.html#columnText -"QListView::columnWidth" ntqlistview.html#columnWidth -"QListView::columnWidthMode" ntqlistview.html#columnWidthMode -"QListView::columns" ntqlistview.html#columns -"QListView::columns" ntqlistview.html#columns-prop -"QListView::contentsMouseDoubleClickEvent" ntqlistview.html#contentsMouseDoubleClickEvent -"QListView::contentsMouseMoveEvent" ntqlistview.html#contentsMouseMoveEvent -"QListView::contentsMousePressEvent" ntqlistview.html#contentsMousePressEvent -"QListView::contentsMouseReleaseEvent" ntqlistview.html#contentsMouseReleaseEvent -"QListView::contextMenuRequested" ntqlistview.html#contextMenuRequested -"QListView::currentChanged" ntqlistview.html#currentChanged -"QListView::currentItem" ntqlistview.html#currentItem -"QListView::defaultRenameAction" ntqlistview.html#defaultRenameAction -"QListView::defaultRenameAction" ntqlistview.html#defaultRenameAction-prop -"QListView::doAutoScroll" ntqlistview.html#doAutoScroll -"QListView::doubleClicked" ntqlistview.html#doubleClicked -"QListView::dragObject" ntqlistview.html#dragObject -"QListView::drawContentsOffset" ntqlistview.html#drawContentsOffset -"QListView::dropped" ntqlistview.html#dropped -"QListView::ensureItemVisible" ntqlistview.html#ensureItemVisible -"QListView::eventFilter" ntqlistview.html#eventFilter -"QListView::expanded" ntqlistview.html#expanded -"QListView::findItem" ntqlistview.html#findItem -"QListView::firstChild" ntqlistview.html#firstChild -"QListView::handleSizeChange" ntqlistview.html#handleSizeChange -"QListView::header" ntqlistview.html#header -"QListView::hideColumn" ntqlistview.html#hideColumn -"QListView::insertItem" ntqlistview.html#insertItem -"QListView::invertSelection" ntqlistview.html#invertSelection -"QListView::isOpen" ntqlistview.html#isOpen -"QListView::isRenaming" ntqlistview.html#isRenaming -"QListView::isSelected" ntqlistview.html#isSelected -"QListView::itemAt" ntqlistview.html#itemAt -"QListView::itemMargin" ntqlistview.html#itemMargin -"QListView::itemMargin" ntqlistview.html#itemMargin-prop -"QListView::itemPos" ntqlistview.html#itemPos -"QListView::itemRect" ntqlistview.html#itemRect -"QListView::itemRenamed" ntqlistview.html#itemRenamed -"QListView::lastItem" ntqlistview.html#lastItem -"QListView::mouseButtonClicked" ntqlistview.html#mouseButtonClicked -"QListView::mouseButtonPressed" ntqlistview.html#mouseButtonPressed -"QListView::onItem" ntqlistview.html#onItem -"QListView::onViewport" ntqlistview.html#onViewport -"QListView::paintEmptyArea" ntqlistview.html#paintEmptyArea -"QListView::pressed" ntqlistview.html#pressed -"QListView::reconfigureItems" ntqlistview.html#reconfigureItems -"QListView::removeColumn" ntqlistview.html#removeColumn -"QListView::repaintItem" ntqlistview.html#repaintItem -"QListView::resizeEvent" ntqlistview.html#resizeEvent -"QListView::resizeMode" ntqlistview.html#resizeMode -"QListView::resizeMode" ntqlistview.html#resizeMode-prop -"QListView::returnPressed" ntqlistview.html#returnPressed -"QListView::rightButtonClicked" ntqlistview.html#rightButtonClicked -"QListView::rightButtonPressed" ntqlistview.html#rightButtonPressed -"QListView::rootIsDecorated" ntqlistview.html#rootIsDecorated -"QListView::rootIsDecorated" ntqlistview.html#rootIsDecorated-prop -"QListView::selectAll" ntqlistview.html#selectAll -"QListView::selectedItem" ntqlistview.html#selectedItem -"QListView::selectionChanged" ntqlistview.html#selectionChanged -"QListView::selectionMode" ntqlistview.html#selectionMode -"QListView::selectionMode" ntqlistview.html#selectionMode-prop -"QListView::setAllColumnsShowFocus" ntqlistview.html#setAllColumnsShowFocus -"QListView::setColumnAlignment" ntqlistview.html#setColumnAlignment -"QListView::setColumnText" ntqlistview.html#setColumnText -"QListView::setColumnWidth" ntqlistview.html#setColumnWidth -"QListView::setColumnWidthMode" ntqlistview.html#setColumnWidthMode -"QListView::setCurrentItem" ntqlistview.html#setCurrentItem -"QListView::setDefaultRenameAction" ntqlistview.html#setDefaultRenameAction -"QListView::setItemMargin" ntqlistview.html#setItemMargin -"QListView::setOpen" ntqlistview.html#setOpen -"QListView::setResizeMode" ntqlistview.html#setResizeMode -"QListView::setRootIsDecorated" ntqlistview.html#setRootIsDecorated -"QListView::setSelected" ntqlistview.html#setSelected -"QListView::setSelectionAnchor" ntqlistview.html#setSelectionAnchor -"QListView::setSelectionMode" ntqlistview.html#setSelectionMode -"QListView::setShowSortIndicator" ntqlistview.html#setShowSortIndicator -"QListView::setShowToolTips" ntqlistview.html#setShowToolTips -"QListView::setSortColumn" ntqlistview.html#setSortColumn -"QListView::setSortOrder" ntqlistview.html#setSortOrder -"QListView::setSorting" ntqlistview.html#setSorting -"QListView::setTreeStepSize" ntqlistview.html#setTreeStepSize -"QListView::showSortIndicator" ntqlistview.html#showSortIndicator -"QListView::showSortIndicator" ntqlistview.html#showSortIndicator-prop -"QListView::showToolTips" ntqlistview.html#showToolTips -"QListView::showToolTips" ntqlistview.html#showToolTips-prop -"QListView::sort" ntqlistview.html#sort -"QListView::sortColumn" ntqlistview.html#sortColumn -"QListView::sortOrder" ntqlistview.html#sortOrder -"QListView::spacePressed" ntqlistview.html#spacePressed -"QListView::startDrag" ntqlistview.html#startDrag -"QListView::takeItem" ntqlistview.html#takeItem -"QListView::treeStepSize" ntqlistview.html#treeStepSize -"QListView::treeStepSize" ntqlistview.html#treeStepSize-prop -"QListView::triggerUpdate" ntqlistview.html#triggerUpdate -"QListView::updateContents" ntqlistview.html#updateContents -"QListView::widthChanged" ntqlistview.html#widthChanged -"QListView::~QListView" ntqlistview.html#~QListView -"QListViewItem" qlistviewitem.html -"QListViewItem::acceptDrop" qlistviewitem.html#acceptDrop -"QListViewItem::activate" qlistviewitem.html#activate -"QListViewItem::activatedPos" qlistviewitem.html#activatedPos -"QListViewItem::cancelRename" qlistviewitem.html#cancelRename -"QListViewItem::childCount" qlistviewitem.html#childCount -"QListViewItem::compare" qlistviewitem.html#compare -"QListViewItem::depth" qlistviewitem.html#depth -"QListViewItem::dragEnabled" qlistviewitem.html#dragEnabled -"QListViewItem::dragEntered" qlistviewitem.html#dragEntered -"QListViewItem::dragLeft" qlistviewitem.html#dragLeft -"QListViewItem::dropEnabled" qlistviewitem.html#dropEnabled -"QListViewItem::dropped" qlistviewitem.html#dropped -"QListViewItem::enforceSortOrder" qlistviewitem.html#enforceSortOrder -"QListViewItem::firstChild" qlistviewitem.html#firstChild -"QListViewItem::height" qlistviewitem.html#height -"QListViewItem::insertItem" qlistviewitem.html#insertItem -"QListViewItem::invalidateHeight" qlistviewitem.html#invalidateHeight -"QListViewItem::isEnabled" qlistviewitem.html#isEnabled -"QListViewItem::isExpandable" qlistviewitem.html#isExpandable -"QListViewItem::isOpen" qlistviewitem.html#isOpen -"QListViewItem::isSelectable" qlistviewitem.html#isSelectable -"QListViewItem::isSelected" qlistviewitem.html#isSelected -"QListViewItem::isVisible" qlistviewitem.html#isVisible -"QListViewItem::itemAbove" qlistviewitem.html#itemAbove -"QListViewItem::itemBelow" qlistviewitem.html#itemBelow -"QListViewItem::itemPos" qlistviewitem.html#itemPos -"QListViewItem::key" qlistviewitem.html#key -"QListViewItem::listView" qlistviewitem.html#listView -"QListViewItem::moveItem" qlistviewitem.html#moveItem -"QListViewItem::multiLinesEnabled" qlistviewitem.html#multiLinesEnabled -"QListViewItem::nextSibling" qlistviewitem.html#nextSibling -"QListViewItem::okRename" qlistviewitem.html#okRename -"QListViewItem::paintBranches" qlistviewitem.html#paintBranches -"QListViewItem::paintCell" qlistviewitem.html#paintCell -"QListViewItem::paintFocus" qlistviewitem.html#paintFocus -"QListViewItem::parent" qlistviewitem.html#parent -"QListViewItem::pixmap" qlistviewitem.html#pixmap -"QListViewItem::removeRenameBox" qlistviewitem.html#removeRenameBox -"QListViewItem::renameEnabled" qlistviewitem.html#renameEnabled -"QListViewItem::repaint" qlistviewitem.html#repaint -"QListViewItem::rtti" qlistviewitem.html#rtti -"QListViewItem::setDragEnabled" qlistviewitem.html#setDragEnabled -"QListViewItem::setDropEnabled" qlistviewitem.html#setDropEnabled -"QListViewItem::setEnabled" qlistviewitem.html#setEnabled -"QListViewItem::setExpandable" qlistviewitem.html#setExpandable -"QListViewItem::setHeight" qlistviewitem.html#setHeight -"QListViewItem::setMultiLinesEnabled" qlistviewitem.html#setMultiLinesEnabled -"QListViewItem::setOpen" qlistviewitem.html#setOpen -"QListViewItem::setPixmap" qlistviewitem.html#setPixmap -"QListViewItem::setRenameEnabled" qlistviewitem.html#setRenameEnabled -"QListViewItem::setSelectable" qlistviewitem.html#setSelectable -"QListViewItem::setSelected" qlistviewitem.html#setSelected -"QListViewItem::setText" qlistviewitem.html#setText -"QListViewItem::setVisible" qlistviewitem.html#setVisible -"QListViewItem::setup" qlistviewitem.html#setup -"QListViewItem::sort" qlistviewitem.html#sort -"QListViewItem::sortChildItems" qlistviewitem.html#sortChildItems -"QListViewItem::startRename" qlistviewitem.html#startRename -"QListViewItem::takeItem" qlistviewitem.html#takeItem -"QListViewItem::text" qlistviewitem.html#text -"QListViewItem::totalHeight" qlistviewitem.html#totalHeight -"QListViewItem::width" qlistviewitem.html#width -"QListViewItem::widthChanged" qlistviewitem.html#widthChanged -"QListViewItem::~QListViewItem" qlistviewitem.html#~QListViewItem -"QListViewItemIterator" qlistviewitemiterator.html -"QListViewItemIterator::IteratorFlag" qlistviewitemiterator.html#IteratorFlag -"QListViewItemIterator::current" qlistviewitemiterator.html#current -"QListViewItemIterator::operator*" qlistviewitemiterator.html#operator* -"QListViewItemIterator::operator++" qlistviewitemiterator.html#operator++ -"QListViewItemIterator::operator+=" qlistviewitemiterator.html#operator+-eq -"QListViewItemIterator::operator--" qlistviewitemiterator.html#operator-- -"QListViewItemIterator::operator-=" qlistviewitemiterator.html#operator--eq -"QListViewItemIterator::operator=" qlistviewitemiterator.html#operator-eq -"QListViewItemIterator::~QListViewItemIterator" qlistviewitemiterator.html#~QListViewItemIterator +"TQListBox" tqlistbox.html +"TQListBox::LayoutMode" tqlistbox.html#LayoutMode +"TQListBox::SelectionMode" tqlistbox.html#SelectionMode +"TQListBox::changeItem" tqlistbox.html#changeItem +"TQListBox::clear" tqlistbox.html#clear +"TQListBox::clearSelection" tqlistbox.html#clearSelection +"TQListBox::clicked" tqlistbox.html#clicked +"TQListBox::columnAt" tqlistbox.html#columnAt +"TQListBox::columnMode" tqlistbox.html#columnMode +"TQListBox::columnMode" tqlistbox.html#columnMode-prop +"TQListBox::contextMenuRequested" tqlistbox.html#contextMenuRequested +"TQListBox::count" tqlistbox.html#count +"TQListBox::count" tqlistbox.html#count-prop +"TQListBox::currentChanged" tqlistbox.html#currentChanged +"TQListBox::currentColumn" tqlistbox.html#currentColumn +"TQListBox::currentItem" tqlistbox.html#currentItem +"TQListBox::currentItem" tqlistbox.html#currentItem-prop +"TQListBox::currentRow" tqlistbox.html#currentRow +"TQListBox::currentText" tqlistbox.html#currentText +"TQListBox::currentText" tqlistbox.html#currentText-prop +"TQListBox::doLayout" tqlistbox.html#doLayout +"TQListBox::doubleClicked" tqlistbox.html#doubleClicked +"TQListBox::ensureCurrentVisible" tqlistbox.html#ensureCurrentVisible +"TQListBox::findItem" tqlistbox.html#findItem +"TQListBox::firstItem" tqlistbox.html#firstItem +"TQListBox::highlighted" tqlistbox.html#highlighted +"TQListBox::index" tqlistbox.html#index +"TQListBox::insertItem" tqlistbox.html#insertItem +"TQListBox::insertStrList" tqlistbox.html#insertStrList +"TQListBox::insertStringList" tqlistbox.html#insertStringList +"TQListBox::invertSelection" tqlistbox.html#invertSelection +"TQListBox::isRubberSelecting" tqlistbox.html#isRubberSelecting +"TQListBox::isSelected" tqlistbox.html#isSelected +"TQListBox::item" tqlistbox.html#item +"TQListBox::itemAt" tqlistbox.html#itemAt +"TQListBox::itemHeight" tqlistbox.html#itemHeight +"TQListBox::itemRect" tqlistbox.html#itemRect +"TQListBox::itemVisible" tqlistbox.html#itemVisible +"TQListBox::maxItemWidth" tqlistbox.html#maxItemWidth +"TQListBox::mouseButtonClicked" tqlistbox.html#mouseButtonClicked +"TQListBox::mouseButtonPressed" tqlistbox.html#mouseButtonPressed +"TQListBox::numColumns" tqlistbox.html#numColumns +"TQListBox::numColumns" tqlistbox.html#numColumns-prop +"TQListBox::numItemsVisible" tqlistbox.html#numItemsVisible +"TQListBox::numItemsVisible" tqlistbox.html#numItemsVisible-prop +"TQListBox::numRows" tqlistbox.html#numRows +"TQListBox::numRows" tqlistbox.html#numRows-prop +"TQListBox::onItem" tqlistbox.html#onItem +"TQListBox::onViewport" tqlistbox.html#onViewport +"TQListBox::paintCell" tqlistbox.html#paintCell +"TQListBox::pixmap" tqlistbox.html#pixmap +"TQListBox::pressed" tqlistbox.html#pressed +"TQListBox::refreshSlot" tqlistbox.html#refreshSlot +"TQListBox::removeItem" tqlistbox.html#removeItem +"TQListBox::returnPressed" tqlistbox.html#returnPressed +"TQListBox::rightButtonClicked" tqlistbox.html#rightButtonClicked +"TQListBox::rightButtonPressed" tqlistbox.html#rightButtonPressed +"TQListBox::rowAt" tqlistbox.html#rowAt +"TQListBox::rowMode" tqlistbox.html#rowMode +"TQListBox::rowMode" tqlistbox.html#rowMode-prop +"TQListBox::selectAll" tqlistbox.html#selectAll +"TQListBox::selected" tqlistbox.html#selected +"TQListBox::selectedItem" tqlistbox.html#selectedItem +"TQListBox::selectionChanged" tqlistbox.html#selectionChanged +"TQListBox::selectionMode" tqlistbox.html#selectionMode +"TQListBox::selectionMode" tqlistbox.html#selectionMode-prop +"TQListBox::setBottomItem" tqlistbox.html#setBottomItem +"TQListBox::setColumnMode" tqlistbox.html#setColumnMode +"TQListBox::setCurrentItem" tqlistbox.html#setCurrentItem +"TQListBox::setRowMode" tqlistbox.html#setRowMode +"TQListBox::setSelected" tqlistbox.html#setSelected +"TQListBox::setSelectionMode" tqlistbox.html#setSelectionMode +"TQListBox::setTopItem" tqlistbox.html#setTopItem +"TQListBox::setVariableHeight" tqlistbox.html#setVariableHeight +"TQListBox::setVariableWidth" tqlistbox.html#setVariableWidth +"TQListBox::sort" tqlistbox.html#sort +"TQListBox::takeItem" tqlistbox.html#takeItem +"TQListBox::text" tqlistbox.html#text +"TQListBox::toggleCurrentItem" tqlistbox.html#toggleCurrentItem +"TQListBox::topItem" tqlistbox.html#topItem +"TQListBox::topItem" tqlistbox.html#topItem-prop +"TQListBox::triggerUpdate" tqlistbox.html#triggerUpdate +"TQListBox::tryGeometry" tqlistbox.html#tryGeometry +"TQListBox::updateItem" tqlistbox.html#updateItem +"TQListBox::variableHeight" tqlistbox.html#variableHeight +"TQListBox::variableHeight" tqlistbox.html#variableHeight-prop +"TQListBox::variableWidth" tqlistbox.html#variableWidth +"TQListBox::variableWidth" tqlistbox.html#variableWidth-prop +"TQListBox::~TQListBox" tqlistbox.html#~TQListBox +"TQListBoxItem" tqlistboxitem.html +"TQListBoxItem::height" tqlistboxitem.html#height +"TQListBoxItem::isCurrent" tqlistboxitem.html#isCurrent +"TQListBoxItem::isSelectable" tqlistboxitem.html#isSelectable +"TQListBoxItem::isSelected" tqlistboxitem.html#isSelected +"TQListBoxItem::listBox" tqlistboxitem.html#listBox +"TQListBoxItem::next" tqlistboxitem.html#next +"TQListBoxItem::paint" tqlistboxitem.html#paint +"TQListBoxItem::pixmap" tqlistboxitem.html#pixmap +"TQListBoxItem::prev" tqlistboxitem.html#prev +"TQListBoxItem::rtti" tqlistboxitem.html#rtti +"TQListBoxItem::setCustomHighlighting" tqlistboxitem.html#setCustomHighlighting +"TQListBoxItem::setSelectable" tqlistboxitem.html#setSelectable +"TQListBoxItem::setText" tqlistboxitem.html#setText +"TQListBoxItem::text" tqlistboxitem.html#text +"TQListBoxItem::width" tqlistboxitem.html#width +"TQListBoxItem::~TQListBoxItem" tqlistboxitem.html#~TQListBoxItem +"TQListBoxPixmap" tqlistboxpixmap.html +"TQListBoxPixmap::height" tqlistboxpixmap.html#height +"TQListBoxPixmap::paint" tqlistboxpixmap.html#paint +"TQListBoxPixmap::pixmap" tqlistboxpixmap.html#pixmap +"TQListBoxPixmap::width" tqlistboxpixmap.html#width +"TQListBoxPixmap::~TQListBoxPixmap" tqlistboxpixmap.html#~TQListBoxPixmap +"TQListBoxText" tqlistboxtext.html +"TQListBoxText::height" tqlistboxtext.html#height +"TQListBoxText::paint" tqlistboxtext.html#paint +"TQListBoxText::width" tqlistboxtext.html#width +"TQListBoxText::~TQListBoxText" tqlistboxtext.html#~TQListBoxText +"TQListView" tqlistview.html +"TQListView::RenameAction" tqlistview.html#RenameAction +"TQListView::ResizeMode" tqlistview.html#ResizeMode +"TQListView::SelectionMode" tqlistview.html#SelectionMode +"TQListView::WidthMode" tqlistview.html#WidthMode +"TQListView::addColumn" tqlistview.html#addColumn +"TQListView::adjustColumn" tqlistview.html#adjustColumn +"TQListView::allColumnsShowFocus" tqlistview.html#allColumnsShowFocus +"TQListView::allColumnsShowFocus" tqlistview.html#allColumnsShowFocus-prop +"TQListView::changeSortColumn" tqlistview.html#changeSortColumn +"TQListView::childCount" tqlistview.html#childCount +"TQListView::childCount" tqlistview.html#childCount-prop +"TQListView::clear" tqlistview.html#clear +"TQListView::clearSelection" tqlistview.html#clearSelection +"TQListView::clicked" tqlistview.html#clicked +"TQListView::collapsed" tqlistview.html#collapsed +"TQListView::columnAlignment" tqlistview.html#columnAlignment +"TQListView::columnText" tqlistview.html#columnText +"TQListView::columnWidth" tqlistview.html#columnWidth +"TQListView::columnWidthMode" tqlistview.html#columnWidthMode +"TQListView::columns" tqlistview.html#columns +"TQListView::columns" tqlistview.html#columns-prop +"TQListView::contentsMouseDoubleClickEvent" tqlistview.html#contentsMouseDoubleClickEvent +"TQListView::contentsMouseMoveEvent" tqlistview.html#contentsMouseMoveEvent +"TQListView::contentsMousePressEvent" tqlistview.html#contentsMousePressEvent +"TQListView::contentsMouseReleaseEvent" tqlistview.html#contentsMouseReleaseEvent +"TQListView::contextMenuRequested" tqlistview.html#contextMenuRequested +"TQListView::currentChanged" tqlistview.html#currentChanged +"TQListView::currentItem" tqlistview.html#currentItem +"TQListView::defaultRenameAction" tqlistview.html#defaultRenameAction +"TQListView::defaultRenameAction" tqlistview.html#defaultRenameAction-prop +"TQListView::doAutoScroll" tqlistview.html#doAutoScroll +"TQListView::doubleClicked" tqlistview.html#doubleClicked +"TQListView::dragObject" tqlistview.html#dragObject +"TQListView::drawContentsOffset" tqlistview.html#drawContentsOffset +"TQListView::dropped" tqlistview.html#dropped +"TQListView::ensureItemVisible" tqlistview.html#ensureItemVisible +"TQListView::eventFilter" tqlistview.html#eventFilter +"TQListView::expanded" tqlistview.html#expanded +"TQListView::findItem" tqlistview.html#findItem +"TQListView::firstChild" tqlistview.html#firstChild +"TQListView::handleSizeChange" tqlistview.html#handleSizeChange +"TQListView::header" tqlistview.html#header +"TQListView::hideColumn" tqlistview.html#hideColumn +"TQListView::insertItem" tqlistview.html#insertItem +"TQListView::invertSelection" tqlistview.html#invertSelection +"TQListView::isOpen" tqlistview.html#isOpen +"TQListView::isRenaming" tqlistview.html#isRenaming +"TQListView::isSelected" tqlistview.html#isSelected +"TQListView::itemAt" tqlistview.html#itemAt +"TQListView::itemMargin" tqlistview.html#itemMargin +"TQListView::itemMargin" tqlistview.html#itemMargin-prop +"TQListView::itemPos" tqlistview.html#itemPos +"TQListView::itemRect" tqlistview.html#itemRect +"TQListView::itemRenamed" tqlistview.html#itemRenamed +"TQListView::lastItem" tqlistview.html#lastItem +"TQListView::mouseButtonClicked" tqlistview.html#mouseButtonClicked +"TQListView::mouseButtonPressed" tqlistview.html#mouseButtonPressed +"TQListView::onItem" tqlistview.html#onItem +"TQListView::onViewport" tqlistview.html#onViewport +"TQListView::paintEmptyArea" tqlistview.html#paintEmptyArea +"TQListView::pressed" tqlistview.html#pressed +"TQListView::reconfigureItems" tqlistview.html#reconfigureItems +"TQListView::removeColumn" tqlistview.html#removeColumn +"TQListView::repaintItem" tqlistview.html#repaintItem +"TQListView::resizeEvent" tqlistview.html#resizeEvent +"TQListView::resizeMode" tqlistview.html#resizeMode +"TQListView::resizeMode" tqlistview.html#resizeMode-prop +"TQListView::returnPressed" tqlistview.html#returnPressed +"TQListView::rightButtonClicked" tqlistview.html#rightButtonClicked +"TQListView::rightButtonPressed" tqlistview.html#rightButtonPressed +"TQListView::rootIsDecorated" tqlistview.html#rootIsDecorated +"TQListView::rootIsDecorated" tqlistview.html#rootIsDecorated-prop +"TQListView::selectAll" tqlistview.html#selectAll +"TQListView::selectedItem" tqlistview.html#selectedItem +"TQListView::selectionChanged" tqlistview.html#selectionChanged +"TQListView::selectionMode" tqlistview.html#selectionMode +"TQListView::selectionMode" tqlistview.html#selectionMode-prop +"TQListView::setAllColumnsShowFocus" tqlistview.html#setAllColumnsShowFocus +"TQListView::setColumnAlignment" tqlistview.html#setColumnAlignment +"TQListView::setColumnText" tqlistview.html#setColumnText +"TQListView::setColumnWidth" tqlistview.html#setColumnWidth +"TQListView::setColumnWidthMode" tqlistview.html#setColumnWidthMode +"TQListView::setCurrentItem" tqlistview.html#setCurrentItem +"TQListView::setDefaultRenameAction" tqlistview.html#setDefaultRenameAction +"TQListView::setItemMargin" tqlistview.html#setItemMargin +"TQListView::setOpen" tqlistview.html#setOpen +"TQListView::setResizeMode" tqlistview.html#setResizeMode +"TQListView::setRootIsDecorated" tqlistview.html#setRootIsDecorated +"TQListView::setSelected" tqlistview.html#setSelected +"TQListView::setSelectionAnchor" tqlistview.html#setSelectionAnchor +"TQListView::setSelectionMode" tqlistview.html#setSelectionMode +"TQListView::setShowSortIndicator" tqlistview.html#setShowSortIndicator +"TQListView::setShowToolTips" tqlistview.html#setShowToolTips +"TQListView::setSortColumn" tqlistview.html#setSortColumn +"TQListView::setSortOrder" tqlistview.html#setSortOrder +"TQListView::setSorting" tqlistview.html#setSorting +"TQListView::setTreeStepSize" tqlistview.html#setTreeStepSize +"TQListView::showSortIndicator" tqlistview.html#showSortIndicator +"TQListView::showSortIndicator" tqlistview.html#showSortIndicator-prop +"TQListView::showToolTips" tqlistview.html#showToolTips +"TQListView::showToolTips" tqlistview.html#showToolTips-prop +"TQListView::sort" tqlistview.html#sort +"TQListView::sortColumn" tqlistview.html#sortColumn +"TQListView::sortOrder" tqlistview.html#sortOrder +"TQListView::spacePressed" tqlistview.html#spacePressed +"TQListView::startDrag" tqlistview.html#startDrag +"TQListView::takeItem" tqlistview.html#takeItem +"TQListView::treeStepSize" tqlistview.html#treeStepSize +"TQListView::treeStepSize" tqlistview.html#treeStepSize-prop +"TQListView::triggerUpdate" tqlistview.html#triggerUpdate +"TQListView::updateContents" tqlistview.html#updateContents +"TQListView::widthChanged" tqlistview.html#widthChanged +"TQListView::~TQListView" tqlistview.html#~TQListView +"TQListViewItem" tqlistviewitem.html +"TQListViewItem::acceptDrop" tqlistviewitem.html#acceptDrop +"TQListViewItem::activate" tqlistviewitem.html#activate +"TQListViewItem::activatedPos" tqlistviewitem.html#activatedPos +"TQListViewItem::cancelRename" tqlistviewitem.html#cancelRename +"TQListViewItem::childCount" tqlistviewitem.html#childCount +"TQListViewItem::compare" tqlistviewitem.html#compare +"TQListViewItem::depth" tqlistviewitem.html#depth +"TQListViewItem::dragEnabled" tqlistviewitem.html#dragEnabled +"TQListViewItem::dragEntered" tqlistviewitem.html#dragEntered +"TQListViewItem::dragLeft" tqlistviewitem.html#dragLeft +"TQListViewItem::dropEnabled" tqlistviewitem.html#dropEnabled +"TQListViewItem::dropped" tqlistviewitem.html#dropped +"TQListViewItem::enforceSortOrder" tqlistviewitem.html#enforceSortOrder +"TQListViewItem::firstChild" tqlistviewitem.html#firstChild +"TQListViewItem::height" tqlistviewitem.html#height +"TQListViewItem::insertItem" tqlistviewitem.html#insertItem +"TQListViewItem::invalidateHeight" tqlistviewitem.html#invalidateHeight +"TQListViewItem::isEnabled" tqlistviewitem.html#isEnabled +"TQListViewItem::isExpandable" tqlistviewitem.html#isExpandable +"TQListViewItem::isOpen" tqlistviewitem.html#isOpen +"TQListViewItem::isSelectable" tqlistviewitem.html#isSelectable +"TQListViewItem::isSelected" tqlistviewitem.html#isSelected +"TQListViewItem::isVisible" tqlistviewitem.html#isVisible +"TQListViewItem::itemAbove" tqlistviewitem.html#itemAbove +"TQListViewItem::itemBelow" tqlistviewitem.html#itemBelow +"TQListViewItem::itemPos" tqlistviewitem.html#itemPos +"TQListViewItem::key" tqlistviewitem.html#key +"TQListViewItem::listView" tqlistviewitem.html#listView +"TQListViewItem::moveItem" tqlistviewitem.html#moveItem +"TQListViewItem::multiLinesEnabled" tqlistviewitem.html#multiLinesEnabled +"TQListViewItem::nextSibling" tqlistviewitem.html#nextSibling +"TQListViewItem::okRename" tqlistviewitem.html#okRename +"TQListViewItem::paintBranches" tqlistviewitem.html#paintBranches +"TQListViewItem::paintCell" tqlistviewitem.html#paintCell +"TQListViewItem::paintFocus" tqlistviewitem.html#paintFocus +"TQListViewItem::parent" tqlistviewitem.html#parent +"TQListViewItem::pixmap" tqlistviewitem.html#pixmap +"TQListViewItem::removeRenameBox" tqlistviewitem.html#removeRenameBox +"TQListViewItem::renameEnabled" tqlistviewitem.html#renameEnabled +"TQListViewItem::repaint" tqlistviewitem.html#repaint +"TQListViewItem::rtti" tqlistviewitem.html#rtti +"TQListViewItem::setDragEnabled" tqlistviewitem.html#setDragEnabled +"TQListViewItem::setDropEnabled" tqlistviewitem.html#setDropEnabled +"TQListViewItem::setEnabled" tqlistviewitem.html#setEnabled +"TQListViewItem::setExpandable" tqlistviewitem.html#setExpandable +"TQListViewItem::setHeight" tqlistviewitem.html#setHeight +"TQListViewItem::setMultiLinesEnabled" tqlistviewitem.html#setMultiLinesEnabled +"TQListViewItem::setOpen" tqlistviewitem.html#setOpen +"TQListViewItem::setPixmap" tqlistviewitem.html#setPixmap +"TQListViewItem::setRenameEnabled" tqlistviewitem.html#setRenameEnabled +"TQListViewItem::setSelectable" tqlistviewitem.html#setSelectable +"TQListViewItem::setSelected" tqlistviewitem.html#setSelected +"TQListViewItem::setText" tqlistviewitem.html#setText +"TQListViewItem::setVisible" tqlistviewitem.html#setVisible +"TQListViewItem::setup" tqlistviewitem.html#setup +"TQListViewItem::sort" tqlistviewitem.html#sort +"TQListViewItem::sortChildItems" tqlistviewitem.html#sortChildItems +"TQListViewItem::startRename" tqlistviewitem.html#startRename +"TQListViewItem::takeItem" tqlistviewitem.html#takeItem +"TQListViewItem::text" tqlistviewitem.html#text +"TQListViewItem::totalHeight" tqlistviewitem.html#totalHeight +"TQListViewItem::width" tqlistviewitem.html#width +"TQListViewItem::widthChanged" tqlistviewitem.html#widthChanged +"TQListViewItem::~TQListViewItem" tqlistviewitem.html#~TQListViewItem +"TQListViewItemIterator" tqlistviewitemiterator.html +"TQListViewItemIterator::IteratorFlag" tqlistviewitemiterator.html#IteratorFlag +"TQListViewItemIterator::current" tqlistviewitemiterator.html#current +"TQListViewItemIterator::operator*" tqlistviewitemiterator.html#operator* +"TQListViewItemIterator::operator++" tqlistviewitemiterator.html#operator++ +"TQListViewItemIterator::operator+=" tqlistviewitemiterator.html#operator+-eq +"TQListViewItemIterator::operator--" tqlistviewitemiterator.html#operator-- +"TQListViewItemIterator::operator-=" tqlistviewitemiterator.html#operator--eq +"TQListViewItemIterator::operator=" tqlistviewitemiterator.html#operator-eq +"TQListViewItemIterator::~TQListViewItemIterator" tqlistviewitemiterator.html#~TQListViewItemIterator "TQLocalFs" tqlocalfs.html "TQLocale" tqlocale.html "TQLocale::Country" tqlocale.html#Country @@ -4103,42 +4103,42 @@ "TQMovie::steps" tqmovie.html#steps "TQMovie::unpause" tqmovie.html#unpause "TQMovie::~TQMovie" tqmovie.html#~TQMovie -"QMultiLineEdit::alignment" ntqmultilineedit.html#alignment -"QMultiLineEdit::alignment" ntqmultilineedit.html#alignment-prop -"QMultiLineEdit::atBeginning" ntqmultilineedit.html#atBeginning -"QMultiLineEdit::atBeginning" ntqmultilineedit.html#atBeginning-prop -"QMultiLineEdit::atEnd" ntqmultilineedit.html#atEnd -"QMultiLineEdit::atEnd" ntqmultilineedit.html#atEnd-prop -"QMultiLineEdit::backspace" ntqmultilineedit.html#backspace -"QMultiLineEdit::cursorDown" ntqmultilineedit.html#cursorDown -"QMultiLineEdit::cursorLeft" ntqmultilineedit.html#cursorLeft -"QMultiLineEdit::cursorPoint" ntqmultilineedit.html#cursorPoint -"QMultiLineEdit::cursorRight" ntqmultilineedit.html#cursorRight -"QMultiLineEdit::cursorUp" ntqmultilineedit.html#cursorUp -"QMultiLineEdit::cursorWordBackward" ntqmultilineedit.html#cursorWordBackward -"QMultiLineEdit::cursorWordForward" ntqmultilineedit.html#cursorWordForward -"QMultiLineEdit::edited" ntqmultilineedit.html#edited -"QMultiLineEdit::edited" ntqmultilineedit.html#edited-prop -"QMultiLineEdit::end" ntqmultilineedit.html#end -"QMultiLineEdit::getMarkedRegion" ntqmultilineedit.html#getMarkedRegion -"QMultiLineEdit::hasMarkedText" ntqmultilineedit.html#hasMarkedText -"QMultiLineEdit::home" ntqmultilineedit.html#home -"QMultiLineEdit::insertAndMark" ntqmultilineedit.html#insertAndMark -"QMultiLineEdit::insertAt" ntqmultilineedit.html#insertAt -"QMultiLineEdit::insertLine" ntqmultilineedit.html#insertLine -"QMultiLineEdit::killLine" ntqmultilineedit.html#killLine -"QMultiLineEdit::lineLength" ntqmultilineedit.html#lineLength -"QMultiLineEdit::markedText" ntqmultilineedit.html#markedText -"QMultiLineEdit::newLine" ntqmultilineedit.html#newLine -"QMultiLineEdit::numLines" ntqmultilineedit.html#numLines -"QMultiLineEdit::numLines" ntqmultilineedit.html#numLines-prop -"QMultiLineEdit::pageDown" ntqmultilineedit.html#pageDown -"QMultiLineEdit::pageUp" ntqmultilineedit.html#pageUp -"QMultiLineEdit::removeLine" ntqmultilineedit.html#removeLine -"QMultiLineEdit::setAlignment" ntqmultilineedit.html#setAlignment -"QMultiLineEdit::setCursorPosition" ntqmultilineedit.html#setCursorPosition -"QMultiLineEdit::setEdited" ntqmultilineedit.html#setEdited -"QMultiLineEdit::textLine" ntqmultilineedit.html#textLine +"TQMultiLineEdit::alignment" tqmultilineedit.html#alignment +"TQMultiLineEdit::alignment" tqmultilineedit.html#alignment-prop +"TQMultiLineEdit::atBeginning" tqmultilineedit.html#atBeginning +"TQMultiLineEdit::atBeginning" tqmultilineedit.html#atBeginning-prop +"TQMultiLineEdit::atEnd" tqmultilineedit.html#atEnd +"TQMultiLineEdit::atEnd" tqmultilineedit.html#atEnd-prop +"TQMultiLineEdit::backspace" tqmultilineedit.html#backspace +"TQMultiLineEdit::cursorDown" tqmultilineedit.html#cursorDown +"TQMultiLineEdit::cursorLeft" tqmultilineedit.html#cursorLeft +"TQMultiLineEdit::cursorPoint" tqmultilineedit.html#cursorPoint +"TQMultiLineEdit::cursorRight" tqmultilineedit.html#cursorRight +"TQMultiLineEdit::cursorUp" tqmultilineedit.html#cursorUp +"TQMultiLineEdit::cursorWordBackward" tqmultilineedit.html#cursorWordBackward +"TQMultiLineEdit::cursorWordForward" tqmultilineedit.html#cursorWordForward +"TQMultiLineEdit::edited" tqmultilineedit.html#edited +"TQMultiLineEdit::edited" tqmultilineedit.html#edited-prop +"TQMultiLineEdit::end" tqmultilineedit.html#end +"TQMultiLineEdit::getMarkedRegion" tqmultilineedit.html#getMarkedRegion +"TQMultiLineEdit::hasMarkedText" tqmultilineedit.html#hasMarkedText +"TQMultiLineEdit::home" tqmultilineedit.html#home +"TQMultiLineEdit::insertAndMark" tqmultilineedit.html#insertAndMark +"TQMultiLineEdit::insertAt" tqmultilineedit.html#insertAt +"TQMultiLineEdit::insertLine" tqmultilineedit.html#insertLine +"TQMultiLineEdit::killLine" tqmultilineedit.html#killLine +"TQMultiLineEdit::lineLength" tqmultilineedit.html#lineLength +"TQMultiLineEdit::markedText" tqmultilineedit.html#markedText +"TQMultiLineEdit::newLine" tqmultilineedit.html#newLine +"TQMultiLineEdit::numLines" tqmultilineedit.html#numLines +"TQMultiLineEdit::numLines" tqmultilineedit.html#numLines-prop +"TQMultiLineEdit::pageDown" tqmultilineedit.html#pageDown +"TQMultiLineEdit::pageUp" tqmultilineedit.html#pageUp +"TQMultiLineEdit::removeLine" tqmultilineedit.html#removeLine +"TQMultiLineEdit::setAlignment" tqmultilineedit.html#setAlignment +"TQMultiLineEdit::setCursorPosition" tqmultilineedit.html#setCursorPosition +"TQMultiLineEdit::setEdited" tqmultilineedit.html#setEdited +"TQMultiLineEdit::textLine" tqmultilineedit.html#textLine "TQMutex" tqmutex.html "TQMutex::lock" tqmutex.html#lock "TQMutex::locked" tqmutex.html#locked @@ -4684,59 +4684,59 @@ "TQProcess::writeToStdin" tqprocess.html#writeToStdin "TQProcess::wroteToStdin" tqprocess.html#wroteToStdin "TQProcess::~TQProcess" tqprocess.html#~TQProcess -"QProgressBar" ntqprogressbar.html -"QProgressBar::centerIndicator" ntqprogressbar.html#centerIndicator -"QProgressBar::centerIndicator" ntqprogressbar.html#centerIndicator-prop -"QProgressBar::indicatorFollowsStyle" ntqprogressbar.html#indicatorFollowsStyle -"QProgressBar::indicatorFollowsStyle" ntqprogressbar.html#indicatorFollowsStyle-prop -"QProgressBar::percentageVisible" ntqprogressbar.html#percentageVisible -"QProgressBar::percentageVisible" ntqprogressbar.html#percentageVisible-prop -"QProgressBar::progress" ntqprogressbar.html#progress -"QProgressBar::progress" ntqprogressbar.html#progress-prop -"QProgressBar::progressString" ntqprogressbar.html#progressString -"QProgressBar::progressString" ntqprogressbar.html#progressString-prop -"QProgressBar::reset" ntqprogressbar.html#reset -"QProgressBar::setCenterIndicator" ntqprogressbar.html#setCenterIndicator -"QProgressBar::setIndicator" ntqprogressbar.html#setIndicator -"QProgressBar::setIndicatorFollowsStyle" ntqprogressbar.html#setIndicatorFollowsStyle -"QProgressBar::setPercentageVisible" ntqprogressbar.html#setPercentageVisible -"QProgressBar::setProgress" ntqprogressbar.html#setProgress -"QProgressBar::setTotalSteps" ntqprogressbar.html#setTotalSteps -"QProgressBar::totalSteps" ntqprogressbar.html#totalSteps -"QProgressBar::totalSteps" ntqprogressbar.html#totalSteps-prop -"QProgressDialog" ntqprogressdialog.html -"QProgressDialog::autoClose" ntqprogressdialog.html#autoClose -"QProgressDialog::autoClose" ntqprogressdialog.html#autoClose-prop -"QProgressDialog::autoReset" ntqprogressdialog.html#autoReset -"QProgressDialog::autoReset" ntqprogressdialog.html#autoReset-prop -"QProgressDialog::bar" ntqprogressdialog.html#bar -"QProgressDialog::cancel" ntqprogressdialog.html#cancel -"QProgressDialog::canceled" ntqprogressdialog.html#canceled -"QProgressDialog::forceShow" ntqprogressdialog.html#forceShow -"QProgressDialog::label" ntqprogressdialog.html#label -"QProgressDialog::labelText" ntqprogressdialog.html#labelText -"QProgressDialog::labelText" ntqprogressdialog.html#labelText-prop -"QProgressDialog::minimumDuration" ntqprogressdialog.html#minimumDuration -"QProgressDialog::minimumDuration" ntqprogressdialog.html#minimumDuration-prop -"QProgressDialog::progress" ntqprogressdialog.html#progress -"QProgressDialog::progress" ntqprogressdialog.html#progress-prop -"QProgressDialog::reset" ntqprogressdialog.html#reset -"QProgressDialog::setAutoClose" ntqprogressdialog.html#setAutoClose -"QProgressDialog::setAutoReset" ntqprogressdialog.html#setAutoReset -"QProgressDialog::setBar" ntqprogressdialog.html#setBar -"QProgressDialog::setCancelButton" ntqprogressdialog.html#setCancelButton -"QProgressDialog::setCancelButtonText" ntqprogressdialog.html#setCancelButtonText -"QProgressDialog::setLabel" ntqprogressdialog.html#setLabel -"QProgressDialog::setLabelText" ntqprogressdialog.html#setLabelText -"QProgressDialog::setMinimumDuration" ntqprogressdialog.html#setMinimumDuration -"QProgressDialog::setProgress" ntqprogressdialog.html#setProgress -"QProgressDialog::setTotalSteps" ntqprogressdialog.html#setTotalSteps -"QProgressDialog::sizeHint" ntqprogressdialog.html#sizeHint -"QProgressDialog::totalSteps" ntqprogressdialog.html#totalSteps -"QProgressDialog::totalSteps" ntqprogressdialog.html#totalSteps-prop -"QProgressDialog::wasCanceled" ntqprogressdialog.html#wasCanceled -"QProgressDialog::wasCanceled" ntqprogressdialog.html#wasCanceled-prop -"QProgressDialog::~QProgressDialog" ntqprogressdialog.html#~QProgressDialog +"TQProgressBar" tqprogressbar.html +"TQProgressBar::centerIndicator" tqprogressbar.html#centerIndicator +"TQProgressBar::centerIndicator" tqprogressbar.html#centerIndicator-prop +"TQProgressBar::indicatorFollowsStyle" tqprogressbar.html#indicatorFollowsStyle +"TQProgressBar::indicatorFollowsStyle" tqprogressbar.html#indicatorFollowsStyle-prop +"TQProgressBar::percentageVisible" tqprogressbar.html#percentageVisible +"TQProgressBar::percentageVisible" tqprogressbar.html#percentageVisible-prop +"TQProgressBar::progress" tqprogressbar.html#progress +"TQProgressBar::progress" tqprogressbar.html#progress-prop +"TQProgressBar::progressString" tqprogressbar.html#progressString +"TQProgressBar::progressString" tqprogressbar.html#progressString-prop +"TQProgressBar::reset" tqprogressbar.html#reset +"TQProgressBar::setCenterIndicator" tqprogressbar.html#setCenterIndicator +"TQProgressBar::setIndicator" tqprogressbar.html#setIndicator +"TQProgressBar::setIndicatorFollowsStyle" tqprogressbar.html#setIndicatorFollowsStyle +"TQProgressBar::setPercentageVisible" tqprogressbar.html#setPercentageVisible +"TQProgressBar::setProgress" tqprogressbar.html#setProgress +"TQProgressBar::setTotalSteps" tqprogressbar.html#setTotalSteps +"TQProgressBar::totalSteps" tqprogressbar.html#totalSteps +"TQProgressBar::totalSteps" tqprogressbar.html#totalSteps-prop +"TQProgressDialog" tqprogressdialog.html +"TQProgressDialog::autoClose" tqprogressdialog.html#autoClose +"TQProgressDialog::autoClose" tqprogressdialog.html#autoClose-prop +"TQProgressDialog::autoReset" tqprogressdialog.html#autoReset +"TQProgressDialog::autoReset" tqprogressdialog.html#autoReset-prop +"TQProgressDialog::bar" tqprogressdialog.html#bar +"TQProgressDialog::cancel" tqprogressdialog.html#cancel +"TQProgressDialog::canceled" tqprogressdialog.html#canceled +"TQProgressDialog::forceShow" tqprogressdialog.html#forceShow +"TQProgressDialog::label" tqprogressdialog.html#label +"TQProgressDialog::labelText" tqprogressdialog.html#labelText +"TQProgressDialog::labelText" tqprogressdialog.html#labelText-prop +"TQProgressDialog::minimumDuration" tqprogressdialog.html#minimumDuration +"TQProgressDialog::minimumDuration" tqprogressdialog.html#minimumDuration-prop +"TQProgressDialog::progress" tqprogressdialog.html#progress +"TQProgressDialog::progress" tqprogressdialog.html#progress-prop +"TQProgressDialog::reset" tqprogressdialog.html#reset +"TQProgressDialog::setAutoClose" tqprogressdialog.html#setAutoClose +"TQProgressDialog::setAutoReset" tqprogressdialog.html#setAutoReset +"TQProgressDialog::setBar" tqprogressdialog.html#setBar +"TQProgressDialog::setCancelButton" tqprogressdialog.html#setCancelButton +"TQProgressDialog::setCancelButtonText" tqprogressdialog.html#setCancelButtonText +"TQProgressDialog::setLabel" tqprogressdialog.html#setLabel +"TQProgressDialog::setLabelText" tqprogressdialog.html#setLabelText +"TQProgressDialog::setMinimumDuration" tqprogressdialog.html#setMinimumDuration +"TQProgressDialog::setProgress" tqprogressdialog.html#setProgress +"TQProgressDialog::setTotalSteps" tqprogressdialog.html#setTotalSteps +"TQProgressDialog::sizeHint" tqprogressdialog.html#sizeHint +"TQProgressDialog::totalSteps" tqprogressdialog.html#totalSteps +"TQProgressDialog::totalSteps" tqprogressdialog.html#totalSteps-prop +"TQProgressDialog::wasCanceled" tqprogressdialog.html#wasCanceled +"TQProgressDialog::wasCanceled" tqprogressdialog.html#wasCanceled-prop +"TQProgressDialog::~TQProgressDialog" tqprogressdialog.html#~TQProgressDialog "TQPtrCollection" tqptrcollection.html "TQPtrCollection::Item" tqptrcollection.html#Item "TQPtrCollection::autoDelete" tqptrcollection.html#autoDelete @@ -6101,331 +6101,331 @@ "TQSyntaxHighlighter::textEdit" tqsyntaxhighlighter.html#textEdit "TQSyntaxHighlighter::~TQSyntaxHighlighter" tqsyntaxhighlighter.html#~TQSyntaxHighlighter "QTSManip::exec" qtsmanip.html#exec -"QTab" qtab.html -"QTab::iconSet" qtab.html#iconSet -"QTab::identifier" qtab.html#identifier -"QTab::isEnabled" qtab.html#isEnabled -"QTab::rect" qtab.html#rect -"QTab::setEnabled" qtab.html#setEnabled -"QTab::setIconSet" qtab.html#setIconSet -"QTab::setIdentifier" qtab.html#setIdentifier -"QTab::setRect" qtab.html#setRect -"QTab::setText" qtab.html#setText -"QTab::text" qtab.html#text -"QTab::~QTab" qtab.html#~QTab -"QTabBar" ntqtabbar.html -"QTabBar::Shape" ntqtabbar.html#Shape -"QTabBar::addTab" ntqtabbar.html#addTab -"QTabBar::count" ntqtabbar.html#count -"QTabBar::count" ntqtabbar.html#count-prop -"QTabBar::currentTab" ntqtabbar.html#currentTab -"QTabBar::currentTab" ntqtabbar.html#currentTab-prop -"QTabBar::indexOf" ntqtabbar.html#indexOf -"QTabBar::insertTab" ntqtabbar.html#insertTab -"QTabBar::isTabEnabled" ntqtabbar.html#isTabEnabled -"QTabBar::keyboardFocusTab" ntqtabbar.html#keyboardFocusTab -"QTabBar::keyboardFocusTab" ntqtabbar.html#keyboardFocusTab-prop -"QTabBar::layoutChanged" ntqtabbar.html#layoutChanged -"QTabBar::layoutTabs" ntqtabbar.html#layoutTabs -"QTabBar::paint" ntqtabbar.html#paint -"QTabBar::paintEvent" ntqtabbar.html#paintEvent -"QTabBar::paintLabel" ntqtabbar.html#paintLabel -"QTabBar::removeTab" ntqtabbar.html#removeTab -"QTabBar::removeToolTip" ntqtabbar.html#removeToolTip -"QTabBar::selectTab" ntqtabbar.html#selectTab -"QTabBar::selected" ntqtabbar.html#selected -"QTabBar::setCurrentTab" ntqtabbar.html#setCurrentTab -"QTabBar::setShape" ntqtabbar.html#setShape -"QTabBar::setTabEnabled" ntqtabbar.html#setTabEnabled -"QTabBar::setToolTip" ntqtabbar.html#setToolTip -"QTabBar::shape" ntqtabbar.html#shape -"QTabBar::shape" ntqtabbar.html#shape-prop -"QTabBar::tab" ntqtabbar.html#tab -"QTabBar::tabAt" ntqtabbar.html#tabAt -"QTabBar::tabList" ntqtabbar.html#tabList -"QTabBar::toolTip" ntqtabbar.html#toolTip -"QTabBar::~QTabBar" ntqtabbar.html#~QTabBar -"QTabDialog" ntqtabdialog.html -"QTabDialog::aboutToShow" ntqtabdialog.html#aboutToShow -"QTabDialog::addTab" ntqtabdialog.html#addTab -"QTabDialog::applyButtonPressed" ntqtabdialog.html#applyButtonPressed -"QTabDialog::cancelButtonPressed" ntqtabdialog.html#cancelButtonPressed -"QTabDialog::changeTab" ntqtabdialog.html#changeTab -"QTabDialog::currentChanged" ntqtabdialog.html#currentChanged -"QTabDialog::currentPage" ntqtabdialog.html#currentPage -"QTabDialog::defaultButtonPressed" ntqtabdialog.html#defaultButtonPressed -"QTabDialog::hasApplyButton" ntqtabdialog.html#hasApplyButton -"QTabDialog::hasCancelButton" ntqtabdialog.html#hasCancelButton -"QTabDialog::hasDefaultButton" ntqtabdialog.html#hasDefaultButton -"QTabDialog::hasHelpButton" ntqtabdialog.html#hasHelpButton -"QTabDialog::hasOkButton" ntqtabdialog.html#hasOkButton -"QTabDialog::helpButtonPressed" ntqtabdialog.html#helpButtonPressed -"QTabDialog::insertTab" ntqtabdialog.html#insertTab -"QTabDialog::isTabEnabled" ntqtabdialog.html#isTabEnabled -"QTabDialog::removePage" ntqtabdialog.html#removePage -"QTabDialog::setApplyButton" ntqtabdialog.html#setApplyButton -"QTabDialog::setCancelButton" ntqtabdialog.html#setCancelButton -"QTabDialog::setDefaultButton" ntqtabdialog.html#setDefaultButton -"QTabDialog::setFont" ntqtabdialog.html#setFont -"QTabDialog::setHelpButton" ntqtabdialog.html#setHelpButton -"QTabDialog::setOkButton" ntqtabdialog.html#setOkButton -"QTabDialog::setSizes" ntqtabdialog.html#setSizes -"QTabDialog::setTabBar" ntqtabdialog.html#setTabBar -"QTabDialog::setTabEnabled" ntqtabdialog.html#setTabEnabled -"QTabDialog::setUpLayout" ntqtabdialog.html#setUpLayout -"QTabDialog::showPage" ntqtabdialog.html#showPage -"QTabDialog::showTab" ntqtabdialog.html#showTab -"QTabDialog::tabBar" ntqtabdialog.html#tabBar -"QTabDialog::tabLabel" ntqtabdialog.html#tabLabel -"QTabDialog::~QTabDialog" ntqtabdialog.html#~QTabDialog -"QTabWidget" ntqtabwidget.html -"QTabWidget::TabPosition" ntqtabwidget.html#TabPosition -"QTabWidget::TabShape" ntqtabwidget.html#TabShape -"QTabWidget::addTab" ntqtabwidget.html#addTab -"QTabWidget::autoMask" ntqtabwidget.html#autoMask-prop -"QTabWidget::changeTab" ntqtabwidget.html#changeTab -"QTabWidget::cornerWidget" ntqtabwidget.html#cornerWidget -"QTabWidget::count" ntqtabwidget.html#count -"QTabWidget::count" ntqtabwidget.html#count-prop -"QTabWidget::currentChanged" ntqtabwidget.html#currentChanged -"QTabWidget::currentPage" ntqtabwidget.html#currentPage -"QTabWidget::currentPage" ntqtabwidget.html#currentPage-prop -"QTabWidget::currentPageIndex" ntqtabwidget.html#currentPageIndex -"QTabWidget::indexOf" ntqtabwidget.html#indexOf -"QTabWidget::insertTab" ntqtabwidget.html#insertTab -"QTabWidget::isTabEnabled" ntqtabwidget.html#isTabEnabled -"QTabWidget::label" ntqtabwidget.html#label -"QTabWidget::margin" ntqtabwidget.html#margin -"QTabWidget::margin" ntqtabwidget.html#margin-prop -"QTabWidget::page" ntqtabwidget.html#page -"QTabWidget::removePage" ntqtabwidget.html#removePage -"QTabWidget::removeTabToolTip" ntqtabwidget.html#removeTabToolTip -"QTabWidget::setCornerWidget" ntqtabwidget.html#setCornerWidget -"QTabWidget::setCurrentPage" ntqtabwidget.html#setCurrentPage -"QTabWidget::setMargin" ntqtabwidget.html#setMargin -"QTabWidget::setTabBar" ntqtabwidget.html#setTabBar -"QTabWidget::setTabEnabled" ntqtabwidget.html#setTabEnabled -"QTabWidget::setTabIconSet" ntqtabwidget.html#setTabIconSet -"QTabWidget::setTabLabel" ntqtabwidget.html#setTabLabel -"QTabWidget::setTabPosition" ntqtabwidget.html#setTabPosition -"QTabWidget::setTabShape" ntqtabwidget.html#setTabShape -"QTabWidget::setTabToolTip" ntqtabwidget.html#setTabToolTip -"QTabWidget::showPage" ntqtabwidget.html#showPage -"QTabWidget::showTab" ntqtabwidget.html#showTab -"QTabWidget::tabBar" ntqtabwidget.html#tabBar -"QTabWidget::tabIconSet" ntqtabwidget.html#tabIconSet -"QTabWidget::tabLabel" ntqtabwidget.html#tabLabel -"QTabWidget::tabPosition" ntqtabwidget.html#tabPosition -"QTabWidget::tabPosition" ntqtabwidget.html#tabPosition-prop -"QTabWidget::tabShape" ntqtabwidget.html#tabShape -"QTabWidget::tabShape" ntqtabwidget.html#tabShape-prop -"QTabWidget::tabToolTip" ntqtabwidget.html#tabToolTip -"QTable" ntqtable.html -"QTable::EditMode" ntqtable.html#EditMode -"QTable::FocusStyle" ntqtable.html#FocusStyle -"QTable::SelectionMode" ntqtable.html#SelectionMode -"QTable::activateNextCell" ntqtable.html#activateNextCell -"QTable::addSelection" ntqtable.html#addSelection -"QTable::adjustColumn" ntqtable.html#adjustColumn -"QTable::adjustRow" ntqtable.html#adjustRow -"QTable::beginEdit" ntqtable.html#beginEdit -"QTable::cellGeometry" ntqtable.html#cellGeometry -"QTable::cellRect" ntqtable.html#cellRect -"QTable::cellWidget" ntqtable.html#cellWidget -"QTable::clearCell" ntqtable.html#clearCell -"QTable::clearCellWidget" ntqtable.html#clearCellWidget -"QTable::clearSelection" ntqtable.html#clearSelection -"QTable::clicked" ntqtable.html#clicked -"QTable::columnAt" ntqtable.html#columnAt -"QTable::columnClicked" ntqtable.html#columnClicked -"QTable::columnIndexChanged" ntqtable.html#columnIndexChanged -"QTable::columnMovingEnabled" ntqtable.html#columnMovingEnabled -"QTable::columnMovingEnabled" ntqtable.html#columnMovingEnabled-prop -"QTable::columnPos" ntqtable.html#columnPos -"QTable::columnWidth" ntqtable.html#columnWidth -"QTable::columnWidthChanged" ntqtable.html#columnWidthChanged -"QTable::contentsDragEnterEvent" ntqtable.html#contentsDragEnterEvent -"QTable::contentsDragLeaveEvent" ntqtable.html#contentsDragLeaveEvent -"QTable::contentsDragMoveEvent" ntqtable.html#contentsDragMoveEvent -"QTable::contentsDropEvent" ntqtable.html#contentsDropEvent -"QTable::contextMenuRequested" ntqtable.html#contextMenuRequested -"QTable::createEditor" ntqtable.html#createEditor -"QTable::currEditCol" ntqtable.html#currEditCol -"QTable::currEditRow" ntqtable.html#currEditRow -"QTable::currentChanged" ntqtable.html#currentChanged -"QTable::currentColumn" ntqtable.html#currentColumn -"QTable::currentRow" ntqtable.html#currentRow -"QTable::currentSelection" ntqtable.html#currentSelection -"QTable::doubleClicked" ntqtable.html#doubleClicked -"QTable::dragEnabled" ntqtable.html#dragEnabled -"QTable::dragObject" ntqtable.html#dragObject -"QTable::drawContents" ntqtable.html#drawContents -"QTable::dropped" ntqtable.html#dropped -"QTable::editCell" ntqtable.html#editCell -"QTable::editMode" ntqtable.html#editMode -"QTable::endEdit" ntqtable.html#endEdit -"QTable::ensureCellVisible" ntqtable.html#ensureCellVisible -"QTable::focusStyle" ntqtable.html#focusStyle -"QTable::focusStyle" ntqtable.html#focusStyle-prop -"QTable::hideColumn" ntqtable.html#hideColumn -"QTable::hideRow" ntqtable.html#hideRow -"QTable::horizontalHeader" ntqtable.html#horizontalHeader -"QTable::indexOf" ntqtable.html#indexOf -"QTable::insertColumns" ntqtable.html#insertColumns -"QTable::insertRows" ntqtable.html#insertRows -"QTable::insertWidget" ntqtable.html#insertWidget -"QTable::isColumnHidden" ntqtable.html#isColumnHidden -"QTable::isColumnReadOnly" ntqtable.html#isColumnReadOnly -"QTable::isColumnSelected" ntqtable.html#isColumnSelected -"QTable::isColumnStretchable" ntqtable.html#isColumnStretchable -"QTable::isEditing" ntqtable.html#isEditing -"QTable::isReadOnly" ntqtable.html#isReadOnly -"QTable::isRowHidden" ntqtable.html#isRowHidden -"QTable::isRowReadOnly" ntqtable.html#isRowReadOnly -"QTable::isRowSelected" ntqtable.html#isRowSelected -"QTable::isRowStretchable" ntqtable.html#isRowStretchable -"QTable::isSelected" ntqtable.html#isSelected -"QTable::item" ntqtable.html#item -"QTable::numCols" ntqtable.html#numCols -"QTable::numCols" ntqtable.html#numCols-prop -"QTable::numRows" ntqtable.html#numRows -"QTable::numRows" ntqtable.html#numRows-prop -"QTable::numSelections" ntqtable.html#numSelections -"QTable::numSelections" ntqtable.html#numSelections-prop -"QTable::paintCell" ntqtable.html#paintCell -"QTable::paintEmptyArea" ntqtable.html#paintEmptyArea -"QTable::paintFocus" ntqtable.html#paintFocus -"QTable::pixmap" ntqtable.html#pixmap -"QTable::pressed" ntqtable.html#pressed -"QTable::readOnly" ntqtable.html#readOnly-prop -"QTable::removeColumn" ntqtable.html#removeColumn -"QTable::removeColumns" ntqtable.html#removeColumns -"QTable::removeRow" ntqtable.html#removeRow -"QTable::removeRows" ntqtable.html#removeRows -"QTable::removeSelection" ntqtable.html#removeSelection -"QTable::repaintSelections" ntqtable.html#repaintSelections -"QTable::resizeData" ntqtable.html#resizeData -"QTable::rowAt" ntqtable.html#rowAt -"QTable::rowHeight" ntqtable.html#rowHeight -"QTable::rowHeightChanged" ntqtable.html#rowHeightChanged -"QTable::rowIndexChanged" ntqtable.html#rowIndexChanged -"QTable::rowMovingEnabled" ntqtable.html#rowMovingEnabled -"QTable::rowMovingEnabled" ntqtable.html#rowMovingEnabled-prop -"QTable::rowPos" ntqtable.html#rowPos -"QTable::selectCells" ntqtable.html#selectCells -"QTable::selectColumn" ntqtable.html#selectColumn -"QTable::selectRow" ntqtable.html#selectRow -"QTable::selection" ntqtable.html#selection -"QTable::selectionChanged" ntqtable.html#selectionChanged -"QTable::selectionMode" ntqtable.html#selectionMode -"QTable::selectionMode" ntqtable.html#selectionMode-prop -"QTable::setCellContentFromEditor" ntqtable.html#setCellContentFromEditor -"QTable::setCellWidget" ntqtable.html#setCellWidget -"QTable::setColumnLabels" ntqtable.html#setColumnLabels -"QTable::setColumnMovingEnabled" ntqtable.html#setColumnMovingEnabled -"QTable::setColumnReadOnly" ntqtable.html#setColumnReadOnly -"QTable::setColumnStretchable" ntqtable.html#setColumnStretchable -"QTable::setColumnWidth" ntqtable.html#setColumnWidth -"QTable::setCurrentCell" ntqtable.html#setCurrentCell -"QTable::setDragEnabled" ntqtable.html#setDragEnabled -"QTable::setEditMode" ntqtable.html#setEditMode -"QTable::setFocusStyle" ntqtable.html#setFocusStyle -"QTable::setItem" ntqtable.html#setItem -"QTable::setLeftMargin" ntqtable.html#setLeftMargin -"QTable::setNumCols" ntqtable.html#setNumCols -"QTable::setNumRows" ntqtable.html#setNumRows -"QTable::setPixmap" ntqtable.html#setPixmap -"QTable::setReadOnly" ntqtable.html#setReadOnly -"QTable::setRowHeight" ntqtable.html#setRowHeight -"QTable::setRowLabels" ntqtable.html#setRowLabels -"QTable::setRowMovingEnabled" ntqtable.html#setRowMovingEnabled -"QTable::setRowReadOnly" ntqtable.html#setRowReadOnly -"QTable::setRowStretchable" ntqtable.html#setRowStretchable -"QTable::setSelectionMode" ntqtable.html#setSelectionMode -"QTable::setShowGrid" ntqtable.html#setShowGrid -"QTable::setSorting" ntqtable.html#setSorting -"QTable::setText" ntqtable.html#setText -"QTable::setTopMargin" ntqtable.html#setTopMargin -"QTable::showColumn" ntqtable.html#showColumn -"QTable::showGrid" ntqtable.html#showGrid -"QTable::showGrid" ntqtable.html#showGrid-prop -"QTable::showRow" ntqtable.html#showRow -"QTable::sortColumn" ntqtable.html#sortColumn -"QTable::sorting" ntqtable.html#sorting -"QTable::sorting" ntqtable.html#sorting-prop -"QTable::startDrag" ntqtable.html#startDrag -"QTable::swapCells" ntqtable.html#swapCells -"QTable::swapColumns" ntqtable.html#swapColumns -"QTable::swapRows" ntqtable.html#swapRows -"QTable::tableSize" ntqtable.html#tableSize -"QTable::takeItem" ntqtable.html#takeItem -"QTable::text" ntqtable.html#text -"QTable::updateCell" ntqtable.html#updateCell -"QTable::updateGeometries" ntqtable.html#updateGeometries -"QTable::updateHeaderStates" ntqtable.html#updateHeaderStates -"QTable::valueChanged" ntqtable.html#valueChanged -"QTable::verticalHeader" ntqtable.html#verticalHeader -"QTable::~QTable" ntqtable.html#~QTable -"QTableItem" qtableitem.html -"QTableItem::EditType" qtableitem.html#EditType -"QTableItem::alignment" qtableitem.html#alignment -"QTableItem::col" qtableitem.html#col -"QTableItem::colSpan" qtableitem.html#colSpan -"QTableItem::createEditor" qtableitem.html#createEditor -"QTableItem::editType" qtableitem.html#editType -"QTableItem::isEnabled" qtableitem.html#isEnabled -"QTableItem::isReplaceable" qtableitem.html#isReplaceable -"QTableItem::key" qtableitem.html#key -"QTableItem::paint" qtableitem.html#paint -"QTableItem::pixmap" qtableitem.html#pixmap -"QTableItem::row" qtableitem.html#row -"QTableItem::rowSpan" qtableitem.html#rowSpan -"QTableItem::rtti" qtableitem.html#rtti -"QTableItem::setCol" qtableitem.html#setCol -"QTableItem::setContentFromEditor" qtableitem.html#setContentFromEditor -"QTableItem::setEnabled" qtableitem.html#setEnabled -"QTableItem::setPixmap" qtableitem.html#setPixmap -"QTableItem::setReplaceable" qtableitem.html#setReplaceable -"QTableItem::setRow" qtableitem.html#setRow -"QTableItem::setSpan" qtableitem.html#setSpan -"QTableItem::setText" qtableitem.html#setText -"QTableItem::setWordWrap" qtableitem.html#setWordWrap -"QTableItem::sizeHint" qtableitem.html#sizeHint -"QTableItem::table" qtableitem.html#table -"QTableItem::text" qtableitem.html#text -"QTableItem::wordWrap" qtableitem.html#wordWrap -"QTableItem::~QTableItem" qtableitem.html#~QTableItem -"QTableSelection" qtableselection.html -"QTableSelection::anchorCol" qtableselection.html#anchorCol -"QTableSelection::anchorRow" qtableselection.html#anchorRow -"QTableSelection::bottomRow" qtableselection.html#bottomRow -"QTableSelection::expandTo" qtableselection.html#expandTo -"QTableSelection::init" qtableselection.html#init -"QTableSelection::isActive" qtableselection.html#isActive -"QTableSelection::isEmpty" qtableselection.html#isEmpty -"QTableSelection::leftCol" qtableselection.html#leftCol -"QTableSelection::numCols" qtableselection.html#numCols -"QTableSelection::numRows" qtableselection.html#numRows -"QTableSelection::operator!=" qtableselection.html#operator!-eq -"QTableSelection::operator==" qtableselection.html#operator-eq-eq -"QTableSelection::rightCol" qtableselection.html#rightCol -"QTableSelection::topRow" qtableselection.html#topRow -"QTabletEvent" qtabletevent.html -"QTabletEvent::TabletDevice" qtabletevent.html#TabletDevice -"QTabletEvent::accept" qtabletevent.html#accept -"QTabletEvent::device" qtabletevent.html#device -"QTabletEvent::globalPos" qtabletevent.html#globalPos -"QTabletEvent::globalX" qtabletevent.html#globalX -"QTabletEvent::globalY" qtabletevent.html#globalY -"QTabletEvent::ignore" qtabletevent.html#ignore -"QTabletEvent::isAccepted" qtabletevent.html#isAccepted -"QTabletEvent::pos" qtabletevent.html#pos -"QTabletEvent::pressure" qtabletevent.html#pressure -"QTabletEvent::uniqueId" qtabletevent.html#uniqueId -"QTabletEvent::x" qtabletevent.html#x -"QTabletEvent::xTilt" qtabletevent.html#xTilt -"QTabletEvent::y" qtabletevent.html#y -"QTabletEvent::yTilt" qtabletevent.html#yTilt +"TQTab" tqtab.html +"TQTab::iconSet" tqtab.html#iconSet +"TQTab::identifier" tqtab.html#identifier +"TQTab::isEnabled" tqtab.html#isEnabled +"TQTab::rect" tqtab.html#rect +"TQTab::setEnabled" tqtab.html#setEnabled +"TQTab::setIconSet" tqtab.html#setIconSet +"TQTab::setIdentifier" tqtab.html#setIdentifier +"TQTab::setRect" tqtab.html#setRect +"TQTab::setText" tqtab.html#setText +"TQTab::text" tqtab.html#text +"TQTab::~TQTab" tqtab.html#~TQTab +"TQTabBar" tqtabbar.html +"TQTabBar::Shape" tqtabbar.html#Shape +"TQTabBar::addTab" tqtabbar.html#addTab +"TQTabBar::count" tqtabbar.html#count +"TQTabBar::count" tqtabbar.html#count-prop +"TQTabBar::currentTab" tqtabbar.html#currentTab +"TQTabBar::currentTab" tqtabbar.html#currentTab-prop +"TQTabBar::indexOf" tqtabbar.html#indexOf +"TQTabBar::insertTab" tqtabbar.html#insertTab +"TQTabBar::isTabEnabled" tqtabbar.html#isTabEnabled +"TQTabBar::keyboardFocusTab" tqtabbar.html#keyboardFocusTab +"TQTabBar::keyboardFocusTab" tqtabbar.html#keyboardFocusTab-prop +"TQTabBar::layoutChanged" tqtabbar.html#layoutChanged +"TQTabBar::layoutTabs" tqtabbar.html#layoutTabs +"TQTabBar::paint" tqtabbar.html#paint +"TQTabBar::paintEvent" tqtabbar.html#paintEvent +"TQTabBar::paintLabel" tqtabbar.html#paintLabel +"TQTabBar::removeTab" tqtabbar.html#removeTab +"TQTabBar::removeToolTip" tqtabbar.html#removeToolTip +"TQTabBar::selectTab" tqtabbar.html#selectTab +"TQTabBar::selected" tqtabbar.html#selected +"TQTabBar::setCurrentTab" tqtabbar.html#setCurrentTab +"TQTabBar::setShape" tqtabbar.html#setShape +"TQTabBar::setTabEnabled" tqtabbar.html#setTabEnabled +"TQTabBar::setToolTip" tqtabbar.html#setToolTip +"TQTabBar::shape" tqtabbar.html#shape +"TQTabBar::shape" tqtabbar.html#shape-prop +"TQTabBar::tab" tqtabbar.html#tab +"TQTabBar::tabAt" tqtabbar.html#tabAt +"TQTabBar::tabList" tqtabbar.html#tabList +"TQTabBar::toolTip" tqtabbar.html#toolTip +"TQTabBar::~TQTabBar" tqtabbar.html#~TQTabBar +"TQTabDialog" tqtabdialog.html +"TQTabDialog::aboutToShow" tqtabdialog.html#aboutToShow +"TQTabDialog::addTab" tqtabdialog.html#addTab +"TQTabDialog::applyButtonPressed" tqtabdialog.html#applyButtonPressed +"TQTabDialog::cancelButtonPressed" tqtabdialog.html#cancelButtonPressed +"TQTabDialog::changeTab" tqtabdialog.html#changeTab +"TQTabDialog::currentChanged" tqtabdialog.html#currentChanged +"TQTabDialog::currentPage" tqtabdialog.html#currentPage +"TQTabDialog::defaultButtonPressed" tqtabdialog.html#defaultButtonPressed +"TQTabDialog::hasApplyButton" tqtabdialog.html#hasApplyButton +"TQTabDialog::hasCancelButton" tqtabdialog.html#hasCancelButton +"TQTabDialog::hasDefaultButton" tqtabdialog.html#hasDefaultButton +"TQTabDialog::hasHelpButton" tqtabdialog.html#hasHelpButton +"TQTabDialog::hasOkButton" tqtabdialog.html#hasOkButton +"TQTabDialog::helpButtonPressed" tqtabdialog.html#helpButtonPressed +"TQTabDialog::insertTab" tqtabdialog.html#insertTab +"TQTabDialog::isTabEnabled" tqtabdialog.html#isTabEnabled +"TQTabDialog::removePage" tqtabdialog.html#removePage +"TQTabDialog::setApplyButton" tqtabdialog.html#setApplyButton +"TQTabDialog::setCancelButton" tqtabdialog.html#setCancelButton +"TQTabDialog::setDefaultButton" tqtabdialog.html#setDefaultButton +"TQTabDialog::setFont" tqtabdialog.html#setFont +"TQTabDialog::setHelpButton" tqtabdialog.html#setHelpButton +"TQTabDialog::setOkButton" tqtabdialog.html#setOkButton +"TQTabDialog::setSizes" tqtabdialog.html#setSizes +"TQTabDialog::setTabBar" tqtabdialog.html#setTabBar +"TQTabDialog::setTabEnabled" tqtabdialog.html#setTabEnabled +"TQTabDialog::setUpLayout" tqtabdialog.html#setUpLayout +"TQTabDialog::showPage" tqtabdialog.html#showPage +"TQTabDialog::showTab" tqtabdialog.html#showTab +"TQTabDialog::tabBar" tqtabdialog.html#tabBar +"TQTabDialog::tabLabel" tqtabdialog.html#tabLabel +"TQTabDialog::~TQTabDialog" tqtabdialog.html#~TQTabDialog +"TQTabWidget" tqtabwidget.html +"TQTabWidget::TabPosition" tqtabwidget.html#TabPosition +"TQTabWidget::TabShape" tqtabwidget.html#TabShape +"TQTabWidget::addTab" tqtabwidget.html#addTab +"TQTabWidget::autoMask" tqtabwidget.html#autoMask-prop +"TQTabWidget::changeTab" tqtabwidget.html#changeTab +"TQTabWidget::cornerWidget" tqtabwidget.html#cornerWidget +"TQTabWidget::count" tqtabwidget.html#count +"TQTabWidget::count" tqtabwidget.html#count-prop +"TQTabWidget::currentChanged" tqtabwidget.html#currentChanged +"TQTabWidget::currentPage" tqtabwidget.html#currentPage +"TQTabWidget::currentPage" tqtabwidget.html#currentPage-prop +"TQTabWidget::currentPageIndex" tqtabwidget.html#currentPageIndex +"TQTabWidget::indexOf" tqtabwidget.html#indexOf +"TQTabWidget::insertTab" tqtabwidget.html#insertTab +"TQTabWidget::isTabEnabled" tqtabwidget.html#isTabEnabled +"TQTabWidget::label" tqtabwidget.html#label +"TQTabWidget::margin" tqtabwidget.html#margin +"TQTabWidget::margin" tqtabwidget.html#margin-prop +"TQTabWidget::page" tqtabwidget.html#page +"TQTabWidget::removePage" tqtabwidget.html#removePage +"TQTabWidget::removeTabToolTip" tqtabwidget.html#removeTabToolTip +"TQTabWidget::setCornerWidget" tqtabwidget.html#setCornerWidget +"TQTabWidget::setCurrentPage" tqtabwidget.html#setCurrentPage +"TQTabWidget::setMargin" tqtabwidget.html#setMargin +"TQTabWidget::setTabBar" tqtabwidget.html#setTabBar +"TQTabWidget::setTabEnabled" tqtabwidget.html#setTabEnabled +"TQTabWidget::setTabIconSet" tqtabwidget.html#setTabIconSet +"TQTabWidget::setTabLabel" tqtabwidget.html#setTabLabel +"TQTabWidget::setTabPosition" tqtabwidget.html#setTabPosition +"TQTabWidget::setTabShape" tqtabwidget.html#setTabShape +"TQTabWidget::setTabToolTip" tqtabwidget.html#setTabToolTip +"TQTabWidget::showPage" tqtabwidget.html#showPage +"TQTabWidget::showTab" tqtabwidget.html#showTab +"TQTabWidget::tabBar" tqtabwidget.html#tabBar +"TQTabWidget::tabIconSet" tqtabwidget.html#tabIconSet +"TQTabWidget::tabLabel" tqtabwidget.html#tabLabel +"TQTabWidget::tabPosition" tqtabwidget.html#tabPosition +"TQTabWidget::tabPosition" tqtabwidget.html#tabPosition-prop +"TQTabWidget::tabShape" tqtabwidget.html#tabShape +"TQTabWidget::tabShape" tqtabwidget.html#tabShape-prop +"TQTabWidget::tabToolTip" tqtabwidget.html#tabToolTip +"TQTable" tqtable.html +"TQTable::EditMode" tqtable.html#EditMode +"TQTable::FocusStyle" tqtable.html#FocusStyle +"TQTable::SelectionMode" tqtable.html#SelectionMode +"TQTable::activateNextCell" tqtable.html#activateNextCell +"TQTable::addSelection" tqtable.html#addSelection +"TQTable::adjustColumn" tqtable.html#adjustColumn +"TQTable::adjustRow" tqtable.html#adjustRow +"TQTable::beginEdit" tqtable.html#beginEdit +"TQTable::cellGeometry" tqtable.html#cellGeometry +"TQTable::cellRect" tqtable.html#cellRect +"TQTable::cellWidget" tqtable.html#cellWidget +"TQTable::clearCell" tqtable.html#clearCell +"TQTable::clearCellWidget" tqtable.html#clearCellWidget +"TQTable::clearSelection" tqtable.html#clearSelection +"TQTable::clicked" tqtable.html#clicked +"TQTable::columnAt" tqtable.html#columnAt +"TQTable::columnClicked" tqtable.html#columnClicked +"TQTable::columnIndexChanged" tqtable.html#columnIndexChanged +"TQTable::columnMovingEnabled" tqtable.html#columnMovingEnabled +"TQTable::columnMovingEnabled" tqtable.html#columnMovingEnabled-prop +"TQTable::columnPos" tqtable.html#columnPos +"TQTable::columnWidth" tqtable.html#columnWidth +"TQTable::columnWidthChanged" tqtable.html#columnWidthChanged +"TQTable::contentsDragEnterEvent" tqtable.html#contentsDragEnterEvent +"TQTable::contentsDragLeaveEvent" tqtable.html#contentsDragLeaveEvent +"TQTable::contentsDragMoveEvent" tqtable.html#contentsDragMoveEvent +"TQTable::contentsDropEvent" tqtable.html#contentsDropEvent +"TQTable::contextMenuRequested" tqtable.html#contextMenuRequested +"TQTable::createEditor" tqtable.html#createEditor +"TQTable::currEditCol" tqtable.html#currEditCol +"TQTable::currEditRow" tqtable.html#currEditRow +"TQTable::currentChanged" tqtable.html#currentChanged +"TQTable::currentColumn" tqtable.html#currentColumn +"TQTable::currentRow" tqtable.html#currentRow +"TQTable::currentSelection" tqtable.html#currentSelection +"TQTable::doubleClicked" tqtable.html#doubleClicked +"TQTable::dragEnabled" tqtable.html#dragEnabled +"TQTable::dragObject" tqtable.html#dragObject +"TQTable::drawContents" tqtable.html#drawContents +"TQTable::dropped" tqtable.html#dropped +"TQTable::editCell" tqtable.html#editCell +"TQTable::editMode" tqtable.html#editMode +"TQTable::endEdit" tqtable.html#endEdit +"TQTable::ensureCellVisible" tqtable.html#ensureCellVisible +"TQTable::focusStyle" tqtable.html#focusStyle +"TQTable::focusStyle" tqtable.html#focusStyle-prop +"TQTable::hideColumn" tqtable.html#hideColumn +"TQTable::hideRow" tqtable.html#hideRow +"TQTable::horizontalHeader" tqtable.html#horizontalHeader +"TQTable::indexOf" tqtable.html#indexOf +"TQTable::insertColumns" tqtable.html#insertColumns +"TQTable::insertRows" tqtable.html#insertRows +"TQTable::insertWidget" tqtable.html#insertWidget +"TQTable::isColumnHidden" tqtable.html#isColumnHidden +"TQTable::isColumnReadOnly" tqtable.html#isColumnReadOnly +"TQTable::isColumnSelected" tqtable.html#isColumnSelected +"TQTable::isColumnStretchable" tqtable.html#isColumnStretchable +"TQTable::isEditing" tqtable.html#isEditing +"TQTable::isReadOnly" tqtable.html#isReadOnly +"TQTable::isRowHidden" tqtable.html#isRowHidden +"TQTable::isRowReadOnly" tqtable.html#isRowReadOnly +"TQTable::isRowSelected" tqtable.html#isRowSelected +"TQTable::isRowStretchable" tqtable.html#isRowStretchable +"TQTable::isSelected" tqtable.html#isSelected +"TQTable::item" tqtable.html#item +"TQTable::numCols" tqtable.html#numCols +"TQTable::numCols" tqtable.html#numCols-prop +"TQTable::numRows" tqtable.html#numRows +"TQTable::numRows" tqtable.html#numRows-prop +"TQTable::numSelections" tqtable.html#numSelections +"TQTable::numSelections" tqtable.html#numSelections-prop +"TQTable::paintCell" tqtable.html#paintCell +"TQTable::paintEmptyArea" tqtable.html#paintEmptyArea +"TQTable::paintFocus" tqtable.html#paintFocus +"TQTable::pixmap" tqtable.html#pixmap +"TQTable::pressed" tqtable.html#pressed +"TQTable::readOnly" tqtable.html#readOnly-prop +"TQTable::removeColumn" tqtable.html#removeColumn +"TQTable::removeColumns" tqtable.html#removeColumns +"TQTable::removeRow" tqtable.html#removeRow +"TQTable::removeRows" tqtable.html#removeRows +"TQTable::removeSelection" tqtable.html#removeSelection +"TQTable::repaintSelections" tqtable.html#repaintSelections +"TQTable::resizeData" tqtable.html#resizeData +"TQTable::rowAt" tqtable.html#rowAt +"TQTable::rowHeight" tqtable.html#rowHeight +"TQTable::rowHeightChanged" tqtable.html#rowHeightChanged +"TQTable::rowIndexChanged" tqtable.html#rowIndexChanged +"TQTable::rowMovingEnabled" tqtable.html#rowMovingEnabled +"TQTable::rowMovingEnabled" tqtable.html#rowMovingEnabled-prop +"TQTable::rowPos" tqtable.html#rowPos +"TQTable::selectCells" tqtable.html#selectCells +"TQTable::selectColumn" tqtable.html#selectColumn +"TQTable::selectRow" tqtable.html#selectRow +"TQTable::selection" tqtable.html#selection +"TQTable::selectionChanged" tqtable.html#selectionChanged +"TQTable::selectionMode" tqtable.html#selectionMode +"TQTable::selectionMode" tqtable.html#selectionMode-prop +"TQTable::setCellContentFromEditor" tqtable.html#setCellContentFromEditor +"TQTable::setCellWidget" tqtable.html#setCellWidget +"TQTable::setColumnLabels" tqtable.html#setColumnLabels +"TQTable::setColumnMovingEnabled" tqtable.html#setColumnMovingEnabled +"TQTable::setColumnReadOnly" tqtable.html#setColumnReadOnly +"TQTable::setColumnStretchable" tqtable.html#setColumnStretchable +"TQTable::setColumnWidth" tqtable.html#setColumnWidth +"TQTable::setCurrentCell" tqtable.html#setCurrentCell +"TQTable::setDragEnabled" tqtable.html#setDragEnabled +"TQTable::setEditMode" tqtable.html#setEditMode +"TQTable::setFocusStyle" tqtable.html#setFocusStyle +"TQTable::setItem" tqtable.html#setItem +"TQTable::setLeftMargin" tqtable.html#setLeftMargin +"TQTable::setNumCols" tqtable.html#setNumCols +"TQTable::setNumRows" tqtable.html#setNumRows +"TQTable::setPixmap" tqtable.html#setPixmap +"TQTable::setReadOnly" tqtable.html#setReadOnly +"TQTable::setRowHeight" tqtable.html#setRowHeight +"TQTable::setRowLabels" tqtable.html#setRowLabels +"TQTable::setRowMovingEnabled" tqtable.html#setRowMovingEnabled +"TQTable::setRowReadOnly" tqtable.html#setRowReadOnly +"TQTable::setRowStretchable" tqtable.html#setRowStretchable +"TQTable::setSelectionMode" tqtable.html#setSelectionMode +"TQTable::setShowGrid" tqtable.html#setShowGrid +"TQTable::setSorting" tqtable.html#setSorting +"TQTable::setText" tqtable.html#setText +"TQTable::setTopMargin" tqtable.html#setTopMargin +"TQTable::showColumn" tqtable.html#showColumn +"TQTable::showGrid" tqtable.html#showGrid +"TQTable::showGrid" tqtable.html#showGrid-prop +"TQTable::showRow" tqtable.html#showRow +"TQTable::sortColumn" tqtable.html#sortColumn +"TQTable::sorting" tqtable.html#sorting +"TQTable::sorting" tqtable.html#sorting-prop +"TQTable::startDrag" tqtable.html#startDrag +"TQTable::swapCells" tqtable.html#swapCells +"TQTable::swapColumns" tqtable.html#swapColumns +"TQTable::swapRows" tqtable.html#swapRows +"TQTable::tableSize" tqtable.html#tableSize +"TQTable::takeItem" tqtable.html#takeItem +"TQTable::text" tqtable.html#text +"TQTable::updateCell" tqtable.html#updateCell +"TQTable::updateGeometries" tqtable.html#updateGeometries +"TQTable::updateHeaderStates" tqtable.html#updateHeaderStates +"TQTable::valueChanged" tqtable.html#valueChanged +"TQTable::verticalHeader" tqtable.html#verticalHeader +"TQTable::~TQTable" tqtable.html#~TQTable +"TQTableItem" tqtableitem.html +"TQTableItem::EditType" tqtableitem.html#EditType +"TQTableItem::alignment" tqtableitem.html#alignment +"TQTableItem::col" tqtableitem.html#col +"TQTableItem::colSpan" tqtableitem.html#colSpan +"TQTableItem::createEditor" tqtableitem.html#createEditor +"TQTableItem::editType" tqtableitem.html#editType +"TQTableItem::isEnabled" tqtableitem.html#isEnabled +"TQTableItem::isReplaceable" tqtableitem.html#isReplaceable +"TQTableItem::key" tqtableitem.html#key +"TQTableItem::paint" tqtableitem.html#paint +"TQTableItem::pixmap" tqtableitem.html#pixmap +"TQTableItem::row" tqtableitem.html#row +"TQTableItem::rowSpan" tqtableitem.html#rowSpan +"TQTableItem::rtti" tqtableitem.html#rtti +"TQTableItem::setCol" tqtableitem.html#setCol +"TQTableItem::setContentFromEditor" tqtableitem.html#setContentFromEditor +"TQTableItem::setEnabled" tqtableitem.html#setEnabled +"TQTableItem::setPixmap" tqtableitem.html#setPixmap +"TQTableItem::setReplaceable" tqtableitem.html#setReplaceable +"TQTableItem::setRow" tqtableitem.html#setRow +"TQTableItem::setSpan" tqtableitem.html#setSpan +"TQTableItem::setText" tqtableitem.html#setText +"TQTableItem::setWordWrap" tqtableitem.html#setWordWrap +"TQTableItem::sizeHint" tqtableitem.html#sizeHint +"TQTableItem::table" tqtableitem.html#table +"TQTableItem::text" tqtableitem.html#text +"TQTableItem::wordWrap" tqtableitem.html#wordWrap +"TQTableItem::~TQTableItem" tqtableitem.html#~TQTableItem +"TQTableSelection" tqtableselection.html +"TQTableSelection::anchorCol" tqtableselection.html#anchorCol +"TQTableSelection::anchorRow" tqtableselection.html#anchorRow +"TQTableSelection::bottomRow" tqtableselection.html#bottomRow +"TQTableSelection::expandTo" tqtableselection.html#expandTo +"TQTableSelection::init" tqtableselection.html#init +"TQTableSelection::isActive" tqtableselection.html#isActive +"TQTableSelection::isEmpty" tqtableselection.html#isEmpty +"TQTableSelection::leftCol" tqtableselection.html#leftCol +"TQTableSelection::numCols" tqtableselection.html#numCols +"TQTableSelection::numRows" tqtableselection.html#numRows +"TQTableSelection::operator!=" tqtableselection.html#operator!-eq +"TQTableSelection::operator==" tqtableselection.html#operator-eq-eq +"TQTableSelection::rightCol" tqtableselection.html#rightCol +"TQTableSelection::topRow" tqtableselection.html#topRow +"TQTabletEvent" tqtabletevent.html +"TQTabletEvent::TabletDevice" tqtabletevent.html#TabletDevice +"TQTabletEvent::accept" tqtabletevent.html#accept +"TQTabletEvent::device" tqtabletevent.html#device +"TQTabletEvent::globalPos" tqtabletevent.html#globalPos +"TQTabletEvent::globalX" tqtabletevent.html#globalX +"TQTabletEvent::globalY" tqtabletevent.html#globalY +"TQTabletEvent::ignore" tqtabletevent.html#ignore +"TQTabletEvent::isAccepted" tqtabletevent.html#isAccepted +"TQTabletEvent::pos" tqtabletevent.html#pos +"TQTabletEvent::pressure" tqtabletevent.html#pressure +"TQTabletEvent::uniqueId" tqtabletevent.html#uniqueId +"TQTabletEvent::x" tqtabletevent.html#x +"TQTabletEvent::xTilt" tqtabletevent.html#xTilt +"TQTabletEvent::y" tqtabletevent.html#y +"TQTabletEvent::yTilt" tqtabletevent.html#yTilt "TQTextBrowser" tqtextbrowser.html "TQTextBrowser::anchorClicked" tqtextbrowser.html#anchorClicked "TQTextBrowser::backward" tqtextbrowser.html#backward @@ -7614,39 +7614,39 @@ "TQWindowsMime::mimeFor" tqwindowsmime.html#mimeFor "TQWindowsMime::~TQWindowsMime" tqwindowsmime.html#~TQWindowsMime "QWindowsStyle" ntqwindowsstyle.html -"QWizard" ntqwizard.html -"QWizard::addPage" ntqwizard.html#addPage -"QWizard::appropriate" ntqwizard.html#appropriate -"QWizard::back" ntqwizard.html#back -"QWizard::backButton" ntqwizard.html#backButton -"QWizard::cancelButton" ntqwizard.html#cancelButton -"QWizard::currentPage" ntqwizard.html#currentPage -"QWizard::finishButton" ntqwizard.html#finishButton -"QWizard::help" ntqwizard.html#help -"QWizard::helpButton" ntqwizard.html#helpButton -"QWizard::helpClicked" ntqwizard.html#helpClicked -"QWizard::indexOf" ntqwizard.html#indexOf -"QWizard::insertPage" ntqwizard.html#insertPage -"QWizard::layOutButtonRow" ntqwizard.html#layOutButtonRow -"QWizard::layOutTitleRow" ntqwizard.html#layOutTitleRow -"QWizard::next" ntqwizard.html#next -"QWizard::nextButton" ntqwizard.html#nextButton -"QWizard::page" ntqwizard.html#page -"QWizard::pageCount" ntqwizard.html#pageCount -"QWizard::removePage" ntqwizard.html#removePage -"QWizard::selected" ntqwizard.html#selected -"QWizard::setAppropriate" ntqwizard.html#setAppropriate -"QWizard::setBackEnabled" ntqwizard.html#setBackEnabled -"QWizard::setFinishEnabled" ntqwizard.html#setFinishEnabled -"QWizard::setHelpEnabled" ntqwizard.html#setHelpEnabled -"QWizard::setNextEnabled" ntqwizard.html#setNextEnabled -"QWizard::setTitle" ntqwizard.html#setTitle -"QWizard::setTitleFont" ntqwizard.html#setTitleFont -"QWizard::showPage" ntqwizard.html#showPage -"QWizard::title" ntqwizard.html#title -"QWizard::titleFont" ntqwizard.html#titleFont -"QWizard::titleFont" ntqwizard.html#titleFont-prop -"QWizard::~QWizard" ntqwizard.html#~QWizard +"TQWizard" tqwizard.html +"TQWizard::addPage" tqwizard.html#addPage +"TQWizard::appropriate" tqwizard.html#appropriate +"TQWizard::back" tqwizard.html#back +"TQWizard::backButton" tqwizard.html#backButton +"TQWizard::cancelButton" tqwizard.html#cancelButton +"TQWizard::currentPage" tqwizard.html#currentPage +"TQWizard::finishButton" tqwizard.html#finishButton +"TQWizard::help" tqwizard.html#help +"TQWizard::helpButton" tqwizard.html#helpButton +"TQWizard::helpClicked" tqwizard.html#helpClicked +"TQWizard::indexOf" tqwizard.html#indexOf +"TQWizard::insertPage" tqwizard.html#insertPage +"TQWizard::layOutButtonRow" tqwizard.html#layOutButtonRow +"TQWizard::layOutTitleRow" tqwizard.html#layOutTitleRow +"TQWizard::next" tqwizard.html#next +"TQWizard::nextButton" tqwizard.html#nextButton +"TQWizard::page" tqwizard.html#page +"TQWizard::pageCount" tqwizard.html#pageCount +"TQWizard::removePage" tqwizard.html#removePage +"TQWizard::selected" tqwizard.html#selected +"TQWizard::setAppropriate" tqwizard.html#setAppropriate +"TQWizard::setBackEnabled" tqwizard.html#setBackEnabled +"TQWizard::setFinishEnabled" tqwizard.html#setFinishEnabled +"TQWizard::setHelpEnabled" tqwizard.html#setHelpEnabled +"TQWizard::setNextEnabled" tqwizard.html#setNextEnabled +"TQWizard::setTitle" tqwizard.html#setTitle +"TQWizard::setTitleFont" tqwizard.html#setTitleFont +"TQWizard::showPage" tqwizard.html#showPage +"TQWizard::title" tqwizard.html#title +"TQWizard::titleFont" tqwizard.html#titleFont +"TQWizard::titleFont" tqwizard.html#titleFont-prop +"TQWizard::~TQWizard" tqwizard.html#~TQWizard "TQWorkspace" tqworkspace.html "TQWorkspace::WindowOrder" tqworkspace.html#WindowOrder "TQWorkspace::activateNextWindow" tqworkspace.html#activateNextWindow diff --git a/doc/html/keyfeatures30.html b/doc/html/keyfeatures30.html index 0736d05cf..f0d010a79 100644 --- a/doc/html/keyfeatures30.html +++ b/doc/html/keyfeatures30.html @@ -178,7 +178,7 @@ range of users, including those with disabilities. In TQt 3.0, most widgets provide accessibility information for assistive tools that can be used by a wide range of disabled users. TQt standard widgets like buttons or range controls are fully supported. Support for complex -widgets, like e.g. <a href="ntqlistview.html">TQListView</a>, is in development. Existing applications +widgets, like e.g. <a href="tqlistview.html">TQListView</a>, is in development. Existing applications that make use of standard widgets will become accessible just by using TQt 3.0. <p> TQt uses the Active Accessibility infrastructure on Windows, and needs diff --git a/doc/html/layout-example.html b/doc/html/layout-example.html index 6abf2a7ed..b386c2fe3 100644 --- a/doc/html/layout-example.html +++ b/doc/html/layout-example.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p> This example shows simple and intermediate use of TQt's layout -classes, <a href="qgridlayout.html">TQGridLayout</a>, <a href="qboxlayout.html">TQBoxLayout</a> etc. +classes, <a href="tqgridlayout.html">TQGridLayout</a>, <a href="qboxlayout.html">TQBoxLayout</a> etc. <p> <hr> <p> Implementation: <p> <pre>/**************************************************************************** @@ -53,7 +53,7 @@ classes, <a href="qgridlayout.html">TQGridLayout</a>, <a href="qboxlayout.html"> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="tqlineedit-h.html">tqlineedit.h</a>> -#include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> +#include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> @@ -89,7 +89,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a>* but = new <a href="tqpushbutton.html">TQPushButton</a>( this ); <a href="tqstring.html">TQString</a> s; <a name="x542"></a> s.<a href="tqstring.html#sprintf">sprintf</a>( "Button %d", i ); -<a name="x530"></a> but-><a href="ntqbutton.html#setText">setText</a>( s ); +<a name="x530"></a> but-><a href="tqbutton.html#setText">setText</a>( s ); // Set horizontal <a href="layout.html#stretch-factor">stretch factor</a> to 10 to let the buttons // stretch horizontally. The buttons will not stretch @@ -115,9 +115,9 @@ public: <a name="x528"></a> buttons2-><a href="qboxlayout.html#addStretch">addStretch</a>( 10 ); // Make a big widget that will grab all space in the middle. - <a href="ntqmultilineedit.html">TQMultiLineEdit</a> *bigWidget = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this ); + <a href="tqmultilineedit.html">TQMultiLineEdit</a> *bigWidget = new <a href="tqmultilineedit.html">TQMultiLineEdit</a>( this ); bigWidget-><a href="tqtextedit.html#setText">setText</a>( "This widget will get all the remaining space" ); -<a name="x531"></a> bigWidget-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Plain ); +<a name="x531"></a> bigWidget-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Plain ); // Set vertical stretch factor to 10 to let the bigWidget stretch // vertically. It will stretch horizontally because there are no @@ -137,38 +137,38 @@ public: // Let the grid-layout have a spacing of 10 pixels between // widgets, overriding the default from topLayout. - <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( topLayout, 0, 0, 10 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( topLayout, 0, 0, 10 ); int row; for ( row = 0; row < numRows; row++ ) { <a href="tqlineedit.html">TQLineEdit</a> *ed = new <a href="tqlineedit.html">TQLineEdit</a>( this ); // The line edit goes in the second column -<a name="x533"></a> grid-><a href="qgridlayout.html#addWidget">addWidget</a>( ed, row, linedCol ); +<a name="x533"></a> grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( ed, row, linedCol ); // Make a label that is a buddy of the line edit <a href="tqstring.html">TQString</a> s; s.<a href="tqstring.html#sprintf">sprintf</a>( "Line &%d", row+1 ); <a href="tqlabel.html">TQLabel</a> *label = new <a href="tqlabel.html">TQLabel</a>( ed, s, this ); // The label goes in the first column. - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( label, row, labelCol ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( label, row, labelCol ); } // The multiline edit will cover the entire vertical range of the // grid (rows 0 to numRows) and stay in column 2. - <a href="ntqmultilineedit.html">TQMultiLineEdit</a> *med = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this ); -<a name="x532"></a> grid-><a href="qgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>( med, 0, -1, multiCol, multiCol ); + <a href="tqmultilineedit.html">TQMultiLineEdit</a> *med = new <a href="tqmultilineedit.html">TQMultiLineEdit</a>( this ); +<a name="x532"></a> grid-><a href="tqgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>( med, 0, -1, multiCol, multiCol ); // The labels will take the space they need. Let the remaining // horizontal space be shared so that the multiline edit gets // twice as much as the line edit. -<a name="x534"></a> grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( linedCol, 10 ); - grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( multiCol, 20 ); +<a name="x534"></a> grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( linedCol, 10 ); + grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( multiCol, 20 ); // Add a widget at the bottom. <a href="tqlabel.html">TQLabel</a>* sb = new <a href="tqlabel.html">TQLabel</a>( this ); sb-><a href="tqlabel.html#setText">setText</a>( "Let's pretend this is a status bar" ); - sb-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); + sb-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); // This widget will use all horizontal space, and have a fixed height. // we should have made a subclass and implemented sizePolicy there... diff --git a/doc/html/layout.html b/doc/html/layout.html index a21510528..8dc1039c1 100644 --- a/doc/html/layout.html +++ b/doc/html/layout.html @@ -59,7 +59,7 @@ layouts and which generates the C++ layout code for you. <p> <h2> Layout Widgets </h2> <a name="1"></a><p> The easiest way to give your widgets a good layout is to use the -layout widgets: <a href="ntqhbox.html">TQHBox</a>, <a href="ntqvbox.html">TQVBox</a> and <a href="ntqgrid.html">TQGrid</a>. A layout widget +layout widgets: <a href="ntqhbox.html">TQHBox</a>, <a href="ntqvbox.html">TQVBox</a> and <a href="tqgrid.html">TQGrid</a>. A layout widget automatically lays out its child widgets in the order they are constructed. To create more complex layouts, you can nest layout widgets inside each other. (Note that <a href="tqwidget.html">TQWidget</a> does not have a @@ -70,16 +70,16 @@ inside a <a href="tqwidget.html">TQWidget</a>.) <p> <center><img src="qhbox-m.png" alt="Horizontal box with five child widgets"></center> <p> <li> A <a href="ntqvbox.html">TQVBox</a> lays out its child widgets in a vertical column, top to bottom. <p> <center><img src="qvbox-m.png" alt="Vertical box with five child widgets"></center> -<p> <li> A <a href="ntqgrid.html">TQGrid</a> lays out its child widgets in a two dimensional grid. +<p> <li> A <a href="tqgrid.html">TQGrid</a> lays out its child widgets in a two dimensional grid. You can specify how many columns the grid has, and it is populated left to right, beginning a new row when the previous row is full. The grid is fixed; the child widgets will not flow to other rows as the widget is resized. </ul> -<p> <center><img src="qgrid-m.png" alt="Two-column grid with five child widgets"></center> +<p> <center><img src="tqgrid-m.png" alt="Two-column grid with five child widgets"></center> <p> The grid shown above can be produced by the following code: <pre> - <a href="ntqgrid.html">TQGrid</a> *mainGrid = new <a href="ntqgrid.html">TQGrid</a>( 2 ); // a 2 x n grid + <a href="tqgrid.html">TQGrid</a> *mainGrid = new <a href="tqgrid.html">TQGrid</a>( 2 ); // a 2 x n grid new <a href="tqlabel.html">TQLabel</a>( "One", mainGrid ); new <a href="tqlabel.html">TQLabel</a>( "Two", mainGrid ); new <a href="tqlabel.html">TQLabel</a>( "Three", mainGrid ); @@ -128,7 +128,7 @@ proportion (but never less than their minimum size hint), e.g. <p> <center><img src="layout2.png" alt="3 stretch factored widgets in a row"></center> <p> <h2> <a href="ntqlayout.html">TQLayout</a> subclassing </h2> -<a name="3"></a><p> If you need more control over the layout, use a <a href="ntqlayout.html">TQLayout</a> subclass. The layout classes included in TQt are <a href="qgridlayout.html">TQGridLayout</a> and <a href="qboxlayout.html">TQBoxLayout</a>. (<a href="qhboxlayout.html">TQHBoxLayout</a> and <a href="qvboxlayout.html">TQVBoxLayout</a> are trivial subclasses of <a href="qboxlayout.html">TQBoxLayout</a>, +<a name="3"></a><p> If you need more control over the layout, use a <a href="ntqlayout.html">TQLayout</a> subclass. The layout classes included in TQt are <a href="tqgridlayout.html">TQGridLayout</a> and <a href="qboxlayout.html">TQBoxLayout</a>. (<a href="qhboxlayout.html">TQHBoxLayout</a> and <a href="qvboxlayout.html">TQVBoxLayout</a> are trivial subclasses of <a href="qboxlayout.html">TQBoxLayout</a>, that are simpler to use and make the code easier to read.) <p> When you use a layout, you must insert each child both into its parent widget (done in the constructor) and into its layout (typically done @@ -141,22 +141,22 @@ improvements: <a href="tqwidget.html">TQWidget</a> *main = new <a href="tqwidget.html">TQWidget</a>; // make a 1x1 grid; it will auto-expand - <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( main, 1, 1 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( main, 1, 1 ); // add the first four widgets with (row, column) addressing - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "One", main ), 0, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "Two", main ), 0, 1 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "Three", main ), 1, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "Four", main ), 1, 1 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "One", main ), 0, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "Two", main ), 0, 1 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "Three", main ), 1, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "Four", main ), 1, 1 ); // add the last widget on row 2, spanning from column 0 to // column 1, and center aligned - grid-><a href="qgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "Five", main ), 2, 2, 0, 1, + grid-><a href="tqgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "Five", main ), 2, 2, 0, 1, TQt::AlignCenter ); // let the ratio between the widths of columns 0 and 1 be 2:3 - grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( 0, 2 ); - grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( 1, 3 ); + grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( 0, 2 ); + grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( 1, 3 ); </pre> <p> You can insert layouts inside a layout by giving the parent layout as @@ -212,7 +212,7 @@ Multiple calls to updateGeometry() will only cause one recalculation. <p> Even if you implement heightForWidth(), it is still necessary to provide a good sizeHint(). The sizeHint() provides the preferred width of the widget, and it is used by <a href="ntqlayout.html">TQLayout</a> subclasses that do not -support heightForWidth() (both <a href="qgridlayout.html">TQGridLayout</a> and <a href="qboxlayout.html">TQBoxLayout</a> support it). +support heightForWidth() (both <a href="tqgridlayout.html">TQGridLayout</a> and <a href="qboxlayout.html">TQBoxLayout</a> support it). <p> For further guidance when implementing these functions, see their implementations in existing TQt classes that have similar layout requirements to your new widget. diff --git a/doc/html/life-example.html b/doc/html/life-example.html index f94b6ba98..202c82bfd 100644 --- a/doc/html/life-example.html +++ b/doc/html/life-example.html @@ -48,10 +48,10 @@ body { background: #ffffff; color: black; } #ifndef LIFE_H #define LIFE_H -#include <<a href="qframe-h.html">ntqframe.h</a>> +#include <<a href="tqframe-h.html">tqframe.h</a>> -class LifeWidget : public <a href="ntqframe.html">TQFrame</a> +class LifeWidget : public <a href="tqframe.html">TQFrame</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: @@ -119,7 +119,7 @@ private: // The main game of life widget <a name="f517"></a>LifeWidget::LifeWidget( int s, TQWidget *parent, const char *name ) - : <a href="ntqframe.html">TQFrame</a>( parent, name ) + : <a href="tqframe.html">TQFrame</a>( parent, name ) { SCALE = s; @@ -152,7 +152,7 @@ void <a name="f518"></a>LifeWidget::clear() // this is not in general TRUE, but in practice it's good enough for // this program -<a name="x1889"></a>void LifeWidget::<a href="ntqframe.html#resizeEvent">resizeEvent</a>( <a href="qresizeevent.html">TQResizeEvent</a> * e ) +<a name="x1889"></a>void LifeWidget::<a href="tqframe.html#resizeEvent">resizeEvent</a>( <a href="qresizeevent.html">TQResizeEvent</a> * e ) { <a name="x1895"></a> maxi = (e-><a href="qresizeevent.html#size">size</a>().width() - 2 * BORDER) / SCALE; maxj = (e-><a href="qresizeevent.html#size">size</a>().height() - 2 * BORDER) / SCALE; @@ -211,7 +211,7 @@ void <a name="f521"></a>LifeWidget::nextGeneration() } -<a name="x1888"></a>void LifeWidget::<a href="ntqframe.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * e ) +<a name="x1888"></a>void LifeWidget::<a href="tqframe.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * e ) { <a name="x1892"></a> int starti = pos2index( e-><a href="tqpaintevent.html#rect">rect</a>().left() ); int stopi = pos2index( e-><a href="tqpaintevent.html#rect">rect</a>().right() ); @@ -233,7 +233,7 @@ void <a name="f521"></a>LifeWidget::nextGeneration() <a href="tqwidget.html#erase">erase</a>(index2pos( i ), index2pos( j ), SCALE - 1, SCALE - 1); } } - <a href="ntqframe.html#drawFrame">drawFrame</a>( &paint ); + <a href="tqframe.html#drawFrame">drawFrame</a>( &paint ); } </pre> diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html index 08f2be656..15c3d8422 100644 --- a/doc/html/lineedits-example.html +++ b/doc/html/lineedits-example.html @@ -93,7 +93,7 @@ protected slots: #include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> -#include <<a href="qframe-h.html">ntqframe.h</a>> +#include <<a href="tqframe-h.html">tqframe.h</a>> #include <<a href="qvalidator-h.html">ntqvalidator.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -108,7 +108,7 @@ protected slots: <a name="f219"></a>LineEdits::LineEdits( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqgroupbox.html">TQGroupBox</a>( 0, Horizontal, "Line edits", parent, name ) { - <a href="ntqframe.html#setMargin">setMargin</a>( 10 ); + <a href="tqframe.html#setMargin">setMargin</a>( 10 ); <a href="qvboxlayout.html">TQVBoxLayout</a>* box = new <a href="qvboxlayout.html">TQVBoxLayout</a>( <a href="tqwidget.html#layout">layout</a>() ); @@ -202,7 +202,7 @@ protected slots: // last widget used for layouting <a href="ntqhbox.html">TQHBox</a> *row5 = new <a href="ntqhbox.html">TQHBox</a>( this ); box-><a href="qboxlayout.html#addWidget">addWidget</a>( row5 ); - row5-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); + row5-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); // last label (void)new <a href="tqlabel.html">TQLabel</a>( "Read-Only: ", row5 ); diff --git a/doc/html/linguist-manual-4.html b/doc/html/linguist-manual-4.html index e33dcc972..ddb4df714 100644 --- a/doc/html/linguist-manual-4.html +++ b/doc/html/linguist-manual-4.html @@ -313,7 +313,7 @@ TRANSLATIONS = tt2_fr.ts \ <!-- index lupdate --><!-- index tt2_fr.ts --><!-- index tt2_nl.ts --> <p>Run <a href="linguist-manual-2.html#2">lupdate</a>; it should produce two identical message files <tt>tt2_fr.ts</tt> and <tt>tt2_nl.ts</tt>. These files will contain all the source texts marked for translation with <tt>tr()</tt> calls and their contexts.</p> <h5><a name="2-2-1"></a>Line by Line Walk-through</h5> <!-- index ArrowPad!in Translation Tutorial --><!-- index English Language --><p>In <tt>arrowpad.h</tt> we define the <tt>ArrowPad</tt> subclass which is a subclass of <a href="tqwidget.html">TQWidget</a>. In the <em>Tutorial 2 Screenshot, English version</em>, above, the central widget with the four buttons is an <tt>ArrowPad</tt>.</p> -<pre> class ArrowPad : public <a href="ntqgrid.html">TQGrid</a> +<pre> class ArrowPad : public <a href="tqgrid.html">TQGrid</a> </pre> <!-- index TQ_OBJECT --><!-- index tr() --><!-- index TQObject!tr() --><!-- index Translation Contexts --><!-- index Contexts!for Translation --> <p>When <a href="linguist-manual-2.html#2">lupdate</a> is run it not only extracts the source texts but it also groups them into contexts. A context is the name of the class in which the source text appears. Thus, in this example, "ArrowPad" is a context: it is the context of the texts in the <tt>ArrowPad</tt> class. The <tt>TQ_OBJECT</tt> macro defines <tt>tr(x)</tt> in <tt>ArrowPad</tt> like this</p> <!-- index TQApplication!translate() --><!-- index translate()!TQApplication --><pre> @@ -440,12 +440,12 @@ TRANSLATIONS = tt3_pt.ts twoSided-><a href="ntqgroupbox.html#setTitle">setTitle</a>( <a href="tqobject.html#tr">tr</a>("2-sided") ); but = new <a href="tqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>("Enabled"), twoSided ); but = new <a href="tqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>("Disabled"), twoSided ); - but-><a href="ntqbutton.html#toggle">toggle</a>(); + but-><a href="tqbutton.html#toggle">toggle</a>(); <a href="ntqhbuttongroup.html">TQHButtonGroup</a> *colors = new <a href="ntqhbuttongroup.html">TQHButtonGroup</a>( this ); colors-><a href="ntqgroupbox.html#setTitle">setTitle</a>( <a href="tqobject.html#tr">tr</a>("Colors") ); but = new <a href="tqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>("Enabled"), colors ); but = new <a href="tqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>("Disabled"), colors ); - but-><a href="ntqbutton.html#toggle">toggle</a>(); + but-><a href="tqbutton.html#toggle">toggle</a>(); </pre> <p>Notice the two occurrences of <tt>tr("Enabled")</tt> and of <tt>tr("Disabled")</tt> in PrintPanel. Since both "Enabled"s and "Disabled"s appear in the same context <em>TQt Linguist</em> will only display one occurrence of each and will use the same translations for the duplicates that it doesn't display. Whilst this is a useful timesaver, in some languages, such as Portuguese, the second occurrence requires a separate translation. We will see how <em>TQt Linguist</em> can be made to display all the occurrences for separate translation shortly.</p> <!-- index MainWindow!in Translation Tutorial --><p>The header file for <tt>MainWindow</tt>, <tt>mainwindow.h</tt>, contains no surprises. In the implementation, <tt>mainwindow.cpp</tt>, we have some user-visible source texts that must be marked for translation.</p> diff --git a/doc/html/listbox-example.html b/doc/html/listbox-example.html index 46f166126..79f4528f9 100644 --- a/doc/html/listbox-example.html +++ b/doc/html/listbox-example.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p> This example shows how to use the different modes (single columns, multiple columns, -fixed number of rows, etc.) of <a href="ntqlistbox.html">TQListBox</a>. +fixed number of rows, etc.) of <a href="tqlistbox.html">TQListBox</a>. <p> <hr> <p> Header file: <p> <pre>/**************************************************************************** @@ -77,10 +77,10 @@ private slots: void sortDescending(); private: - <a href="ntqlistbox.html">TQListBox</a> * l; + <a href="tqlistbox.html">TQListBox</a> * l; <a href="tqspinbox.html">TQSpinBox</a> * columns; <a href="tqspinbox.html">TQSpinBox</a> * rows; - <a href="ntqbuttongroup.html">TQButtonGroup</a> * bg; + <a href="tqbuttongroup.html">TQButtonGroup</a> * bg; }; @@ -105,8 +105,8 @@ private: #include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> #include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="tqspinbox-h.html">tqspinbox.h</a>> -#include <<a href="qlistbox-h.html">ntqlistbox.h</a>> -#include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> +#include <<a href="tqlistbox-h.html">tqlistbox.h</a>> +#include <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> @@ -114,28 +114,28 @@ private: <a name="f441"></a>ListBoxDemo::ListBoxDemo() : <a href="tqwidget.html">TQWidget</a>( 0, 0 ) { - <a href="qgridlayout.html">TQGridLayout</a> * g = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 6 ); + <a href="tqgridlayout.html">TQGridLayout</a> * g = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 6 ); - g-><a href="qgridlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "<b>Configuration:</b>", this ), 0, 0 ); - g-><a href="qgridlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "<b>Result:</b>", this ), 0, 1 ); + g-><a href="tqgridlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "<b>Configuration:</b>", this ), 0, 0 ); + g-><a href="tqgridlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "<b>Result:</b>", this ), 0, 1 ); - l = new <a href="ntqlistbox.html">TQListBox</a>( this ); - g-><a href="qgridlayout.html#addWidget">addWidget</a>( l, 1, 1 ); + l = new <a href="tqlistbox.html">TQListBox</a>( this ); + g-><a href="tqgridlayout.html#addWidget">addWidget</a>( l, 1, 1 ); <a name="x1447"></a> l-><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>( TQWidget::StrongFocus ); <a href="qvboxlayout.html">TQVBoxLayout</a> * v = new <a href="qvboxlayout.html">TQVBoxLayout</a>; -<a name="x1430"></a> g-><a href="qgridlayout.html#addLayout">addLayout</a>( v, 1, 0 ); +<a name="x1430"></a> g-><a href="tqgridlayout.html#addLayout">addLayout</a>( v, 1, 0 ); <a href="tqradiobutton.html">TQRadioButton</a> * b; - bg = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( 0 ); + bg = new <a href="tqbuttongroup.html">TQButtonGroup</a>( 0 ); b = new <a href="tqradiobutton.html">TQRadioButton</a>( "Fixed number of columns,\n" "as many rows as needed.", this ); -<a name="x1428"></a> bg-><a href="ntqbuttongroup.html#insert">insert</a>( b ); +<a name="x1428"></a> bg-><a href="tqbuttongroup.html#insert">insert</a>( b ); <a name="x1425"></a> v-><a href="qboxlayout.html#addWidget">addWidget</a>( b ); <a name="x1440"></a> b-><a href="tqradiobutton.html#setChecked">setChecked</a>( TRUE ); -<a name="x1426"></a> <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setNumCols()) ); +<a name="x1426"></a> <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setNumCols()) ); <a href="qhboxlayout.html">TQHBoxLayout</a> * h = new <a href="qhboxlayout.html">TQHBoxLayout</a>; <a name="x1422"></a> v-><a href="qboxlayout.html#addLayout">addLayout</a>( h ); <a name="x1423"></a> h-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 30 ); @@ -149,18 +149,18 @@ private: b = new <a href="tqradiobutton.html">TQRadioButton</a>( "As many columns as fit on-screen,\n" "as many rows as needed.", this ); - bg-><a href="ntqbuttongroup.html#insert">insert</a>( b ); + bg-><a href="tqbuttongroup.html#insert">insert</a>( b ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( b ); - <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setColsByWidth()) ); + <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setColsByWidth()) ); v-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 12 ); b = new <a href="tqradiobutton.html">TQRadioButton</a>( "Fixed number of rows,\n" "as many columns as needed.", this ); - bg-><a href="ntqbuttongroup.html#insert">insert</a>( b ); + bg-><a href="tqbuttongroup.html#insert">insert</a>( b ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( b ); - <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setNumRows()) ); + <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setNumRows()) ); h = new <a href="qhboxlayout.html">TQHBoxLayout</a>; v-><a href="qboxlayout.html#addLayout">addLayout</a>( h ); h-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 30 ); @@ -175,39 +175,39 @@ private: b = new <a href="tqradiobutton.html">TQRadioButton</a>( "As many rows as fit on-screen,\n" "as many columns as needed.", this ); - bg-><a href="ntqbuttongroup.html#insert">insert</a>( b ); + bg-><a href="tqbuttongroup.html#insert">insert</a>( b ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( b ); - <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setRowsByHeight()) ); + <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setRowsByHeight()) ); v-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 12 ); <a href="tqcheckbox.html">TQCheckBox</a> * cb = new <a href="tqcheckbox.html">TQCheckBox</a>( "Variable-height rows", this ); <a name="x1429"></a> cb-><a href="tqcheckbox.html#setChecked">setChecked</a>( TRUE ); -<a name="x1427"></a> <a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL(<a href="ntqbutton.html#toggled">toggled</a>(bool)), this, TQ_SLOT(setVariableHeight(bool)) ); +<a name="x1427"></a> <a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL(<a href="tqbutton.html#toggled">toggled</a>(bool)), this, TQ_SLOT(setVariableHeight(bool)) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( cb ); v-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 6 ); cb = new <a href="tqcheckbox.html">TQCheckBox</a>( "Variable-width columns", this ); - <a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL(<a href="ntqbutton.html#toggled">toggled</a>(bool)), this, TQ_SLOT(setVariableWidth(bool)) ); + <a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL(<a href="tqbutton.html#toggled">toggled</a>(bool)), this, TQ_SLOT(setVariableWidth(bool)) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( cb ); cb = new <a href="tqcheckbox.html">TQCheckBox</a>( "Extended-Selection", this ); - <a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL(<a href="ntqbutton.html#toggled">toggled</a>(bool)), this, TQ_SLOT(setMultiSelection(bool)) ); + <a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL(<a href="tqbutton.html#toggled">toggled</a>(bool)), this, TQ_SLOT(setMultiSelection(bool)) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( cb ); <a href="tqpushbutton.html">TQPushButton</a> *pb = new <a href="tqpushbutton.html">TQPushButton</a>( "Sort ascending", this ); - <a href="tqobject.html#connect">connect</a>( pb, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( sortAscending() ) ); + <a href="tqobject.html#connect">connect</a>( pb, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( sortAscending() ) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( pb ); pb = new <a href="tqpushbutton.html">TQPushButton</a>( "Sort descending", this ); - <a href="tqobject.html#connect">connect</a>( pb, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( sortDescending() ) ); + <a href="tqobject.html#connect">connect</a>( pb, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( sortDescending() ) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( pb ); <a name="x1424"></a> v-><a href="qboxlayout.html#addStretch">addStretch</a>( 100 ); int i = 0; while( ++i <= 2560 ) -<a name="x1446"></a><a name="x1433"></a> l-><a href="ntqlistbox.html#insertItem">insertItem</a>( TQString::<a href="tqstring.html#fromLatin1">fromLatin1</a>( "Item " ) + TQString::number( i ), +<a name="x1446"></a><a name="x1433"></a> l-><a href="tqlistbox.html#insertItem">insertItem</a>( TQString::<a href="tqstring.html#fromLatin1">fromLatin1</a>( "Item " ) + TQString::number( i ), i ); <a name="x1441"></a> columns-><a href="ntqrangecontrol.html#setRange">setRange</a>( 1, 256 ); <a name="x1443"></a> columns-><a href="tqspinbox.html#setValue">setValue</a>( 1 ); @@ -229,7 +229,7 @@ void <a name="f442"></a>ListBoxDemo::setNumRows() { columns-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); rows-><a href="tqwidget.html#setEnabled">setEnabled</a>( TRUE ); -<a name="x1444"></a><a name="x1435"></a> l-><a href="ntqlistbox.html#setRowMode">setRowMode</a>( rows-><a href="tqspinbox.html#value">value</a>() ); +<a name="x1444"></a><a name="x1435"></a> l-><a href="tqlistbox.html#setRowMode">setRowMode</a>( rows-><a href="tqspinbox.html#value">value</a>() ); } @@ -237,7 +237,7 @@ void <a name="f443"></a>ListBoxDemo::setNumCols() { columns-><a href="tqwidget.html#setEnabled">setEnabled</a>( TRUE ); rows-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); -<a name="x1434"></a> l-><a href="ntqlistbox.html#setColumnMode">setColumnMode</a>( columns-><a href="tqspinbox.html#value">value</a>() ); +<a name="x1434"></a> l-><a href="tqlistbox.html#setColumnMode">setColumnMode</a>( columns-><a href="tqspinbox.html#value">value</a>() ); } @@ -245,7 +245,7 @@ void <a name="f444"></a>ListBoxDemo::setRowsByHeight() { columns-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); rows-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); - l-><a href="ntqlistbox.html#setRowMode">setRowMode</a>( TQListBox::FitToHeight ); + l-><a href="tqlistbox.html#setRowMode">setRowMode</a>( TQListBox::FitToHeight ); } @@ -253,35 +253,35 @@ void <a name="f445"></a>ListBoxDemo::setColsByWidth() { columns-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); rows-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); - l-><a href="ntqlistbox.html#setColumnMode">setColumnMode</a>( TQListBox::FitToWidth ); + l-><a href="tqlistbox.html#setColumnMode">setColumnMode</a>( TQListBox::FitToWidth ); } void <a name="f446"></a>ListBoxDemo::setVariableWidth( bool b ) { -<a name="x1438"></a> l-><a href="ntqlistbox.html#setVariableWidth">setVariableWidth</a>( b ); +<a name="x1438"></a> l-><a href="tqlistbox.html#setVariableWidth">setVariableWidth</a>( b ); } void <a name="f447"></a>ListBoxDemo::setVariableHeight( bool b ) { -<a name="x1437"></a> l-><a href="ntqlistbox.html#setVariableHeight">setVariableHeight</a>( b ); +<a name="x1437"></a> l-><a href="tqlistbox.html#setVariableHeight">setVariableHeight</a>( b ); } void <a name="f448"></a>ListBoxDemo::setMultiSelection( bool b ) { -<a name="x1432"></a> l-><a href="ntqlistbox.html#clearSelection">clearSelection</a>(); -<a name="x1436"></a> l-><a href="ntqlistbox.html#setSelectionMode">setSelectionMode</a>( b ? TQListBox::Extended : <a href="ntqlistbox.html">TQListBox</a>::Single ); +<a name="x1432"></a> l-><a href="tqlistbox.html#clearSelection">clearSelection</a>(); +<a name="x1436"></a> l-><a href="tqlistbox.html#setSelectionMode">setSelectionMode</a>( b ? TQListBox::Extended : <a href="tqlistbox.html">TQListBox</a>::Single ); } void <a name="f449"></a>ListBoxDemo::sortAscending() { -<a name="x1439"></a> l-><a href="ntqlistbox.html#sort">sort</a>( TRUE ); +<a name="x1439"></a> l-><a href="tqlistbox.html#sort">sort</a>( TRUE ); } void <a name="f450"></a>ListBoxDemo::sortDescending() { - l-><a href="ntqlistbox.html#sort">sort</a>( FALSE ); + l-><a href="tqlistbox.html#sort">sort</a>( FALSE ); } </pre> diff --git a/doc/html/listboxcombo-example.html b/doc/html/listboxcombo-example.html index 1e966ba03..a1b4e6301 100644 --- a/doc/html/listboxcombo-example.html +++ b/doc/html/listboxcombo-example.html @@ -63,7 +63,7 @@ public: ListBoxCombo( <a href="tqwidget.html">TQWidget</a> *parent = 0, const char *name = 0 ); protected: - <a href="ntqlistbox.html">TQListBox</a> *lb1, *lb2; + <a href="tqlistbox.html">TQListBox</a> *lb1, *lb2; <a href="tqlabel.html">TQLabel</a> *label1, *label2; protected slots: @@ -91,7 +91,7 @@ protected slots: #include "listboxcombo.h" #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> -#include <<a href="qlistbox-h.html">ntqlistbox.h</a>> +#include <<a href="tqlistbox-h.html">tqlistbox.h</a>> #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> @@ -102,28 +102,28 @@ protected slots: #include <<a href="tqstyle-h.html">tqstyle.h</a>> -class MyListBoxItem : public <a href="qlistboxitem.html">TQListBoxItem</a> +class MyListBoxItem : public <a href="tqlistboxitem.html">TQListBoxItem</a> { public: MyListBoxItem() - : <a href="qlistboxitem.html">TQListBoxItem</a>() + : <a href="tqlistboxitem.html">TQListBoxItem</a>() { setCustomHighlighting( TRUE ); } protected: virtual void paint( <a href="tqpainter.html">TQPainter</a> * ); - virtual int width( const <a href="ntqlistbox.html">TQListBox</a>* ) const { return 100; } - virtual int height( const <a href="ntqlistbox.html">TQListBox</a>* ) const { return 16; } + virtual int width( const <a href="tqlistbox.html">TQListBox</a>* ) const { return 100; } + virtual int height( const <a href="tqlistbox.html">TQListBox</a>* ) const { return 16; } }; -<a name="x1410"></a>void MyListBoxItem::<a href="qlistboxitem.html#paint">paint</a>( <a href="tqpainter.html">TQPainter</a> *painter ) +<a name="x1410"></a>void MyListBoxItem::<a href="tqlistboxitem.html#paint">paint</a>( <a href="tqpainter.html">TQPainter</a> *painter ) { // evil trick: find out whether we are painted onto our listbox -<a name="x1413"></a> bool in_list_box = <a href="qlistboxitem.html#listBox">listBox</a>() && listBox()->viewport() == painter-><a href="tqpainter.html#device">device</a>(); +<a name="x1413"></a> bool in_list_box = <a href="tqlistboxitem.html#listBox">listBox</a>() && listBox()->viewport() == painter-><a href="tqpainter.html#device">device</a>(); - <a href="tqrect.html">TQRect</a> r ( 0, 0, width( <a href="qlistboxitem.html#listBox">listBox</a>() ), height( <a href="qlistboxitem.html#listBox">listBox</a>() ) ); + <a href="tqrect.html">TQRect</a> r ( 0, 0, width( <a href="tqlistboxitem.html#listBox">listBox</a>() ), height( <a href="tqlistboxitem.html#listBox">listBox</a>() ) ); if ( in_list_box && isSelected() ) <a name="x1414"></a> painter-><a href="tqpainter.html#eraseRect">eraseRect</a>( r ); <a name="x1415"></a> painter-><a href="tqpainter.html#fillRect">fillRect</a>( 5, 5, width( listBox() ) - 10, height( listBox() ) - 10, TQt::red ); @@ -140,7 +140,7 @@ protected: <a name="f437"></a>ListBoxCombo::ListBoxCombo( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqframe.html#setMargin">setMargin</a>( 5 ); + <a href="tqframe.html#setMargin">setMargin</a>( 5 ); <a href="ntqhbox.html#setSpacing">setSpacing</a>( 5 ); unsigned int i; @@ -150,27 +150,27 @@ protected: <a name="x1402"></a> row1-><a href="ntqhbox.html#setSpacing">setSpacing</a>( 5 ); // Create a multi-selection ListBox... - lb1 = new <a href="ntqlistbox.html">TQListBox</a>( row1 ); -<a name="x1408"></a> lb1-><a href="ntqlistbox.html#setSelectionMode">setSelectionMode</a>( TQListBox::Multi ); + lb1 = new <a href="tqlistbox.html">TQListBox</a>( row1 ); +<a name="x1408"></a> lb1-><a href="tqlistbox.html#setSelectionMode">setSelectionMode</a>( TQListBox::Multi ); // ...insert a pixmap item... -<a name="x1406"></a> lb1-><a href="ntqlistbox.html#insertItem">insertItem</a>( TQPixmap( "qtlogo.png" ) ); +<a name="x1406"></a> lb1-><a href="tqlistbox.html#insertItem">insertItem</a>( TQPixmap( "qtlogo.png" ) ); // ...and 100 text items for ( i = 0; i < 100; i++ ) { str = TQString( "Listbox Item %1" ).arg( i ); if ( !( i % 4 ) ) - lb1-><a href="ntqlistbox.html#insertItem">insertItem</a>( TQPixmap( "fileopen.xpm" ), str ); + lb1-><a href="tqlistbox.html#insertItem">insertItem</a>( TQPixmap( "fileopen.xpm" ), str ); else - lb1-><a href="ntqlistbox.html#insertItem">insertItem</a>( str ); + lb1-><a href="tqlistbox.html#insertItem">insertItem</a>( str ); } // Create a pushbutton... <a href="tqpushbutton.html">TQPushButton</a> *arrow1 = new <a href="tqpushbutton.html">TQPushButton</a>( " -> ", row1 ); // ...and connect the clicked TQ_SIGNAL with the TQ_SLOT slotLeft2Right - <a href="tqobject.html#connect">connect</a>( arrow1, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotLeft2Right() ) ); + <a href="tqobject.html#connect">connect</a>( arrow1, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotLeft2Right() ) ); // create an empty single-selection ListBox - lb2 = new <a href="ntqlistbox.html">TQListBox</a>( row1 ); + lb2 = new <a href="tqlistbox.html">TQListBox</a>( row1 ); <a href="ntqhbox.html">TQHBox</a> *row2 = new <a href="ntqhbox.html">TQHBox</a>( this ); row2-><a href="ntqhbox.html#setSpacing">setSpacing</a>( 5 ); @@ -182,7 +182,7 @@ protected: <a href="tqcombobox.html">TQComboBox</a> *cb1 = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, box1 ); label1 = new <a href="tqlabel.html">TQLabel</a>( "Current Item: Combobox Item 0", box1 ); <a name="x1416"></a><a name="x1404"></a> label1-><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>( label1-><a href="tqwidget.html#sizeHint">sizeHint</a>().height() * 2 ); -<a name="x1401"></a> label1-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); +<a name="x1401"></a> label1-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); //...and insert 50 items into the Combobox for ( i = 0; i < 50; i++ ) { @@ -200,7 +200,7 @@ protected: <a href="tqcombobox.html">TQComboBox</a> *cb2 = new <a href="tqcombobox.html">TQComboBox</a>( TRUE, box2 ); label2 = new <a href="tqlabel.html">TQLabel</a>( "Current Item: Combobox Item 0", box2 ); label2-><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>( label2-><a href="tqwidget.html#sizeHint">sizeHint</a>().height() * 2 ); - label2-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); + label2-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); // ... and insert 50 items into the Combobox for ( i = 0; i < 50; i++ ) { @@ -226,17 +226,17 @@ protected: void <a name="f438"></a>ListBoxCombo::slotLeft2Right() { // Go through all items of the first ListBox -<a name="x1405"></a> for ( unsigned int i = 0; i < lb1-><a href="ntqlistbox.html#count">count</a>(); i++ ) { -<a name="x1407"></a> <a href="qlistboxitem.html">TQListBoxItem</a> *item = lb1-><a href="ntqlistbox.html#item">item</a>( i ); +<a name="x1405"></a> for ( unsigned int i = 0; i < lb1-><a href="tqlistbox.html#count">count</a>(); i++ ) { +<a name="x1407"></a> <a href="tqlistboxitem.html">TQListBoxItem</a> *item = lb1-><a href="tqlistbox.html#item">item</a>( i ); // if the item is selected... -<a name="x1409"></a> if ( item-><a href="qlistboxitem.html#isSelected">isSelected</a>() ) { +<a name="x1409"></a> if ( item-><a href="tqlistboxitem.html#isSelected">isSelected</a>() ) { // ...and it is a text item... -<a name="x1412"></a><a name="x1411"></a> if ( item-><a href="qlistboxitem.html#pixmap">pixmap</a>() && !item-><a href="qlistboxitem.html#text">text</a>().isEmpty() ) - lb2-><a href="ntqlistbox.html#insertItem">insertItem</a>( *item-><a href="qlistboxitem.html#pixmap">pixmap</a>(), item-><a href="qlistboxitem.html#text">text</a>() ); - else if ( !item-><a href="qlistboxitem.html#pixmap">pixmap</a>() ) - lb2-><a href="ntqlistbox.html#insertItem">insertItem</a>( item-><a href="qlistboxitem.html#text">text</a>() ); - else if ( item-><a href="qlistboxitem.html#text">text</a>().isEmpty() ) - lb2-><a href="ntqlistbox.html#insertItem">insertItem</a>( *item-><a href="qlistboxitem.html#pixmap">pixmap</a>() ); +<a name="x1412"></a><a name="x1411"></a> if ( item-><a href="tqlistboxitem.html#pixmap">pixmap</a>() && !item-><a href="tqlistboxitem.html#text">text</a>().isEmpty() ) + lb2-><a href="tqlistbox.html#insertItem">insertItem</a>( *item-><a href="tqlistboxitem.html#pixmap">pixmap</a>(), item-><a href="tqlistboxitem.html#text">text</a>() ); + else if ( !item-><a href="tqlistboxitem.html#pixmap">pixmap</a>() ) + lb2-><a href="tqlistbox.html#insertItem">insertItem</a>( item-><a href="tqlistboxitem.html#text">text</a>() ); + else if ( item-><a href="tqlistboxitem.html#text">text</a>().isEmpty() ) + lb2-><a href="tqlistbox.html#insertItem">insertItem</a>( *item-><a href="tqlistboxitem.html#pixmap">pixmap</a>() ); } } } diff --git a/doc/html/listviews-example.html b/doc/html/listviews-example.html index e29097db0..294336ed4 100644 --- a/doc/html/listviews-example.html +++ b/doc/html/listviews-example.html @@ -56,7 +56,7 @@ and works like the main window of a mail client. #include <<a href="tqobject-h.html">tqobject.h</a>> #include <<a href="tqdatetime-h.html">tqdatetime.h</a>> #include <<a href="tqptrlist-h.html">tqptrlist.h</a>> -#include <<a href="qlistview-h.html">ntqlistview.h</a>> +#include <<a href="tqlistview-h.html">tqlistview.h</a>> class TQListView; class TQLabel; @@ -143,10 +143,10 @@ protected: // ----------------------------------------------------------------- -class FolderListItem : public <a href="qlistviewitem.html">TQListViewItem</a> +class FolderListItem : public <a href="tqlistviewitem.html">TQListViewItem</a> { public: - FolderListItem( <a href="ntqlistview.html">TQListView</a> *parent, Folder *f ); + FolderListItem( <a href="tqlistview.html">TQListView</a> *parent, Folder *f ); FolderListItem( FolderListItem *parent, Folder *f ); void insertSubFolders( const <a href="tqobjectlist.html">TQObjectList</a> *lst ); @@ -160,10 +160,10 @@ protected: // ----------------------------------------------------------------- -class MessageListItem : public <a href="qlistviewitem.html">TQListViewItem</a> +class MessageListItem : public <a href="tqlistviewitem.html">TQListViewItem</a> { public: - MessageListItem( <a href="ntqlistview.html">TQListView</a> *parent, Message *m ); + MessageListItem( <a href="tqlistview.html">TQListView</a> *parent, Message *m ); virtual void paintCell( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, int column, int width, int alignment ); @@ -191,16 +191,16 @@ protected: void initFolder( Folder *folder, unsigned int &count ); void setupFolders(); - <a href="ntqlistview.html">TQListView</a> *messages, *folders; + <a href="tqlistview.html">TQListView</a> *messages, *folders; <a href="tqlabel.html">TQLabel</a> *message; <a href="tqpopupmenu.html">TQPopupMenu</a>* menu; <a href="tqptrlist.html">TQPtrList</a><Folder> lstFolders; protected slots: - void slotFolderChanged( <a href="qlistviewitem.html">TQListViewItem</a>* ); + void slotFolderChanged( <a href="tqlistviewitem.html">TQListViewItem</a>* ); void slotMessageChanged(); - void slotRMB( <a href="qlistviewitem.html">TQListViewItem</a>*, const <a href="tqpoint.html">TQPoint</a> &, int ); + void slotRMB( <a href="tqlistviewitem.html">TQListViewItem</a>*, const <a href="tqpoint.html">TQPoint</a> &, int ); }; @@ -226,7 +226,7 @@ protected slots: #include <<a href="tqpalette-h.html">tqpalette.h</a>> #include <<a href="tqobjectlist-h.html">tqobjectlist.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> -#include <<a href="qheader-h.html">ntqheader.h</a>> +#include <<a href="tqheader-h.html">tqheader.h</a>> #include <<a href="tqregexp-h.html">tqregexp.h</a>> // ----------------------------------------------------------------- @@ -257,22 +257,22 @@ MessageHeader &MessageHeader::operator=( const MessageHeader &mh ) // ----------------------------------------------------------------- -<a name="f209"></a>FolderListItem::FolderListItem( <a href="ntqlistview.html">TQListView</a> *parent, Folder *f ) - : <a href="qlistviewitem.html">TQListViewItem</a>( parent ) +<a name="f209"></a>FolderListItem::FolderListItem( <a href="tqlistview.html">TQListView</a> *parent, Folder *f ) + : <a href="tqlistviewitem.html">TQListViewItem</a>( parent ) { myFolder = f; - <a href="qlistviewitem.html#setText">setText</a>( 0, f->folderName() ); + <a href="tqlistviewitem.html#setText">setText</a>( 0, f->folderName() ); if ( myFolder->children() ) insertSubFolders( myFolder->children() ); } FolderListItem::FolderListItem( FolderListItem *parent, Folder *f ) - : <a href="qlistviewitem.html">TQListViewItem</a>( parent ) + : <a href="tqlistviewitem.html">TQListViewItem</a>( parent ) { myFolder = f; - <a href="qlistviewitem.html#setText">setText</a>( 0, f->folderName() ); + <a href="tqlistviewitem.html#setText">setText</a>( 0, f->folderName() ); if ( myFolder->children() ) insertSubFolders( myFolder->children() ); @@ -287,16 +287,16 @@ void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="tqobjec // ----------------------------------------------------------------- -<a name="f218"></a>MessageListItem::MessageListItem( <a href="ntqlistview.html">TQListView</a> *parent, Message *m ) - : <a href="qlistviewitem.html">TQListViewItem</a>( parent ) +<a name="f218"></a>MessageListItem::MessageListItem( <a href="tqlistview.html">TQListView</a> *parent, Message *m ) + : <a href="tqlistviewitem.html">TQListViewItem</a>( parent ) { myMessage = m; - <a href="qlistviewitem.html#setText">setText</a>( 0, myMessage->header().sender() ); - <a href="qlistviewitem.html#setText">setText</a>( 1, myMessage->header().subject() ); - <a href="qlistviewitem.html#setText">setText</a>( 2, myMessage->header().datetime().toString() ); + <a href="tqlistviewitem.html#setText">setText</a>( 0, myMessage->header().sender() ); + <a href="tqlistviewitem.html#setText">setText</a>( 1, myMessage->header().subject() ); + <a href="tqlistviewitem.html#setText">setText</a>( 2, myMessage->header().datetime().toString() ); } -<a name="x157"></a>void MessageListItem::<a href="qlistviewitem.html#paintCell">paintCell</a>( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, +<a name="x157"></a>void MessageListItem::<a href="tqlistviewitem.html#paintCell">paintCell</a>( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, int column, int width, int alignment ) { <a href="tqcolorgroup.html">TQColorGroup</a> _cg( cg ); @@ -305,7 +305,7 @@ void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="tqobjec if ( myMessage->state() == Message::Unread ) <a name="x134"></a> _cg.<a href="tqcolorgroup.html#setColor">setColor</a>( TQColorGroup::Text, TQt::red ); - TQListViewItem::<a href="qlistviewitem.html#paintCell">paintCell</a>( p, _cg, column, width, alignment ); + TQListViewItem::<a href="tqlistviewitem.html#paintCell">paintCell</a>( p, _cg, column, width, alignment ); _cg.<a href="tqcolorgroup.html#setColor">setColor</a>( TQColorGroup::Text, c ); } @@ -317,53 +317,53 @@ void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="tqobjec { lstFolders.setAutoDelete( TRUE ); - folders = new <a href="ntqlistview.html">TQListView</a>( this ); -<a name="x147"></a> folders-><a href="ntqlistview.html#header">header</a>()->setClickEnabled( FALSE ); -<a name="x141"></a> folders-><a href="ntqlistview.html#addColumn">addColumn</a>( "Folder" ); + folders = new <a href="tqlistview.html">TQListView</a>( this ); +<a name="x147"></a> folders-><a href="tqlistview.html#header">header</a>()->setClickEnabled( FALSE ); +<a name="x141"></a> folders-><a href="tqlistview.html#addColumn">addColumn</a>( "Folder" ); initFolders(); setupFolders(); -<a name="x152"></a> folders-><a href="ntqlistview.html#setRootIsDecorated">setRootIsDecorated</a>( TRUE ); +<a name="x152"></a> folders-><a href="tqlistview.html#setRootIsDecorated">setRootIsDecorated</a>( TRUE ); <a href="ntqsplitter.html#setResizeMode">setResizeMode</a>( folders, TQSplitter::KeepSize ); <a href="ntqsplitter.html">TQSplitter</a> *vsplitter = new <a href="ntqsplitter.html">TQSplitter</a>( TQt::Vertical, this ); - messages = new <a href="ntqlistview.html">TQListView</a>( vsplitter ); - messages-><a href="ntqlistview.html#addColumn">addColumn</a>( "Sender" ); - messages-><a href="ntqlistview.html#addColumn">addColumn</a>( "Subject" ); - messages-><a href="ntqlistview.html#addColumn">addColumn</a>( "Date" ); -<a name="x150"></a> messages-><a href="ntqlistview.html#setColumnAlignment">setColumnAlignment</a>( 1, TQt::AlignRight ); -<a name="x149"></a> messages-><a href="ntqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>( TRUE ); -<a name="x155"></a> messages-><a href="ntqlistview.html#setShowSortIndicator">setShowSortIndicator</a>( TRUE ); + messages = new <a href="tqlistview.html">TQListView</a>( vsplitter ); + messages-><a href="tqlistview.html#addColumn">addColumn</a>( "Sender" ); + messages-><a href="tqlistview.html#addColumn">addColumn</a>( "Subject" ); + messages-><a href="tqlistview.html#addColumn">addColumn</a>( "Date" ); +<a name="x150"></a> messages-><a href="tqlistview.html#setColumnAlignment">setColumnAlignment</a>( 1, TQt::AlignRight ); +<a name="x149"></a> messages-><a href="tqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>( TRUE ); +<a name="x155"></a> messages-><a href="tqlistview.html#setShowSortIndicator">setShowSortIndicator</a>( TRUE ); menu = new <a href="tqpopupmenu.html">TQPopupMenu</a>( messages ); for( int i = 1; i <= 10; i++ ) menu-><a href="tqmenudata.html#insertItem">insertItem</a>( TQString( "Context Item %1" ).arg( i ) ); -<a name="x143"></a> <a href="tqobject.html#connect">connect</a>(messages, TQ_SIGNAL( <a href="ntqlistview.html#contextMenuRequested">contextMenuRequested</a>( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a>& , int ) ), - this, TQ_SLOT( slotRMB( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a> &, int ) ) ); +<a name="x143"></a> <a href="tqobject.html#connect">connect</a>(messages, TQ_SIGNAL( <a href="tqlistview.html#contextMenuRequested">contextMenuRequested</a>( <a href="tqlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a>& , int ) ), + this, TQ_SLOT( slotRMB( <a href="tqlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a> &, int ) ) ); <a name="x161"></a> vsplitter-><a href="ntqsplitter.html#setResizeMode">setResizeMode</a>( messages, TQSplitter::KeepSize ); message = new <a href="tqlabel.html">TQLabel</a>( vsplitter ); message-><a href="tqlabel.html#setAlignment">setAlignment</a>( TQt::AlignTop ); <a name="x163"></a> message-><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>( PaletteBase ); -<a name="x148"></a> <a href="tqobject.html#connect">connect</a>( folders, TQ_SIGNAL( <a href="ntqlistview.html#selectionChanged">selectionChanged</a>( <a href="qlistviewitem.html">TQListViewItem</a>* ) ), - this, TQ_SLOT( slotFolderChanged( <a href="qlistviewitem.html">TQListViewItem</a>* ) ) ); - <a href="tqobject.html#connect">connect</a>( messages, TQ_SIGNAL( <a href="ntqlistview.html#selectionChanged">selectionChanged</a>() ), +<a name="x148"></a> <a href="tqobject.html#connect">connect</a>( folders, TQ_SIGNAL( <a href="tqlistview.html#selectionChanged">selectionChanged</a>( <a href="tqlistviewitem.html">TQListViewItem</a>* ) ), + this, TQ_SLOT( slotFolderChanged( <a href="tqlistviewitem.html">TQListViewItem</a>* ) ) ); + <a href="tqobject.html#connect">connect</a>( messages, TQ_SIGNAL( <a href="tqlistview.html#selectionChanged">selectionChanged</a>() ), this, TQ_SLOT( slotMessageChanged() ) ); -<a name="x144"></a> <a href="tqobject.html#connect">connect</a>( messages, TQ_SIGNAL( <a href="ntqlistview.html#currentChanged">currentChanged</a>( <a href="qlistviewitem.html">TQListViewItem</a> * ) ), +<a name="x144"></a> <a href="tqobject.html#connect">connect</a>( messages, TQ_SIGNAL( <a href="tqlistview.html#currentChanged">currentChanged</a>( <a href="tqlistviewitem.html">TQListViewItem</a> * ) ), this, TQ_SLOT( slotMessageChanged() ) ); -<a name="x154"></a> messages-><a href="ntqlistview.html#setSelectionMode">setSelectionMode</a>( TQListView::Extended ); +<a name="x154"></a> messages-><a href="tqlistview.html#setSelectionMode">setSelectionMode</a>( TQListView::Extended ); // some preparations -<a name="x146"></a> folders-><a href="ntqlistview.html#firstChild">firstChild</a>()->setOpen( TRUE ); - folders-><a href="ntqlistview.html#firstChild">firstChild</a>()->firstChild()->setOpen( TRUE ); -<a name="x151"></a> folders-><a href="ntqlistview.html#setCurrentItem">setCurrentItem</a>( folders-><a href="ntqlistview.html#firstChild">firstChild</a>()->firstChild()->firstChild() ); -<a name="x153"></a> folders-><a href="ntqlistview.html#setSelected">setSelected</a>( folders-><a href="ntqlistview.html#firstChild">firstChild</a>()->firstChild()->firstChild(), TRUE ); +<a name="x146"></a> folders-><a href="tqlistview.html#firstChild">firstChild</a>()->setOpen( TRUE ); + folders-><a href="tqlistview.html#firstChild">firstChild</a>()->firstChild()->setOpen( TRUE ); +<a name="x151"></a> folders-><a href="tqlistview.html#setCurrentItem">setCurrentItem</a>( folders-><a href="tqlistview.html#firstChild">firstChild</a>()->firstChild()->firstChild() ); +<a name="x153"></a> folders-><a href="tqlistview.html#setSelected">setSelected</a>( folders-><a href="tqlistview.html#firstChild">firstChild</a>()->firstChild()->firstChild(), TRUE ); - messages-><a href="ntqlistview.html#setSelected">setSelected</a>( messages-><a href="ntqlistview.html#firstChild">firstChild</a>(), TRUE ); - messages-><a href="ntqlistview.html#setCurrentItem">setCurrentItem</a>( messages-><a href="ntqlistview.html#firstChild">firstChild</a>() ); - message-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); + messages-><a href="tqlistview.html#setSelected">setSelected</a>( messages-><a href="tqlistview.html#firstChild">firstChild</a>(), TRUE ); + messages-><a href="tqlistview.html#setCurrentItem">setCurrentItem</a>( messages-><a href="tqlistview.html#firstChild">firstChild</a>() ); + message-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); <a href="tqvaluelist.html">TQValueList</a><int> lst; <a name="x160"></a> lst.<a href="tqptrlist.html#append">append</a>( 170 ); @@ -414,24 +414,24 @@ void <a name="f213"></a>ListViews::initFolder( Folder *folder, unsigned int & void <a name="f214"></a>ListViews::setupFolders() { -<a name="x142"></a> folders-><a href="ntqlistview.html#clear">clear</a>(); +<a name="x142"></a> folders-><a href="tqlistview.html#clear">clear</a>(); for ( Folder* f = lstFolders.first(); f; f = lstFolders.next() ) (void)new FolderListItem( folders, f ); } -void <a name="f215"></a>ListViews::slotRMB( <a href="qlistviewitem.html">TQListViewItem</a>* Item, const <a href="tqpoint.html">TQPoint</a> & point, int ) +void <a name="f215"></a>ListViews::slotRMB( <a href="tqlistviewitem.html">TQListViewItem</a>* Item, const <a href="tqpoint.html">TQPoint</a> & point, int ) { if( Item ) <a name="x159"></a> menu-><a href="tqpopupmenu.html#popup">popup</a>( point ); } -void <a name="f216"></a>ListViews::slotFolderChanged( <a href="qlistviewitem.html">TQListViewItem</a> *i ) +void <a name="f216"></a>ListViews::slotFolderChanged( <a href="tqlistviewitem.html">TQListViewItem</a> *i ) { if ( !i ) return; - messages-><a href="ntqlistview.html#clear">clear</a>(); + messages-><a href="tqlistview.html#clear">clear</a>(); <a name="x140"></a> message-><a href="tqlabel.html#setText">setText</a>( "" ); FolderListItem *item = ( FolderListItem* )i; @@ -443,11 +443,11 @@ void <a name="f216"></a>ListViews::slotFolderChanged( <a href="qlistviewitem.htm void <a name="f217"></a>ListViews::slotMessageChanged() { -<a name="x145"></a> <a href="qlistviewitem.html">TQListViewItem</a> *i = messages-><a href="ntqlistview.html#currentItem">currentItem</a>(); +<a name="x145"></a> <a href="tqlistviewitem.html">TQListViewItem</a> *i = messages-><a href="tqlistview.html#currentItem">currentItem</a>(); if ( !i ) return; -<a name="x156"></a> if ( !i-><a href="qlistviewitem.html#isSelected">isSelected</a>() ) { +<a name="x156"></a> if ( !i-><a href="tqlistviewitem.html#isSelected">isSelected</a>() ) { message-><a href="tqlabel.html#setText">setText</a>( "" ); return; } diff --git a/doc/html/mainclasses.html b/doc/html/mainclasses.html index 24d6c6e10..c77bd6e11 100644 --- a/doc/html/mainclasses.html +++ b/doc/html/mainclasses.html @@ -61,7 +61,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td><a href="tqtoolbar.html">TQToolBar</a> <tr> <td align="right"><b>B</b> -<td><a href="ntqbuttongroup.html">TQButtonGroup</a> +<td><a href="tqbuttongroup.html">TQButtonGroup</a> <td align="right"> <td><a href="tqfontdialog.html">TQFontDialog</a> <td align="right"><b>N</b> @@ -85,7 +85,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="tqcheckbox.html">TQCheckBox</a> <td align="right"> -<td><a href="qgridlayout.html">TQGridLayout</a> +<td><a href="tqgridlayout.html">TQGridLayout</a> <td align="right"><b>P</b> <td><a href="tqpainter.html">TQPainter</a> <td align="right"> @@ -175,7 +175,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"><b>L</b> <td><a href="tqlabel.html">TQLabel</a> <td align="right"> -<td><a href="ntqprogressbar.html">TQProgressBar</a> +<td><a href="tqprogressbar.html">TQProgressBar</a> <td align="right"> <td><a href="tqstringlist.html">TQStringList</a> <td align="right"> @@ -186,9 +186,9 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="tqlcdnumber.html">TQLCDNumber</a> <td align="right"> -<td><a href="ntqprogressdialog.html">TQProgressDialog</a> +<td><a href="tqprogressdialog.html">TQProgressDialog</a> <td align="right"><b>T</b> -<td><a href="ntqtabdialog.html">TQTabDialog</a> +<td><a href="tqtabdialog.html">TQTabDialog</a> <td align="right"> <td><a href="qvboxlayout.html">TQVBoxLayout</a> <tr> @@ -199,7 +199,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="tqpushbutton.html">TQPushButton</a> <td align="right"> -<td><a href="ntqtable.html">TQTable</a> +<td><a href="tqtable.html">TQTable</a> <td align="right"><b>W</b> <td><a href="tqwhatsthis.html">TQWhatsThis</a> <tr> @@ -210,14 +210,14 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"><b>R</b> <td><a href="tqradiobutton.html">TQRadioButton</a> <td align="right"> -<td><a href="ntqtabwidget.html">TQTabWidget</a> +<td><a href="tqtabwidget.html">TQTabWidget</a> <td align="right"> <td><a href="tqwidget.html">TQWidget</a> <tr> <td align="right"> <td><a href="tqdialog.html">TQDialog</a> <td align="right"> -<td><a href="ntqlistbox.html">TQListBox</a> +<td><a href="tqlistbox.html">TQListBox</a> <td align="right"> <td><a href="tqrect.html">TQRect</a> <td align="right"> @@ -228,13 +228,13 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="tqdict.html">TQDict</a> <td align="right"> -<td><a href="ntqlistview.html">TQListView</a> +<td><a href="tqlistview.html">TQListView</a> <td align="right"> <td><a href="tqregexp.html">TQRegExp</a> <td align="right"> <td><a href="tqtextedit.html">TQTextEdit</a> <td align="right"> -<td><a href="ntqwizard.html">TQWizard</a> +<td><a href="tqwizard.html">TQWizard</a> <tr> <td align="right"> <td><a href="tqdir.html">TQDir</a> diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html index 3f2ba282a..76e04a36f 100644 --- a/doc/html/mdi-example.html +++ b/doc/html/mdi-example.html @@ -251,7 +251,7 @@ const char * filePrintText = "Click this button to print the file you " help-><a href="tqmenudata.html#insertItem">insertItem</a>( "What's &This", this, TQ_SLOT(<a href="tqmainwindow.html#whatsThis">whatsThis</a>()), SHIFT+Key_F1); <a href="ntqvbox.html">TQVBox</a>* vb = new <a href="ntqvbox.html">TQVBox</a>( this ); - vb-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::StyledPanel | TQFrame::Sunken ); + vb-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::StyledPanel | TQFrame::Sunken ); ws = new <a href="tqworkspace.html">TQWorkspace</a>( vb ); <a name="x2092"></a> ws-><a href="tqworkspace.html#setScrollBarsEnabled">setScrollBarsEnabled</a>( TRUE ); <a href="tqmainwindow.html#setCentralWidget">setCentralWidget</a>( vb ); diff --git a/doc/html/menu-example.html b/doc/html/menu-example.html index 4be978c14..da154dbd0 100644 --- a/doc/html/menu-example.html +++ b/doc/html/menu-example.html @@ -302,8 +302,8 @@ private: label = new <a href="tqlabel.html">TQLabel</a>( this ); <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( label ); label-><a href="tqwidget.html#setGeometry">setGeometry</a>( 20, rect().center().y()-20, width()-40, 40 ); - label-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Box | TQFrame::Raised ); -<a name="x1863"></a> label-><a href="ntqframe.html#setLineWidth">setLineWidth</a>( 1 ); + label-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Box | TQFrame::Raised ); +<a name="x1863"></a> label-><a href="tqframe.html#setLineWidth">setLineWidth</a>( 1 ); label-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL(explain(const <a href="tqstring.html">TQString</a>&)), diff --git a/doc/html/moc.html b/doc/html/moc.html index 5398c8e67..a69924380 100644 --- a/doc/html/moc.html +++ b/doc/html/moc.html @@ -254,7 +254,7 @@ not usually a problem in practice. <p> The moc does not handle all of C++. The main problem is that class templates cannot have signals or slots. Here is an example: <p> <pre> - class SomeTemplate<int> : public <a href="ntqframe.html">TQFrame</a> { + class SomeTemplate<int> : public <a href="tqframe.html">TQFrame</a> { TQ_OBJECT ... signals: @@ -329,10 +329,10 @@ illegal syntax: public status is not extended to cover signals and slots. Here is an illegal example: <p> <pre> - class Whatever : public <a href="ntqbuttongroup.html">TQButtonGroup</a> { + class Whatever : public <a href="tqbuttongroup.html">TQButtonGroup</a> { ... public slots: - <a href="ntqbuttongroup.html">TQButtonGroup</a>::buttonPressed; // WRONG + <a href="tqbuttongroup.html">TQButtonGroup</a>::buttonPressed; // WRONG ... }; </pre> diff --git a/doc/html/movies-example.html b/doc/html/movies-example.html index 2d92124fc..d786858b2 100644 --- a/doc/html/movies-example.html +++ b/doc/html/movies-example.html @@ -58,7 +58,7 @@ The Movies example displays MNG and animated GIF files using the <a href="tqmovi #include <<a href="qvbox-h.html">ntqvbox.h</a>> -class MovieScreen : public <a href="ntqframe.html">TQFrame</a> { +class MovieScreen : public <a href="tqframe.html">TQFrame</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> <a href="tqmovie.html">TQMovie</a> movie; <a href="tqstring.html">TQString</a> filename; @@ -66,7 +66,7 @@ class MovieScreen : public <a href="ntqframe.html">TQFrame</a> { public: MovieScreen(const char* fname, TQMovie m, TQWidget* p=0, const char* name=0, WFlags f=0) : - <a href="ntqframe.html">TQFrame</a>(p, name, f), + <a href="tqframe.html">TQFrame</a>(p, name, f), sh(100,100) { setCaption(fname); @@ -245,13 +245,13 @@ public: <a href="ntqhbox.html">TQHBox</a>* hb = new <a href="ntqhbox.html">TQHBox</a>(this); <a href="tqpushbutton.html">TQPushButton</a>* btn; btn = new <a href="tqpushbutton.html">TQPushButton</a>("<<", hb); - <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(<a href="tqmovie.html#restart">restart</a>())); + <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(<a href="tqmovie.html#restart">restart</a>())); btn = new <a href="tqpushbutton.html">TQPushButton</a>("||", hb); - <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(togglePause())); + <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(togglePause())); btn = new <a href="tqpushbutton.html">TQPushButton</a>(">|", hb); - <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(<a href="tqmovie.html#step">step</a>())); + <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(<a href="tqmovie.html#step">step</a>())); btn = new <a href="tqpushbutton.html">TQPushButton</a>(">>|", hb); - <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(step10())); + <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(step10())); } }; diff --git a/doc/html/ntqaccel.html b/doc/html/ntqaccel.html index 6ee5c31c0..f328f31f3 100644 --- a/doc/html/ntqaccel.html +++ b/doc/html/ntqaccel.html @@ -86,8 +86,8 @@ the <a href="tqaction.html">TQAction</a> class to create actions with accelerato used in both menus and toolbars. If you're only interested in menus use <a href="tqmenudata.html#insertItem">TQMenuData::insertItem</a>() or <a href="tqmenudata.html#setAccel">TQMenuData::setAccel</a>() to make accelerators for operations that are also available on menus. Many -widgets automatically generate accelerators, such as <a href="ntqbutton.html">TQButton</a>, -<a href="ntqgroupbox.html">TQGroupBox</a>, <a href="tqlabel.html">TQLabel</a> (with <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>()), <a href="tqmenubar.html">TQMenuBar</a> and <a href="ntqtabbar.html">TQTabBar</a>. +widgets automatically generate accelerators, such as <a href="tqbutton.html">TQButton</a>, +<a href="ntqgroupbox.html">TQGroupBox</a>, <a href="tqlabel.html">TQLabel</a> (with <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>()), <a href="tqmenubar.html">TQMenuBar</a> and <a href="tqtabbar.html">TQTabBar</a>. Example: <pre> <a href="tqpushbutton.html">TQPushButton</a> p( "&Exit", parent ); // automatic shortcut ALT+Key_E @@ -115,7 +115,7 @@ matching accelerators. Some standard controls like <a href="tqpushbutton.html">T <a href="tqcheckbox.html">TQCheckBox</a> connect the activatedAmbiguously() signal to the harmless setFocus() slot, whereas activated() is connected to a slot invoking the button's action. Most controls, like <a href="tqlabel.html">TQLabel</a> and -<a href="ntqtabbar.html">TQTabBar</a>, treat activated() and activatedAmbiguously() as +<a href="tqtabbar.html">TQTabBar</a>, treat activated() and activatedAmbiguously() as equivalent. <p> Use <a href="#setEnabled">setEnabled</a>() to enable or disable all the items in an accelerator, or <a href="#setItemEnabled">setItemEnabled</a>() to enable or disable individual @@ -141,7 +141,7 @@ combination. TQ_SLOT(printDoc()) ); // printDoc() slot </pre> -<p> <p>See also <a href="qkeyevent.html">TQKeyEvent</a>, <a href="tqwidget.html#keyPressEvent">TQWidget::keyPressEvent</a>(), <a href="tqmenudata.html#setAccel">TQMenuData::setAccel</a>(), <a href="ntqbutton.html#accel-prop">TQButton::accel</a>, <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>(), <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Keyboard Shortcuts</a>, and <a href="misc.html">Miscellaneous Classes</a>. +<p> <p>See also <a href="qkeyevent.html">TQKeyEvent</a>, <a href="tqwidget.html#keyPressEvent">TQWidget::keyPressEvent</a>(), <a href="tqmenudata.html#setAccel">TQMenuData::setAccel</a>(), <a href="tqbutton.html#accel-prop">TQButton::accel</a>, <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>(), <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Keyboard Shortcuts</a>, and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQAccel"></a>TQAccel::TQAccel ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 1c1d7c3e6..c82746efa 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -646,15 +646,15 @@ and a few more options. // showargs.cpp - displays program arguments in a list box #include <<a href="qapplication-h.html">ntqapplication.h</a>> - #include <<a href="qlistbox-h.html">ntqlistbox.h</a>> + #include <<a href="tqlistbox-h.html">tqlistbox.h</a>> int main( int argc, char **argv ) { TQApplication a( argc, argv ); - <a href="ntqlistbox.html">TQListBox</a> b; + <a href="tqlistbox.html">TQListBox</a> b; a.<a href="#setMainWidget">setMainWidget</a>( &b ); for ( int i = 0; i < a.<a href="#argc">argc</a>(); i++ ) // a.<a href="#argc">argc</a>() == argc - b.<a href="ntqlistbox.html#insertItem">insertItem</a>( a.<a href="#argv">argv</a>()[i] ); // a.<a href="#argv">argv</a>()[i] == argv[i] + b.<a href="tqlistbox.html#insertItem">insertItem</a>( a.<a href="#argv">argv</a>()[i] ); // a.<a href="#argv">argv</a>()[i] == argv[i] b.<a href="tqwidget.html#show">show</a>(); return a.<a href="#exec">exec</a>(); } @@ -1112,12 +1112,12 @@ problems. Tells the application to exit with return code 0 (success). Equivalent to calling <a href="#exit">TQApplication::exit</a>( 0 ). <p> It's common to connect the <a href="#lastWindowClosed">lastWindowClosed</a>() signal to <a href="#quit">quit</a>(), and -you also often connect e.g. <a href="ntqbutton.html#clicked">TQButton::clicked</a>() or signals in +you also often connect e.g. <a href="tqbutton.html#clicked">TQButton::clicked</a>() or signals in <a href="tqaction.html">TQAction</a>, <a href="tqpopupmenu.html">TQPopupMenu</a> or <a href="tqmenubar.html">TQMenuBar</a> to it. <p> Example: <pre> <a href="tqpushbutton.html">TQPushButton</a> *quitButton = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit" ); - <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="#quit">quit</a>()) ); </pre> <p> <p>See also <a href="#exit">exit</a>(), <a href="#aboutToQuit">aboutToQuit</a>(), <a href="#lastWindowClosed">lastWindowClosed</a>(), and <a href="tqaction.html">TQAction</a>. diff --git a/doc/html/ntqdockwindow.html b/doc/html/ntqdockwindow.html index 8d18a0987..ff2242d8f 100644 --- a/doc/html/ntqdockwindow.html +++ b/doc/html/ntqdockwindow.html @@ -36,7 +36,7 @@ inside a TQDockArea or floated as a top level window on the desktop. <a href="#details">More...</a> <p><tt>#include <<a href="qdockwindow-h.html">ntqdockwindow.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. <p>Inherited by <a href="tqtoolbar.html">TQToolBar</a>. <p><a href="qdockwindow-members.html">List of all member functions.</a> <h2>Public Members</h2> diff --git a/doc/html/ntqgroupbox.html b/doc/html/ntqgroupbox.html index 53c0ee6c6..d2c0f111c 100644 --- a/doc/html/ntqgroupbox.html +++ b/doc/html/ntqgroupbox.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQGroupBox widget provides a group box frame with a title. <a href="#details">More...</a> <p><tt>#include <<a href="qgroupbox-h.html">ntqgroupbox.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. -<p>Inherited by <a href="ntqbuttongroup.html">TQButtonGroup</a>, <a href="ntqhgroupbox.html">TQHGroupBox</a>, and <a href="ntqvgroupbox.html">TQVGroupBox</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. +<p>Inherited by <a href="tqbuttongroup.html">TQButtonGroup</a>, <a href="ntqhgroupbox.html">TQHGroupBox</a>, and <a href="ntqvgroupbox.html">TQVGroupBox</a>. <p><a href="qgroupbox-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -109,7 +109,7 @@ constructor) and the title's <a href="#alignment">alignment</a>(). consumption, you can remove the right, left and bottom edges of the frame with <a href="#setFlat">setFlat</a>(). <p> <img src=qgrpbox-w.png> -<p> <p>See also <a href="ntqbuttongroup.html">TQButtonGroup</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="geomanagement.html">Layout Management</a>, and <a href="organizers.html">Organizers</a>. +<p> <p>See also <a href="tqbuttongroup.html">TQButtonGroup</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="geomanagement.html">Layout Management</a>, and <a href="organizers.html">Organizers</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQGroupBox"></a>TQGroupBox::TQGroupBox ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) diff --git a/doc/html/ntqhbox.html b/doc/html/ntqhbox.html index b92c2b501..0eecad602 100644 --- a/doc/html/ntqhbox.html +++ b/doc/html/ntqhbox.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } for its child widgets. <a href="#details">More...</a> <p><tt>#include <<a href="qhbox-h.html">ntqhbox.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. <p>Inherited by <a href="ntqvbox.html">TQVBox</a>. <p><a href="qhbox-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -58,18 +58,18 @@ for its child widgets. <p> All the horizontal box's child widgets will be placed alongside each other and sized according to their <a href="tqwidget.html#sizeHint">sizeHint</a>()s. -<p> Use <a href="ntqframe.html#setMargin">setMargin</a>() to add space around the edges, and use +<p> Use <a href="tqframe.html#setMargin">setMargin</a>() to add space around the edges, and use <a href="#setSpacing">setSpacing</a>() to add space between the widgets. Use <a href="#setStretchFactor">setStretchFactor</a>() if you want the widgets to be different sizes in proportion to one another. (See <a href="layout.html">Layouts</a> for more information on stretch factors.) <p> <center><img src="qhbox-m.png" alt="TQHBox"></center> -<p> <p>See also <a href="qhboxlayout.html">TQHBoxLayout</a>, <a href="ntqvbox.html">TQVBox</a>, <a href="ntqgrid.html">TQGrid</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="geomanagement.html">Layout Management</a>, and <a href="organizers.html">Organizers</a>. +<p> <p>See also <a href="qhboxlayout.html">TQHBoxLayout</a>, <a href="ntqvbox.html">TQVBox</a>, <a href="tqgrid.html">TQGrid</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="geomanagement.html">Layout Management</a>, and <a href="organizers.html">Organizers</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQHBox"></a>TQHBox::TQHBox ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs an hbox widget with parent <em>parent</em>, called <em>name</em>. -The parent, name and widget flags, <em>f</em>, are passed to the <a href="ntqframe.html">TQFrame</a> +The parent, name and widget flags, <em>f</em>, are passed to the <a href="tqframe.html">TQFrame</a> constructor. <h3 class=fn><a name="TQHBox-2"></a>TQHBox::TQHBox ( bool horizontal, <a href="tqwidget.html">TQWidget</a> * parent, const char * name, WFlags f = 0 )<tt> [protected]</tt> @@ -79,7 +79,7 @@ constructs a vertical hbox (also known as a vbox). <p> This constructor is provided for the <a href="ntqvbox.html">TQVBox</a> class. You should never need to use it directly. <p> The <em>parent</em>, <em>name</em> and widget flags, <em>f</em>, are passed to the -<a href="ntqframe.html">TQFrame</a> constructor. +<a href="tqframe.html">TQFrame</a> constructor. <h3 class=fn>void <a name="setSpacing"></a>TQHBox::setSpacing ( int space ) </h3> diff --git a/doc/html/ntqhbuttongroup.html b/doc/html/ntqhbuttongroup.html index aaf0b1dc0..ad1488409 100644 --- a/doc/html/ntqhbuttongroup.html +++ b/doc/html/ntqhbuttongroup.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } group with one horizontal row. <a href="#details">More...</a> <p><tt>#include <<a href="qhbuttongroup-h.html">ntqhbuttongroup.h</a>></tt> -<p>Inherits <a href="ntqbuttongroup.html">TQButtonGroup</a>. +<p>Inherits <a href="tqbuttongroup.html">TQButtonGroup</a>. <p><a href="qhbuttongroup-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -46,17 +46,17 @@ group with one horizontal row. <hr><a name="details"></a><h2>Detailed Description</h2> -The TQHButtonGroup widget organizes <a href="ntqbutton.html">TQButton</a> widgets in a +The TQHButtonGroup widget organizes <a href="tqbutton.html">TQButton</a> widgets in a group with one horizontal row. <p> <p> TQHButtonGroup is a convenience class that offers a thin layer on -top of <a href="ntqbuttongroup.html">TQButtonGroup</a>. From a layout point of view it is effectively +top of <a href="tqbuttongroup.html">TQButtonGroup</a>. From a layout point of view it is effectively a <a href="ntqhbox.html">TQHBox</a> that offers a frame with a title and is specifically designed for buttons. From a functionality point of view it is a TQButtonGroup. -<p> <center><img src="qbuttongroup-h.png" alt="TQButtonGroup"></center> +<p> <center><img src="tqbuttongroup-h.png" alt="TQButtonGroup"></center> <p> <p>See also <a href="ntqvbuttongroup.html">TQVButtonGroup</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="geomanagement.html">Layout Management</a>, and <a href="organizers.html">Organizers</a>. <hr><h2>Member Function Documentation</h2> diff --git a/doc/html/ntqlayout.html b/doc/html/ntqlayout.html index fcf96548e..e54402488 100644 --- a/doc/html/ntqlayout.html +++ b/doc/html/ntqlayout.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qlayout-h.html">ntqlayout.h</a>></tt> <p>Inherits <a href="tqobject.html">TQObject</a> and <a href="qlayoutitem.html">TQLayoutItem</a>. -<p>Inherited by <a href="qgridlayout.html">TQGridLayout</a> and <a href="qboxlayout.html">TQBoxLayout</a>. +<p>Inherited by <a href="tqgridlayout.html">TQGridLayout</a> and <a href="qboxlayout.html">TQBoxLayout</a>. <p><a href="qlayout-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -91,7 +91,7 @@ The TQLayout class is the base class of geometry managers. <p> <p> This is an abstract base class inherited by the concrete classes, -<a href="qboxlayout.html">TQBoxLayout</a> and <a href="qgridlayout.html">TQGridLayout</a>. +<a href="qboxlayout.html">TQBoxLayout</a> and <a href="tqgridlayout.html">TQGridLayout</a>. <p> For users of TQLayout subclasses or of <a href="tqmainwindow.html">TQMainWindow</a> there is seldom any need to use the basic functions provided by TQLayout, such as <a href="#setResizeMode">setResizeMode</a>() or <a href="#setMenuBar">setMenuBar</a>(). See the <a href="layout.html">layout @@ -181,7 +181,7 @@ specific to each subclass. the layout's responsibility to delete it. <p>Examples: <a href="customlayout-example.html#x1490">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1511">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1467">customlayout/flow.cpp</a>. -<p>Reimplemented in <a href="qgridlayout.html#addItem-2">TQGridLayout</a> and <a href="qboxlayout.html#addItem">TQBoxLayout</a>. +<p>Reimplemented in <a href="tqgridlayout.html#addItem-2">TQGridLayout</a> and <a href="qboxlayout.html#addItem">TQBoxLayout</a>. <h3 class=fn><a href="tqrect.html">TQRect</a> <a name="alignmentRect"></a>TQLayout::alignmentRect ( const <a href="tqrect.html">TQRect</a> & r ) const<tt> [protected]</tt> </h3> Returns the rectangle that should be covered when the geometry of @@ -217,13 +217,13 @@ it wants to grow in both dimensions. <p>Examples: <a href="customlayout-example.html#x1491">customlayout/border.cpp</a> and <a href="customlayout-example.html#x1468">customlayout/flow.cpp</a>. <p>Reimplemented from <a href="qlayoutitem.html#expanding">TQLayoutItem</a>. -<p>Reimplemented in <a href="qgridlayout.html#expanding">TQGridLayout</a> and <a href="qboxlayout.html#expanding">TQBoxLayout</a>. +<p>Reimplemented in <a href="tqgridlayout.html#expanding">TQGridLayout</a> and <a href="qboxlayout.html#expanding">TQBoxLayout</a>. <h3 class=fn>void <a name="invalidate"></a>TQLayout::invalidate ()<tt> [virtual]</tt> </h3> Invalidates cached information. Reimplementations must call this. <p>Reimplemented from <a href="qlayoutitem.html#invalidate">TQLayoutItem</a>. -<p>Reimplemented in <a href="qgridlayout.html#invalidate">TQGridLayout</a> and <a href="qboxlayout.html#invalidate">TQBoxLayout</a>. +<p>Reimplemented in <a href="tqgridlayout.html#invalidate">TQGridLayout</a> and <a href="qboxlayout.html#invalidate">TQBoxLayout</a>. <h3 class=fn>bool <a name="isEmpty"></a>TQLayout::isEmpty () const<tt> [virtual]</tt> </h3> Returns TRUE if this layout is empty. The default implementation @@ -276,7 +276,7 @@ specifications. Does not include what's needed by <a href="#margin">margin</a>() <p> The default implementation allows unlimited resizing. <p>Reimplemented from <a href="qlayoutitem.html#maximumSize">TQLayoutItem</a>. -<p>Reimplemented in <a href="qgridlayout.html#maximumSize">TQGridLayout</a> and <a href="qboxlayout.html#maximumSize">TQBoxLayout</a>. +<p>Reimplemented in <a href="tqgridlayout.html#maximumSize">TQGridLayout</a> and <a href="qboxlayout.html#maximumSize">TQBoxLayout</a>. <h3 class=fn><a href="tqmenubar.html">TQMenuBar</a> * <a name="menuBar"></a>TQLayout::menuBar () const </h3> @@ -293,7 +293,7 @@ specifications. Does not include what's needed by <a href="#margin">margin</a>() <p>Examples: <a href="customlayout-example.html#x1493">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1513">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1470">customlayout/flow.cpp</a>. <p>Reimplemented from <a href="qlayoutitem.html#minimumSize">TQLayoutItem</a>. -<p>Reimplemented in <a href="qgridlayout.html#minimumSize">TQGridLayout</a> and <a href="qboxlayout.html#minimumSize">TQBoxLayout</a>. +<p>Reimplemented in <a href="tqgridlayout.html#minimumSize">TQGridLayout</a> and <a href="qboxlayout.html#minimumSize">TQBoxLayout</a>. <h3 class=fn>void <a name="remove"></a>TQLayout::remove ( <a href="tqwidget.html">TQWidget</a> * widget ) </h3> Removes the widget <em>widget</em> from the layout. After this call, it @@ -340,7 +340,7 @@ given by rect <em>r</em>. Reimplementors must call this function. <p>Examples: <a href="customlayout-example.html#x1494">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1514">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1471">customlayout/flow.cpp</a>. <p>Reimplemented from <a href="qlayoutitem.html#setGeometry">TQLayoutItem</a>. -<p>Reimplemented in <a href="qgridlayout.html#setGeometry">TQGridLayout</a> and <a href="qboxlayout.html#setGeometry">TQBoxLayout</a>. +<p>Reimplemented in <a href="tqgridlayout.html#setGeometry">TQGridLayout</a> and <a href="qboxlayout.html#setGeometry">TQBoxLayout</a>. <h3 class=fn>void <a name="setMargin"></a>TQLayout::setMargin ( int )<tt> [virtual]</tt> </h3><p>Sets the width of the outside border of the layout. See the <a href="ntqlayout.html#margin-prop">"margin"</a> property for details. @@ -383,7 +383,7 @@ non-top-level layouts; otherwise returns FALSE. <h3 class=fn>int <a name="margin-prop"></a>margin</h3> <p>This property holds the width of the outside border of the layout. <p>For some layout classes this property has an effect only on -top-level layouts; <a href="qboxlayout.html">TQBoxLayout</a> and <a href="qgridlayout.html">TQGridLayout</a> support margins for +top-level layouts; <a href="qboxlayout.html">TQBoxLayout</a> and <a href="tqgridlayout.html">TQGridLayout</a> support margins for child layouts. The default value is 0. <p> <p>See also <a href="#spacing-prop">spacing</a>. diff --git a/doc/html/ntqsplitter.html b/doc/html/ntqsplitter.html index 1f0a008c4..e08a0853b 100644 --- a/doc/html/ntqsplitter.html +++ b/doc/html/ntqsplitter.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQSplitter class implements a splitter widget. <a href="#details">More...</a> <p><tt>#include <<a href="qsplitter-h.html">ntqsplitter.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. <p><a href="qsplitter-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -89,11 +89,11 @@ The TQSplitter class implements a splitter widget. <p> A splitter lets the user control the size of child widgets by dragging the boundary between the children. Any number of widgets may be controlled by a single splitter. -<p> To show a <a href="ntqlistbox.html">TQListBox</a>, a <a href="ntqlistview.html">TQListView</a> and a <a href="tqtextedit.html">TQTextEdit</a> side by side: +<p> To show a <a href="tqlistbox.html">TQListBox</a>, a <a href="tqlistview.html">TQListView</a> and a <a href="tqtextedit.html">TQTextEdit</a> side by side: <pre> TQSplitter *split = new TQSplitter( parent ); - <a href="ntqlistbox.html">TQListBox</a> *lb = new <a href="ntqlistbox.html">TQListBox</a>( split ); - <a href="ntqlistview.html">TQListView</a> *lv = new <a href="ntqlistview.html">TQListView</a>( split ); + <a href="tqlistbox.html">TQListBox</a> *lb = new <a href="tqlistbox.html">TQListBox</a>( split ); + <a href="tqlistview.html">TQListView</a> *lv = new <a href="tqlistview.html">TQListView</a>( split ); <a href="tqtextedit.html">TQTextEdit</a> *ed = new <a href="tqtextedit.html">TQTextEdit</a>( split ); </pre> @@ -117,7 +117,7 @@ other children. It will be reinstated when you <a href="tqwidget.html#show">show is also possible to reorder the widgets within the splitter using <a href="#moveToFirst">moveToFirst</a>() and <a href="#moveToLast">moveToLast</a>(). <p> <img src=qsplitter-m.png> <img src=qsplitter-w.png> -<p> <p>See also <a href="ntqtabbar.html">TQTabBar</a> and <a href="organizers.html">Organizers</a>. +<p> <p>See also <a href="tqtabbar.html">TQTabBar</a> and <a href="organizers.html">Organizers</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ResizeMode-enum"></a>TQSplitter::ResizeMode</h3> @@ -138,12 +138,12 @@ widget's size hint changes. <h3 class=fn><a name="TQSplitter"></a>TQSplitter::TQSplitter ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a horizontal splitter with the <em>parent</em> and <em>name</em> -arguments being passed on to the <a href="ntqframe.html">TQFrame</a> constructor. +arguments being passed on to the <a href="tqframe.html">TQFrame</a> constructor. <h3 class=fn><a name="TQSplitter-2"></a>TQSplitter::TQSplitter ( <a href="ntqt.html#Orientation-enum">Orientation</a> o, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a splitter with orientation <em>o</em> with the <em>parent</em> and -<em>name</em> arguments being passed on to the <a href="ntqframe.html">TQFrame</a> constructor. +<em>name</em> arguments being passed on to the <a href="tqframe.html">TQFrame</a> constructor. <h3 class=fn><a name="~TQSplitter"></a>TQSplitter::~TQSplitter () </h3> diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html index 0bf8b012a..e06ed8faa 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. <a href="#details">More...</a> <p><tt>#include <<a href="qnamespace-h.html">ntqnamespace.h</a>></tt> -<p>Inherited by <a href="tqobject.html">TQObject</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqbrush.html">TQBrush</a>, <a href="tqcanvasitem.html">TQCanvasItem</a>, <a href="ntqcursor.html">TQCursor</a>, <a href="tqpainter.html">TQPainter</a>, <a href="tqevent.html">TQEvent</a>, <a href="tqiconviewitem.html">TQIconViewItem</a>, <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="qlistviewitem.html">TQListViewItem</a>, <a href="qcustommenuitem.html">TQCustomMenuItem</a>, <a href="tqpen.html">TQPen</a>, <a href="tqstylesheetitem.html">TQStyleSheetItem</a>, <a href="tqsyntaxhighlighter.html">TQSyntaxHighlighter</a>, <a href="qtab.html">TQTab</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="tqthread.html">TQThread</a>, <a href="tqtooltip.html">TQToolTip</a>, and <a href="tqwhatsthis.html">TQWhatsThis</a>. +<p>Inherited by <a href="tqobject.html">TQObject</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqbrush.html">TQBrush</a>, <a href="tqcanvasitem.html">TQCanvasItem</a>, <a href="ntqcursor.html">TQCursor</a>, <a href="tqpainter.html">TQPainter</a>, <a href="tqevent.html">TQEvent</a>, <a href="tqiconviewitem.html">TQIconViewItem</a>, <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="tqlistviewitem.html">TQListViewItem</a>, <a href="qcustommenuitem.html">TQCustomMenuItem</a>, <a href="tqpen.html">TQPen</a>, <a href="tqstylesheetitem.html">TQStyleSheetItem</a>, <a href="tqsyntaxhighlighter.html">TQSyntaxHighlighter</a>, <a href="tqtab.html">TQTab</a>, <a href="tqtableitem.html">TQTableItem</a>, <a href="tqthread.html">TQThread</a>, <a href="tqtooltip.html">TQToolTip</a>, and <a href="tqwhatsthis.html">TQWhatsThis</a>. <p><a href="qt-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -755,7 +755,7 @@ interacts with the corresponding bit of the <em>dst</em> pixel. <h3 class=fn><a name="StringComparisonMode-enum"></a>TQt::StringComparisonMode</h3> <p> This enum type is used to set the string comparison mode when -searching for an item. It is used by <a href="ntqlistbox.html">TQListBox</a>, <a href="ntqlistview.html">TQListView</a> and +searching for an item. It is used by <a href="tqlistbox.html">TQListBox</a>, <a href="tqlistview.html">TQListView</a> and <a href="tqiconview.html">TQIconView</a>, for example. We'll refer to the string being searched as the 'target' string. <ul> @@ -782,14 +782,14 @@ it prints outside. <li><tt>TQt::ExpandTabs</tt> - Makes the U+0009 (ASCII tab) character move to the next tab stop. <li><tt>TQt::ShowPrefix</tt> - Displays the string "&P" as <u>P</u> -(see <a href="ntqbutton.html">TQButton</a> for an example). For an ampersand, use "&&". +(see <a href="tqbutton.html">TQButton</a> for an example). For an ampersand, use "&&". <li><tt>TQt::WordBreak</tt> - Breaks lines at appropriate points, e.g. at word boundaries. <li><tt>TQt::BreakAnywhere</tt> - Breaks lines anywhere, even within words. <li><tt>TQt::NoAccel</tt> - Same as ShowPrefix but doesn't draw the underlines. </ul><p> You can use as many modifier flags as you want, except that <a href="#TextFlags-enum">SingleLine</a> and <a href="#TextFlags-enum">WordBreak</a> cannot be combined. <p> Flags that are inappropriate for a given use (e.g. ShowPrefix to -<a href="qgridlayout.html#addWidget">TQGridLayout::addWidget</a>()) are generally ignored. +<a href="tqgridlayout.html#addWidget">TQGridLayout::addWidget</a>()) are generally ignored. <p> <h3 class=fn><a name="TextFormat-enum"></a>TQt::TextFormat</h3> diff --git a/doc/html/ntqvbuttongroup.html b/doc/html/ntqvbuttongroup.html index e450baf1f..22cce2189 100644 --- a/doc/html/ntqvbuttongroup.html +++ b/doc/html/ntqvbuttongroup.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } vertical column. <a href="#details">More...</a> <p><tt>#include <<a href="qvbuttongroup-h.html">ntqvbuttongroup.h</a>></tt> -<p>Inherits <a href="ntqbuttongroup.html">TQButtonGroup</a>. +<p>Inherits <a href="tqbuttongroup.html">TQButtonGroup</a>. <p><a href="qvbuttongroup-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -46,15 +46,15 @@ vertical column. <hr><a name="details"></a><h2>Detailed Description</h2> -The TQVButtonGroup widget organizes <a href="ntqbutton.html">TQButton</a> widgets in a +The TQVButtonGroup widget organizes <a href="tqbutton.html">TQButton</a> widgets in a vertical column. <p> <p> TQVButtonGroup is a convenience class that offers a thin layer on top -of <a href="ntqbuttongroup.html">TQButtonGroup</a>. Think of it as a <a href="ntqvbox.html">TQVBox</a> that offers a frame with a +of <a href="tqbuttongroup.html">TQButtonGroup</a>. Think of it as a <a href="ntqvbox.html">TQVBox</a> that offers a frame with a title and is specifically designed for buttons. -<p> <center><img src="qbuttongroup-v.png" alt="TQButtonGroup"></center> +<p> <center><img src="tqbuttongroup-v.png" alt="TQButtonGroup"></center> <p> <p>See also <a href="ntqhbuttongroup.html">TQHButtonGroup</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="geomanagement.html">Layout Management</a>, and <a href="organizers.html">Organizers</a>. <hr><h2>Member Function Documentation</h2> diff --git a/doc/html/organizers.html b/doc/html/organizers.html index 6195a344d..dd26d58a3 100644 --- a/doc/html/organizers.html +++ b/doc/html/organizers.html @@ -36,18 +36,18 @@ body { background: #ffffff; color: black; } complex applications or dialogs. <p> <p><table width="100%"> -<tr bgcolor=#f0f0f0><td><b><a href="ntqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group +<tr bgcolor=#f0f0f0><td><b><a href="tqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group <tr bgcolor=#f0f0f0><td><b><a href="ntqgroupbox.html">TQGroupBox</a></b><td>Group box frame with a title <tr bgcolor=#f0f0f0><td><b><a href="ntqhbox.html">TQHBox</a></b><td>Horizontal geometry management for its child widgets <tr bgcolor=#f0f0f0><td><b><a href="ntqhbuttongroup.html">TQHButtonGroup</a></b><td>Organizes TQButton widgets in a group with one horizontal row <tr bgcolor=#f0f0f0><td><b><a href="ntqhgroupbox.html">TQHGroupBox</a></b><td>Organizes widgets in a group with one horizontal row <tr bgcolor=#f0f0f0><td><b><a href="ntqsplitter.html">TQSplitter</a></b><td>Implements a splitter widget -<tr bgcolor=#f0f0f0><td><b><a href="ntqtabwidget.html">TQTabWidget</a></b><td>Stack of tabbed widgets +<tr bgcolor=#f0f0f0><td><b><a href="tqtabwidget.html">TQTabWidget</a></b><td>Stack of tabbed widgets <tr bgcolor=#f0f0f0><td><b><a href="ntqvbox.html">TQVBox</a></b><td>Vertical geometry management of its child widgets <tr bgcolor=#f0f0f0><td><b><a href="ntqvbuttongroup.html">TQVButtonGroup</a></b><td>Organizes TQButton widgets in a vertical column <tr bgcolor=#f0f0f0><td><b><a href="ntqvgroupbox.html">TQVGroupBox</a></b><td>Organizes a group of widgets in a vertical column <tr bgcolor=#f0f0f0><td><b><a href="tqwidgetstack.html">TQWidgetStack</a></b><td>Stack of widgets of which only the top widget is user-visible -<tr bgcolor=#f0f0f0><td><b><a href="ntqwizard.html">TQWizard</a></b><td>Framework for wizard dialogs +<tr bgcolor=#f0f0f0><td><b><a href="tqwizard.html">TQWizard</a></b><td>Framework for wizard dialogs <tr bgcolor=#f0f0f0><td><b><a href="tqworkspace.html">TQWorkspace</a></b><td>Workspace window that can contain decorated windows, e.g. for MDI </table> <!-- eof --> diff --git a/doc/html/outliner-example.html b/doc/html/outliner-example.html index 93f84e877..b1ce465b2 100644 --- a/doc/html/outliner-example.html +++ b/doc/html/outliner-example.html @@ -112,10 +112,10 @@ traverse it. #ifndef OUTLINETREE_H #define OUTLINETREE_H -#include <<a href="qlistview-h.html">ntqlistview.h</a>> +#include <<a href="tqlistview-h.html">tqlistview.h</a>> #include <<a href="tqdom-h.html">tqdom.h</a>> -class OutlineTree : public <a href="ntqlistview.html">TQListView</a> +class OutlineTree : public <a href="tqlistview.html">TQListView</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> @@ -126,7 +126,7 @@ public: private: <a href="tqdomdocument.html">TQDomDocument</a> domTree; void getHeaderInformation( const <a href="tqdomelement.html">TQDomElement</a> &header ); - void buildTree( <a href="qlistviewitem.html">TQListViewItem</a> *parentItem, const <a href="tqdomelement.html">TQDomElement</a> &parentElement ); + void buildTree( <a href="tqlistviewitem.html">TQListViewItem</a> *parentItem, const <a href="tqdomelement.html">TQDomElement</a> &parentElement ); }; #endif // OUTLINETREE_H @@ -149,12 +149,12 @@ private: #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> <a name="f522"></a>OutlineTree::OutlineTree( const <a href="tqstring.html">TQString</a> fileName, TQWidget *parent, const char *name ) - : <a href="ntqlistview.html">TQListView</a>( parent, name ) + : <a href="tqlistview.html">TQListView</a>( parent, name ) { // div. configuration of the list view - <a href="ntqlistview.html#addColumn">addColumn</a>( "Outlines" ); - <a href="ntqlistview.html#setSorting">setSorting</a>( -1 ); - <a href="ntqlistview.html#setRootIsDecorated">setRootIsDecorated</a>( TRUE ); + <a href="tqlistview.html#addColumn">addColumn</a>( "Outlines" ); + <a href="tqlistview.html#setSorting">setSorting</a>( -1 ); + <a href="tqlistview.html#setRootIsDecorated">setRootIsDecorated</a>( TRUE ); // read the XML file and create DOM tree <a href="tqfile.html">TQFile</a> opmlFile( fileName ); @@ -212,7 +212,7 @@ void <a name="f523"></a>OutlineTree::getHeaderInformation( const <a href="tqdome if ( node.<a href="tqdomnode.html#nodeName">nodeName</a>() == "title" ) { <a href="tqdomtext.html">TQDomText</a> textChild = node.<a href="tqdomnode.html#firstChild">firstChild</a>().toText(); if ( !textChild.<a href="tqdomnode.html#isNull">isNull</a>() ) { -<a name="x1912"></a> <a href="ntqlistview.html#setColumnText">setColumnText</a>( 0, textChild.<a href="tqdomnode.html#nodeValue">nodeValue</a>() ); +<a name="x1912"></a> <a href="tqlistview.html#setColumnText">setColumnText</a>( 0, textChild.<a href="tqdomnode.html#nodeValue">nodeValue</a>() ); } } } @@ -220,18 +220,18 @@ void <a name="f523"></a>OutlineTree::getHeaderInformation( const <a href="tqdome } } -void <a name="f524"></a>OutlineTree::buildTree( <a href="qlistviewitem.html">TQListViewItem</a> *parentItem, const <a href="tqdomelement.html">TQDomElement</a> &parentElement ) +void <a name="f524"></a>OutlineTree::buildTree( <a href="tqlistviewitem.html">TQListViewItem</a> *parentItem, const <a href="tqdomelement.html">TQDomElement</a> &parentElement ) { - <a href="qlistviewitem.html">TQListViewItem</a> *thisItem = 0; + <a href="tqlistviewitem.html">TQListViewItem</a> *thisItem = 0; <a href="tqdomnode.html">TQDomNode</a> node = parentElement.<a href="tqdomnode.html#firstChild">firstChild</a>(); while ( !node.<a href="tqdomnode.html#isNull">isNull</a>() ) { if ( node.<a href="tqdomnode.html#isElement">isElement</a>() && node.<a href="tqdomnode.html#nodeName">nodeName</a>() == "outline" ) { // add a new list view item for the outline if ( parentItem == 0 ) - thisItem = new <a href="qlistviewitem.html">TQListViewItem</a>( this, thisItem ); + thisItem = new <a href="tqlistviewitem.html">TQListViewItem</a>( this, thisItem ); else - thisItem = new <a href="qlistviewitem.html">TQListViewItem</a>( parentItem, thisItem ); -<a name="x1916"></a> thisItem-><a href="qlistviewitem.html#setText">setText</a>( 0, node.<a href="tqdomnode.html#toElement">toElement</a>().attribute( "text" ) ); + thisItem = new <a href="tqlistviewitem.html">TQListViewItem</a>( parentItem, thisItem ); +<a name="x1916"></a> thisItem-><a href="tqlistviewitem.html#setText">setText</a>( 0, node.<a href="tqdomnode.html#toElement">toElement</a>().attribute( "text" ) ); // recursive build of the tree buildTree( thisItem, node.<a href="tqdomnode.html#toElement">toElement</a>() ); } diff --git a/doc/html/pictures.html b/doc/html/pictures.html index ddb0d0167..d487dcca1 100644 --- a/doc/html/pictures.html +++ b/doc/html/pictures.html @@ -41,7 +41,7 @@ Solutions</a>, and <a href="http://www.trolltech.com/freesoftware/index.html">Us additions</a>. <p> <p> Below we have three views seperated by <a href="ntqsplitter.html">TQSplitter</a>s. At the -top-left there's a <a href="ntqlistbox.html">TQListBox</a>, at the top-right there's a <a href="ntqlistview.html">TQListView</a> with a <a href="ntqheader.html">TQHeader</a> and two <a href="tqscrollbar.html">TQScrollBar</a>s. And at the +top-left there's a <a href="tqlistbox.html">TQListBox</a>, at the top-right there's a <a href="tqlistview.html">TQListView</a> with a <a href="tqheader.html">TQHeader</a> and two <a href="tqscrollbar.html">TQScrollBar</a>s. And at the bottom there's a <a href="tqiconview.html">TQIconView</a>. <p> <center><img src="splitter-views-w.png"></center> <p> Below we present a <a href="tqmainwindow.html">TQMainWindow</a> which has @@ -67,20 +67,20 @@ need to be platform independent. <p> <center><img src="tqcolordlg-w.png"></center> <p> Messages are presented using <a href="ntqmessagebox.html">TQMessageBox</a>es, as shown below. <p> <center><img src="qmsgbox-w.png"></center> -<p> The image below shows a <a href="ntqprogressdialog.html">TQProgressDialog</a>. The <a href="ntqprogressbar.html">TQProgressBar</a> can +<p> The image below shows a <a href="tqprogressdialog.html">TQProgressDialog</a>. The <a href="tqprogressbar.html">TQProgressBar</a> can also be used as a separate widget. <p> <center><img src="qprogdlg-w.png"></center> <p> In the screenshot below we have a <a href="ntqgroupbox.html">TQGroupBox</a> that contains a <a href="tqlineedit.html">TQLineEdit</a>, a read-only <a href="tqcombobox.html">TQComboBox</a> and an editable <a href="tqcombobox.html">TQComboBox</a>. <p> <center><img src="groupbox-w.png"></center> <p> The screenshot below shows a <a href="tqpopupmenu.html">TQPopupMenu</a>. <p> <center><img src="qpopmenu-w.png"></center> -<p> In the screenshot below there's a <a href="ntqbuttongroup.html">TQButtonGroup</a> containing four <a href="tqradiobutton.html">TQRadioButton</a>s and two <a href="tqcheckbox.html">TQCheckBox</a>es. +<p> In the screenshot below there's a <a href="tqbuttongroup.html">TQButtonGroup</a> containing four <a href="tqradiobutton.html">TQRadioButton</a>s and two <a href="tqcheckbox.html">TQCheckBox</a>es. <p> <center><img src="buttongroup-w.png"></center> <p> -<p> The screenshot below shows a <a href="ntqtabdialog.html">TQTabDialog</a>. The tabs (<a href="ntqtabbar.html">TQTabBar</a>) or the -more convenient class <a href="ntqtabwidget.html">TQTabWidget</a>, which combines a tab bar with +<p> The screenshot below shows a <a href="tqtabdialog.html">TQTabDialog</a>. The tabs (<a href="tqtabbar.html">TQTabBar</a>) or the +more convenient class <a href="tqtabwidget.html">TQTabWidget</a>, which combines a tab bar with the pages, can be used separately. In the visible page you see a <a href="tqlabel.html">TQLabel</a>, the range controls <a href="tqslider.html">TQSlider</a> and <a href="tqspinbox.html">TQSpinBox</a> and below a <a href="tqlcdnumber.html">TQLCDNumber</a>. In the bottom row there are some <a href="tqpushbutton.html">TQPushButton</a>s. -<p> <center><img src="qtabdlg-w.png"></center> +<p> <center><img src="tqtabdlg-w.png"></center> <p> In the screenshot below there's a <a href="tqtextbrowser.html">TQTextBrowser</a> displaying a HTML page. See also <a href="tqtextedit.html">TQTextEdit</a>. <p> <center><img src="tqtextbrowser-w.png"></center> diff --git a/doc/html/popup-example.html b/doc/html/popup-example.html index 0a676a704..c4ff23345 100644 --- a/doc/html/popup-example.html +++ b/doc/html/popup-example.html @@ -75,7 +75,7 @@ private: }; - class Frame : public <a href="ntqframe.html">TQFrame</a> + class Frame : public <a href="tqframe.html">TQFrame</a> { TQ_OBJECT public: @@ -91,7 +91,7 @@ private: <a href="tqpushbutton.html">TQPushButton</a> *button1; <a href="tqpushbutton.html">TQPushButton</a> *button2; - <a href="ntqframe.html">TQFrame</a>* popup1; + <a href="tqframe.html">TQFrame</a>* popup1; FancyPopup* popup2; }; @@ -116,7 +116,7 @@ private: <a name="f468"></a>FancyPopup::FancyPopup( <a href="tqwidget.html">TQWidget</a>* parent, const char* name ): <a href="tqlabel.html">TQLabel</a>( parent, name, WType_Popup ){ - <a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( WinPanel|Raised ); + <a href="tqframe.html#setFrameStyle">setFrameStyle</a>( WinPanel|Raised ); <a href="tqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); <a href="tqwidget.html#resize">resize</a>(150,100); moves = 0; @@ -165,11 +165,11 @@ void <a name="f469"></a>FancyPopup::popup( <a href="tqwidget.html">TQWidget</a>* -<a name="f470"></a>Frame::Frame(TQWidget* parent, const char* name): <a href="ntqframe.html">TQFrame</a>(parent, name){ +<a name="f470"></a>Frame::Frame(TQWidget* parent, const char* name): <a href="tqframe.html">TQFrame</a>(parent, name){ button1 = new <a href="tqpushbutton.html">TQPushButton</a>("Simple Popup", this); - <a href="tqobject.html#connect">connect</a> ( button1, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), TQ_SLOT( button1Clicked() ) ); + <a href="tqobject.html#connect">connect</a> ( button1, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), TQ_SLOT( button1Clicked() ) ); button2 = new <a href="tqpushbutton.html">TQPushButton</a>("Fancy Popup", this); -<a name="x1606"></a> <a href="tqobject.html#connect">connect</a> ( button2, TQ_SIGNAL( <a href="ntqbutton.html#pressed">pressed</a>() ), TQ_SLOT( button2Pressed() ) ); +<a name="x1606"></a> <a href="tqobject.html#connect">connect</a> ( button2, TQ_SIGNAL( <a href="tqbutton.html#pressed">pressed</a>() ), TQ_SLOT( button2Pressed() ) ); <a href="qboxlayout.html">TQBoxLayout</a> * l = new <a href="qhboxlayout.html">TQHBoxLayout</a>( this ); <a name="x1627"></a><a name="x1614"></a> button1-><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>(button1-><a href="tqwidget.html#sizeHint">sizeHint</a>()); @@ -185,15 +185,15 @@ void <a name="f469"></a>FancyPopup::popup( <a href="tqwidget.html">TQWidget</a>* //create a very simple popup: it is just composed with other //widget and will be shown after clicking on button1 - popup1 = new <a href="ntqframe.html">TQFrame</a>( this ,0, WType_Popup); - popup1-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( WinPanel|Raised ); + popup1 = new <a href="tqframe.html">TQFrame</a>( this ,0, WType_Popup); + popup1-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( WinPanel|Raised ); popup1-><a href="tqwidget.html#resize">resize</a>(150,100); <a href="tqlineedit.html">TQLineEdit</a> *tmpE = new <a href="tqlineedit.html">TQLineEdit</a>( popup1 ); <a name="x1619"></a><a name="x1610"></a> <a href="tqobject.html#connect">connect</a>( tmpE, TQ_SIGNAL( <a href="tqlineedit.html#returnPressed">returnPressed</a>() ), popup1, TQ_SLOT( <a href="tqwidget.html#hide">hide</a>() ) ); <a name="x1626"></a> tmpE-><a href="tqwidget.html#setGeometry">setGeometry</a>(10,10, 130, 30); <a name="x1625"></a> tmpE-><a href="tqwidget.html#setFocus">setFocus</a>(); <a href="tqpushbutton.html">TQPushButton</a> *tmpB = new <a href="tqpushbutton.html">TQPushButton</a>("Click me!", popup1); -<a name="x1616"></a> <a href="tqobject.html#connect">connect</a>( tmpB, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), popup1, TQ_SLOT( <a href="tqwidget.html#close">close</a>() ) ); +<a name="x1616"></a> <a href="tqobject.html#connect">connect</a>( tmpB, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), popup1, TQ_SLOT( <a href="tqwidget.html#close">close</a>() ) ); tmpB-><a href="tqwidget.html#setGeometry">setGeometry</a>(10, 50, 130, 30); // the fancier version uses its own class. It will be shown when diff --git a/doc/html/porting.html b/doc/html/porting.html index 6f4319693..edfca2aee 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -335,20 +335,20 @@ new code. <li> <a href="tqfontdatabase.html#weight">TQFontDatabase::weight</a>( const TQString & family, const TQString & style, const TQString & ) const <li> <a href="tqlabel.html#autoResize">TQLabel::autoResize</a>() const <li> <a href="tqlabel.html#setAutoResize">TQLabel::setAutoResize</a>( bool enable ) -<li> <a href="ntqlistbox.html#cellHeight">TQListBox::cellHeight</a>( int i ) const +<li> <a href="tqlistbox.html#cellHeight">TQListBox::cellHeight</a>( int i ) const <li> TQListBox::cellHeight() const -<li> <a href="ntqlistbox.html#cellWidth">TQListBox::cellWidth</a>() const -<li> <a href="ntqlistbox.html#findItem">TQListBox::findItem</a>( int yPos ) const -<li> <a href="ntqlistbox.html#inSort">TQListBox::inSort</a>( const <a href="qlistboxitem.html">TQListBoxItem</a> *lbi ) +<li> <a href="tqlistbox.html#cellWidth">TQListBox::cellWidth</a>() const +<li> <a href="tqlistbox.html#findItem">TQListBox::findItem</a>( int yPos ) const +<li> <a href="tqlistbox.html#inSort">TQListBox::inSort</a>( const <a href="tqlistboxitem.html">TQListBoxItem</a> *lbi ) <li> TQListBox::inSort( const <a href="tqstring.html">TQString</a> & text ) -<li> <a href="ntqlistbox.html#itemYPos">TQListBox::itemYPos</a>( int index, int *yPos ) const -<li> <a href="ntqlistbox.html#numCols">TQListBox::numCols</a>() const -<li> <a href="ntqlistbox.html#totalHeight">TQListBox::totalHeight</a>() const -<li> <a href="ntqlistbox.html#totalWidth">TQListBox::totalWidth</a>() const -<li> <a href="qlistboxitem.html#current">TQListBoxItem::current</a>() const -<li> <a href="qlistboxitem.html#selected">TQListBoxItem::selected</a>() const -<li> <a href="ntqlistview.html#removeItem">TQListView::removeItem</a>( <a href="qlistviewitem.html">TQListViewItem</a> *item ) -<li> <a href="qlistviewitem.html#removeItem">TQListViewItem::removeItem</a>( TQListViewItem *item ) +<li> <a href="tqlistbox.html#itemYPos">TQListBox::itemYPos</a>( int index, int *yPos ) const +<li> <a href="tqlistbox.html#numCols">TQListBox::numCols</a>() const +<li> <a href="tqlistbox.html#totalHeight">TQListBox::totalHeight</a>() const +<li> <a href="tqlistbox.html#totalWidth">TQListBox::totalWidth</a>() const +<li> <a href="tqlistboxitem.html#current">TQListBoxItem::current</a>() const +<li> <a href="tqlistboxitem.html#selected">TQListBoxItem::selected</a>() const +<li> <a href="tqlistview.html#removeItem">TQListView::removeItem</a>( <a href="tqlistviewitem.html">TQListViewItem</a> *item ) +<li> <a href="tqlistviewitem.html#removeItem">TQListViewItem::removeItem</a>( TQListViewItem *item ) <li> <a href="tqmainwindow.html#addToolBar">TQMainWindow::addToolBar</a>( <a href="ntqdockwindow.html">TQDockWindow</a> *, Dock = DockTop, bool newLine = FALSE ) <li> TQMainWindow::addToolBar( TQDockWindow *, const TQString & label, Dock = DockTop, bool newLine = FALSE ) <li> <a href="tqmainwindow.html#lineUpToolBars">TQMainWindow::lineUpToolBars</a>( bool keepNewLines = FALSE ) @@ -371,10 +371,10 @@ new code. <li> <a href="tqstyle.html#defaultFrameWidth">TQStyle::defaultFrameWidth</a>() const <li> <a href="tqstyle.html#scrollBarExtent">TQStyle::scrollBarExtent</a>() const <li> <a href="tqstyle.html#tabbarMetrics">TQStyle::tabbarMetrics</a>( const <a href="tqwidget.html">TQWidget</a> *t, int & hf, int & vf, int & ov ) const -<li> <a href="ntqtabdialog.html#isTabEnabled">TQTabDialog::isTabEnabled</a>( const char *name ) const -<li> <a href="ntqtabdialog.html#selected">TQTabDialog::selected</a>( const <a href="tqstring.html">TQString</a> & ) +<li> <a href="tqtabdialog.html#isTabEnabled">TQTabDialog::isTabEnabled</a>( const char *name ) const +<li> <a href="tqtabdialog.html#selected">TQTabDialog::selected</a>( const <a href="tqstring.html">TQString</a> & ) <li> TQTabDialog::selected( const TQString & tabLabel ) -<li> <a href="ntqtabdialog.html#setTabEnabled">TQTabDialog::setTabEnabled</a>( const char *name, bool enable ) +<li> <a href="tqtabdialog.html#setTabEnabled">TQTabDialog::setTabEnabled</a>( const char *name, bool enable ) <li> <a href="tqtextstream.html#TQTextStream">TQTextStream::TQTextStream</a>( TQString & str, int filemode ) <li> <a href="tqtoolbar.html#TQToolBar">TQToolBar::TQToolBar</a>( const TQString & label, <a href="tqmainwindow.html">TQMainWindow</a> *, ToolBarDock = DockTop, bool newLine = FALSE, const char *name = 0 ) <li> <a href="tqtooltip.html#enabled">TQToolTip::enabled</a>() @@ -390,7 +390,7 @@ new code. <li> <a href="tqwidget.html#setBackgroundPixmap">TQWidget::setBackgroundPixmap</a>( const <a href="tqpixmap.html">TQPixmap</a> & pm ) <li> <a href="tqwidget.html#setFont">TQWidget::setFont</a>( const <a href="tqfont.html">TQFont</a> & f, bool ) <li> <a href="tqwidget.html#setPalette">TQWidget::setPalette</a>( const <a href="tqpalette.html">TQPalette</a> & p, bool ) -<li> <a href="ntqwizard.html#setFinish">TQWizard::setFinish</a>( <a href="tqwidget.html">TQWidget</a> *, bool ) +<li> <a href="tqwizard.html#setFinish">TQWizard::setFinish</a>( <a href="tqwidget.html">TQWidget</a> *, bool ) <li> <a href="tqxmlinputsource.html#TQXmlInputSource">TQXmlInputSource::TQXmlInputSource</a>( <a href="tqfile.html">TQFile</a> & file ) <li> TQXmlInputSource::TQXmlInputSource( <a href="tqtextstream.html">TQTextStream</a> & stream ) <li> <a href="tqxmlreader.html#parse">TQXmlReader::parse</a>( const <a href="tqxmlinputsource.html">TQXmlInputSource</a> & input ) @@ -424,10 +424,10 @@ names are no longer avaialable. <tr bgcolor="#d0d0d0"> <td valign="top">TQStack <td valign="top"><a href="tqptrstack.html">TQPtrStack</a> <td valign="top"><tt><tqptrstack.h></tt> <tr bgcolor="#f0f0f0"> <td valign="top">TQVector <td valign="top"><a href="tqptrvector.html">TQPtrVector</a> <td valign="top"><tt><tqptrvector.h></tt> </table></center> -<p> <h2> <a href="ntqbuttongroup.html">TQButtonGroup</a> +<p> <h2> <a href="tqbuttongroup.html">TQButtonGroup</a> </h2> -<a name="7"></a><p> In TQt 2.x, the function <a href="ntqbuttongroup.html#selected">TQButtonGroup::selected</a>() returns the selected -<em>radio</em> button (<a href="tqradiobutton.html">TQRadioButton</a>). In TQt 3.0, it returns the selected <em>toggle</em> button (<a href="ntqbutton.html#toggleButton-prop">TQButton::toggleButton</a>), a more general concept. +<a name="7"></a><p> In TQt 2.x, the function <a href="tqbuttongroup.html#selected">TQButtonGroup::selected</a>() returns the selected +<em>radio</em> button (<a href="tqradiobutton.html">TQRadioButton</a>). In TQt 3.0, it returns the selected <em>toggle</em> button (<a href="tqbutton.html#toggleButton-prop">TQButton::toggleButton</a>), a more general concept. This might affect programs that use TQButtonGroups that contain a mixture of radio buttons and non-radio (e.g. <a href="tqcheckbox.html">TQCheckBox</a>) toggle buttons. <p> <h2> <a href="tqdate.html">TQDate</a> @@ -475,7 +475,7 @@ for the <tt>echo</tt> parameter. </h2> <a name="12"></a><p> The definitions of <a href="qglayoutiterator.html">TQGLayoutIterator</a>, <a href="ntqlayout.html">TQLayout</a>, <a href="qlayoutitem.html">TQLayoutItem</a>, <a href="qlayoutiterator.html">TQLayoutIterator</a>, <a href="qspaceritem.html">TQSpacerItem</a> and <a href="tqwidgetitem.html">TQWidgetItem</a> have been moved from <tt><ntqabstractlayout.h></tt> to <tt><ntqlayout.h></tt>. The header <tt><ntqabstractlayout.h></tt> now includes <tt><ntqlayout.h></tt> for compatibility. It might be removed in a future version. -<p> <h2> <a href="qlistviewitem.html">TQListViewItem</a> +<p> <h2> <a href="tqlistviewitem.html">TQListViewItem</a> </h2> <a name="13"></a><p> The paintBranches() function in TQt 2.x had a GUIStyle parameter; this has been dropped for TQt 3.x since GUI style is handled by the new @@ -654,8 +654,8 @@ or a plain <a href="tqptrlist.html">TQPtrList</a> instead. <p> <h2> TQTableView </h2> <a name="20"></a><p> The TQTableView class has been obsoleted and is no longer a part of the -TQt API. Either use the powerful <a href="ntqtable.html">TQTable</a> class or the simplistic -<a href="ntqgridview.html">TQGridView</a> in any new code you create. If you really need the old table +TQt API. Either use the powerful <a href="tqtable.html">TQTable</a> class or the simplistic +<a href="tqgridview.html">TQGridView</a> in any new code you create. If you really need the old table view for compatibility you can find it in <tt>$TQTDIR/src/attic/qttableview.{cpp,h}</tt>. Note that the class has been renamed from TQTableView to TQtTableView to avoid name clashes. To use it, simply include it in your project and rename TQTableView to @@ -764,7 +764,7 @@ transparent-looking widget. In general, this approach is slow and processor hungry. TQt 3.0 uses the BackgroundOrigin which provides vastly improved performance and more flexibility in most cases. The few classes for which the AutoMask property is still the best approach -are <a href="tqcheckbox.html">TQCheckBox</a>, <a href="tqcombobox.html">TQComboBox</a>, <a href="tqpushbutton.html">TQPushButton</a>, <a href="tqradiobutton.html">TQRadioButton</a> and <a href="ntqtabwidget.html">TQTabWidget</a>. +are <a href="tqcheckbox.html">TQCheckBox</a>, <a href="tqcombobox.html">TQComboBox</a>, <a href="tqpushbutton.html">TQPushButton</a>, <a href="tqradiobutton.html">TQRadioButton</a> and <a href="tqtabwidget.html">TQTabWidget</a>. <p> <h2> Bezier Curves </h2> <a name="28"></a><p> The function names for Bezier curves in <a href="tqpainter.html">TQPainter</a> and <a href="tqpointarray.html">TQPointArray</a> have @@ -777,8 +777,8 @@ replace these calls with <li> TQPointArray <a href="tqpointarray.html#cubicBezier">TQPointArray::cubicBezier</a>() const </ul> respectively. Neither the arguments nor the resulting curve have changed. -<p> <h2> Locale-aware String Comparisons in <a href="tqiconview.html">TQIconView</a>, <a href="ntqlistbox.html">TQListBox</a>, -<a href="ntqlistview.html">TQListView</a> and <a href="ntqtable.html">TQTable</a> +<p> <h2> Locale-aware String Comparisons in <a href="tqiconview.html">TQIconView</a>, <a href="tqlistbox.html">TQListBox</a>, +<a href="tqlistview.html">TQListView</a> and <a href="tqtable.html">TQTable</a> </h2> <a name="29"></a><p> In TQt 2.x, <a href="tqstring.html">TQString</a> only provided string comparisons using the Unicode values of the characters of a string. This is efficient and reliable, @@ -786,11 +786,11 @@ but it is not the appropriate order for most languages. For example, French users expect 'é' (e acute) to be treated essentially as 'e' and not put after 'z'. <p> In TQt 3.0, <a href="tqstring.html#localeAwareCompare">TQString::localeAwareCompare</a>() implements locale aware -string comparisions on certain platforms. The classes <a href="tqiconview.html">TQIconView</a>, <a href="ntqlistbox.html">TQListBox</a>, <a href="ntqlistview.html">TQListView</a> and <a href="ntqtable.html">TQTable</a> now use +string comparisions on certain platforms. The classes <a href="tqiconview.html">TQIconView</a>, <a href="tqlistbox.html">TQListBox</a>, <a href="tqlistview.html">TQListView</a> and <a href="tqtable.html">TQTable</a> now use TQString::localeAwareCompare() instead of <a href="tqstring.html#compare">TQString::compare</a>(). If you want to control the behaviour yourself you can always reimplement -<a href="tqiconviewitem.html#compare">TQIconViewItem::compare</a>(), <a href="ntqlistbox.html#text">TQListBox::text</a>(), <a href="qlistviewitem.html#compare">TQListViewItem::compare</a>() -or <a href="qtableitem.html#key">TQTableItem::key</a>() as appropriate. +<a href="tqiconviewitem.html#compare">TQIconViewItem::compare</a>(), <a href="tqlistbox.html#text">TQListBox::text</a>(), <a href="tqlistviewitem.html#compare">TQListViewItem::compare</a>() +or <a href="tqtableitem.html#key">TQTableItem::key</a>() as appropriate. <p> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/process-example.html b/doc/html/process-example.html index 1eef600d3..438c4dbaf 100644 --- a/doc/html/process-example.html +++ b/doc/html/process-example.html @@ -82,7 +82,7 @@ private: // Layout output = new <a href="tqtextview.html">TQTextView</a>( this ); quitButton = new <a href="tqpushbutton.html">TQPushButton</a>( <a href="tqobject.html#tr">tr</a>("Quit"), this ); - <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), + <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); <a href="tqwidget.html#resize">resize</a>( 500, 500 ); diff --git a/doc/html/progress-example.html b/doc/html/progress-example.html index a06b39114..afd65d4c9 100644 --- a/doc/html/progress-example.html +++ b/doc/html/progress-example.html @@ -48,7 +48,7 @@ demonstrates simple use of menus. ** *****************************************************************************/ -#include <<a href="qprogressdialog-h.html">ntqprogressdialog.h</a>> +#include <<a href="tqprogressdialog-h.html">tqprogressdialog.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> @@ -260,7 +260,7 @@ private: void timerEvent( <a href="tqtimerevent.html">TQTimerEvent</a>* ) { if (!got_stop) -<a name="x86"></a><a name="x85"></a> pb-><a href="ntqprogressdialog.html#setProgress">setProgress</a>( pb-><a href="ntqprogressdialog.html#totalSteps">totalSteps</a>() - rects ); +<a name="x86"></a><a name="x85"></a> pb-><a href="tqprogressdialog.html#setProgress">setProgress</a>( pb-><a href="tqprogressdialog.html#totalSteps">totalSteps</a>() - rects ); rects--; { @@ -281,7 +281,7 @@ private: if (!rects || got_stop) { if (!got_stop) - pb-><a href="ntqprogressdialog.html#setProgress">setProgress</a>( pb-><a href="ntqprogressdialog.html#totalSteps">totalSteps</a>() ); + pb-><a href="tqprogressdialog.html#setProgress">setProgress</a>( pb-><a href="tqprogressdialog.html#totalSteps">totalSteps</a>() ); <a href="tqpainter.html">TQPainter</a> p(this); p.<a href="tqpainter.html#fillRect">fillRect</a>(0, 0, width(), height(), backgroundColor()); enableDrawingItems(TRUE); @@ -291,14 +291,14 @@ private: } } - <a href="ntqprogressdialog.html">TQProgressDialog</a>* newProgressDialog( const char* label, int steps, bool modal ) + <a href="tqprogressdialog.html">TQProgressDialog</a>* newProgressDialog( const char* label, int steps, bool modal ) { - <a href="ntqprogressdialog.html">TQProgressDialog</a> *d = new <a href="ntqprogressdialog.html">TQProgressDialog</a>(label, "Cancel", steps, this, + <a href="tqprogressdialog.html">TQProgressDialog</a> *d = new <a href="tqprogressdialog.html">TQProgressDialog</a>(label, "Cancel", steps, this, "progress", modal); if ( options-><a href="tqmenudata.html#isItemChecked">isItemChecked</a>( md_id ) ) -<a name="x84"></a> d-><a href="ntqprogressdialog.html#setMinimumDuration">setMinimumDuration</a>(0); +<a name="x84"></a> d-><a href="tqprogressdialog.html#setMinimumDuration">setMinimumDuration</a>(0); if ( !default_label ) -<a name="x83"></a> d-><a href="ntqprogressdialog.html#setLabel">setLabel</a>( new AnimatedThingy(d,label) ); +<a name="x83"></a> d-><a href="tqprogressdialog.html#setLabel">setLabel</a>( new AnimatedThingy(d,label) ); return d; } @@ -320,19 +320,19 @@ private: pb = newProgressDialog("Drawing rectangles.\n" "Using timer event.", n, FALSE); pb-><a href="tqwidget.html#setCaption">setCaption</a>("Please Wait"); -<a name="x82"></a> connect(pb, TQ_SIGNAL(<a href="ntqprogressdialog.html#cancelled">cancelled</a>()), this, TQ_SLOT(stopDrawing())); +<a name="x82"></a> connect(pb, TQ_SIGNAL(<a href="tqprogressdialog.html#cancelled">cancelled</a>()), this, TQ_SLOT(stopDrawing())); enableDrawingItems(FALSE); startTimer(0); got_stop = FALSE; } else { - <a href="ntqprogressdialog.html">TQProgressDialog</a>* lpb = newProgressDialog( + <a href="tqprogressdialog.html">TQProgressDialog</a>* lpb = newProgressDialog( "Drawing rectangles.\nUsing loop.", n, TRUE); lpb-><a href="tqwidget.html#setCaption">setCaption</a>("Please Wait"); <a href="tqpainter.html">TQPainter</a> p(this); for (int i=0; i<n; i++) { - lpb-><a href="ntqprogressdialog.html#setProgress">setProgress</a>(i); -<a name="x87"></a> if ( lpb-><a href="ntqprogressdialog.html#wasCancelled">wasCancelled</a>() ) + lpb-><a href="tqprogressdialog.html#setProgress">setProgress</a>(i); +<a name="x87"></a> if ( lpb-><a href="tqprogressdialog.html#wasCancelled">wasCancelled</a>() ) break; <a href="tqcolor.html">TQColor</a> c(rand()%255, rand()%255, rand()%255); @@ -350,7 +350,7 @@ private: } <a href="tqmenubar.html">TQMenuBar</a>* menubar; - <a href="ntqprogressdialog.html">TQProgressDialog</a>* pb; + <a href="tqprogressdialog.html">TQProgressDialog</a>* pb; <a href="tqpopupmenu.html">TQPopupMenu</a>* options; int td_id, ld_id; int dl_id, cl_id; diff --git a/doc/html/progressbar-example.html b/doc/html/progressbar-example.html index ade0aaa17..54a1e21ff 100644 --- a/doc/html/progressbar-example.html +++ b/doc/html/progressbar-example.html @@ -49,14 +49,14 @@ This example shows how to use a progress bar. #ifndef PROGRESSBAR_H #define PROGRESSBAR_H -#include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> +#include <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>> #include <<a href="tqtimer-h.html">tqtimer.h</a>> class TQRadioButton; class TQPushButton; class TQProgressBar; -class ProgressBar : public <a href="ntqbuttongroup.html">TQButtonGroup</a> +class ProgressBar : public <a href="tqbuttongroup.html">TQButtonGroup</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> @@ -66,7 +66,7 @@ public: protected: <a href="tqradiobutton.html">TQRadioButton</a> *slow, *normal, *fast; <a href="tqpushbutton.html">TQPushButton</a> *start, *pause, *reset; - <a href="ntqprogressbar.html">TQProgressBar</a> *progress; + <a href="tqprogressbar.html">TQProgressBar</a> *progress; <a href="tqtimer.html">TQTimer</a> timer; protected slots: @@ -95,7 +95,7 @@ protected slots: #include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> -#include <<a href="qprogressbar-h.html">ntqprogressbar.h</a>> +#include <<a href="tqprogressbar-h.html">tqprogressbar.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="qmotifstyle-h.html">ntqmotifstyle.h</a>> @@ -107,13 +107,13 @@ protected slots: */ <a name="f346"></a>ProgressBar::ProgressBar( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) - : <a href="ntqbuttongroup.html">TQButtonGroup</a>( 0, Horizontal, "Progress Bar", parent, name ), timer() + : <a href="tqbuttongroup.html">TQButtonGroup</a>( 0, Horizontal, "Progress Bar", parent, name ), timer() { - <a href="ntqframe.html#setMargin">setMargin</a>( 10 ); + <a href="tqframe.html#setMargin">setMargin</a>( 10 ); - <a href="qgridlayout.html">TQGridLayout</a>* toplayout = new <a href="qgridlayout.html">TQGridLayout</a>( <a href="tqwidget.html#layout">layout</a>(), 2, 2, 5); + <a href="tqgridlayout.html">TQGridLayout</a>* toplayout = new <a href="tqgridlayout.html">TQGridLayout</a>( <a href="tqwidget.html#layout">layout</a>(), 2, 2, 5); - <a href="ntqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>( TRUE ); + <a href="tqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>( TRUE ); // insert three radiobuttons which the user can use // to set the speed of the progress and two pushbuttons @@ -122,7 +122,7 @@ protected slots: normal = new <a href="tqradiobutton.html">TQRadioButton</a>( "&Normal", this ); fast = new <a href="tqradiobutton.html">TQRadioButton</a>( "&Fast", this ); <a href="qvboxlayout.html">TQVBoxLayout</a>* vb1 = new <a href="qvboxlayout.html">TQVBoxLayout</a>; -<a name="x964"></a> toplayout-><a href="qgridlayout.html#addLayout">addLayout</a>( vb1, 0, 0 ); +<a name="x964"></a> toplayout-><a href="tqgridlayout.html#addLayout">addLayout</a>( vb1, 0, 0 ); vb1-><a href="qboxlayout.html#addWidget">addWidget</a>( slow ); vb1-><a href="qboxlayout.html#addWidget">addWidget</a>( normal ); vb1-><a href="qboxlayout.html#addWidget">addWidget</a>( fast ); @@ -131,18 +131,18 @@ protected slots: start = new <a href="tqpushbutton.html">TQPushButton</a>( "&Start", this ); reset = new <a href="tqpushbutton.html">TQPushButton</a>( "&Reset", this ); <a href="qvboxlayout.html">TQVBoxLayout</a>* vb2 = new <a href="qvboxlayout.html">TQVBoxLayout</a>; - toplayout-><a href="qgridlayout.html#addLayout">addLayout</a>( vb2, 0, 1 ); + toplayout-><a href="tqgridlayout.html#addLayout">addLayout</a>( vb2, 0, 1 ); vb2-><a href="qboxlayout.html#addWidget">addWidget</a>( start ); vb2-><a href="qboxlayout.html#addWidget">addWidget</a>( reset ); // Create the progressbar - progress = new <a href="ntqprogressbar.html">TQProgressBar</a>( 100, this ); + progress = new <a href="tqprogressbar.html">TQProgressBar</a>( 100, this ); <a name="x975"></a> // progress-><a href="tqwidget.html#setStyle">setStyle</a>( new <a href="ntqmotifstyle.html">TQMotifStyle</a>() ); -<a name="x965"></a> toplayout-><a href="qgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>( progress, 1, 1, 0, 1 ); +<a name="x965"></a> toplayout-><a href="tqgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>( progress, 1, 1, 0, 1 ); // connect the clicked() SIGNALs of the pushbuttons to SLOTs -<a name="x962"></a> <a href="tqobject.html#connect">connect</a>( start, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotStart() ) ); - <a href="tqobject.html#connect">connect</a>( reset, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotReset() ) ); +<a name="x962"></a> <a href="tqobject.html#connect">connect</a>( start, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotStart() ) ); + <a href="tqobject.html#connect">connect</a>( reset, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotReset() ) ); // connect the timeout() TQ_SIGNAL of the progress-timer to a TQ_SLOT <a href="tqobject.html#connect">connect</a>( &timer, TQ_SIGNAL( timeout() ), this, TQ_SLOT( slotTimeout() ) ); @@ -166,15 +166,15 @@ protected slots: void <a name="f347"></a>ProgressBar::slotStart() { // If the progress bar is at the beginning... -<a name="x966"></a> if ( progress-><a href="ntqprogressbar.html#progress">progress</a>() == -1 ) { +<a name="x966"></a> if ( progress-><a href="tqprogressbar.html#progress">progress</a>() == -1 ) { // ...set according to the checked speed-radiobutton // the number of steps which are needed to complete the process <a name="x971"></a> if ( slow-><a href="tqradiobutton.html#isChecked">isChecked</a>() ) -<a name="x969"></a> progress-><a href="ntqprogressbar.html#setTotalSteps">setTotalSteps</a>( 10000 ); +<a name="x969"></a> progress-><a href="tqprogressbar.html#setTotalSteps">setTotalSteps</a>( 10000 ); else if ( normal-><a href="tqradiobutton.html#isChecked">isChecked</a>() ) - progress-><a href="ntqprogressbar.html#setTotalSteps">setTotalSteps</a>( 1000 ); + progress-><a href="tqprogressbar.html#setTotalSteps">setTotalSteps</a>( 1000 ); else - progress-><a href="ntqprogressbar.html#setTotalSteps">setTotalSteps</a>( 50 ); + progress-><a href="tqprogressbar.html#setTotalSteps">setTotalSteps</a>( 50 ); // disable the speed-radiobuttons <a name="x973"></a> slow-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); @@ -187,12 +187,12 @@ void <a name="f347"></a>ProgressBar::slotStart() // ...start the timer (and so the progress) with a interval of 1 ms... timer.start( 1 ); // ...and rename the start/pause/continue button to Pause -<a name="x963"></a> start-><a href="ntqbutton.html#setText">setText</a>( "&Pause" ); +<a name="x963"></a> start-><a href="tqbutton.html#setText">setText</a>( "&Pause" ); } else { // if the prgress is running... // ...stop the timer (and so the prgress)... timer.stop(); // ...and rename the start/pause/continue button to Continue - start-><a href="ntqbutton.html#setText">setText</a>( "&Continue" ); + start-><a href="tqbutton.html#setText">setText</a>( "&Continue" ); } } @@ -208,7 +208,7 @@ void <a name="f348"></a>ProgressBar::slotReset() timer.stop(); // rename the start/pause/continue button to Start... - start-><a href="ntqbutton.html#setText">setText</a>( "&Start" ); + start-><a href="tqbutton.html#setText">setText</a>( "&Start" ); // ...and enable this button start-><a href="tqwidget.html#setEnabled">setEnabled</a>( TRUE ); @@ -218,7 +218,7 @@ void <a name="f348"></a>ProgressBar::slotReset() fast-><a href="tqwidget.html#setEnabled">setEnabled</a>( TRUE ); // reset the progressbar -<a name="x967"></a> progress-><a href="ntqprogressbar.html#reset">reset</a>(); +<a name="x967"></a> progress-><a href="tqprogressbar.html#reset">reset</a>(); } /* @@ -230,13 +230,13 @@ void <a name="f348"></a>ProgressBar::slotReset() void <a name="f349"></a>ProgressBar::slotTimeout() { - int p = progress-><a href="ntqprogressbar.html#progress">progress</a>(); + int p = progress-><a href="tqprogressbar.html#progress">progress</a>(); #if 1 // If the progress is complete... -<a name="x970"></a> if ( p == progress-><a href="ntqprogressbar.html#totalSteps">totalSteps</a>() ) { +<a name="x970"></a> if ( p == progress-><a href="tqprogressbar.html#totalSteps">totalSteps</a>() ) { // ...rename the start/pause/continue button to Start... - start-><a href="ntqbutton.html#setText">setText</a>( "&Start" ); + start-><a href="tqbutton.html#setText">setText</a>( "&Start" ); // ...and disable it... start-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); // ...and return @@ -245,7 +245,7 @@ void <a name="f349"></a>ProgressBar::slotTimeout() #endif // If the process is not complete increase it -<a name="x968"></a> progress-><a href="ntqprogressbar.html#setProgress">setProgress</a>( ++p ); +<a name="x968"></a> progress-><a href="tqprogressbar.html#setProgress">setProgress</a>( ++p ); } </pre> diff --git a/doc/html/properties.html b/doc/html/properties.html index fda7cf67f..0ab6e463e 100644 --- a/doc/html/properties.html +++ b/doc/html/properties.html @@ -58,7 +58,7 @@ needs this, since no call to <a href="tqwidget.html#setFont">TQWidget::setFont</ the context specific font'. <p> <li> An attribute "designable" that indicates whether it makes sense to make the property available in a GUI builder (e.g. <a href="designer-manual.html">TQt Designer</a>). For most properties this -makes sense, but not for all, e.g. <a href="ntqbutton.html#isDown">TQButton::isDown</a>(). The user can +makes sense, but not for all, e.g. <a href="tqbutton.html#isDown">TQButton::isDown</a>(). The user can press buttons, and the application programmer can make the program press its own buttons, but a GUI design tool can't press buttons. <p> </ul> diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 384ad8c72..2441e1fcc 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -190,73 +190,73 @@ calls to their <a href="tqaction.html#setVisible">TQAction::setVisible< </doc> </property> <property> - <name>QButton::accel</name> - <doc href="ntqbutton.html#accel-prop"> + <name>TQButton::accel</name> + <doc href="tqbutton.html#accel-prop"> <p>This property holds the accelerator associated with the button. <p>This property is 0 if there is no accelerator set. If you set this property to 0 then any current accelerator is removed. -<p>Set this property's value with <a href="ntqbutton.html#setAccel">setAccel</a>() and get this property's value with <a href="ntqbutton.html#accel">accel</a>(). +<p>Set this property's value with <a href="tqbutton.html#setAccel">setAccel</a>() and get this property's value with <a href="tqbutton.html#accel">accel</a>(). </doc> </property> <property> - <name>QButton::autoRepeat</name> - <doc href="ntqbutton.html#autoRepeat-prop"> + <name>TQButton::autoRepeat</name> + <doc href="tqbutton.html#autoRepeat-prop"> <p>This property holds whether autoRepeat is enabled. -<p>If autoRepeat is enabled then the <a href="ntqbutton.html#clicked">clicked</a>() signal is emitted at +<p>If autoRepeat is enabled then the <a href="tqbutton.html#clicked">clicked</a>() signal is emitted at regular intervals if the button is down. This property has no effect on toggle buttons. autoRepeat is off by default. -<p>Set this property's value with <a href="ntqbutton.html#setAutoRepeat">setAutoRepeat</a>() and get this property's value with <a href="ntqbutton.html#autoRepeat">autoRepeat</a>(). +<p>Set this property's value with <a href="tqbutton.html#setAutoRepeat">setAutoRepeat</a>() and get this property's value with <a href="tqbutton.html#autoRepeat">autoRepeat</a>(). </doc> </property> <property> - <name>QButton::down</name> - <doc href="ntqbutton.html#down-prop"> + <name>TQButton::down</name> + <doc href="tqbutton.html#down-prop"> <p>This property holds whether the button is pressed. <p>If this property is TRUE, the button is pressed down. The signals -<a href="ntqbutton.html#pressed">pressed</a>() and <a href="ntqbutton.html#clicked">clicked</a>() are not emitted if you set this property +<a href="tqbutton.html#pressed">pressed</a>() and <a href="tqbutton.html#clicked">clicked</a>() are not emitted if you set this property to TRUE. The default is FALSE. -<p>Set this property's value with <a href="ntqbutton.html#setDown">setDown</a>() and get this property's value with <a href="ntqbutton.html#isDown">isDown</a>(). +<p>Set this property's value with <a href="tqbutton.html#setDown">setDown</a>() and get this property's value with <a href="tqbutton.html#isDown">isDown</a>(). </doc> </property> <property> - <name>QButton::exclusiveToggle</name> - <doc href="ntqbutton.html#exclusiveToggle-prop"> + <name>TQButton::exclusiveToggle</name> + <doc href="tqbutton.html#exclusiveToggle-prop"> <p>This property holds whether the button is an exclusive toggle. -<p>If this property is TRUE and the button is in a <a href="ntqbuttongroup.html">QButtonGroup</a>, the +<p>If this property is TRUE and the button is in a <a href="tqbuttongroup.html">TQButtonGroup</a>, the button can only be toggled off by another one being toggled on. The default is FALSE. -<p>Get this property's value with <a href="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</a>(). +<p>Get this property's value with <a href="tqbutton.html#isExclusiveToggle">isExclusiveToggle</a>(). </doc> </property> <property> - <name>QButton::on</name> - <doc href="ntqbutton.html#on-prop"> + <name>TQButton::on</name> + <doc href="tqbutton.html#on-prop"> <p>This property holds whether the button is toggled. <p>This property should only be set for toggle buttons. -<p>Get this property's value with <a href="ntqbutton.html#isOn">isOn</a>(). +<p>Get this property's value with <a href="tqbutton.html#isOn">isOn</a>(). </doc> </property> <property> - <name>QButton::pixmap</name> - <doc href="ntqbutton.html#pixmap-prop"> + <name>TQButton::pixmap</name> + <doc href="tqbutton.html#pixmap-prop"> <p>This property holds the pixmap shown on the button. <p>If the pixmap is monochrome (i.e. it is a <a href="tqbitmap.html">TQBitmap</a> or its <a href="tqpixmap.html#depth">depth</a> is 1) and it does not have a mask, this property will set the pixmap to be its own mask. The purpose of this is to draw transparent bitmaps which are important for toggle buttons, for example. -<p> <a href="ntqbutton.html#pixmap">pixmap</a>() returns 0 if no pixmap was set. +<p> <a href="tqbutton.html#pixmap">pixmap</a>() returns 0 if no pixmap was set. -<p>Set this property's value with <a href="ntqbutton.html#setPixmap">setPixmap</a>() and get this property's value with <a href="ntqbutton.html#pixmap">pixmap</a>(). +<p>Set this property's value with <a href="tqbutton.html#setPixmap">setPixmap</a>() and get this property's value with <a href="tqbutton.html#pixmap">pixmap</a>(). </doc> </property> <property> - <name>QButton::text</name> - <doc href="ntqbutton.html#text-prop"> + <name>TQButton::text</name> + <doc href="tqbutton.html#text-prop"> <p>This property holds the text shown on the button. <p>This property will return a <a href="tqstring.html#TQString-null">TQString::null</a> if the button has no text. If the text has an ampersand (&amp;) in it, then an @@ -266,70 +266,70 @@ accelerator will be overwritten, or cleared if no accelerator is defined by the text. <p> There is no default text. -<p>Set this property's value with <a href="ntqbutton.html#setText">setText</a>() and get this property's value with <a href="ntqbutton.html#text">text</a>(). +<p>Set this property's value with <a href="tqbutton.html#setText">setText</a>() and get this property's value with <a href="tqbutton.html#text">text</a>(). </doc> </property> <property> - <name>QButton::toggleButton</name> - <doc href="ntqbutton.html#toggleButton-prop"> + <name>TQButton::toggleButton</name> + <doc href="tqbutton.html#toggleButton-prop"> <p>This property holds whether the button is a toggle button. <p>The default value is FALSE. -<p>Get this property's value with <a href="ntqbutton.html#isToggleButton">isToggleButton</a>(). +<p>Get this property's value with <a href="tqbutton.html#isToggleButton">isToggleButton</a>(). </doc> </property> <property> - <name>QButton::toggleState</name> - <doc href="ntqbutton.html#toggleState-prop"> + <name>TQButton::toggleState</name> + <doc href="tqbutton.html#toggleState-prop"> <p>This property holds the state of the toggle button. <p>If this property is changed then it does not cause the button to be repainted. -<p>Get this property's value with <a href="ntqbutton.html#state">state</a>(). +<p>Get this property's value with <a href="tqbutton.html#state">state</a>(). </doc> </property> <property> - <name>QButton::toggleType</name> - <doc href="ntqbutton.html#toggleType-prop"> + <name>TQButton::toggleType</name> + <doc href="tqbutton.html#toggleType-prop"> <p>This property holds the type of toggle on the button. -<p>The default toggle type is <a href="ntqbutton.html#ToggleType-enum">SingleShot</a>. -<p> <p>See also <a href="ntqbutton.html#ToggleType-enum">QButton::ToggleType</a>. +<p>The default toggle type is <a href="tqbutton.html#ToggleType-enum">SingleShot</a>. +<p> <p>See also <a href="tqbutton.html#ToggleType-enum">TQButton::ToggleType</a>. -<p>Get this property's value with <a href="ntqbutton.html#toggleType">toggleType</a>(). +<p>Get this property's value with <a href="tqbutton.html#toggleType">toggleType</a>(). </doc> </property> <property> - <name>QButtonGroup::exclusive</name> - <doc href="ntqbuttongroup.html#exclusive-prop"> + <name>TQButtonGroup::exclusive</name> + <doc href="tqbuttongroup.html#exclusive-prop"> <p>This property holds whether the button group is exclusive. <p>If this property is TRUE, then the buttons in the group are toggled, and to untoggle a button you must click on another button in the group. The default value is FALSE. -<p>Set this property's value with <a href="ntqbuttongroup.html#setExclusive">setExclusive</a>() and get this property's value with <a href="ntqbuttongroup.html#isExclusive">isExclusive</a>(). +<p>Set this property's value with <a href="tqbuttongroup.html#setExclusive">setExclusive</a>() and get this property's value with <a href="tqbuttongroup.html#isExclusive">isExclusive</a>(). </doc> </property> <property> - <name>QButtonGroup::radioButtonExclusive</name> - <doc href="ntqbuttongroup.html#radioButtonExclusive-prop"> + <name>TQButtonGroup::radioButtonExclusive</name> + <doc href="tqbuttongroup.html#radioButtonExclusive-prop"> <p>This property holds whether the radio buttons in the group are exclusive. <p>If this property is TRUE (the default), the <a href="tqradiobutton.html">radiobuttons</a> in the group are treated exclusively. -<p>Set this property's value with <a href="ntqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>() and get this property's value with <a href="ntqbuttongroup.html#isRadioButtonExclusive">isRadioButtonExclusive</a>(). +<p>Set this property's value with <a href="tqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>() and get this property's value with <a href="tqbuttongroup.html#isRadioButtonExclusive">isRadioButtonExclusive</a>(). </doc> </property> <property> - <name>QButtonGroup::selectedId</name> - <doc href="ntqbuttongroup.html#selectedId-prop"> + <name>TQButtonGroup::selectedId</name> + <doc href="tqbuttongroup.html#selectedId-prop"> <p>This property holds the selected toggle button. <p>The toggle button is specified as an ID. <p> If no toggle button is selected, this property holds -1. -<p> If <a href="ntqbuttongroup.html#setButton">setButton</a>() is called on an exclusive group, the button with +<p> If <a href="tqbuttongroup.html#setButton">setButton</a>() is called on an exclusive group, the button with the given id will be set to on and all the others will be set to off. -<p> <p>See also <a href="ntqbuttongroup.html#selected">selected</a>(). +<p> <p>See also <a href="tqbuttongroup.html#selected">selected</a>(). -<p>Set this property's value with <a href="ntqbuttongroup.html#setButton">setButton</a>() and get this property's value with <a href="ntqbuttongroup.html#selectedId">selectedId</a>(). +<p>Set this property's value with <a href="tqbuttongroup.html#setButton">setButton</a>() and get this property's value with <a href="tqbuttongroup.html#selectedId">selectedId</a>(). </doc> </property> <property> @@ -1270,131 +1270,131 @@ see a list of the files and folders. </doc> </property> <property> - <name>QFrame::contentsRect</name> - <doc href="ntqframe.html#contentsRect-prop"> + <name>TQFrame::contentsRect</name> + <doc href="tqframe.html#contentsRect-prop"> <p>This property holds the rectangle inside the frame. -<p>Get this property's value with <a href="ntqframe.html#contentsRect">contentsRect</a>(). -<p><p>See also <a href="ntqframe.html#frameRect-prop">frameRect</a> and <a href="ntqframe.html#drawContents">drawContents</a>(). +<p>Get this property's value with <a href="tqframe.html#contentsRect">contentsRect</a>(). +<p><p>See also <a href="tqframe.html#frameRect-prop">frameRect</a> and <a href="tqframe.html#drawContents">drawContents</a>(). </doc> </property> <property> - <name>QFrame::frameRect</name> - <doc href="ntqframe.html#frameRect-prop"> + <name>TQFrame::frameRect</name> + <doc href="tqframe.html#frameRect-prop"> <p>This property holds the frame rectangle. <p>The frame rectangle is the rectangle the frame is drawn in. By default, this is the entire widget. Setting this property does <em>not</em> cause a widget update. <p> If this property is set to a null rectangle (for example <tt>TQRect(0, 0, 0, 0)</tt>), then the frame rectangle is equivalent to the <a href="tqwidget.html#rect">widget rectangle</a>. -<p> <p>See also <a href="ntqframe.html#contentsRect-prop">contentsRect</a>. +<p> <p>See also <a href="tqframe.html#contentsRect-prop">contentsRect</a>. -<p>Set this property's value with <a href="ntqframe.html#setFrameRect">setFrameRect</a>() and get this property's value with <a href="ntqframe.html#frameRect">frameRect</a>(). +<p>Set this property's value with <a href="tqframe.html#setFrameRect">setFrameRect</a>() and get this property's value with <a href="tqframe.html#frameRect">frameRect</a>(). </doc> </property> <property> - <name>QFrame::frameShadow</name> - <doc href="ntqframe.html#frameShadow-prop"> + <name>TQFrame::frameShadow</name> + <doc href="tqframe.html#frameShadow-prop"> <p>This property holds the frame shadow value from the frame style. -<p>Set this property's value with <a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() and get this property's value with <a href="ntqframe.html#frameShadow">frameShadow</a>(). -<p><p>See also <a href="ntqframe.html#frameStyle">frameStyle</a>() and <a href="ntqframe.html#frameShape-prop">frameShape</a>. +<p>Set this property's value with <a href="tqframe.html#setFrameShadow">setFrameShadow</a>() and get this property's value with <a href="tqframe.html#frameShadow">frameShadow</a>(). +<p><p>See also <a href="tqframe.html#frameStyle">frameStyle</a>() and <a href="tqframe.html#frameShape-prop">frameShape</a>. </doc> </property> <property> - <name>QFrame::frameShape</name> - <doc href="ntqframe.html#frameShape-prop"> + <name>TQFrame::frameShape</name> + <doc href="tqframe.html#frameShape-prop"> <p>This property holds the frame shape value from the frame style. -<p>Set this property's value with <a href="ntqframe.html#setFrameShape">setFrameShape</a>() and get this property's value with <a href="ntqframe.html#frameShape">frameShape</a>(). -<p><p>See also <a href="ntqframe.html#frameStyle">frameStyle</a>() and <a href="ntqframe.html#frameShadow-prop">frameShadow</a>. +<p>Set this property's value with <a href="tqframe.html#setFrameShape">setFrameShape</a>() and get this property's value with <a href="tqframe.html#frameShape">frameShape</a>(). +<p><p>See also <a href="tqframe.html#frameStyle">frameStyle</a>() and <a href="tqframe.html#frameShadow-prop">frameShadow</a>. </doc> </property> <property> - <name>QFrame::frameWidth</name> - <doc href="ntqframe.html#frameWidth-prop"> + <name>TQFrame::frameWidth</name> + <doc href="tqframe.html#frameWidth-prop"> <p>This property holds the width of the frame that is drawn. -<p>Note that the frame width depends on the <a href="ntqframe.html#setFrameStyle">frame style</a>, not only the line -width and the mid-line width. For example, the style <a href="ntqframe.html#Shape-enum">NoFrame</a> -always has a frame width of 0, whereas the style <a href="ntqframe.html#Shape-enum">Panel</a> has a +<p>Note that the frame width depends on the <a href="tqframe.html#setFrameStyle">frame style</a>, not only the line +width and the mid-line width. For example, the style <a href="tqframe.html#Shape-enum">NoFrame</a> +always has a frame width of 0, whereas the style <a href="tqframe.html#Shape-enum">Panel</a> has a frame width equivalent to the line width. The frame width also includes the margin. -<p> <p>See also <a href="ntqframe.html#lineWidth-prop">lineWidth</a>, <a href="ntqframe.html#midLineWidth-prop">midLineWidth</a>, <a href="ntqframe.html#frameStyle">frameStyle</a>(), and <a href="ntqframe.html#margin-prop">margin</a>. +<p> <p>See also <a href="tqframe.html#lineWidth-prop">lineWidth</a>, <a href="tqframe.html#midLineWidth-prop">midLineWidth</a>, <a href="tqframe.html#frameStyle">frameStyle</a>(), and <a href="tqframe.html#margin-prop">margin</a>. -<p>Get this property's value with <a href="ntqframe.html#frameWidth">frameWidth</a>(). +<p>Get this property's value with <a href="tqframe.html#frameWidth">frameWidth</a>(). </doc> </property> <property> - <name>QFrame::lineWidth</name> - <doc href="ntqframe.html#lineWidth-prop"> + <name>TQFrame::lineWidth</name> + <doc href="tqframe.html#lineWidth-prop"> <p>This property holds the line width. -<p>Note that the <em>total</em> line width for <a href="ntqframe.html#Shape-enum">HLine</a> and <a href="ntqframe.html#Shape-enum">VLine</a> is -given by <a href="ntqframe.html#frameWidth">frameWidth</a>(), not <a href="ntqframe.html#lineWidth">lineWidth</a>(). +<p>Note that the <em>total</em> line width for <a href="tqframe.html#Shape-enum">HLine</a> and <a href="tqframe.html#Shape-enum">VLine</a> is +given by <a href="tqframe.html#frameWidth">frameWidth</a>(), not <a href="tqframe.html#lineWidth">lineWidth</a>(). <p> The default value is 1. -<p> <p>See also <a href="ntqframe.html#midLineWidth-prop">midLineWidth</a> and <a href="ntqframe.html#frameWidth-prop">frameWidth</a>. +<p> <p>See also <a href="tqframe.html#midLineWidth-prop">midLineWidth</a> and <a href="tqframe.html#frameWidth-prop">frameWidth</a>. -<p>Set this property's value with <a href="ntqframe.html#setLineWidth">setLineWidth</a>() and get this property's value with <a href="ntqframe.html#lineWidth">lineWidth</a>(). +<p>Set this property's value with <a href="tqframe.html#setLineWidth">setLineWidth</a>() and get this property's value with <a href="tqframe.html#lineWidth">lineWidth</a>(). </doc> </property> <property> - <name>QFrame::margin</name> - <doc href="ntqframe.html#margin-prop"> + <name>TQFrame::margin</name> + <doc href="tqframe.html#margin-prop"> <p>This property holds the width of the margin. <p>The margin is the distance between the innermost pixel of the -frame and the outermost pixel of <a href="ntqframe.html#contentsRect">contentsRect</a>(). It is included in -<a href="ntqframe.html#frameWidth">frameWidth</a>(). +frame and the outermost pixel of <a href="tqframe.html#contentsRect">contentsRect</a>(). It is included in +<a href="tqframe.html#frameWidth">frameWidth</a>(). <p> The margin is filled according to <a href="tqwidget.html#backgroundMode">backgroundMode</a>(). <p> The default value is 0. -<p> <p>See also <a href="ntqframe.html#margin-prop">margin</a>, <a href="ntqframe.html#lineWidth-prop">lineWidth</a>, and <a href="ntqframe.html#frameWidth-prop">frameWidth</a>. +<p> <p>See also <a href="tqframe.html#margin-prop">margin</a>, <a href="tqframe.html#lineWidth-prop">lineWidth</a>, and <a href="tqframe.html#frameWidth-prop">frameWidth</a>. -<p>Set this property's value with <a href="ntqframe.html#setMargin">setMargin</a>() and get this property's value with <a href="ntqframe.html#margin">margin</a>(). +<p>Set this property's value with <a href="tqframe.html#setMargin">setMargin</a>() and get this property's value with <a href="tqframe.html#margin">margin</a>(). </doc> </property> <property> - <name>QFrame::midLineWidth</name> - <doc href="ntqframe.html#midLineWidth-prop"> + <name>TQFrame::midLineWidth</name> + <doc href="tqframe.html#midLineWidth-prop"> <p>This property holds the width of the mid-line. <p>The default value is 0. -<p> <p>See also <a href="ntqframe.html#lineWidth-prop">lineWidth</a> and <a href="ntqframe.html#frameWidth-prop">frameWidth</a>. +<p> <p>See also <a href="tqframe.html#lineWidth-prop">lineWidth</a> and <a href="tqframe.html#frameWidth-prop">frameWidth</a>. -<p>Set this property's value with <a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() and get this property's value with <a href="ntqframe.html#midLineWidth">midLineWidth</a>(). +<p>Set this property's value with <a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() and get this property's value with <a href="tqframe.html#midLineWidth">midLineWidth</a>(). </doc> </property> <property> - <name>QGridView::cellHeight</name> - <doc href="ntqgridview.html#cellHeight-prop"> + <name>TQGridView::cellHeight</name> + <doc href="tqgridview.html#cellHeight-prop"> <p>This property holds the height of a grid row. <p>All rows in a grid view have the same height. -<p> <p>See also <a href="ntqgridview.html#cellWidth-prop">cellWidth</a>. +<p> <p>See also <a href="tqgridview.html#cellWidth-prop">cellWidth</a>. -<p>Set this property's value with <a href="ntqgridview.html#setCellHeight">setCellHeight</a>() and get this property's value with <a href="ntqgridview.html#cellHeight">cellHeight</a>(). +<p>Set this property's value with <a href="tqgridview.html#setCellHeight">setCellHeight</a>() and get this property's value with <a href="tqgridview.html#cellHeight">cellHeight</a>(). </doc> </property> <property> - <name>QGridView::cellWidth</name> - <doc href="ntqgridview.html#cellWidth-prop"> + <name>TQGridView::cellWidth</name> + <doc href="tqgridview.html#cellWidth-prop"> <p>This property holds the width of a grid column. <p>All columns in a grid view have the same width. -<p> <p>See also <a href="ntqgridview.html#cellHeight-prop">cellHeight</a>. +<p> <p>See also <a href="tqgridview.html#cellHeight-prop">cellHeight</a>. -<p>Set this property's value with <a href="ntqgridview.html#setCellWidth">setCellWidth</a>() and get this property's value with <a href="ntqgridview.html#cellWidth">cellWidth</a>(). +<p>Set this property's value with <a href="tqgridview.html#setCellWidth">setCellWidth</a>() and get this property's value with <a href="tqgridview.html#cellWidth">cellWidth</a>(). </doc> </property> <property> - <name>QGridView::numCols</name> - <doc href="ntqgridview.html#numCols-prop"> + <name>TQGridView::numCols</name> + <doc href="tqgridview.html#numCols-prop"> <p>This property holds the number of columns in the grid. -<p>Set this property's value with <a href="ntqgridview.html#setNumCols">setNumCols</a>() and get this property's value with <a href="ntqgridview.html#numCols">numCols</a>(). -<p><p>See also <a href="ntqgridview.html#numRows-prop">numRows</a>. +<p>Set this property's value with <a href="tqgridview.html#setNumCols">setNumCols</a>() and get this property's value with <a href="tqgridview.html#numCols">numCols</a>(). +<p><p>See also <a href="tqgridview.html#numRows-prop">numRows</a>. </doc> </property> <property> - <name>QGridView::numRows</name> - <doc href="ntqgridview.html#numRows-prop"> + <name>TQGridView::numRows</name> + <doc href="tqgridview.html#numRows-prop"> <p>This property holds the number of rows in the grid. -<p>Set this property's value with <a href="ntqgridview.html#setNumRows">setNumRows</a>() and get this property's value with <a href="ntqgridview.html#numRows">numRows</a>(). -<p><p>See also <a href="ntqgridview.html#numCols-prop">numCols</a>. +<p>Set this property's value with <a href="tqgridview.html#setNumRows">setNumRows</a>() and get this property's value with <a href="tqgridview.html#numRows">numRows</a>(). +<p><p>See also <a href="tqgridview.html#numCols-prop">numCols</a>. </doc> </property> @@ -1498,66 +1498,66 @@ This produces "<u>U</u>ser information"; Alt+U moves the <a href= </doc> </property> <property> - <name>QHeader::count</name> - <doc href="ntqheader.html#count-prop"> + <name>TQHeader::count</name> + <doc href="tqheader.html#count-prop"> <p>This property holds the number of sections in the header. <p> -<p>Get this property's value with <a href="ntqheader.html#count">count</a>(). +<p>Get this property's value with <a href="tqheader.html#count">count</a>(). </doc> </property> <property> - <name>QHeader::moving</name> - <doc href="ntqheader.html#moving-prop"> + <name>TQHeader::moving</name> + <doc href="tqheader.html#moving-prop"> <p>This property holds whether the header sections can be moved. <p>If this property is TRUE (the default) the user can move sections. -If the user moves a section the <a href="ntqheader.html#indexChange">indexChange</a>() signal is emitted. -<p> <p>See also <a href="ntqheader.html#setClickEnabled">setClickEnabled</a>() and <a href="ntqheader.html#setResizeEnabled">setResizeEnabled</a>(). +If the user moves a section the <a href="tqheader.html#indexChange">indexChange</a>() signal is emitted. +<p> <p>See also <a href="tqheader.html#setClickEnabled">setClickEnabled</a>() and <a href="tqheader.html#setResizeEnabled">setResizeEnabled</a>(). -<p>Set this property's value with <a href="ntqheader.html#setMovingEnabled">setMovingEnabled</a>() and get this property's value with <a href="ntqheader.html#isMovingEnabled">isMovingEnabled</a>(). +<p>Set this property's value with <a href="tqheader.html#setMovingEnabled">setMovingEnabled</a>() and get this property's value with <a href="tqheader.html#isMovingEnabled">isMovingEnabled</a>(). </doc> </property> <property> - <name>QHeader::offset</name> - <doc href="ntqheader.html#offset-prop"> + <name>TQHeader::offset</name> + <doc href="tqheader.html#offset-prop"> <p>This property holds the header's left-most (or top-most) visible pixel. <p>Setting this property will scroll the header so that <em>offset</em> becomes the left-most (or top-most for vertical headers) visible pixel. -<p>Set this property's value with <a href="ntqheader.html#setOffset">setOffset</a>() and get this property's value with <a href="ntqheader.html#offset">offset</a>(). +<p>Set this property's value with <a href="tqheader.html#setOffset">setOffset</a>() and get this property's value with <a href="tqheader.html#offset">offset</a>(). </doc> </property> <property> - <name>QHeader::orientation</name> - <doc href="ntqheader.html#orientation-prop"> + <name>TQHeader::orientation</name> + <doc href="tqheader.html#orientation-prop"> <p>This property holds the header's orientation. <p>The orientation is either <a href="ntqt.html#Orientation-enum">Vertical</a> or <a href="ntqt.html#Orientation-enum">Horizontal</a> (the default). -<p> Call <a href="ntqheader.html#setOrientation">setOrientation</a>() before adding labels if you don't provide a +<p> Call <a href="tqheader.html#setOrientation">setOrientation</a>() before adding labels if you don't provide a size parameter otherwise the sizes will be incorrect. -<p>Set this property's value with <a href="ntqheader.html#setOrientation">setOrientation</a>() and get this property's value with <a href="ntqheader.html#orientation">orientation</a>(). +<p>Set this property's value with <a href="tqheader.html#setOrientation">setOrientation</a>() and get this property's value with <a href="tqheader.html#orientation">orientation</a>(). </doc> </property> <property> - <name>QHeader::stretching</name> - <doc href="ntqheader.html#stretching-prop"> + <name>TQHeader::stretching</name> + <doc href="tqheader.html#stretching-prop"> <p>This property holds whether the header sections always take up the full width (or height) of the header. <p> -<p>Set this property's value with <a href="ntqheader.html#setStretchEnabled">setStretchEnabled</a>() and get this property's value with <a href="ntqheader.html#isStretchEnabled">isStretchEnabled</a>(). +<p>Set this property's value with <a href="tqheader.html#setStretchEnabled">setStretchEnabled</a>() and get this property's value with <a href="tqheader.html#isStretchEnabled">isStretchEnabled</a>(). </doc> </property> <property> - <name>QHeader::tracking</name> - <doc href="ntqheader.html#tracking-prop"> -<p>This property holds whether the <a href="ntqheader.html#sizeChange">sizeChange</a>() signal is emitted continuously. + <name>TQHeader::tracking</name> + <doc href="tqheader.html#tracking-prop"> +<p>This property holds whether the <a href="tqheader.html#sizeChange">sizeChange</a>() signal is emitted continuously. <p>If tracking is on, the sizeChange() signal is emitted continuously while the mouse is moved (i.e. when the header is resized), otherwise it is only emitted when the mouse button is released at the end of resizing. <p> Tracking defaults to FALSE. -<p>Set this property's value with <a href="ntqheader.html#setTracking">setTracking</a>() and get this property's value with <a href="ntqheader.html#tracking">tracking</a>(). +<p>Set this property's value with <a href="tqheader.html#setTracking">setTracking</a>() and get this property's value with <a href="tqheader.html#tracking">tracking</a>(). </doc> </property> <property> @@ -1860,11 +1860,11 @@ contains rich text, additionally <a href="ntqt.html#TextFlags-enum">WordBr <a href="ntqt.html#AlignmentFlags-enum">AlignRight</a>, to the top edge if alignment() is <a href="ntqt.html#AlignmentFlags-enum">AlignTop</a>, and to to the bottom edge if alignment() is <a href="ntqt.html#AlignmentFlags-enum">AlignBottom</a>. <p> If indent is negative, or if no indent has been set, the label -computes the effective indent as follows: If <a href="ntqframe.html#frameWidth">frameWidth</a>() is 0, +computes the effective indent as follows: If <a href="tqframe.html#frameWidth">frameWidth</a>() is 0, the effective indent becomes 0. If frameWidth() is greater than 0, the effective indent becomes half the width of the "x" character of the widget's current <a href="tqwidget.html#font">font</a>(). -<p> <p>See also <a href="tqlabel.html#alignment-prop">alignment</a>, <a href="ntqframe.html#frameWidth-prop">frameWidth</a>, and <a href="tqwidget.html#font-prop">font</a>. +<p> <p>See also <a href="tqlabel.html#alignment-prop">alignment</a>, <a href="tqframe.html#frameWidth-prop">frameWidth</a>, and <a href="tqwidget.html#font-prop">font</a>. <p>Set this property's value with <a href="tqlabel.html#setIndent">setIndent</a>() and get this property's value with <a href="tqlabel.html#indent">indent</a>(). </doc> @@ -1934,7 +1934,7 @@ options. <doc href="ntqlayout.html#margin-prop"> <p>This property holds the width of the outside border of the layout. <p>For some layout classes this property has an effect only on -top-level layouts; <a href="qboxlayout.html">QBoxLayout</a> and <a href="qgridlayout.html">QGridLayout</a> support margins for +top-level layouts; <a href="qboxlayout.html">QBoxLayout</a> and <a href="tqgridlayout.html">TQGridLayout</a> support margins for child layouts. The default value is 0. <p> <p>See also <a href="ntqlayout.html#spacing-prop">spacing</a>. @@ -2196,117 +2196,117 @@ validated when inserted with <a href="tqlineedit.html#setText">setText< </doc> </property> <property> - <name>QListBox::columnMode</name> - <doc href="ntqlistbox.html#columnMode-prop"> + <name>TQListBox::columnMode</name> + <doc href="tqlistbox.html#columnMode-prop"> <p>This property holds the column layout mode for this list box. <p>setColumnMode() sets the layout mode and adjusts the number of -displayed columns. The row layout mode automatically becomes <a href="ntqlistbox.html#LayoutMode-enum">Variable</a>, unless the column mode is <a href="ntqlistbox.html#LayoutMode-enum">Variable</a>. -<p> <p>See also <a href="ntqlistbox.html#rowMode-prop">rowMode</a>, <a href="ntqlistbox.html#rowMode-prop">rowMode</a>, and <a href="ntqlistbox.html#numColumns-prop">numColumns</a>. +displayed columns. The row layout mode automatically becomes <a href="tqlistbox.html#LayoutMode-enum">Variable</a>, unless the column mode is <a href="tqlistbox.html#LayoutMode-enum">Variable</a>. +<p> <p>See also <a href="tqlistbox.html#rowMode-prop">rowMode</a>, <a href="tqlistbox.html#rowMode-prop">rowMode</a>, and <a href="tqlistbox.html#numColumns-prop">numColumns</a>. -<p>Set this property's value with <a href="ntqlistbox.html#setColumnMode">setColumnMode</a>() and get this property's value with <a href="ntqlistbox.html#columnMode">columnMode</a>(). +<p>Set this property's value with <a href="tqlistbox.html#setColumnMode">setColumnMode</a>() and get this property's value with <a href="tqlistbox.html#columnMode">columnMode</a>(). </doc> </property> <property> - <name>QListBox::count</name> - <doc href="ntqlistbox.html#count-prop"> + <name>TQListBox::count</name> + <doc href="tqlistbox.html#count-prop"> <p>This property holds the number of items in the list box. <p> -<p>Get this property's value with <a href="ntqlistbox.html#count">count</a>(). +<p>Get this property's value with <a href="tqlistbox.html#count">count</a>(). </doc> </property> <property> - <name>QListBox::currentItem</name> - <doc href="ntqlistbox.html#currentItem-prop"> + <name>TQListBox::currentItem</name> + <doc href="tqlistbox.html#currentItem-prop"> <p>This property holds the current highlighted item. <p>When setting this property, the highlighting is moved to the item and the list box scrolled as necessary. -<p> If no item is current, <a href="ntqlistbox.html#currentItem">currentItem</a>() returns -1. +<p> If no item is current, <a href="tqlistbox.html#currentItem">currentItem</a>() returns -1. -<p>Set this property's value with <a href="ntqlistbox.html#setCurrentItem">setCurrentItem</a>() and get this property's value with <a href="ntqlistbox.html#currentItem">currentItem</a>(). +<p>Set this property's value with <a href="tqlistbox.html#setCurrentItem">setCurrentItem</a>() and get this property's value with <a href="tqlistbox.html#currentItem">currentItem</a>(). </doc> </property> <property> - <name>QListBox::currentText</name> - <doc href="ntqlistbox.html#currentText-prop"> + <name>TQListBox::currentText</name> + <doc href="tqlistbox.html#currentText-prop"> <p>This property holds the text of the current item. -<p>This is equivalent to <a href="ntqlistbox.html#text">text</a>(currentItem()). +<p>This is equivalent to <a href="tqlistbox.html#text">text</a>(currentItem()). -<p>Get this property's value with <a href="ntqlistbox.html#currentText">currentText</a>(). +<p>Get this property's value with <a href="tqlistbox.html#currentText">currentText</a>(). </doc> </property> <property> - <name>QListBox::multiSelection</name> - <doc href="ntqlistbox.html#multiSelection-prop"> + <name>TQListBox::multiSelection</name> + <doc href="tqlistbox.html#multiSelection-prop"> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> <p>This property holds whether or not the list box is in Multi selection mode. -<p>Consider using the <a href="ntqlistbox.html#selectionMode-prop">QListBox::selectionMode</a> property instead of +<p>Consider using the <a href="tqlistbox.html#selectionMode-prop">TQListBox::selectionMode</a> property instead of this property. <p> When setting this property, Multi selection mode is used if set to TRUE and to Single selection mode if set to FALSE. <p> When getting this property, TRUE is returned if the list box is in Multi selection mode or Extended selection mode, and FALSE if it is in Single selection mode or NoSelection mode. -<p> <p>See also <a href="ntqlistbox.html#selectionMode-prop">selectionMode</a>. +<p> <p>See also <a href="tqlistbox.html#selectionMode-prop">selectionMode</a>. -<p>Set this property's value with <a href="ntqlistbox.html#setMultiSelection">setMultiSelection</a>() and get this property's value with <a href="ntqlistbox.html#isMultiSelection">isMultiSelection</a>(). +<p>Set this property's value with <a href="tqlistbox.html#setMultiSelection">setMultiSelection</a>() and get this property's value with <a href="tqlistbox.html#isMultiSelection">isMultiSelection</a>(). </doc> </property> <property> - <name>QListBox::numColumns</name> - <doc href="ntqlistbox.html#numColumns-prop"> + <name>TQListBox::numColumns</name> + <doc href="tqlistbox.html#numColumns-prop"> <p>This property holds the number of columns in the list box. -<p>This is normally 1, but can be different if <a href="ntqlistbox.html#columnMode-prop">QListBox::columnMode</a> or <a href="ntqlistbox.html#rowMode-prop">QListBox::rowMode</a> has been set. -<p> <p>See also <a href="ntqlistbox.html#columnMode-prop">columnMode</a>, <a href="ntqlistbox.html#rowMode-prop">rowMode</a>, and <a href="ntqlistbox.html#numRows-prop">numRows</a>. +<p>This is normally 1, but can be different if <a href="tqlistbox.html#columnMode-prop">TQListBox::columnMode</a> or <a href="tqlistbox.html#rowMode-prop">TQListBox::rowMode</a> has been set. +<p> <p>See also <a href="tqlistbox.html#columnMode-prop">columnMode</a>, <a href="tqlistbox.html#rowMode-prop">rowMode</a>, and <a href="tqlistbox.html#numRows-prop">numRows</a>. -<p>Get this property's value with <a href="ntqlistbox.html#numColumns">numColumns</a>(). +<p>Get this property's value with <a href="tqlistbox.html#numColumns">numColumns</a>(). </doc> </property> <property> - <name>QListBox::numItemsVisible</name> - <doc href="ntqlistbox.html#numItemsVisible-prop"> + <name>TQListBox::numItemsVisible</name> + <doc href="tqlistbox.html#numItemsVisible-prop"> <p>This property holds the number of visible items. <p>Both partially and entirely visible items are counted. -<p>Get this property's value with <a href="ntqlistbox.html#numItemsVisible">numItemsVisible</a>(). +<p>Get this property's value with <a href="tqlistbox.html#numItemsVisible">numItemsVisible</a>(). </doc> </property> <property> - <name>QListBox::numRows</name> - <doc href="ntqlistbox.html#numRows-prop"> + <name>TQListBox::numRows</name> + <doc href="tqlistbox.html#numRows-prop"> <p>This property holds the number of rows in the list box. <p>This is equal to the number of items in the default single-column layout, but can be different. -<p> <p>See also <a href="ntqlistbox.html#columnMode-prop">columnMode</a>, <a href="ntqlistbox.html#rowMode-prop">rowMode</a>, and <a href="ntqlistbox.html#numColumns-prop">numColumns</a>. +<p> <p>See also <a href="tqlistbox.html#columnMode-prop">columnMode</a>, <a href="tqlistbox.html#rowMode-prop">rowMode</a>, and <a href="tqlistbox.html#numColumns-prop">numColumns</a>. -<p>Get this property's value with <a href="ntqlistbox.html#numRows">numRows</a>(). +<p>Get this property's value with <a href="tqlistbox.html#numRows">numRows</a>(). </doc> </property> <property> - <name>QListBox::rowMode</name> - <doc href="ntqlistbox.html#rowMode-prop"> + <name>TQListBox::rowMode</name> + <doc href="tqlistbox.html#rowMode-prop"> <p>This property holds the row layout mode for this list box. -<p>This property is normally <a href="ntqlistbox.html#LayoutMode-enum">Variable</a>. -<p> <a href="ntqlistbox.html#setRowMode">setRowMode</a>() sets the layout mode and adjusts the number of -displayed rows. The column layout mode automatically becomes <a href="ntqlistbox.html#LayoutMode-enum">Variable</a>, unless the row mode is <a href="ntqlistbox.html#LayoutMode-enum">Variable</a>. -<p> <p>See also <a href="ntqlistbox.html#columnMode-prop">columnMode</a>. +<p>This property is normally <a href="tqlistbox.html#LayoutMode-enum">Variable</a>. +<p> <a href="tqlistbox.html#setRowMode">setRowMode</a>() sets the layout mode and adjusts the number of +displayed rows. The column layout mode automatically becomes <a href="tqlistbox.html#LayoutMode-enum">Variable</a>, unless the row mode is <a href="tqlistbox.html#LayoutMode-enum">Variable</a>. +<p> <p>See also <a href="tqlistbox.html#columnMode-prop">columnMode</a>. -<p>Set this property's value with <a href="ntqlistbox.html#setRowMode">setRowMode</a>() and get this property's value with <a href="ntqlistbox.html#rowMode">rowMode</a>(). +<p>Set this property's value with <a href="tqlistbox.html#setRowMode">setRowMode</a>() and get this property's value with <a href="tqlistbox.html#rowMode">rowMode</a>(). </doc> </property> <property> - <name>QListBox::selectionMode</name> - <doc href="ntqlistbox.html#selectionMode-prop"> + <name>TQListBox::selectionMode</name> + <doc href="tqlistbox.html#selectionMode-prop"> <p>This property holds the selection mode of the list box. -<p>Sets the list box's selection mode, which may be one of <a href="ntqlistbox.html#SelectionMode-enum">Single</a> -(the default), <a href="ntqlistbox.html#SelectionMode-enum">Extended</a>, <a href="ntqlistbox.html#SelectionMode-enum">Multi</a> or <a href="ntqlistbox.html#SelectionMode-enum">NoSelection</a>. -<p> <p>See also <a href="ntqlistbox.html#SelectionMode-enum">SelectionMode</a>. +<p>Sets the list box's selection mode, which may be one of <a href="tqlistbox.html#SelectionMode-enum">Single</a> +(the default), <a href="tqlistbox.html#SelectionMode-enum">Extended</a>, <a href="tqlistbox.html#SelectionMode-enum">Multi</a> or <a href="tqlistbox.html#SelectionMode-enum">NoSelection</a>. +<p> <p>See also <a href="tqlistbox.html#SelectionMode-enum">SelectionMode</a>. -<p>Set this property's value with <a href="ntqlistbox.html#setSelectionMode">setSelectionMode</a>() and get this property's value with <a href="ntqlistbox.html#selectionMode">selectionMode</a>(). +<p>Set this property's value with <a href="tqlistbox.html#setSelectionMode">setSelectionMode</a>() and get this property's value with <a href="tqlistbox.html#selectionMode">selectionMode</a>(). </doc> </property> <property> - <name>QListBox::topItem</name> - <doc href="ntqlistbox.html#topItem-prop"> + <name>TQListBox::topItem</name> + <doc href="tqlistbox.html#topItem-prop"> <p>This property holds the index of an item at the top of the screen. <p>When getting this property and the listbox has multiple columns, an arbitrary item is selected and returned. @@ -2314,37 +2314,37 @@ an arbitrary item is selected and returned. at position <em>index</em> in the list is displayed in the top row of the list box. -<p>Set this property's value with <a href="ntqlistbox.html#setTopItem">setTopItem</a>() and get this property's value with <a href="ntqlistbox.html#topItem">topItem</a>(). +<p>Set this property's value with <a href="tqlistbox.html#setTopItem">setTopItem</a>() and get this property's value with <a href="tqlistbox.html#topItem">topItem</a>(). </doc> </property> <property> - <name>QListBox::variableHeight</name> - <doc href="ntqlistbox.html#variableHeight-prop"> + <name>TQListBox::variableHeight</name> + <doc href="tqlistbox.html#variableHeight-prop"> <p>This property holds whether this list box has variable-height rows. <p>When the list box has variable-height rows (the default), each row is as high as the highest item in that row. When it has same-sized rows, all rows are as high as the highest item in the list box. -<p> <p>See also <a href="ntqlistbox.html#variableWidth-prop">variableWidth</a>. +<p> <p>See also <a href="tqlistbox.html#variableWidth-prop">variableWidth</a>. -<p>Set this property's value with <a href="ntqlistbox.html#setVariableHeight">setVariableHeight</a>() and get this property's value with <a href="ntqlistbox.html#variableHeight">variableHeight</a>(). +<p>Set this property's value with <a href="tqlistbox.html#setVariableHeight">setVariableHeight</a>() and get this property's value with <a href="tqlistbox.html#variableHeight">variableHeight</a>(). </doc> </property> <property> - <name>QListBox::variableWidth</name> - <doc href="ntqlistbox.html#variableWidth-prop"> + <name>TQListBox::variableWidth</name> + <doc href="tqlistbox.html#variableWidth-prop"> <p>This property holds whether this list box has variable-width columns. <p>When the list box has variable-width columns, each column is as wide as the widest item in that column. When it has same-sized columns (the default), all columns are as wide as the widest item in the list box. -<p> <p>See also <a href="ntqlistbox.html#variableHeight-prop">variableHeight</a>. +<p> <p>See also <a href="tqlistbox.html#variableHeight-prop">variableHeight</a>. -<p>Set this property's value with <a href="ntqlistbox.html#setVariableWidth">setVariableWidth</a>() and get this property's value with <a href="ntqlistbox.html#variableWidth">variableWidth</a>(). +<p>Set this property's value with <a href="tqlistbox.html#setVariableWidth">setVariableWidth</a>() and get this property's value with <a href="tqlistbox.html#variableWidth">variableWidth</a>(). </doc> </property> <property> - <name>QListView::allColumnsShowFocus</name> - <doc href="ntqlistview.html#allColumnsShowFocus-prop"> + <name>TQListView::allColumnsShowFocus</name> + <doc href="tqlistview.html#allColumnsShowFocus-prop"> <p>This property holds whether items should show <a href="focus.html#keyboard-focus">keyboard focus</a> using all columns. <p>If this property is TRUE all columns will show focus and selection states, otherwise only column 0 will show focus. @@ -2352,137 +2352,137 @@ states, otherwise only column 0 will show focus. <p> Setting this to TRUE if it's not necessary may cause noticeable flicker. -<p>Set this property's value with <a href="ntqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>() and get this property's value with <a href="ntqlistview.html#allColumnsShowFocus">allColumnsShowFocus</a>(). +<p>Set this property's value with <a href="tqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>() and get this property's value with <a href="tqlistview.html#allColumnsShowFocus">allColumnsShowFocus</a>(). </doc> </property> <property> - <name>QListView::childCount</name> - <doc href="ntqlistview.html#childCount-prop"> -<p>This property holds the number of parentless (top-level) <a href="qlistviewitem.html">QListViewItem</a> objects in this QListView. -<p>Holds the current number of parentless (top-level) QListViewItem -objects in this QListView. -<p> <p>See also <a href="qlistviewitem.html#childCount">QListViewItem::childCount</a>(). + <name>TQListView::childCount</name> + <doc href="tqlistview.html#childCount-prop"> +<p>This property holds the number of parentless (top-level) <a href="tqlistviewitem.html">TQListViewItem</a> objects in this TQListView. +<p>Holds the current number of parentless (top-level) TQListViewItem +objects in this TQListView. +<p> <p>See also <a href="tqlistviewitem.html#childCount">TQListViewItem::childCount</a>(). -<p>Get this property's value with <a href="ntqlistview.html#childCount">childCount</a>(). +<p>Get this property's value with <a href="tqlistview.html#childCount">childCount</a>(). </doc> </property> <property> - <name>QListView::columns</name> - <doc href="ntqlistview.html#columns-prop"> + <name>TQListView::columns</name> + <doc href="tqlistview.html#columns-prop"> <p>This property holds the number of columns in this list view. -<p>Get this property's value with <a href="ntqlistview.html#columns">columns</a>(). -<p><p>See also <a href="ntqlistview.html#addColumn">addColumn</a>() and <a href="ntqlistview.html#removeColumn">removeColumn</a>(). +<p>Get this property's value with <a href="tqlistview.html#columns">columns</a>(). +<p><p>See also <a href="tqlistview.html#addColumn">addColumn</a>() and <a href="tqlistview.html#removeColumn">removeColumn</a>(). </doc> </property> <property> - <name>QListView::defaultRenameAction</name> - <doc href="ntqlistview.html#defaultRenameAction-prop"> + <name>TQListView::defaultRenameAction</name> + <doc href="tqlistview.html#defaultRenameAction-prop"> <p>This property holds what action to perform when the editor loses focus during renaming. -<p>If this property is <a href="ntqlistview.html#RenameAction-enum">Accept</a>, and the user renames an item and +<p>If this property is <a href="tqlistview.html#RenameAction-enum">Accept</a>, and the user renames an item and the editor loses focus (without the user pressing Enter), the -item will still be renamed. If the property's value is <a href="ntqlistview.html#RenameAction-enum">Reject</a>, +item will still be renamed. If the property's value is <a href="tqlistview.html#RenameAction-enum">Reject</a>, the item will not be renamed unless the user presses Enter. The -default is <a href="ntqlistview.html#RenameAction-enum">Reject</a>. +default is <a href="tqlistview.html#RenameAction-enum">Reject</a>. -<p>Set this property's value with <a href="ntqlistview.html#setDefaultRenameAction">setDefaultRenameAction</a>() and get this property's value with <a href="ntqlistview.html#defaultRenameAction">defaultRenameAction</a>(). +<p>Set this property's value with <a href="tqlistview.html#setDefaultRenameAction">setDefaultRenameAction</a>() and get this property's value with <a href="tqlistview.html#defaultRenameAction">defaultRenameAction</a>(). </doc> </property> <property> - <name>QListView::itemMargin</name> - <doc href="ntqlistview.html#itemMargin-prop"> + <name>TQListView::itemMargin</name> + <doc href="tqlistview.html#itemMargin-prop"> <p>This property holds the advisory item margin that list items may use. <p>The item margin defaults to one pixel and is the margin between the item's edges and the area where it draws its contents. -<a href="qlistviewitem.html#paintFocus">QListViewItem::paintFocus</a>() draws in the margin. -<p> <p>See also <a href="qlistviewitem.html#paintCell">QListViewItem::paintCell</a>(). +<a href="tqlistviewitem.html#paintFocus">TQListViewItem::paintFocus</a>() draws in the margin. +<p> <p>See also <a href="tqlistviewitem.html#paintCell">TQListViewItem::paintCell</a>(). -<p>Set this property's value with <a href="ntqlistview.html#setItemMargin">setItemMargin</a>() and get this property's value with <a href="ntqlistview.html#itemMargin">itemMargin</a>(). +<p>Set this property's value with <a href="tqlistview.html#setItemMargin">setItemMargin</a>() and get this property's value with <a href="tqlistview.html#itemMargin">itemMargin</a>(). </doc> </property> <property> - <name>QListView::multiSelection</name> - <doc href="ntqlistview.html#multiSelection-prop"> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. + <name>TQListView::multiSelection</name> + <doc href="tqlistview.html#multiSelection-prop"> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> <p>This property holds whether the list view is in multi-selection or extended-selection mode. -<p>If you enable multi-selection, <a href="ntqlistview.html#SelectionMode-enum">Multi</a>, mode, it is possible to -specify whether or not this mode should be extended. <a href="ntqlistview.html#SelectionMode-enum">Extended</a> +<p>If you enable multi-selection, <a href="tqlistview.html#SelectionMode-enum">Multi</a>, mode, it is possible to +specify whether or not this mode should be extended. <a href="tqlistview.html#SelectionMode-enum">Extended</a> means that the user can select multiple items only when pressing the Shift or Ctrl key at the same time. -<p> The default selection mode is <a href="ntqlistview.html#SelectionMode-enum">Single</a>. -<p> <p>See also <a href="ntqlistview.html#selectionMode-prop">selectionMode</a>. +<p> The default selection mode is <a href="tqlistview.html#SelectionMode-enum">Single</a>. +<p> <p>See also <a href="tqlistview.html#selectionMode-prop">selectionMode</a>. -<p>Set this property's value with <a href="ntqlistview.html#setMultiSelection">setMultiSelection</a>() and get this property's value with <a href="ntqlistview.html#isMultiSelection">isMultiSelection</a>(). +<p>Set this property's value with <a href="tqlistview.html#setMultiSelection">setMultiSelection</a>() and get this property's value with <a href="tqlistview.html#isMultiSelection">isMultiSelection</a>(). </doc> </property> <property> - <name>QListView::resizeMode</name> - <doc href="ntqlistview.html#resizeMode-prop"> + <name>TQListView::resizeMode</name> + <doc href="tqlistview.html#resizeMode-prop"> <p>This property holds whether all, none or the only the last column should be resized. <p>Specifies whether all, none or only the last column should be resized to fit the full width of the list view. The values for this -property can be one of: <a href="ntqlistview.html#ResizeMode-enum">NoColumn</a> (the default), <a href="ntqlistview.html#ResizeMode-enum">AllColumns</a> -or <a href="ntqlistview.html#ResizeMode-enum">LastColumn</a>. +property can be one of: <a href="tqlistview.html#ResizeMode-enum">NoColumn</a> (the default), <a href="tqlistview.html#ResizeMode-enum">AllColumns</a> +or <a href="tqlistview.html#ResizeMode-enum">LastColumn</a>. <p> <b>Warning:</b> Setting the resize mode should be done after all necessary columns have been added to the list view, otherwise the behavior is undefined. -<p> <p>See also <a href="ntqheader.html">QHeader</a> and <a href="ntqlistview.html#header">header</a>(). +<p> <p>See also <a href="tqheader.html">TQHeader</a> and <a href="tqlistview.html#header">header</a>(). -<p>Set this property's value with <a href="ntqlistview.html#setResizeMode">setResizeMode</a>() and get this property's value with <a href="ntqlistview.html#resizeMode">resizeMode</a>(). +<p>Set this property's value with <a href="tqlistview.html#setResizeMode">setResizeMode</a>() and get this property's value with <a href="tqlistview.html#resizeMode">resizeMode</a>(). </doc> </property> <property> - <name>QListView::rootIsDecorated</name> - <doc href="ntqlistview.html#rootIsDecorated-prop"> + <name>TQListView::rootIsDecorated</name> + <doc href="tqlistview.html#rootIsDecorated-prop"> <p>This property holds whether the list view shows open/close signs on root items. <p>Open/close signs are small <b>+</b> or <b>-</b> symbols in windows style, or arrows in <a href="motif-extension.html#Motif">Motif</a> style. The default is FALSE. -<p>Set this property's value with <a href="ntqlistview.html#setRootIsDecorated">setRootIsDecorated</a>() and get this property's value with <a href="ntqlistview.html#rootIsDecorated">rootIsDecorated</a>(). +<p>Set this property's value with <a href="tqlistview.html#setRootIsDecorated">setRootIsDecorated</a>() and get this property's value with <a href="tqlistview.html#rootIsDecorated">rootIsDecorated</a>(). </doc> </property> <property> - <name>QListView::selectionMode</name> - <doc href="ntqlistview.html#selectionMode-prop"> + <name>TQListView::selectionMode</name> + <doc href="tqlistview.html#selectionMode-prop"> <p>This property holds the list view's selection mode. -<p>The mode can be <a href="ntqlistview.html#SelectionMode-enum">Single</a> (the default), <a href="ntqlistview.html#SelectionMode-enum">Extended</a>, <a href="ntqlistview.html#SelectionMode-enum">Multi</a> or -<a href="ntqlistview.html#SelectionMode-enum">NoSelection</a>. -<p> <p>See also <a href="ntqlistview.html#multiSelection-prop">multiSelection</a>. +<p>The mode can be <a href="tqlistview.html#SelectionMode-enum">Single</a> (the default), <a href="tqlistview.html#SelectionMode-enum">Extended</a>, <a href="tqlistview.html#SelectionMode-enum">Multi</a> or +<a href="tqlistview.html#SelectionMode-enum">NoSelection</a>. +<p> <p>See also <a href="tqlistview.html#multiSelection-prop">multiSelection</a>. -<p>Set this property's value with <a href="ntqlistview.html#setSelectionMode">setSelectionMode</a>() and get this property's value with <a href="ntqlistview.html#selectionMode">selectionMode</a>(). +<p>Set this property's value with <a href="tqlistview.html#setSelectionMode">setSelectionMode</a>() and get this property's value with <a href="tqlistview.html#selectionMode">selectionMode</a>(). </doc> </property> <property> - <name>QListView::showSortIndicator</name> - <doc href="ntqlistview.html#showSortIndicator-prop"> + <name>TQListView::showSortIndicator</name> + <doc href="tqlistview.html#showSortIndicator-prop"> <p>This property holds whether the list view header should display a sort indicator. <p>If this property is TRUE, an arrow is drawn in the header of the list view to indicate the sort order of the list view contents. The arrow will be drawn in the correct column and will point up or down, depending on the current sort direction. The default is FALSE (don't show an indicator). -<p> <p>See also <a href="ntqheader.html#setSortIndicator">QHeader::setSortIndicator</a>(). +<p> <p>See also <a href="tqheader.html#setSortIndicator">TQHeader::setSortIndicator</a>(). -<p>Set this property's value with <a href="ntqlistview.html#setShowSortIndicator">setShowSortIndicator</a>() and get this property's value with <a href="ntqlistview.html#showSortIndicator">showSortIndicator</a>(). +<p>Set this property's value with <a href="tqlistview.html#setShowSortIndicator">setShowSortIndicator</a>() and get this property's value with <a href="tqlistview.html#showSortIndicator">showSortIndicator</a>(). </doc> </property> <property> - <name>QListView::showToolTips</name> - <doc href="ntqlistview.html#showToolTips-prop"> + <name>TQListView::showToolTips</name> + <doc href="tqlistview.html#showToolTips-prop"> <p>This property holds whether this list view should show tooltips for truncated column texts. <p>The default is TRUE. -<p>Set this property's value with <a href="ntqlistview.html#setShowToolTips">setShowToolTips</a>() and get this property's value with <a href="ntqlistview.html#showToolTips">showToolTips</a>(). +<p>Set this property's value with <a href="tqlistview.html#setShowToolTips">setShowToolTips</a>() and get this property's value with <a href="tqlistview.html#showToolTips">showToolTips</a>(). </doc> </property> <property> - <name>QListView::treeStepSize</name> - <doc href="ntqlistview.html#treeStepSize-prop"> + <name>TQListView::treeStepSize</name> + <doc href="tqlistview.html#treeStepSize-prop"> <p>This property holds the number of pixels a child is offset from its parent. <p>The default is 20 pixels. <p> Of course, this property is only meaningful for hierarchical list views. -<p>Set this property's value with <a href="ntqlistview.html#setTreeStepSize">setTreeStepSize</a>() and get this property's value with <a href="ntqlistview.html#treeStepSize">treeStepSize</a>(). +<p>Set this property's value with <a href="tqlistview.html#setTreeStepSize">setTreeStepSize</a>() and get this property's value with <a href="tqlistview.html#treeStepSize">treeStepSize</a>(). </doc> </property> <property> @@ -2648,47 +2648,47 @@ the message box will try to auto-detect the format of the text. </doc> </property> <property> - <name>QMultiLineEdit::alignment</name> - <doc href="ntqmultilineedit.html#alignment-prop"> <p>This property holds the editor's paragraph alignment. + <name>TQMultiLineEdit::alignment</name> + <doc href="tqmultilineedit.html#alignment-prop"> <p>This property holds the editor's paragraph alignment. <p>Sets the alignment to flag, which must be <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignHCenter</a> or <a href="ntqt.html#AlignmentFlags-enum">AlignRight</a>. <p> If flag is an illegal flag nothing happens. <p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. -<p>Set this property's value with <a href="ntqmultilineedit.html#setAlignment">setAlignment</a>() and get this property's value with <a href="ntqmultilineedit.html#alignment">alignment</a>(). +<p>Set this property's value with <a href="tqmultilineedit.html#setAlignment">setAlignment</a>() and get this property's value with <a href="tqmultilineedit.html#alignment">alignment</a>(). </doc> </property> <property> - <name>QMultiLineEdit::atBeginning</name> - <doc href="ntqmultilineedit.html#atBeginning-prop"> <p>This property holds whether the cursor is placed at the beginning of the text. -<p>Get this property's value with <a href="ntqmultilineedit.html#atBeginning">atBeginning</a>(). -<p><p>See also <a href="ntqmultilineedit.html#atEnd-prop">atEnd</a>. + <name>TQMultiLineEdit::atBeginning</name> + <doc href="tqmultilineedit.html#atBeginning-prop"> <p>This property holds whether the cursor is placed at the beginning of the text. +<p>Get this property's value with <a href="tqmultilineedit.html#atBeginning">atBeginning</a>(). +<p><p>See also <a href="tqmultilineedit.html#atEnd-prop">atEnd</a>. </doc> </property> <property> - <name>QMultiLineEdit::atEnd</name> - <doc href="ntqmultilineedit.html#atEnd-prop"> <p>This property holds whether the cursor is placed at the end of the text. -<p>Get this property's value with <a href="ntqmultilineedit.html#atEnd">atEnd</a>(). -<p><p>See also <a href="ntqmultilineedit.html#atBeginning-prop">atBeginning</a>. + <name>TQMultiLineEdit::atEnd</name> + <doc href="tqmultilineedit.html#atEnd-prop"> <p>This property holds whether the cursor is placed at the end of the text. +<p>Get this property's value with <a href="tqmultilineedit.html#atEnd">atEnd</a>(). +<p><p>See also <a href="tqmultilineedit.html#atBeginning-prop">atBeginning</a>. </doc> </property> <property> - <name>QMultiLineEdit::edited</name> - <doc href="ntqmultilineedit.html#edited-prop"> <p>This property holds whether the document has been edited by the user. + <name>TQMultiLineEdit::edited</name> + <doc href="tqmultilineedit.html#edited-prop"> <p>This property holds whether the document has been edited by the user. <p>This is the same as <a href="tqtextedit.html">TQTextEdit</a>'s "modifed" property. <p> <p>See also <a href="tqtextedit.html#modified-prop">TQTextEdit::modified</a>. -<p>Set this property's value with <a href="ntqmultilineedit.html#setEdited">setEdited</a>() and get this property's value with <a href="ntqmultilineedit.html#edited">edited</a>(). +<p>Set this property's value with <a href="tqmultilineedit.html#setEdited">setEdited</a>() and get this property's value with <a href="tqmultilineedit.html#edited">edited</a>(). </doc> </property> <property> - <name>QMultiLineEdit::numLines</name> - <doc href="ntqmultilineedit.html#numLines-prop"> <p>This property holds the number of paragraphs in the editor. + <name>TQMultiLineEdit::numLines</name> + <doc href="tqmultilineedit.html#numLines-prop"> <p>This property holds the number of paragraphs in the editor. <p>The count includes any empty paragraph at top and bottom, so for an empty editor this method returns 1. -<p>Get this property's value with <a href="ntqmultilineedit.html#numLines">numLines</a>(). +<p>Get this property's value with <a href="tqmultilineedit.html#numLines">numLines</a>(). </doc> </property> <property> @@ -2727,95 +2727,95 @@ Checking is always enabled when in Windows-style. </doc> </property> <property> - <name>QProgressBar::centerIndicator</name> - <doc href="ntqprogressbar.html#centerIndicator-prop"> + <name>TQProgressBar::centerIndicator</name> + <doc href="tqprogressbar.html#centerIndicator-prop"> <p>This property holds whether the indicator string should be centered. -<p>Changing this property sets <a href="ntqprogressbar.html#indicatorFollowsStyle-prop">QProgressBar::indicatorFollowsStyle</a> +<p>Changing this property sets <a href="tqprogressbar.html#indicatorFollowsStyle-prop">TQProgressBar::indicatorFollowsStyle</a> to FALSE. The default is TRUE. -<p>Set this property's value with <a href="ntqprogressbar.html#setCenterIndicator">setCenterIndicator</a>() and get this property's value with <a href="ntqprogressbar.html#centerIndicator">centerIndicator</a>(). +<p>Set this property's value with <a href="tqprogressbar.html#setCenterIndicator">setCenterIndicator</a>() and get this property's value with <a href="tqprogressbar.html#centerIndicator">centerIndicator</a>(). </doc> </property> <property> - <name>QProgressBar::indicatorFollowsStyle</name> - <doc href="ntqprogressbar.html#indicatorFollowsStyle-prop"> + <name>TQProgressBar::indicatorFollowsStyle</name> + <doc href="tqprogressbar.html#indicatorFollowsStyle-prop"> <p>This property holds whether the display of the indicator string should follow the GUI style. <p>The default is TRUE. -<p> <p>See also <a href="ntqprogressbar.html#centerIndicator-prop">centerIndicator</a>. +<p> <p>See also <a href="tqprogressbar.html#centerIndicator-prop">centerIndicator</a>. -<p>Set this property's value with <a href="ntqprogressbar.html#setIndicatorFollowsStyle">setIndicatorFollowsStyle</a>() and get this property's value with <a href="ntqprogressbar.html#indicatorFollowsStyle">indicatorFollowsStyle</a>(). +<p>Set this property's value with <a href="tqprogressbar.html#setIndicatorFollowsStyle">setIndicatorFollowsStyle</a>() and get this property's value with <a href="tqprogressbar.html#indicatorFollowsStyle">indicatorFollowsStyle</a>(). </doc> </property> <property> - <name>QProgressBar::percentageVisible</name> - <doc href="ntqprogressbar.html#percentageVisible-prop"> + <name>TQProgressBar::percentageVisible</name> + <doc href="tqprogressbar.html#percentageVisible-prop"> <p>This property holds whether the current progress value is displayed. <p>The default is TRUE. -<p> <p>See also <a href="ntqprogressbar.html#centerIndicator-prop">centerIndicator</a> and <a href="ntqprogressbar.html#indicatorFollowsStyle-prop">indicatorFollowsStyle</a>. +<p> <p>See also <a href="tqprogressbar.html#centerIndicator-prop">centerIndicator</a> and <a href="tqprogressbar.html#indicatorFollowsStyle-prop">indicatorFollowsStyle</a>. -<p>Set this property's value with <a href="ntqprogressbar.html#setPercentageVisible">setPercentageVisible</a>() and get this property's value with <a href="ntqprogressbar.html#percentageVisible">percentageVisible</a>(). +<p>Set this property's value with <a href="tqprogressbar.html#setPercentageVisible">setPercentageVisible</a>() and get this property's value with <a href="tqprogressbar.html#percentageVisible">percentageVisible</a>(). </doc> </property> <property> - <name>QProgressBar::progress</name> - <doc href="ntqprogressbar.html#progress-prop"> + <name>TQProgressBar::progress</name> + <doc href="tqprogressbar.html#progress-prop"> <p>This property holds the current amount of progress. <p>This property is -1 if progress counting has not started. -<p>Set this property's value with <a href="ntqprogressbar.html#setProgress">setProgress</a>() and get this property's value with <a href="ntqprogressbar.html#progress">progress</a>(). +<p>Set this property's value with <a href="tqprogressbar.html#setProgress">setProgress</a>() and get this property's value with <a href="tqprogressbar.html#progress">progress</a>(). </doc> </property> <property> - <name>QProgressBar::progressString</name> - <doc href="ntqprogressbar.html#progressString-prop"> + <name>TQProgressBar::progressString</name> + <doc href="tqprogressbar.html#progressString-prop"> <p>This property holds the amount of progress as a string. <p>This property is <a href="tqstring.html#TQString-null">TQString::null</a> if progress counting has not started. -<p>Get this property's value with <a href="ntqprogressbar.html#progressString">progressString</a>(). +<p>Get this property's value with <a href="tqprogressbar.html#progressString">progressString</a>(). </doc> </property> <property> - <name>QProgressBar::totalSteps</name> - <doc href="ntqprogressbar.html#totalSteps-prop"> + <name>TQProgressBar::totalSteps</name> + <doc href="tqprogressbar.html#totalSteps-prop"> <p>This property holds the total number of steps. <p>If totalSteps is 0, the progress bar will display a busy indicator. <p> <p>See also -<p>Set this property's value with <a href="ntqprogressbar.html#setTotalSteps">setTotalSteps</a>() and get this property's value with <a href="ntqprogressbar.html#totalSteps">totalSteps</a>(). +<p>Set this property's value with <a href="tqprogressbar.html#setTotalSteps">setTotalSteps</a>() and get this property's value with <a href="tqprogressbar.html#totalSteps">totalSteps</a>(). </doc> </property> <property> - <name>QProgressDialog::autoClose</name> - <doc href="ntqprogressdialog.html#autoClose-prop"> -<p>This property holds whether the dialog gets hidden by <a href="ntqprogressdialog.html#reset">reset</a>(). + <name>TQProgressDialog::autoClose</name> + <doc href="tqprogressdialog.html#autoClose-prop"> +<p>This property holds whether the dialog gets hidden by <a href="tqprogressdialog.html#reset">reset</a>(). <p>The default is TRUE. -<p> <p>See also <a href="ntqprogressdialog.html#autoReset-prop">autoReset</a>. +<p> <p>See also <a href="tqprogressdialog.html#autoReset-prop">autoReset</a>. -<p>Set this property's value with <a href="ntqprogressdialog.html#setAutoClose">setAutoClose</a>() and get this property's value with <a href="ntqprogressdialog.html#autoClose">autoClose</a>(). +<p>Set this property's value with <a href="tqprogressdialog.html#setAutoClose">setAutoClose</a>() and get this property's value with <a href="tqprogressdialog.html#autoClose">autoClose</a>(). </doc> </property> <property> - <name>QProgressDialog::autoReset</name> - <doc href="ntqprogressdialog.html#autoReset-prop"> -<p>This property holds whether the progress dialog calls <a href="ntqprogressdialog.html#reset">reset</a>() as soon as <a href="ntqprogressdialog.html#progress">progress</a>() equals <a href="ntqprogressdialog.html#totalSteps">totalSteps</a>(). + <name>TQProgressDialog::autoReset</name> + <doc href="tqprogressdialog.html#autoReset-prop"> +<p>This property holds whether the progress dialog calls <a href="tqprogressdialog.html#reset">reset</a>() as soon as <a href="tqprogressdialog.html#progress">progress</a>() equals <a href="tqprogressdialog.html#totalSteps">totalSteps</a>(). <p>The default is TRUE. -<p> <p>See also <a href="ntqprogressdialog.html#autoClose-prop">autoClose</a>. +<p> <p>See also <a href="tqprogressdialog.html#autoClose-prop">autoClose</a>. -<p>Set this property's value with <a href="ntqprogressdialog.html#setAutoReset">setAutoReset</a>() and get this property's value with <a href="ntqprogressdialog.html#autoReset">autoReset</a>(). +<p>Set this property's value with <a href="tqprogressdialog.html#setAutoReset">setAutoReset</a>() and get this property's value with <a href="tqprogressdialog.html#autoReset">autoReset</a>(). </doc> </property> <property> - <name>QProgressDialog::labelText</name> - <doc href="ntqprogressdialog.html#labelText-prop"> + <name>TQProgressDialog::labelText</name> + <doc href="tqprogressdialog.html#labelText-prop"> <p>This property holds the label's text. <p>The default text is <a href="tqstring.html#TQString-null">TQString::null</a>. -<p>Set this property's value with <a href="ntqprogressdialog.html#setLabelText">setLabelText</a>() and get this property's value with <a href="ntqprogressdialog.html#labelText">labelText</a>(). +<p>Set this property's value with <a href="tqprogressdialog.html#setLabelText">setLabelText</a>() and get this property's value with <a href="tqprogressdialog.html#labelText">labelText</a>(). </doc> </property> <property> - <name>QProgressDialog::minimumDuration</name> - <doc href="ntqprogressdialog.html#minimumDuration-prop"> + <name>TQProgressDialog::minimumDuration</name> + <doc href="tqprogressdialog.html#minimumDuration-prop"> <p>This property holds the time that must pass before the dialog appears. <p>If the expected duration of the task is less than the minimumDuration, the dialog will not appear at all. This prevents @@ -2826,53 +2826,53 @@ is set. <p> If set to 0, the dialog is always shown as soon as any progress is set. The default is 4000 milliseconds. -<p>Set this property's value with <a href="ntqprogressdialog.html#setMinimumDuration">setMinimumDuration</a>() and get this property's value with <a href="ntqprogressdialog.html#minimumDuration">minimumDuration</a>(). +<p>Set this property's value with <a href="tqprogressdialog.html#setMinimumDuration">setMinimumDuration</a>() and get this property's value with <a href="tqprogressdialog.html#minimumDuration">minimumDuration</a>(). </doc> </property> <property> - <name>QProgressDialog::progress</name> - <doc href="ntqprogressdialog.html#progress-prop"> + <name>TQProgressDialog::progress</name> + <doc href="tqprogressdialog.html#progress-prop"> <p>This property holds the current amount of progress made. <p>For the progress dialog to work as expected, you should initially set this property to 0 and finally set it to -<a href="ntqprogressdialog.html#totalSteps">QProgressDialog::totalSteps</a>(); you can call <a href="ntqprogressdialog.html#setProgress">setProgress</a>() any number of times +<a href="tqprogressdialog.html#totalSteps">TQProgressDialog::totalSteps</a>(); you can call <a href="tqprogressdialog.html#setProgress">setProgress</a>() any number of times in-between. <p> <b>Warning:</b> If the progress dialog is modal -(see <a href="ntqprogressdialog.html#QProgressDialog">QProgressDialog::QProgressDialog</a>()), +(see <a href="tqprogressdialog.html#TQProgressDialog">TQProgressDialog::TQProgressDialog</a>()), this function calls <a href="ntqapplication.html#processEvents">QApplication::processEvents</a>(), so take care that this does not cause undesirable re-entrancy in your code. For example, -don't use a QProgressDialog inside a <a href="tqwidget.html#paintEvent">paintEvent</a>()! -<p> <p>See also <a href="ntqprogressdialog.html#totalSteps-prop">totalSteps</a>. +don't use a TQProgressDialog inside a <a href="tqwidget.html#paintEvent">paintEvent</a>()! +<p> <p>See also <a href="tqprogressdialog.html#totalSteps-prop">totalSteps</a>. -<p>Set this property's value with <a href="ntqprogressdialog.html#setProgress">setProgress</a>() and get this property's value with <a href="ntqprogressdialog.html#progress">progress</a>(). +<p>Set this property's value with <a href="tqprogressdialog.html#setProgress">setProgress</a>() and get this property's value with <a href="tqprogressdialog.html#progress">progress</a>(). </doc> </property> <property> - <name>QProgressDialog::totalSteps</name> - <doc href="ntqprogressdialog.html#totalSteps-prop"> + <name>TQProgressDialog::totalSteps</name> + <doc href="tqprogressdialog.html#totalSteps-prop"> <p>This property holds the total number of steps. <p>The default is 0. -<p>Set this property's value with <a href="ntqprogressdialog.html#setTotalSteps">setTotalSteps</a>() and get this property's value with <a href="ntqprogressdialog.html#totalSteps">totalSteps</a>(). +<p>Set this property's value with <a href="tqprogressdialog.html#setTotalSteps">setTotalSteps</a>() and get this property's value with <a href="tqprogressdialog.html#totalSteps">totalSteps</a>(). </doc> </property> <property> - <name>QProgressDialog::wasCanceled</name> - <doc href="ntqprogressdialog.html#wasCanceled-prop"> + <name>TQProgressDialog::wasCanceled</name> + <doc href="tqprogressdialog.html#wasCanceled-prop"> <p>This property holds whether the dialog was canceled. -<p>Get this property's value with <a href="ntqprogressdialog.html#wasCanceled">wasCanceled</a>(). -<p><p>See also <a href="ntqprogressdialog.html#progress-prop">progress</a>. +<p>Get this property's value with <a href="tqprogressdialog.html#wasCanceled">wasCanceled</a>(). +<p><p>See also <a href="tqprogressdialog.html#progress-prop">progress</a>. </doc> </property> <property> - <name>QProgressDialog::wasCancelled</name> - <doc href="ntqprogressdialog.html#wasCancelled-prop"> + <name>TQProgressDialog::wasCancelled</name> + <doc href="tqprogressdialog.html#wasCancelled-prop"> <p>This property holds whether the dialog was canceled. <p><b>This property is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> Use <a href="ntqprogressdialog.html#wasCanceled-prop">wasCanceled</a> instead. +<p> Use <a href="tqprogressdialog.html#wasCanceled-prop">wasCanceled</a> instead. -<p>Get this property's value with <a href="ntqprogressdialog.html#wasCancelled">wasCancelled</a>(). +<p>Get this property's value with <a href="tqprogressdialog.html#wasCancelled">wasCancelled</a>(). </doc> </property> <property> @@ -2951,7 +2951,7 @@ arrow. <doc href="tqradiobutton.html#checked-prop"> <p>This property holds whether the radio button is checked. <p>This property will not effect any other radio buttons unless they -have been placed in the same <a href="ntqbuttongroup.html">QButtonGroup</a>. The default value is +have been placed in the same <a href="tqbuttongroup.html">TQButtonGroup</a>. The default value is FALSE (unchecked). <p>Set this property's value with <a href="tqradiobutton.html#setChecked">setChecked</a>() and get this property's value with <a href="tqradiobutton.html#isChecked">isChecked</a>(). @@ -3602,17 +3602,17 @@ status bar. By default, the size grip is enabled. </doc> </property> <property> - <name>QTabBar::count</name> - <doc href="ntqtabbar.html#count-prop"> + <name>TQTabBar::count</name> + <doc href="tqtabbar.html#count-prop"> <p>This property holds the number of tabs in the tab bar. -<p>Get this property's value with <a href="ntqtabbar.html#count">count</a>(). -<p><p>See also <a href="ntqtabbar.html#tab">tab</a>(). +<p>Get this property's value with <a href="tqtabbar.html#count">count</a>(). +<p><p>See also <a href="tqtabbar.html#tab">tab</a>(). </doc> </property> <property> - <name>QTabBar::currentTab</name> - <doc href="ntqtabbar.html#currentTab-prop"> + <name>TQTabBar::currentTab</name> + <doc href="tqtabbar.html#currentTab-prop"> <p>This property holds the id of the tab bar's visible tab. <p>If no tab page is currently visible, the property's value is -1. Even if the property's value is not -1, you cannot assume that the @@ -3620,187 +3620,187 @@ user can see the relevant page, or that the tab is enabled. When you need to display something the value of this property represents the best page to display. <p> When this property is set to <em>id</em>, it will raise the tab with the -id <em>id</em> and emit the <a href="ntqtabbar.html#selected">selected</a>() signal. -<p> <p>See also <a href="ntqtabbar.html#selected">selected</a>() and <a href="ntqtabbar.html#isTabEnabled">isTabEnabled</a>(). +id <em>id</em> and emit the <a href="tqtabbar.html#selected">selected</a>() signal. +<p> <p>See also <a href="tqtabbar.html#selected">selected</a>() and <a href="tqtabbar.html#isTabEnabled">isTabEnabled</a>(). -<p>Set this property's value with <a href="ntqtabbar.html#setCurrentTab">setCurrentTab</a>() and get this property's value with <a href="ntqtabbar.html#currentTab">currentTab</a>(). +<p>Set this property's value with <a href="tqtabbar.html#setCurrentTab">setCurrentTab</a>() and get this property's value with <a href="tqtabbar.html#currentTab">currentTab</a>(). </doc> </property> <property> - <name>QTabBar::keyboardFocusTab</name> - <doc href="ntqtabbar.html#keyboardFocusTab-prop"> + <name>TQTabBar::keyboardFocusTab</name> + <doc href="tqtabbar.html#keyboardFocusTab-prop"> <p>This property holds the id of the tab that has the <a href="focus.html#keyboard-focus">keyboard focus</a>. <p>This property contains the id of the tab that has the keyboard focus or -1 if the tab bar does not have the keyboard focus. -<p>Get this property's value with <a href="ntqtabbar.html#keyboardFocusTab">keyboardFocusTab</a>(). +<p>Get this property's value with <a href="tqtabbar.html#keyboardFocusTab">keyboardFocusTab</a>(). </doc> </property> <property> - <name>QTabBar::shape</name> - <doc href="ntqtabbar.html#shape-prop"> + <name>TQTabBar::shape</name> + <doc href="tqtabbar.html#shape-prop"> <p>This property holds the shape of the tabs in the tab bar. -<p>The value of this property is one of the following: <a href="ntqtabbar.html#Shape-enum">RoundedAbove</a> (default), <a href="ntqtabbar.html#Shape-enum">RoundedBelow</a>, <a href="ntqtabbar.html#Shape-enum">TriangularAbove</a> or <a href="ntqtabbar.html#Shape-enum">TriangularBelow</a>. -<p> <p>See also <a href="ntqtabbar.html#Shape-enum">Shape</a>. +<p>The value of this property is one of the following: <a href="tqtabbar.html#Shape-enum">RoundedAbove</a> (default), <a href="tqtabbar.html#Shape-enum">RoundedBelow</a>, <a href="tqtabbar.html#Shape-enum">TriangularAbove</a> or <a href="tqtabbar.html#Shape-enum">TriangularBelow</a>. +<p> <p>See also <a href="tqtabbar.html#Shape-enum">Shape</a>. -<p>Set this property's value with <a href="ntqtabbar.html#setShape">setShape</a>() and get this property's value with <a href="ntqtabbar.html#shape">shape</a>(). +<p>Set this property's value with <a href="tqtabbar.html#setShape">setShape</a>() and get this property's value with <a href="tqtabbar.html#shape">shape</a>(). </doc> </property> <property> - <name>QTabWidget::count</name> - <doc href="ntqtabwidget.html#count-prop"> + <name>TQTabWidget::count</name> + <doc href="tqtabwidget.html#count-prop"> <p>This property holds the number of tabs in the tab bar. <p> -<p>Get this property's value with <a href="ntqtabwidget.html#count">count</a>(). +<p>Get this property's value with <a href="tqtabwidget.html#count">count</a>(). </doc> </property> <property> - <name>QTabWidget::currentPage</name> - <doc href="ntqtabwidget.html#currentPage-prop"> + <name>TQTabWidget::currentPage</name> + <doc href="tqtabwidget.html#currentPage-prop"> <p>This property holds the index position of the current tab page. -<p>Set this property's value with <a href="ntqtabwidget.html#setCurrentPage">setCurrentPage</a>() and get this property's value with <a href="ntqtabwidget.html#currentPageIndex">currentPageIndex</a>(). -<p><p>See also <a href="ntqtabbar.html#currentTab-prop">QTabBar::currentTab</a>. +<p>Set this property's value with <a href="tqtabwidget.html#setCurrentPage">setCurrentPage</a>() and get this property's value with <a href="tqtabwidget.html#currentPageIndex">currentPageIndex</a>(). +<p><p>See also <a href="tqtabbar.html#currentTab-prop">TQTabBar::currentTab</a>. </doc> </property> <property> - <name>QTabWidget::margin</name> - <doc href="ntqtabwidget.html#margin-prop"> + <name>TQTabWidget::margin</name> + <doc href="tqtabwidget.html#margin-prop"> <p>This property holds the margin in this tab widget. <p>The margin is the distance between the innermost pixel of the frame and the outermost pixel of the pages. -<p>Set this property's value with <a href="ntqtabwidget.html#setMargin">setMargin</a>() and get this property's value with <a href="ntqtabwidget.html#margin">margin</a>(). +<p>Set this property's value with <a href="tqtabwidget.html#setMargin">setMargin</a>() and get this property's value with <a href="tqtabwidget.html#margin">margin</a>(). </doc> </property> <property> - <name>QTabWidget::tabPosition</name> - <doc href="ntqtabwidget.html#tabPosition-prop"> + <name>TQTabWidget::tabPosition</name> + <doc href="tqtabwidget.html#tabPosition-prop"> <p>This property holds the position of the tabs in this tab widget. -<p>Possible values for this property are <a href="ntqtabwidget.html#TabPosition-enum">QTabWidget::Top</a> and <a href="ntqtabwidget.html#TabPosition-enum">QTabWidget::Bottom</a>. -<p> <p>See also <a href="ntqtabwidget.html#TabPosition-enum">TabPosition</a>. +<p>Possible values for this property are <a href="tqtabwidget.html#TabPosition-enum">TQTabWidget::Top</a> and <a href="tqtabwidget.html#TabPosition-enum">TQTabWidget::Bottom</a>. +<p> <p>See also <a href="tqtabwidget.html#TabPosition-enum">TabPosition</a>. -<p>Set this property's value with <a href="ntqtabwidget.html#setTabPosition">setTabPosition</a>() and get this property's value with <a href="ntqtabwidget.html#tabPosition">tabPosition</a>(). +<p>Set this property's value with <a href="tqtabwidget.html#setTabPosition">setTabPosition</a>() and get this property's value with <a href="tqtabwidget.html#tabPosition">tabPosition</a>(). </doc> </property> <property> - <name>QTabWidget::tabShape</name> - <doc href="ntqtabwidget.html#tabShape-prop"> + <name>TQTabWidget::tabShape</name> + <doc href="tqtabwidget.html#tabShape-prop"> <p>This property holds the shape of the tabs in this tab widget. -<p>Possible values for this property are <a href="ntqtabwidget.html#TabShape-enum">QTabWidget::Rounded</a> -(default) or <a href="ntqtabwidget.html#TabShape-enum">QTabWidget::Triangular</a>. -<p> <p>See also <a href="ntqtabwidget.html#TabShape-enum">TabShape</a>. +<p>Possible values for this property are <a href="tqtabwidget.html#TabShape-enum">TQTabWidget::Rounded</a> +(default) or <a href="tqtabwidget.html#TabShape-enum">TQTabWidget::Triangular</a>. +<p> <p>See also <a href="tqtabwidget.html#TabShape-enum">TabShape</a>. -<p>Set this property's value with <a href="ntqtabwidget.html#setTabShape">setTabShape</a>() and get this property's value with <a href="ntqtabwidget.html#tabShape">tabShape</a>(). +<p>Set this property's value with <a href="tqtabwidget.html#setTabShape">setTabShape</a>() and get this property's value with <a href="tqtabwidget.html#tabShape">tabShape</a>(). </doc> </property> <property> - <name>QTable::columnMovingEnabled</name> - <doc href="ntqtable.html#columnMovingEnabled-prop"> + <name>TQTable::columnMovingEnabled</name> + <doc href="tqtable.html#columnMovingEnabled-prop"> <p>This property holds whether columns can be moved by the user. <p>The default is FALSE. Columns are moved by dragging whilst holding down the Ctrl key. -<p> <b>Warning:</b> If QTable is used to move header sections as a result of user +<p> <b>Warning:</b> If TQTable is used to move header sections as a result of user interaction, the mapping between header indexes and section exposed by -<a href="ntqheader.html">QHeader</a> will not reflect the order of the headers in the table; i.e., -QTable does not call <a href="ntqheader.html#moveSection">QHeader::moveSection</a>() to move sections but handles +<a href="tqheader.html">TQHeader</a> will not reflect the order of the headers in the table; i.e., +TQTable does not call <a href="tqheader.html#moveSection">TQHeader::moveSection</a>() to move sections but handles move operations internally. -<p> <p>See also <a href="ntqtable.html#rowMovingEnabled-prop">rowMovingEnabled</a>. +<p> <p>See also <a href="tqtable.html#rowMovingEnabled-prop">rowMovingEnabled</a>. -<p>Set this property's value with <a href="ntqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</a>() and get this property's value with <a href="ntqtable.html#columnMovingEnabled">columnMovingEnabled</a>(). +<p>Set this property's value with <a href="tqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</a>() and get this property's value with <a href="tqtable.html#columnMovingEnabled">columnMovingEnabled</a>(). </doc> </property> <property> - <name>QTable::focusStyle</name> - <doc href="ntqtable.html#focusStyle-prop"> + <name>TQTable::focusStyle</name> + <doc href="tqtable.html#focusStyle-prop"> <p>This property holds how the current (focus) cell is drawn. -<p>The default style is <a href="ntqtable.html#FocusStyle-enum">SpreadSheet</a>. -<p> <p>See also <a href="ntqtable.html#FocusStyle-enum">QTable::FocusStyle</a>. +<p>The default style is <a href="tqtable.html#FocusStyle-enum">SpreadSheet</a>. +<p> <p>See also <a href="tqtable.html#FocusStyle-enum">TQTable::FocusStyle</a>. -<p>Set this property's value with <a href="ntqtable.html#setFocusStyle">setFocusStyle</a>() and get this property's value with <a href="ntqtable.html#focusStyle">focusStyle</a>(). +<p>Set this property's value with <a href="tqtable.html#setFocusStyle">setFocusStyle</a>() and get this property's value with <a href="tqtable.html#focusStyle">focusStyle</a>(). </doc> </property> <property> - <name>QTable::numCols</name> - <doc href="ntqtable.html#numCols-prop"> + <name>TQTable::numCols</name> + <doc href="tqtable.html#numCols-prop"> <p>This property holds the number of columns in the table. -<p>Set this property's value with <a href="ntqtable.html#setNumCols">setNumCols</a>() and get this property's value with <a href="ntqtable.html#numCols">numCols</a>(). -<p><p>See also <a href="ntqtable.html#numRows-prop">numRows</a>. +<p>Set this property's value with <a href="tqtable.html#setNumCols">setNumCols</a>() and get this property's value with <a href="tqtable.html#numCols">numCols</a>(). +<p><p>See also <a href="tqtable.html#numRows-prop">numRows</a>. </doc> </property> <property> - <name>QTable::numRows</name> - <doc href="ntqtable.html#numRows-prop"> + <name>TQTable::numRows</name> + <doc href="tqtable.html#numRows-prop"> <p>This property holds the number of rows in the table. -<p>Set this property's value with <a href="ntqtable.html#setNumRows">setNumRows</a>() and get this property's value with <a href="ntqtable.html#numRows">numRows</a>(). -<p><p>See also <a href="ntqtable.html#numCols-prop">numCols</a>. +<p>Set this property's value with <a href="tqtable.html#setNumRows">setNumRows</a>() and get this property's value with <a href="tqtable.html#numRows">numRows</a>(). +<p><p>See also <a href="tqtable.html#numCols-prop">numCols</a>. </doc> </property> <property> - <name>QTable::numSelections</name> - <doc href="ntqtable.html#numSelections-prop"> + <name>TQTable::numSelections</name> + <doc href="tqtable.html#numSelections-prop"> <p>This property holds the number of selections. -<p>Get this property's value with <a href="ntqtable.html#numSelections">numSelections</a>(). -<p><p>See also <a href="ntqtable.html#currentSelection">currentSelection</a>(). +<p>Get this property's value with <a href="tqtable.html#numSelections">numSelections</a>(). +<p><p>See also <a href="tqtable.html#currentSelection">currentSelection</a>(). </doc> </property> <property> - <name>QTable::readOnly</name> - <doc href="ntqtable.html#readOnly-prop"> + <name>TQTable::readOnly</name> + <doc href="tqtable.html#readOnly-prop"> <p>This property holds whether the table is read-only. <p>Whether a cell in the table is editable or read-only depends on -the cell's <a href="qtableitem.html#EditType-enum">EditType</a>, and this setting: -see <a href="qtableitem.html#wheneditable">QTableItem::EditType</a>. -<p> <p>See also <a href="tqwidget.html#enabled-prop">TQWidget::enabled</a>, <a href="ntqtable.html#setColumnReadOnly">setColumnReadOnly</a>(), and <a href="ntqtable.html#setRowReadOnly">setRowReadOnly</a>(). +the cell's <a href="tqtableitem.html#EditType-enum">EditType</a>, and this setting: +see <a href="tqtableitem.html#wheneditable">TQTableItem::EditType</a>. +<p> <p>See also <a href="tqwidget.html#enabled-prop">TQWidget::enabled</a>, <a href="tqtable.html#setColumnReadOnly">setColumnReadOnly</a>(), and <a href="tqtable.html#setRowReadOnly">setRowReadOnly</a>(). -<p>Set this property's value with <a href="ntqtable.html#setReadOnly">setReadOnly</a>() and get this property's value with <a href="ntqtable.html#isReadOnly">isReadOnly</a>(). +<p>Set this property's value with <a href="tqtable.html#setReadOnly">setReadOnly</a>() and get this property's value with <a href="tqtable.html#isReadOnly">isReadOnly</a>(). </doc> </property> <property> - <name>QTable::rowMovingEnabled</name> - <doc href="ntqtable.html#rowMovingEnabled-prop"> + <name>TQTable::rowMovingEnabled</name> + <doc href="tqtable.html#rowMovingEnabled-prop"> <p>This property holds whether rows can be moved by the user. <p>The default is FALSE. Rows are moved by dragging whilst holding down the Ctrl key. -<p> <b>Warning:</b> If QTable is used to move header sections as a result of user +<p> <b>Warning:</b> If TQTable is used to move header sections as a result of user interaction, the mapping between header indexes and section exposed by -<a href="ntqheader.html">QHeader</a> will not reflect the order of the headers in the table; i.e., -QTable does not call <a href="ntqheader.html#moveSection">QHeader::moveSection</a>() to move sections but handles +<a href="tqheader.html">TQHeader</a> will not reflect the order of the headers in the table; i.e., +TQTable does not call <a href="tqheader.html#moveSection">TQHeader::moveSection</a>() to move sections but handles move operations internally. -<p> <p>See also <a href="ntqtable.html#columnMovingEnabled-prop">columnMovingEnabled</a>. +<p> <p>See also <a href="tqtable.html#columnMovingEnabled-prop">columnMovingEnabled</a>. -<p>Set this property's value with <a href="ntqtable.html#setRowMovingEnabled">setRowMovingEnabled</a>() and get this property's value with <a href="ntqtable.html#rowMovingEnabled">rowMovingEnabled</a>(). +<p>Set this property's value with <a href="tqtable.html#setRowMovingEnabled">setRowMovingEnabled</a>() and get this property's value with <a href="tqtable.html#rowMovingEnabled">rowMovingEnabled</a>(). </doc> </property> <property> - <name>QTable::selectionMode</name> - <doc href="ntqtable.html#selectionMode-prop"> + <name>TQTable::selectionMode</name> + <doc href="tqtable.html#selectionMode-prop"> <p>This property holds the current selection mode. -<p>The default mode is <a href="ntqtable.html#SelectionMode-enum">Multi</a> which allows the user to select +<p>The default mode is <a href="tqtable.html#SelectionMode-enum">Multi</a> which allows the user to select multiple ranges of cells. -<p> <p>See also <a href="ntqtable.html#SelectionMode-enum">SelectionMode</a> and <a href="ntqtable.html#selectionMode-prop">selectionMode</a>. +<p> <p>See also <a href="tqtable.html#SelectionMode-enum">SelectionMode</a> and <a href="tqtable.html#selectionMode-prop">selectionMode</a>. -<p>Set this property's value with <a href="ntqtable.html#setSelectionMode">setSelectionMode</a>() and get this property's value with <a href="ntqtable.html#selectionMode">selectionMode</a>(). +<p>Set this property's value with <a href="tqtable.html#setSelectionMode">setSelectionMode</a>() and get this property's value with <a href="tqtable.html#selectionMode">selectionMode</a>(). </doc> </property> <property> - <name>QTable::showGrid</name> - <doc href="ntqtable.html#showGrid-prop"> + <name>TQTable::showGrid</name> + <doc href="tqtable.html#showGrid-prop"> <p>This property holds whether the table's grid is displayed. <p>The grid is shown by default. -<p>Set this property's value with <a href="ntqtable.html#setShowGrid">setShowGrid</a>() and get this property's value with <a href="ntqtable.html#showGrid">showGrid</a>(). +<p>Set this property's value with <a href="tqtable.html#setShowGrid">setShowGrid</a>() and get this property's value with <a href="tqtable.html#showGrid">showGrid</a>(). </doc> </property> <property> - <name>QTable::sorting</name> - <doc href="ntqtable.html#sorting-prop"> + <name>TQTable::sorting</name> + <doc href="tqtable.html#sorting-prop"> <p>This property holds whether a click on the header of a column sorts that column. -<p>Set this property's value with <a href="ntqtable.html#setSorting">setSorting</a>() and get this property's value with <a href="ntqtable.html#sorting">sorting</a>(). -<p><p>See also <a href="ntqtable.html#sortColumn">sortColumn</a>(). +<p>Set this property's value with <a href="tqtable.html#setSorting">setSorting</a>() and get this property's value with <a href="tqtable.html#sorting">sorting</a>(). +<p><p>See also <a href="tqtable.html#sortColumn">sortColumn</a>(). </doc> </property> @@ -4297,7 +4297,7 @@ entry of the <a href="tqwidget.html#palette-prop">palette</a> to set typically gray), but some need to use <a href="ntqt.html#BackgroundMode-enum">PaletteBase</a> (the background color for text output, typically white) or another role. -<p> <a href="ntqlistbox.html">QListBox</a>, which is "sunken" and uses the base color to contrast +<p> <a href="tqlistbox.html">TQListBox</a>, which is "sunken" and uses the base color to contrast with its environment, does this in its constructor: <p> <pre> <a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>( <a href="ntqt.html#BackgroundMode-enum">PaletteBase</a> ); @@ -5037,10 +5037,10 @@ widget can be freely resized, but prefers to be the size specify that they may stretch horizontally, but are fixed vertically. The same applies to lineedit controls (such as <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqspinbox.html">TQSpinBox</a> or an editable <a href="tqcombobox.html">TQComboBox</a>) and other -horizontally orientated widgets (such as <a href="ntqprogressbar.html">QProgressBar</a>). +horizontally orientated widgets (such as <a href="tqprogressbar.html">TQProgressBar</a>). <a href="tqtoolbutton.html">TQToolButton</a>'s are normally square, so they allow growth in both directions. Widgets that support different directions (such as -<a href="tqslider.html">TQSlider</a>, <a href="tqscrollbar.html">TQScrollBar</a> or <a href="ntqheader.html">QHeader</a>) specify stretching in the +<a href="tqslider.html">TQSlider</a>, <a href="tqscrollbar.html">TQScrollBar</a> or <a href="tqheader.html">TQHeader</a>) specify stretching in the respective direction only. Widgets that can provide scrollbars (usually subclasses of <a href="tqscrollview.html">TQScrollView</a>) tend to specify that they can use additional space, and that they can make do with less than @@ -5174,12 +5174,12 @@ for an overview of top-level widget geometry. </doc> </property> <property> - <name>QWizard::titleFont</name> - <doc href="ntqwizard.html#titleFont-prop"> + <name>TQWizard::titleFont</name> + <doc href="tqwizard.html#titleFont-prop"> <p>This property holds the font used for page titles. <p>The default is <a href="ntqapplication.html#font">QApplication::font</a>(). -<p>Set this property's value with <a href="ntqwizard.html#setTitleFont">setTitleFont</a>() and get this property's value with <a href="ntqwizard.html#titleFont">titleFont</a>(). +<p>Set this property's value with <a href="tqwizard.html#setTitleFont">setTitleFont</a>() and get this property's value with <a href="tqwizard.html#titleFont">titleFont</a>(). </doc> </property> <property> diff --git a/doc/html/propertyindex b/doc/html/propertyindex index 894fd314f..7c57a5376 100644 --- a/doc/html/propertyindex +++ b/doc/html/propertyindex @@ -12,19 +12,19 @@ "TQActionGroup/exclusive" tqactiongroup.html#exclusive-prop "TQActionGroup/usesDropDown" tqactiongroup.html#usesDropDown-prop "QAssistantClient/open" ntqassistantclient.html#open-prop -"QButton/accel" ntqbutton.html#accel-prop -"QButton/autoRepeat" ntqbutton.html#autoRepeat-prop -"QButton/down" ntqbutton.html#down-prop -"QButton/exclusiveToggle" ntqbutton.html#exclusiveToggle-prop -"QButton/on" ntqbutton.html#on-prop -"QButton/pixmap" ntqbutton.html#pixmap-prop -"QButton/text" ntqbutton.html#text-prop -"QButton/toggleButton" ntqbutton.html#toggleButton-prop -"QButton/toggleState" ntqbutton.html#toggleState-prop -"QButton/toggleType" ntqbutton.html#toggleType-prop -"QButtonGroup/exclusive" ntqbuttongroup.html#exclusive-prop -"QButtonGroup/radioButtonExclusive" ntqbuttongroup.html#radioButtonExclusive-prop -"QButtonGroup/selectedId" ntqbuttongroup.html#selectedId-prop +"TQButton/accel" tqbutton.html#accel-prop +"TQButton/autoRepeat" tqbutton.html#autoRepeat-prop +"TQButton/down" tqbutton.html#down-prop +"TQButton/exclusiveToggle" tqbutton.html#exclusiveToggle-prop +"TQButton/on" tqbutton.html#on-prop +"TQButton/pixmap" tqbutton.html#pixmap-prop +"TQButton/text" tqbutton.html#text-prop +"TQButton/toggleButton" tqbutton.html#toggleButton-prop +"TQButton/toggleState" tqbutton.html#toggleState-prop +"TQButton/toggleType" tqbutton.html#toggleType-prop +"TQButtonGroup/exclusive" tqbuttongroup.html#exclusive-prop +"TQButtonGroup/radioButtonExclusive" tqbuttongroup.html#radioButtonExclusive-prop +"TQButtonGroup/selectedId" tqbuttongroup.html#selectedId-prop "TQCheckBox/checked" tqcheckbox.html#checked-prop "TQCheckBox/tristate" tqcheckbox.html#tristate-prop "TQComboBox/autoCompletion" tqcombobox.html#autoCompletion-prop @@ -106,18 +106,18 @@ "TQFileDialog/selectedFilter" tqfiledialog.html#selectedFilter-prop "TQFileDialog/showHiddenFiles" tqfiledialog.html#showHiddenFiles-prop "TQFileDialog/viewMode" tqfiledialog.html#viewMode-prop -"QFrame/contentsRect" ntqframe.html#contentsRect-prop -"QFrame/frameRect" ntqframe.html#frameRect-prop -"QFrame/frameShadow" ntqframe.html#frameShadow-prop -"QFrame/frameShape" ntqframe.html#frameShape-prop -"QFrame/frameWidth" ntqframe.html#frameWidth-prop -"QFrame/lineWidth" ntqframe.html#lineWidth-prop -"QFrame/margin" ntqframe.html#margin-prop -"QFrame/midLineWidth" ntqframe.html#midLineWidth-prop -"QGridView/cellHeight" ntqgridview.html#cellHeight-prop -"QGridView/cellWidth" ntqgridview.html#cellWidth-prop -"QGridView/numCols" ntqgridview.html#numCols-prop -"QGridView/numRows" ntqgridview.html#numRows-prop +"TQFrame/contentsRect" tqframe.html#contentsRect-prop +"TQFrame/frameRect" tqframe.html#frameRect-prop +"TQFrame/frameShadow" tqframe.html#frameShadow-prop +"TQFrame/frameShape" tqframe.html#frameShape-prop +"TQFrame/frameWidth" tqframe.html#frameWidth-prop +"TQFrame/lineWidth" tqframe.html#lineWidth-prop +"TQFrame/margin" tqframe.html#margin-prop +"TQFrame/midLineWidth" tqframe.html#midLineWidth-prop +"TQGridView/cellHeight" tqgridview.html#cellHeight-prop +"TQGridView/cellWidth" tqgridview.html#cellWidth-prop +"TQGridView/numCols" tqgridview.html#numCols-prop +"TQGridView/numRows" tqgridview.html#numRows-prop "QGroupBox/alignment" ntqgroupbox.html#alignment-prop "QGroupBox/checkable" ntqgroupbox.html#checkable-prop "QGroupBox/checked" ntqgroupbox.html#checked-prop @@ -125,12 +125,12 @@ "QGroupBox/flat" ntqgroupbox.html#flat-prop "QGroupBox/orientation" ntqgroupbox.html#orientation-prop "QGroupBox/title" ntqgroupbox.html#title-prop -"QHeader/count" ntqheader.html#count-prop -"QHeader/moving" ntqheader.html#moving-prop -"QHeader/offset" ntqheader.html#offset-prop -"QHeader/orientation" ntqheader.html#orientation-prop -"QHeader/stretching" ntqheader.html#stretching-prop -"QHeader/tracking" ntqheader.html#tracking-prop +"TQHeader/count" tqheader.html#count-prop +"TQHeader/moving" tqheader.html#moving-prop +"TQHeader/offset" tqheader.html#offset-prop +"TQHeader/orientation" tqheader.html#orientation-prop +"TQHeader/stretching" tqheader.html#stretching-prop +"TQHeader/tracking" tqheader.html#tracking-prop "TQIconView/arrangement" tqiconview.html#arrangement-prop "TQIconView/autoArrange" tqiconview.html#autoArrange-prop "TQIconView/count" tqiconview.html#count-prop @@ -182,31 +182,31 @@ "TQLineEdit/selectedText" tqlineedit.html#selectedText-prop "TQLineEdit/text" tqlineedit.html#text-prop "TQLineEdit/undoAvailable" tqlineedit.html#undoAvailable-prop -"QListBox/columnMode" ntqlistbox.html#columnMode-prop -"QListBox/count" ntqlistbox.html#count-prop -"QListBox/currentItem" ntqlistbox.html#currentItem-prop -"QListBox/currentText" ntqlistbox.html#currentText-prop -"QListBox/multiSelection" ntqlistbox.html#multiSelection-prop -"QListBox/numColumns" ntqlistbox.html#numColumns-prop -"QListBox/numItemsVisible" ntqlistbox.html#numItemsVisible-prop -"QListBox/numRows" ntqlistbox.html#numRows-prop -"QListBox/rowMode" ntqlistbox.html#rowMode-prop -"QListBox/selectionMode" ntqlistbox.html#selectionMode-prop -"QListBox/topItem" ntqlistbox.html#topItem-prop -"QListBox/variableHeight" ntqlistbox.html#variableHeight-prop -"QListBox/variableWidth" ntqlistbox.html#variableWidth-prop -"QListView/allColumnsShowFocus" ntqlistview.html#allColumnsShowFocus-prop -"QListView/childCount" ntqlistview.html#childCount-prop -"QListView/columns" ntqlistview.html#columns-prop -"QListView/defaultRenameAction" ntqlistview.html#defaultRenameAction-prop -"QListView/itemMargin" ntqlistview.html#itemMargin-prop -"QListView/multiSelection" ntqlistview.html#multiSelection-prop -"QListView/resizeMode" ntqlistview.html#resizeMode-prop -"QListView/rootIsDecorated" ntqlistview.html#rootIsDecorated-prop -"QListView/selectionMode" ntqlistview.html#selectionMode-prop -"QListView/showSortIndicator" ntqlistview.html#showSortIndicator-prop -"QListView/showToolTips" ntqlistview.html#showToolTips-prop -"QListView/treeStepSize" ntqlistview.html#treeStepSize-prop +"TQListBox/columnMode" tqlistbox.html#columnMode-prop +"TQListBox/count" tqlistbox.html#count-prop +"TQListBox/currentItem" tqlistbox.html#currentItem-prop +"TQListBox/currentText" tqlistbox.html#currentText-prop +"TQListBox/multiSelection" tqlistbox.html#multiSelection-prop +"TQListBox/numColumns" tqlistbox.html#numColumns-prop +"TQListBox/numItemsVisible" tqlistbox.html#numItemsVisible-prop +"TQListBox/numRows" tqlistbox.html#numRows-prop +"TQListBox/rowMode" tqlistbox.html#rowMode-prop +"TQListBox/selectionMode" tqlistbox.html#selectionMode-prop +"TQListBox/topItem" tqlistbox.html#topItem-prop +"TQListBox/variableHeight" tqlistbox.html#variableHeight-prop +"TQListBox/variableWidth" tqlistbox.html#variableWidth-prop +"TQListView/allColumnsShowFocus" tqlistview.html#allColumnsShowFocus-prop +"TQListView/childCount" tqlistview.html#childCount-prop +"TQListView/columns" tqlistview.html#columns-prop +"TQListView/defaultRenameAction" tqlistview.html#defaultRenameAction-prop +"TQListView/itemMargin" tqlistview.html#itemMargin-prop +"TQListView/multiSelection" tqlistview.html#multiSelection-prop +"TQListView/resizeMode" tqlistview.html#resizeMode-prop +"TQListView/rootIsDecorated" tqlistview.html#rootIsDecorated-prop +"TQListView/selectionMode" tqlistview.html#selectionMode-prop +"TQListView/showSortIndicator" tqlistview.html#showSortIndicator-prop +"TQListView/showToolTips" tqlistview.html#showToolTips-prop +"TQListView/treeStepSize" tqlistview.html#treeStepSize-prop "TQMainWindow/dockWindowsMovable" tqmainwindow.html#dockWindowsMovable-prop "TQMainWindow/opaqueMoving" tqmainwindow.html#opaqueMoving-prop "TQMainWindow/rightJustification" tqmainwindow.html#rightJustification-prop @@ -218,27 +218,27 @@ "QMessageBox/iconPixmap" ntqmessagebox.html#iconPixmap-prop "QMessageBox/text" ntqmessagebox.html#text-prop "QMessageBox/textFormat" ntqmessagebox.html#textFormat-prop -"QMultiLineEdit/alignment" ntqmultilineedit.html#alignment-prop -"QMultiLineEdit/atBeginning" ntqmultilineedit.html#atBeginning-prop -"QMultiLineEdit/atEnd" ntqmultilineedit.html#atEnd-prop -"QMultiLineEdit/edited" ntqmultilineedit.html#edited-prop -"QMultiLineEdit/numLines" ntqmultilineedit.html#numLines-prop +"TQMultiLineEdit/alignment" tqmultilineedit.html#alignment-prop +"TQMultiLineEdit/atBeginning" tqmultilineedit.html#atBeginning-prop +"TQMultiLineEdit/atEnd" tqmultilineedit.html#atEnd-prop +"TQMultiLineEdit/edited" tqmultilineedit.html#edited-prop +"TQMultiLineEdit/numLines" tqmultilineedit.html#numLines-prop "TQObject/name" tqobject.html#name-prop "TQPopupMenu/checkable" tqpopupmenu.html#checkable-prop -"QProgressBar/centerIndicator" ntqprogressbar.html#centerIndicator-prop -"QProgressBar/indicatorFollowsStyle" ntqprogressbar.html#indicatorFollowsStyle-prop -"QProgressBar/percentageVisible" ntqprogressbar.html#percentageVisible-prop -"QProgressBar/progress" ntqprogressbar.html#progress-prop -"QProgressBar/progressString" ntqprogressbar.html#progressString-prop -"QProgressBar/totalSteps" ntqprogressbar.html#totalSteps-prop -"QProgressDialog/autoClose" ntqprogressdialog.html#autoClose-prop -"QProgressDialog/autoReset" ntqprogressdialog.html#autoReset-prop -"QProgressDialog/labelText" ntqprogressdialog.html#labelText-prop -"QProgressDialog/minimumDuration" ntqprogressdialog.html#minimumDuration-prop -"QProgressDialog/progress" ntqprogressdialog.html#progress-prop -"QProgressDialog/totalSteps" ntqprogressdialog.html#totalSteps-prop -"QProgressDialog/wasCanceled" ntqprogressdialog.html#wasCanceled-prop -"QProgressDialog/wasCancelled" ntqprogressdialog.html#wasCancelled-prop +"TQProgressBar/centerIndicator" tqprogressbar.html#centerIndicator-prop +"TQProgressBar/indicatorFollowsStyle" tqprogressbar.html#indicatorFollowsStyle-prop +"TQProgressBar/percentageVisible" tqprogressbar.html#percentageVisible-prop +"TQProgressBar/progress" tqprogressbar.html#progress-prop +"TQProgressBar/progressString" tqprogressbar.html#progressString-prop +"TQProgressBar/totalSteps" tqprogressbar.html#totalSteps-prop +"TQProgressDialog/autoClose" tqprogressdialog.html#autoClose-prop +"TQProgressDialog/autoReset" tqprogressdialog.html#autoReset-prop +"TQProgressDialog/labelText" tqprogressdialog.html#labelText-prop +"TQProgressDialog/minimumDuration" tqprogressdialog.html#minimumDuration-prop +"TQProgressDialog/progress" tqprogressdialog.html#progress-prop +"TQProgressDialog/totalSteps" tqprogressdialog.html#totalSteps-prop +"TQProgressDialog/wasCanceled" tqprogressdialog.html#wasCanceled-prop +"TQProgressDialog/wasCancelled" tqprogressdialog.html#wasCancelled-prop "TQPushButton/autoDefault" tqpushbutton.html#autoDefault-prop "TQPushButton/default" tqpushbutton.html#default-prop "TQPushButton/flat" tqpushbutton.html#flat-prop @@ -294,25 +294,25 @@ "TQSqlDatabase/port" tqsqldatabase.html#port-prop "TQSqlDatabase/userName" tqsqldatabase.html#userName-prop "TQStatusBar/sizeGripEnabled" tqstatusbar.html#sizeGripEnabled-prop -"QTabBar/count" ntqtabbar.html#count-prop -"QTabBar/currentTab" ntqtabbar.html#currentTab-prop -"QTabBar/keyboardFocusTab" ntqtabbar.html#keyboardFocusTab-prop -"QTabBar/shape" ntqtabbar.html#shape-prop -"QTabWidget/count" ntqtabwidget.html#count-prop -"QTabWidget/currentPage" ntqtabwidget.html#currentPage-prop -"QTabWidget/margin" ntqtabwidget.html#margin-prop -"QTabWidget/tabPosition" ntqtabwidget.html#tabPosition-prop -"QTabWidget/tabShape" ntqtabwidget.html#tabShape-prop -"QTable/columnMovingEnabled" ntqtable.html#columnMovingEnabled-prop -"QTable/focusStyle" ntqtable.html#focusStyle-prop -"QTable/numCols" ntqtable.html#numCols-prop -"QTable/numRows" ntqtable.html#numRows-prop -"QTable/numSelections" ntqtable.html#numSelections-prop -"QTable/readOnly" ntqtable.html#readOnly-prop -"QTable/rowMovingEnabled" ntqtable.html#rowMovingEnabled-prop -"QTable/selectionMode" ntqtable.html#selectionMode-prop -"QTable/showGrid" ntqtable.html#showGrid-prop -"QTable/sorting" ntqtable.html#sorting-prop +"TQTabBar/count" tqtabbar.html#count-prop +"TQTabBar/currentTab" tqtabbar.html#currentTab-prop +"TQTabBar/keyboardFocusTab" tqtabbar.html#keyboardFocusTab-prop +"TQTabBar/shape" tqtabbar.html#shape-prop +"TQTabWidget/count" tqtabwidget.html#count-prop +"TQTabWidget/currentPage" tqtabwidget.html#currentPage-prop +"TQTabWidget/margin" tqtabwidget.html#margin-prop +"TQTabWidget/tabPosition" tqtabwidget.html#tabPosition-prop +"TQTabWidget/tabShape" tqtabwidget.html#tabShape-prop +"TQTable/columnMovingEnabled" tqtable.html#columnMovingEnabled-prop +"TQTable/focusStyle" tqtable.html#focusStyle-prop +"TQTable/numCols" tqtable.html#numCols-prop +"TQTable/numRows" tqtable.html#numRows-prop +"TQTable/numSelections" tqtable.html#numSelections-prop +"TQTable/readOnly" tqtable.html#readOnly-prop +"TQTable/rowMovingEnabled" tqtable.html#rowMovingEnabled-prop +"TQTable/selectionMode" tqtable.html#selectionMode-prop +"TQTable/showGrid" tqtable.html#showGrid-prop +"TQTable/sorting" tqtable.html#sorting-prop "TQTextBrowser/source" tqtextbrowser.html#source-prop "TQTextEdit/autoFormatting" tqtextedit.html#autoFormatting-prop "TQTextEdit/documentTitle" tqtextedit.html#documentTitle-prop @@ -415,5 +415,5 @@ "TQWidget/windowOpacity" tqwidget.html#windowOpacity-prop "TQWidget/x" tqwidget.html#x-prop "TQWidget/y" tqwidget.html#y-prop -"QWizard/titleFont" ntqwizard.html#titleFont-prop +"TQWizard/titleFont" tqwizard.html#titleFont-prop "TQWorkspace/scrollBarsEnabled" tqworkspace.html#scrollBarsEnabled-prop diff --git a/doc/html/qboxlayout.html b/doc/html/qboxlayout.html index 326624ede..117b3a424 100644 --- a/doc/html/qboxlayout.html +++ b/doc/html/qboxlayout.html @@ -132,7 +132,7 @@ layout. Both are parameters to the constructor. from the layout until <a href="tqwidget.html#show">TQWidget::show</a>() is called. <p> You will almost always want to use <a href="qvboxlayout.html">TQVBoxLayout</a> and <a href="qhboxlayout.html">TQHBoxLayout</a> rather than TQBoxLayout because of their convenient constructors. -<p> <p>See also <a href="ntqgrid.html">TQGrid</a>, <a href="layout.html">Layout Overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. +<p> <p>See also <a href="tqgrid.html">TQGrid</a>, <a href="layout.html">Layout Overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Direction-enum"></a>TQBoxLayout::Direction</h3> diff --git a/doc/html/qdockwindow-h.html b/doc/html/qdockwindow-h.html index a94d730c7..05b5ea296 100644 --- a/doc/html/qdockwindow-h.html +++ b/doc/html/qdockwindow-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQDOCKWINDOW_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #endif // QT_H #ifndef TQT_NO_MAINWINDOW diff --git a/doc/html/qdockwindow-members.html b/doc/html/qdockwindow-members.html index e616e59e3..268db7922 100644 --- a/doc/html/qdockwindow-members.html +++ b/doc/html/qdockwindow-members.html @@ -69,7 +69,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -84,8 +84,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -111,14 +111,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -179,7 +179,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -188,14 +188,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -218,7 +218,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -244,7 +244,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -271,10 +271,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="ntqdockwindow.html#setHorizontalStretchable">setHorizontalStretchable</a>() @@ -283,14 +283,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/qfd-example.html b/doc/html/qfd-example.html index 3e86686fd..c7a766427 100644 --- a/doc/html/qfd-example.html +++ b/doc/html/qfd-example.html @@ -49,12 +49,12 @@ This example program displays all characters of a font. #ifndef FontDisplayer_H #define FontDisplayer_H -#include <<a href="qframe-h.html">ntqframe.h</a>> +#include <<a href="tqframe-h.html">tqframe.h</a>> #include <<a href="tqmainwindow-h.html">tqmainwindow.h</a>> class TQSlider; -class FontRowTable : public <a href="ntqframe.html">TQFrame</a> { +class FontRowTable : public <a href="tqframe.html">TQFrame</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: FontRowTable( <a href="tqwidget.html">TQWidget</a>* parent=0, const char* name=0 ); @@ -112,18 +112,18 @@ public: <a name="f531"></a>FontRowTable::FontRowTable( <a href="tqwidget.html">TQWidget</a>* parent, const char* name ) : - <a href="ntqframe.html">TQFrame</a>(parent,name) + <a href="tqframe.html">TQFrame</a>(parent,name) { <a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>(PaletteBase); - <a href="ntqframe.html#setFrameStyle">setFrameStyle</a>(Panel|Sunken); - <a href="ntqframe.html#setMargin">setMargin</a>(8); + <a href="tqframe.html#setFrameStyle">setFrameStyle</a>(Panel|Sunken); + <a href="tqframe.html#setMargin">setMargin</a>(8); setRow(0); <a name="x1979"></a> tablefont = TQApplication::<a href="ntqapplication.html#font">font</a>(); } <a name="x1996"></a>TQSize FontRowTable::<a href="tqwidget.html#sizeHint">sizeHint</a>() const { - return 24*cellSize()+TQSize(2,2)*(<a href="ntqframe.html#margin">margin</a>()+frameWidth()); + return 24*cellSize()+TQSize(2,2)*(<a href="tqframe.html#margin">margin</a>()+frameWidth()); } TQSize <a name="f532"></a>FontRowTable::cellSize() const @@ -132,15 +132,15 @@ TQSize <a name="f532"></a>FontRowTable::cellSize() const <a name="x1990"></a><a name="x1989"></a> return TQSize( fm.<a href="tqfontmetrics.html#maxWidth">maxWidth</a>(), fm.<a href="tqfontmetrics.html#lineSpacing">lineSpacing</a>()+1 ); } -<a name="x1995"></a>void FontRowTable::<a href="ntqframe.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a>* e ) +<a name="x1995"></a>void FontRowTable::<a href="tqframe.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a>* e ) { - TQFrame::<a href="ntqframe.html#paintEvent">paintEvent</a>(e); + TQFrame::<a href="tqframe.html#paintEvent">paintEvent</a>(e); <a href="tqpainter.html">TQPainter</a> p(this); <a name="x2002"></a><a name="x1999"></a> p.<a href="tqpainter.html#setClipRegion">setClipRegion</a>(e-><a href="tqpaintevent.html#region">region</a>()); <a name="x2001"></a> <a href="tqrect.html">TQRect</a> r = e-><a href="tqpaintevent.html#rect">rect</a>(); <a href="tqfontmetrics.html">TQFontMetrics</a> fm = <a href="tqwidget.html#fontMetrics">fontMetrics</a>(); -<a name="x1991"></a> int ml = <a href="ntqframe.html#frameWidth">frameWidth</a>()+margin() + 1 + TQMAX(0,-fm.<a href="tqfontmetrics.html#minLeftBearing">minLeftBearing</a>()); - int mt = <a href="ntqframe.html#frameWidth">frameWidth</a>()+margin(); +<a name="x1991"></a> int ml = <a href="tqframe.html#frameWidth">frameWidth</a>()+margin() + 1 + TQMAX(0,-fm.<a href="tqfontmetrics.html#minLeftBearing">minLeftBearing</a>()); + int mt = <a href="tqframe.html#frameWidth">frameWidth</a>()+margin(); <a href="tqsize.html">TQSize</a> cell((<a href="tqwidget.html#width">width</a>()-15-ml)/16,(<a href="tqwidget.html#height">height</a>()-15-mt)/16); <a name="x2008"></a><a name="x2007"></a> if ( !cell.<a href="tqsize.html#width">width</a>() || !cell.<a href="tqsize.html#height">height</a>() ) @@ -238,7 +238,7 @@ void <a name="f534"></a>FontRowTable::chooseFont() <a href="tqpushbutton.html">TQPushButton</a> *fontbutton = new <a href="tqpushbutton.html">TQPushButton</a>(<a href="tqobject.html#tr">tr</a>("Font..."), controls); <a name="x2009"></a> <a href="tqobject.html#connect">connect</a>(row,TQ_SIGNAL(<a href="tqspinbox.html#valueChanged">valueChanged</a>(int)),table,TQ_SLOT(setRow(int))); - <a href="tqobject.html#connect">connect</a>(fontbutton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), table, TQ_SLOT(chooseFont())); + <a href="tqobject.html#connect">connect</a>(fontbutton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), table, TQ_SLOT(chooseFont())); <a href="tqobject.html#connect">connect</a>(table,TQ_SIGNAL(fontInformation(const <a href="tqstring.html">TQString</a>&)), <a href="tqmainwindow.html#statusBar">statusBar</a>(),TQ_SLOT(message(const <a href="tqstring.html">TQString</a>&))); table->setRow(0); diff --git a/doc/html/qgroupbox-h.html b/doc/html/qgroupbox-h.html index 8e0a8b9da..2df95ad9a 100644 --- a/doc/html/qgroupbox-h.html +++ b/doc/html/qgroupbox-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQGROUPBOX_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #endif // QT_H #ifndef TQT_NO_GROUPBOX diff --git a/doc/html/qgroupbox-members.html b/doc/html/qgroupbox-members.html index 6e4e7732f..ebcea9cc1 100644 --- a/doc/html/qgroupbox-members.html +++ b/doc/html/qgroupbox-members.html @@ -70,7 +70,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -84,8 +84,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -110,14 +110,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -175,7 +175,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -184,14 +184,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -210,7 +210,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -234,7 +234,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -264,10 +264,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() @@ -276,14 +276,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqgroupbox.html#setInsideMargin">setInsideMargin</a>() <li><a href="ntqgroupbox.html#setInsideSpacing">setInsideSpacing</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/qhbox-h.html b/doc/html/qhbox-h.html index 4b4f10207..7fa5ed231 100644 --- a/doc/html/qhbox-h.html +++ b/doc/html/qhbox-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #ifndef TQT_NO_HBOX -#include "ntqframe.h" +#include "tqframe.h" class TQBoxLayout; diff --git a/doc/html/qhbox-members.html b/doc/html/qhbox-members.html index f384f3366..31c263e6f 100644 --- a/doc/html/qhbox-members.html +++ b/doc/html/qhbox-members.html @@ -66,7 +66,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -80,8 +80,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -106,14 +106,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -166,7 +166,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -175,14 +175,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -200,7 +200,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -224,7 +224,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -248,24 +248,24 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/qhboxlayout.html b/doc/html/qhboxlayout.html index 4437f0e05..dc99d1e8e 100644 --- a/doc/html/qhboxlayout.html +++ b/doc/html/qhboxlayout.html @@ -69,7 +69,7 @@ The TQHBoxLayout class lines up widgets horizontally. </pre> <p> <center><img src="qhboxlayout.png" alt="TQHBox"></center> -<p> <p>See also <a href="qvboxlayout.html">TQVBoxLayout</a>, <a href="qgridlayout.html">TQGridLayout</a>, <a href="layout.html">the Layout overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. +<p> <p>See also <a href="qvboxlayout.html">TQVBoxLayout</a>, <a href="tqgridlayout.html">TQGridLayout</a>, <a href="layout.html">the Layout overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQHBoxLayout"></a>TQHBoxLayout::TQHBoxLayout ( <a href="tqwidget.html">TQWidget</a> * parent, int margin = 0, int spacing = -1, const char * name = 0 ) diff --git a/doc/html/qhbuttongroup-h.html b/doc/html/qhbuttongroup-h.html index 6ba89ebc7..1e2755784 100644 --- a/doc/html/qhbuttongroup-h.html +++ b/doc/html/qhbuttongroup-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQHBUTTONGROUP_H #ifndef QT_H -#include "ntqbuttongroup.h" +#include "tqbuttongroup.h" #endif // QT_H #ifndef TQT_NO_HBUTTONGROUP diff --git a/doc/html/qhbuttongroup-members.html b/doc/html/qhbuttongroup-members.html index 8229ea51d..fb9866189 100644 --- a/doc/html/qhbuttongroup-members.html +++ b/doc/html/qhbuttongroup-members.html @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqbuttongroup.html#clicked">clicked</a>() +<li><a href="tqbuttongroup.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() @@ -71,9 +71,9 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqbuttongroup.html#count">count</a>() +<li><a href="tqbuttongroup.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() @@ -86,8 +86,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -99,7 +99,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="tqwidget.html#event">event</a>() <li><a href="tqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqbuttongroup.html#find">find</a>() +<li><a href="tqbuttongroup.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() <li><a href="tqwidget.html#focusNextPrevChild">focusNextPrevChild</a>() @@ -112,14 +112,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -136,12 +136,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() -<li><a href="ntqbuttongroup.html#id">id</a>() +<li><a href="tqbuttongroup.html#id">id</a>() <li><a href="tqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="tqobject.html#inherits">inherits</a>() -<li><a href="ntqbuttongroup.html#insert">insert</a>() +<li><a href="tqbuttongroup.html#insert">insert</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqgroupbox.html#insideMargin">insideMargin</a>() <li><a href="ntqgroupbox.html#insideSpacing">insideSpacing</a>() @@ -155,7 +155,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqbuttongroup.html#isExclusive">isExclusive</a>() +<li><a href="tqbuttongroup.html#isExclusive">isExclusive</a>() <li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqgroupbox.html#isFlat">isFlat</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() @@ -166,7 +166,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqbuttongroup.html#isRadioButtonExclusive">isRadioButtonExclusive</a>() +<li><a href="tqbuttongroup.html#isRadioButtonExclusive">isRadioButtonExclusive</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() @@ -181,7 +181,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -190,14 +190,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -209,7 +209,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="tqwidget.html#move">move</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqbuttongroup.html#moveFocus">moveFocus</a>() +<li><a href="tqbuttongroup.html#moveFocus">moveFocus</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() @@ -217,7 +217,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -228,7 +228,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#parentWidget">parentWidget</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqbuttongroup.html#pressed">pressed</a>() +<li><a href="tqbuttongroup.html#pressed">pressed</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -236,18 +236,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqbuttongroup.html#released">released</a>() -<li><a href="ntqbuttongroup.html#remove">remove</a>() +<li><a href="tqbuttongroup.html#released">released</a>() +<li><a href="tqbuttongroup.html#remove">remove</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqbuttongroup.html#selected">selected</a>() -<li><a href="ntqbuttongroup.html#selectedId">selectedId</a>() +<li><a href="tqbuttongroup.html#selected">selected</a>() +<li><a href="tqbuttongroup.html#selectedId">selectedId</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -258,7 +258,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() -<li><a href="ntqbuttongroup.html#setButton">setButton</a>() +<li><a href="tqbuttongroup.html#setButton">setButton</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="ntqgroupbox.html#setCheckable">setCheckable</a>() <li><a href="ntqgroupbox.html#setChecked">setChecked</a>() @@ -269,7 +269,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() -<li><a href="ntqbuttongroup.html#setExclusive">setExclusive</a>() +<li><a href="tqbuttongroup.html#setExclusive">setExclusive</a>() <li><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>() <li><a href="tqwidget.html#setFixedSize">setFixedSize</a>() <li><a href="tqwidget.html#setFixedWidth">setFixedWidth</a>() @@ -278,10 +278,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() @@ -290,14 +290,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqgroupbox.html#setInsideMargin">setInsideMargin</a>() <li><a href="ntqgroupbox.html#setInsideSpacing">setInsideSpacing</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() @@ -309,7 +309,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>() +<li><a href="tqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() diff --git a/doc/html/qhgroupbox-members.html b/doc/html/qhgroupbox-members.html index bd3e1cf54..624aeba97 100644 --- a/doc/html/qhgroupbox-members.html +++ b/doc/html/qhgroupbox-members.html @@ -70,7 +70,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -84,8 +84,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -110,14 +110,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -175,7 +175,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -184,14 +184,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -210,7 +210,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -234,7 +234,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -264,10 +264,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() @@ -276,14 +276,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqgroupbox.html#setInsideMargin">setInsideMargin</a>() <li><a href="ntqgroupbox.html#setInsideSpacing">setInsideSpacing</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/qlayoutitem.html b/doc/html/qlayoutitem.html index 739d1659b..e4e99afe3 100644 --- a/doc/html/qlayoutitem.html +++ b/doc/html/qlayoutitem.html @@ -118,7 +118,7 @@ for width. <p> <p>See also <a href="#heightForWidth">heightForWidth</a>() and <a href="tqwidget.html#heightForWidth">TQWidget::heightForWidth</a>(). <p>Examples: <a href="customlayout-example.html#x1496">customlayout/border.cpp</a> and <a href="customlayout-example.html#x1472">customlayout/flow.cpp</a>. -<p>Reimplemented in <a href="qgridlayout.html#hasHeightForWidth">TQGridLayout</a> and <a href="qboxlayout.html#hasHeightForWidth">TQBoxLayout</a>. +<p>Reimplemented in <a href="tqgridlayout.html#hasHeightForWidth">TQGridLayout</a> and <a href="qboxlayout.html#hasHeightForWidth">TQBoxLayout</a>. <h3 class=fn>int <a name="heightForWidth"></a>TQLayoutItem::heightForWidth ( int w ) const<tt> [virtual]</tt> </h3> Returns the preferred height for this layout item, given the width @@ -148,7 +148,7 @@ exponential time. <p> <p>See also <a href="#hasHeightForWidth">hasHeightForWidth</a>(). <p>Example: <a href="customlayout-example.html#x1473">customlayout/flow.cpp</a>. -<p>Reimplemented in <a href="qgridlayout.html#heightForWidth">TQGridLayout</a> and <a href="qboxlayout.html#heightForWidth">TQBoxLayout</a>. +<p>Reimplemented in <a href="tqgridlayout.html#heightForWidth">TQGridLayout</a> and <a href="qboxlayout.html#heightForWidth">TQBoxLayout</a>. <h3 class=fn>void <a name="invalidate"></a>TQLayoutItem::invalidate ()<tt> [virtual]</tt> </h3> Invalidates any cached information in this layout item. @@ -205,7 +205,7 @@ the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all sub <p> Implemented in subclasses to return the preferred size of this item. <p>Examples: <a href="customlayout-example.html#x1499">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1517">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1476">customlayout/flow.cpp</a>. -<p>Reimplemented in <a href="qspaceritem.html#sizeHint">TQSpacerItem</a>, <a href="tqwidgetitem.html#sizeHint">TQWidgetItem</a>, <a href="qgridlayout.html#sizeHint">TQGridLayout</a>, and <a href="qboxlayout.html#sizeHint">TQBoxLayout</a>. +<p>Reimplemented in <a href="qspaceritem.html#sizeHint">TQSpacerItem</a>, <a href="tqwidgetitem.html#sizeHint">TQWidgetItem</a>, <a href="tqgridlayout.html#sizeHint">TQGridLayout</a>, and <a href="qboxlayout.html#sizeHint">TQBoxLayout</a>. <h3 class=fn><a href="qspaceritem.html">TQSpacerItem</a> * <a name="spacerItem"></a>TQLayoutItem::spacerItem ()<tt> [virtual]</tt> </h3> If this item is a <a href="qspaceritem.html">TQSpacerItem</a>, it is returned as a TQSpacerItem; diff --git a/doc/html/qlistviewitem-members.html b/doc/html/qlistviewitem-members.html deleted file mode 100644 index 2ddc2b436..000000000 --- a/doc/html/qlistviewitem-members.html +++ /dev/null @@ -1,111 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqlistview.h:63 --> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>TQListViewItem Member List</title> -<style type="text/css"><!-- -fn { margin-left: 1cm; text-indent: -1cm; } -a:link { color: #004faf; text-decoration: none } -a:visited { color: #672967; text-decoration: none } -body { background: #ffffff; color: black; } ---></style> -</head> -<body> - -<table border="0" cellpadding="0" cellspacing="0" width="100%"> -<tr bgcolor="#E5E5E5"> -<td valign=center> - <a href="index.html"> -<font color="#004faf">Home</font></a> - | <a href="classes.html"> -<font color="#004faf">All Classes</font></a> - | <a href="mainclasses.html"> -<font color="#004faf">Main Classes</font></a> - | <a href="annotated.html"> -<font color="#004faf">Annotated</font></a> - | <a href="groups.html"> -<font color="#004faf">Grouped Classes</font></a> - | <a href="functions.html"> -<font color="#004faf">Functions</font></a> -</td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQListViewItem</h1> - -<p>This is the complete list of member functions for -<a href="qlistviewitem.html">TQListViewItem</a>, including inherited members. - -<ul> -<li><a href="qlistviewitem.html#TQListViewItem">TQListViewItem</a>() -<li><a href="qlistviewitem.html#~TQListViewItem">~TQListViewItem</a>() -<li><a href="qlistviewitem.html#acceptDrop">acceptDrop</a>() -<li><a href="qlistviewitem.html#activate">activate</a>() -<li><a href="qlistviewitem.html#activatedPos">activatedPos</a>() -<li><a href="qlistviewitem.html#cancelRename">cancelRename</a>() -<li><a href="qlistviewitem.html#childCount">childCount</a>() -<li><a href="qlistviewitem.html#compare">compare</a>() -<li><a href="qlistviewitem.html#depth">depth</a>() -<li><a href="qlistviewitem.html#dragEnabled">dragEnabled</a>() -<li><a href="qlistviewitem.html#dragEntered">dragEntered</a>() -<li><a href="qlistviewitem.html#dragLeft">dragLeft</a>() -<li><a href="qlistviewitem.html#dropEnabled">dropEnabled</a>() -<li><a href="qlistviewitem.html#dropped">dropped</a>() -<li><a href="qlistviewitem.html#enforceSortOrder">enforceSortOrder</a>() -<li><a href="qlistviewitem.html#firstChild">firstChild</a>() -<li><a href="qlistviewitem.html#height">height</a>() -<li><a href="qlistviewitem.html#insertItem">insertItem</a>() -<li><a href="qlistviewitem.html#invalidateHeight">invalidateHeight</a>() -<li><a href="qlistviewitem.html#isEnabled">isEnabled</a>() -<li><a href="qlistviewitem.html#isExpandable">isExpandable</a>() -<li><a href="qlistviewitem.html#isOpen">isOpen</a>() -<li><a href="qlistviewitem.html#isSelectable">isSelectable</a>() -<li><a href="qlistviewitem.html#isSelected">isSelected</a>() -<li><a href="qlistviewitem.html#isVisible">isVisible</a>() -<li><a href="qlistviewitem.html#itemAbove">itemAbove</a>() -<li><a href="qlistviewitem.html#itemBelow">itemBelow</a>() -<li><a href="qlistviewitem.html#itemPos">itemPos</a>() -<li><a href="qlistviewitem.html#key">key</a>() -<li><a href="qlistviewitem.html#listView">listView</a>() -<li><a href="qlistviewitem.html#moveItem">moveItem</a>() -<li><a href="qlistviewitem.html#multiLinesEnabled">multiLinesEnabled</a>() -<li><a href="qlistviewitem.html#nextSibling">nextSibling</a>() -<li><a href="qlistviewitem.html#okRename">okRename</a>() -<li><a href="qlistviewitem.html#paintBranches">paintBranches</a>() -<li><a href="qlistviewitem.html#paintCell">paintCell</a>() -<li><a href="qlistviewitem.html#paintFocus">paintFocus</a>() -<li><a href="qlistviewitem.html#parent">parent</a>() -<li><a href="qlistviewitem.html#pixmap">pixmap</a>() -<li><a href="qlistviewitem.html#removeItem">removeItem</a>() -<li><a href="qlistviewitem.html#renameEnabled">renameEnabled</a>() -<li><a href="qlistviewitem.html#repaint">repaint</a>() -<li><a href="qlistviewitem.html#rtti">rtti</a>() -<li><a href="qlistviewitem.html#setDragEnabled">setDragEnabled</a>() -<li><a href="qlistviewitem.html#setDropEnabled">setDropEnabled</a>() -<li><a href="qlistviewitem.html#setEnabled">setEnabled</a>() -<li><a href="qlistviewitem.html#setExpandable">setExpandable</a>() -<li><a href="qlistviewitem.html#setHeight">setHeight</a>() -<li><a href="qlistviewitem.html#setMultiLinesEnabled">setMultiLinesEnabled</a>() -<li><a href="qlistviewitem.html#setOpen">setOpen</a>() -<li><a href="qlistviewitem.html#setPixmap">setPixmap</a>() -<li><a href="qlistviewitem.html#setRenameEnabled">setRenameEnabled</a>() -<li><a href="qlistviewitem.html#setSelectable">setSelectable</a>() -<li><a href="qlistviewitem.html#setSelected">setSelected</a>() -<li><a href="qlistviewitem.html#setText">setText</a>() -<li><a href="qlistviewitem.html#setVisible">setVisible</a>() -<li><a href="qlistviewitem.html#setup">setup</a>() -<li><a href="qlistviewitem.html#sort">sort</a>() -<li><a href="qlistviewitem.html#sortChildItems">sortChildItems</a>() -<li><a href="qlistviewitem.html#startRename">startRename</a>() -<li><a href="qlistviewitem.html#takeItem">takeItem</a>() -<li><a href="qlistviewitem.html#text">text</a>() -<li><a href="qlistviewitem.html#totalHeight">totalHeight</a>() -<li><a href="qlistviewitem.html#width">width</a>() -<li><a href="qlistviewitem.html#widthChanged">widthChanged</a>() -</ul> -<!-- eof --> -<p><address><hr><div align=center> -<table width=100% cellspacing=0 border=0><tr> -<td>Copyright © 2007 -<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> -<td align=right><div align=right>TQt 3.3.8</div> -</table></div></address></body> -</html> diff --git a/doc/html/qmacstyle.html b/doc/html/qmacstyle.html index b959189cf..f57018359 100644 --- a/doc/html/qmacstyle.html +++ b/doc/html/qmacstyle.html @@ -103,7 +103,7 @@ documentation. <li><tt>TQMacStyle::FocusDisabled</tt> - never show a focus rectangle for the widget. <li><tt>TQMacStyle::FocusDefault</tt> - show a focus rectangle when the widget has focus and the widget is a TQSpinWidget, <a href="tqdatetimeedit.html">TQDateTimeEdit</a>, <a href="tqlineedit.html">TQLineEdit</a>, -<a href="ntqlistbox.html">TQListBox</a>, <a href="ntqlistview.html">TQListView</a>, editable <a href="tqtextedit.html">TQTextEdit</a>, or one of their +<a href="tqlistbox.html">TQListBox</a>, <a href="tqlistview.html">TQListView</a>, editable <a href="tqtextedit.html">TQTextEdit</a>, or one of their subclasses. </ul> <h3 class=fn><a name="WidgetSizePolicy-enum"></a>TQMacStyle::WidgetSizePolicy</h3> diff --git a/doc/html/qmag-example.html b/doc/html/qmag-example.html index bdaed4f16..9353d8805 100644 --- a/doc/html/qmag-example.html +++ b/doc/html/qmag-example.html @@ -158,23 +158,23 @@ static const int timer[] = { saveButton = new <a href="tqpushbutton.html">TQPushButton</a>( this ); <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(saveButton); - <a href="tqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); -<a name="x1771"></a> saveButton-><a href="ntqbutton.html#setText">setText</a>( "Save" ); + <a href="tqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); +<a name="x1771"></a> saveButton-><a href="tqbutton.html#setText">setText</a>( "Save" ); <a name="x1788"></a> saveButton-><a href="tqwidget.html#setGeometry">setGeometry</a>( x+w+30+2, 2, 10+saveButton-><a href="tqwidget.html#fontMetrics">fontMetrics</a>().width("Save"), 20 ); multiSaveButton = new <a href="tqpushbutton.html">TQPushButton</a>( this ); <a name="x1790"></a> multiSaveButton-><a href="tqpushbutton.html#setToggleButton">setToggleButton</a>(TRUE); <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(multiSaveButton); - <a href="tqobject.html#connect">connect</a>( multiSaveButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(multiSave()) ); - multiSaveButton-><a href="ntqbutton.html#setText">setText</a>( "MultiSave" ); + <a href="tqobject.html#connect">connect</a>( multiSaveButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(multiSave()) ); + multiSaveButton-><a href="tqbutton.html#setText">setText</a>( "MultiSave" ); <a name="x1798"></a> multiSaveButton-><a href="tqwidget.html#setGeometry">setGeometry</a>( saveButton-><a href="tqwidget.html#geometry">geometry</a>().right() + 2, 2, 10+multiSaveButton-><a href="tqwidget.html#fontMetrics">fontMetrics</a>().width("MultiSave"), 20 ); quitButton = new <a href="tqpushbutton.html">TQPushButton</a>( this ); <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(quitButton); - <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); - quitButton-><a href="ntqbutton.html#setText">setText</a>( "Quit" ); + <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + quitButton-><a href="tqbutton.html#setText">setText</a>( "Quit" ); quitButton-><a href="tqwidget.html#setGeometry">setGeometry</a>( multiSaveButton-><a href="tqwidget.html#geometry">geometry</a>().right() + 2, 2, 10+quitButton-><a href="tqwidget.html#fontMetrics">fontMetrics</a>().width("Quit"), 20 ); #else @@ -289,7 +289,7 @@ void <a name="f489"></a>MagWidget::grab() <a name="x1809"></a> m.<a href="tqwmatrix.html#scale">scale</a>( (double)z, (double)z ); <a name="x1787"></a> pm = p.<a href="tqpixmap.html#xForm">xForm</a>( m ); -<a name="x1770"></a> if ( !multiSaveButton || !multiSaveButton-><a href="ntqbutton.html#isOn">isOn</a>() ) +<a name="x1770"></a> if ( !multiSaveButton || !multiSaveButton-><a href="tqbutton.html#isOn">isOn</a>() ) <a href="tqwidget.html#repaint">repaint</a>( FALSE ); // and finally repaint, flicker-free } @@ -400,7 +400,7 @@ void <a name="f490"></a>MagWidget::grabAround(TQPoint pos) { grab(); /* - if ( multiSaveButton-><a href="ntqbutton.html#isOn">isOn</a>() && !multifn.<a href="tqstring.html#isEmpty">isEmpty</a>() ) { + if ( multiSaveButton-><a href="tqbutton.html#isOn">isOn</a>() && !multifn.<a href="tqstring.html#isEmpty">isEmpty</a>() ) { <a href="tqregexp.html">TQRegExp</a> num("[0-9][0-9]*"); int start; int len; diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html index 60338b915..25bc8b5ce 100644 --- a/doc/html/qnamespace-h.html +++ b/doc/html/qnamespace-h.html @@ -130,7 +130,7 @@ public: Vertical }; - // documented in qlistview.cpp + // documented in tqlistview.cpp enum SortOrder { Ascending, Descending @@ -920,7 +920,7 @@ public: ExactMatch = 0x00010 // 1 0000 }; - // Documented in qtabwidget.cpp + // Documented in tqtabwidget.cpp enum Corner { TopLeft = 0x00000, TopRight = 0x00001, diff --git a/doc/html/qrangecontrol-h.html b/doc/html/qrangecontrol-h.html index 04702a5d2..af57c2567 100644 --- a/doc/html/qrangecontrol-h.html +++ b/doc/html/qrangecontrol-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "ntqglobal.h" -#include "ntqframe.h" +#include "tqframe.h" #endif // QT_H #ifndef TQT_NO_RANGECONTROL diff --git a/doc/html/qsplitter-h.html b/doc/html/qsplitter-h.html index 3aaf65f18..b4859fd1f 100644 --- a/doc/html/qsplitter-h.html +++ b/doc/html/qsplitter-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQSPLITTER_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #include "tqvaluelist.h" #endif // QT_H diff --git a/doc/html/qsplitter-members.html b/doc/html/qsplitter-members.html index ac27efbdf..d7eccb4d0 100644 --- a/doc/html/qsplitter-members.html +++ b/doc/html/qsplitter-members.html @@ -69,7 +69,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -83,8 +83,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqsplitter.html#drawSplitter">drawSplitter</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() @@ -110,14 +110,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="ntqsplitter.html#getRange">getRange</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() @@ -173,7 +173,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -182,14 +182,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -212,7 +212,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -237,7 +237,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -263,10 +263,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="ntqsplitter.html#setHandleWidth">setHandleWidth</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() @@ -274,14 +274,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index b14684658..eb47a5234 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -451,81 +451,81 @@ <section ref="tqbuffer-members.html" title="List of All Member Functions"/> <section ref="tqbuffer-h.html" title="Header File"/> </section> -<section ref="ntqbutton.html" title="QButton Class Reference"> - <keyword ref="ntqbutton.html">QButton</keyword> - <keyword ref="ntqbutton.html#ToggleState">ToggleState</keyword> - <keyword ref="ntqbutton.html#ToggleType">ToggleType</keyword> - <keyword ref="ntqbutton.html#accel">accel</keyword> - <keyword ref="ntqbutton.html#accel-prop">accel</keyword> - <keyword ref="ntqbutton.html#animateClick">animateClick</keyword> - <keyword ref="ntqbutton.html#animateTimeout">animateTimeout</keyword> - <keyword ref="ntqbutton.html#autoRepeat">autoRepeat</keyword> - <keyword ref="ntqbutton.html#autoRepeat-prop">autoRepeat</keyword> - <keyword ref="ntqbutton.html#autoRepeatTimeout">autoRepeatTimeout</keyword> - <keyword ref="ntqbutton.html#clicked">clicked</keyword> - <keyword ref="ntqbutton.html#down-prop">down</keyword> - <keyword ref="ntqbutton.html#drawButton">drawButton</keyword> - <keyword ref="ntqbutton.html#drawButtonLabel">drawButtonLabel</keyword> - <keyword ref="ntqbutton.html#exclusiveToggle-prop">exclusiveToggle</keyword> - <keyword ref="ntqbutton.html#group">group</keyword> - <keyword ref="ntqbutton.html#hitButton">hitButton</keyword> - <keyword ref="ntqbutton.html#isDown">isDown</keyword> - <keyword ref="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</keyword> - <keyword ref="ntqbutton.html#isOn">isOn</keyword> - <keyword ref="ntqbutton.html#isToggleButton">isToggleButton</keyword> - <keyword ref="ntqbutton.html#on-prop">on</keyword> - <keyword ref="ntqbutton.html#paintEvent">paintEvent</keyword> - <keyword ref="ntqbutton.html#pixmap">pixmap</keyword> - <keyword ref="ntqbutton.html#pixmap-prop">pixmap</keyword> - <keyword ref="ntqbutton.html#pressed">pressed</keyword> - <keyword ref="ntqbutton.html#released">released</keyword> - <keyword ref="ntqbutton.html#setAccel">setAccel</keyword> - <keyword ref="ntqbutton.html#setAutoRepeat">setAutoRepeat</keyword> - <keyword ref="ntqbutton.html#setDown">setDown</keyword> - <keyword ref="ntqbutton.html#setOn">setOn</keyword> - <keyword ref="ntqbutton.html#setPixmap">setPixmap</keyword> - <keyword ref="ntqbutton.html#setState">setState</keyword> - <keyword ref="ntqbutton.html#setText">setText</keyword> - <keyword ref="ntqbutton.html#setToggleButton">setToggleButton</keyword> - <keyword ref="ntqbutton.html#setToggleType">setToggleType</keyword> - <keyword ref="ntqbutton.html#state">state</keyword> - <keyword ref="ntqbutton.html#stateChanged">stateChanged</keyword> - <keyword ref="ntqbutton.html#text">text</keyword> - <keyword ref="ntqbutton.html#text-prop">text</keyword> - <keyword ref="ntqbutton.html#toggle">toggle</keyword> - <keyword ref="ntqbutton.html#toggleButton-prop">toggleButton</keyword> - <keyword ref="ntqbutton.html#toggleState-prop">toggleState</keyword> - <keyword ref="ntqbutton.html#toggleType">toggleType</keyword> - <keyword ref="ntqbutton.html#toggleType-prop">toggleType</keyword> - <keyword ref="ntqbutton.html#toggled">toggled</keyword> - <keyword ref="ntqbutton.html#~QButton">~QButton</keyword> - <section ref="qbutton-members.html" title="List of All Member Functions"/> - <section ref="qbutton-h.html" title="Header File"/> -</section> -<section ref="ntqbuttongroup.html" title="QButtonGroup Class Reference"> - <keyword ref="ntqbuttongroup.html">QButtonGroup</keyword> - <keyword ref="ntqbuttongroup.html#clicked">clicked</keyword> - <keyword ref="ntqbuttongroup.html#count">count</keyword> - <keyword ref="ntqbuttongroup.html#exclusive-prop">exclusive</keyword> - <keyword ref="ntqbuttongroup.html#find">find</keyword> - <keyword ref="ntqbuttongroup.html#id">id</keyword> - <keyword ref="ntqbuttongroup.html#init">init</keyword> - <keyword ref="ntqbuttongroup.html#insert">insert</keyword> - <keyword ref="ntqbuttongroup.html#isExclusive">isExclusive</keyword> - <keyword ref="ntqbuttongroup.html#isRadioButtonExclusive">isRadioButtonExclusive</keyword> - <keyword ref="ntqbuttongroup.html#moveFocus">moveFocus</keyword> - <keyword ref="ntqbuttongroup.html#pressed">pressed</keyword> - <keyword ref="ntqbuttongroup.html#radioButtonExclusive-prop">radioButtonExclusive</keyword> - <keyword ref="ntqbuttongroup.html#released">released</keyword> - <keyword ref="ntqbuttongroup.html#remove">remove</keyword> - <keyword ref="ntqbuttongroup.html#selected">selected</keyword> - <keyword ref="ntqbuttongroup.html#selectedId">selectedId</keyword> - <keyword ref="ntqbuttongroup.html#selectedId-prop">selectedId</keyword> - <keyword ref="ntqbuttongroup.html#setButton">setButton</keyword> - <keyword ref="ntqbuttongroup.html#setExclusive">setExclusive</keyword> - <keyword ref="ntqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</keyword> - <section ref="qbuttongroup-members.html" title="List of All Member Functions"/> - <section ref="qbuttongroup-h.html" title="Header File"/> +<section ref="tqbutton.html" title="TQButton Class Reference"> + <keyword ref="tqbutton.html">TQButton</keyword> + <keyword ref="tqbutton.html#ToggleState">ToggleState</keyword> + <keyword ref="tqbutton.html#ToggleType">ToggleType</keyword> + <keyword ref="tqbutton.html#accel">accel</keyword> + <keyword ref="tqbutton.html#accel-prop">accel</keyword> + <keyword ref="tqbutton.html#animateClick">animateClick</keyword> + <keyword ref="tqbutton.html#animateTimeout">animateTimeout</keyword> + <keyword ref="tqbutton.html#autoRepeat">autoRepeat</keyword> + <keyword ref="tqbutton.html#autoRepeat-prop">autoRepeat</keyword> + <keyword ref="tqbutton.html#autoRepeatTimeout">autoRepeatTimeout</keyword> + <keyword ref="tqbutton.html#clicked">clicked</keyword> + <keyword ref="tqbutton.html#down-prop">down</keyword> + <keyword ref="tqbutton.html#drawButton">drawButton</keyword> + <keyword ref="tqbutton.html#drawButtonLabel">drawButtonLabel</keyword> + <keyword ref="tqbutton.html#exclusiveToggle-prop">exclusiveToggle</keyword> + <keyword ref="tqbutton.html#group">group</keyword> + <keyword ref="tqbutton.html#hitButton">hitButton</keyword> + <keyword ref="tqbutton.html#isDown">isDown</keyword> + <keyword ref="tqbutton.html#isExclusiveToggle">isExclusiveToggle</keyword> + <keyword ref="tqbutton.html#isOn">isOn</keyword> + <keyword ref="tqbutton.html#isToggleButton">isToggleButton</keyword> + <keyword ref="tqbutton.html#on-prop">on</keyword> + <keyword ref="tqbutton.html#paintEvent">paintEvent</keyword> + <keyword ref="tqbutton.html#pixmap">pixmap</keyword> + <keyword ref="tqbutton.html#pixmap-prop">pixmap</keyword> + <keyword ref="tqbutton.html#pressed">pressed</keyword> + <keyword ref="tqbutton.html#released">released</keyword> + <keyword ref="tqbutton.html#setAccel">setAccel</keyword> + <keyword ref="tqbutton.html#setAutoRepeat">setAutoRepeat</keyword> + <keyword ref="tqbutton.html#setDown">setDown</keyword> + <keyword ref="tqbutton.html#setOn">setOn</keyword> + <keyword ref="tqbutton.html#setPixmap">setPixmap</keyword> + <keyword ref="tqbutton.html#setState">setState</keyword> + <keyword ref="tqbutton.html#setText">setText</keyword> + <keyword ref="tqbutton.html#setToggleButton">setToggleButton</keyword> + <keyword ref="tqbutton.html#setToggleType">setToggleType</keyword> + <keyword ref="tqbutton.html#state">state</keyword> + <keyword ref="tqbutton.html#stateChanged">stateChanged</keyword> + <keyword ref="tqbutton.html#text">text</keyword> + <keyword ref="tqbutton.html#text-prop">text</keyword> + <keyword ref="tqbutton.html#toggle">toggle</keyword> + <keyword ref="tqbutton.html#toggleButton-prop">toggleButton</keyword> + <keyword ref="tqbutton.html#toggleState-prop">toggleState</keyword> + <keyword ref="tqbutton.html#toggleType">toggleType</keyword> + <keyword ref="tqbutton.html#toggleType-prop">toggleType</keyword> + <keyword ref="tqbutton.html#toggled">toggled</keyword> + <keyword ref="tqbutton.html#~TQButton">~TQButton</keyword> + <section ref="tqbutton-members.html" title="List of All Member Functions"/> + <section ref="tqbutton-h.html" title="Header File"/> +</section> +<section ref="tqbuttongroup.html" title="TQButtonGroup Class Reference"> + <keyword ref="tqbuttongroup.html">TQButtonGroup</keyword> + <keyword ref="tqbuttongroup.html#clicked">clicked</keyword> + <keyword ref="tqbuttongroup.html#count">count</keyword> + <keyword ref="tqbuttongroup.html#exclusive-prop">exclusive</keyword> + <keyword ref="tqbuttongroup.html#find">find</keyword> + <keyword ref="tqbuttongroup.html#id">id</keyword> + <keyword ref="tqbuttongroup.html#init">init</keyword> + <keyword ref="tqbuttongroup.html#insert">insert</keyword> + <keyword ref="tqbuttongroup.html#isExclusive">isExclusive</keyword> + <keyword ref="tqbuttongroup.html#isRadioButtonExclusive">isRadioButtonExclusive</keyword> + <keyword ref="tqbuttongroup.html#moveFocus">moveFocus</keyword> + <keyword ref="tqbuttongroup.html#pressed">pressed</keyword> + <keyword ref="tqbuttongroup.html#radioButtonExclusive-prop">radioButtonExclusive</keyword> + <keyword ref="tqbuttongroup.html#released">released</keyword> + <keyword ref="tqbuttongroup.html#remove">remove</keyword> + <keyword ref="tqbuttongroup.html#selected">selected</keyword> + <keyword ref="tqbuttongroup.html#selectedId">selectedId</keyword> + <keyword ref="tqbuttongroup.html#selectedId-prop">selectedId</keyword> + <keyword ref="tqbuttongroup.html#setButton">setButton</keyword> + <keyword ref="tqbuttongroup.html#setExclusive">setExclusive</keyword> + <keyword ref="tqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</keyword> + <section ref="tqbuttongroup-members.html" title="List of All Member Functions"/> + <section ref="tqbuttongroup-h.html" title="Header File"/> </section> <section ref="tqbytearray.html" title="TQByteArray Class Reference"> <keyword ref="tqbytearray.html">TQByteArray</keyword> @@ -905,7 +905,7 @@ <keyword ref="tqchecklistitem.html#type">type</keyword> <keyword ref="tqchecklistitem.html#~TQCheckListItem">~TQCheckListItem</keyword> <section ref="tqchecklistitem-members.html" title="List of All Member Functions"/> - <section ref="qlistview-h.html" title="Header File"/> + <section ref="tqlistview-h.html" title="Header File"/> </section> <section ref="tqchecktableitem.html" title="TQCheckTableItem Class Reference"> <keyword ref="tqchecktableitem.html">TQCheckTableItem</keyword> @@ -913,7 +913,7 @@ <keyword ref="tqchecktableitem.html#rtti">rtti</keyword> <keyword ref="tqchecktableitem.html#setChecked">setChecked</keyword> <section ref="tqchecktableitem-members.html" title="List of All Member Functions"/> - <section ref="qtable-h.html" title="Header File"/> + <section ref="tqtable-h.html" title="Header File"/> </section> <section ref="qchildevent.html" title="QChildEvent Class Reference"> <keyword ref="qchildevent.html">QChildEvent</keyword> @@ -1122,7 +1122,7 @@ <keyword ref="tqcombotableitem.html#text">text</keyword> <keyword ref="tqcombotableitem.html#~TQComboTableItem">~TQComboTableItem</keyword> <section ref="tqcombotableitem-members.html" title="List of All Member Functions"/> - <section ref="qtable-h.html" title="Header File"/> + <section ref="tqtable-h.html" title="Header File"/> </section> <section ref="ntqcommonstyle.html" title="QCommonStyle Class Reference"> <keyword ref="ntqcommonstyle.html">QCommonStyle</keyword> @@ -2614,41 +2614,41 @@ <section ref="tqfontmetrics-members.html" title="List of All Member Functions"/> <section ref="tqfontmetrics-h.html" title="Header File"/> </section> -<section ref="ntqframe.html" title="QFrame Class Reference"> - <keyword ref="ntqframe.html">QFrame</keyword> - <keyword ref="ntqframe.html#Shadow">Shadow</keyword> - <keyword ref="ntqframe.html#Shape">Shape</keyword> - <keyword ref="ntqframe.html#contentsRect">contentsRect</keyword> - <keyword ref="ntqframe.html#contentsRect-prop">contentsRect</keyword> - <keyword ref="ntqframe.html#drawContents">drawContents</keyword> - <keyword ref="ntqframe.html#drawFrame">drawFrame</keyword> - <keyword ref="ntqframe.html#frameChanged">frameChanged</keyword> - <keyword ref="ntqframe.html#frameRect">frameRect</keyword> - <keyword ref="ntqframe.html#frameRect-prop">frameRect</keyword> - <keyword ref="ntqframe.html#frameShadow">frameShadow</keyword> - <keyword ref="ntqframe.html#frameShadow-prop">frameShadow</keyword> - <keyword ref="ntqframe.html#frameShape">frameShape</keyword> - <keyword ref="ntqframe.html#frameShape-prop">frameShape</keyword> - <keyword ref="ntqframe.html#frameStyle">frameStyle</keyword> - <keyword ref="ntqframe.html#frameWidth">frameWidth</keyword> - <keyword ref="ntqframe.html#frameWidth-prop">frameWidth</keyword> - <keyword ref="ntqframe.html#lineWidth">lineWidth</keyword> - <keyword ref="ntqframe.html#lineWidth-prop">lineWidth</keyword> - <keyword ref="ntqframe.html#margin">margin</keyword> - <keyword ref="ntqframe.html#margin-prop">margin</keyword> - <keyword ref="ntqframe.html#midLineWidth">midLineWidth</keyword> - <keyword ref="ntqframe.html#midLineWidth-prop">midLineWidth</keyword> - <keyword ref="ntqframe.html#paintEvent">paintEvent</keyword> - <keyword ref="ntqframe.html#resizeEvent">resizeEvent</keyword> - <keyword ref="ntqframe.html#setFrameRect">setFrameRect</keyword> - <keyword ref="ntqframe.html#setFrameShadow">setFrameShadow</keyword> - <keyword ref="ntqframe.html#setFrameShape">setFrameShape</keyword> - <keyword ref="ntqframe.html#setFrameStyle">setFrameStyle</keyword> - <keyword ref="ntqframe.html#setLineWidth">setLineWidth</keyword> - <keyword ref="ntqframe.html#setMargin">setMargin</keyword> - <keyword ref="ntqframe.html#setMidLineWidth">setMidLineWidth</keyword> - <section ref="qframe-members.html" title="List of All Member Functions"/> - <section ref="qframe-h.html" title="Header File"/> +<section ref="tqframe.html" title="TQFrame Class Reference"> + <keyword ref="tqframe.html">TQFrame</keyword> + <keyword ref="tqframe.html#Shadow">Shadow</keyword> + <keyword ref="tqframe.html#Shape">Shape</keyword> + <keyword ref="tqframe.html#contentsRect">contentsRect</keyword> + <keyword ref="tqframe.html#contentsRect-prop">contentsRect</keyword> + <keyword ref="tqframe.html#drawContents">drawContents</keyword> + <keyword ref="tqframe.html#drawFrame">drawFrame</keyword> + <keyword ref="tqframe.html#frameChanged">frameChanged</keyword> + <keyword ref="tqframe.html#frameRect">frameRect</keyword> + <keyword ref="tqframe.html#frameRect-prop">frameRect</keyword> + <keyword ref="tqframe.html#frameShadow">frameShadow</keyword> + <keyword ref="tqframe.html#frameShadow-prop">frameShadow</keyword> + <keyword ref="tqframe.html#frameShape">frameShape</keyword> + <keyword ref="tqframe.html#frameShape-prop">frameShape</keyword> + <keyword ref="tqframe.html#frameStyle">frameStyle</keyword> + <keyword ref="tqframe.html#frameWidth">frameWidth</keyword> + <keyword ref="tqframe.html#frameWidth-prop">frameWidth</keyword> + <keyword ref="tqframe.html#lineWidth">lineWidth</keyword> + <keyword ref="tqframe.html#lineWidth-prop">lineWidth</keyword> + <keyword ref="tqframe.html#margin">margin</keyword> + <keyword ref="tqframe.html#margin-prop">margin</keyword> + <keyword ref="tqframe.html#midLineWidth">midLineWidth</keyword> + <keyword ref="tqframe.html#midLineWidth-prop">midLineWidth</keyword> + <keyword ref="tqframe.html#paintEvent">paintEvent</keyword> + <keyword ref="tqframe.html#resizeEvent">resizeEvent</keyword> + <keyword ref="tqframe.html#setFrameRect">setFrameRect</keyword> + <keyword ref="tqframe.html#setFrameShadow">setFrameShadow</keyword> + <keyword ref="tqframe.html#setFrameShape">setFrameShape</keyword> + <keyword ref="tqframe.html#setFrameStyle">setFrameStyle</keyword> + <keyword ref="tqframe.html#setLineWidth">setLineWidth</keyword> + <keyword ref="tqframe.html#setMargin">setMargin</keyword> + <keyword ref="tqframe.html#setMidLineWidth">setMidLineWidth</keyword> + <section ref="tqframe-members.html" title="List of All Member Functions"/> + <section ref="tqframe-h.html" title="Header File"/> </section> <section ref="tqftp.html" title="TQFtp Class Reference"> <keyword ref="tqftp.html">TQFtp</keyword> @@ -2837,78 +2837,78 @@ <section ref="tqglwidget-members.html" title="List of All Member Functions"/> <section ref="tqgl-h.html" title="Header File"/> </section> -<section ref="ntqgrid.html" title="QGrid Class Reference"> - <keyword ref="ntqgrid.html">QGrid</keyword> - <keyword ref="ntqgrid.html#setSpacing">setSpacing</keyword> - <section ref="qgrid-members.html" title="List of All Member Functions"/> - <section ref="qgrid-h.html" title="Header File"/> -</section> -<section ref="qgridlayout.html" title="QGridLayout Class Reference"> - <keyword ref="qgridlayout.html">QGridLayout</keyword> - <keyword ref="qgridlayout.html#Corner">Corner</keyword> - <keyword ref="qgridlayout.html#add">add</keyword> - <keyword ref="qgridlayout.html#addItem">addItem</keyword> - <keyword ref="qgridlayout.html#addLayout">addLayout</keyword> - <keyword ref="qgridlayout.html#addMultiCell">addMultiCell</keyword> - <keyword ref="qgridlayout.html#addMultiCellLayout">addMultiCellLayout</keyword> - <keyword ref="qgridlayout.html#addMultiCellWidget">addMultiCellWidget</keyword> - <keyword ref="qgridlayout.html#addWidget">addWidget</keyword> - <keyword ref="qgridlayout.html#cellGeometry">cellGeometry</keyword> - <keyword ref="qgridlayout.html#colSpacing">colSpacing</keyword> - <keyword ref="qgridlayout.html#colStretch">colStretch</keyword> - <keyword ref="qgridlayout.html#expand">expand</keyword> - <keyword ref="qgridlayout.html#expanding">expanding</keyword> - <keyword ref="qgridlayout.html#findWidget">findWidget</keyword> - <keyword ref="qgridlayout.html#hasHeightForWidth">hasHeightForWidth</keyword> - <keyword ref="qgridlayout.html#heightForWidth">heightForWidth</keyword> - <keyword ref="qgridlayout.html#init">init</keyword> - <keyword ref="qgridlayout.html#invalidate">invalidate</keyword> - <keyword ref="qgridlayout.html#maximumSize">maximumSize</keyword> - <keyword ref="qgridlayout.html#minimumSize">minimumSize</keyword> - <keyword ref="qgridlayout.html#numCols">numCols</keyword> - <keyword ref="qgridlayout.html#numRows">numRows</keyword> - <keyword ref="qgridlayout.html#origin">origin</keyword> - <keyword ref="qgridlayout.html#rowSpacing">rowSpacing</keyword> - <keyword ref="qgridlayout.html#rowStretch">rowStretch</keyword> - <keyword ref="qgridlayout.html#setColSpacing">setColSpacing</keyword> - <keyword ref="qgridlayout.html#setColStretch">setColStretch</keyword> - <keyword ref="qgridlayout.html#setGeometry">setGeometry</keyword> - <keyword ref="qgridlayout.html#setOrigin">setOrigin</keyword> - <keyword ref="qgridlayout.html#setRowSpacing">setRowSpacing</keyword> - <keyword ref="qgridlayout.html#setRowStretch">setRowStretch</keyword> - <keyword ref="qgridlayout.html#sizeHint">sizeHint</keyword> - <keyword ref="qgridlayout.html#~QGridLayout">~QGridLayout</keyword> - <section ref="qgridlayout-members.html" title="List of All Member Functions"/> +<section ref="tqgrid.html" title="TQGrid Class Reference"> + <keyword ref="tqgrid.html">TQGrid</keyword> + <keyword ref="tqgrid.html#setSpacing">setSpacing</keyword> + <section ref="tqgrid-members.html" title="List of All Member Functions"/> + <section ref="tqgrid-h.html" title="Header File"/> +</section> +<section ref="tqgridlayout.html" title="TQGridLayout Class Reference"> + <keyword ref="tqgridlayout.html">TQGridLayout</keyword> + <keyword ref="tqgridlayout.html#Corner">Corner</keyword> + <keyword ref="tqgridlayout.html#add">add</keyword> + <keyword ref="tqgridlayout.html#addItem">addItem</keyword> + <keyword ref="tqgridlayout.html#addLayout">addLayout</keyword> + <keyword ref="tqgridlayout.html#addMultiCell">addMultiCell</keyword> + <keyword ref="tqgridlayout.html#addMultiCellLayout">addMultiCellLayout</keyword> + <keyword ref="tqgridlayout.html#addMultiCellWidget">addMultiCellWidget</keyword> + <keyword ref="tqgridlayout.html#addWidget">addWidget</keyword> + <keyword ref="tqgridlayout.html#cellGeometry">cellGeometry</keyword> + <keyword ref="tqgridlayout.html#colSpacing">colSpacing</keyword> + <keyword ref="tqgridlayout.html#colStretch">colStretch</keyword> + <keyword ref="tqgridlayout.html#expand">expand</keyword> + <keyword ref="tqgridlayout.html#expanding">expanding</keyword> + <keyword ref="tqgridlayout.html#findWidget">findWidget</keyword> + <keyword ref="tqgridlayout.html#hasHeightForWidth">hasHeightForWidth</keyword> + <keyword ref="tqgridlayout.html#heightForWidth">heightForWidth</keyword> + <keyword ref="tqgridlayout.html#init">init</keyword> + <keyword ref="tqgridlayout.html#invalidate">invalidate</keyword> + <keyword ref="tqgridlayout.html#maximumSize">maximumSize</keyword> + <keyword ref="tqgridlayout.html#minimumSize">minimumSize</keyword> + <keyword ref="tqgridlayout.html#numCols">numCols</keyword> + <keyword ref="tqgridlayout.html#numRows">numRows</keyword> + <keyword ref="tqgridlayout.html#origin">origin</keyword> + <keyword ref="tqgridlayout.html#rowSpacing">rowSpacing</keyword> + <keyword ref="tqgridlayout.html#rowStretch">rowStretch</keyword> + <keyword ref="tqgridlayout.html#setColSpacing">setColSpacing</keyword> + <keyword ref="tqgridlayout.html#setColStretch">setColStretch</keyword> + <keyword ref="tqgridlayout.html#setGeometry">setGeometry</keyword> + <keyword ref="tqgridlayout.html#setOrigin">setOrigin</keyword> + <keyword ref="tqgridlayout.html#setRowSpacing">setRowSpacing</keyword> + <keyword ref="tqgridlayout.html#setRowStretch">setRowStretch</keyword> + <keyword ref="tqgridlayout.html#sizeHint">sizeHint</keyword> + <keyword ref="tqgridlayout.html#~TQGridLayout">~TQGridLayout</keyword> + <section ref="tqgridlayout-members.html" title="List of All Member Functions"/> <section ref="qlayout-h.html" title="Header File"/> </section> -<section ref="ntqgridview.html" title="QGridView Class Reference"> - <keyword ref="ntqgridview.html">QGridView</keyword> - <keyword ref="ntqgridview.html#cellGeometry">cellGeometry</keyword> - <keyword ref="ntqgridview.html#cellHeight">cellHeight</keyword> - <keyword ref="ntqgridview.html#cellHeight-prop">cellHeight</keyword> - <keyword ref="ntqgridview.html#cellRect">cellRect</keyword> - <keyword ref="ntqgridview.html#cellWidth">cellWidth</keyword> - <keyword ref="ntqgridview.html#cellWidth-prop">cellWidth</keyword> - <keyword ref="ntqgridview.html#columnAt">columnAt</keyword> - <keyword ref="ntqgridview.html#dimensionChange">dimensionChange</keyword> - <keyword ref="ntqgridview.html#ensureCellVisible">ensureCellVisible</keyword> - <keyword ref="ntqgridview.html#gridSize">gridSize</keyword> - <keyword ref="ntqgridview.html#numCols">numCols</keyword> - <keyword ref="ntqgridview.html#numCols-prop">numCols</keyword> - <keyword ref="ntqgridview.html#numRows">numRows</keyword> - <keyword ref="ntqgridview.html#numRows-prop">numRows</keyword> - <keyword ref="ntqgridview.html#paintCell">paintCell</keyword> - <keyword ref="ntqgridview.html#paintEmptyArea">paintEmptyArea</keyword> - <keyword ref="ntqgridview.html#repaintCell">repaintCell</keyword> - <keyword ref="ntqgridview.html#rowAt">rowAt</keyword> - <keyword ref="ntqgridview.html#setCellHeight">setCellHeight</keyword> - <keyword ref="ntqgridview.html#setCellWidth">setCellWidth</keyword> - <keyword ref="ntqgridview.html#setNumCols">setNumCols</keyword> - <keyword ref="ntqgridview.html#setNumRows">setNumRows</keyword> - <keyword ref="ntqgridview.html#updateCell">updateCell</keyword> - <keyword ref="ntqgridview.html#~QGridView">~QGridView</keyword> - <section ref="qgridview-members.html" title="List of All Member Functions"/> - <section ref="qgridview-h.html" title="Header File"/> +<section ref="tqgridview.html" title="TQGridView Class Reference"> + <keyword ref="tqgridview.html">TQGridView</keyword> + <keyword ref="tqgridview.html#cellGeometry">cellGeometry</keyword> + <keyword ref="tqgridview.html#cellHeight">cellHeight</keyword> + <keyword ref="tqgridview.html#cellHeight-prop">cellHeight</keyword> + <keyword ref="tqgridview.html#cellRect">cellRect</keyword> + <keyword ref="tqgridview.html#cellWidth">cellWidth</keyword> + <keyword ref="tqgridview.html#cellWidth-prop">cellWidth</keyword> + <keyword ref="tqgridview.html#columnAt">columnAt</keyword> + <keyword ref="tqgridview.html#dimensionChange">dimensionChange</keyword> + <keyword ref="tqgridview.html#ensureCellVisible">ensureCellVisible</keyword> + <keyword ref="tqgridview.html#gridSize">gridSize</keyword> + <keyword ref="tqgridview.html#numCols">numCols</keyword> + <keyword ref="tqgridview.html#numCols-prop">numCols</keyword> + <keyword ref="tqgridview.html#numRows">numRows</keyword> + <keyword ref="tqgridview.html#numRows-prop">numRows</keyword> + <keyword ref="tqgridview.html#paintCell">paintCell</keyword> + <keyword ref="tqgridview.html#paintEmptyArea">paintEmptyArea</keyword> + <keyword ref="tqgridview.html#repaintCell">repaintCell</keyword> + <keyword ref="tqgridview.html#rowAt">rowAt</keyword> + <keyword ref="tqgridview.html#setCellHeight">setCellHeight</keyword> + <keyword ref="tqgridview.html#setCellWidth">setCellWidth</keyword> + <keyword ref="tqgridview.html#setNumCols">setNumCols</keyword> + <keyword ref="tqgridview.html#setNumRows">setNumRows</keyword> + <keyword ref="tqgridview.html#updateCell">updateCell</keyword> + <keyword ref="tqgridview.html#~TQGridView">~TQGridView</keyword> + <section ref="tqgridview-members.html" title="List of All Member Functions"/> + <section ref="tqgridview-h.html" title="Header File"/> </section> <section ref="ntqgroupbox.html" title="QGroupBox Class Reference"> <keyword ref="ntqgroupbox.html">QGroupBox</keyword> @@ -2976,61 +2976,61 @@ <section ref="qhbuttongroup-members.html" title="List of All Member Functions"/> <section ref="qhbuttongroup-h.html" title="Header File"/> </section> -<section ref="ntqheader.html" title="QHeader Class Reference"> - <keyword ref="ntqheader.html">QHeader</keyword> - <keyword ref="ntqheader.html#addLabel">addLabel</keyword> - <keyword ref="ntqheader.html#adjustHeaderSize">adjustHeaderSize</keyword> - <keyword ref="ntqheader.html#clicked">clicked</keyword> - <keyword ref="ntqheader.html#count">count</keyword> - <keyword ref="ntqheader.html#count-prop">count</keyword> - <keyword ref="ntqheader.html#handleAt">handleAt</keyword> - <keyword ref="ntqheader.html#handleColumnMove">handleColumnMove</keyword> - <keyword ref="ntqheader.html#headerWidth">headerWidth</keyword> - <keyword ref="ntqheader.html#iconSet">iconSet</keyword> - <keyword ref="ntqheader.html#indexChange">indexChange</keyword> - <keyword ref="ntqheader.html#isClickEnabled">isClickEnabled</keyword> - <keyword ref="ntqheader.html#isMovingEnabled">isMovingEnabled</keyword> - <keyword ref="ntqheader.html#isResizeEnabled">isResizeEnabled</keyword> - <keyword ref="ntqheader.html#isStretchEnabled">isStretchEnabled</keyword> - <keyword ref="ntqheader.html#label">label</keyword> - <keyword ref="ntqheader.html#mapToIndex">mapToIndex</keyword> - <keyword ref="ntqheader.html#mapToSection">mapToSection</keyword> - <keyword ref="ntqheader.html#moveSection">moveSection</keyword> - <keyword ref="ntqheader.html#moving-prop">moving</keyword> - <keyword ref="ntqheader.html#offset">offset</keyword> - <keyword ref="ntqheader.html#offset-prop">offset</keyword> - <keyword ref="ntqheader.html#orientation">orientation</keyword> - <keyword ref="ntqheader.html#orientation-prop">orientation</keyword> - <keyword ref="ntqheader.html#paintSection">paintSection</keyword> - <keyword ref="ntqheader.html#paintSectionLabel">paintSectionLabel</keyword> - <keyword ref="ntqheader.html#pressed">pressed</keyword> - <keyword ref="ntqheader.html#released">released</keyword> - <keyword ref="ntqheader.html#removeLabel">removeLabel</keyword> - <keyword ref="ntqheader.html#resizeSection">resizeSection</keyword> - <keyword ref="ntqheader.html#sRect">sRect</keyword> - <keyword ref="ntqheader.html#sectionAt">sectionAt</keyword> - <keyword ref="ntqheader.html#sectionHandleDoubleClicked">sectionHandleDoubleClicked</keyword> - <keyword ref="ntqheader.html#sectionPos">sectionPos</keyword> - <keyword ref="ntqheader.html#sectionRect">sectionRect</keyword> - <keyword ref="ntqheader.html#sectionSize">sectionSize</keyword> - <keyword ref="ntqheader.html#setClickEnabled">setClickEnabled</keyword> - <keyword ref="ntqheader.html#setLabel">setLabel</keyword> - <keyword ref="ntqheader.html#setMovingEnabled">setMovingEnabled</keyword> - <keyword ref="ntqheader.html#setOffset">setOffset</keyword> - <keyword ref="ntqheader.html#setOrientation">setOrientation</keyword> - <keyword ref="ntqheader.html#setResizeEnabled">setResizeEnabled</keyword> - <keyword ref="ntqheader.html#setSortIndicator">setSortIndicator</keyword> - <keyword ref="ntqheader.html#setStretchEnabled">setStretchEnabled</keyword> - <keyword ref="ntqheader.html#setTracking">setTracking</keyword> - <keyword ref="ntqheader.html#sizeChange">sizeChange</keyword> - <keyword ref="ntqheader.html#sortIndicatorOrder">sortIndicatorOrder</keyword> - <keyword ref="ntqheader.html#sortIndicatorSection">sortIndicatorSection</keyword> - <keyword ref="ntqheader.html#stretching-prop">stretching</keyword> - <keyword ref="ntqheader.html#tracking">tracking</keyword> - <keyword ref="ntqheader.html#tracking-prop">tracking</keyword> - <keyword ref="ntqheader.html#~QHeader">~QHeader</keyword> - <section ref="qheader-members.html" title="List of All Member Functions"/> - <section ref="qheader-h.html" title="Header File"/> +<section ref="tqheader.html" title="TQHeader Class Reference"> + <keyword ref="tqheader.html">TQHeader</keyword> + <keyword ref="tqheader.html#addLabel">addLabel</keyword> + <keyword ref="tqheader.html#adjustHeaderSize">adjustHeaderSize</keyword> + <keyword ref="tqheader.html#clicked">clicked</keyword> + <keyword ref="tqheader.html#count">count</keyword> + <keyword ref="tqheader.html#count-prop">count</keyword> + <keyword ref="tqheader.html#handleAt">handleAt</keyword> + <keyword ref="tqheader.html#handleColumnMove">handleColumnMove</keyword> + <keyword ref="tqheader.html#headerWidth">headerWidth</keyword> + <keyword ref="tqheader.html#iconSet">iconSet</keyword> + <keyword ref="tqheader.html#indexChange">indexChange</keyword> + <keyword ref="tqheader.html#isClickEnabled">isClickEnabled</keyword> + <keyword ref="tqheader.html#isMovingEnabled">isMovingEnabled</keyword> + <keyword ref="tqheader.html#isResizeEnabled">isResizeEnabled</keyword> + <keyword ref="tqheader.html#isStretchEnabled">isStretchEnabled</keyword> + <keyword ref="tqheader.html#label">label</keyword> + <keyword ref="tqheader.html#mapToIndex">mapToIndex</keyword> + <keyword ref="tqheader.html#mapToSection">mapToSection</keyword> + <keyword ref="tqheader.html#moveSection">moveSection</keyword> + <keyword ref="tqheader.html#moving-prop">moving</keyword> + <keyword ref="tqheader.html#offset">offset</keyword> + <keyword ref="tqheader.html#offset-prop">offset</keyword> + <keyword ref="tqheader.html#orientation">orientation</keyword> + <keyword ref="tqheader.html#orientation-prop">orientation</keyword> + <keyword ref="tqheader.html#paintSection">paintSection</keyword> + <keyword ref="tqheader.html#paintSectionLabel">paintSectionLabel</keyword> + <keyword ref="tqheader.html#pressed">pressed</keyword> + <keyword ref="tqheader.html#released">released</keyword> + <keyword ref="tqheader.html#removeLabel">removeLabel</keyword> + <keyword ref="tqheader.html#resizeSection">resizeSection</keyword> + <keyword ref="tqheader.html#sRect">sRect</keyword> + <keyword ref="tqheader.html#sectionAt">sectionAt</keyword> + <keyword ref="tqheader.html#sectionHandleDoubleClicked">sectionHandleDoubleClicked</keyword> + <keyword ref="tqheader.html#sectionPos">sectionPos</keyword> + <keyword ref="tqheader.html#sectionRect">sectionRect</keyword> + <keyword ref="tqheader.html#sectionSize">sectionSize</keyword> + <keyword ref="tqheader.html#setClickEnabled">setClickEnabled</keyword> + <keyword ref="tqheader.html#setLabel">setLabel</keyword> + <keyword ref="tqheader.html#setMovingEnabled">setMovingEnabled</keyword> + <keyword ref="tqheader.html#setOffset">setOffset</keyword> + <keyword ref="tqheader.html#setOrientation">setOrientation</keyword> + <keyword ref="tqheader.html#setResizeEnabled">setResizeEnabled</keyword> + <keyword ref="tqheader.html#setSortIndicator">setSortIndicator</keyword> + <keyword ref="tqheader.html#setStretchEnabled">setStretchEnabled</keyword> + <keyword ref="tqheader.html#setTracking">setTracking</keyword> + <keyword ref="tqheader.html#sizeChange">sizeChange</keyword> + <keyword ref="tqheader.html#sortIndicatorOrder">sortIndicatorOrder</keyword> + <keyword ref="tqheader.html#sortIndicatorSection">sortIndicatorSection</keyword> + <keyword ref="tqheader.html#stretching-prop">stretching</keyword> + <keyword ref="tqheader.html#tracking">tracking</keyword> + <keyword ref="tqheader.html#tracking-prop">tracking</keyword> + <keyword ref="tqheader.html#~TQHeader">~TQHeader</keyword> + <section ref="tqheader-members.html" title="List of All Member Functions"/> + <section ref="tqheader-h.html" title="Header File"/> </section> <section ref="tqhebrewcodec.html" title="TQHebrewCodec Class Reference"> <keyword ref="tqhebrewcodec.html">TQHebrewCodec</keyword> @@ -3978,339 +3978,339 @@ <section ref="tqlineedit-members.html" title="List of All Member Functions"/> <section ref="tqlineedit-h.html" title="Header File"/> </section> -<section ref="ntqlistbox.html" title="QListBox Class Reference"> - <keyword ref="ntqlistbox.html">QListBox</keyword> - <keyword ref="ntqlistbox.html#LayoutMode">LayoutMode</keyword> - <keyword ref="ntqlistbox.html#SelectionMode">SelectionMode</keyword> - <keyword ref="ntqlistbox.html#changeItem">changeItem</keyword> - <keyword ref="ntqlistbox.html#clear">clear</keyword> - <keyword ref="ntqlistbox.html#clearSelection">clearSelection</keyword> - <keyword ref="ntqlistbox.html#clicked">clicked</keyword> - <keyword ref="ntqlistbox.html#columnAt">columnAt</keyword> - <keyword ref="ntqlistbox.html#columnMode">columnMode</keyword> - <keyword ref="ntqlistbox.html#columnMode-prop">columnMode</keyword> - <keyword ref="ntqlistbox.html#contextMenuRequested">contextMenuRequested</keyword> - <keyword ref="ntqlistbox.html#count">count</keyword> - <keyword ref="ntqlistbox.html#count-prop">count</keyword> - <keyword ref="ntqlistbox.html#currentChanged">currentChanged</keyword> - <keyword ref="ntqlistbox.html#currentColumn">currentColumn</keyword> - <keyword ref="ntqlistbox.html#currentItem">currentItem</keyword> - <keyword ref="ntqlistbox.html#currentItem-prop">currentItem</keyword> - <keyword ref="ntqlistbox.html#currentRow">currentRow</keyword> - <keyword ref="ntqlistbox.html#currentText">currentText</keyword> - <keyword ref="ntqlistbox.html#currentText-prop">currentText</keyword> - <keyword ref="ntqlistbox.html#doLayout">doLayout</keyword> - <keyword ref="ntqlistbox.html#doubleClicked">doubleClicked</keyword> - <keyword ref="ntqlistbox.html#ensureCurrentVisible">ensureCurrentVisible</keyword> - <keyword ref="ntqlistbox.html#findItem">findItem</keyword> - <keyword ref="ntqlistbox.html#firstItem">firstItem</keyword> - <keyword ref="ntqlistbox.html#highlighted">highlighted</keyword> - <keyword ref="ntqlistbox.html#index">index</keyword> - <keyword ref="ntqlistbox.html#insertItem">insertItem</keyword> - <keyword ref="ntqlistbox.html#insertStrList">insertStrList</keyword> - <keyword ref="ntqlistbox.html#insertStringList">insertStringList</keyword> - <keyword ref="ntqlistbox.html#invertSelection">invertSelection</keyword> - <keyword ref="ntqlistbox.html#isRubberSelecting">isRubberSelecting</keyword> - <keyword ref="ntqlistbox.html#isSelected">isSelected</keyword> - <keyword ref="ntqlistbox.html#item">item</keyword> - <keyword ref="ntqlistbox.html#itemAt">itemAt</keyword> - <keyword ref="ntqlistbox.html#itemHeight">itemHeight</keyword> - <keyword ref="ntqlistbox.html#itemRect">itemRect</keyword> - <keyword ref="ntqlistbox.html#itemVisible">itemVisible</keyword> - <keyword ref="ntqlistbox.html#maxItemWidth">maxItemWidth</keyword> - <keyword ref="ntqlistbox.html#mouseButtonClicked">mouseButtonClicked</keyword> - <keyword ref="ntqlistbox.html#mouseButtonPressed">mouseButtonPressed</keyword> - <keyword ref="ntqlistbox.html#numColumns">numColumns</keyword> - <keyword ref="ntqlistbox.html#numColumns-prop">numColumns</keyword> - <keyword ref="ntqlistbox.html#numItemsVisible">numItemsVisible</keyword> - <keyword ref="ntqlistbox.html#numItemsVisible-prop">numItemsVisible</keyword> - <keyword ref="ntqlistbox.html#numRows">numRows</keyword> - <keyword ref="ntqlistbox.html#numRows-prop">numRows</keyword> - <keyword ref="ntqlistbox.html#onItem">onItem</keyword> - <keyword ref="ntqlistbox.html#onViewport">onViewport</keyword> - <keyword ref="ntqlistbox.html#paintCell">paintCell</keyword> - <keyword ref="ntqlistbox.html#pixmap">pixmap</keyword> - <keyword ref="ntqlistbox.html#pressed">pressed</keyword> - <keyword ref="ntqlistbox.html#refreshSlot">refreshSlot</keyword> - <keyword ref="ntqlistbox.html#removeItem">removeItem</keyword> - <keyword ref="ntqlistbox.html#returnPressed">returnPressed</keyword> - <keyword ref="ntqlistbox.html#rightButtonClicked">rightButtonClicked</keyword> - <keyword ref="ntqlistbox.html#rightButtonPressed">rightButtonPressed</keyword> - <keyword ref="ntqlistbox.html#rowAt">rowAt</keyword> - <keyword ref="ntqlistbox.html#rowMode">rowMode</keyword> - <keyword ref="ntqlistbox.html#rowMode-prop">rowMode</keyword> - <keyword ref="ntqlistbox.html#selectAll">selectAll</keyword> - <keyword ref="ntqlistbox.html#selected">selected</keyword> - <keyword ref="ntqlistbox.html#selectedItem">selectedItem</keyword> - <keyword ref="ntqlistbox.html#selectionChanged">selectionChanged</keyword> - <keyword ref="ntqlistbox.html#selectionMode">selectionMode</keyword> - <keyword ref="ntqlistbox.html#selectionMode-prop">selectionMode</keyword> - <keyword ref="ntqlistbox.html#setBottomItem">setBottomItem</keyword> - <keyword ref="ntqlistbox.html#setColumnMode">setColumnMode</keyword> - <keyword ref="ntqlistbox.html#setCurrentItem">setCurrentItem</keyword> - <keyword ref="ntqlistbox.html#setRowMode">setRowMode</keyword> - <keyword ref="ntqlistbox.html#setSelected">setSelected</keyword> - <keyword ref="ntqlistbox.html#setSelectionMode">setSelectionMode</keyword> - <keyword ref="ntqlistbox.html#setTopItem">setTopItem</keyword> - <keyword ref="ntqlistbox.html#setVariableHeight">setVariableHeight</keyword> - <keyword ref="ntqlistbox.html#setVariableWidth">setVariableWidth</keyword> - <keyword ref="ntqlistbox.html#sort">sort</keyword> - <keyword ref="ntqlistbox.html#takeItem">takeItem</keyword> - <keyword ref="ntqlistbox.html#text">text</keyword> - <keyword ref="ntqlistbox.html#toggleCurrentItem">toggleCurrentItem</keyword> - <keyword ref="ntqlistbox.html#topItem">topItem</keyword> - <keyword ref="ntqlistbox.html#topItem-prop">topItem</keyword> - <keyword ref="ntqlistbox.html#triggerUpdate">triggerUpdate</keyword> - <keyword ref="ntqlistbox.html#tryGeometry">tryGeometry</keyword> - <keyword ref="ntqlistbox.html#updateItem">updateItem</keyword> - <keyword ref="ntqlistbox.html#variableHeight">variableHeight</keyword> - <keyword ref="ntqlistbox.html#variableHeight-prop">variableHeight</keyword> - <keyword ref="ntqlistbox.html#variableWidth">variableWidth</keyword> - <keyword ref="ntqlistbox.html#variableWidth-prop">variableWidth</keyword> - <keyword ref="ntqlistbox.html#~QListBox">~QListBox</keyword> - <section ref="qlistbox-members.html" title="List of All Member Functions"/> - <section ref="qlistbox-h.html" title="Header File"/> -</section> -<section ref="qlistboxitem.html" title="QListBoxItem Class Reference"> - <keyword ref="qlistboxitem.html">QListBoxItem</keyword> - <keyword ref="qlistboxitem.html#height">height</keyword> - <keyword ref="qlistboxitem.html#isCurrent">isCurrent</keyword> - <keyword ref="qlistboxitem.html#isSelectable">isSelectable</keyword> - <keyword ref="qlistboxitem.html#isSelected">isSelected</keyword> - <keyword ref="qlistboxitem.html#listBox">listBox</keyword> - <keyword ref="qlistboxitem.html#next">next</keyword> - <keyword ref="qlistboxitem.html#paint">paint</keyword> - <keyword ref="qlistboxitem.html#pixmap">pixmap</keyword> - <keyword ref="qlistboxitem.html#prev">prev</keyword> - <keyword ref="qlistboxitem.html#rtti">rtti</keyword> - <keyword ref="qlistboxitem.html#setCustomHighlighting">setCustomHighlighting</keyword> - <keyword ref="qlistboxitem.html#setSelectable">setSelectable</keyword> - <keyword ref="qlistboxitem.html#setText">setText</keyword> - <keyword ref="qlistboxitem.html#text">text</keyword> - <keyword ref="qlistboxitem.html#width">width</keyword> - <keyword ref="qlistboxitem.html#~QListBoxItem">~QListBoxItem</keyword> - <section ref="qlistboxitem-members.html" title="List of All Member Functions"/> - <section ref="qlistbox-h.html" title="Header File"/> -</section> -<section ref="qlistboxpixmap.html" title="QListBoxPixmap Class Reference"> - <keyword ref="qlistboxpixmap.html">QListBoxPixmap</keyword> - <keyword ref="qlistboxpixmap.html#height">height</keyword> - <keyword ref="qlistboxpixmap.html#paint">paint</keyword> - <keyword ref="qlistboxpixmap.html#pixmap">pixmap</keyword> - <keyword ref="qlistboxpixmap.html#width">width</keyword> - <keyword ref="qlistboxpixmap.html#~QListBoxPixmap">~QListBoxPixmap</keyword> - <section ref="qlistboxpixmap-members.html" title="List of All Member Functions"/> - <section ref="qlistbox-h.html" title="Header File"/> -</section> -<section ref="qlistboxtext.html" title="QListBoxText Class Reference"> - <keyword ref="qlistboxtext.html">QListBoxText</keyword> - <keyword ref="qlistboxtext.html#height">height</keyword> - <keyword ref="qlistboxtext.html#paint">paint</keyword> - <keyword ref="qlistboxtext.html#width">width</keyword> - <keyword ref="qlistboxtext.html#~QListBoxText">~QListBoxText</keyword> - <section ref="qlistboxtext-members.html" title="List of All Member Functions"/> - <section ref="qlistbox-h.html" title="Header File"/> -</section> -<section ref="ntqlistview.html" title="QListView Class Reference"> - <keyword ref="ntqlistview.html">QListView</keyword> - <keyword ref="ntqlistview.html#RenameAction">RenameAction</keyword> - <keyword ref="ntqlistview.html#ResizeMode">ResizeMode</keyword> - <keyword ref="ntqlistview.html#SelectionMode">SelectionMode</keyword> - <keyword ref="ntqlistview.html#WidthMode">WidthMode</keyword> - <keyword ref="ntqlistview.html#addColumn">addColumn</keyword> - <keyword ref="ntqlistview.html#adjustColumn">adjustColumn</keyword> - <keyword ref="ntqlistview.html#allColumnsShowFocus">allColumnsShowFocus</keyword> - <keyword ref="ntqlistview.html#allColumnsShowFocus-prop">allColumnsShowFocus</keyword> - <keyword ref="ntqlistview.html#changeSortColumn">changeSortColumn</keyword> - <keyword ref="ntqlistview.html#childCount">childCount</keyword> - <keyword ref="ntqlistview.html#childCount-prop">childCount</keyword> - <keyword ref="ntqlistview.html#clear">clear</keyword> - <keyword ref="ntqlistview.html#clearSelection">clearSelection</keyword> - <keyword ref="ntqlistview.html#clicked">clicked</keyword> - <keyword ref="ntqlistview.html#collapsed">collapsed</keyword> - <keyword ref="ntqlistview.html#columnAlignment">columnAlignment</keyword> - <keyword ref="ntqlistview.html#columnText">columnText</keyword> - <keyword ref="ntqlistview.html#columnWidth">columnWidth</keyword> - <keyword ref="ntqlistview.html#columnWidthMode">columnWidthMode</keyword> - <keyword ref="ntqlistview.html#columns">columns</keyword> - <keyword ref="ntqlistview.html#columns-prop">columns</keyword> - <keyword ref="ntqlistview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</keyword> - <keyword ref="ntqlistview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</keyword> - <keyword ref="ntqlistview.html#contentsMousePressEvent">contentsMousePressEvent</keyword> - <keyword ref="ntqlistview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</keyword> - <keyword ref="ntqlistview.html#contextMenuRequested">contextMenuRequested</keyword> - <keyword ref="ntqlistview.html#currentChanged">currentChanged</keyword> - <keyword ref="ntqlistview.html#currentItem">currentItem</keyword> - <keyword ref="ntqlistview.html#defaultRenameAction">defaultRenameAction</keyword> - <keyword ref="ntqlistview.html#defaultRenameAction-prop">defaultRenameAction</keyword> - <keyword ref="ntqlistview.html#doAutoScroll">doAutoScroll</keyword> - <keyword ref="ntqlistview.html#doubleClicked">doubleClicked</keyword> - <keyword ref="ntqlistview.html#dragObject">dragObject</keyword> - <keyword ref="ntqlistview.html#drawContentsOffset">drawContentsOffset</keyword> - <keyword ref="ntqlistview.html#dropped">dropped</keyword> - <keyword ref="ntqlistview.html#ensureItemVisible">ensureItemVisible</keyword> - <keyword ref="ntqlistview.html#eventFilter">eventFilter</keyword> - <keyword ref="ntqlistview.html#expanded">expanded</keyword> - <keyword ref="ntqlistview.html#findItem">findItem</keyword> - <keyword ref="ntqlistview.html#firstChild">firstChild</keyword> - <keyword ref="ntqlistview.html#handleSizeChange">handleSizeChange</keyword> - <keyword ref="ntqlistview.html#header">header</keyword> - <keyword ref="ntqlistview.html#hideColumn">hideColumn</keyword> - <keyword ref="ntqlistview.html#insertItem">insertItem</keyword> - <keyword ref="ntqlistview.html#invertSelection">invertSelection</keyword> - <keyword ref="ntqlistview.html#isOpen">isOpen</keyword> - <keyword ref="ntqlistview.html#isRenaming">isRenaming</keyword> - <keyword ref="ntqlistview.html#isSelected">isSelected</keyword> - <keyword ref="ntqlistview.html#itemAt">itemAt</keyword> - <keyword ref="ntqlistview.html#itemMargin">itemMargin</keyword> - <keyword ref="ntqlistview.html#itemMargin-prop">itemMargin</keyword> - <keyword ref="ntqlistview.html#itemPos">itemPos</keyword> - <keyword ref="ntqlistview.html#itemRect">itemRect</keyword> - <keyword ref="ntqlistview.html#itemRenamed">itemRenamed</keyword> - <keyword ref="ntqlistview.html#lastItem">lastItem</keyword> - <keyword ref="ntqlistview.html#mouseButtonClicked">mouseButtonClicked</keyword> - <keyword ref="ntqlistview.html#mouseButtonPressed">mouseButtonPressed</keyword> - <keyword ref="ntqlistview.html#onItem">onItem</keyword> - <keyword ref="ntqlistview.html#onViewport">onViewport</keyword> - <keyword ref="ntqlistview.html#paintEmptyArea">paintEmptyArea</keyword> - <keyword ref="ntqlistview.html#pressed">pressed</keyword> - <keyword ref="ntqlistview.html#reconfigureItems">reconfigureItems</keyword> - <keyword ref="ntqlistview.html#removeColumn">removeColumn</keyword> - <keyword ref="ntqlistview.html#repaintItem">repaintItem</keyword> - <keyword ref="ntqlistview.html#resizeEvent">resizeEvent</keyword> - <keyword ref="ntqlistview.html#resizeMode">resizeMode</keyword> - <keyword ref="ntqlistview.html#resizeMode-prop">resizeMode</keyword> - <keyword ref="ntqlistview.html#returnPressed">returnPressed</keyword> - <keyword ref="ntqlistview.html#rightButtonClicked">rightButtonClicked</keyword> - <keyword ref="ntqlistview.html#rightButtonPressed">rightButtonPressed</keyword> - <keyword ref="ntqlistview.html#rootIsDecorated">rootIsDecorated</keyword> - <keyword ref="ntqlistview.html#rootIsDecorated-prop">rootIsDecorated</keyword> - <keyword ref="ntqlistview.html#selectAll">selectAll</keyword> - <keyword ref="ntqlistview.html#selectedItem">selectedItem</keyword> - <keyword ref="ntqlistview.html#selectionChanged">selectionChanged</keyword> - <keyword ref="ntqlistview.html#selectionMode">selectionMode</keyword> - <keyword ref="ntqlistview.html#selectionMode-prop">selectionMode</keyword> - <keyword ref="ntqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</keyword> - <keyword ref="ntqlistview.html#setColumnAlignment">setColumnAlignment</keyword> - <keyword ref="ntqlistview.html#setColumnText">setColumnText</keyword> - <keyword ref="ntqlistview.html#setColumnWidth">setColumnWidth</keyword> - <keyword ref="ntqlistview.html#setColumnWidthMode">setColumnWidthMode</keyword> - <keyword ref="ntqlistview.html#setCurrentItem">setCurrentItem</keyword> - <keyword ref="ntqlistview.html#setDefaultRenameAction">setDefaultRenameAction</keyword> - <keyword ref="ntqlistview.html#setItemMargin">setItemMargin</keyword> - <keyword ref="ntqlistview.html#setOpen">setOpen</keyword> - <keyword ref="ntqlistview.html#setResizeMode">setResizeMode</keyword> - <keyword ref="ntqlistview.html#setRootIsDecorated">setRootIsDecorated</keyword> - <keyword ref="ntqlistview.html#setSelected">setSelected</keyword> - <keyword ref="ntqlistview.html#setSelectionAnchor">setSelectionAnchor</keyword> - <keyword ref="ntqlistview.html#setSelectionMode">setSelectionMode</keyword> - <keyword ref="ntqlistview.html#setShowSortIndicator">setShowSortIndicator</keyword> - <keyword ref="ntqlistview.html#setShowToolTips">setShowToolTips</keyword> - <keyword ref="ntqlistview.html#setSortColumn">setSortColumn</keyword> - <keyword ref="ntqlistview.html#setSortOrder">setSortOrder</keyword> - <keyword ref="ntqlistview.html#setSorting">setSorting</keyword> - <keyword ref="ntqlistview.html#setTreeStepSize">setTreeStepSize</keyword> - <keyword ref="ntqlistview.html#showSortIndicator">showSortIndicator</keyword> - <keyword ref="ntqlistview.html#showSortIndicator-prop">showSortIndicator</keyword> - <keyword ref="ntqlistview.html#showToolTips">showToolTips</keyword> - <keyword ref="ntqlistview.html#showToolTips-prop">showToolTips</keyword> - <keyword ref="ntqlistview.html#sort">sort</keyword> - <keyword ref="ntqlistview.html#sortColumn">sortColumn</keyword> - <keyword ref="ntqlistview.html#sortOrder">sortOrder</keyword> - <keyword ref="ntqlistview.html#spacePressed">spacePressed</keyword> - <keyword ref="ntqlistview.html#startDrag">startDrag</keyword> - <keyword ref="ntqlistview.html#takeItem">takeItem</keyword> - <keyword ref="ntqlistview.html#treeStepSize">treeStepSize</keyword> - <keyword ref="ntqlistview.html#treeStepSize-prop">treeStepSize</keyword> - <keyword ref="ntqlistview.html#triggerUpdate">triggerUpdate</keyword> - <keyword ref="ntqlistview.html#updateContents">updateContents</keyword> - <keyword ref="ntqlistview.html#widthChanged">widthChanged</keyword> - <keyword ref="ntqlistview.html#~QListView">~QListView</keyword> - <section ref="qlistview-members.html" title="List of All Member Functions"/> - <section ref="qlistview-h.html" title="Header File"/> -</section> -<section ref="qlistviewitem.html" title="QListViewItem Class Reference"> - <keyword ref="qlistviewitem.html">QListViewItem</keyword> - <keyword ref="qlistviewitem.html#acceptDrop">acceptDrop</keyword> - <keyword ref="qlistviewitem.html#activate">activate</keyword> - <keyword ref="qlistviewitem.html#activatedPos">activatedPos</keyword> - <keyword ref="qlistviewitem.html#cancelRename">cancelRename</keyword> - <keyword ref="qlistviewitem.html#childCount">childCount</keyword> - <keyword ref="qlistviewitem.html#compare">compare</keyword> - <keyword ref="qlistviewitem.html#depth">depth</keyword> - <keyword ref="qlistviewitem.html#dragEnabled">dragEnabled</keyword> - <keyword ref="qlistviewitem.html#dragEntered">dragEntered</keyword> - <keyword ref="qlistviewitem.html#dragLeft">dragLeft</keyword> - <keyword ref="qlistviewitem.html#dropEnabled">dropEnabled</keyword> - <keyword ref="qlistviewitem.html#dropped">dropped</keyword> - <keyword ref="qlistviewitem.html#enforceSortOrder">enforceSortOrder</keyword> - <keyword ref="qlistviewitem.html#firstChild">firstChild</keyword> - <keyword ref="qlistviewitem.html#height">height</keyword> - <keyword ref="qlistviewitem.html#insertItem">insertItem</keyword> - <keyword ref="qlistviewitem.html#invalidateHeight">invalidateHeight</keyword> - <keyword ref="qlistviewitem.html#isEnabled">isEnabled</keyword> - <keyword ref="qlistviewitem.html#isExpandable">isExpandable</keyword> - <keyword ref="qlistviewitem.html#isOpen">isOpen</keyword> - <keyword ref="qlistviewitem.html#isSelectable">isSelectable</keyword> - <keyword ref="qlistviewitem.html#isSelected">isSelected</keyword> - <keyword ref="qlistviewitem.html#isVisible">isVisible</keyword> - <keyword ref="qlistviewitem.html#itemAbove">itemAbove</keyword> - <keyword ref="qlistviewitem.html#itemBelow">itemBelow</keyword> - <keyword ref="qlistviewitem.html#itemPos">itemPos</keyword> - <keyword ref="qlistviewitem.html#key">key</keyword> - <keyword ref="qlistviewitem.html#listView">listView</keyword> - <keyword ref="qlistviewitem.html#moveItem">moveItem</keyword> - <keyword ref="qlistviewitem.html#multiLinesEnabled">multiLinesEnabled</keyword> - <keyword ref="qlistviewitem.html#nextSibling">nextSibling</keyword> - <keyword ref="qlistviewitem.html#okRename">okRename</keyword> - <keyword ref="qlistviewitem.html#paintBranches">paintBranches</keyword> - <keyword ref="qlistviewitem.html#paintCell">paintCell</keyword> - <keyword ref="qlistviewitem.html#paintFocus">paintFocus</keyword> - <keyword ref="qlistviewitem.html#parent">parent</keyword> - <keyword ref="qlistviewitem.html#pixmap">pixmap</keyword> - <keyword ref="qlistviewitem.html#removeRenameBox">removeRenameBox</keyword> - <keyword ref="qlistviewitem.html#renameEnabled">renameEnabled</keyword> - <keyword ref="qlistviewitem.html#repaint">repaint</keyword> - <keyword ref="qlistviewitem.html#rtti">rtti</keyword> - <keyword ref="qlistviewitem.html#setDragEnabled">setDragEnabled</keyword> - <keyword ref="qlistviewitem.html#setDropEnabled">setDropEnabled</keyword> - <keyword ref="qlistviewitem.html#setEnabled">setEnabled</keyword> - <keyword ref="qlistviewitem.html#setExpandable">setExpandable</keyword> - <keyword ref="qlistviewitem.html#setHeight">setHeight</keyword> - <keyword ref="qlistviewitem.html#setMultiLinesEnabled">setMultiLinesEnabled</keyword> - <keyword ref="qlistviewitem.html#setOpen">setOpen</keyword> - <keyword ref="qlistviewitem.html#setPixmap">setPixmap</keyword> - <keyword ref="qlistviewitem.html#setRenameEnabled">setRenameEnabled</keyword> - <keyword ref="qlistviewitem.html#setSelectable">setSelectable</keyword> - <keyword ref="qlistviewitem.html#setSelected">setSelected</keyword> - <keyword ref="qlistviewitem.html#setText">setText</keyword> - <keyword ref="qlistviewitem.html#setVisible">setVisible</keyword> - <keyword ref="qlistviewitem.html#setup">setup</keyword> - <keyword ref="qlistviewitem.html#sort">sort</keyword> - <keyword ref="qlistviewitem.html#sortChildItems">sortChildItems</keyword> - <keyword ref="qlistviewitem.html#startRename">startRename</keyword> - <keyword ref="qlistviewitem.html#takeItem">takeItem</keyword> - <keyword ref="qlistviewitem.html#text">text</keyword> - <keyword ref="qlistviewitem.html#totalHeight">totalHeight</keyword> - <keyword ref="qlistviewitem.html#width">width</keyword> - <keyword ref="qlistviewitem.html#widthChanged">widthChanged</keyword> - <keyword ref="qlistviewitem.html#~QListViewItem">~QListViewItem</keyword> - <section ref="qlistviewitem-members.html" title="List of All Member Functions"/> - <section ref="qlistview-h.html" title="Header File"/> -</section> -<section ref="qlistviewitemiterator.html" title="QListViewItemIterator Class Reference"> - <keyword ref="qlistviewitemiterator.html">QListViewItemIterator</keyword> - <keyword ref="qlistviewitemiterator.html#IteratorFlag">IteratorFlag</keyword> - <keyword ref="qlistviewitemiterator.html#current">current</keyword> - <keyword ref="qlistviewitemiterator.html#operator*">operator*</keyword> - <keyword ref="qlistviewitemiterator.html#operator++">operator++</keyword> - <keyword ref="qlistviewitemiterator.html#operator+-eq">operator+=</keyword> - <keyword ref="qlistviewitemiterator.html#operator--">operator--</keyword> - <keyword ref="qlistviewitemiterator.html#operator--eq">operator-=</keyword> - <keyword ref="qlistviewitemiterator.html#operator-eq">operator=</keyword> - <keyword ref="qlistviewitemiterator.html#~QListViewItemIterator">~QListViewItemIterator</keyword> - <section ref="qlistviewitemiterator-members.html" title="List of All Member Functions"/> - <section ref="qlistview-h.html" title="Header File"/> +<section ref="tqlistbox.html" title="TQListBox Class Reference"> + <keyword ref="tqlistbox.html">TQListBox</keyword> + <keyword ref="tqlistbox.html#LayoutMode">LayoutMode</keyword> + <keyword ref="tqlistbox.html#SelectionMode">SelectionMode</keyword> + <keyword ref="tqlistbox.html#changeItem">changeItem</keyword> + <keyword ref="tqlistbox.html#clear">clear</keyword> + <keyword ref="tqlistbox.html#clearSelection">clearSelection</keyword> + <keyword ref="tqlistbox.html#clicked">clicked</keyword> + <keyword ref="tqlistbox.html#columnAt">columnAt</keyword> + <keyword ref="tqlistbox.html#columnMode">columnMode</keyword> + <keyword ref="tqlistbox.html#columnMode-prop">columnMode</keyword> + <keyword ref="tqlistbox.html#contextMenuRequested">contextMenuRequested</keyword> + <keyword ref="tqlistbox.html#count">count</keyword> + <keyword ref="tqlistbox.html#count-prop">count</keyword> + <keyword ref="tqlistbox.html#currentChanged">currentChanged</keyword> + <keyword ref="tqlistbox.html#currentColumn">currentColumn</keyword> + <keyword ref="tqlistbox.html#currentItem">currentItem</keyword> + <keyword ref="tqlistbox.html#currentItem-prop">currentItem</keyword> + <keyword ref="tqlistbox.html#currentRow">currentRow</keyword> + <keyword ref="tqlistbox.html#currentText">currentText</keyword> + <keyword ref="tqlistbox.html#currentText-prop">currentText</keyword> + <keyword ref="tqlistbox.html#doLayout">doLayout</keyword> + <keyword ref="tqlistbox.html#doubleClicked">doubleClicked</keyword> + <keyword ref="tqlistbox.html#ensureCurrentVisible">ensureCurrentVisible</keyword> + <keyword ref="tqlistbox.html#findItem">findItem</keyword> + <keyword ref="tqlistbox.html#firstItem">firstItem</keyword> + <keyword ref="tqlistbox.html#highlighted">highlighted</keyword> + <keyword ref="tqlistbox.html#index">index</keyword> + <keyword ref="tqlistbox.html#insertItem">insertItem</keyword> + <keyword ref="tqlistbox.html#insertStrList">insertStrList</keyword> + <keyword ref="tqlistbox.html#insertStringList">insertStringList</keyword> + <keyword ref="tqlistbox.html#invertSelection">invertSelection</keyword> + <keyword ref="tqlistbox.html#isRubberSelecting">isRubberSelecting</keyword> + <keyword ref="tqlistbox.html#isSelected">isSelected</keyword> + <keyword ref="tqlistbox.html#item">item</keyword> + <keyword ref="tqlistbox.html#itemAt">itemAt</keyword> + <keyword ref="tqlistbox.html#itemHeight">itemHeight</keyword> + <keyword ref="tqlistbox.html#itemRect">itemRect</keyword> + <keyword ref="tqlistbox.html#itemVisible">itemVisible</keyword> + <keyword ref="tqlistbox.html#maxItemWidth">maxItemWidth</keyword> + <keyword ref="tqlistbox.html#mouseButtonClicked">mouseButtonClicked</keyword> + <keyword ref="tqlistbox.html#mouseButtonPressed">mouseButtonPressed</keyword> + <keyword ref="tqlistbox.html#numColumns">numColumns</keyword> + <keyword ref="tqlistbox.html#numColumns-prop">numColumns</keyword> + <keyword ref="tqlistbox.html#numItemsVisible">numItemsVisible</keyword> + <keyword ref="tqlistbox.html#numItemsVisible-prop">numItemsVisible</keyword> + <keyword ref="tqlistbox.html#numRows">numRows</keyword> + <keyword ref="tqlistbox.html#numRows-prop">numRows</keyword> + <keyword ref="tqlistbox.html#onItem">onItem</keyword> + <keyword ref="tqlistbox.html#onViewport">onViewport</keyword> + <keyword ref="tqlistbox.html#paintCell">paintCell</keyword> + <keyword ref="tqlistbox.html#pixmap">pixmap</keyword> + <keyword ref="tqlistbox.html#pressed">pressed</keyword> + <keyword ref="tqlistbox.html#refreshSlot">refreshSlot</keyword> + <keyword ref="tqlistbox.html#removeItem">removeItem</keyword> + <keyword ref="tqlistbox.html#returnPressed">returnPressed</keyword> + <keyword ref="tqlistbox.html#rightButtonClicked">rightButtonClicked</keyword> + <keyword ref="tqlistbox.html#rightButtonPressed">rightButtonPressed</keyword> + <keyword ref="tqlistbox.html#rowAt">rowAt</keyword> + <keyword ref="tqlistbox.html#rowMode">rowMode</keyword> + <keyword ref="tqlistbox.html#rowMode-prop">rowMode</keyword> + <keyword ref="tqlistbox.html#selectAll">selectAll</keyword> + <keyword ref="tqlistbox.html#selected">selected</keyword> + <keyword ref="tqlistbox.html#selectedItem">selectedItem</keyword> + <keyword ref="tqlistbox.html#selectionChanged">selectionChanged</keyword> + <keyword ref="tqlistbox.html#selectionMode">selectionMode</keyword> + <keyword ref="tqlistbox.html#selectionMode-prop">selectionMode</keyword> + <keyword ref="tqlistbox.html#setBottomItem">setBottomItem</keyword> + <keyword ref="tqlistbox.html#setColumnMode">setColumnMode</keyword> + <keyword ref="tqlistbox.html#setCurrentItem">setCurrentItem</keyword> + <keyword ref="tqlistbox.html#setRowMode">setRowMode</keyword> + <keyword ref="tqlistbox.html#setSelected">setSelected</keyword> + <keyword ref="tqlistbox.html#setSelectionMode">setSelectionMode</keyword> + <keyword ref="tqlistbox.html#setTopItem">setTopItem</keyword> + <keyword ref="tqlistbox.html#setVariableHeight">setVariableHeight</keyword> + <keyword ref="tqlistbox.html#setVariableWidth">setVariableWidth</keyword> + <keyword ref="tqlistbox.html#sort">sort</keyword> + <keyword ref="tqlistbox.html#takeItem">takeItem</keyword> + <keyword ref="tqlistbox.html#text">text</keyword> + <keyword ref="tqlistbox.html#toggleCurrentItem">toggleCurrentItem</keyword> + <keyword ref="tqlistbox.html#topItem">topItem</keyword> + <keyword ref="tqlistbox.html#topItem-prop">topItem</keyword> + <keyword ref="tqlistbox.html#triggerUpdate">triggerUpdate</keyword> + <keyword ref="tqlistbox.html#tryGeometry">tryGeometry</keyword> + <keyword ref="tqlistbox.html#updateItem">updateItem</keyword> + <keyword ref="tqlistbox.html#variableHeight">variableHeight</keyword> + <keyword ref="tqlistbox.html#variableHeight-prop">variableHeight</keyword> + <keyword ref="tqlistbox.html#variableWidth">variableWidth</keyword> + <keyword ref="tqlistbox.html#variableWidth-prop">variableWidth</keyword> + <keyword ref="tqlistbox.html#~TQListBox">~TQListBox</keyword> + <section ref="tqlistbox-members.html" title="List of All Member Functions"/> + <section ref="tqlistbox-h.html" title="Header File"/> +</section> +<section ref="tqlistboxitem.html" title="TQListBoxItem Class Reference"> + <keyword ref="tqlistboxitem.html">TQListBoxItem</keyword> + <keyword ref="tqlistboxitem.html#height">height</keyword> + <keyword ref="tqlistboxitem.html#isCurrent">isCurrent</keyword> + <keyword ref="tqlistboxitem.html#isSelectable">isSelectable</keyword> + <keyword ref="tqlistboxitem.html#isSelected">isSelected</keyword> + <keyword ref="tqlistboxitem.html#listBox">listBox</keyword> + <keyword ref="tqlistboxitem.html#next">next</keyword> + <keyword ref="tqlistboxitem.html#paint">paint</keyword> + <keyword ref="tqlistboxitem.html#pixmap">pixmap</keyword> + <keyword ref="tqlistboxitem.html#prev">prev</keyword> + <keyword ref="tqlistboxitem.html#rtti">rtti</keyword> + <keyword ref="tqlistboxitem.html#setCustomHighlighting">setCustomHighlighting</keyword> + <keyword ref="tqlistboxitem.html#setSelectable">setSelectable</keyword> + <keyword ref="tqlistboxitem.html#setText">setText</keyword> + <keyword ref="tqlistboxitem.html#text">text</keyword> + <keyword ref="tqlistboxitem.html#width">width</keyword> + <keyword ref="tqlistboxitem.html#~TQListBoxItem">~TQListBoxItem</keyword> + <section ref="tqlistboxitem-members.html" title="List of All Member Functions"/> + <section ref="tqlistbox-h.html" title="Header File"/> +</section> +<section ref="tqlistboxpixmap.html" title="TQListBoxPixmap Class Reference"> + <keyword ref="tqlistboxpixmap.html">TQListBoxPixmap</keyword> + <keyword ref="tqlistboxpixmap.html#height">height</keyword> + <keyword ref="tqlistboxpixmap.html#paint">paint</keyword> + <keyword ref="tqlistboxpixmap.html#pixmap">pixmap</keyword> + <keyword ref="tqlistboxpixmap.html#width">width</keyword> + <keyword ref="tqlistboxpixmap.html#~TQListBoxPixmap">~TQListBoxPixmap</keyword> + <section ref="tqlistboxpixmap-members.html" title="List of All Member Functions"/> + <section ref="tqlistbox-h.html" title="Header File"/> +</section> +<section ref="tqlistboxtext.html" title="TQListBoxText Class Reference"> + <keyword ref="tqlistboxtext.html">TQListBoxText</keyword> + <keyword ref="tqlistboxtext.html#height">height</keyword> + <keyword ref="tqlistboxtext.html#paint">paint</keyword> + <keyword ref="tqlistboxtext.html#width">width</keyword> + <keyword ref="tqlistboxtext.html#~TQListBoxText">~TQListBoxText</keyword> + <section ref="tqlistboxtext-members.html" title="List of All Member Functions"/> + <section ref="tqlistbox-h.html" title="Header File"/> +</section> +<section ref="tqlistview.html" title="TQListView Class Reference"> + <keyword ref="tqlistview.html">TQListView</keyword> + <keyword ref="tqlistview.html#RenameAction">RenameAction</keyword> + <keyword ref="tqlistview.html#ResizeMode">ResizeMode</keyword> + <keyword ref="tqlistview.html#SelectionMode">SelectionMode</keyword> + <keyword ref="tqlistview.html#WidthMode">WidthMode</keyword> + <keyword ref="tqlistview.html#addColumn">addColumn</keyword> + <keyword ref="tqlistview.html#adjustColumn">adjustColumn</keyword> + <keyword ref="tqlistview.html#allColumnsShowFocus">allColumnsShowFocus</keyword> + <keyword ref="tqlistview.html#allColumnsShowFocus-prop">allColumnsShowFocus</keyword> + <keyword ref="tqlistview.html#changeSortColumn">changeSortColumn</keyword> + <keyword ref="tqlistview.html#childCount">childCount</keyword> + <keyword ref="tqlistview.html#childCount-prop">childCount</keyword> + <keyword ref="tqlistview.html#clear">clear</keyword> + <keyword ref="tqlistview.html#clearSelection">clearSelection</keyword> + <keyword ref="tqlistview.html#clicked">clicked</keyword> + <keyword ref="tqlistview.html#collapsed">collapsed</keyword> + <keyword ref="tqlistview.html#columnAlignment">columnAlignment</keyword> + <keyword ref="tqlistview.html#columnText">columnText</keyword> + <keyword ref="tqlistview.html#columnWidth">columnWidth</keyword> + <keyword ref="tqlistview.html#columnWidthMode">columnWidthMode</keyword> + <keyword ref="tqlistview.html#columns">columns</keyword> + <keyword ref="tqlistview.html#columns-prop">columns</keyword> + <keyword ref="tqlistview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</keyword> + <keyword ref="tqlistview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</keyword> + <keyword ref="tqlistview.html#contentsMousePressEvent">contentsMousePressEvent</keyword> + <keyword ref="tqlistview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</keyword> + <keyword ref="tqlistview.html#contextMenuRequested">contextMenuRequested</keyword> + <keyword ref="tqlistview.html#currentChanged">currentChanged</keyword> + <keyword ref="tqlistview.html#currentItem">currentItem</keyword> + <keyword ref="tqlistview.html#defaultRenameAction">defaultRenameAction</keyword> + <keyword ref="tqlistview.html#defaultRenameAction-prop">defaultRenameAction</keyword> + <keyword ref="tqlistview.html#doAutoScroll">doAutoScroll</keyword> + <keyword ref="tqlistview.html#doubleClicked">doubleClicked</keyword> + <keyword ref="tqlistview.html#dragObject">dragObject</keyword> + <keyword ref="tqlistview.html#drawContentsOffset">drawContentsOffset</keyword> + <keyword ref="tqlistview.html#dropped">dropped</keyword> + <keyword ref="tqlistview.html#ensureItemVisible">ensureItemVisible</keyword> + <keyword ref="tqlistview.html#eventFilter">eventFilter</keyword> + <keyword ref="tqlistview.html#expanded">expanded</keyword> + <keyword ref="tqlistview.html#findItem">findItem</keyword> + <keyword ref="tqlistview.html#firstChild">firstChild</keyword> + <keyword ref="tqlistview.html#handleSizeChange">handleSizeChange</keyword> + <keyword ref="tqlistview.html#header">header</keyword> + <keyword ref="tqlistview.html#hideColumn">hideColumn</keyword> + <keyword ref="tqlistview.html#insertItem">insertItem</keyword> + <keyword ref="tqlistview.html#invertSelection">invertSelection</keyword> + <keyword ref="tqlistview.html#isOpen">isOpen</keyword> + <keyword ref="tqlistview.html#isRenaming">isRenaming</keyword> + <keyword ref="tqlistview.html#isSelected">isSelected</keyword> + <keyword ref="tqlistview.html#itemAt">itemAt</keyword> + <keyword ref="tqlistview.html#itemMargin">itemMargin</keyword> + <keyword ref="tqlistview.html#itemMargin-prop">itemMargin</keyword> + <keyword ref="tqlistview.html#itemPos">itemPos</keyword> + <keyword ref="tqlistview.html#itemRect">itemRect</keyword> + <keyword ref="tqlistview.html#itemRenamed">itemRenamed</keyword> + <keyword ref="tqlistview.html#lastItem">lastItem</keyword> + <keyword ref="tqlistview.html#mouseButtonClicked">mouseButtonClicked</keyword> + <keyword ref="tqlistview.html#mouseButtonPressed">mouseButtonPressed</keyword> + <keyword ref="tqlistview.html#onItem">onItem</keyword> + <keyword ref="tqlistview.html#onViewport">onViewport</keyword> + <keyword ref="tqlistview.html#paintEmptyArea">paintEmptyArea</keyword> + <keyword ref="tqlistview.html#pressed">pressed</keyword> + <keyword ref="tqlistview.html#reconfigureItems">reconfigureItems</keyword> + <keyword ref="tqlistview.html#removeColumn">removeColumn</keyword> + <keyword ref="tqlistview.html#repaintItem">repaintItem</keyword> + <keyword ref="tqlistview.html#resizeEvent">resizeEvent</keyword> + <keyword ref="tqlistview.html#resizeMode">resizeMode</keyword> + <keyword ref="tqlistview.html#resizeMode-prop">resizeMode</keyword> + <keyword ref="tqlistview.html#returnPressed">returnPressed</keyword> + <keyword ref="tqlistview.html#rightButtonClicked">rightButtonClicked</keyword> + <keyword ref="tqlistview.html#rightButtonPressed">rightButtonPressed</keyword> + <keyword ref="tqlistview.html#rootIsDecorated">rootIsDecorated</keyword> + <keyword ref="tqlistview.html#rootIsDecorated-prop">rootIsDecorated</keyword> + <keyword ref="tqlistview.html#selectAll">selectAll</keyword> + <keyword ref="tqlistview.html#selectedItem">selectedItem</keyword> + <keyword ref="tqlistview.html#selectionChanged">selectionChanged</keyword> + <keyword ref="tqlistview.html#selectionMode">selectionMode</keyword> + <keyword ref="tqlistview.html#selectionMode-prop">selectionMode</keyword> + <keyword ref="tqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</keyword> + <keyword ref="tqlistview.html#setColumnAlignment">setColumnAlignment</keyword> + <keyword ref="tqlistview.html#setColumnText">setColumnText</keyword> + <keyword ref="tqlistview.html#setColumnWidth">setColumnWidth</keyword> + <keyword ref="tqlistview.html#setColumnWidthMode">setColumnWidthMode</keyword> + <keyword ref="tqlistview.html#setCurrentItem">setCurrentItem</keyword> + <keyword ref="tqlistview.html#setDefaultRenameAction">setDefaultRenameAction</keyword> + <keyword ref="tqlistview.html#setItemMargin">setItemMargin</keyword> + <keyword ref="tqlistview.html#setOpen">setOpen</keyword> + <keyword ref="tqlistview.html#setResizeMode">setResizeMode</keyword> + <keyword ref="tqlistview.html#setRootIsDecorated">setRootIsDecorated</keyword> + <keyword ref="tqlistview.html#setSelected">setSelected</keyword> + <keyword ref="tqlistview.html#setSelectionAnchor">setSelectionAnchor</keyword> + <keyword ref="tqlistview.html#setSelectionMode">setSelectionMode</keyword> + <keyword ref="tqlistview.html#setShowSortIndicator">setShowSortIndicator</keyword> + <keyword ref="tqlistview.html#setShowToolTips">setShowToolTips</keyword> + <keyword ref="tqlistview.html#setSortColumn">setSortColumn</keyword> + <keyword ref="tqlistview.html#setSortOrder">setSortOrder</keyword> + <keyword ref="tqlistview.html#setSorting">setSorting</keyword> + <keyword ref="tqlistview.html#setTreeStepSize">setTreeStepSize</keyword> + <keyword ref="tqlistview.html#showSortIndicator">showSortIndicator</keyword> + <keyword ref="tqlistview.html#showSortIndicator-prop">showSortIndicator</keyword> + <keyword ref="tqlistview.html#showToolTips">showToolTips</keyword> + <keyword ref="tqlistview.html#showToolTips-prop">showToolTips</keyword> + <keyword ref="tqlistview.html#sort">sort</keyword> + <keyword ref="tqlistview.html#sortColumn">sortColumn</keyword> + <keyword ref="tqlistview.html#sortOrder">sortOrder</keyword> + <keyword ref="tqlistview.html#spacePressed">spacePressed</keyword> + <keyword ref="tqlistview.html#startDrag">startDrag</keyword> + <keyword ref="tqlistview.html#takeItem">takeItem</keyword> + <keyword ref="tqlistview.html#treeStepSize">treeStepSize</keyword> + <keyword ref="tqlistview.html#treeStepSize-prop">treeStepSize</keyword> + <keyword ref="tqlistview.html#triggerUpdate">triggerUpdate</keyword> + <keyword ref="tqlistview.html#updateContents">updateContents</keyword> + <keyword ref="tqlistview.html#widthChanged">widthChanged</keyword> + <keyword ref="tqlistview.html#~TQListView">~TQListView</keyword> + <section ref="tqlistview-members.html" title="List of All Member Functions"/> + <section ref="tqlistview-h.html" title="Header File"/> +</section> +<section ref="tqlistviewitem.html" title="TQListViewItem Class Reference"> + <keyword ref="tqlistviewitem.html">TQListViewItem</keyword> + <keyword ref="tqlistviewitem.html#acceptDrop">acceptDrop</keyword> + <keyword ref="tqlistviewitem.html#activate">activate</keyword> + <keyword ref="tqlistviewitem.html#activatedPos">activatedPos</keyword> + <keyword ref="tqlistviewitem.html#cancelRename">cancelRename</keyword> + <keyword ref="tqlistviewitem.html#childCount">childCount</keyword> + <keyword ref="tqlistviewitem.html#compare">compare</keyword> + <keyword ref="tqlistviewitem.html#depth">depth</keyword> + <keyword ref="tqlistviewitem.html#dragEnabled">dragEnabled</keyword> + <keyword ref="tqlistviewitem.html#dragEntered">dragEntered</keyword> + <keyword ref="tqlistviewitem.html#dragLeft">dragLeft</keyword> + <keyword ref="tqlistviewitem.html#dropEnabled">dropEnabled</keyword> + <keyword ref="tqlistviewitem.html#dropped">dropped</keyword> + <keyword ref="tqlistviewitem.html#enforceSortOrder">enforceSortOrder</keyword> + <keyword ref="tqlistviewitem.html#firstChild">firstChild</keyword> + <keyword ref="tqlistviewitem.html#height">height</keyword> + <keyword ref="tqlistviewitem.html#insertItem">insertItem</keyword> + <keyword ref="tqlistviewitem.html#invalidateHeight">invalidateHeight</keyword> + <keyword ref="tqlistviewitem.html#isEnabled">isEnabled</keyword> + <keyword ref="tqlistviewitem.html#isExpandable">isExpandable</keyword> + <keyword ref="tqlistviewitem.html#isOpen">isOpen</keyword> + <keyword ref="tqlistviewitem.html#isSelectable">isSelectable</keyword> + <keyword ref="tqlistviewitem.html#isSelected">isSelected</keyword> + <keyword ref="tqlistviewitem.html#isVisible">isVisible</keyword> + <keyword ref="tqlistviewitem.html#itemAbove">itemAbove</keyword> + <keyword ref="tqlistviewitem.html#itemBelow">itemBelow</keyword> + <keyword ref="tqlistviewitem.html#itemPos">itemPos</keyword> + <keyword ref="tqlistviewitem.html#key">key</keyword> + <keyword ref="tqlistviewitem.html#listView">listView</keyword> + <keyword ref="tqlistviewitem.html#moveItem">moveItem</keyword> + <keyword ref="tqlistviewitem.html#multiLinesEnabled">multiLinesEnabled</keyword> + <keyword ref="tqlistviewitem.html#nextSibling">nextSibling</keyword> + <keyword ref="tqlistviewitem.html#okRename">okRename</keyword> + <keyword ref="tqlistviewitem.html#paintBranches">paintBranches</keyword> + <keyword ref="tqlistviewitem.html#paintCell">paintCell</keyword> + <keyword ref="tqlistviewitem.html#paintFocus">paintFocus</keyword> + <keyword ref="tqlistviewitem.html#parent">parent</keyword> + <keyword ref="tqlistviewitem.html#pixmap">pixmap</keyword> + <keyword ref="tqlistviewitem.html#removeRenameBox">removeRenameBox</keyword> + <keyword ref="tqlistviewitem.html#renameEnabled">renameEnabled</keyword> + <keyword ref="tqlistviewitem.html#repaint">repaint</keyword> + <keyword ref="tqlistviewitem.html#rtti">rtti</keyword> + <keyword ref="tqlistviewitem.html#setDragEnabled">setDragEnabled</keyword> + <keyword ref="tqlistviewitem.html#setDropEnabled">setDropEnabled</keyword> + <keyword ref="tqlistviewitem.html#setEnabled">setEnabled</keyword> + <keyword ref="tqlistviewitem.html#setExpandable">setExpandable</keyword> + <keyword ref="tqlistviewitem.html#setHeight">setHeight</keyword> + <keyword ref="tqlistviewitem.html#setMultiLinesEnabled">setMultiLinesEnabled</keyword> + <keyword ref="tqlistviewitem.html#setOpen">setOpen</keyword> + <keyword ref="tqlistviewitem.html#setPixmap">setPixmap</keyword> + <keyword ref="tqlistviewitem.html#setRenameEnabled">setRenameEnabled</keyword> + <keyword ref="tqlistviewitem.html#setSelectable">setSelectable</keyword> + <keyword ref="tqlistviewitem.html#setSelected">setSelected</keyword> + <keyword ref="tqlistviewitem.html#setText">setText</keyword> + <keyword ref="tqlistviewitem.html#setVisible">setVisible</keyword> + <keyword ref="tqlistviewitem.html#setup">setup</keyword> + <keyword ref="tqlistviewitem.html#sort">sort</keyword> + <keyword ref="tqlistviewitem.html#sortChildItems">sortChildItems</keyword> + <keyword ref="tqlistviewitem.html#startRename">startRename</keyword> + <keyword ref="tqlistviewitem.html#takeItem">takeItem</keyword> + <keyword ref="tqlistviewitem.html#text">text</keyword> + <keyword ref="tqlistviewitem.html#totalHeight">totalHeight</keyword> + <keyword ref="tqlistviewitem.html#width">width</keyword> + <keyword ref="tqlistviewitem.html#widthChanged">widthChanged</keyword> + <keyword ref="tqlistviewitem.html#~TQListViewItem">~TQListViewItem</keyword> + <section ref="tqlistviewitem-members.html" title="List of All Member Functions"/> + <section ref="tqlistview-h.html" title="Header File"/> +</section> +<section ref="tqlistviewitemiterator.html" title="TQListViewItemIterator Class Reference"> + <keyword ref="tqlistviewitemiterator.html">TQListViewItemIterator</keyword> + <keyword ref="tqlistviewitemiterator.html#IteratorFlag">IteratorFlag</keyword> + <keyword ref="tqlistviewitemiterator.html#current">current</keyword> + <keyword ref="tqlistviewitemiterator.html#operator*">operator*</keyword> + <keyword ref="tqlistviewitemiterator.html#operator++">operator++</keyword> + <keyword ref="tqlistviewitemiterator.html#operator+-eq">operator+=</keyword> + <keyword ref="tqlistviewitemiterator.html#operator--">operator--</keyword> + <keyword ref="tqlistviewitemiterator.html#operator--eq">operator-=</keyword> + <keyword ref="tqlistviewitemiterator.html#operator-eq">operator=</keyword> + <keyword ref="tqlistviewitemiterator.html#~TQListViewItemIterator">~TQListViewItemIterator</keyword> + <section ref="tqlistviewitemiterator-members.html" title="List of All Member Functions"/> + <section ref="tqlistview-h.html" title="Header File"/> </section> <section ref="tqlocale.html" title="TQLocale Class Reference"> <keyword ref="tqlocale.html">TQLocale</keyword> @@ -4795,45 +4795,45 @@ <section ref="tqmovie-members.html" title="List of All Member Functions"/> <section ref="tqmovie-h.html" title="Header File"/> </section> -<section ref="ntqmultilineedit.html" title="QMultiLineEdit Class Reference"> - <keyword ref="ntqmultilineedit.html#alignment">alignment</keyword> - <keyword ref="ntqmultilineedit.html#alignment-prop">alignment</keyword> - <keyword ref="ntqmultilineedit.html#atBeginning">atBeginning</keyword> - <keyword ref="ntqmultilineedit.html#atBeginning-prop">atBeginning</keyword> - <keyword ref="ntqmultilineedit.html#atEnd">atEnd</keyword> - <keyword ref="ntqmultilineedit.html#atEnd-prop">atEnd</keyword> - <keyword ref="ntqmultilineedit.html#backspace">backspace</keyword> - <keyword ref="ntqmultilineedit.html#cursorDown">cursorDown</keyword> - <keyword ref="ntqmultilineedit.html#cursorLeft">cursorLeft</keyword> - <keyword ref="ntqmultilineedit.html#cursorPoint">cursorPoint</keyword> - <keyword ref="ntqmultilineedit.html#cursorRight">cursorRight</keyword> - <keyword ref="ntqmultilineedit.html#cursorUp">cursorUp</keyword> - <keyword ref="ntqmultilineedit.html#cursorWordBackward">cursorWordBackward</keyword> - <keyword ref="ntqmultilineedit.html#cursorWordForward">cursorWordForward</keyword> - <keyword ref="ntqmultilineedit.html#edited">edited</keyword> - <keyword ref="ntqmultilineedit.html#edited-prop">edited</keyword> - <keyword ref="ntqmultilineedit.html#end">end</keyword> - <keyword ref="ntqmultilineedit.html#getMarkedRegion">getMarkedRegion</keyword> - <keyword ref="ntqmultilineedit.html#hasMarkedText">hasMarkedText</keyword> - <keyword ref="ntqmultilineedit.html#home">home</keyword> - <keyword ref="ntqmultilineedit.html#insertAndMark">insertAndMark</keyword> - <keyword ref="ntqmultilineedit.html#insertAt">insertAt</keyword> - <keyword ref="ntqmultilineedit.html#insertLine">insertLine</keyword> - <keyword ref="ntqmultilineedit.html#killLine">killLine</keyword> - <keyword ref="ntqmultilineedit.html#lineLength">lineLength</keyword> - <keyword ref="ntqmultilineedit.html#markedText">markedText</keyword> - <keyword ref="ntqmultilineedit.html#newLine">newLine</keyword> - <keyword ref="ntqmultilineedit.html#numLines">numLines</keyword> - <keyword ref="ntqmultilineedit.html#numLines-prop">numLines</keyword> - <keyword ref="ntqmultilineedit.html#pageDown">pageDown</keyword> - <keyword ref="ntqmultilineedit.html#pageUp">pageUp</keyword> - <keyword ref="ntqmultilineedit.html#removeLine">removeLine</keyword> - <keyword ref="ntqmultilineedit.html#setAlignment">setAlignment</keyword> - <keyword ref="ntqmultilineedit.html#setCursorPosition">setCursorPosition</keyword> - <keyword ref="ntqmultilineedit.html#setEdited">setEdited</keyword> - <keyword ref="ntqmultilineedit.html#textLine">textLine</keyword> - <section ref="qmultilineedit-members.html" title="List of All Member Functions"/> - <section ref="qmultilineedit-h.html" title="Header File"/> +<section ref="tqmultilineedit.html" title="TQMultiLineEdit Class Reference"> + <keyword ref="tqmultilineedit.html#alignment">alignment</keyword> + <keyword ref="tqmultilineedit.html#alignment-prop">alignment</keyword> + <keyword ref="tqmultilineedit.html#atBeginning">atBeginning</keyword> + <keyword ref="tqmultilineedit.html#atBeginning-prop">atBeginning</keyword> + <keyword ref="tqmultilineedit.html#atEnd">atEnd</keyword> + <keyword ref="tqmultilineedit.html#atEnd-prop">atEnd</keyword> + <keyword ref="tqmultilineedit.html#backspace">backspace</keyword> + <keyword ref="tqmultilineedit.html#cursorDown">cursorDown</keyword> + <keyword ref="tqmultilineedit.html#cursorLeft">cursorLeft</keyword> + <keyword ref="tqmultilineedit.html#cursorPoint">cursorPoint</keyword> + <keyword ref="tqmultilineedit.html#cursorRight">cursorRight</keyword> + <keyword ref="tqmultilineedit.html#cursorUp">cursorUp</keyword> + <keyword ref="tqmultilineedit.html#cursorWordBackward">cursorWordBackward</keyword> + <keyword ref="tqmultilineedit.html#cursorWordForward">cursorWordForward</keyword> + <keyword ref="tqmultilineedit.html#edited">edited</keyword> + <keyword ref="tqmultilineedit.html#edited-prop">edited</keyword> + <keyword ref="tqmultilineedit.html#end">end</keyword> + <keyword ref="tqmultilineedit.html#getMarkedRegion">getMarkedRegion</keyword> + <keyword ref="tqmultilineedit.html#hasMarkedText">hasMarkedText</keyword> + <keyword ref="tqmultilineedit.html#home">home</keyword> + <keyword ref="tqmultilineedit.html#insertAndMark">insertAndMark</keyword> + <keyword ref="tqmultilineedit.html#insertAt">insertAt</keyword> + <keyword ref="tqmultilineedit.html#insertLine">insertLine</keyword> + <keyword ref="tqmultilineedit.html#killLine">killLine</keyword> + <keyword ref="tqmultilineedit.html#lineLength">lineLength</keyword> + <keyword ref="tqmultilineedit.html#markedText">markedText</keyword> + <keyword ref="tqmultilineedit.html#newLine">newLine</keyword> + <keyword ref="tqmultilineedit.html#numLines">numLines</keyword> + <keyword ref="tqmultilineedit.html#numLines-prop">numLines</keyword> + <keyword ref="tqmultilineedit.html#pageDown">pageDown</keyword> + <keyword ref="tqmultilineedit.html#pageUp">pageUp</keyword> + <keyword ref="tqmultilineedit.html#removeLine">removeLine</keyword> + <keyword ref="tqmultilineedit.html#setAlignment">setAlignment</keyword> + <keyword ref="tqmultilineedit.html#setCursorPosition">setCursorPosition</keyword> + <keyword ref="tqmultilineedit.html#setEdited">setEdited</keyword> + <keyword ref="tqmultilineedit.html#textLine">textLine</keyword> + <section ref="tqmultilineedit-members.html" title="List of All Member Functions"/> + <section ref="tqmultilineedit-h.html" title="Header File"/> </section> <section ref="tqmutex.html" title="TQMutex Class Reference"> <keyword ref="tqmutex.html">TQMutex</keyword> @@ -5514,66 +5514,66 @@ <section ref="tqprocess-members.html" title="List of All Member Functions"/> <section ref="tqprocess-h.html" title="Header File"/> </section> -<section ref="ntqprogressbar.html" title="QProgressBar Class Reference"> - <keyword ref="ntqprogressbar.html">QProgressBar</keyword> - <keyword ref="ntqprogressbar.html#centerIndicator">centerIndicator</keyword> - <keyword ref="ntqprogressbar.html#centerIndicator-prop">centerIndicator</keyword> - <keyword ref="ntqprogressbar.html#indicatorFollowsStyle">indicatorFollowsStyle</keyword> - <keyword ref="ntqprogressbar.html#indicatorFollowsStyle-prop">indicatorFollowsStyle</keyword> - <keyword ref="ntqprogressbar.html#percentageVisible">percentageVisible</keyword> - <keyword ref="ntqprogressbar.html#percentageVisible-prop">percentageVisible</keyword> - <keyword ref="ntqprogressbar.html#progress">progress</keyword> - <keyword ref="ntqprogressbar.html#progress-prop">progress</keyword> - <keyword ref="ntqprogressbar.html#progressString">progressString</keyword> - <keyword ref="ntqprogressbar.html#progressString-prop">progressString</keyword> - <keyword ref="ntqprogressbar.html#reset">reset</keyword> - <keyword ref="ntqprogressbar.html#setCenterIndicator">setCenterIndicator</keyword> - <keyword ref="ntqprogressbar.html#setIndicator">setIndicator</keyword> - <keyword ref="ntqprogressbar.html#setIndicatorFollowsStyle">setIndicatorFollowsStyle</keyword> - <keyword ref="ntqprogressbar.html#setPercentageVisible">setPercentageVisible</keyword> - <keyword ref="ntqprogressbar.html#setProgress">setProgress</keyword> - <keyword ref="ntqprogressbar.html#setTotalSteps">setTotalSteps</keyword> - <keyword ref="ntqprogressbar.html#totalSteps">totalSteps</keyword> - <keyword ref="ntqprogressbar.html#totalSteps-prop">totalSteps</keyword> - <section ref="qprogressbar-members.html" title="List of All Member Functions"/> - <section ref="qprogressbar-h.html" title="Header File"/> -</section> -<section ref="ntqprogressdialog.html" title="QProgressDialog Class Reference"> - <keyword ref="ntqprogressdialog.html">QProgressDialog</keyword> - <keyword ref="ntqprogressdialog.html#autoClose">autoClose</keyword> - <keyword ref="ntqprogressdialog.html#autoClose-prop">autoClose</keyword> - <keyword ref="ntqprogressdialog.html#autoReset">autoReset</keyword> - <keyword ref="ntqprogressdialog.html#autoReset-prop">autoReset</keyword> - <keyword ref="ntqprogressdialog.html#bar">bar</keyword> - <keyword ref="ntqprogressdialog.html#cancel">cancel</keyword> - <keyword ref="ntqprogressdialog.html#canceled">canceled</keyword> - <keyword ref="ntqprogressdialog.html#forceShow">forceShow</keyword> - <keyword ref="ntqprogressdialog.html#label">label</keyword> - <keyword ref="ntqprogressdialog.html#labelText">labelText</keyword> - <keyword ref="ntqprogressdialog.html#labelText-prop">labelText</keyword> - <keyword ref="ntqprogressdialog.html#minimumDuration">minimumDuration</keyword> - <keyword ref="ntqprogressdialog.html#minimumDuration-prop">minimumDuration</keyword> - <keyword ref="ntqprogressdialog.html#progress">progress</keyword> - <keyword ref="ntqprogressdialog.html#progress-prop">progress</keyword> - <keyword ref="ntqprogressdialog.html#reset">reset</keyword> - <keyword ref="ntqprogressdialog.html#setAutoClose">setAutoClose</keyword> - <keyword ref="ntqprogressdialog.html#setAutoReset">setAutoReset</keyword> - <keyword ref="ntqprogressdialog.html#setBar">setBar</keyword> - <keyword ref="ntqprogressdialog.html#setCancelButton">setCancelButton</keyword> - <keyword ref="ntqprogressdialog.html#setCancelButtonText">setCancelButtonText</keyword> - <keyword ref="ntqprogressdialog.html#setLabel">setLabel</keyword> - <keyword ref="ntqprogressdialog.html#setLabelText">setLabelText</keyword> - <keyword ref="ntqprogressdialog.html#setMinimumDuration">setMinimumDuration</keyword> - <keyword ref="ntqprogressdialog.html#setProgress">setProgress</keyword> - <keyword ref="ntqprogressdialog.html#setTotalSteps">setTotalSteps</keyword> - <keyword ref="ntqprogressdialog.html#sizeHint">sizeHint</keyword> - <keyword ref="ntqprogressdialog.html#totalSteps">totalSteps</keyword> - <keyword ref="ntqprogressdialog.html#totalSteps-prop">totalSteps</keyword> - <keyword ref="ntqprogressdialog.html#wasCanceled">wasCanceled</keyword> - <keyword ref="ntqprogressdialog.html#wasCanceled-prop">wasCanceled</keyword> - <keyword ref="ntqprogressdialog.html#~QProgressDialog">~QProgressDialog</keyword> - <section ref="qprogressdialog-members.html" title="List of All Member Functions"/> - <section ref="qprogressdialog-h.html" title="Header File"/> +<section ref="tqprogressbar.html" title="TQProgressBar Class Reference"> + <keyword ref="tqprogressbar.html">TQProgressBar</keyword> + <keyword ref="tqprogressbar.html#centerIndicator">centerIndicator</keyword> + <keyword ref="tqprogressbar.html#centerIndicator-prop">centerIndicator</keyword> + <keyword ref="tqprogressbar.html#indicatorFollowsStyle">indicatorFollowsStyle</keyword> + <keyword ref="tqprogressbar.html#indicatorFollowsStyle-prop">indicatorFollowsStyle</keyword> + <keyword ref="tqprogressbar.html#percentageVisible">percentageVisible</keyword> + <keyword ref="tqprogressbar.html#percentageVisible-prop">percentageVisible</keyword> + <keyword ref="tqprogressbar.html#progress">progress</keyword> + <keyword ref="tqprogressbar.html#progress-prop">progress</keyword> + <keyword ref="tqprogressbar.html#progressString">progressString</keyword> + <keyword ref="tqprogressbar.html#progressString-prop">progressString</keyword> + <keyword ref="tqprogressbar.html#reset">reset</keyword> + <keyword ref="tqprogressbar.html#setCenterIndicator">setCenterIndicator</keyword> + <keyword ref="tqprogressbar.html#setIndicator">setIndicator</keyword> + <keyword ref="tqprogressbar.html#setIndicatorFollowsStyle">setIndicatorFollowsStyle</keyword> + <keyword ref="tqprogressbar.html#setPercentageVisible">setPercentageVisible</keyword> + <keyword ref="tqprogressbar.html#setProgress">setProgress</keyword> + <keyword ref="tqprogressbar.html#setTotalSteps">setTotalSteps</keyword> + <keyword ref="tqprogressbar.html#totalSteps">totalSteps</keyword> + <keyword ref="tqprogressbar.html#totalSteps-prop">totalSteps</keyword> + <section ref="tqprogressbar-members.html" title="List of All Member Functions"/> + <section ref="tqprogressbar-h.html" title="Header File"/> +</section> +<section ref="tqprogressdialog.html" title="TQProgressDialog Class Reference"> + <keyword ref="tqprogressdialog.html">TQProgressDialog</keyword> + <keyword ref="tqprogressdialog.html#autoClose">autoClose</keyword> + <keyword ref="tqprogressdialog.html#autoClose-prop">autoClose</keyword> + <keyword ref="tqprogressdialog.html#autoReset">autoReset</keyword> + <keyword ref="tqprogressdialog.html#autoReset-prop">autoReset</keyword> + <keyword ref="tqprogressdialog.html#bar">bar</keyword> + <keyword ref="tqprogressdialog.html#cancel">cancel</keyword> + <keyword ref="tqprogressdialog.html#canceled">canceled</keyword> + <keyword ref="tqprogressdialog.html#forceShow">forceShow</keyword> + <keyword ref="tqprogressdialog.html#label">label</keyword> + <keyword ref="tqprogressdialog.html#labelText">labelText</keyword> + <keyword ref="tqprogressdialog.html#labelText-prop">labelText</keyword> + <keyword ref="tqprogressdialog.html#minimumDuration">minimumDuration</keyword> + <keyword ref="tqprogressdialog.html#minimumDuration-prop">minimumDuration</keyword> + <keyword ref="tqprogressdialog.html#progress">progress</keyword> + <keyword ref="tqprogressdialog.html#progress-prop">progress</keyword> + <keyword ref="tqprogressdialog.html#reset">reset</keyword> + <keyword ref="tqprogressdialog.html#setAutoClose">setAutoClose</keyword> + <keyword ref="tqprogressdialog.html#setAutoReset">setAutoReset</keyword> + <keyword ref="tqprogressdialog.html#setBar">setBar</keyword> + <keyword ref="tqprogressdialog.html#setCancelButton">setCancelButton</keyword> + <keyword ref="tqprogressdialog.html#setCancelButtonText">setCancelButtonText</keyword> + <keyword ref="tqprogressdialog.html#setLabel">setLabel</keyword> + <keyword ref="tqprogressdialog.html#setLabelText">setLabelText</keyword> + <keyword ref="tqprogressdialog.html#setMinimumDuration">setMinimumDuration</keyword> + <keyword ref="tqprogressdialog.html#setProgress">setProgress</keyword> + <keyword ref="tqprogressdialog.html#setTotalSteps">setTotalSteps</keyword> + <keyword ref="tqprogressdialog.html#sizeHint">sizeHint</keyword> + <keyword ref="tqprogressdialog.html#totalSteps">totalSteps</keyword> + <keyword ref="tqprogressdialog.html#totalSteps-prop">totalSteps</keyword> + <keyword ref="tqprogressdialog.html#wasCanceled">wasCanceled</keyword> + <keyword ref="tqprogressdialog.html#wasCanceled-prop">wasCanceled</keyword> + <keyword ref="tqprogressdialog.html#~TQProgressDialog">~TQProgressDialog</keyword> + <section ref="tqprogressdialog-members.html" title="List of All Member Functions"/> + <section ref="tqprogressdialog-h.html" title="Header File"/> </section> <section ref="tqptrcollection.html" title="TQPtrCollection Class Reference"> <keyword ref="tqptrcollection.html">TQPtrCollection</keyword> @@ -7255,362 +7255,362 @@ <section ref="qt-members.html" title="List of All Member Functions"/> <section ref="qnamespace-h.html" title="Header File"/> </section> -<section ref="qtab.html" title="QTab Class Reference"> - <keyword ref="qtab.html">QTab</keyword> - <keyword ref="qtab.html#iconSet">iconSet</keyword> - <keyword ref="qtab.html#identifier">identifier</keyword> - <keyword ref="qtab.html#isEnabled">isEnabled</keyword> - <keyword ref="qtab.html#rect">rect</keyword> - <keyword ref="qtab.html#setEnabled">setEnabled</keyword> - <keyword ref="qtab.html#setIconSet">setIconSet</keyword> - <keyword ref="qtab.html#setIdentifier">setIdentifier</keyword> - <keyword ref="qtab.html#setRect">setRect</keyword> - <keyword ref="qtab.html#setText">setText</keyword> - <keyword ref="qtab.html#text">text</keyword> - <keyword ref="qtab.html#~QTab">~QTab</keyword> - <section ref="qtab-members.html" title="List of All Member Functions"/> - <section ref="qtabbar-h.html" title="Header File"/> -</section> -<section ref="ntqtabbar.html" title="QTabBar Class Reference"> - <keyword ref="ntqtabbar.html">QTabBar</keyword> - <keyword ref="ntqtabbar.html#Shape">Shape</keyword> - <keyword ref="ntqtabbar.html#addTab">addTab</keyword> - <keyword ref="ntqtabbar.html#count">count</keyword> - <keyword ref="ntqtabbar.html#count-prop">count</keyword> - <keyword ref="ntqtabbar.html#currentTab">currentTab</keyword> - <keyword ref="ntqtabbar.html#currentTab-prop">currentTab</keyword> - <keyword ref="ntqtabbar.html#indexOf">indexOf</keyword> - <keyword ref="ntqtabbar.html#insertTab">insertTab</keyword> - <keyword ref="ntqtabbar.html#isTabEnabled">isTabEnabled</keyword> - <keyword ref="ntqtabbar.html#keyboardFocusTab">keyboardFocusTab</keyword> - <keyword ref="ntqtabbar.html#keyboardFocusTab-prop">keyboardFocusTab</keyword> - <keyword ref="ntqtabbar.html#layoutChanged">layoutChanged</keyword> - <keyword ref="ntqtabbar.html#layoutTabs">layoutTabs</keyword> - <keyword ref="ntqtabbar.html#paint">paint</keyword> - <keyword ref="ntqtabbar.html#paintEvent">paintEvent</keyword> - <keyword ref="ntqtabbar.html#paintLabel">paintLabel</keyword> - <keyword ref="ntqtabbar.html#removeTab">removeTab</keyword> - <keyword ref="ntqtabbar.html#removeToolTip">removeToolTip</keyword> - <keyword ref="ntqtabbar.html#selectTab">selectTab</keyword> - <keyword ref="ntqtabbar.html#selected">selected</keyword> - <keyword ref="ntqtabbar.html#setCurrentTab">setCurrentTab</keyword> - <keyword ref="ntqtabbar.html#setShape">setShape</keyword> - <keyword ref="ntqtabbar.html#setTabEnabled">setTabEnabled</keyword> - <keyword ref="ntqtabbar.html#setToolTip">setToolTip</keyword> - <keyword ref="ntqtabbar.html#shape">shape</keyword> - <keyword ref="ntqtabbar.html#shape-prop">shape</keyword> - <keyword ref="ntqtabbar.html#tab">tab</keyword> - <keyword ref="ntqtabbar.html#tabAt">tabAt</keyword> - <keyword ref="ntqtabbar.html#tabList">tabList</keyword> - <keyword ref="ntqtabbar.html#toolTip">toolTip</keyword> - <keyword ref="ntqtabbar.html#~QTabBar">~QTabBar</keyword> - <section ref="qtabbar-members.html" title="List of All Member Functions"/> - <section ref="qtabbar-h.html" title="Header File"/> -</section> -<section ref="ntqtabdialog.html" title="QTabDialog Class Reference"> - <keyword ref="ntqtabdialog.html">QTabDialog</keyword> - <keyword ref="ntqtabdialog.html#aboutToShow">aboutToShow</keyword> - <keyword ref="ntqtabdialog.html#addTab">addTab</keyword> - <keyword ref="ntqtabdialog.html#applyButtonPressed">applyButtonPressed</keyword> - <keyword ref="ntqtabdialog.html#cancelButtonPressed">cancelButtonPressed</keyword> - <keyword ref="ntqtabdialog.html#changeTab">changeTab</keyword> - <keyword ref="ntqtabdialog.html#currentChanged">currentChanged</keyword> - <keyword ref="ntqtabdialog.html#currentPage">currentPage</keyword> - <keyword ref="ntqtabdialog.html#defaultButtonPressed">defaultButtonPressed</keyword> - <keyword ref="ntqtabdialog.html#hasApplyButton">hasApplyButton</keyword> - <keyword ref="ntqtabdialog.html#hasCancelButton">hasCancelButton</keyword> - <keyword ref="ntqtabdialog.html#hasDefaultButton">hasDefaultButton</keyword> - <keyword ref="ntqtabdialog.html#hasHelpButton">hasHelpButton</keyword> - <keyword ref="ntqtabdialog.html#hasOkButton">hasOkButton</keyword> - <keyword ref="ntqtabdialog.html#helpButtonPressed">helpButtonPressed</keyword> - <keyword ref="ntqtabdialog.html#insertTab">insertTab</keyword> - <keyword ref="ntqtabdialog.html#isTabEnabled">isTabEnabled</keyword> - <keyword ref="ntqtabdialog.html#removePage">removePage</keyword> - <keyword ref="ntqtabdialog.html#setApplyButton">setApplyButton</keyword> - <keyword ref="ntqtabdialog.html#setCancelButton">setCancelButton</keyword> - <keyword ref="ntqtabdialog.html#setDefaultButton">setDefaultButton</keyword> - <keyword ref="ntqtabdialog.html#setFont">setFont</keyword> - <keyword ref="ntqtabdialog.html#setHelpButton">setHelpButton</keyword> - <keyword ref="ntqtabdialog.html#setOkButton">setOkButton</keyword> - <keyword ref="ntqtabdialog.html#setSizes">setSizes</keyword> - <keyword ref="ntqtabdialog.html#setTabBar">setTabBar</keyword> - <keyword ref="ntqtabdialog.html#setTabEnabled">setTabEnabled</keyword> - <keyword ref="ntqtabdialog.html#setUpLayout">setUpLayout</keyword> - <keyword ref="ntqtabdialog.html#showPage">showPage</keyword> - <keyword ref="ntqtabdialog.html#showTab">showTab</keyword> - <keyword ref="ntqtabdialog.html#tabBar">tabBar</keyword> - <keyword ref="ntqtabdialog.html#tabLabel">tabLabel</keyword> - <keyword ref="ntqtabdialog.html#~QTabDialog">~QTabDialog</keyword> - <section ref="qtabdialog-members.html" title="List of All Member Functions"/> - <section ref="qtabdialog-h.html" title="Header File"/> -</section> -<section ref="ntqtable.html" title="QTable Class Reference"> - <keyword ref="ntqtable.html">QTable</keyword> - <keyword ref="ntqtable.html#EditMode">EditMode</keyword> - <keyword ref="ntqtable.html#FocusStyle">FocusStyle</keyword> - <keyword ref="ntqtable.html#SelectionMode">SelectionMode</keyword> - <keyword ref="ntqtable.html#activateNextCell">activateNextCell</keyword> - <keyword ref="ntqtable.html#addSelection">addSelection</keyword> - <keyword ref="ntqtable.html#adjustColumn">adjustColumn</keyword> - <keyword ref="ntqtable.html#adjustRow">adjustRow</keyword> - <keyword ref="ntqtable.html#beginEdit">beginEdit</keyword> - <keyword ref="ntqtable.html#cellGeometry">cellGeometry</keyword> - <keyword ref="ntqtable.html#cellRect">cellRect</keyword> - <keyword ref="ntqtable.html#cellWidget">cellWidget</keyword> - <keyword ref="ntqtable.html#clearCell">clearCell</keyword> - <keyword ref="ntqtable.html#clearCellWidget">clearCellWidget</keyword> - <keyword ref="ntqtable.html#clearSelection">clearSelection</keyword> - <keyword ref="ntqtable.html#clicked">clicked</keyword> - <keyword ref="ntqtable.html#columnAt">columnAt</keyword> - <keyword ref="ntqtable.html#columnClicked">columnClicked</keyword> - <keyword ref="ntqtable.html#columnIndexChanged">columnIndexChanged</keyword> - <keyword ref="ntqtable.html#columnMovingEnabled">columnMovingEnabled</keyword> - <keyword ref="ntqtable.html#columnMovingEnabled-prop">columnMovingEnabled</keyword> - <keyword ref="ntqtable.html#columnPos">columnPos</keyword> - <keyword ref="ntqtable.html#columnWidth">columnWidth</keyword> - <keyword ref="ntqtable.html#columnWidthChanged">columnWidthChanged</keyword> - <keyword ref="ntqtable.html#contentsDragEnterEvent">contentsDragEnterEvent</keyword> - <keyword ref="ntqtable.html#contentsDragLeaveEvent">contentsDragLeaveEvent</keyword> - <keyword ref="ntqtable.html#contentsDragMoveEvent">contentsDragMoveEvent</keyword> - <keyword ref="ntqtable.html#contentsDropEvent">contentsDropEvent</keyword> - <keyword ref="ntqtable.html#contextMenuRequested">contextMenuRequested</keyword> - <keyword ref="ntqtable.html#createEditor">createEditor</keyword> - <keyword ref="ntqtable.html#currEditCol">currEditCol</keyword> - <keyword ref="ntqtable.html#currEditRow">currEditRow</keyword> - <keyword ref="ntqtable.html#currentChanged">currentChanged</keyword> - <keyword ref="ntqtable.html#currentColumn">currentColumn</keyword> - <keyword ref="ntqtable.html#currentRow">currentRow</keyword> - <keyword ref="ntqtable.html#currentSelection">currentSelection</keyword> - <keyword ref="ntqtable.html#doubleClicked">doubleClicked</keyword> - <keyword ref="ntqtable.html#dragEnabled">dragEnabled</keyword> - <keyword ref="ntqtable.html#dragObject">dragObject</keyword> - <keyword ref="ntqtable.html#drawContents">drawContents</keyword> - <keyword ref="ntqtable.html#dropped">dropped</keyword> - <keyword ref="ntqtable.html#editCell">editCell</keyword> - <keyword ref="ntqtable.html#editMode">editMode</keyword> - <keyword ref="ntqtable.html#endEdit">endEdit</keyword> - <keyword ref="ntqtable.html#ensureCellVisible">ensureCellVisible</keyword> - <keyword ref="ntqtable.html#focusStyle">focusStyle</keyword> - <keyword ref="ntqtable.html#focusStyle-prop">focusStyle</keyword> - <keyword ref="ntqtable.html#hideColumn">hideColumn</keyword> - <keyword ref="ntqtable.html#hideRow">hideRow</keyword> - <keyword ref="ntqtable.html#horizontalHeader">horizontalHeader</keyword> - <keyword ref="ntqtable.html#indexOf">indexOf</keyword> - <keyword ref="ntqtable.html#insertColumns">insertColumns</keyword> - <keyword ref="ntqtable.html#insertRows">insertRows</keyword> - <keyword ref="ntqtable.html#insertWidget">insertWidget</keyword> - <keyword ref="ntqtable.html#isColumnHidden">isColumnHidden</keyword> - <keyword ref="ntqtable.html#isColumnReadOnly">isColumnReadOnly</keyword> - <keyword ref="ntqtable.html#isColumnSelected">isColumnSelected</keyword> - <keyword ref="ntqtable.html#isColumnStretchable">isColumnStretchable</keyword> - <keyword ref="ntqtable.html#isEditing">isEditing</keyword> - <keyword ref="ntqtable.html#isReadOnly">isReadOnly</keyword> - <keyword ref="ntqtable.html#isRowHidden">isRowHidden</keyword> - <keyword ref="ntqtable.html#isRowReadOnly">isRowReadOnly</keyword> - <keyword ref="ntqtable.html#isRowSelected">isRowSelected</keyword> - <keyword ref="ntqtable.html#isRowStretchable">isRowStretchable</keyword> - <keyword ref="ntqtable.html#isSelected">isSelected</keyword> - <keyword ref="ntqtable.html#item">item</keyword> - <keyword ref="ntqtable.html#numCols">numCols</keyword> - <keyword ref="ntqtable.html#numCols-prop">numCols</keyword> - <keyword ref="ntqtable.html#numRows">numRows</keyword> - <keyword ref="ntqtable.html#numRows-prop">numRows</keyword> - <keyword ref="ntqtable.html#numSelections">numSelections</keyword> - <keyword ref="ntqtable.html#numSelections-prop">numSelections</keyword> - <keyword ref="ntqtable.html#paintCell">paintCell</keyword> - <keyword ref="ntqtable.html#paintEmptyArea">paintEmptyArea</keyword> - <keyword ref="ntqtable.html#paintFocus">paintFocus</keyword> - <keyword ref="ntqtable.html#pixmap">pixmap</keyword> - <keyword ref="ntqtable.html#pressed">pressed</keyword> - <keyword ref="ntqtable.html#readOnly-prop">readOnly</keyword> - <keyword ref="ntqtable.html#removeColumn">removeColumn</keyword> - <keyword ref="ntqtable.html#removeColumns">removeColumns</keyword> - <keyword ref="ntqtable.html#removeRow">removeRow</keyword> - <keyword ref="ntqtable.html#removeRows">removeRows</keyword> - <keyword ref="ntqtable.html#removeSelection">removeSelection</keyword> - <keyword ref="ntqtable.html#repaintSelections">repaintSelections</keyword> - <keyword ref="ntqtable.html#resizeData">resizeData</keyword> - <keyword ref="ntqtable.html#rowAt">rowAt</keyword> - <keyword ref="ntqtable.html#rowHeight">rowHeight</keyword> - <keyword ref="ntqtable.html#rowHeightChanged">rowHeightChanged</keyword> - <keyword ref="ntqtable.html#rowIndexChanged">rowIndexChanged</keyword> - <keyword ref="ntqtable.html#rowMovingEnabled">rowMovingEnabled</keyword> - <keyword ref="ntqtable.html#rowMovingEnabled-prop">rowMovingEnabled</keyword> - <keyword ref="ntqtable.html#rowPos">rowPos</keyword> - <keyword ref="ntqtable.html#selectCells">selectCells</keyword> - <keyword ref="ntqtable.html#selectColumn">selectColumn</keyword> - <keyword ref="ntqtable.html#selectRow">selectRow</keyword> - <keyword ref="ntqtable.html#selection">selection</keyword> - <keyword ref="ntqtable.html#selectionChanged">selectionChanged</keyword> - <keyword ref="ntqtable.html#selectionMode">selectionMode</keyword> - <keyword ref="ntqtable.html#selectionMode-prop">selectionMode</keyword> - <keyword ref="ntqtable.html#setCellContentFromEditor">setCellContentFromEditor</keyword> - <keyword ref="ntqtable.html#setCellWidget">setCellWidget</keyword> - <keyword ref="ntqtable.html#setColumnLabels">setColumnLabels</keyword> - <keyword ref="ntqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</keyword> - <keyword ref="ntqtable.html#setColumnReadOnly">setColumnReadOnly</keyword> - <keyword ref="ntqtable.html#setColumnStretchable">setColumnStretchable</keyword> - <keyword ref="ntqtable.html#setColumnWidth">setColumnWidth</keyword> - <keyword ref="ntqtable.html#setCurrentCell">setCurrentCell</keyword> - <keyword ref="ntqtable.html#setDragEnabled">setDragEnabled</keyword> - <keyword ref="ntqtable.html#setEditMode">setEditMode</keyword> - <keyword ref="ntqtable.html#setFocusStyle">setFocusStyle</keyword> - <keyword ref="ntqtable.html#setItem">setItem</keyword> - <keyword ref="ntqtable.html#setLeftMargin">setLeftMargin</keyword> - <keyword ref="ntqtable.html#setNumCols">setNumCols</keyword> - <keyword ref="ntqtable.html#setNumRows">setNumRows</keyword> - <keyword ref="ntqtable.html#setPixmap">setPixmap</keyword> - <keyword ref="ntqtable.html#setReadOnly">setReadOnly</keyword> - <keyword ref="ntqtable.html#setRowHeight">setRowHeight</keyword> - <keyword ref="ntqtable.html#setRowLabels">setRowLabels</keyword> - <keyword ref="ntqtable.html#setRowMovingEnabled">setRowMovingEnabled</keyword> - <keyword ref="ntqtable.html#setRowReadOnly">setRowReadOnly</keyword> - <keyword ref="ntqtable.html#setRowStretchable">setRowStretchable</keyword> - <keyword ref="ntqtable.html#setSelectionMode">setSelectionMode</keyword> - <keyword ref="ntqtable.html#setShowGrid">setShowGrid</keyword> - <keyword ref="ntqtable.html#setSorting">setSorting</keyword> - <keyword ref="ntqtable.html#setText">setText</keyword> - <keyword ref="ntqtable.html#setTopMargin">setTopMargin</keyword> - <keyword ref="ntqtable.html#showColumn">showColumn</keyword> - <keyword ref="ntqtable.html#showGrid">showGrid</keyword> - <keyword ref="ntqtable.html#showGrid-prop">showGrid</keyword> - <keyword ref="ntqtable.html#showRow">showRow</keyword> - <keyword ref="ntqtable.html#sortColumn">sortColumn</keyword> - <keyword ref="ntqtable.html#sorting">sorting</keyword> - <keyword ref="ntqtable.html#sorting-prop">sorting</keyword> - <keyword ref="ntqtable.html#startDrag">startDrag</keyword> - <keyword ref="ntqtable.html#swapCells">swapCells</keyword> - <keyword ref="ntqtable.html#swapColumns">swapColumns</keyword> - <keyword ref="ntqtable.html#swapRows">swapRows</keyword> - <keyword ref="ntqtable.html#tableSize">tableSize</keyword> - <keyword ref="ntqtable.html#takeItem">takeItem</keyword> - <keyword ref="ntqtable.html#text">text</keyword> - <keyword ref="ntqtable.html#updateCell">updateCell</keyword> - <keyword ref="ntqtable.html#updateGeometries">updateGeometries</keyword> - <keyword ref="ntqtable.html#updateHeaderStates">updateHeaderStates</keyword> - <keyword ref="ntqtable.html#valueChanged">valueChanged</keyword> - <keyword ref="ntqtable.html#verticalHeader">verticalHeader</keyword> - <keyword ref="ntqtable.html#~QTable">~QTable</keyword> - <section ref="qtable-members.html" title="List of All Member Functions"/> - <section ref="qtable-h.html" title="Header File"/> -</section> -<section ref="qtableitem.html" title="QTableItem Class Reference"> - <keyword ref="qtableitem.html">QTableItem</keyword> - <keyword ref="qtableitem.html#EditType">EditType</keyword> - <keyword ref="qtableitem.html#alignment">alignment</keyword> - <keyword ref="qtableitem.html#col">col</keyword> - <keyword ref="qtableitem.html#colSpan">colSpan</keyword> - <keyword ref="qtableitem.html#createEditor">createEditor</keyword> - <keyword ref="qtableitem.html#editType">editType</keyword> - <keyword ref="qtableitem.html#isEnabled">isEnabled</keyword> - <keyword ref="qtableitem.html#isReplaceable">isReplaceable</keyword> - <keyword ref="qtableitem.html#key">key</keyword> - <keyword ref="qtableitem.html#paint">paint</keyword> - <keyword ref="qtableitem.html#pixmap">pixmap</keyword> - <keyword ref="qtableitem.html#row">row</keyword> - <keyword ref="qtableitem.html#rowSpan">rowSpan</keyword> - <keyword ref="qtableitem.html#rtti">rtti</keyword> - <keyword ref="qtableitem.html#setCol">setCol</keyword> - <keyword ref="qtableitem.html#setContentFromEditor">setContentFromEditor</keyword> - <keyword ref="qtableitem.html#setEnabled">setEnabled</keyword> - <keyword ref="qtableitem.html#setPixmap">setPixmap</keyword> - <keyword ref="qtableitem.html#setReplaceable">setReplaceable</keyword> - <keyword ref="qtableitem.html#setRow">setRow</keyword> - <keyword ref="qtableitem.html#setSpan">setSpan</keyword> - <keyword ref="qtableitem.html#setText">setText</keyword> - <keyword ref="qtableitem.html#setWordWrap">setWordWrap</keyword> - <keyword ref="qtableitem.html#sizeHint">sizeHint</keyword> - <keyword ref="qtableitem.html#table">table</keyword> - <keyword ref="qtableitem.html#text">text</keyword> - <keyword ref="qtableitem.html#wordWrap">wordWrap</keyword> - <keyword ref="qtableitem.html#~QTableItem">~QTableItem</keyword> - <section ref="qtableitem-members.html" title="List of All Member Functions"/> - <section ref="qtable-h.html" title="Header File"/> -</section> -<section ref="qtableselection.html" title="QTableSelection Class Reference"> - <keyword ref="qtableselection.html">QTableSelection</keyword> - <keyword ref="qtableselection.html#anchorCol">anchorCol</keyword> - <keyword ref="qtableselection.html#anchorRow">anchorRow</keyword> - <keyword ref="qtableselection.html#bottomRow">bottomRow</keyword> - <keyword ref="qtableselection.html#expandTo">expandTo</keyword> - <keyword ref="qtableselection.html#init">init</keyword> - <keyword ref="qtableselection.html#isActive">isActive</keyword> - <keyword ref="qtableselection.html#isEmpty">isEmpty</keyword> - <keyword ref="qtableselection.html#leftCol">leftCol</keyword> - <keyword ref="qtableselection.html#numCols">numCols</keyword> - <keyword ref="qtableselection.html#numRows">numRows</keyword> - <keyword ref="qtableselection.html#operator!-eq">operator!=</keyword> - <keyword ref="qtableselection.html#operator-eq-eq">operator==</keyword> - <keyword ref="qtableselection.html#rightCol">rightCol</keyword> - <keyword ref="qtableselection.html#topRow">topRow</keyword> - <section ref="qtableselection-members.html" title="List of All Member Functions"/> - <section ref="qtable-h.html" title="Header File"/> -</section> -<section ref="qtabletevent.html" title="QTabletEvent Class Reference"> - <keyword ref="qtabletevent.html">QTabletEvent</keyword> - <keyword ref="qtabletevent.html#TabletDevice">TabletDevice</keyword> - <keyword ref="qtabletevent.html#accept">accept</keyword> - <keyword ref="qtabletevent.html#device">device</keyword> - <keyword ref="qtabletevent.html#globalPos">globalPos</keyword> - <keyword ref="qtabletevent.html#globalX">globalX</keyword> - <keyword ref="qtabletevent.html#globalY">globalY</keyword> - <keyword ref="qtabletevent.html#ignore">ignore</keyword> - <keyword ref="qtabletevent.html#isAccepted">isAccepted</keyword> - <keyword ref="qtabletevent.html#pos">pos</keyword> - <keyword ref="qtabletevent.html#pressure">pressure</keyword> - <keyword ref="qtabletevent.html#uniqueId">uniqueId</keyword> - <keyword ref="qtabletevent.html#x">x</keyword> - <keyword ref="qtabletevent.html#xTilt">xTilt</keyword> - <keyword ref="qtabletevent.html#y">y</keyword> - <keyword ref="qtabletevent.html#yTilt">yTilt</keyword> - <section ref="qtabletevent-members.html" title="List of All Member Functions"/> +<section ref="tqtab.html" title="TQTab Class Reference"> + <keyword ref="tqtab.html">TQTab</keyword> + <keyword ref="tqtab.html#iconSet">iconSet</keyword> + <keyword ref="tqtab.html#identifier">identifier</keyword> + <keyword ref="tqtab.html#isEnabled">isEnabled</keyword> + <keyword ref="tqtab.html#rect">rect</keyword> + <keyword ref="tqtab.html#setEnabled">setEnabled</keyword> + <keyword ref="tqtab.html#setIconSet">setIconSet</keyword> + <keyword ref="tqtab.html#setIdentifier">setIdentifier</keyword> + <keyword ref="tqtab.html#setRect">setRect</keyword> + <keyword ref="tqtab.html#setText">setText</keyword> + <keyword ref="tqtab.html#text">text</keyword> + <keyword ref="tqtab.html#~TQTab">~TQTab</keyword> + <section ref="tqtab-members.html" title="List of All Member Functions"/> + <section ref="tqtabbar-h.html" title="Header File"/> +</section> +<section ref="tqtabbar.html" title="TQTabBar Class Reference"> + <keyword ref="tqtabbar.html">TQTabBar</keyword> + <keyword ref="tqtabbar.html#Shape">Shape</keyword> + <keyword ref="tqtabbar.html#addTab">addTab</keyword> + <keyword ref="tqtabbar.html#count">count</keyword> + <keyword ref="tqtabbar.html#count-prop">count</keyword> + <keyword ref="tqtabbar.html#currentTab">currentTab</keyword> + <keyword ref="tqtabbar.html#currentTab-prop">currentTab</keyword> + <keyword ref="tqtabbar.html#indexOf">indexOf</keyword> + <keyword ref="tqtabbar.html#insertTab">insertTab</keyword> + <keyword ref="tqtabbar.html#isTabEnabled">isTabEnabled</keyword> + <keyword ref="tqtabbar.html#keyboardFocusTab">keyboardFocusTab</keyword> + <keyword ref="tqtabbar.html#keyboardFocusTab-prop">keyboardFocusTab</keyword> + <keyword ref="tqtabbar.html#layoutChanged">layoutChanged</keyword> + <keyword ref="tqtabbar.html#layoutTabs">layoutTabs</keyword> + <keyword ref="tqtabbar.html#paint">paint</keyword> + <keyword ref="tqtabbar.html#paintEvent">paintEvent</keyword> + <keyword ref="tqtabbar.html#paintLabel">paintLabel</keyword> + <keyword ref="tqtabbar.html#removeTab">removeTab</keyword> + <keyword ref="tqtabbar.html#removeToolTip">removeToolTip</keyword> + <keyword ref="tqtabbar.html#selectTab">selectTab</keyword> + <keyword ref="tqtabbar.html#selected">selected</keyword> + <keyword ref="tqtabbar.html#setCurrentTab">setCurrentTab</keyword> + <keyword ref="tqtabbar.html#setShape">setShape</keyword> + <keyword ref="tqtabbar.html#setTabEnabled">setTabEnabled</keyword> + <keyword ref="tqtabbar.html#setToolTip">setToolTip</keyword> + <keyword ref="tqtabbar.html#shape">shape</keyword> + <keyword ref="tqtabbar.html#shape-prop">shape</keyword> + <keyword ref="tqtabbar.html#tab">tab</keyword> + <keyword ref="tqtabbar.html#tabAt">tabAt</keyword> + <keyword ref="tqtabbar.html#tabList">tabList</keyword> + <keyword ref="tqtabbar.html#toolTip">toolTip</keyword> + <keyword ref="tqtabbar.html#~TQTabBar">~TQTabBar</keyword> + <section ref="tqtabbar-members.html" title="List of All Member Functions"/> + <section ref="tqtabbar-h.html" title="Header File"/> +</section> +<section ref="tqtabdialog.html" title="TQTabDialog Class Reference"> + <keyword ref="tqtabdialog.html">TQTabDialog</keyword> + <keyword ref="tqtabdialog.html#aboutToShow">aboutToShow</keyword> + <keyword ref="tqtabdialog.html#addTab">addTab</keyword> + <keyword ref="tqtabdialog.html#applyButtonPressed">applyButtonPressed</keyword> + <keyword ref="tqtabdialog.html#cancelButtonPressed">cancelButtonPressed</keyword> + <keyword ref="tqtabdialog.html#changeTab">changeTab</keyword> + <keyword ref="tqtabdialog.html#currentChanged">currentChanged</keyword> + <keyword ref="tqtabdialog.html#currentPage">currentPage</keyword> + <keyword ref="tqtabdialog.html#defaultButtonPressed">defaultButtonPressed</keyword> + <keyword ref="tqtabdialog.html#hasApplyButton">hasApplyButton</keyword> + <keyword ref="tqtabdialog.html#hasCancelButton">hasCancelButton</keyword> + <keyword ref="tqtabdialog.html#hasDefaultButton">hasDefaultButton</keyword> + <keyword ref="tqtabdialog.html#hasHelpButton">hasHelpButton</keyword> + <keyword ref="tqtabdialog.html#hasOkButton">hasOkButton</keyword> + <keyword ref="tqtabdialog.html#helpButtonPressed">helpButtonPressed</keyword> + <keyword ref="tqtabdialog.html#insertTab">insertTab</keyword> + <keyword ref="tqtabdialog.html#isTabEnabled">isTabEnabled</keyword> + <keyword ref="tqtabdialog.html#removePage">removePage</keyword> + <keyword ref="tqtabdialog.html#setApplyButton">setApplyButton</keyword> + <keyword ref="tqtabdialog.html#setCancelButton">setCancelButton</keyword> + <keyword ref="tqtabdialog.html#setDefaultButton">setDefaultButton</keyword> + <keyword ref="tqtabdialog.html#setFont">setFont</keyword> + <keyword ref="tqtabdialog.html#setHelpButton">setHelpButton</keyword> + <keyword ref="tqtabdialog.html#setOkButton">setOkButton</keyword> + <keyword ref="tqtabdialog.html#setSizes">setSizes</keyword> + <keyword ref="tqtabdialog.html#setTabBar">setTabBar</keyword> + <keyword ref="tqtabdialog.html#setTabEnabled">setTabEnabled</keyword> + <keyword ref="tqtabdialog.html#setUpLayout">setUpLayout</keyword> + <keyword ref="tqtabdialog.html#showPage">showPage</keyword> + <keyword ref="tqtabdialog.html#showTab">showTab</keyword> + <keyword ref="tqtabdialog.html#tabBar">tabBar</keyword> + <keyword ref="tqtabdialog.html#tabLabel">tabLabel</keyword> + <keyword ref="tqtabdialog.html#~TQTabDialog">~TQTabDialog</keyword> + <section ref="tqtabdialog-members.html" title="List of All Member Functions"/> + <section ref="tqtabdialog-h.html" title="Header File"/> +</section> +<section ref="tqtable.html" title="TQTable Class Reference"> + <keyword ref="tqtable.html">TQTable</keyword> + <keyword ref="tqtable.html#EditMode">EditMode</keyword> + <keyword ref="tqtable.html#FocusStyle">FocusStyle</keyword> + <keyword ref="tqtable.html#SelectionMode">SelectionMode</keyword> + <keyword ref="tqtable.html#activateNextCell">activateNextCell</keyword> + <keyword ref="tqtable.html#addSelection">addSelection</keyword> + <keyword ref="tqtable.html#adjustColumn">adjustColumn</keyword> + <keyword ref="tqtable.html#adjustRow">adjustRow</keyword> + <keyword ref="tqtable.html#beginEdit">beginEdit</keyword> + <keyword ref="tqtable.html#cellGeometry">cellGeometry</keyword> + <keyword ref="tqtable.html#cellRect">cellRect</keyword> + <keyword ref="tqtable.html#cellWidget">cellWidget</keyword> + <keyword ref="tqtable.html#clearCell">clearCell</keyword> + <keyword ref="tqtable.html#clearCellWidget">clearCellWidget</keyword> + <keyword ref="tqtable.html#clearSelection">clearSelection</keyword> + <keyword ref="tqtable.html#clicked">clicked</keyword> + <keyword ref="tqtable.html#columnAt">columnAt</keyword> + <keyword ref="tqtable.html#columnClicked">columnClicked</keyword> + <keyword ref="tqtable.html#columnIndexChanged">columnIndexChanged</keyword> + <keyword ref="tqtable.html#columnMovingEnabled">columnMovingEnabled</keyword> + <keyword ref="tqtable.html#columnMovingEnabled-prop">columnMovingEnabled</keyword> + <keyword ref="tqtable.html#columnPos">columnPos</keyword> + <keyword ref="tqtable.html#columnWidth">columnWidth</keyword> + <keyword ref="tqtable.html#columnWidthChanged">columnWidthChanged</keyword> + <keyword ref="tqtable.html#contentsDragEnterEvent">contentsDragEnterEvent</keyword> + <keyword ref="tqtable.html#contentsDragLeaveEvent">contentsDragLeaveEvent</keyword> + <keyword ref="tqtable.html#contentsDragMoveEvent">contentsDragMoveEvent</keyword> + <keyword ref="tqtable.html#contentsDropEvent">contentsDropEvent</keyword> + <keyword ref="tqtable.html#contextMenuRequested">contextMenuRequested</keyword> + <keyword ref="tqtable.html#createEditor">createEditor</keyword> + <keyword ref="tqtable.html#currEditCol">currEditCol</keyword> + <keyword ref="tqtable.html#currEditRow">currEditRow</keyword> + <keyword ref="tqtable.html#currentChanged">currentChanged</keyword> + <keyword ref="tqtable.html#currentColumn">currentColumn</keyword> + <keyword ref="tqtable.html#currentRow">currentRow</keyword> + <keyword ref="tqtable.html#currentSelection">currentSelection</keyword> + <keyword ref="tqtable.html#doubleClicked">doubleClicked</keyword> + <keyword ref="tqtable.html#dragEnabled">dragEnabled</keyword> + <keyword ref="tqtable.html#dragObject">dragObject</keyword> + <keyword ref="tqtable.html#drawContents">drawContents</keyword> + <keyword ref="tqtable.html#dropped">dropped</keyword> + <keyword ref="tqtable.html#editCell">editCell</keyword> + <keyword ref="tqtable.html#editMode">editMode</keyword> + <keyword ref="tqtable.html#endEdit">endEdit</keyword> + <keyword ref="tqtable.html#ensureCellVisible">ensureCellVisible</keyword> + <keyword ref="tqtable.html#focusStyle">focusStyle</keyword> + <keyword ref="tqtable.html#focusStyle-prop">focusStyle</keyword> + <keyword ref="tqtable.html#hideColumn">hideColumn</keyword> + <keyword ref="tqtable.html#hideRow">hideRow</keyword> + <keyword ref="tqtable.html#horizontalHeader">horizontalHeader</keyword> + <keyword ref="tqtable.html#indexOf">indexOf</keyword> + <keyword ref="tqtable.html#insertColumns">insertColumns</keyword> + <keyword ref="tqtable.html#insertRows">insertRows</keyword> + <keyword ref="tqtable.html#insertWidget">insertWidget</keyword> + <keyword ref="tqtable.html#isColumnHidden">isColumnHidden</keyword> + <keyword ref="tqtable.html#isColumnReadOnly">isColumnReadOnly</keyword> + <keyword ref="tqtable.html#isColumnSelected">isColumnSelected</keyword> + <keyword ref="tqtable.html#isColumnStretchable">isColumnStretchable</keyword> + <keyword ref="tqtable.html#isEditing">isEditing</keyword> + <keyword ref="tqtable.html#isReadOnly">isReadOnly</keyword> + <keyword ref="tqtable.html#isRowHidden">isRowHidden</keyword> + <keyword ref="tqtable.html#isRowReadOnly">isRowReadOnly</keyword> + <keyword ref="tqtable.html#isRowSelected">isRowSelected</keyword> + <keyword ref="tqtable.html#isRowStretchable">isRowStretchable</keyword> + <keyword ref="tqtable.html#isSelected">isSelected</keyword> + <keyword ref="tqtable.html#item">item</keyword> + <keyword ref="tqtable.html#numCols">numCols</keyword> + <keyword ref="tqtable.html#numCols-prop">numCols</keyword> + <keyword ref="tqtable.html#numRows">numRows</keyword> + <keyword ref="tqtable.html#numRows-prop">numRows</keyword> + <keyword ref="tqtable.html#numSelections">numSelections</keyword> + <keyword ref="tqtable.html#numSelections-prop">numSelections</keyword> + <keyword ref="tqtable.html#paintCell">paintCell</keyword> + <keyword ref="tqtable.html#paintEmptyArea">paintEmptyArea</keyword> + <keyword ref="tqtable.html#paintFocus">paintFocus</keyword> + <keyword ref="tqtable.html#pixmap">pixmap</keyword> + <keyword ref="tqtable.html#pressed">pressed</keyword> + <keyword ref="tqtable.html#readOnly-prop">readOnly</keyword> + <keyword ref="tqtable.html#removeColumn">removeColumn</keyword> + <keyword ref="tqtable.html#removeColumns">removeColumns</keyword> + <keyword ref="tqtable.html#removeRow">removeRow</keyword> + <keyword ref="tqtable.html#removeRows">removeRows</keyword> + <keyword ref="tqtable.html#removeSelection">removeSelection</keyword> + <keyword ref="tqtable.html#repaintSelections">repaintSelections</keyword> + <keyword ref="tqtable.html#resizeData">resizeData</keyword> + <keyword ref="tqtable.html#rowAt">rowAt</keyword> + <keyword ref="tqtable.html#rowHeight">rowHeight</keyword> + <keyword ref="tqtable.html#rowHeightChanged">rowHeightChanged</keyword> + <keyword ref="tqtable.html#rowIndexChanged">rowIndexChanged</keyword> + <keyword ref="tqtable.html#rowMovingEnabled">rowMovingEnabled</keyword> + <keyword ref="tqtable.html#rowMovingEnabled-prop">rowMovingEnabled</keyword> + <keyword ref="tqtable.html#rowPos">rowPos</keyword> + <keyword ref="tqtable.html#selectCells">selectCells</keyword> + <keyword ref="tqtable.html#selectColumn">selectColumn</keyword> + <keyword ref="tqtable.html#selectRow">selectRow</keyword> + <keyword ref="tqtable.html#selection">selection</keyword> + <keyword ref="tqtable.html#selectionChanged">selectionChanged</keyword> + <keyword ref="tqtable.html#selectionMode">selectionMode</keyword> + <keyword ref="tqtable.html#selectionMode-prop">selectionMode</keyword> + <keyword ref="tqtable.html#setCellContentFromEditor">setCellContentFromEditor</keyword> + <keyword ref="tqtable.html#setCellWidget">setCellWidget</keyword> + <keyword ref="tqtable.html#setColumnLabels">setColumnLabels</keyword> + <keyword ref="tqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</keyword> + <keyword ref="tqtable.html#setColumnReadOnly">setColumnReadOnly</keyword> + <keyword ref="tqtable.html#setColumnStretchable">setColumnStretchable</keyword> + <keyword ref="tqtable.html#setColumnWidth">setColumnWidth</keyword> + <keyword ref="tqtable.html#setCurrentCell">setCurrentCell</keyword> + <keyword ref="tqtable.html#setDragEnabled">setDragEnabled</keyword> + <keyword ref="tqtable.html#setEditMode">setEditMode</keyword> + <keyword ref="tqtable.html#setFocusStyle">setFocusStyle</keyword> + <keyword ref="tqtable.html#setItem">setItem</keyword> + <keyword ref="tqtable.html#setLeftMargin">setLeftMargin</keyword> + <keyword ref="tqtable.html#setNumCols">setNumCols</keyword> + <keyword ref="tqtable.html#setNumRows">setNumRows</keyword> + <keyword ref="tqtable.html#setPixmap">setPixmap</keyword> + <keyword ref="tqtable.html#setReadOnly">setReadOnly</keyword> + <keyword ref="tqtable.html#setRowHeight">setRowHeight</keyword> + <keyword ref="tqtable.html#setRowLabels">setRowLabels</keyword> + <keyword ref="tqtable.html#setRowMovingEnabled">setRowMovingEnabled</keyword> + <keyword ref="tqtable.html#setRowReadOnly">setRowReadOnly</keyword> + <keyword ref="tqtable.html#setRowStretchable">setRowStretchable</keyword> + <keyword ref="tqtable.html#setSelectionMode">setSelectionMode</keyword> + <keyword ref="tqtable.html#setShowGrid">setShowGrid</keyword> + <keyword ref="tqtable.html#setSorting">setSorting</keyword> + <keyword ref="tqtable.html#setText">setText</keyword> + <keyword ref="tqtable.html#setTopMargin">setTopMargin</keyword> + <keyword ref="tqtable.html#showColumn">showColumn</keyword> + <keyword ref="tqtable.html#showGrid">showGrid</keyword> + <keyword ref="tqtable.html#showGrid-prop">showGrid</keyword> + <keyword ref="tqtable.html#showRow">showRow</keyword> + <keyword ref="tqtable.html#sortColumn">sortColumn</keyword> + <keyword ref="tqtable.html#sorting">sorting</keyword> + <keyword ref="tqtable.html#sorting-prop">sorting</keyword> + <keyword ref="tqtable.html#startDrag">startDrag</keyword> + <keyword ref="tqtable.html#swapCells">swapCells</keyword> + <keyword ref="tqtable.html#swapColumns">swapColumns</keyword> + <keyword ref="tqtable.html#swapRows">swapRows</keyword> + <keyword ref="tqtable.html#tableSize">tableSize</keyword> + <keyword ref="tqtable.html#takeItem">takeItem</keyword> + <keyword ref="tqtable.html#text">text</keyword> + <keyword ref="tqtable.html#updateCell">updateCell</keyword> + <keyword ref="tqtable.html#updateGeometries">updateGeometries</keyword> + <keyword ref="tqtable.html#updateHeaderStates">updateHeaderStates</keyword> + <keyword ref="tqtable.html#valueChanged">valueChanged</keyword> + <keyword ref="tqtable.html#verticalHeader">verticalHeader</keyword> + <keyword ref="tqtable.html#~TQTable">~TQTable</keyword> + <section ref="tqtable-members.html" title="List of All Member Functions"/> + <section ref="tqtable-h.html" title="Header File"/> +</section> +<section ref="tqtableitem.html" title="TQTableItem Class Reference"> + <keyword ref="tqtableitem.html">TQTableItem</keyword> + <keyword ref="tqtableitem.html#EditType">EditType</keyword> + <keyword ref="tqtableitem.html#alignment">alignment</keyword> + <keyword ref="tqtableitem.html#col">col</keyword> + <keyword ref="tqtableitem.html#colSpan">colSpan</keyword> + <keyword ref="tqtableitem.html#createEditor">createEditor</keyword> + <keyword ref="tqtableitem.html#editType">editType</keyword> + <keyword ref="tqtableitem.html#isEnabled">isEnabled</keyword> + <keyword ref="tqtableitem.html#isReplaceable">isReplaceable</keyword> + <keyword ref="tqtableitem.html#key">key</keyword> + <keyword ref="tqtableitem.html#paint">paint</keyword> + <keyword ref="tqtableitem.html#pixmap">pixmap</keyword> + <keyword ref="tqtableitem.html#row">row</keyword> + <keyword ref="tqtableitem.html#rowSpan">rowSpan</keyword> + <keyword ref="tqtableitem.html#rtti">rtti</keyword> + <keyword ref="tqtableitem.html#setCol">setCol</keyword> + <keyword ref="tqtableitem.html#setContentFromEditor">setContentFromEditor</keyword> + <keyword ref="tqtableitem.html#setEnabled">setEnabled</keyword> + <keyword ref="tqtableitem.html#setPixmap">setPixmap</keyword> + <keyword ref="tqtableitem.html#setReplaceable">setReplaceable</keyword> + <keyword ref="tqtableitem.html#setRow">setRow</keyword> + <keyword ref="tqtableitem.html#setSpan">setSpan</keyword> + <keyword ref="tqtableitem.html#setText">setText</keyword> + <keyword ref="tqtableitem.html#setWordWrap">setWordWrap</keyword> + <keyword ref="tqtableitem.html#sizeHint">sizeHint</keyword> + <keyword ref="tqtableitem.html#table">table</keyword> + <keyword ref="tqtableitem.html#text">text</keyword> + <keyword ref="tqtableitem.html#wordWrap">wordWrap</keyword> + <keyword ref="tqtableitem.html#~TQTableItem">~TQTableItem</keyword> + <section ref="tqtableitem-members.html" title="List of All Member Functions"/> + <section ref="tqtable-h.html" title="Header File"/> +</section> +<section ref="tqtableselection.html" title="TQTableSelection Class Reference"> + <keyword ref="tqtableselection.html">TQTableSelection</keyword> + <keyword ref="tqtableselection.html#anchorCol">anchorCol</keyword> + <keyword ref="tqtableselection.html#anchorRow">anchorRow</keyword> + <keyword ref="tqtableselection.html#bottomRow">bottomRow</keyword> + <keyword ref="tqtableselection.html#expandTo">expandTo</keyword> + <keyword ref="tqtableselection.html#init">init</keyword> + <keyword ref="tqtableselection.html#isActive">isActive</keyword> + <keyword ref="tqtableselection.html#isEmpty">isEmpty</keyword> + <keyword ref="tqtableselection.html#leftCol">leftCol</keyword> + <keyword ref="tqtableselection.html#numCols">numCols</keyword> + <keyword ref="tqtableselection.html#numRows">numRows</keyword> + <keyword ref="tqtableselection.html#operator!-eq">operator!=</keyword> + <keyword ref="tqtableselection.html#operator-eq-eq">operator==</keyword> + <keyword ref="tqtableselection.html#rightCol">rightCol</keyword> + <keyword ref="tqtableselection.html#topRow">topRow</keyword> + <section ref="tqtableselection-members.html" title="List of All Member Functions"/> + <section ref="tqtable-h.html" title="Header File"/> +</section> +<section ref="tqtabletevent.html" title="TQTabletEvent Class Reference"> + <keyword ref="tqtabletevent.html">TQTabletEvent</keyword> + <keyword ref="tqtabletevent.html#TabletDevice">TabletDevice</keyword> + <keyword ref="tqtabletevent.html#accept">accept</keyword> + <keyword ref="tqtabletevent.html#device">device</keyword> + <keyword ref="tqtabletevent.html#globalPos">globalPos</keyword> + <keyword ref="tqtabletevent.html#globalX">globalX</keyword> + <keyword ref="tqtabletevent.html#globalY">globalY</keyword> + <keyword ref="tqtabletevent.html#ignore">ignore</keyword> + <keyword ref="tqtabletevent.html#isAccepted">isAccepted</keyword> + <keyword ref="tqtabletevent.html#pos">pos</keyword> + <keyword ref="tqtabletevent.html#pressure">pressure</keyword> + <keyword ref="tqtabletevent.html#uniqueId">uniqueId</keyword> + <keyword ref="tqtabletevent.html#x">x</keyword> + <keyword ref="tqtabletevent.html#xTilt">xTilt</keyword> + <keyword ref="tqtabletevent.html#y">y</keyword> + <keyword ref="tqtabletevent.html#yTilt">yTilt</keyword> + <section ref="tqtabletevent-members.html" title="List of All Member Functions"/> <section ref="tqevent-h.html" title="Header File"/> </section> -<section ref="ntqtabwidget.html" title="QTabWidget Class Reference"> - <keyword ref="ntqtabwidget.html">QTabWidget</keyword> - <keyword ref="ntqtabwidget.html#TabPosition">TabPosition</keyword> - <keyword ref="ntqtabwidget.html#TabShape">TabShape</keyword> - <keyword ref="ntqtabwidget.html#addTab">addTab</keyword> - <keyword ref="ntqtabwidget.html#autoMask-prop">autoMask</keyword> - <keyword ref="ntqtabwidget.html#changeTab">changeTab</keyword> - <keyword ref="ntqtabwidget.html#cornerWidget">cornerWidget</keyword> - <keyword ref="ntqtabwidget.html#count">count</keyword> - <keyword ref="ntqtabwidget.html#count-prop">count</keyword> - <keyword ref="ntqtabwidget.html#currentChanged">currentChanged</keyword> - <keyword ref="ntqtabwidget.html#currentPage">currentPage</keyword> - <keyword ref="ntqtabwidget.html#currentPage-prop">currentPage</keyword> - <keyword ref="ntqtabwidget.html#currentPageIndex">currentPageIndex</keyword> - <keyword ref="ntqtabwidget.html#indexOf">indexOf</keyword> - <keyword ref="ntqtabwidget.html#insertTab">insertTab</keyword> - <keyword ref="ntqtabwidget.html#isTabEnabled">isTabEnabled</keyword> - <keyword ref="ntqtabwidget.html#label">label</keyword> - <keyword ref="ntqtabwidget.html#margin">margin</keyword> - <keyword ref="ntqtabwidget.html#margin-prop">margin</keyword> - <keyword ref="ntqtabwidget.html#page">page</keyword> - <keyword ref="ntqtabwidget.html#removePage">removePage</keyword> - <keyword ref="ntqtabwidget.html#removeTabToolTip">removeTabToolTip</keyword> - <keyword ref="ntqtabwidget.html#setCornerWidget">setCornerWidget</keyword> - <keyword ref="ntqtabwidget.html#setCurrentPage">setCurrentPage</keyword> - <keyword ref="ntqtabwidget.html#setMargin">setMargin</keyword> - <keyword ref="ntqtabwidget.html#setTabBar">setTabBar</keyword> - <keyword ref="ntqtabwidget.html#setTabEnabled">setTabEnabled</keyword> - <keyword ref="ntqtabwidget.html#setTabIconSet">setTabIconSet</keyword> - <keyword ref="ntqtabwidget.html#setTabLabel">setTabLabel</keyword> - <keyword ref="ntqtabwidget.html#setTabPosition">setTabPosition</keyword> - <keyword ref="ntqtabwidget.html#setTabShape">setTabShape</keyword> - <keyword ref="ntqtabwidget.html#setTabToolTip">setTabToolTip</keyword> - <keyword ref="ntqtabwidget.html#showPage">showPage</keyword> - <keyword ref="ntqtabwidget.html#showTab">showTab</keyword> - <keyword ref="ntqtabwidget.html#tabBar">tabBar</keyword> - <keyword ref="ntqtabwidget.html#tabIconSet">tabIconSet</keyword> - <keyword ref="ntqtabwidget.html#tabLabel">tabLabel</keyword> - <keyword ref="ntqtabwidget.html#tabPosition">tabPosition</keyword> - <keyword ref="ntqtabwidget.html#tabPosition-prop">tabPosition</keyword> - <keyword ref="ntqtabwidget.html#tabShape">tabShape</keyword> - <keyword ref="ntqtabwidget.html#tabShape-prop">tabShape</keyword> - <keyword ref="ntqtabwidget.html#tabToolTip">tabToolTip</keyword> - <section ref="qtabwidget-members.html" title="List of All Member Functions"/> - <section ref="qtabwidget-h.html" title="Header File"/> +<section ref="tqtabwidget.html" title="TQTabWidget Class Reference"> + <keyword ref="tqtabwidget.html">TQTabWidget</keyword> + <keyword ref="tqtabwidget.html#TabPosition">TabPosition</keyword> + <keyword ref="tqtabwidget.html#TabShape">TabShape</keyword> + <keyword ref="tqtabwidget.html#addTab">addTab</keyword> + <keyword ref="tqtabwidget.html#autoMask-prop">autoMask</keyword> + <keyword ref="tqtabwidget.html#changeTab">changeTab</keyword> + <keyword ref="tqtabwidget.html#cornerWidget">cornerWidget</keyword> + <keyword ref="tqtabwidget.html#count">count</keyword> + <keyword ref="tqtabwidget.html#count-prop">count</keyword> + <keyword ref="tqtabwidget.html#currentChanged">currentChanged</keyword> + <keyword ref="tqtabwidget.html#currentPage">currentPage</keyword> + <keyword ref="tqtabwidget.html#currentPage-prop">currentPage</keyword> + <keyword ref="tqtabwidget.html#currentPageIndex">currentPageIndex</keyword> + <keyword ref="tqtabwidget.html#indexOf">indexOf</keyword> + <keyword ref="tqtabwidget.html#insertTab">insertTab</keyword> + <keyword ref="tqtabwidget.html#isTabEnabled">isTabEnabled</keyword> + <keyword ref="tqtabwidget.html#label">label</keyword> + <keyword ref="tqtabwidget.html#margin">margin</keyword> + <keyword ref="tqtabwidget.html#margin-prop">margin</keyword> + <keyword ref="tqtabwidget.html#page">page</keyword> + <keyword ref="tqtabwidget.html#removePage">removePage</keyword> + <keyword ref="tqtabwidget.html#removeTabToolTip">removeTabToolTip</keyword> + <keyword ref="tqtabwidget.html#setCornerWidget">setCornerWidget</keyword> + <keyword ref="tqtabwidget.html#setCurrentPage">setCurrentPage</keyword> + <keyword ref="tqtabwidget.html#setMargin">setMargin</keyword> + <keyword ref="tqtabwidget.html#setTabBar">setTabBar</keyword> + <keyword ref="tqtabwidget.html#setTabEnabled">setTabEnabled</keyword> + <keyword ref="tqtabwidget.html#setTabIconSet">setTabIconSet</keyword> + <keyword ref="tqtabwidget.html#setTabLabel">setTabLabel</keyword> + <keyword ref="tqtabwidget.html#setTabPosition">setTabPosition</keyword> + <keyword ref="tqtabwidget.html#setTabShape">setTabShape</keyword> + <keyword ref="tqtabwidget.html#setTabToolTip">setTabToolTip</keyword> + <keyword ref="tqtabwidget.html#showPage">showPage</keyword> + <keyword ref="tqtabwidget.html#showTab">showTab</keyword> + <keyword ref="tqtabwidget.html#tabBar">tabBar</keyword> + <keyword ref="tqtabwidget.html#tabIconSet">tabIconSet</keyword> + <keyword ref="tqtabwidget.html#tabLabel">tabLabel</keyword> + <keyword ref="tqtabwidget.html#tabPosition">tabPosition</keyword> + <keyword ref="tqtabwidget.html#tabPosition-prop">tabPosition</keyword> + <keyword ref="tqtabwidget.html#tabShape">tabShape</keyword> + <keyword ref="tqtabwidget.html#tabShape-prop">tabShape</keyword> + <keyword ref="tqtabwidget.html#tabToolTip">tabToolTip</keyword> + <section ref="tqtabwidget-members.html" title="List of All Member Functions"/> + <section ref="tqtabwidget-h.html" title="Header File"/> </section> <section ref="tqtextbrowser.html" title="TQTextBrowser Class Reference"> <keyword ref="tqtextbrowser.html">TQTextBrowser</keyword> @@ -8983,42 +8983,42 @@ <section ref="qwindowsstyle-members.html" title="List of All Member Functions"/> <section ref="qwindowsstyle-h.html" title="Header File"/> </section> -<section ref="ntqwizard.html" title="QWizard Class Reference"> - <keyword ref="ntqwizard.html">QWizard</keyword> - <keyword ref="ntqwizard.html#addPage">addPage</keyword> - <keyword ref="ntqwizard.html#appropriate">appropriate</keyword> - <keyword ref="ntqwizard.html#back">back</keyword> - <keyword ref="ntqwizard.html#backButton">backButton</keyword> - <keyword ref="ntqwizard.html#cancelButton">cancelButton</keyword> - <keyword ref="ntqwizard.html#currentPage">currentPage</keyword> - <keyword ref="ntqwizard.html#finishButton">finishButton</keyword> - <keyword ref="ntqwizard.html#help">help</keyword> - <keyword ref="ntqwizard.html#helpButton">helpButton</keyword> - <keyword ref="ntqwizard.html#helpClicked">helpClicked</keyword> - <keyword ref="ntqwizard.html#indexOf">indexOf</keyword> - <keyword ref="ntqwizard.html#insertPage">insertPage</keyword> - <keyword ref="ntqwizard.html#layOutButtonRow">layOutButtonRow</keyword> - <keyword ref="ntqwizard.html#layOutTitleRow">layOutTitleRow</keyword> - <keyword ref="ntqwizard.html#next">next</keyword> - <keyword ref="ntqwizard.html#nextButton">nextButton</keyword> - <keyword ref="ntqwizard.html#page">page</keyword> - <keyword ref="ntqwizard.html#pageCount">pageCount</keyword> - <keyword ref="ntqwizard.html#removePage">removePage</keyword> - <keyword ref="ntqwizard.html#selected">selected</keyword> - <keyword ref="ntqwizard.html#setAppropriate">setAppropriate</keyword> - <keyword ref="ntqwizard.html#setBackEnabled">setBackEnabled</keyword> - <keyword ref="ntqwizard.html#setFinishEnabled">setFinishEnabled</keyword> - <keyword ref="ntqwizard.html#setHelpEnabled">setHelpEnabled</keyword> - <keyword ref="ntqwizard.html#setNextEnabled">setNextEnabled</keyword> - <keyword ref="ntqwizard.html#setTitle">setTitle</keyword> - <keyword ref="ntqwizard.html#setTitleFont">setTitleFont</keyword> - <keyword ref="ntqwizard.html#showPage">showPage</keyword> - <keyword ref="ntqwizard.html#title">title</keyword> - <keyword ref="ntqwizard.html#titleFont">titleFont</keyword> - <keyword ref="ntqwizard.html#titleFont-prop">titleFont</keyword> - <keyword ref="ntqwizard.html#~QWizard">~QWizard</keyword> - <section ref="qwizard-members.html" title="List of All Member Functions"/> - <section ref="qwizard-h.html" title="Header File"/> +<section ref="tqwizard.html" title="TQWizard Class Reference"> + <keyword ref="tqwizard.html">TQWizard</keyword> + <keyword ref="tqwizard.html#addPage">addPage</keyword> + <keyword ref="tqwizard.html#appropriate">appropriate</keyword> + <keyword ref="tqwizard.html#back">back</keyword> + <keyword ref="tqwizard.html#backButton">backButton</keyword> + <keyword ref="tqwizard.html#cancelButton">cancelButton</keyword> + <keyword ref="tqwizard.html#currentPage">currentPage</keyword> + <keyword ref="tqwizard.html#finishButton">finishButton</keyword> + <keyword ref="tqwizard.html#help">help</keyword> + <keyword ref="tqwizard.html#helpButton">helpButton</keyword> + <keyword ref="tqwizard.html#helpClicked">helpClicked</keyword> + <keyword ref="tqwizard.html#indexOf">indexOf</keyword> + <keyword ref="tqwizard.html#insertPage">insertPage</keyword> + <keyword ref="tqwizard.html#layOutButtonRow">layOutButtonRow</keyword> + <keyword ref="tqwizard.html#layOutTitleRow">layOutTitleRow</keyword> + <keyword ref="tqwizard.html#next">next</keyword> + <keyword ref="tqwizard.html#nextButton">nextButton</keyword> + <keyword ref="tqwizard.html#page">page</keyword> + <keyword ref="tqwizard.html#pageCount">pageCount</keyword> + <keyword ref="tqwizard.html#removePage">removePage</keyword> + <keyword ref="tqwizard.html#selected">selected</keyword> + <keyword ref="tqwizard.html#setAppropriate">setAppropriate</keyword> + <keyword ref="tqwizard.html#setBackEnabled">setBackEnabled</keyword> + <keyword ref="tqwizard.html#setFinishEnabled">setFinishEnabled</keyword> + <keyword ref="tqwizard.html#setHelpEnabled">setHelpEnabled</keyword> + <keyword ref="tqwizard.html#setNextEnabled">setNextEnabled</keyword> + <keyword ref="tqwizard.html#setTitle">setTitle</keyword> + <keyword ref="tqwizard.html#setTitleFont">setTitleFont</keyword> + <keyword ref="tqwizard.html#showPage">showPage</keyword> + <keyword ref="tqwizard.html#title">title</keyword> + <keyword ref="tqwizard.html#titleFont">titleFont</keyword> + <keyword ref="tqwizard.html#titleFont-prop">titleFont</keyword> + <keyword ref="tqwizard.html#~TQWizard">~TQWizard</keyword> + <section ref="tqwizard-members.html" title="List of All Member Functions"/> + <section ref="tqwizard-h.html" title="Header File"/> </section> <section ref="tqwmatrix.html" title="TQWMatrix Class Reference"> <keyword ref="tqwmatrix.html">TQWMatrix</keyword> @@ -9467,8 +9467,8 @@ <section ref="helpsystem-example.html" title="Helpsystem"> <keyword ref="helpsystem-example.html">Helpsystem</keyword> </section> -<section ref="bigtable-example.html" title="How to create a large, sparse QTable"> - <keyword ref="bigtable-example.html">How to create a large, sparse QTable</keyword> +<section ref="bigtable-example.html" title="How to create a large, sparse TQTable"> + <keyword ref="bigtable-example.html">How to create a large, sparse TQTable</keyword> </section> <section ref="how-to-learn-ntqt.html" title="How to Learn Qt"> <keyword ref="how-to-learn-ntqt.html">How to Learn Qt</keyword> diff --git a/doc/html/qvbox-members.html b/doc/html/qvbox-members.html index b1e4c2b3a..cb296de5a 100644 --- a/doc/html/qvbox-members.html +++ b/doc/html/qvbox-members.html @@ -66,7 +66,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -80,8 +80,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -106,14 +106,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -166,7 +166,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -175,14 +175,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -200,7 +200,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -224,7 +224,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -248,24 +248,24 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/qvboxlayout.html b/doc/html/qvboxlayout.html index 0bfc3e7c7..3e6c577da 100644 --- a/doc/html/qvboxlayout.html +++ b/doc/html/qvboxlayout.html @@ -60,7 +60,7 @@ body { background: #ffffff; color: black; } </pre> <p> <center><img src="qvboxlayout.png" alt="TQVBox"></center> -<p> <p>See also <a href="qhboxlayout.html">TQHBoxLayout</a>, <a href="qgridlayout.html">TQGridLayout</a>, <a href="layout.html">the Layout overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. +<p> <p>See also <a href="qhboxlayout.html">TQHBoxLayout</a>, <a href="tqgridlayout.html">TQGridLayout</a>, <a href="layout.html">the Layout overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQVBoxLayout"></a>TQVBoxLayout::TQVBoxLayout ( <a href="tqwidget.html">TQWidget</a> * parent, int margin = 0, int spacing = -1, const char * name = 0 ) diff --git a/doc/html/qvbuttongroup-h.html b/doc/html/qvbuttongroup-h.html index aba7be2c0..30bb2cf11 100644 --- a/doc/html/qvbuttongroup-h.html +++ b/doc/html/qvbuttongroup-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQVBUTTONGROUP_H #ifndef QT_H -#include "ntqbuttongroup.h" +#include "tqbuttongroup.h" #endif // QT_H #ifndef TQT_NO_VBUTTONGROUP diff --git a/doc/html/qvbuttongroup-members.html b/doc/html/qvbuttongroup-members.html index 3f951a633..232b1c30b 100644 --- a/doc/html/qvbuttongroup-members.html +++ b/doc/html/qvbuttongroup-members.html @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqbuttongroup.html#clicked">clicked</a>() +<li><a href="tqbuttongroup.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() @@ -71,9 +71,9 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqbuttongroup.html#count">count</a>() +<li><a href="tqbuttongroup.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() @@ -86,8 +86,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -99,7 +99,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="tqwidget.html#event">event</a>() <li><a href="tqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqbuttongroup.html#find">find</a>() +<li><a href="tqbuttongroup.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() <li><a href="tqwidget.html#focusNextPrevChild">focusNextPrevChild</a>() @@ -112,14 +112,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -136,12 +136,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() -<li><a href="ntqbuttongroup.html#id">id</a>() +<li><a href="tqbuttongroup.html#id">id</a>() <li><a href="tqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="tqobject.html#inherits">inherits</a>() -<li><a href="ntqbuttongroup.html#insert">insert</a>() +<li><a href="tqbuttongroup.html#insert">insert</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqgroupbox.html#insideMargin">insideMargin</a>() <li><a href="ntqgroupbox.html#insideSpacing">insideSpacing</a>() @@ -155,7 +155,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqbuttongroup.html#isExclusive">isExclusive</a>() +<li><a href="tqbuttongroup.html#isExclusive">isExclusive</a>() <li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqgroupbox.html#isFlat">isFlat</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() @@ -166,7 +166,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqbuttongroup.html#isRadioButtonExclusive">isRadioButtonExclusive</a>() +<li><a href="tqbuttongroup.html#isRadioButtonExclusive">isRadioButtonExclusive</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() @@ -181,7 +181,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -190,14 +190,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -209,7 +209,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="tqwidget.html#move">move</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqbuttongroup.html#moveFocus">moveFocus</a>() +<li><a href="tqbuttongroup.html#moveFocus">moveFocus</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() @@ -217,7 +217,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -228,7 +228,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#parentWidget">parentWidget</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqbuttongroup.html#pressed">pressed</a>() +<li><a href="tqbuttongroup.html#pressed">pressed</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -236,18 +236,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqbuttongroup.html#released">released</a>() -<li><a href="ntqbuttongroup.html#remove">remove</a>() +<li><a href="tqbuttongroup.html#released">released</a>() +<li><a href="tqbuttongroup.html#remove">remove</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqbuttongroup.html#selected">selected</a>() -<li><a href="ntqbuttongroup.html#selectedId">selectedId</a>() +<li><a href="tqbuttongroup.html#selected">selected</a>() +<li><a href="tqbuttongroup.html#selectedId">selectedId</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -258,7 +258,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() -<li><a href="ntqbuttongroup.html#setButton">setButton</a>() +<li><a href="tqbuttongroup.html#setButton">setButton</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="ntqgroupbox.html#setCheckable">setCheckable</a>() <li><a href="ntqgroupbox.html#setChecked">setChecked</a>() @@ -269,7 +269,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() -<li><a href="ntqbuttongroup.html#setExclusive">setExclusive</a>() +<li><a href="tqbuttongroup.html#setExclusive">setExclusive</a>() <li><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>() <li><a href="tqwidget.html#setFixedSize">setFixedSize</a>() <li><a href="tqwidget.html#setFixedWidth">setFixedWidth</a>() @@ -278,10 +278,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() @@ -290,14 +290,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqgroupbox.html#setInsideMargin">setInsideMargin</a>() <li><a href="ntqgroupbox.html#setInsideSpacing">setInsideSpacing</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() @@ -309,7 +309,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>() +<li><a href="tqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() diff --git a/doc/html/qvgroupbox-members.html b/doc/html/qvgroupbox-members.html index 965f4eac7..7d0202754 100644 --- a/doc/html/qvgroupbox-members.html +++ b/doc/html/qvgroupbox-members.html @@ -70,7 +70,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -84,8 +84,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -110,14 +110,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -175,7 +175,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -184,14 +184,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -210,7 +210,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -234,7 +234,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -264,10 +264,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() @@ -276,14 +276,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqgroupbox.html#setInsideMargin">setInsideMargin</a>() <li><a href="ntqgroupbox.html#setInsideSpacing">setInsideSpacing</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/qwerty-example.html b/doc/html/qwerty-example.html index b55650d73..1a2245516 100644 --- a/doc/html/qwerty-example.html +++ b/doc/html/qwerty-example.html @@ -50,7 +50,7 @@ body { background: #ffffff; color: black; } #include <<a href="tqwidget-h.html">tqwidget.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> -#include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> +#include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> #include <<a href="tqprinter-h.html">tqprinter.h</a>> class Editor : public <a href="tqwidget.html">TQWidget</a> @@ -84,7 +84,7 @@ private: bool saveAs( const <a href="tqstring.html">TQString</a>& fileName, int code=-1 ); void rebuildCodecList(); <a href="tqmenubar.html">TQMenuBar</a> *m; - <a href="ntqmultilineedit.html">TQMultiLineEdit</a> *e; + <a href="tqmultilineedit.html">TQMultiLineEdit</a> *e; #ifndef TQT_NO_PRINTER <a href="tqprinter.html">TQPrinter</a> printer; #endif @@ -170,7 +170,7 @@ enum { Uni = 0, MBug = 1, Lat1 = 2, Local = 3, Guess = 4, Codec = 5 }; edit-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Select Font" , this, TQ_SLOT(<a href="tqwidget.html#font">font</a>()), ALT+Key_T ); #endif changed = FALSE; - e = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this, "editor" ); + e = new <a href="tqmultilineedit.html">TQMultiLineEdit</a>( this, "editor" ); <a name="x400"></a> <a href="tqobject.html#connect">connect</a>( e, TQ_SIGNAL( <a href="tqtextedit.html#textChanged">textChanged</a>() ), this, TQ_SLOT( textChanged() ) ); // We use Unifont - if you have it installed you'll see all @@ -256,7 +256,7 @@ void Editor::load( const <a href="tqstring.html">TQString</a>& fileName, int <a name="x363"></a> if ( !f.<a href="tqfile.html#open">open</a>( <a href="tqfile.html#open">IO_ReadOnly</a> ) ) return; -<a name="x376"></a> e-><a href="ntqmultilineedit.html#setAutoUpdate">setAutoUpdate</a>( FALSE ); +<a name="x376"></a> e-><a href="tqmultilineedit.html#setAutoUpdate">setAutoUpdate</a>( FALSE ); <a href="tqtextstream.html">TQTextStream</a> t(&f); if ( code >= Codec ) @@ -282,7 +282,7 @@ void Editor::load( const <a href="tqstring.html">TQString</a>& fileName, int <a name="x401"></a><a name="x398"></a> e-><a href="tqtextedit.html#setText">setText</a>( t.<a href="tqtextstream.html#read">read</a>() ); <a name="x362"></a> f.<a href="tqfile.html#close">close</a>(); - e-><a href="ntqmultilineedit.html#setAutoUpdate">setAutoUpdate</a>( TRUE ); + e-><a href="tqmultilineedit.html#setAutoUpdate">setAutoUpdate</a>( TRUE ); <a name="x407"></a> e-><a href="tqwidget.html#repaint">repaint</a>(); <a href="tqwidget.html#setCaption">setCaption</a>( fileName ); @@ -388,7 +388,7 @@ void <a name="f244"></a>Editor::print() <a name="x379"></a> const int MARGIN = metrics.<a href="tqpaintdevicemetrics.html#logicalDpiX">logicalDpiX</a>() / 2; // half-inch margin int yPos = MARGIN; // y position for each line -<a name="x375"></a> for( int i = 0 ; i < e-><a href="ntqmultilineedit.html#numLines">numLines</a>() ; i++ ) { +<a name="x375"></a> for( int i = 0 ; i < e-><a href="tqmultilineedit.html#numLines">numLines</a>() ; i++ ) { if ( printer.aborted() ) break; <a name="x378"></a><a name="x369"></a> if ( yPos + fm.<a href="tqfontmetrics.html#lineSpacing">lineSpacing</a>() > metrics.<a href="tqpaintdevicemetrics.html#height">height</a>() - MARGIN ) { @@ -398,7 +398,7 @@ void <a name="f244"></a>Editor::print() yPos = MARGIN; // back to top of page } <a name="x380"></a> p.<a href="tqpainter.html#drawText">drawText</a>( MARGIN, yPos, metrics.<a href="tqpaintdevicemetrics.html#width">width</a>() - 2*MARGIN, -<a name="x377"></a> fm.<a href="tqfontmetrics.html#lineSpacing">lineSpacing</a>(), ExpandTabs, e-><a href="ntqmultilineedit.html#textLine">textLine</a>( i ) ); +<a name="x377"></a> fm.<a href="tqfontmetrics.html#lineSpacing">lineSpacing</a>(), ExpandTabs, e-><a href="tqmultilineedit.html#textLine">textLine</a>( i ) ); yPos += fm.<a href="tqfontmetrics.html#lineSpacing">lineSpacing</a>(); } p.<a href="tqpainter.html#end">end</a>(); // send job to printer diff --git a/doc/html/rangecontrols-example.html b/doc/html/rangecontrols-example.html index 81ea6c6b9..ab801211d 100644 --- a/doc/html/rangecontrols-example.html +++ b/doc/html/rangecontrols-example.html @@ -98,8 +98,8 @@ private: <a href="ntqhbox.html">TQHBox</a> *row1 = new <a href="ntqhbox.html">TQHBox</a>( this ); <a href="ntqvbox.html">TQVBox</a> *cell2 = new <a href="ntqvbox.html">TQVBox</a>( row1 ); -<a name="x1382"></a> cell2-><a href="ntqframe.html#setMargin">setMargin</a>( 10 ); -<a name="x1381"></a> cell2-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); +<a name="x1382"></a> cell2-><a href="tqframe.html#setMargin">setMargin</a>( 10 ); +<a name="x1381"></a> cell2-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); (void)new <a href="tqwidget.html">TQWidget</a>( cell2 ); @@ -125,8 +125,8 @@ private: <a href="ntqhbox.html">TQHBox</a> *row2 = new <a href="ntqhbox.html">TQHBox</a>( this ); <a href="ntqvbox.html">TQVBox</a> *cell3 = new <a href="ntqvbox.html">TQVBox</a>( row2 ); - cell3-><a href="ntqframe.html#setMargin">setMargin</a>( 10 ); - cell3-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); + cell3-><a href="tqframe.html#setMargin">setMargin</a>( 10 ); + cell3-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); <a href="tqslider.html">TQSlider</a> *hslider = new <a href="tqslider.html">TQSlider</a>( 0, 64, 1, 33, TQt::Horizontal, cell3, "horizontal_s" ); <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd2 = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, cell3 ); <a name="x1384"></a> lcd2-><a href="tqlcdnumber.html#display">display</a>( 33 ); @@ -134,8 +134,8 @@ private: <a name="x1386"></a> <a href="tqobject.html#connect">connect</a>( hslider, TQ_SIGNAL( <a href="tqslider.html#valueChanged">valueChanged</a>( int ) ), lcd2, TQ_SLOT( <a href="tqlcdnumber.html#display">display</a>( int ) ) ); <a href="ntqhbox.html">TQHBox</a> *cell4 = new <a href="ntqhbox.html">TQHBox</a>( row2 ); - cell4-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); - cell4-><a href="ntqframe.html#setMargin">setMargin</a>( 10 ); + cell4-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); + cell4-><a href="tqframe.html#setMargin">setMargin</a>( 10 ); <a href="tqslider.html">TQSlider</a> *vslider = new <a href="tqslider.html">TQSlider</a>( 0, 64, 1, 8, TQt::Vertical, cell4 ); <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd3 = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 3, cell4 ); lcd3-><a href="tqlcdnumber.html#display">display</a>( 8 ); diff --git a/doc/html/regexptester-example.html b/doc/html/regexptester-example.html index c134421d4..c7b9271df 100644 --- a/doc/html/regexptester-example.html +++ b/doc/html/regexptester-example.html @@ -72,7 +72,7 @@ public: <a href="tqcheckbox.html">TQCheckBox</a> *caseSensitiveCheckBox; <a href="tqcheckbox.html">TQCheckBox</a> *minimalCheckBox; <a href="tqcheckbox.html">TQCheckBox</a> *wildcardCheckBox; - <a href="ntqtable.html">TQTable</a> *resultTable; + <a href="tqtable.html">TQTable</a> *resultTable; <a href="tqpushbutton.html">TQPushButton</a> *executePushButton; <a href="tqpushbutton.html">TQPushButton</a> *copyPushButton; <a href="tqpushbutton.html">TQPushButton</a> *quitPushButton; @@ -100,7 +100,7 @@ private: #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqregexp-h.html">tqregexp.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> -#include <<a href="qtable-h.html">ntqtable.h</a>> +#include <<a href="tqtable-h.html">tqtable.h</a>> #include "regexptester.h" @@ -123,23 +123,23 @@ private: <a name="x2475"></a> caseSensitiveCheckBox-><a href="tqcheckbox.html#setChecked">setChecked</a>(true); minimalCheckBox = new <a href="tqcheckbox.html">TQCheckBox</a>(this); wildcardCheckBox = new <a href="tqcheckbox.html">TQCheckBox</a>(this); - resultTable = new <a href="ntqtable.html">TQTable</a>(3, 3, this); -<a name="x2506"></a> resultTable-><a href="ntqtable.html#verticalHeader">verticalHeader</a>()->hide(); -<a name="x2501"></a> resultTable-><a href="ntqtable.html#setLeftMargin">setLeftMargin</a>(0); -<a name="x2499"></a> resultTable-><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>()->hide(); -<a name="x2505"></a> resultTable-><a href="ntqtable.html#setTopMargin">setTopMargin</a>(0); -<a name="x2503"></a> resultTable-><a href="ntqtable.html#setReadOnly">setReadOnly</a>(true); + resultTable = new <a href="tqtable.html">TQTable</a>(3, 3, this); +<a name="x2506"></a> resultTable-><a href="tqtable.html#verticalHeader">verticalHeader</a>()->hide(); +<a name="x2501"></a> resultTable-><a href="tqtable.html#setLeftMargin">setLeftMargin</a>(0); +<a name="x2499"></a> resultTable-><a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->hide(); +<a name="x2505"></a> resultTable-><a href="tqtable.html#setTopMargin">setTopMargin</a>(0); +<a name="x2503"></a> resultTable-><a href="tqtable.html#setReadOnly">setReadOnly</a>(true); executePushButton = new <a href="tqpushbutton.html">TQPushButton</a>(this); <a name="x2484"></a> executePushButton-><a href="tqpushbutton.html#setDefault">setDefault</a>(true); copyPushButton = new <a href="tqpushbutton.html">TQPushButton</a>(this); quitPushButton = new <a href="tqpushbutton.html">TQPushButton</a>(this); statusBar = new <a href="tqstatusbar.html">TQStatusBar</a>(this); - <a href="qgridlayout.html">TQGridLayout</a> *gridLayout = new <a href="qgridlayout.html">TQGridLayout</a>(2, 2, 6); - gridLayout-><a href="qgridlayout.html#addWidget">addWidget</a>(regexLabel, 0, 0); - gridLayout-><a href="qgridlayout.html#addWidget">addWidget</a>(regexComboBox, 0, 1); - gridLayout-><a href="qgridlayout.html#addWidget">addWidget</a>(textLabel, 1, 0); - gridLayout-><a href="qgridlayout.html#addWidget">addWidget</a>(textComboBox, 1, 1); + <a href="tqgridlayout.html">TQGridLayout</a> *gridLayout = new <a href="tqgridlayout.html">TQGridLayout</a>(2, 2, 6); + gridLayout-><a href="tqgridlayout.html#addWidget">addWidget</a>(regexLabel, 0, 0); + gridLayout-><a href="tqgridlayout.html#addWidget">addWidget</a>(regexComboBox, 0, 1); + gridLayout-><a href="tqgridlayout.html#addWidget">addWidget</a>(textLabel, 1, 0); + gridLayout-><a href="tqgridlayout.html#addWidget">addWidget</a>(textComboBox, 1, 1); <a href="qhboxlayout.html">TQHBoxLayout</a> *checkboxLayout = new <a href="qhboxlayout.html">TQHBoxLayout</a>(0, 6, 6); checkboxLayout-><a href="qboxlayout.html#addWidget">addWidget</a>(caseSensitiveCheckBox); checkboxLayout-><a href="qboxlayout.html#addWidget">addWidget</a>(minimalCheckBox); @@ -163,9 +163,9 @@ private: languageChange(); - <a href="tqobject.html#connect">connect</a>(copyPushButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(copy())); - <a href="tqobject.html#connect">connect</a>(executePushButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(execute())); - <a href="tqobject.html#connect">connect</a>(quitPushButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(<a href="tqdialog.html#accept">accept</a>())); + <a href="tqobject.html#connect">connect</a>(copyPushButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(copy())); + <a href="tqobject.html#connect">connect</a>(executePushButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(execute())); + <a href="tqobject.html#connect">connect</a>(quitPushButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(<a href="tqdialog.html#accept">accept</a>())); execute(); } @@ -189,51 +189,51 @@ void <a name="f557"></a>RegexpTester::execute() <a name="x2489"></a> int captures = re.<a href="tqregexp.html#numCaptures">numCaptures</a>(); int row = 0; const int OFFSET = 5; -<a name="x2502"></a> resultTable-><a href="ntqtable.html#setNumRows">setNumRows</a>(0); - resultTable-><a href="ntqtable.html#setNumRows">setNumRows</a>(captures + OFFSET); -<a name="x2504"></a> resultTable-><a href="ntqtable.html#setText">setText</a>(row, 0, tr("Regex")); +<a name="x2502"></a> resultTable-><a href="tqtable.html#setNumRows">setNumRows</a>(0); + resultTable-><a href="tqtable.html#setNumRows">setNumRows</a>(captures + OFFSET); +<a name="x2504"></a> resultTable-><a href="tqtable.html#setText">setText</a>(row, 0, tr("Regex")); <a href="tqstring.html">TQString</a> escaped = regex; <a name="x2497"></a> escaped = escaped.<a href="tqstring.html#replace">replace</a>("\\", "\\\\"); - resultTable-><a href="ntqtable.html#setText">setText</a>(row, 1, escaped); -<a name="x2500"></a> resultTable-><a href="ntqtable.html#item">item</a>(row, 1)->setSpan(1, 2); + resultTable-><a href="tqtable.html#setText">setText</a>(row, 1, escaped); +<a name="x2500"></a> resultTable-><a href="tqtable.html#item">item</a>(row, 1)->setSpan(1, 2); if (offset != -1) { ++row; - resultTable-><a href="ntqtable.html#setText">setText</a>(row, 0, tr("Offset")); - resultTable-><a href="ntqtable.html#setText">setText</a>(row, 1, TQString::number(offset)); - resultTable-><a href="ntqtable.html#item">item</a>(row, 1)->setSpan(1, 2); + resultTable-><a href="tqtable.html#setText">setText</a>(row, 0, tr("Offset")); + resultTable-><a href="tqtable.html#setText">setText</a>(row, 1, TQString::number(offset)); + resultTable-><a href="tqtable.html#item">item</a>(row, 1)->setSpan(1, 2); if (!wildcard) { ++row; - resultTable-><a href="ntqtable.html#setText">setText</a>(row, 0, tr("Captures")); - resultTable-><a href="ntqtable.html#setText">setText</a>(row, 1, TQString::number(captures)); - resultTable-><a href="ntqtable.html#item">item</a>(row, 1)->setSpan(1, 2); + resultTable-><a href="tqtable.html#setText">setText</a>(row, 0, tr("Captures")); + resultTable-><a href="tqtable.html#setText">setText</a>(row, 1, TQString::number(captures)); + resultTable-><a href="tqtable.html#item">item</a>(row, 1)->setSpan(1, 2); ++row; - resultTable-><a href="ntqtable.html#setText">setText</a>(row, 1, tr("Text")); - resultTable-><a href="ntqtable.html#setText">setText</a>(row, 2, tr("Characters")); + resultTable-><a href="tqtable.html#setText">setText</a>(row, 1, tr("Text")); + resultTable-><a href="tqtable.html#setText">setText</a>(row, 2, tr("Characters")); } ++row; - resultTable-><a href="ntqtable.html#setText">setText</a>(row, 0, tr("Match")); -<a name="x2485"></a> resultTable-><a href="ntqtable.html#setText">setText</a>(row, 1, re.<a href="tqregexp.html#cap">cap</a>(0)); -<a name="x2488"></a> resultTable-><a href="ntqtable.html#setText">setText</a>(row, 2, TQString::number(re.<a href="tqregexp.html#matchedLength">matchedLength</a>())); + resultTable-><a href="tqtable.html#setText">setText</a>(row, 0, tr("Match")); +<a name="x2485"></a> resultTable-><a href="tqtable.html#setText">setText</a>(row, 1, re.<a href="tqregexp.html#cap">cap</a>(0)); +<a name="x2488"></a> resultTable-><a href="tqtable.html#setText">setText</a>(row, 2, TQString::number(re.<a href="tqregexp.html#matchedLength">matchedLength</a>())); if (!wildcard) { for (int i = 1; i <= captures; ++i) { - resultTable-><a href="ntqtable.html#setText">setText</a>(row + i, 0, tr("Capture #%1").arg(i)); - resultTable-><a href="ntqtable.html#setText">setText</a>(row + i, 1, re.<a href="tqregexp.html#cap">cap</a>(i)); - resultTable-><a href="ntqtable.html#setText">setText</a>(row + i, 2, + resultTable-><a href="tqtable.html#setText">setText</a>(row + i, 0, tr("Capture #%1").arg(i)); + resultTable-><a href="tqtable.html#setText">setText</a>(row + i, 1, re.<a href="tqregexp.html#cap">cap</a>(i)); + resultTable-><a href="tqtable.html#setText">setText</a>(row + i, 2, <a name="x2496"></a> TQString::<a href="tqstring.html#number">number</a>(re.<a href="tqregexp.html#cap">cap</a>(i).length())); } } else - resultTable-><a href="ntqtable.html#setNumRows">setNumRows</a>(3); + resultTable-><a href="tqtable.html#setNumRows">setNumRows</a>(3); } else { - resultTable-><a href="ntqtable.html#setNumRows">setNumRows</a>(2); + resultTable-><a href="tqtable.html#setNumRows">setNumRows</a>(2); ++row; - resultTable-><a href="ntqtable.html#setText">setText</a>(row, 0, tr("No matches")); - resultTable-><a href="ntqtable.html#item">item</a>(row, 0)->setSpan(1, 3); + resultTable-><a href="tqtable.html#setText">setText</a>(row, 0, tr("No matches")); + resultTable-><a href="tqtable.html#item">item</a>(row, 0)->setSpan(1, 3); } -<a name="x2498"></a> resultTable-><a href="ntqtable.html#adjustColumn">adjustColumn</a>(0); - resultTable-><a href="ntqtable.html#adjustColumn">adjustColumn</a>(1); - resultTable-><a href="ntqtable.html#adjustColumn">adjustColumn</a>(2); +<a name="x2498"></a> resultTable-><a href="tqtable.html#adjustColumn">adjustColumn</a>(0); + resultTable-><a href="tqtable.html#adjustColumn">adjustColumn</a>(1); + resultTable-><a href="tqtable.html#adjustColumn">adjustColumn</a>(2); statusBar-><a href="tqstatusbar.html#message">message</a>(<a href="tqobject.html#tr">tr</a>("Executed \"%1\" on \"%2\"") .arg(escaped).arg(text)); } @@ -262,12 +262,12 @@ void <a name="f559"></a>RegexpTester::languageChange() <a name="x2479"></a> regexComboBox-><a href="tqcombobox.html#insertItem">insertItem</a>(<a href="tqobject.html#tr">tr</a>("[A-Z]+=(\\d+):(\\d*)")); textLabel-><a href="tqlabel.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Text:")); textComboBox-><a href="tqcombobox.html#insertItem">insertItem</a>(<a href="tqobject.html#tr">tr</a>("ABC=12:3456")); -<a name="x2473"></a> caseSensitiveCheckBox-><a href="ntqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("Case &Sensitive")); - minimalCheckBox-><a href="ntqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Minimal")); - wildcardCheckBox-><a href="ntqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Wildcard")); - copyPushButton-><a href="ntqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Copy")); - executePushButton-><a href="ntqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Execute")); - quitPushButton-><a href="ntqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Quit")); +<a name="x2473"></a> caseSensitiveCheckBox-><a href="tqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("Case &Sensitive")); + minimalCheckBox-><a href="tqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Minimal")); + wildcardCheckBox-><a href="tqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Wildcard")); + copyPushButton-><a href="tqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Copy")); + executePushButton-><a href="tqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Execute")); + quitPushButton-><a href="tqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Quit")); } </pre> diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html index e7f0867f3..137f89b9a 100644 --- a/doc/html/richtext-example.html +++ b/doc/html/richtext-example.html @@ -159,7 +159,7 @@ static const char* sayings[] = { <a name="f255"></a>MyRichText::MyRichText( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqframe.html#setMargin">setMargin</a>( 5 ); + <a href="tqframe.html#setMargin">setMargin</a>( 5 ); view = new <a href="tqtextview.html">TQTextView</a>( this ); <a name="x465"></a> view-><a href="tqtextedit.html#setText">setText</a>( "This is a <b>Test</b> with <i>italic</i> <u>stuff</u>" ); @@ -174,7 +174,7 @@ static const char* sayings[] = { <a name="x467"></a> view-><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>( 450, 250 ); <a href="ntqhbox.html">TQHBox</a> *buttons = new <a href="ntqhbox.html">TQHBox</a>( this ); - buttons-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); + buttons-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); bClose = new <a href="tqpushbutton.html">TQPushButton</a>( "&Close", buttons ); bPrev = new <a href="tqpushbutton.html">TQPushButton</a>( "<< &Prev", buttons ); @@ -182,9 +182,9 @@ static const char* sayings[] = { <a name="x466"></a> bPrev-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); -<a name="x462"></a> <a href="tqobject.html#connect">connect</a>( bClose, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); - <a href="tqobject.html#connect">connect</a>( bPrev, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( prev() ) ); - <a href="tqobject.html#connect">connect</a>( bNext, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( next() ) ); +<a name="x462"></a> <a href="tqobject.html#connect">connect</a>( bClose, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); + <a href="tqobject.html#connect">connect</a>( bPrev, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( prev() ) ); + <a href="tqobject.html#connect">connect</a>( bNext, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( next() ) ); num = 0; } diff --git a/doc/html/rot-example.html b/doc/html/rot-example.html index dad8dae48..0057fab4e 100644 --- a/doc/html/rot-example.html +++ b/doc/html/rot-example.html @@ -71,7 +71,7 @@ private slots: void changeRight(); private: - <a href="ntqmultilineedit.html">TQMultiLineEdit</a> * left, * right; + <a href="tqmultilineedit.html">TQMultiLineEdit</a> * left, * right; }; #endif @@ -91,26 +91,26 @@ private: #include "rot13.h" -#include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> +#include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> <a name="f432"></a>Rot13::Rot13() { - left = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this, "left" ); - right = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this, "right" ); + left = new <a href="tqmultilineedit.html">TQMultiLineEdit</a>( this, "left" ); + right = new <a href="tqmultilineedit.html">TQMultiLineEdit</a>( this, "right" ); <a name="x1375"></a> <a href="tqobject.html#connect">connect</a>( left, TQ_SIGNAL(<a href="tqtextedit.html#textChanged">textChanged</a>()), this, TQ_SLOT(changeRight()) ); <a href="tqobject.html#connect">connect</a>( right, TQ_SIGNAL(<a href="tqtextedit.html#textChanged">textChanged</a>()), this, TQ_SLOT(changeLeft()) ); <a href="tqpushbutton.html">TQPushButton</a> * quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this ); <a name="x1379"></a> quit-><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>( NoFocus ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); - <a href="qgridlayout.html">TQGridLayout</a> * l = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 5 ); -<a name="x1370"></a> l-><a href="qgridlayout.html#addWidget">addWidget</a>( left, 0, 0 ); - l-><a href="qgridlayout.html#addWidget">addWidget</a>( right, 0, 1 ); - l-><a href="qgridlayout.html#addWidget">addWidget</a>( quit, 1, 1, AlignRight ); + <a href="tqgridlayout.html">TQGridLayout</a> * l = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 5 ); +<a name="x1370"></a> l-><a href="tqgridlayout.html#addWidget">addWidget</a>( left, 0, 0 ); + l-><a href="tqgridlayout.html#addWidget">addWidget</a>( right, 0, 1 ); + l-><a href="tqgridlayout.html#addWidget">addWidget</a>( quit, 1, 1, AlignRight ); <a name="x1378"></a> left-><a href="tqwidget.html#setFocus">setFocus</a>(); } diff --git a/doc/html/scribble-example.html b/doc/html/scribble-example.html index 232179dc8..53a9a56e2 100644 --- a/doc/html/scribble-example.html +++ b/doc/html/scribble-example.html @@ -256,12 +256,12 @@ void <a name="f340"></a>Canvas::clearScreen() <a href="tqtoolbar.html">TQToolBar</a> *tools = new <a href="tqtoolbar.html">TQToolBar</a>( this ); bSave = new <a href="tqtoolbutton.html">TQToolButton</a>( TQPixmap(), "Save", "Save as PNG image", this, TQ_SLOT( slotSave() ), tools ); -<a name="x944"></a> bSave-><a href="ntqbutton.html#setText">setText</a>( "Save as..." ); +<a name="x944"></a> bSave-><a href="tqbutton.html#setText">setText</a>( "Save as..." ); <a name="x943"></a> tools-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); bPColor = new <a href="tqtoolbutton.html">TQToolButton</a>( TQPixmap(), "Choose Pen Color", "Choose Pen Color", this, TQ_SLOT( slotColor() ), tools ); - bPColor-><a href="ntqbutton.html#setText">setText</a>( "Choose Pen Color..." ); + bPColor-><a href="tqbutton.html#setText">setText</a>( "Choose Pen Color..." ); tools-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); @@ -273,7 +273,7 @@ void <a name="f340"></a>Canvas::clearScreen() tools-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); bClear = new <a href="tqtoolbutton.html">TQToolButton</a>( TQPixmap(), "Clear Screen", "Clear Screen", this, TQ_SLOT( slotClear() ), tools ); - bClear-><a href="ntqbutton.html#setText">setText</a>( "Clear Screen" ); + bClear-><a href="tqbutton.html#setText">setText</a>( "Clear Screen" ); } void <a name="f342"></a>Scribble::slotSave() diff --git a/doc/html/scrollview-example.html b/doc/html/scrollview-example.html index c23b0321c..53633144e 100644 --- a/doc/html/scrollview-example.html +++ b/doc/html/scrollview-example.html @@ -57,7 +57,7 @@ optimized for very large contents. #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> +#include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> #include <<a href="tqsizegrip-h.html">tqsizegrip.h</a>> #include <stdlib.h> @@ -71,19 +71,19 @@ static const int max_mlw = 5; static const int max_mw = 10; -class BigShrinker : public <a href="ntqframe.html">TQFrame</a> { +class BigShrinker : public <a href="tqframe.html">TQFrame</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: BigShrinker(TQWidget* parent) : - <a href="ntqframe.html">TQFrame</a>(parent) + <a href="tqframe.html">TQFrame</a>(parent) { setFrameStyle(TQFrame::Box|TQFrame::Sunken); int h=35; int b=0; for (int y=0; y<2000-h; y+=h+10) { if (y == 0) { - <a href="ntqbutton.html">TQButton</a>* q=new <a href="tqpushbutton.html">TQPushButton</a>("Quit", this); - connect(q, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); + <a href="tqbutton.html">TQButton</a>* q=new <a href="tqpushbutton.html">TQPushButton</a>("Quit", this); + connect(q, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); } else { <a href="tqstring.html">TQString</a> str; if ( b > 0 ) { @@ -119,7 +119,7 @@ signals: }; class BigMatrix : public <a href="tqscrollview.html">TQScrollView</a> { - <a href="ntqmultilineedit.html">TQMultiLineEdit</a> *dragging; + <a href="tqmultilineedit.html">TQMultiLineEdit</a> *dragging; public: BigMatrix(TQWidget* parent) : <a href="tqscrollview.html">TQScrollView</a>(parent,"matrix", WStaticContents), @@ -135,7 +135,7 @@ public: { int x, y; viewportToContents( e->x(), e->y(), x, y ); - dragging = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>(viewport(),"Another"); + dragging = new <a href="tqmultilineedit.html">TQMultiLineEdit</a>(viewport(),"Another"); <a name="x657"></a> dragging-><a href="tqtextedit.html#setText">setText</a>("Thanks!"); <a name="x650"></a> dragging-><a href="tqwidget.html#resize">resize</a>(100,100); addChild(dragging, x, y); @@ -279,7 +279,7 @@ public: <a name="x648"></a> vp-><a href="tqscrollview.html#enableClipper">enableClipper</a>(TRUE); srand(1); for (int i=0; i<30; i++) { - <a href="ntqmultilineedit.html">TQMultiLineEdit</a> *l = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>(vp-><a href="tqscrollview.html#viewport">viewport</a>(),"First"); + <a href="tqmultilineedit.html">TQMultiLineEdit</a> *l = new <a href="tqmultilineedit.html">TQMultiLineEdit</a>(vp-><a href="tqscrollview.html#viewport">viewport</a>(),"First"); l-><a href="tqtextedit.html#setText">setText</a>("Drag out more of these."); l-><a href="tqwidget.html#resize">resize</a>(100,100); vp-><a href="tqscrollview.html#addChild">addChild</a>(l, rand()%800, rand()%10000); @@ -398,19 +398,19 @@ private slots: if (id == style_id) { sty = 0; } else if (id & TQFrame::MShape) { -<a name="x622"></a> sty = vp-><a href="ntqframe.html#frameStyle">frameStyle</a>()&TQFrame::MShadow; - sty = (sty ? sty : <a href="ntqframe.html">TQFrame</a>::Plain) | (id&TQFrame::MShape); +<a name="x622"></a> sty = vp-><a href="tqframe.html#frameStyle">frameStyle</a>()&TQFrame::MShadow; + sty = (sty ? sty : <a href="tqframe.html">TQFrame</a>::Plain) | (id&TQFrame::MShape); } else { - sty = vp-><a href="ntqframe.html#frameStyle">frameStyle</a>()&TQFrame::MShape; - sty = (sty ? sty : <a href="ntqframe.html">TQFrame</a>::Box) | (id&TQFrame::MShadow); + sty = vp-><a href="tqframe.html#frameStyle">frameStyle</a>()&TQFrame::MShape; + sty = (sty ? sty : <a href="tqframe.html">TQFrame</a>::Box) | (id&TQFrame::MShadow); } -<a name="x626"></a> vp-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>(sty); +<a name="x626"></a> vp-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>(sty); } else if (id & lw_id) { -<a name="x627"></a> vp-><a href="ntqframe.html#setLineWidth">setLineWidth</a>(id&~lw_id); +<a name="x627"></a> vp-><a href="tqframe.html#setLineWidth">setLineWidth</a>(id&~lw_id); } else if (id & mlw_id) { -<a name="x629"></a> vp-><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>(id&~mlw_id); +<a name="x629"></a> vp-><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>(id&~mlw_id); } else { -<a name="x628"></a> vp-><a href="ntqframe.html#setMargin">setMargin</a>(id&~mw_id); +<a name="x628"></a> vp-><a href="tqframe.html#setMargin">setMargin</a>(id&~mw_id); } <a name="x662"></a> vp-><a href="tqwidget.html#update">update</a>(); @@ -419,7 +419,7 @@ private slots: void setFMenuItems() { - int sty = vp-><a href="ntqframe.html#frameStyle">frameStyle</a>(); + int sty = vp-><a href="tqframe.html#frameStyle">frameStyle</a>(); f_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( style_id, !sty ); @@ -434,13 +434,13 @@ private slots: } for (int lw=1; lw<=max_lw; lw++) -<a name="x623"></a> lw_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( lw_id|lw, vp-><a href="ntqframe.html#lineWidth">lineWidth</a>() == lw ); +<a name="x623"></a> lw_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( lw_id|lw, vp-><a href="tqframe.html#lineWidth">lineWidth</a>() == lw ); for (int mlw=0; mlw<=max_mlw; mlw++) -<a name="x625"></a> mlw_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( mlw_id|mlw, vp-><a href="ntqframe.html#midLineWidth">midLineWidth</a>() == mlw ); +<a name="x625"></a> mlw_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( mlw_id|mlw, vp-><a href="tqframe.html#midLineWidth">midLineWidth</a>() == mlw ); for (int mw=0; mw<=max_mw; mw++) -<a name="x624"></a> mw_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( mw_id|mw, vp-><a href="ntqframe.html#margin">margin</a>() == mw ); +<a name="x624"></a> mw_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( mw_id|mw, vp-><a href="tqframe.html#margin">margin</a>() == mw ); } private: diff --git a/doc/html/showimg-example.html b/doc/html/showimg-example.html index 658556656..d259cd646 100644 --- a/doc/html/showimg-example.html +++ b/doc/html/showimg-example.html @@ -245,7 +245,7 @@ private slots: <a href="tqobject.html#connect">connect</a>( options, TQ_SIGNAL(<a href="tqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(doOption(int)) ); status = new <a href="tqlabel.html">TQLabel</a>(this); - status-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); + status-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); <a name="x1354"></a> status-><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>( <a href="tqwidget.html#fontMetrics">fontMetrics</a>().height() + 4 ); <a href="tqwidget.html#setMouseTracking">setMouseTracking</a>( TRUE ); diff --git a/doc/html/signalsandslots.html b/doc/html/signalsandslots.html index 116cd27b1..644a15b3a 100644 --- a/doc/html/signalsandslots.html +++ b/doc/html/signalsandslots.html @@ -272,14 +272,14 @@ doesn't TQt use templates for signals and slots?</a>.) </h2> <a name="5"></a><p> Here is a simple commented example (code fragments from <a href="tqlcdnumber-h.html">tqlcdnumber.h</a> ). <p> <pre> - #include "ntqframe.h" + #include "tqframe.h" #include "tqbitarray.h" - class TQLCDNumber : public <a href="ntqframe.html">TQFrame</a> + class TQLCDNumber : public <a href="tqframe.html">TQFrame</a> </pre> <p> <a href="tqlcdnumber.html">TQLCDNumber</a> inherits <a href="tqobject.html">TQObject</a>, which has most of the signal/slot -knowledge, via <a href="ntqframe.html">TQFrame</a> and <a href="tqwidget.html">TQWidget</a>, and #include's the relevant +knowledge, via <a href="tqframe.html">TQFrame</a> and <a href="tqwidget.html">TQWidget</a>, and #include's the relevant declarations. <p> <pre> { diff --git a/doc/html/simple-font-demo-example.html b/doc/html/simple-font-demo-example.html index 572a4d512..982f663ea 100644 --- a/doc/html/simple-font-demo-example.html +++ b/doc/html/simple-font-demo-example.html @@ -110,19 +110,19 @@ private: defaultButton = new <a href="tqpushbutton.html">TQPushButton</a>( "Default", this, "pushbutton1" ); <a name="x2860"></a> defaultButton-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "times" ) ); - <a href="tqobject.html#connect">connect</a>( defaultButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), + <a href="tqobject.html#connect">connect</a>( defaultButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setDefault() ) ); sansSerifButton = new <a href="tqpushbutton.html">TQPushButton</a>( "Sans Serif", this, "pushbutton2" ); sansSerifButton-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Helvetica", 12 ) ); - <a href="tqobject.html#connect">connect</a>( sansSerifButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), + <a href="tqobject.html#connect">connect</a>( sansSerifButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setSansSerif() ) ); italicsButton = new <a href="tqpushbutton.html">TQPushButton</a>( "Italics", this, "pushbutton3" ); italicsButton-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "lucida", 12, TQFont::Bold, TRUE ) ); - <a href="tqobject.html#connect">connect</a>( italicsButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), + <a href="tqobject.html#connect">connect</a>( italicsButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setItalics() ) ); <a href="tqwidget.html#layout">layout</a>(); diff --git a/doc/html/simple_dd-example.html b/doc/html/simple_dd-example.html index 4b75e56f1..19305dd83 100644 --- a/doc/html/simple_dd-example.html +++ b/doc/html/simple_dd-example.html @@ -51,7 +51,7 @@ functionality. #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qcursor-h.html">ntqcursor.h</a>> #include <<a href="qsplitter-h.html">ntqsplitter.h</a>> -#include <<a href="qlistbox-h.html">ntqlistbox.h</a>> +#include <<a href="tqlistbox-h.html">tqlistbox.h</a>> #include <<a href="tqiconview-h.html">tqiconview.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> @@ -59,7 +59,7 @@ class TQDragEnterEvent; class TQDragDropEvent; -class DDListBox : public <a href="ntqlistbox.html">TQListBox</a> +class DDListBox : public <a href="tqlistbox.html">TQListBox</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: @@ -182,7 +182,7 @@ const char* green_icon[]={ // ListBox -- low level drag and drop <a name="f589"></a>DDListBox::DDListBox( <a href="tqwidget.html">TQWidget</a> * parent, const char * name, WFlags f ) : - <a href="ntqlistbox.html">TQListBox</a>( parent, name, f ) + <a href="tqlistbox.html">TQListBox</a>( parent, name, f ) { <a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>( TRUE ); dragging = FALSE; @@ -201,7 +201,7 @@ const char* green_icon[]={ <a href="tqstring.html">TQString</a> text; <a name="x2828"></a> if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>( evt, text ) ) - <a href="ntqlistbox.html#insertItem">insertItem</a>( text ); + <a href="tqlistbox.html#insertItem">insertItem</a>( text ); } diff --git a/doc/html/small-table-example-example.html b/doc/html/small-table-example-example.html index 0ac7ce43a..95ae77862 100644 --- a/doc/html/small-table-example-example.html +++ b/doc/html/small-table-example-example.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p> -This example displays a <a href="ntqtable.html">TQTable</a> and some <a href="qtableitem.html">TQTableItem</a>s. +This example displays a <a href="tqtable.html">TQTable</a> and some <a href="tqtableitem.html">TQTableItem</a>s. <p> <hr> <p> Implementation: <p> <pre>/**************************************************************************** @@ -47,7 +47,7 @@ This example displays a <a href="ntqtable.html">TQTable</a> and some <a href="qt *****************************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qtable-h.html">ntqtable.h</a>> +#include <<a href="tqtable-h.html">tqtable.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> @@ -66,18 +66,18 @@ int main( int argc, char **argv ) { <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); - <a href="ntqtable.html">TQTable</a> table( numRows, numCols ); + <a href="tqtable.html">TQTable</a> table( numRows, numCols ); -<a name="x2800"></a> <a href="ntqheader.html">TQHeader</a> *header = table.<a href="ntqtable.html#horizontalHeader">horizontalHeader</a>(); -<a name="x2798"></a> header-><a href="ntqheader.html#setLabel">setLabel</a>( 0, TQObject::tr( "Tiny" ), 40 ); - header-><a href="ntqheader.html#setLabel">setLabel</a>( 1, TQObject::tr( "Checkboxes" ) ); - header-><a href="ntqheader.html#setLabel">setLabel</a>( 5, TQObject::tr( "Combos" ) ); -<a name="x2802"></a> table.<a href="ntqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</a>(TRUE); +<a name="x2800"></a> <a href="tqheader.html">TQHeader</a> *header = table.<a href="tqtable.html#horizontalHeader">horizontalHeader</a>(); +<a name="x2798"></a> header-><a href="tqheader.html#setLabel">setLabel</a>( 0, TQObject::tr( "Tiny" ), 40 ); + header-><a href="tqheader.html#setLabel">setLabel</a>( 1, TQObject::tr( "Checkboxes" ) ); + header-><a href="tqheader.html#setLabel">setLabel</a>( 5, TQObject::tr( "Combos" ) ); +<a name="x2802"></a> table.<a href="tqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</a>(TRUE); <a href="tqimage.html">TQImage</a> img( qtlogo_xpm ); -<a name="x2801"></a><a name="x2799"></a> <a href="tqpixmap.html">TQPixmap</a> pix = img.<a href="tqimage.html#scaleHeight">scaleHeight</a>( table.<a href="ntqtable.html#rowHeight">rowHeight</a>(3) ); -<a name="x2804"></a> table.<a href="ntqtable.html#setPixmap">setPixmap</a>( 3, 2, pix ); -<a name="x2805"></a> table.<a href="ntqtable.html#setText">setText</a>( 3, 2, "A Pixmap" ); +<a name="x2801"></a><a name="x2799"></a> <a href="tqpixmap.html">TQPixmap</a> pix = img.<a href="tqimage.html#scaleHeight">scaleHeight</a>( table.<a href="tqtable.html#rowHeight">rowHeight</a>(3) ); +<a name="x2804"></a> table.<a href="tqtable.html#setPixmap">setPixmap</a>( 3, 2, pix ); +<a name="x2805"></a> table.<a href="tqtable.html#setText">setText</a>( 3, 2, "A Pixmap" ); <a href="tqstringlist.html">TQStringList</a> comboEntries; comboEntries << "one" << "two" << "three" << "four"; @@ -85,10 +85,10 @@ int main( int argc, char **argv ) for ( int i = 0; i < numRows; ++i ){ <a href="tqcombotableitem.html">TQComboTableItem</a> * item = new <a href="tqcombotableitem.html">TQComboTableItem</a>( &table, comboEntries, FALSE ); <a name="x2797"></a> item-><a href="tqcombotableitem.html#setCurrentItem">setCurrentItem</a>( i % 4 ); -<a name="x2803"></a> table.<a href="ntqtable.html#setItem">setItem</a>( i, 5, item ); +<a name="x2803"></a> table.<a href="tqtable.html#setItem">setItem</a>( i, 5, item ); } for ( int j = 0; j < numRows; ++j ) - table.<a href="ntqtable.html#setItem">setItem</a>( j, 1, new <a href="tqchecktableitem.html">TQCheckTableItem</a>( &table, "Check me" ) ); + table.<a href="tqtable.html#setItem">setItem</a>( j, 1, new <a href="tqchecktableitem.html">TQCheckTableItem</a>( &table, "Check me" ) ); app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &table ); table.<a href="tqwidget.html#show">show</a>(); diff --git a/doc/html/splitter-example.html b/doc/html/splitter-example.html index f9a26f399..873920c42 100644 --- a/doc/html/splitter-example.html +++ b/doc/html/splitter-example.html @@ -50,7 +50,7 @@ decide for themselves how much space each child item should get. #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qsplitter-h.html">ntqsplitter.h</a>> -#include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> +#include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> diff --git a/doc/html/sql-overview-custom1-main-cpp.html b/doc/html/sql-overview-custom1-main-cpp.html index 6ae9969cf..9ad49e1e9 100644 --- a/doc/html/sql-overview-custom1-main-cpp.html +++ b/doc/html/sql-overview-custom1-main-cpp.html @@ -82,16 +82,16 @@ TQString <a name="f19"></a>CustomEdit::upperLine() const <a href="tqlineedit.html">TQLineEdit</a> *salaryEdit = new <a href="tqlineedit.html">TQLineEdit</a>( this ); salaryEdit-><a href="tqlineedit.html#setAlignment">setAlignment</a>( TQt::AlignRight ); <a href="tqpushbutton.html">TQPushButton</a> *saveButton = new <a href="tqpushbutton.html">TQPushButton</a>( "&Save", this ); - <a href="tqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); - - <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( forenameLabel, 0, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( forenameEdit, 0, 1 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( surnameLabel, 1, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( surnameEdit, 1, 1 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( salaryLabel, 2, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( salaryEdit, 2, 1 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( saveButton, 3, 0 ); + <a href="tqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); + + <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( forenameLabel, 0, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( forenameEdit, 0, 1 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( surnameLabel, 1, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( surnameEdit, 1, 1 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( salaryLabel, 2, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( salaryEdit, 2, 1 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( saveButton, 3, 0 ); grid-><a href="ntqlayout.html#activate">activate</a>(); staffCursor = new <a href="tqsqlcursor.html">TQSqlCursor</a>( "staff" ); diff --git a/doc/html/sql-overview-form1-main-cpp.html b/doc/html/sql-overview-form1-main-cpp.html index 122ced96f..16eca58b5 100644 --- a/doc/html/sql-overview-form1-main-cpp.html +++ b/doc/html/sql-overview-form1-main-cpp.html @@ -68,13 +68,13 @@ class FormDialog : public <a href="tqdialog.html">TQDialog</a> <a href="tqlabel.html">TQLabel</a> *salaryLabel = new <a href="tqlabel.html">TQLabel</a>( "Salary:", this ); <a href="tqlineedit.html">TQLineEdit</a> *salaryEdit = new <a href="tqlineedit.html">TQLineEdit</a>( this ); - <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( forenameLabel, 0, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( forenameDisplay, 0, 1 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( surnameLabel, 1, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( surnameDisplay, 1, 1 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( salaryLabel, 2, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( salaryEdit, 2, 1 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( forenameLabel, 0, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( forenameDisplay, 0, 1 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( surnameLabel, 1, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( surnameDisplay, 1, 1 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( salaryLabel, 2, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( salaryEdit, 2, 1 ); grid-><a href="ntqlayout.html#activate">activate</a>(); <a href="tqsqlcursor.html">TQSqlCursor</a> staffCursor( "staff" ); diff --git a/doc/html/sql.html b/doc/html/sql.html index a88b8cbf7..796815872 100644 --- a/doc/html/sql.html +++ b/doc/html/sql.html @@ -1048,13 +1048,13 @@ the code below can be automatically generated by <a href="designer-manual.html"> <a href="tqlabel.html">TQLabel</a> *salaryLabel = new <a href="tqlabel.html">TQLabel</a>( "Salary:", this ); <a href="tqlineedit.html">TQLineEdit</a> *salaryEdit = new <a href="tqlineedit.html">TQLineEdit</a>( this ); - <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this ); - <a name="x2221"></a> grid-><a href="qgridlayout.html#addWidget">addWidget</a>( forenameLabel, 0, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( forenameDisplay, 0, 1 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( surnameLabel, 1, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( surnameDisplay, 1, 1 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( salaryLabel, 2, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( salaryEdit, 2, 1 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this ); + <a name="x2221"></a> grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( forenameLabel, 0, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( forenameDisplay, 0, 1 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( surnameLabel, 1, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( surnameDisplay, 1, 1 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( salaryLabel, 2, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( salaryEdit, 2, 1 ); <a name="x2222"></a> grid-><a href="ntqlayout.html#activate">activate</a>(); <a href="tqsqlcursor.html">TQSqlCursor</a> staffCursor( "staff" ); @@ -1146,13 +1146,13 @@ calling <a href="tqlineedit.html#setAlignment">TQLineEdit::setAlignment</a>() an <p> <pre> <a href="tqlineedit.html">TQLineEdit</a> *forenameEdit = new <a href="tqlineedit.html">TQLineEdit</a>( this ); </pre> <p> <pre> <a href="tqpushbutton.html">TQPushButton</a> *saveButton = new <a href="tqpushbutton.html">TQPushButton</a>( "&Save", this ); - <a href="tqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); + <a href="tqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); </pre> <p> The FormDialog constructor is similar to the one in the previous example. We have changed the forename and surname widgets to <a href="tqlineedit.html">TQLineEdit</a>s to make them editable and have added a <a href="tqpushbutton.html">TQPushButton</a> the user can click to save their updates. -<p> <pre> <a name="x2230"></a> grid-><a href="qgridlayout.html#addWidget">addWidget</a>( saveButton, 3, 0 ); +<p> <pre> <a name="x2230"></a> grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( saveButton, 3, 0 ); </pre> <p> We add an extra row to the grid containing the save button. <p> <pre> idIndex = staffCursor.index( "id" ); diff --git a/doc/html/sqltable-example.html b/doc/html/sqltable-example.html index b11a6e827..3cc2d5245 100644 --- a/doc/html/sqltable-example.html +++ b/doc/html/sqltable-example.html @@ -99,7 +99,7 @@ int main( int argc, char ** argv ) <a href="tqdatatable.html">TQDataTable</a> table( &cursor ); /* data table uses our cursor */ <a name="x2451"></a> table.<a href="tqdatatable.html#addColumn">addColumn</a>( "name", "Name" ); table.<a href="tqdatatable.html#addColumn">addColumn</a>( "address", "Address" ); -<a name="x2465"></a> table.<a href="ntqtable.html#setSorting">setSorting</a>( TRUE ); +<a name="x2465"></a> table.<a href="tqtable.html#setSorting">setSorting</a>( TRUE ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &table ); <a name="x2452"></a> table.<a href="tqdatatable.html#refresh">refresh</a>(); /* load data */ diff --git a/doc/html/statistics-example.html b/doc/html/statistics-example.html index 3a032d538..353210326 100644 --- a/doc/html/statistics-example.html +++ b/doc/html/statistics-example.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p> -Another <a href="ntqtable.html">TQTable</a> example. +Another <a href="tqtable.html">TQTable</a> example. <p> <hr> <p> Header file: <p> <pre>/**************************************************************************** @@ -49,20 +49,20 @@ Another <a href="ntqtable.html">TQTable</a> example. #ifndef STATISTICS_H #define STATISTICS_H -#include <<a href="qtable-h.html">ntqtable.h</a>> +#include <<a href="tqtable-h.html">tqtable.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> -class TableItem : public <a href="qtableitem.html">TQTableItem</a> +class TableItem : public <a href="tqtableitem.html">TQTableItem</a> { public: - TableItem( <a href="ntqtable.html">TQTable</a> *t, EditType et, const <a href="tqstring.html">TQString</a> &txt ) : <a href="qtableitem.html">TQTableItem</a>( t, et, txt ) {} + TableItem( <a href="tqtable.html">TQTable</a> *t, EditType et, const <a href="tqstring.html">TQString</a> &txt ) : <a href="tqtableitem.html">TQTableItem</a>( t, et, txt ) {} void paint( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, const <a href="tqrect.html">TQRect</a> &cr, bool selected ); }; -class ComboItem : public <a href="qtableitem.html">TQTableItem</a> +class ComboItem : public <a href="tqtableitem.html">TQTableItem</a> { public: - ComboItem( <a href="ntqtable.html">TQTable</a> *t, EditType et ); + ComboItem( <a href="tqtable.html">TQTable</a> *t, EditType et ); <a href="tqwidget.html">TQWidget</a> *createEditor() const; void setContentFromEditor( <a href="tqwidget.html">TQWidget</a> *w ); void setText( const <a href="tqstring.html">TQString</a> &s ); @@ -72,7 +72,7 @@ private: }; -class Table : public <a href="ntqtable.html">TQTable</a> +class Table : public <a href="tqtable.html">TQTable</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> @@ -107,7 +107,7 @@ private: #include <<a href="tqdir-h.html">tqdir.h</a>> #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> -#include <<a href="qheader-h.html">ntqheader.h</a>> +#include <<a href="tqheader-h.html">tqheader.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <stdlib.h> @@ -125,17 +125,17 @@ const char* dirs[] = { }; <a name="f578"></a>Table::Table() - : <a href="ntqtable.html">TQTable</a>( 10, 100, 0, "table" ) + : <a href="tqtable.html">TQTable</a>( 10, 100, 0, "table" ) { - <a href="ntqtable.html#setSorting">setSorting</a>( TRUE ); - <a href="ntqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 0, tr( "File" ) ); - <a href="ntqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 1, tr( "Size (bytes)" ) ); - <a href="ntqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 2, tr( "Use in Sum" ) ); + <a href="tqtable.html#setSorting">setSorting</a>( TRUE ); + <a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 0, tr( "File" ) ); + <a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 1, tr( "Size (bytes)" ) ); + <a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 2, tr( "Use in Sum" ) ); initTable(); - <a href="ntqtable.html#adjustColumn">adjustColumn</a>( 0 ); + <a href="tqtable.html#adjustColumn">adjustColumn</a>( 0 ); // if the user edited something we might need to recalculate the sum - <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqtable.html#valueChanged">valueChanged</a>( int, int ) ), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="tqtable.html#valueChanged">valueChanged</a>( int, int ) ), this, TQ_SLOT( recalcSum( int, int ) ) ); } @@ -157,25 +157,25 @@ void <a name="f579"></a>Table::initTable() } // set the number of rows we'll need for the table -<a name="x2790"></a> <a href="ntqtable.html#setNumRows">setNumRows</a>( all.<a href="tqvaluelist.html#count">count</a>() + 1 ); +<a name="x2790"></a> <a href="tqtable.html#setNumRows">setNumRows</a>( all.<a href="tqvaluelist.html#count">count</a>() + 1 ); i = 0; int sum = 0; // insert the data into the table for ( TQStringList::Iterator it = all.<a href="tqvaluelist.html#begin">begin</a>(); it != all.<a href="tqvaluelist.html#end">end</a>(); ++it ) { - <a href="ntqtable.html#setText">setText</a>( i, 0, *it ); + <a href="tqtable.html#setText">setText</a>( i, 0, *it ); <a href="tqfile.html">TQFile</a> f( srcdir + *it ); -<a name="x2781"></a> <a href="ntqtable.html#setText">setText</a>( i, 1, TQString::number( (ulong)f.<a href="tqfile.html#size">size</a>() ) ); +<a name="x2781"></a> <a href="tqtable.html#setText">setText</a>( i, 1, TQString::number( (ulong)f.<a href="tqfile.html#size">size</a>() ) ); ComboItem *ci = new ComboItem( this, TQTableItem::WhenCurrent ); - <a href="ntqtable.html#setItem">setItem</a>( i++, 2, ci ); + <a href="tqtable.html#setItem">setItem</a>( i++, 2, ci ); sum += f.<a href="tqfile.html#size">size</a>(); } // last row should show the sum TableItem *i1 = new TableItem( this, TQTableItem::Never, tr( "Sum" ) ); - <a href="ntqtable.html#setItem">setItem</a>( i, 0, i1 ); + <a href="tqtable.html#setItem">setItem</a>( i, 0, i1 ); TableItem *i2 = new TableItem( this, TQTableItem::Never, TQString::number( sum ) ); - <a href="ntqtable.html#setItem">setItem</a>( i, 1, i2 ); + <a href="tqtable.html#setItem">setItem</a>( i, 1, i2 ); } void <a name="f580"></a>Table::recalcSum( int, int col ) @@ -187,9 +187,9 @@ void <a name="f580"></a>Table::recalcSum( int, int col ) // recalc sum int sum = 0; for ( int i = 0; i < numRows() - 1; ++i ) { - if ( <a href="qtableitem.html#text">text</a>( i, 2 ) == "No" ) + if ( <a href="tqtableitem.html#text">text</a>( i, 2 ) == "No" ) continue; - sum += <a href="qtableitem.html#text">text</a>( i, 1 ).toInt(); + sum += <a href="tqtableitem.html#text">text</a>( i, 1 ).toInt(); } // insert calculated data @@ -199,62 +199,62 @@ void <a name="f580"></a>Table::recalcSum( int, int col ) setItem( numRows() - 1, 1, i2 ); } -<a name="x2784"></a>void Table::<a href="ntqtable.html#sortColumn">sortColumn</a>( int col, bool ascending, bool /*wholeRows*/ ) +<a name="x2784"></a>void Table::<a href="tqtable.html#sortColumn">sortColumn</a>( int col, bool ascending, bool /*wholeRows*/ ) { // sum row should not be sorted, so get rid of it for now clearCell( numRows() - 1, 0 ); clearCell( numRows() - 1, 1 ); // do sort - TQTable::<a href="ntqtable.html#sortColumn">sortColumn</a>( col, ascending, TRUE ); + TQTable::<a href="tqtable.html#sortColumn">sortColumn</a>( col, ascending, TRUE ); // re-insert sum row recalcSum( 0, 1 ); } -<a name="x2786"></a>void TableItem::<a href="qtableitem.html#paint">paint</a>( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, const <a href="tqrect.html">TQRect</a> &cr, bool selected ) +<a name="x2786"></a>void TableItem::<a href="tqtableitem.html#paint">paint</a>( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, const <a href="tqrect.html">TQRect</a> &cr, bool selected ) { <a href="tqcolorgroup.html">TQColorGroup</a> g( cg ); // last row is the sum row - we want to make it more visible by // using a red background - if ( <a href="qtableitem.html#row">row</a>() == <a href="qtableitem.html#table">table</a>()->numRows() - 1 ) + if ( <a href="tqtableitem.html#row">row</a>() == <a href="tqtableitem.html#table">table</a>()->numRows() - 1 ) <a name="x2779"></a> g.<a href="tqcolorgroup.html#setColor">setColor</a>( TQColorGroup::Base, red ); - TQTableItem::<a href="qtableitem.html#paint">paint</a>( p, g, cr, selected ); + TQTableItem::<a href="tqtableitem.html#paint">paint</a>( p, g, cr, selected ); } -<a name="f577"></a>ComboItem::ComboItem( <a href="ntqtable.html">TQTable</a> *t, EditType et ) - : <a href="qtableitem.html">TQTableItem</a>( t, et, "Yes" ), cb( 0 ) +<a name="f577"></a>ComboItem::ComboItem( <a href="tqtable.html">TQTable</a> *t, EditType et ) + : <a href="tqtableitem.html">TQTableItem</a>( t, et, "Yes" ), cb( 0 ) { // we do not want this item to be replaced - <a href="qtableitem.html#setReplaceable">setReplaceable</a>( FALSE ); + <a href="tqtableitem.html#setReplaceable">setReplaceable</a>( FALSE ); } -<a name="x2785"></a>TQWidget *ComboItem::<a href="qtableitem.html#createEditor">createEditor</a>() const +<a name="x2785"></a>TQWidget *ComboItem::<a href="tqtableitem.html#createEditor">createEditor</a>() const { // create an editor - a combobox in our case - ( (ComboItem*)this )->cb = new <a href="tqcombobox.html">TQComboBox</a>( <a href="qtableitem.html#table">table</a>()->viewport() ); + ( (ComboItem*)this )->cb = new <a href="tqcombobox.html">TQComboBox</a>( <a href="tqtableitem.html#table">table</a>()->viewport() ); TQObject::<a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL( activated( int ) ), table(), TQ_SLOT( doValueChanged() ) ); cb->insertItem( "Yes" ); cb->insertItem( "No" ); // and initialize it - cb->setCurrentItem( <a href="qtableitem.html#text">text</a>() == "No" ? 1 : 0 ); + cb->setCurrentItem( <a href="tqtableitem.html#text">text</a>() == "No" ? 1 : 0 ); return cb; } -<a name="x2787"></a>void ComboItem::<a href="qtableitem.html#setContentFromEditor">setContentFromEditor</a>( <a href="tqwidget.html">TQWidget</a> *w ) +<a name="x2787"></a>void ComboItem::<a href="tqtableitem.html#setContentFromEditor">setContentFromEditor</a>( <a href="tqwidget.html">TQWidget</a> *w ) { // the user changed the value of the combobox, so synchronize the // value of the item (its text), with the value of the combobox <a name="x2783"></a> if ( w-><a href="tqobject.html#inherits">inherits</a>( "TQComboBox" ) ) - <a href="qtableitem.html#setText">setText</a>( ( (TQComboBox*)w )->currentText() ); + <a href="tqtableitem.html#setText">setText</a>( ( (TQComboBox*)w )->currentText() ); else - TQTableItem::<a href="qtableitem.html#setContentFromEditor">setContentFromEditor</a>( w ); + TQTableItem::<a href="tqtableitem.html#setContentFromEditor">setContentFromEditor</a>( w ); } -<a name="x2788"></a>void ComboItem::<a href="qtableitem.html#setText">setText</a>( const <a href="tqstring.html">TQString</a> &s ) +<a name="x2788"></a>void ComboItem::<a href="tqtableitem.html#setText">setText</a>( const <a href="tqstring.html">TQString</a> &s ) { if ( cb ) { // initialize the combobox from the text @@ -263,7 +263,7 @@ void <a name="f580"></a>Table::recalcSum( int, int col ) else cb->setCurrentItem( 0 ); } - TQTableItem::<a href="qtableitem.html#setText">setText</a>( s ); + TQTableItem::<a href="tqtableitem.html#setText">setText</a>( s ); } </pre> diff --git a/doc/html/t10-main-cpp.html b/doc/html/t10-main-cpp.html index 82b82d5cc..757c31da7 100644 --- a/doc/html/t10-main-cpp.html +++ b/doc/html/t10-main-cpp.html @@ -61,7 +61,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( this, "angle" ); angle->setRange( 5, 70 ); @@ -81,13 +81,13 @@ public: <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), force, TQ_SLOT(setValue(int)) ); - <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); - grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); + grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); <a href="qvboxlayout.html">TQVBoxLayout</a> *leftBox = new <a href="qvboxlayout.html">TQVBoxLayout</a>; - grid-><a href="qgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); + grid-><a href="tqgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( angle ); leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( force ); diff --git a/doc/html/t11-main-cpp.html b/doc/html/t11-main-cpp.html index ce49957aa..7fab78250 100644 --- a/doc/html/t11-main-cpp.html +++ b/doc/html/t11-main-cpp.html @@ -61,7 +61,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( this, "angle" ); angle->setRange( 5, 70 ); @@ -84,20 +84,20 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *shoot = new <a href="tqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); shoot-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), cannonField, TQ_SLOT(shoot()) ); + <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), cannonField, TQ_SLOT(shoot()) ); - <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); - grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); + grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); <a href="qvboxlayout.html">TQVBoxLayout</a> *leftBox = new <a href="qvboxlayout.html">TQVBoxLayout</a>; - grid-><a href="qgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); + grid-><a href="tqgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( angle ); leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( force ); <a href="qhboxlayout.html">TQHBoxLayout</a> *topBox = new <a href="qhboxlayout.html">TQHBoxLayout</a>; - grid-><a href="qgridlayout.html#addLayout">addLayout</a>( topBox, 0, 1 ); + grid-><a href="tqgridlayout.html#addLayout">addLayout</a>( topBox, 0, 1 ); topBox-><a href="qboxlayout.html#addWidget">addWidget</a>( shoot ); topBox-><a href="qboxlayout.html#addStretch">addStretch</a>( 1 ); diff --git a/doc/html/t12-main-cpp.html b/doc/html/t12-main-cpp.html index 8abd2c9c2..e8fad5f51 100644 --- a/doc/html/t12-main-cpp.html +++ b/doc/html/t12-main-cpp.html @@ -61,7 +61,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( "ANGLE", this, "angle" ); angle->setRange( 5, 70 ); @@ -84,20 +84,20 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *shoot = new <a href="tqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); shoot-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), cannonField, TQ_SLOT(shoot()) ); + <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), cannonField, TQ_SLOT(shoot()) ); - <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); - grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); + grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); <a href="qvboxlayout.html">TQVBoxLayout</a> *leftBox = new <a href="qvboxlayout.html">TQVBoxLayout</a>; - grid-><a href="qgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); + grid-><a href="tqgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( angle ); leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( force ); <a href="qhboxlayout.html">TQHBoxLayout</a> *topBox = new <a href="qhboxlayout.html">TQHBoxLayout</a>; - grid-><a href="qgridlayout.html#addLayout">addLayout</a>( topBox, 0, 1 ); + grid-><a href="tqgridlayout.html#addLayout">addLayout</a>( topBox, 0, 1 ); topBox-><a href="qboxlayout.html#addWidget">addWidget</a>( shoot ); topBox-><a href="qboxlayout.html#addStretch">addStretch</a>( 1 ); diff --git a/doc/html/t13-gamebrd-cpp.html b/doc/html/t13-gamebrd-cpp.html index 34186e59b..6345c5907 100644 --- a/doc/html/t13-gamebrd-cpp.html +++ b/doc/html/t13-gamebrd-cpp.html @@ -56,7 +56,7 @@ body { background: #ffffff; color: black; } <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( "ANGLE", this, "angle" ); angle->setRange( 5, 70 ); @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } <a href="tqpushbutton.html">TQPushButton</a> *shoot = new <a href="tqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); shoot-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(fire()) ); + <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(fire()) ); <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(canShoot(bool)), shoot, TQ_SLOT(<a href="tqwidget.html#setEnabled">setEnabled</a>(bool)) ); @@ -100,18 +100,18 @@ body { background: #ffffff; color: black; } TQLabel *shotsLeftL = new <a href="tqlabel.html">TQLabel</a>( "SHOTS LEFT", this, "shotsleftLabel" ); - <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); - grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); + grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); <a href="qvboxlayout.html">TQVBoxLayout</a> *leftBox = new <a href="qvboxlayout.html">TQVBoxLayout</a>; - grid-><a href="qgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); + grid-><a href="tqgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( angle ); leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( force ); <a href="qhboxlayout.html">TQHBoxLayout</a> *topBox = new <a href="qhboxlayout.html">TQHBoxLayout</a>; - grid-><a href="qgridlayout.html#addLayout">addLayout</a>( topBox, 0, 1 ); + grid-><a href="tqgridlayout.html#addLayout">addLayout</a>( topBox, 0, 1 ); topBox-><a href="qboxlayout.html#addWidget">addWidget</a>( shoot ); topBox-><a href="qboxlayout.html#addWidget">addWidget</a>( hits ); topBox-><a href="qboxlayout.html#addWidget">addWidget</a>( hitsL ); diff --git a/doc/html/t14-gamebrd-cpp.html b/doc/html/t14-gamebrd-cpp.html index 4b42ca9ba..7fafb77dc 100644 --- a/doc/html/t14-gamebrd-cpp.html +++ b/doc/html/t14-gamebrd-cpp.html @@ -58,7 +58,7 @@ body { background: #ffffff; color: black; } <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( "ANGLE", this, "angle" ); angle->setRange( 5, 70 ); @@ -67,7 +67,7 @@ body { background: #ffffff; color: black; } force->setRange( 10, 50 ); <a href="ntqvbox.html">TQVBox</a> *box = new <a href="ntqvbox.html">TQVBox</a>( this, "cannonFrame" ); - box-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); + box-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); cannonField = new CannonField( box, "cannonField" ); @@ -89,7 +89,7 @@ body { background: #ffffff; color: black; } <a href="tqpushbutton.html">TQPushButton</a> *shoot = new <a href="tqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); shoot-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(fire()) ); + <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(fire()) ); <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(canShoot(bool)), shoot, TQ_SLOT(<a href="tqwidget.html#setEnabled">setEnabled</a>(bool)) ); @@ -114,18 +114,18 @@ body { background: #ffffff; color: black; } accel-><a href="ntqaccel.html#connectItem">connectItem</a>( accel-><a href="ntqaccel.html#insertItem">insertItem</a>( CTRL+Key_Q ), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); - <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( box, 1, 1 ); - grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( box, 1, 1 ); + grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); <a href="qvboxlayout.html">TQVBoxLayout</a> *leftBox = new <a href="qvboxlayout.html">TQVBoxLayout</a>; - grid-><a href="qgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); + grid-><a href="tqgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( angle ); leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( force ); <a href="qhboxlayout.html">TQHBoxLayout</a> *topBox = new <a href="qhboxlayout.html">TQHBoxLayout</a>; - grid-><a href="qgridlayout.html#addLayout">addLayout</a>( topBox, 0, 1 ); + grid-><a href="tqgridlayout.html#addLayout">addLayout</a>( topBox, 0, 1 ); topBox-><a href="qboxlayout.html#addWidget">addWidget</a>( shoot ); topBox-><a href="qboxlayout.html#addWidget">addWidget</a>( hits ); topBox-><a href="qboxlayout.html#addWidget">addWidget</a>( hitsL ); diff --git a/doc/html/t7-main-cpp.html b/doc/html/t7-main-cpp.html index fa319e90f..729fa5f01 100644 --- a/doc/html/t7-main-cpp.html +++ b/doc/html/t7-main-cpp.html @@ -43,7 +43,7 @@ body { background: #ffffff; color: black; } #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> -#include <<a href="qgrid-h.html">ntqgrid.h</a>> +#include <<a href="tqgrid-h.html">tqgrid.h</a>> #include "lcdrange.h" @@ -61,9 +61,9 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); - <a href="ntqgrid.html">TQGrid</a> *grid = new <a href="ntqgrid.html">TQGrid</a>( 4, this ); + <a href="tqgrid.html">TQGrid</a> *grid = new <a href="tqgrid.html">TQGrid</a>( 4, this ); LCDRange *previous = 0; for( int r = 0 ; r < 4 ; r++ ) { diff --git a/doc/html/t8-main-cpp.html b/doc/html/t8-main-cpp.html index c07aae999..4cd22a3d1 100644 --- a/doc/html/t8-main-cpp.html +++ b/doc/html/t8-main-cpp.html @@ -61,7 +61,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( this, "angle" ); angle->setRange( 5, 70 ); @@ -74,13 +74,13 @@ public: <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), angle, TQ_SLOT(setValue(int)) ); - <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); //2x2, 10 pixel border - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( angle, 1, 0, TQt::AlignTop ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); - grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( angle, 1, 0, TQt::AlignTop ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); + grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); angle->setValue( 60 ); angle-><a href="tqwidget.html#setFocus">setFocus</a>(); diff --git a/doc/html/t9-main-cpp.html b/doc/html/t9-main-cpp.html index 8a09b066d..a4697cfdb 100644 --- a/doc/html/t9-main-cpp.html +++ b/doc/html/t9-main-cpp.html @@ -61,7 +61,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( this, "angle" ); angle->setRange( 5, 70 ); @@ -73,11 +73,11 @@ public: <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), angle, TQ_SLOT(setValue(int)) ); - <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( angle, 1, 0, TQt::AlignTop ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); - grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); + <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( angle, 1, 0, TQt::AlignTop ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); + grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); angle->setValue( 60 ); angle-><a href="tqwidget.html#setFocus">setFocus</a>(); diff --git a/doc/html/tabdialog-example.html b/doc/html/tabdialog-example.html index 22ef50441..d3509f6e6 100644 --- a/doc/html/tabdialog-example.html +++ b/doc/html/tabdialog-example.html @@ -52,11 +52,11 @@ file separated onto different tabs. #ifndef TABDIALOG_H #define TABDIALOG_H -#include <<a href="qtabdialog-h.html">ntqtabdialog.h</a>> +#include <<a href="tqtabdialog-h.html">tqtabdialog.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> #include <<a href="tqfileinfo-h.html">tqfileinfo.h</a>> -class TabDialog : public <a href="ntqtabdialog.html">TQTabDialog</a> +class TabDialog : public <a href="tqtabdialog.html">TQTabDialog</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> @@ -94,25 +94,25 @@ protected: #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqdatetime-h.html">tqdatetime.h</a>> -#include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> +#include <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>> #include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> -#include <<a href="qlistbox-h.html">ntqlistbox.h</a>> +#include <<a href="tqlistbox-h.html">tqlistbox.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> <a name="f200"></a>TabDialog::TabDialog( <a href="tqwidget.html">TQWidget</a> *parent, const char *name, const <a href="tqstring.html">TQString</a> &_filename ) - : <a href="ntqtabdialog.html">TQTabDialog</a>( parent, name ), filename( _filename ), fileinfo( filename ) + : <a href="tqtabdialog.html">TQTabDialog</a>( parent, name ), filename( _filename ), fileinfo( filename ) { setupTab1(); setupTab2(); setupTab3(); - <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqtabdialog.html#applyButtonPressed">applyButtonPressed</a>() ), tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="tqtabdialog.html#applyButtonPressed">applyButtonPressed</a>() ), tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); } void <a name="f201"></a>TabDialog::setupTab1() { <a href="ntqvbox.html">TQVBox</a> *tab1 = new <a href="ntqvbox.html">TQVBox</a>( this ); -<a name="x53"></a> tab1-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); +<a name="x53"></a> tab1-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); (void)new <a href="tqlabel.html">TQLabel</a>( "Filename:", tab1 ); <a href="tqlineedit.html">TQLineEdit</a> *fname = new <a href="tqlineedit.html">TQLineEdit</a>( filename, tab1 ); @@ -120,30 +120,30 @@ void <a name="f201"></a>TabDialog::setupTab1() (void)new <a href="tqlabel.html">TQLabel</a>( "Path:", tab1 ); <a href="tqlabel.html">TQLabel</a> *path = new <a href="tqlabel.html">TQLabel</a>( fileinfo.dirPath( TRUE ), tab1 ); -<a name="x52"></a> path-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); +<a name="x52"></a> path-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); (void)new <a href="tqlabel.html">TQLabel</a>( "Size:", tab1 ); ulong kb = (ulong)(fileinfo.size()/1024); <a href="tqlabel.html">TQLabel</a> *size = new <a href="tqlabel.html">TQLabel</a>( TQString( "%1 KB" ).arg( kb ), tab1 ); - size-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); + size-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); (void)new <a href="tqlabel.html">TQLabel</a>( "Last Read:", tab1 ); <a href="tqlabel.html">TQLabel</a> *lread = new <a href="tqlabel.html">TQLabel</a>( fileinfo.lastRead().toString(), tab1 ); - lread-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); + lread-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); (void)new <a href="tqlabel.html">TQLabel</a>( "Last Modified:", tab1 ); <a href="tqlabel.html">TQLabel</a> *lmodif = new <a href="tqlabel.html">TQLabel</a>( fileinfo.lastModified().toString(), tab1 ); - lmodif-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); + lmodif-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); - <a href="ntqtabdialog.html#addTab">addTab</a>( tab1, "General" ); + <a href="tqtabdialog.html#addTab">addTab</a>( tab1, "General" ); } void <a name="f202"></a>TabDialog::setupTab2() { <a href="ntqvbox.html">TQVBox</a> *tab2 = new <a href="ntqvbox.html">TQVBox</a>( this ); - tab2-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); + tab2-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); - <a href="ntqbuttongroup.html">TQButtonGroup</a> *bg = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, "Permissions", tab2 ); + <a href="tqbuttongroup.html">TQButtonGroup</a> *bg = new <a href="tqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, "Permissions", tab2 ); <a href="tqcheckbox.html">TQCheckBox</a> *readable = new <a href="tqcheckbox.html">TQCheckBox</a>( "Readable", bg ); if ( fileinfo.isReadable() ) @@ -157,37 +157,37 @@ void <a name="f202"></a>TabDialog::setupTab2() if ( fileinfo.isExecutable() ) executable-><a href="tqcheckbox.html#setChecked">setChecked</a>( TRUE ); - <a href="ntqbuttongroup.html">TQButtonGroup</a> *bg2 = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( 2, TQGroupBox::Horizontal, "Owner", tab2 ); + <a href="tqbuttongroup.html">TQButtonGroup</a> *bg2 = new <a href="tqbuttongroup.html">TQButtonGroup</a>( 2, TQGroupBox::Horizontal, "Owner", tab2 ); (void)new <a href="tqlabel.html">TQLabel</a>( "Owner", bg2 ); <a href="tqlabel.html">TQLabel</a> *owner = new <a href="tqlabel.html">TQLabel</a>( fileinfo.owner(), bg2 ); - owner-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); + owner-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); (void)new <a href="tqlabel.html">TQLabel</a>( "Group", bg2 ); <a href="tqlabel.html">TQLabel</a> *group = new <a href="tqlabel.html">TQLabel</a>( fileinfo.group(), bg2 ); - group-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); + group-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); - <a href="ntqtabdialog.html#addTab">addTab</a>( tab2, "Permissions" ); + <a href="tqtabdialog.html#addTab">addTab</a>( tab2, "Permissions" ); } void <a name="f203"></a>TabDialog::setupTab3() { <a href="ntqvbox.html">TQVBox</a> *tab3 = new <a href="ntqvbox.html">TQVBox</a>( this ); - tab3-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); + tab3-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); <a name="x54"></a> tab3-><a href="ntqhbox.html#setSpacing">setSpacing</a>( 5 ); (void)new <a href="tqlabel.html">TQLabel</a>( TQString( "Open %1 with:" ).arg( filename ), tab3 ); - <a href="ntqlistbox.html">TQListBox</a> *prgs = new <a href="ntqlistbox.html">TQListBox</a>( tab3 ); + <a href="tqlistbox.html">TQListBox</a> *prgs = new <a href="tqlistbox.html">TQListBox</a>( tab3 ); for ( unsigned int i = 0; i < 30; i++ ) { <a href="tqstring.html">TQString</a> prg = TQString( "Application %1" ).arg( i ); -<a name="x55"></a> prgs-><a href="ntqlistbox.html#insertItem">insertItem</a>( prg ); +<a name="x55"></a> prgs-><a href="tqlistbox.html#insertItem">insertItem</a>( prg ); } -<a name="x56"></a> prgs-><a href="ntqlistbox.html#setCurrentItem">setCurrentItem</a>( 3 ); +<a name="x56"></a> prgs-><a href="tqlistbox.html#setCurrentItem">setCurrentItem</a>( 3 ); (void)new <a href="tqcheckbox.html">TQCheckBox</a>( TQString( "Open files with the extension '%1' always with this application" ).arg( fileinfo.extension() ), tab3 ); - <a href="ntqtabdialog.html#addTab">addTab</a>( tab3, "Applications" ); + <a href="tqtabdialog.html#addTab">addTab</a>( tab3, "Applications" ); } </pre> diff --git a/doc/html/table-bigtable-main-cpp.html b/doc/html/table-bigtable-main-cpp.html index fd8128a5c..b42b90300 100644 --- a/doc/html/table-bigtable-main-cpp.html +++ b/doc/html/table-bigtable-main-cpp.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/qtable.cpp:1656 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/tqtable.cpp:1656 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -43,17 +43,17 @@ body { background: #ffffff; color: black; } *****************************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qtable-h.html">ntqtable.h</a>> +#include <<a href="tqtable-h.html">tqtable.h</a>> // Table size const int numRows = 1000000; const int numCols = 1000000; -class MyTable : public <a href="ntqtable.html">TQTable</a> +class MyTable : public <a href="tqtable.html">TQTable</a> { public: - MyTable( int r, int c ) : <a href="ntqtable.html">TQTable</a>( r, c ) { + MyTable( int r, int c ) : <a href="tqtable.html">TQTable</a>( r, c ) { <a name="x1291"></a> items.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); widgets.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); setCaption( tr( "A 1 Million x 1 Million Cell Table" ) ); @@ -61,13 +61,13 @@ public: } void resizeData( int ) {} -<a name="x1286"></a> <a href="qtableitem.html">TQTableItem</a> *item( int r, int c ) const { return items.<a href="tqintdict.html#find">find</a>( indexOf( r, c ) ); } +<a name="x1286"></a> <a href="tqtableitem.html">TQTableItem</a> *item( int r, int c ) const { return items.<a href="tqintdict.html#find">find</a>( indexOf( r, c ) ); } <a name="x1288"></a> void setItem( int r, int c, TQTableItem *i ) { items.<a href="tqintdict.html#replace">replace</a>( indexOf( r, c ), i ); } <a name="x1287"></a> void clearCell( int r, int c ) { items.<a href="tqintdict.html#remove">remove</a>( indexOf( r, c ) ); } - void takeItem( <a href="qtableitem.html">TQTableItem</a> *item ) + void takeItem( <a href="tqtableitem.html">TQTableItem</a> *item ) { items.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( FALSE ); -<a name="x1294"></a><a name="x1293"></a> items.<a href="tqintdict.html#remove">remove</a>( indexOf( item-><a href="qtableitem.html#row">row</a>(), item-><a href="qtableitem.html#col">col</a>() ) ); +<a name="x1294"></a><a name="x1293"></a> items.<a href="tqintdict.html#remove">remove</a>( indexOf( item-><a href="tqtableitem.html#row">row</a>(), item-><a href="tqtableitem.html#col">col</a>() ) ); items.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); } void insertWidget( int r, int c, TQWidget *w ) { widgets.<a href="tqintdict.html#replace">replace</a>( indexOf( r, c ), w ); } diff --git a/doc/html/table-small-table-demo-main-cpp.html b/doc/html/table-small-table-demo-main-cpp.html index 7d224c51f..ef7d0cf1f 100644 --- a/doc/html/table-small-table-demo-main-cpp.html +++ b/doc/html/table-small-table-demo-main-cpp.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/qtable.cpp:1655 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/tqtable.cpp:1655 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -43,7 +43,7 @@ body { background: #ffffff; color: black; } *****************************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qtable-h.html">ntqtable.h</a>> +#include <<a href="tqtable-h.html">tqtable.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> @@ -62,18 +62,18 @@ int main( int argc, char **argv ) { <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); - <a href="ntqtable.html">TQTable</a> table( numRows, numCols ); + <a href="tqtable.html">TQTable</a> table( numRows, numCols ); -<a name="x2800"></a> <a href="ntqheader.html">TQHeader</a> *header = table.<a href="ntqtable.html#horizontalHeader">horizontalHeader</a>(); -<a name="x2798"></a> header-><a href="ntqheader.html#setLabel">setLabel</a>( 0, TQObject::tr( "Tiny" ), 40 ); - header-><a href="ntqheader.html#setLabel">setLabel</a>( 1, TQObject::tr( "Checkboxes" ) ); - header-><a href="ntqheader.html#setLabel">setLabel</a>( 5, TQObject::tr( "Combos" ) ); -<a name="x2802"></a> table.<a href="ntqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</a>(TRUE); +<a name="x2800"></a> <a href="tqheader.html">TQHeader</a> *header = table.<a href="tqtable.html#horizontalHeader">horizontalHeader</a>(); +<a name="x2798"></a> header-><a href="tqheader.html#setLabel">setLabel</a>( 0, TQObject::tr( "Tiny" ), 40 ); + header-><a href="tqheader.html#setLabel">setLabel</a>( 1, TQObject::tr( "Checkboxes" ) ); + header-><a href="tqheader.html#setLabel">setLabel</a>( 5, TQObject::tr( "Combos" ) ); +<a name="x2802"></a> table.<a href="tqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</a>(TRUE); <a href="tqimage.html">TQImage</a> img( qtlogo_xpm ); -<a name="x2801"></a><a name="x2799"></a> <a href="tqpixmap.html">TQPixmap</a> pix = img.<a href="tqimage.html#scaleHeight">scaleHeight</a>( table.<a href="ntqtable.html#rowHeight">rowHeight</a>(3) ); -<a name="x2804"></a> table.<a href="ntqtable.html#setPixmap">setPixmap</a>( 3, 2, pix ); -<a name="x2805"></a> table.<a href="ntqtable.html#setText">setText</a>( 3, 2, "A Pixmap" ); +<a name="x2801"></a><a name="x2799"></a> <a href="tqpixmap.html">TQPixmap</a> pix = img.<a href="tqimage.html#scaleHeight">scaleHeight</a>( table.<a href="tqtable.html#rowHeight">rowHeight</a>(3) ); +<a name="x2804"></a> table.<a href="tqtable.html#setPixmap">setPixmap</a>( 3, 2, pix ); +<a name="x2805"></a> table.<a href="tqtable.html#setText">setText</a>( 3, 2, "A Pixmap" ); <a href="tqstringlist.html">TQStringList</a> comboEntries; comboEntries << "one" << "two" << "three" << "four"; @@ -81,10 +81,10 @@ int main( int argc, char **argv ) for ( int i = 0; i < numRows; ++i ){ <a href="tqcombotableitem.html">TQComboTableItem</a> * item = new <a href="tqcombotableitem.html">TQComboTableItem</a>( &table, comboEntries, FALSE ); <a name="x2797"></a> item-><a href="tqcombotableitem.html#setCurrentItem">setCurrentItem</a>( i % 4 ); -<a name="x2803"></a> table.<a href="ntqtable.html#setItem">setItem</a>( i, 5, item ); +<a name="x2803"></a> table.<a href="tqtable.html#setItem">setItem</a>( i, 5, item ); } for ( int j = 0; j < numRows; ++j ) - table.<a href="ntqtable.html#setItem">setItem</a>( j, 1, new <a href="tqchecktableitem.html">TQCheckTableItem</a>( &table, "Check me" ) ); + table.<a href="tqtable.html#setItem">setItem</a>( j, 1, new <a href="tqchecktableitem.html">TQCheckTableItem</a>( &table, "Check me" ) ); app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &table ); table.<a href="tqwidget.html#show">show</a>(); diff --git a/doc/html/table-statistics-statistics-cpp.html b/doc/html/table-statistics-statistics-cpp.html index 71ca318d1..8b87355df 100644 --- a/doc/html/table-statistics-statistics-cpp.html +++ b/doc/html/table-statistics-statistics-cpp.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/qtable.cpp:1657 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/tqtable.cpp:1657 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -46,7 +46,7 @@ body { background: #ffffff; color: black; } #include <<a href="tqdir-h.html">tqdir.h</a>> #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> -#include <<a href="qheader-h.html">ntqheader.h</a>> +#include <<a href="tqheader-h.html">tqheader.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <stdlib.h> @@ -64,17 +64,17 @@ const char* dirs[] = { }; <a name="f145"></a>Table::Table() - : <a href="ntqtable.html">TQTable</a>( 10, 100, 0, "table" ) + : <a href="tqtable.html">TQTable</a>( 10, 100, 0, "table" ) { - <a href="ntqtable.html#setSorting">setSorting</a>( TRUE ); - <a href="ntqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 0, tr( "File" ) ); - <a href="ntqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 1, tr( "Size (bytes)" ) ); - <a href="ntqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 2, tr( "Use in Sum" ) ); + <a href="tqtable.html#setSorting">setSorting</a>( TRUE ); + <a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 0, tr( "File" ) ); + <a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 1, tr( "Size (bytes)" ) ); + <a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 2, tr( "Use in Sum" ) ); initTable(); - <a href="ntqtable.html#adjustColumn">adjustColumn</a>( 0 ); + <a href="tqtable.html#adjustColumn">adjustColumn</a>( 0 ); // if the user edited something we might need to recalculate the sum - <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqtable.html#valueChanged">valueChanged</a>( int, int ) ), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="tqtable.html#valueChanged">valueChanged</a>( int, int ) ), this, TQ_SLOT( recalcSum( int, int ) ) ); } @@ -96,25 +96,25 @@ void <a name="f146"></a>Table::initTable() } // set the number of rows we'll need for the table -<a name="x2790"></a> <a href="ntqtable.html#setNumRows">setNumRows</a>( all.<a href="tqvaluelist.html#count">count</a>() + 1 ); +<a name="x2790"></a> <a href="tqtable.html#setNumRows">setNumRows</a>( all.<a href="tqvaluelist.html#count">count</a>() + 1 ); i = 0; int sum = 0; // insert the data into the table for ( TQStringList::Iterator it = all.<a href="tqvaluelist.html#begin">begin</a>(); it != all.<a href="tqvaluelist.html#end">end</a>(); ++it ) { - <a href="ntqtable.html#setText">setText</a>( i, 0, *it ); + <a href="tqtable.html#setText">setText</a>( i, 0, *it ); <a href="tqfile.html">TQFile</a> f( srcdir + *it ); -<a name="x2781"></a> <a href="ntqtable.html#setText">setText</a>( i, 1, TQString::number( (ulong)f.<a href="tqfile.html#size">size</a>() ) ); +<a name="x2781"></a> <a href="tqtable.html#setText">setText</a>( i, 1, TQString::number( (ulong)f.<a href="tqfile.html#size">size</a>() ) ); ComboItem *ci = new ComboItem( this, TQTableItem::WhenCurrent ); - <a href="ntqtable.html#setItem">setItem</a>( i++, 2, ci ); + <a href="tqtable.html#setItem">setItem</a>( i++, 2, ci ); sum += f.<a href="tqfile.html#size">size</a>(); } // last row should show the sum TableItem *i1 = new TableItem( this, TQTableItem::Never, tr( "Sum" ) ); - <a href="ntqtable.html#setItem">setItem</a>( i, 0, i1 ); + <a href="tqtable.html#setItem">setItem</a>( i, 0, i1 ); TableItem *i2 = new TableItem( this, TQTableItem::Never, TQString::number( sum ) ); - <a href="ntqtable.html#setItem">setItem</a>( i, 1, i2 ); + <a href="tqtable.html#setItem">setItem</a>( i, 1, i2 ); } void <a name="f147"></a>Table::recalcSum( int, int col ) @@ -126,9 +126,9 @@ void <a name="f147"></a>Table::recalcSum( int, int col ) // recalc sum int sum = 0; for ( int i = 0; i < numRows() - 1; ++i ) { - if ( <a href="qtableitem.html#text">text</a>( i, 2 ) == "No" ) + if ( <a href="tqtableitem.html#text">text</a>( i, 2 ) == "No" ) continue; - sum += <a href="qtableitem.html#text">text</a>( i, 1 ).toInt(); + sum += <a href="tqtableitem.html#text">text</a>( i, 1 ).toInt(); } // insert calculated data @@ -138,62 +138,62 @@ void <a name="f147"></a>Table::recalcSum( int, int col ) setItem( numRows() - 1, 1, i2 ); } -<a name="x2784"></a>void Table::<a href="ntqtable.html#sortColumn">sortColumn</a>( int col, bool ascending, bool /*wholeRows*/ ) +<a name="x2784"></a>void Table::<a href="tqtable.html#sortColumn">sortColumn</a>( int col, bool ascending, bool /*wholeRows*/ ) { // sum row should not be sorted, so get rid of it for now clearCell( numRows() - 1, 0 ); clearCell( numRows() - 1, 1 ); // do sort - TQTable::<a href="ntqtable.html#sortColumn">sortColumn</a>( col, ascending, TRUE ); + TQTable::<a href="tqtable.html#sortColumn">sortColumn</a>( col, ascending, TRUE ); // re-insert sum row recalcSum( 0, 1 ); } -<a name="x2786"></a>void TableItem::<a href="qtableitem.html#paint">paint</a>( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, const <a href="tqrect.html">TQRect</a> &cr, bool selected ) +<a name="x2786"></a>void TableItem::<a href="tqtableitem.html#paint">paint</a>( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, const <a href="tqrect.html">TQRect</a> &cr, bool selected ) { <a href="tqcolorgroup.html">TQColorGroup</a> g( cg ); // last row is the sum row - we want to make it more visible by // using a red background - if ( <a href="qtableitem.html#row">row</a>() == <a href="qtableitem.html#table">table</a>()->numRows() - 1 ) + if ( <a href="tqtableitem.html#row">row</a>() == <a href="tqtableitem.html#table">table</a>()->numRows() - 1 ) <a name="x2779"></a> g.<a href="tqcolorgroup.html#setColor">setColor</a>( TQColorGroup::Base, red ); - TQTableItem::<a href="qtableitem.html#paint">paint</a>( p, g, cr, selected ); + TQTableItem::<a href="tqtableitem.html#paint">paint</a>( p, g, cr, selected ); } -<a name="f144"></a>ComboItem::ComboItem( <a href="ntqtable.html">TQTable</a> *t, EditType et ) - : <a href="qtableitem.html">TQTableItem</a>( t, et, "Yes" ), cb( 0 ) +<a name="f144"></a>ComboItem::ComboItem( <a href="tqtable.html">TQTable</a> *t, EditType et ) + : <a href="tqtableitem.html">TQTableItem</a>( t, et, "Yes" ), cb( 0 ) { // we do not want this item to be replaced - <a href="qtableitem.html#setReplaceable">setReplaceable</a>( FALSE ); + <a href="tqtableitem.html#setReplaceable">setReplaceable</a>( FALSE ); } -<a name="x2785"></a>TQWidget *ComboItem::<a href="qtableitem.html#createEditor">createEditor</a>() const +<a name="x2785"></a>TQWidget *ComboItem::<a href="tqtableitem.html#createEditor">createEditor</a>() const { // create an editor - a combobox in our case - ( (ComboItem*)this )->cb = new <a href="tqcombobox.html">TQComboBox</a>( <a href="qtableitem.html#table">table</a>()->viewport() ); + ( (ComboItem*)this )->cb = new <a href="tqcombobox.html">TQComboBox</a>( <a href="tqtableitem.html#table">table</a>()->viewport() ); TQObject::<a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL( activated( int ) ), table(), TQ_SLOT( doValueChanged() ) ); cb->insertItem( "Yes" ); cb->insertItem( "No" ); // and initialize it - cb->setCurrentItem( <a href="qtableitem.html#text">text</a>() == "No" ? 1 : 0 ); + cb->setCurrentItem( <a href="tqtableitem.html#text">text</a>() == "No" ? 1 : 0 ); return cb; } -<a name="x2787"></a>void ComboItem::<a href="qtableitem.html#setContentFromEditor">setContentFromEditor</a>( <a href="tqwidget.html">TQWidget</a> *w ) +<a name="x2787"></a>void ComboItem::<a href="tqtableitem.html#setContentFromEditor">setContentFromEditor</a>( <a href="tqwidget.html">TQWidget</a> *w ) { // the user changed the value of the combobox, so synchronize the // value of the item (its text), with the value of the combobox <a name="x2783"></a> if ( w-><a href="tqobject.html#inherits">inherits</a>( "TQComboBox" ) ) - <a href="qtableitem.html#setText">setText</a>( ( (TQComboBox*)w )->currentText() ); + <a href="tqtableitem.html#setText">setText</a>( ( (TQComboBox*)w )->currentText() ); else - TQTableItem::<a href="qtableitem.html#setContentFromEditor">setContentFromEditor</a>( w ); + TQTableItem::<a href="tqtableitem.html#setContentFromEditor">setContentFromEditor</a>( w ); } -<a name="x2788"></a>void ComboItem::<a href="qtableitem.html#setText">setText</a>( const <a href="tqstring.html">TQString</a> &s ) +<a name="x2788"></a>void ComboItem::<a href="tqtableitem.html#setText">setText</a>( const <a href="tqstring.html">TQString</a> &s ) { if ( cb ) { // initialize the combobox from the text @@ -202,7 +202,7 @@ void <a name="f147"></a>Table::recalcSum( int, int col ) else cb->setCurrentItem( 0 ); } - TQTableItem::<a href="qtableitem.html#setText">setText</a>( s ); + TQTableItem::<a href="tqtableitem.html#setText">setText</a>( s ); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/table.html b/doc/html/table.html index 97732ae1b..e6925f01d 100644 --- a/doc/html/table.html +++ b/doc/html/table.html @@ -33,22 +33,22 @@ body { background: #ffffff; color: black; } <p> -<p> The table module provides a flexible and editable table widget, <a href="ntqtable.html">TQTable</a>. For many applications TQTables can be used directly and simply, -providing a grid of editable cells. <a href="ntqtable.html">TQTable</a> can also be subclassed in a +<p> The table module provides a flexible and editable table widget, <a href="tqtable.html">TQTable</a>. For many applications TQTables can be used directly and simply, +providing a grid of editable cells. <a href="tqtable.html">TQTable</a> can also be subclassed in a straightforward way to provide very large sparse tables, e.g. one million by one million cells. -<p> <a href="ntqtable.html"><img src="qtable.png" alt="Screenshot of TQTable"></a> +<p> <a href="tqtable.html"><img src="tqtable.png" alt="Screenshot of TQTable"></a> <p> The table module provides the following classes: <ul> -<li> <a href="ntqtable.html">TQTable</a> itself is the widget of choice whenever you need to +<li> <a href="tqtable.html">TQTable</a> itself is the widget of choice whenever you need to provide your users with the ability to display and edit tabular data such as spreadsheet or database data. -<li> <a href="qtableitem.html">TQTableItem</a> objects are used to populate a TQTable with data with +<li> <a href="tqtableitem.html">TQTableItem</a> objects are used to populate a TQTable with data with each table item holding the contents of a cell. <li> The <a href="tqcombotableitem.html">TQComboTableItem</a> class provides memory-efficient combobox items for TQTables. <li> The <a href="tqchecktableitem.html">TQCheckTableItem</a> class provides memory-efficient checkbox items for TQTables. -<li> <a href="qtableselection.html">TQTableSelection</a> provides access to selections of cells in a TQTable. -<li> <a href="ntqheader.html">TQHeader</a> provides access to the table's horizontal header (column +<li> <a href="tqtableselection.html">TQTableSelection</a> provides access to selections of cells in a TQTable. +<li> <a href="tqheader.html">TQHeader</a> provides access to the table's horizontal header (column headers) and vertical header (row headers). </ul> <p> See the appropriate class documentation for details and refer to the diff --git a/doc/html/tagreader-with-features-example.html b/doc/html/tagreader-with-features-example.html index 90921c91b..f384b3ae3 100644 --- a/doc/html/tagreader-with-features-example.html +++ b/doc/html/tagreader-with-features-example.html @@ -62,16 +62,16 @@ class TQString; class StructureParser: public <a href="tqxmldefaulthandler.html">TQXmlDefaultHandler</a> { public: - StructureParser( <a href="ntqlistview.html">TQListView</a> * ); + StructureParser( <a href="tqlistview.html">TQListView</a> * ); bool startElement( const <a href="tqstring.html">TQString</a>&, const <a href="tqstring.html">TQString</a>&, const <a href="tqstring.html">TQString</a>& , const <a href="tqxmlattributes.html">TQXmlAttributes</a>& ); bool endElement( const <a href="tqstring.html">TQString</a>&, const <a href="tqstring.html">TQString</a>&, const <a href="tqstring.html">TQString</a>& ); - void setListView( <a href="ntqlistview.html">TQListView</a> * ); + void setListView( <a href="tqlistview.html">TQListView</a> * ); private: <a href="tqptrstack.html">TQPtrStack</a><TQListViewItem> stack; - <a href="ntqlistview.html">TQListView</a> * table; + <a href="tqlistview.html">TQListView</a> * table; }; #endif @@ -86,15 +86,15 @@ $Id: qt/structureparser.cpp 3.3.8 edited May 27 2003 $ #include "structureparser.h" #include <<a href="tqstring-h.html">tqstring.h</a>> -#include <<a href="qlistview-h.html">ntqlistview.h</a>> +#include <<a href="tqlistview-h.html">tqlistview.h</a>> -<a name="f528"></a>StructureParser::StructureParser( <a href="ntqlistview.html">TQListView</a> * t ) +<a name="f528"></a>StructureParser::StructureParser( <a href="tqlistview.html">TQListView</a> * t ) : <a href="tqxmldefaulthandler.html">TQXmlDefaultHandler</a>() { setListView( t ); } -void <a name="f529"></a>StructureParser::setListView( <a href="ntqlistview.html">TQListView</a> * t ) +void <a name="f529"></a>StructureParser::setListView( <a href="tqlistview.html">TQListView</a> * t ) { table = t; table->setSorting( -1 ); @@ -107,24 +107,24 @@ void <a name="f529"></a>StructureParser::setListView( <a href="ntqlistview.html" const <a href="tqstring.html">TQString</a>& qName, const <a href="tqxmlattributes.html">TQXmlAttributes</a>& attributes) { - <a href="qlistviewitem.html">TQListViewItem</a> * element; + <a href="tqlistviewitem.html">TQListViewItem</a> * element; if ( ! stack.isEmpty() ){ - <a href="qlistviewitem.html">TQListViewItem</a> *lastChild = stack.top()->firstChild(); + <a href="tqlistviewitem.html">TQListViewItem</a> *lastChild = stack.top()->firstChild(); if ( lastChild ) { -<a name="x1965"></a> while ( lastChild-><a href="qlistviewitem.html#nextSibling">nextSibling</a>() ) - lastChild = lastChild-><a href="qlistviewitem.html#nextSibling">nextSibling</a>(); +<a name="x1965"></a> while ( lastChild-><a href="tqlistviewitem.html#nextSibling">nextSibling</a>() ) + lastChild = lastChild-><a href="tqlistviewitem.html#nextSibling">nextSibling</a>(); } - element = new <a href="qlistviewitem.html">TQListViewItem</a>( stack.top(), lastChild, qName, namespaceURI ); + element = new <a href="tqlistviewitem.html">TQListViewItem</a>( stack.top(), lastChild, qName, namespaceURI ); } else { - element = new <a href="qlistviewitem.html">TQListViewItem</a>( table, qName, namespaceURI ); + element = new <a href="tqlistviewitem.html">TQListViewItem</a>( table, qName, namespaceURI ); } stack.push( element ); -<a name="x1966"></a> element-><a href="qlistviewitem.html#setOpen">setOpen</a>( TRUE ); +<a name="x1966"></a> element-><a href="tqlistviewitem.html#setOpen">setOpen</a>( TRUE ); <a name="x1967"></a> if ( attributes.<a href="tqxmlattributes.html#length">length</a>() > 0 ) { for ( int i = 0 ; i < attributes.<a href="tqxmlattributes.html#length">length</a>(); i++ ) { -<a name="x1969"></a><a name="x1968"></a> new <a href="qlistviewitem.html">TQListViewItem</a>( element, attributes.<a href="tqxmlattributes.html#qName">qName</a>(i), attributes.<a href="tqxmlattributes.html#uri">uri</a>(i) ); +<a name="x1969"></a><a name="x1968"></a> new <a href="tqlistviewitem.html">TQListViewItem</a>( element, attributes.<a href="tqxmlattributes.html#qName">qName</a>(i), attributes.<a href="tqxmlattributes.html#uri">uri</a>(i) ); } } return TRUE; @@ -154,8 +154,8 @@ void <a name="f529"></a>StructureParser::setListView( <a href="ntqlistview.html" #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqxml-h.html">tqxml.h</a>> -#include <<a href="qlistview-h.html">ntqlistview.h</a>> -#include <<a href="qgrid-h.html">ntqgrid.h</a>> +#include <<a href="tqlistview-h.html">tqlistview.h</a>> +#include <<a href="tqgrid-h.html">tqgrid.h</a>> #include <<a href="tqmainwindow-h.html">tqmainwindow.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> @@ -168,14 +168,14 @@ int main( int argc, char **argv ) <a href="tqxmlsimplereader.html">TQXmlSimpleReader</a> reader; - <a href="ntqgrid.html">TQGrid</a> * container = new <a href="ntqgrid.html">TQGrid</a>( 3 ); + <a href="tqgrid.html">TQGrid</a> * container = new <a href="tqgrid.html">TQGrid</a>( 3 ); - <a href="ntqlistview.html">TQListView</a> * nameSpace = new <a href="ntqlistview.html">TQListView</a>( container, "table_namespace" ); + <a href="tqlistview.html">TQListView</a> * nameSpace = new <a href="tqlistview.html">TQListView</a>( container, "table_namespace" ); StructureParser * handler = new StructureParser( nameSpace ); <a name="x1977"></a> reader.<a href="tqxmlreader.html#setContentHandler">setContentHandler</a>( handler ); <a name="x1976"></a> reader.<a href="tqxmlsimplereader.html#parse">parse</a>( source ); - <a href="ntqlistview.html">TQListView</a> * namespacePrefix = new <a href="ntqlistview.html">TQListView</a>( container, + <a href="tqlistview.html">TQListView</a> * namespacePrefix = new <a href="tqlistview.html">TQListView</a>( container, "table_namespace_prefix" ); handler->setListView( namespacePrefix ); <a name="x1978"></a> reader.<a href="tqxmlsimplereader.html#setFeature">setFeature</a>( "http://xml.org/sax/features/namespace-prefixes", @@ -183,7 +183,7 @@ int main( int argc, char **argv ) <a name="x1975"></a> source.<a href="tqxmlinputsource.html#reset">reset</a>(); reader.<a href="tqxmlsimplereader.html#parse">parse</a>( source ); - <a href="ntqlistview.html">TQListView</a> * prefix = new <a href="ntqlistview.html">TQListView</a>( container, "table_prefix"); + <a href="tqlistview.html">TQListView</a> * prefix = new <a href="tqlistview.html">TQListView</a>( container, "table_prefix"); handler->setListView( prefix ); reader.<a href="tqxmlsimplereader.html#setFeature">setFeature</a>( "http://xml.org/sax/features/namespaces", FALSE ); source.<a href="tqxmlinputsource.html#reset">reset</a>(); diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html index b74b3029c..85b5d5bc2 100644 --- a/doc/html/themes-example.html +++ b/doc/html/themes-example.html @@ -1137,11 +1137,11 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" btn = ( const <a href="tqpushbutton.html">TQPushButton</a> * )widget; <a href="tqcolorgroup.html">TQColorGroup</a> myCg( cg ); SFlags flags = Style_Default; -<a name="x189"></a> if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() ) +<a name="x189"></a> if ( btn-><a href="tqbutton.html#isOn">isOn</a>() ) flags |= Style_On; -<a name="x188"></a> if ( btn-><a href="ntqbutton.html#isDown">isDown</a>() ) +<a name="x188"></a> if ( btn-><a href="tqbutton.html#isDown">isDown</a>() ) flags |= Style_Down; - if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() || btn-><a href="ntqbutton.html#isDown">isDown</a>() ) + if ( btn-><a href="tqbutton.html#isOn">isOn</a>() || btn-><a href="tqbutton.html#isDown">isDown</a>() ) flags |= Style_Sunken; <a name="x233"></a> if ( btn-><a href="tqpushbutton.html#isDefault">isDefault</a>() ) flags |= Style_Default; @@ -1155,9 +1155,9 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" <a name="x219"></a><a name="x196"></a> p-><a href="tqpainter.html#setBrush">setBrush</a>( TQBrush( cg.<a href="tqcolorgroup.html#button">button</a>(), NoBrush ) ); <a href="tqbrush.html">TQBrush</a> fill; - if ( btn-><a href="ntqbutton.html#isDown">isDown</a>() ) + if ( btn-><a href="tqbutton.html#isDown">isDown</a>() ) fill = cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Mid ); - else if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() ) + else if ( btn-><a href="tqbutton.html#isOn">isOn</a>() ) <a name="x201"></a> fill = TQBrush( cg.<a href="tqcolorgroup.html#mid">mid</a>(), Dense4Pattern ); else fill = cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Button ); @@ -1221,8 +1221,8 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" <a href="tqstyle.html#drawItem">drawItem</a>( p, TQRect( x, y, w, h ), AlignCenter | ShowPrefix, cg, btn-><a href="tqwidget.html#isEnabled">isEnabled</a>(), -<a name="x191"></a><a name="x190"></a> btn-><a href="ntqbutton.html#pixmap">pixmap</a>(), btn-><a href="ntqbutton.html#text">text</a>(), -1, -<a name="x194"></a> (btn-><a href="ntqbutton.html#isDown">isDown</a>() || btn-><a href="ntqbutton.html#isOn">isOn</a>()) ? &cg.<a href="tqcolorgroup.html#brightText">brightText</a>() +<a name="x191"></a><a name="x190"></a> btn-><a href="tqbutton.html#pixmap">pixmap</a>(), btn-><a href="tqbutton.html#text">text</a>(), -1, +<a name="x194"></a> (btn-><a href="tqbutton.html#isDown">isDown</a>() || btn-><a href="tqbutton.html#isOn">isOn</a>()) ? &cg.<a href="tqcolorgroup.html#brightText">brightText</a>() <a name="x197"></a> : &cg.<a href="tqcolorgroup.html#buttonText">buttonText</a>() ); if ( dx || dy ) p-><a href="tqpainter.html#translate">translate</a>( -dx, -dy ); @@ -1845,9 +1845,9 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget <a href="tqbrush.html">TQBrush</a> fill; -<a name="x268"></a> if ( btn-><a href="ntqbutton.html#isDown">isDown</a>() ) +<a name="x268"></a> if ( btn-><a href="tqbutton.html#isDown">isDown</a>() ) <a name="x274"></a> fill = cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Mid ); -<a name="x269"></a> else if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() ) +<a name="x269"></a> else if ( btn-><a href="tqbutton.html#isOn">isOn</a>() ) <a name="x278"></a> fill = TQBrush( cg.<a href="tqcolorgroup.html#mid">mid</a>(), Dense4Pattern ); else fill = cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Button ); @@ -1865,11 +1865,11 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget y2 -= 2; } SFlags flags = Style_Default; - if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() ) + if ( btn-><a href="tqbutton.html#isOn">isOn</a>() ) flags |= Style_On; - if ( btn-><a href="ntqbutton.html#isDown">isDown</a>() ) + if ( btn-><a href="tqbutton.html#isDown">isDown</a>() ) flags |= Style_Down; -<a name="x295"></a> if ( !btn-><a href="tqpushbutton.html#isFlat">isFlat</a>() && !btn-><a href="ntqbutton.html#isDown">isDown</a>() ) +<a name="x295"></a> if ( !btn-><a href="tqpushbutton.html#isFlat">isFlat</a>() && !btn-><a href="tqbutton.html#isDown">isDown</a>() ) flags |= Style_Raised; <a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( PE_ButtonCommand, p, TQRect( x1, y1, x2 - x1 + 1, y2 - y1 + 1), @@ -1902,7 +1902,7 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget int dy = 0; if ( btn-><a href="tqpushbutton.html#isMenuButton">isMenuButton</a>() ) dx = ( y2 - y1 ) / 3; - if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() || btn-><a href="ntqbutton.html#isDown">isDown</a>() ) { + if ( btn-><a href="tqbutton.html#isOn">isOn</a>() || btn-><a href="tqbutton.html#isDown">isDown</a>() ) { dx--; dy--; } @@ -1915,8 +1915,8 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget <a href="tqstyle.html#drawItem">drawItem</a>( p, TQRect( x, y, w, h ), AlignCenter|ShowPrefix, cg, btn-><a href="tqwidget.html#isEnabled">isEnabled</a>(), -<a name="x271"></a><a name="x270"></a> btn-><a href="ntqbutton.html#pixmap">pixmap</a>(), btn-><a href="ntqbutton.html#text">text</a>(), -1, -<a name="x276"></a><a name="x273"></a> (btn-><a href="ntqbutton.html#isDown">isDown</a>() || btn-><a href="ntqbutton.html#isOn">isOn</a>())? &cg.<a href="tqcolorgroup.html#brightText">brightText</a>() : &cg.<a href="tqcolorgroup.html#buttonText">buttonText</a>() ); +<a name="x271"></a><a name="x270"></a> btn-><a href="tqbutton.html#pixmap">pixmap</a>(), btn-><a href="tqbutton.html#text">text</a>(), -1, +<a name="x276"></a><a name="x273"></a> (btn-><a href="tqbutton.html#isDown">isDown</a>() || btn-><a href="tqbutton.html#isOn">isOn</a>())? &cg.<a href="tqcolorgroup.html#brightText">brightText</a>() : &cg.<a href="tqcolorgroup.html#buttonText">buttonText</a>() ); if ( dx || dy ) p-><a href="tqpainter.html#translate">translate</a>( -dx, -dy ); break; @@ -2147,7 +2147,7 @@ public: Themes( <a href="tqwidget.html">TQWidget</a> *parent = 0, const char *name = 0, WFlags f = WType_TopLevel ); protected: - <a href="ntqtabwidget.html">TQTabWidget</a> *tabwidget; + <a href="tqtabwidget.html">TQTabWidget</a> *tabwidget; protected slots: void makeStyle(const <a href="tqstring.html">TQString</a> &); @@ -2186,7 +2186,7 @@ private: #include "../rangecontrols/rangecontrols.h" #include "../richtext/richtext.h" -#include <<a href="qtabwidget-h.html">ntqtabwidget.h</a>> +#include <<a href="tqtabwidget-h.html">tqtabwidget.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> @@ -2201,18 +2201,18 @@ private: : <a href="tqmainwindow.html">TQMainWindow</a>( parent, name, f ) { <a name="x321"></a> appFont = TQApplication::<a href="ntqapplication.html#font">font</a>(); - tabwidget = new <a href="ntqtabwidget.html">TQTabWidget</a>( this ); + tabwidget = new <a href="tqtabwidget.html">TQTabWidget</a>( this ); -<a name="x343"></a> tabwidget-><a href="ntqtabwidget.html#addTab">addTab</a>( new ButtonsGroups( tabwidget ), "Buttons/Groups" ); +<a name="x343"></a> tabwidget-><a href="tqtabwidget.html#addTab">addTab</a>( new ButtonsGroups( tabwidget ), "Buttons/Groups" ); <a href="ntqhbox.html">TQHBox</a> *hbox = new <a href="ntqhbox.html">TQHBox</a>( tabwidget ); - hbox-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); + hbox-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); (void)new LineEdits( hbox ); (void)new ProgressBar( hbox ); - tabwidget-><a href="ntqtabwidget.html#addTab">addTab</a>( hbox, "Lineedits/Progressbar" ); - tabwidget-><a href="ntqtabwidget.html#addTab">addTab</a>( new ListBoxCombo( tabwidget ), "Listboxes/Comboboxes" ); - tabwidget-><a href="ntqtabwidget.html#addTab">addTab</a>( new CheckLists( tabwidget ), "Listviews" ); - tabwidget-><a href="ntqtabwidget.html#addTab">addTab</a>( new RangeControls( tabwidget ), "Rangecontrols" ); - tabwidget-><a href="ntqtabwidget.html#addTab">addTab</a>( new MyRichText( tabwidget ), "Fortune" ); + tabwidget-><a href="tqtabwidget.html#addTab">addTab</a>( hbox, "Lineedits/Progressbar" ); + tabwidget-><a href="tqtabwidget.html#addTab">addTab</a>( new ListBoxCombo( tabwidget ), "Listboxes/Comboboxes" ); + tabwidget-><a href="tqtabwidget.html#addTab">addTab</a>( new CheckLists( tabwidget ), "Listviews" ); + tabwidget-><a href="tqtabwidget.html#addTab">addTab</a>( new RangeControls( tabwidget ), "Rangecontrols" ); + tabwidget-><a href="tqtabwidget.html#addTab">addTab</a>( new MyRichText( tabwidget ), "Fortune" ); <a href="tqmainwindow.html#setCentralWidget">setCentralWidget</a>( tabwidget ); diff --git a/doc/html/tictac-example.html b/doc/html/tictac-example.html index fae1bdba3..2975a1bb8 100644 --- a/doc/html/tictac-example.html +++ b/doc/html/tictac-example.html @@ -191,7 +191,7 @@ private: // Paints TicTacButton // -<a name="x31"></a>void TicTacButton::<a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>( <a href="tqpainter.html">TQPainter</a> *p ) +<a name="x31"></a>void TicTacButton::<a href="tqbutton.html#drawButtonLabel">drawButtonLabel</a>( <a href="tqpainter.html">TQPainter</a> *p ) { <a href="tqrect.html">TQRect</a> r = <a href="tqwidget.html#rect">rect</a>(); p-><a href="tqpainter.html#setPen">setPen</a>( TQPen( white,2 ) ); // set fat pen @@ -222,14 +222,14 @@ private: comp_starts = FALSE; // human starts buttons = new TicTacButtons(n); // create real buttons btArray = new TicTacArray(n); // create button model - <a href="qgridlayout.html">TQGridLayout</a> * grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, nBoard, nBoard, 4 ); + <a href="tqgridlayout.html">TQGridLayout</a> * grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, nBoard, nBoard, 4 ); <a href="tqpalette.html">TQPalette</a> p( blue ); for ( int i=0; i<n; i++ ) { // create and connect buttons TicTacButton *ttb = new TicTacButton( this ); <a name="x45"></a> ttb-><a href="tqwidget.html#setPalette">setPalette</a>( p ); ttb-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); - <a href="tqobject.html#connect">connect</a>( ttb, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(buttonClicked()) ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( ttb, i%nBoard, i/nBoard ); + <a href="tqobject.html#connect">connect</a>( ttb, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(buttonClicked()) ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( ttb, i%nBoard, i/nBoard ); buttons->insert( i, ttb ); btArray->at(i) = TicTacButton::Blank; // initial button type } @@ -448,7 +448,7 @@ void <a name="f195"></a>TicTacGameBoard::computerMove() // Create a message label message = new <a href="tqlabel.html">TQLabel</a>( this ); -<a name="x24"></a> message-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); +<a name="x24"></a> message-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); message-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); l-><a href="qboxlayout.html#addWidget">addWidget</a>( message ); @@ -461,8 +461,8 @@ void <a name="f195"></a>TicTacGameBoard::computerMove() // Create a horizontal frame line - <a href="ntqframe.html">TQFrame</a> *line = new <a href="ntqframe.html">TQFrame</a>( this ); - line-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::HLine | TQFrame::Sunken ); + <a href="tqframe.html">TQFrame</a> *line = new <a href="tqframe.html">TQFrame</a>( this ); + line-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::HLine | TQFrame::Sunken ); l-><a href="qboxlayout.html#addWidget">addWidget</a>( line ); // Create the combo box for deciding who should start, and @@ -477,9 +477,9 @@ void <a name="f195"></a>TicTacGameBoard::computerMove() // to this right slots. newGame = new <a href="tqpushbutton.html">TQPushButton</a>( "Play!", this ); - <a href="tqobject.html#connect">connect</a>( newGame, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(newGameClicked()) ); + <a href="tqobject.html#connect">connect</a>( newGame, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(newGameClicked()) ); quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); <a href="qhboxlayout.html">TQHBoxLayout</a> * b = new <a href="qhboxlayout.html">TQHBoxLayout</a>; <a name="x19"></a> l-><a href="qboxlayout.html#addLayout">addLayout</a>( b ); b-><a href="qboxlayout.html#addWidget">addWidget</a>( newGame ); diff --git a/doc/html/timers.html b/doc/html/timers.html index bd53ca7d8..cab0b61ca 100644 --- a/doc/html/timers.html +++ b/doc/html/timers.html @@ -66,7 +66,7 @@ of most GUI programs. The normal way of using it is like this: this widget is deleted, the timer is deleted too. Next, its timeout signal is connected to the slot that will do the work, and finally it's started. -<p> <a href="tqtimer.html">TQTimer</a> also provides a simple one-shot timer API. <a href="ntqbutton.html">TQButton</a> uses this +<p> <a href="tqtimer.html">TQTimer</a> also provides a simple one-shot timer API. <a href="tqbutton.html">TQButton</a> uses this to show the button being pressed down and then (0.1 seconds later) be released when the keyboard is used to "press" a button, for example: <p> <pre> diff --git a/doc/html/titleindex b/doc/html/titleindex index 67112607c..7fc7a1219 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -74,7 +74,7 @@ Help System | helpsystem.html Helpsystem | helpsystem-example.html How to Learn TQt | how-to-learn-ntqt.html How to Report A Bug | bughowto.html -How to create a large, sparse QTable | bigtable-example.html +How to create a large, sparse TQTable | bigtable-example.html How to use X11 overlays with the TQt OpenGL extension | opengl-x11-overlays.html IconView Widget | iconview.html Iconview | iconview-example.html @@ -176,10 +176,10 @@ TQBrush Class | tqbrush.html TQBrush Member List | tqbrush-members.html TQBuffer Class | tqbuffer.html TQBuffer Member List | tqbuffer-members.html -QButton Class | ntqbutton.html -QButton Member List | qbutton-members.html -QButtonGroup Class | ntqbuttongroup.html -QButtonGroup Member List | qbuttongroup-members.html +TQButton Class | tqbutton.html +TQButton Member List | tqbutton-members.html +TQButtonGroup Class | tqbuttongroup.html +TQButtonGroup Member List | tqbuttongroup-members.html TQByteArray Class | tqbytearray.html TQByteArray Member List | tqbytearray-members.html QCDEStyle Class | ntqcdestyle.html @@ -389,8 +389,8 @@ TQFontInfo Class | tqfontinfo.html TQFontInfo Member List | tqfontinfo-members.html TQFontMetrics Class | tqfontmetrics.html TQFontMetrics Member List | tqfontmetrics-members.html -QFrame Class | ntqframe.html -QFrame Member List | qframe-members.html +TQFrame Class | tqframe.html +TQFrame Member List | tqframe-members.html TQFtp Class | tqftp.html TQFtp Member List | tqftp-members.html TQGL Class | tqgl.html @@ -411,12 +411,12 @@ TQGb2312Codec Class | tqgb2312codec.html TQGb2312Codec Member List | tqgb2312codec-members.html TQGbkCodec Class | tqgbkcodec.html TQGbkCodec Member List | tqgbkcodec-members.html -QGrid Class | ntqgrid.html -QGrid Member List | qgrid-members.html -QGridLayout Class | qgridlayout.html -QGridLayout Member List | qgridlayout-members.html -QGridView Class | ntqgridview.html -QGridView Member List | qgridview-members.html +TQGrid Class | tqgrid.html +TQGrid Member List | tqgrid-members.html +TQGridLayout Class | tqgridlayout.html +TQGridLayout Member List | tqgridlayout-members.html +TQGridView Class | tqgridview.html +TQGridView Member List | tqgridview-members.html QGroupBox Class | ntqgroupbox.html QGroupBox Member List | qgroupbox-members.html QGuardedPtr Class | ntqguardedptr.html @@ -429,8 +429,8 @@ QHButtonGroup Class | ntqhbuttongroup.html QHButtonGroup Member List | qhbuttongroup-members.html QHGroupBox Class | ntqhgroupbox.html QHGroupBox Member List | qhgroupbox-members.html -QHeader Class | ntqheader.html -QHeader Member List | qheader-members.html +TQHeader Class | tqheader.html +TQHeader Member List | tqheader-members.html TQHebrewCodec Class | tqhebrewcodec.html TQHebrewCodec Member List | tqhebrewcodec-members.html QHideEvent Class | qhideevent.html @@ -513,20 +513,20 @@ QLibrary Class | ntqlibrary.html QLibrary Member List | qlibrary-members.html TQLineEdit Class | tqlineedit.html TQLineEdit Member List | tqlineedit-members.html -QListBox Class | ntqlistbox.html -QListBox Member List | qlistbox-members.html -QListBoxItem Class | qlistboxitem.html -QListBoxItem Member List | qlistboxitem-members.html -QListBoxPixmap Class | qlistboxpixmap.html -QListBoxPixmap Member List | qlistboxpixmap-members.html -QListBoxText Class | qlistboxtext.html -QListBoxText Member List | qlistboxtext-members.html -QListView Class | ntqlistview.html -QListView Member List | qlistview-members.html -QListViewItem Class | qlistviewitem.html -QListViewItem Member List | qlistviewitem-members.html -QListViewItemIterator Class | qlistviewitemiterator.html -QListViewItemIterator Member List | qlistviewitemiterator-members.html +TQListBox Class | tqlistbox.html +TQListBox Member List | tqlistbox-members.html +TQListBoxItem Class | tqlistboxitem.html +TQListBoxItem Member List | tqlistboxitem-members.html +TQListBoxPixmap Class | tqlistboxpixmap.html +TQListBoxPixmap Member List | tqlistboxpixmap-members.html +TQListBoxText Class | tqlistboxtext.html +TQListBoxText Member List | tqlistboxtext-members.html +TQListView Class | tqlistview.html +TQListView Member List | tqlistview-members.html +TQListViewItem Class | tqlistviewitem.html +TQListViewItem Member List | tqlistviewitem-members.html +TQListViewItemIterator Class | tqlistviewitemiterator.html +TQListViewItemIterator Member List | tqlistviewitemiterator-members.html TQLocalFs Class | tqlocalfs.html TQLocalFs Member List | tqlocalfs-members.html TQLocale Class | tqlocale.html @@ -577,8 +577,8 @@ QMoveEvent Class | qmoveevent.html QMoveEvent Member List | qmoveevent-members.html TQMovie Class | tqmovie.html TQMovie Member List | tqmovie-members.html -QMultiLineEdit Class | ntqmultilineedit.html -QMultiLineEdit Member List | qmultilineedit-members.html +TQMultiLineEdit Class | tqmultilineedit.html +TQMultiLineEdit Member List | tqmultilineedit-members.html TQMutex Class | tqmutex.html TQMutex Member List | tqmutex-members.html TQMutexLocker Class | tqmutexlocker.html @@ -638,10 +638,10 @@ TQPrinter Member List | tqprinter-members.html TQProcess Class | tqprocess.html TQProcess Examples | tqprocess-examples.html TQProcess Member List | tqprocess-members.html -QProgressBar Class | ntqprogressbar.html -QProgressBar Member List | qprogressbar-members.html -QProgressDialog Class | ntqprogressdialog.html -QProgressDialog Member List | qprogressdialog-members.html +TQProgressBar Class | tqprogressbar.html +TQProgressBar Member List | tqprogressbar-members.html +TQProgressDialog Class | tqprogressdialog.html +TQProgressDialog Member List | tqprogressdialog-members.html TQPtrCollection Class | tqptrcollection.html TQPtrCollection Member List | tqptrcollection-members.html TQPtrDict Class | tqptrdict.html @@ -784,22 +784,22 @@ TQStyleSheetItem Class | tqstylesheetitem.html TQStyleSheetItem Member List | tqstylesheetitem-members.html TQSyntaxHighlighter Class | tqsyntaxhighlighter.html TQSyntaxHighlighter Member List | tqsyntaxhighlighter-members.html -QTab Class | qtab.html -QTab Member List | qtab-members.html -QTabBar Class | ntqtabbar.html -QTabBar Member List | qtabbar-members.html -QTabDialog Class | ntqtabdialog.html -QTabDialog Member List | qtabdialog-members.html -QTabWidget Class | ntqtabwidget.html -QTabWidget Member List | qtabwidget-members.html -QTable Class | ntqtable.html -QTable Member List | qtable-members.html -QTableItem Class | qtableitem.html -QTableItem Member List | qtableitem-members.html -QTableSelection Class | qtableselection.html -QTableSelection Member List | qtableselection-members.html -QTabletEvent Class | qtabletevent.html -QTabletEvent Member List | qtabletevent-members.html +TQTab Class | tqtab.html +TQTab Member List | tqtab-members.html +TQTabBar Class | tqtabbar.html +TQTabBar Member List | tqtabbar-members.html +TQTabDialog Class | tqtabdialog.html +TQTabDialog Member List | tqtabdialog-members.html +TQTabWidget Class | tqtabwidget.html +TQTabWidget Member List | tqtabwidget-members.html +TQTable Class | tqtable.html +TQTable Member List | tqtable-members.html +TQTableItem Class | tqtableitem.html +TQTableItem Member List | tqtableitem-members.html +TQTableSelection Class | tqtableselection.html +TQTableSelection Member List | tqtableselection-members.html +TQTabletEvent Class | tqtabletevent.html +TQTabletEvent Member List | tqtabletevent-members.html TQTextBrowser Class | tqtextbrowser.html TQTextBrowser Member List | tqtextbrowser-members.html TQTextCodec Class | tqtextcodec.html @@ -904,8 +904,8 @@ TQWindowsMime Class | tqwindowsmime.html TQWindowsMime Member List | tqwindowsmime-members.html QWindowsStyle Class | ntqwindowsstyle.html QWindowsStyle Member List | qwindowsstyle-members.html -QWizard Class | ntqwizard.html -QWizard Member List | qwizard-members.html +TQWizard Class | tqwizard.html +TQWizard Member List | tqwizard-members.html TQWorkspace Class | tqworkspace.html TQWorkspace Member List | tqworkspace-members.html TQXmlAttributes Class | tqxmlattributes.html @@ -1085,8 +1085,8 @@ tqbitarray.h Include File | tqbitarray-h.html tqbitmap.h Include File | tqbitmap-h.html tqbrush.h Include File | tqbrush-h.html tqbuffer.h Include File | tqbuffer-h.html -ntqbutton.h Include File | qbutton-h.html -ntqbuttongroup.h Include File | qbuttongroup-h.html +tqbutton.h Include File | tqbutton-h.html +tqbuttongroup.h Include File | tqbuttongroup-h.html tqcache.h Include File | tqcache-h.html tqcanvas.h Include File | tqcanvas-h.html ntqcdestyle.h Include File | qcdestyle-h.html @@ -1132,19 +1132,19 @@ tqfontdatabase.h Include File | tqfontdatabase-h.html tqfontdialog.h Include File | tqfontdialog-h.html tqfontinfo.h Include File | tqfontinfo-h.html tqfontmetrics.h Include File | tqfontmetrics-h.html -ntqframe.h Include File | qframe-h.html +tqframe.h Include File | tqframe-h.html tqftp.h Include File | tqftp-h.html tqgb18030codec.h Include File | tqgb18030codec-h.html tqgl.h Include File | tqgl-h.html tqglcolormap.h Include File | tqglcolormap-h.html ntqglobal.h Include File | qglobal-h.html -ntqgrid.h Include File | qgrid-h.html -ntqgridview.h Include File | qgridview-h.html +tqgrid.h Include File | tqgrid-h.html +tqgridview.h Include File | tqgridview-h.html ntqgroupbox.h Include File | qgroupbox-h.html ntqguardedptr.h Include File | qguardedptr-h.html ntqhbox.h Include File | qhbox-h.html ntqhbuttongroup.h Include File | qhbuttongroup-h.html -ntqheader.h Include File | qheader-h.html +tqheader.h Include File | tqheader-h.html ntqhgroupbox.h Include File | qhgroupbox-h.html tqhostaddress.h Include File | tqhostaddress-h.html tqhttp.h Include File | tqhttp-h.html @@ -1162,8 +1162,8 @@ ntqlayout.h Include File | qlayout-h.html tqlcdnumber.h Include File | tqlcdnumber-h.html ntqlibrary.h Include File | qlibrary-h.html tqlineedit.h Include File | tqlineedit-h.html -ntqlistbox.h Include File | qlistbox-h.html -ntqlistview.h Include File | qlistview-h.html +tqlistbox.h Include File | tqlistbox-h.html +tqlistview.h Include File | tqlistview-h.html tqlocale.h Include File | tqlocale-h.html tqlocalfs.h Include File | tqlocalfs-h.html qmacstyle_mac.h Include File | qmacstyle_mac-h.html @@ -1181,7 +1181,7 @@ ntqmotifplusstyle.h Include File | qmotifplusstyle-h.html ntqmotifstyle.h Include File | qmotifstyle-h.html qmotifwidget.h Include File | qmotifwidget-h.html tqmovie.h Include File | tqmovie-h.html -ntqmultilineedit.h Include File | qmultilineedit-h.html +tqmultilineedit.h Include File | tqmultilineedit-h.html tqmutex.h Include File | tqmutex-h.html ntqnamespace.h Include File | qnamespace-h.html tqnetwork.h Example File | tqnetwork-h.html @@ -1206,8 +1206,8 @@ tqpointarray.h Include File | tqpointarray-h.html tqpopupmenu.h Include File | tqpopupmenu-h.html tqprinter.h Include File | tqprinter-h.html tqprocess.h Include File | tqprocess-h.html -ntqprogressbar.h Include File | qprogressbar-h.html -ntqprogressdialog.h Include File | qprogressdialog-h.html +tqprogressbar.h Include File | tqprogressbar-h.html +tqprogressdialog.h Include File | tqprogressdialog-h.html tqptrcollection.h Include File | tqptrcollection-h.html tqptrdict.h Include File | tqptrdict-h.html tqptrlist.h Include File | tqptrlist-h.html @@ -1267,10 +1267,10 @@ tqstylefactory.h Include File | tqstylefactory-h.html tqstyleplugin.h Include File | tqstyleplugin-h.html tqstylesheet.h Include File | tqstylesheet-h.html tqsyntaxhighlighter.h Include File | tqsyntaxhighlighter-h.html -ntqtabbar.h Include File | qtabbar-h.html -ntqtabdialog.h Include File | qtabdialog-h.html -ntqtable.h Include File | qtable-h.html -ntqtabwidget.h Include File | qtabwidget-h.html +tqtabbar.h Include File | tqtabbar-h.html +tqtabdialog.h Include File | tqtabdialog-h.html +tqtable.h Include File | tqtable-h.html +tqtabwidget.h Include File | tqtabwidget-h.html tqtextbrowser.h Include File | tqtextbrowser-h.html tqtextcodec.h Include File | tqtextcodec-h.html tqtextcodecplugin.h Include File | tqtextcodecplugin-h.html @@ -1306,7 +1306,7 @@ tqwidgetplugin.h Include File | tqwidgetplugin-h.html tqwidgetstack.h Include File | tqwidgetstack-h.html ntqwindowdefs.h Include File | qwindowdefs-h.html ntqwindowsstyle.h Include File | qwindowsstyle-h.html -ntqwizard.h Include File | qwizard-h.html +tqwizard.h Include File | tqwizard-h.html tqwmatrix.h Include File | tqwmatrix-h.html tqworkspace.h Include File | tqworkspace-h.html tqxml.h Include File | tqxml-h.html diff --git a/doc/html/toplevel-example.html b/doc/html/toplevel-example.html index 7b0791999..8d87809c0 100644 --- a/doc/html/toplevel-example.html +++ b/doc/html/toplevel-example.html @@ -183,12 +183,12 @@ decoration. Tool windows are frequently used instead of modeless dialogs. <p> <pre> if ( !widget ) { widget = new <a href="ntqvbox.html">TQVBox</a>( parent, 0, f ); - <a name="x2530"></a> widget-><a href="ntqframe.html#setMargin">setMargin</a>( 20 ); + <a name="x2530"></a> widget-><a href="tqframe.html#setMargin">setMargin</a>( 20 ); <a name="x2533"></a> <a href="tqlabel.html">TQLabel</a> *label = new <a href="tqlabel.html">TQLabel</a>(flagList.<a href="tqstringlist.html#join">join</a>("&nbsp;| "), widget); <a name="x2532"></a> label-><a href="tqlabel.html#setTextFormat">setTextFormat</a>(RichText); <a name="x2531"></a> label-><a href="tqlabel.html#setAlignment">setAlignment</a>(WordBreak); <a href="tqpushbutton.html">TQPushButton</a> *okButton = new <a href="tqpushbutton.html">TQPushButton</a>( "Close", widget ); - <a name="x2535"></a> connect( okButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), widget, TQ_SLOT(<a href="tqwidget.html#close">close</a>()) ); + <a name="x2535"></a> connect( okButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), widget, TQ_SLOT(<a href="tqwidget.html#close">close</a>()) ); <a name="x2537"></a> widget-><a href="tqwidget.html#move">move</a>( pos() ); </pre>The widget is created if it has not been created yet, or if it was closed (since we use the <tt>WDestructiveClose</tt> flag). Note that the diff --git a/doc/html/qbutton-h.html b/doc/html/tqbutton-h.html index 75e3e046d..a3c781024 100644 --- a/doc/html/qbutton-h.html +++ b/doc/html/tqbutton-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqbutton.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqbutton.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqbutton.h Include File</title> +<title>tqbutton.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqbutton.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqbutton.h</h1> -<p>This is the verbatim text of the ntqbutton.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqbutton.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqbutton.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqbutton.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQButton widget class ** diff --git a/doc/html/qbutton-members.html b/doc/html/tqbutton-members.html index b573ba1f8..f10c6f7b3 100644 --- a/doc/html/qbutton-members.html +++ b/doc/html/tqbutton-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqbutton.h:53 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqbutton.h:53 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,17 +32,17 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQButton</h1> <p>This is the complete list of member functions for -<a href="ntqbutton.html">TQButton</a>, including inherited members. +<a href="tqbutton.html">TQButton</a>, including inherited members. <ul> -<li><a href="ntqbutton.html#TQButton">TQButton</a>() -<li><a href="ntqbutton.html#~TQButton">~TQButton</a>() -<li><a href="ntqbutton.html#accel">accel</a>() +<li><a href="tqbutton.html#TQButton">TQButton</a>() +<li><a href="tqbutton.html#~TQButton">~TQButton</a>() +<li><a href="tqbutton.html#accel">accel</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqbutton.html#animateClick">animateClick</a>() +<li><a href="tqbutton.html#animateClick">animateClick</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() -<li><a href="ntqbutton.html#autoRepeat">autoRepeat</a>() +<li><a href="tqbutton.html#autoRepeat">autoRepeat</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() <li><a href="tqwidget.html#backgroundMode">backgroundMode</a>() @@ -62,7 +62,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqbutton.html#clicked">clicked</a>() +<li><a href="tqbutton.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() @@ -84,8 +84,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqbutton.html#drawButton">drawButton</a>() -<li><a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>() +<li><a href="tqbutton.html#drawButton">drawButton</a>() +<li><a href="tqbutton.html#drawButtonLabel">drawButtonLabel</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -116,7 +116,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqbutton.html#group">group</a>() +<li><a href="tqbutton.html#group">group</a>() <li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() @@ -126,7 +126,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() -<li><a href="ntqbutton.html#hitButton">hitButton</a>() +<li><a href="tqbutton.html#hitButton">hitButton</a>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -140,11 +140,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="tqwidget.html#isDesktop">isDesktop</a>() <li><a href="tqwidget.html#isDialog">isDialog</a>() -<li><a href="ntqbutton.html#isDown">isDown</a>() +<li><a href="tqbutton.html#isDown">isDown</a>() <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() +<li><a href="tqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() <li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() @@ -153,10 +153,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() -<li><a href="ntqbutton.html#isOn">isOn</a>() +<li><a href="tqbutton.html#isOn">isOn</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqbutton.html#isToggleButton">isToggleButton</a>() +<li><a href="tqbutton.html#isToggleButton">isToggleButton</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() @@ -201,7 +201,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqbutton.html#paintEvent">paintEvent</a>() +<li><a href="tqbutton.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -210,10 +210,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqbutton.html#pixmap">pixmap</a>() +<li><a href="tqbutton.html#pixmap">pixmap</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqbutton.html#pressed">pressed</a>() +<li><a href="tqbutton.html#pressed">pressed</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -221,7 +221,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqbutton.html#released">released</a>() +<li><a href="tqbutton.html#released">released</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="tqwidget.html#repaint">repaint</a>() @@ -231,11 +231,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() -<li><a href="ntqbutton.html#setAccel">setAccel</a>() +<li><a href="tqbutton.html#setAccel">setAccel</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() -<li><a href="ntqbutton.html#setAutoRepeat">setAutoRepeat</a>() +<li><a href="tqbutton.html#setAutoRepeat">setAutoRepeat</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() @@ -244,7 +244,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqbutton.html#setDown">setDown</a>() +<li><a href="tqbutton.html#setDown">setDown</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() @@ -271,22 +271,22 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqbutton.html#setOn">setOn</a>() +<li><a href="tqbutton.html#setOn">setOn</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqbutton.html#setPixmap">setPixmap</a>() +<li><a href="tqbutton.html#setPixmap">setPixmap</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() -<li><a href="ntqbutton.html#setState">setState</a>() +<li><a href="tqbutton.html#setState">setState</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqbutton.html#setText">setText</a>() -<li><a href="ntqbutton.html#setToggleButton">setToggleButton</a>() -<li><a href="ntqbutton.html#setToggleType">setToggleType</a>() +<li><a href="tqbutton.html#setText">setText</a>() +<li><a href="tqbutton.html#setToggleButton">setToggleButton</a>() +<li><a href="tqbutton.html#setToggleType">setToggleType</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() @@ -304,17 +304,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() -<li><a href="ntqbutton.html#state">state</a>() -<li><a href="ntqbutton.html#stateChanged">stateChanged</a>() +<li><a href="tqbutton.html#state">state</a>() +<li><a href="tqbutton.html#stateChanged">stateChanged</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqbutton.html#text">text</a>() +<li><a href="tqbutton.html#text">text</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqbutton.html#toggle">toggle</a>() -<li><a href="ntqbutton.html#toggleType">toggleType</a>() -<li><a href="ntqbutton.html#toggled">toggled</a>() +<li><a href="tqbutton.html#toggle">toggle</a>() +<li><a href="tqbutton.html#toggleType">toggleType</a>() +<li><a href="tqbutton.html#toggled">toggled</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() diff --git a/doc/html/ntqbutton.html b/doc/html/tqbutton.html index da74633f0..0280a4b22 100644 --- a/doc/html/ntqbutton.html +++ b/doc/html/tqbutton.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qbutton.cpp:126 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqbutton.cpp:126 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,10 +34,10 @@ body { background: #ffffff; color: black; } <p>The TQButton class is the abstract base class of button widgets, providing functionality common to buttons. <a href="#details">More...</a> -<p><tt>#include <<a href="qbutton-h.html">ntqbutton.h</a>></tt> +<p><tt>#include <<a href="tqbutton-h.html">tqbutton.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. <p>Inherited by <a href="tqcheckbox.html">TQCheckBox</a>, <a href="tqpushbutton.html">TQPushButton</a>, <a href="tqradiobutton.html">TQRadioButton</a>, and <a href="tqtoolbutton.html">TQToolButton</a>. -<p><a href="qbutton-members.html">List of all member functions.</a> +<p><a href="tqbutton-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQButton"><b>TQButton</b></a> ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )</li> @@ -178,7 +178,7 @@ whether a button press is within the button). the drawButton() function draws in. You should not reimplement <a href="#paintEvent">paintEvent</a>() for a subclass of TQButton unless you want to take over all drawing. -<p> <p>See also <a href="ntqbuttongroup.html">TQButtonGroup</a> and <a href="abstractwidgets.html">Abstract Widget Classes</a>. +<p> <p>See also <a href="tqbuttongroup.html">TQButtonGroup</a> and <a href="abstractwidgets.html">Abstract Widget Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ToggleState-enum"></a>TQButton::ToggleState</h3> @@ -206,8 +206,8 @@ states <a href="#ToggleState-enum">On</a>, <a href="#ToggleState-enum">Off</a> a </h3> Constructs a standard button called <em>name</em> with parent <em>parent</em>, using the widget flags <em>f</em>. -<p> If <em>parent</em> is a <a href="ntqbuttongroup.html">TQButtonGroup</a>, this constructor calls -<a href="ntqbuttongroup.html#insert">TQButtonGroup::insert</a>(). +<p> If <em>parent</em> is a <a href="tqbuttongroup.html">TQButtonGroup</a>, this constructor calls +<a href="tqbuttongroup.html#insert">TQButtonGroup::insert</a>(). <h3 class=fn><a name="~TQButton"></a>TQButton::~TQButton () </h3> @@ -215,7 +215,7 @@ Destroys the button. <h3 class=fn><a href="ntqkeysequence.html">TQKeySequence</a> <a name="accel"></a>TQButton::accel () const </h3><p>Returns the accelerator associated with the button. -See the <a href="ntqbutton.html#accel-prop">"accel"</a> property for details. +See the <a href="tqbutton.html#accel-prop">"accel"</a> property for details. <h3 class=fn>void <a name="animateClick"></a>TQButton::animateClick ()<tt> [slot]</tt> </h3> Performs an animated click: the button is pressed and released a @@ -227,7 +227,7 @@ short while later. <h3 class=fn>bool <a name="autoRepeat"></a>TQButton::autoRepeat () const </h3><p>Returns TRUE if autoRepeat is enabled; otherwise returns FALSE. -See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. +See the <a href="tqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. <h3 class=fn>void <a name="clicked"></a>TQButton::clicked ()<tt> [signal]</tt> </h3> @@ -235,7 +235,7 @@ See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for d pressed down and then released when the mouse cursor is inside the button), when the accelerator key is typed or when <a href="#animateClick">animateClick</a>() is called. This signal is <em>not</em> emitted if you call <a href="#setDown">setDown</a>(). -<p> The <a href="ntqbuttongroup.html#clicked">TQButtonGroup::clicked</a>() signal does the same job, if you want +<p> The <a href="tqbuttongroup.html#clicked">TQButtonGroup::clicked</a>() signal does the same job, if you want to connect several buttons to the same slot. <p> <b>Warning:</b> Don't launch a model dialog in response to this signal for a button that has <a href="#autoRepeat-prop">autoRepeat</a> turned on. @@ -257,12 +257,12 @@ Draws the button text or pixmap. buttons. It is invoked by <a href="#drawButton">drawButton</a>(). <p> <p>See also <a href="#drawButton">drawButton</a>() and <a href="#paintEvent">paintEvent</a>(). -<h3 class=fn><a href="ntqbuttongroup.html">TQButtonGroup</a> * <a name="group"></a>TQButton::group () const +<h3 class=fn><a href="tqbuttongroup.html">TQButtonGroup</a> * <a name="group"></a>TQButton::group () const </h3> Returns the group that this button belongs to. -<p> If the button is not a member of any <a href="ntqbuttongroup.html">TQButtonGroup</a>, this function +<p> If the button is not a member of any <a href="tqbuttongroup.html">TQButtonGroup</a>, this function returns 0. -<p> <p>See also <a href="ntqbuttongroup.html">TQButtonGroup</a>. +<p> <p>See also <a href="tqbuttongroup.html">TQButtonGroup</a>. <h3 class=fn>bool <a name="hitButton"></a>TQButton::hitButton ( const <a href="tqpoint.html">TQPoint</a> & pos ) const<tt> [virtual protected]</tt> </h3> @@ -273,16 +273,16 @@ may reimplement it, though. <h3 class=fn>bool <a name="isDown"></a>TQButton::isDown () const </h3><p>Returns TRUE if the button is pressed; otherwise returns FALSE. -See the <a href="ntqbutton.html#down-prop">"down"</a> property for details. +See the <a href="tqbutton.html#down-prop">"down"</a> property for details. <h3 class=fn>bool <a name="isExclusiveToggle"></a>TQButton::isExclusiveToggle () const </h3><p>Returns TRUE if the button is an exclusive toggle; otherwise returns FALSE. -See the <a href="ntqbutton.html#exclusiveToggle-prop">"exclusiveToggle"</a> property for details. +See the <a href="tqbutton.html#exclusiveToggle-prop">"exclusiveToggle"</a> property for details. <h3 class=fn>bool <a name="isOn"></a>TQButton::isOn () const </h3><p>Returns TRUE if the button is toggled; otherwise returns FALSE. -See the <a href="ntqbutton.html#on-prop">"on"</a> property for details. +See the <a href="tqbutton.html#on-prop">"on"</a> property for details. <h3 class=fn>bool <a name="isToggleButton"></a>TQButton::isToggleButton () const </h3><p>Returns TRUE if the button is a toggle button; otherwise returns FALSE. -See the <a href="ntqbutton.html#toggleButton-prop">"toggleButton"</a> property for details. +See the <a href="tqbutton.html#toggleButton-prop">"toggleButton"</a> property for details. <h3 class=fn>void <a name="paintEvent"></a>TQButton::paintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a> * )<tt> [virtual protected]</tt> </h3> Handles paint events for buttons. Small and typically complex @@ -294,7 +294,7 @@ actually drawing is done in the virtual functions <a href="#drawButton">drawButt <p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>. <h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQButton::pixmap () const </h3><p>Returns the pixmap shown on the button. -See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. +See the <a href="tqbutton.html#pixmap-prop">"pixmap"</a> property for details. <h3 class=fn>void <a name="pressed"></a>TQButton::pressed ()<tt> [signal]</tt> </h3> @@ -310,13 +310,13 @@ See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. <h3 class=fn>void <a name="setAccel"></a>TQButton::setAccel ( const <a href="ntqkeysequence.html">TQKeySequence</a> & )<tt> [virtual]</tt> </h3><p>Sets the accelerator associated with the button. -See the <a href="ntqbutton.html#accel-prop">"accel"</a> property for details. +See the <a href="tqbutton.html#accel-prop">"accel"</a> property for details. <h3 class=fn>void <a name="setAutoRepeat"></a>TQButton::setAutoRepeat ( bool )<tt> [virtual]</tt> </h3><p>Sets whether autoRepeat is enabled. -See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. +See the <a href="tqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. <h3 class=fn>void <a name="setDown"></a>TQButton::setDown ( bool )<tt> [virtual]</tt> </h3><p>Sets whether the button is pressed. -See the <a href="ntqbutton.html#down-prop">"down"</a> property for details. +See the <a href="tqbutton.html#down-prop">"down"</a> property for details. <h3 class=fn>void <a name="setOn"></a>TQButton::setOn ( bool on )<tt> [protected]</tt> </h3> @@ -326,14 +326,14 @@ Off. <h3 class=fn>void <a name="setPixmap"></a>TQButton::setPixmap ( const <a href="tqpixmap.html">TQPixmap</a> & )<tt> [virtual]</tt> </h3><p>Sets the pixmap shown on the button. -See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. -<h3 class=fn>void <a name="setState"></a>TQButton::setState ( <a href="ntqbutton.html#ToggleState-enum">ToggleState</a> s )<tt> [virtual protected]</tt> +See the <a href="tqbutton.html#pixmap-prop">"pixmap"</a> property for details. +<h3 class=fn>void <a name="setState"></a>TQButton::setState ( <a href="tqbutton.html#ToggleState-enum">ToggleState</a> s )<tt> [virtual protected]</tt> </h3> Sets the toggle state of the button to <em>s</em>. <em>s</em> can be <a href="#ToggleState-enum">Off</a>, <a href="#ToggleState-enum">NoChange</a> or <a href="#ToggleState-enum">On</a>. <h3 class=fn>void <a name="setText"></a>TQButton::setText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual]</tt> </h3><p>Sets the text shown on the button. -See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. +See the <a href="tqbutton.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="setToggleButton"></a>TQButton::setToggleButton ( bool b )<tt> [protected]</tt> </h3> @@ -341,14 +341,14 @@ See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. FALSE, this button becomes a command button. <p> <p>See also <a href="#toggleButton-prop">toggleButton</a>. -<h3 class=fn>void <a name="setToggleType"></a>TQButton::setToggleType ( <a href="ntqbutton.html#ToggleType-enum">ToggleType</a> type )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="setToggleType"></a>TQButton::setToggleType ( <a href="tqbutton.html#ToggleType-enum">ToggleType</a> type )<tt> [virtual protected]</tt> </h3> Sets the toggle type of the button to <em>type</em>. <p> <em>type</em> can be set to <a href="#ToggleType-enum">SingleShot</a>, <a href="#ToggleType-enum">Toggle</a> and <a href="#ToggleType-enum">Tristate</a>. -<h3 class=fn><a href="ntqbutton.html#ToggleState-enum">ToggleState</a> <a name="state"></a>TQButton::state () const +<h3 class=fn><a href="tqbutton.html#ToggleState-enum">ToggleState</a> <a name="state"></a>TQButton::state () const </h3><p>Returns the state of the toggle button. -See the <a href="ntqbutton.html#toggleState-prop">"toggleState"</a> property for details. +See the <a href="tqbutton.html#toggleState-prop">"toggleState"</a> property for details. <h3 class=fn>void <a name="stateChanged"></a>TQButton::stateChanged ( int state )<tt> [signal]</tt> </h3> @@ -361,15 +361,15 @@ if the button is off. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQButton::text () const </h3><p>Returns the text shown on the button. -See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. +See the <a href="tqbutton.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="toggle"></a>TQButton::toggle ()<tt> [slot]</tt> </h3> Toggles the state of a toggle button. <p> <p>See also <a href="#on-prop">on</a>, <a href="#setOn">setOn</a>(), <a href="#toggled">toggled</a>(), and <a href="#toggleButton-prop">toggleButton</a>. -<h3 class=fn><a href="ntqbutton.html#ToggleType-enum">ToggleType</a> <a name="toggleType"></a>TQButton::toggleType () const +<h3 class=fn><a href="tqbutton.html#ToggleType-enum">ToggleType</a> <a name="toggleType"></a>TQButton::toggleType () const </h3><p>Returns the type of toggle on the button. -See the <a href="ntqbutton.html#toggleType-prop">"toggleType"</a> property for details. +See the <a href="tqbutton.html#toggleType-prop">"toggleType"</a> property for details. <h3 class=fn>void <a name="toggled"></a>TQButton::toggled ( bool on )<tt> [signal]</tt> </h3> @@ -402,7 +402,7 @@ to TRUE. The default is FALSE. <p>Set this property's value with <a href="#setDown">setDown</a>() and get this property's value with <a href="#isDown">isDown</a>(). <h3 class=fn>bool <a name="exclusiveToggle-prop"></a>exclusiveToggle</h3> <p>This property holds whether the button is an exclusive toggle. -<p>If this property is TRUE and the button is in a <a href="ntqbuttongroup.html">TQButtonGroup</a>, the +<p>If this property is TRUE and the button is in a <a href="tqbuttongroup.html">TQButtonGroup</a>, the button can only be toggled off by another one being toggled on. The default is FALSE. @@ -437,13 +437,13 @@ defined by the text. <p>The default value is FALSE. <p>Get this property's value with <a href="#isToggleButton">isToggleButton</a>(). -<h3 class=fn><a href="ntqbutton.html#ToggleState-enum">ToggleState</a> <a name="toggleState-prop"></a>toggleState</h3> +<h3 class=fn><a href="tqbutton.html#ToggleState-enum">ToggleState</a> <a name="toggleState-prop"></a>toggleState</h3> <p>This property holds the state of the toggle button. <p>If this property is changed then it does not cause the button to be repainted. <p>Get this property's value with <a href="#state">state</a>(). -<h3 class=fn><a href="ntqbutton.html#ToggleType-enum">ToggleType</a> <a name="toggleType-prop"></a>toggleType</h3> +<h3 class=fn><a href="tqbutton.html#ToggleType-enum">ToggleType</a> <a name="toggleType-prop"></a>toggleType</h3> <p>This property holds the type of toggle on the button. <p>The default toggle type is <a href="#ToggleType-enum">SingleShot</a>. <p> <p>See also <a href="#ToggleType-enum">TQButton::ToggleType</a>. diff --git a/doc/html/qbuttongroup-h.html b/doc/html/tqbuttongroup-h.html index 6dbf6dc74..cc489afce 100644 --- a/doc/html/qbuttongroup-h.html +++ b/doc/html/tqbuttongroup-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqbuttongroup.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqbuttongroup.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqbuttongroup.h Include File</title> +<title>tqbuttongroup.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqbuttongroup.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqbuttongroup.h</h1> -<p>This is the verbatim text of the ntqbuttongroup.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqbuttongroup.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqbuttongroup.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqbuttongroup.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQButtonGroup class ** diff --git a/doc/html/qbuttongroup-h.png b/doc/html/tqbuttongroup-h.png Binary files differindex 2a2109402..2a2109402 100644 --- a/doc/html/qbuttongroup-h.png +++ b/doc/html/tqbuttongroup-h.png diff --git a/doc/html/qbuttongroup-members.html b/doc/html/tqbuttongroup-members.html index 6458b4326..0acec6bc2 100644 --- a/doc/html/qbuttongroup-members.html +++ b/doc/html/tqbuttongroup-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqbuttongroup.h:52 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqbuttongroup.h:52 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,10 +32,10 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQButtonGroup</h1> <p>This is the complete list of member functions for -<a href="ntqbuttongroup.html">TQButtonGroup</a>, including inherited members. +<a href="tqbuttongroup.html">TQButtonGroup</a>, including inherited members. <ul> -<li><a href="ntqbuttongroup.html#TQButtonGroup">TQButtonGroup</a>() +<li><a href="tqbuttongroup.html#TQButtonGroup">TQButtonGroup</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="ntqgroupbox.html#addSpace">addSpace</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() @@ -60,7 +60,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqbuttongroup.html#clicked">clicked</a>() +<li><a href="tqbuttongroup.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() @@ -70,9 +70,9 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqbuttongroup.html#count">count</a>() +<li><a href="tqbuttongroup.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() @@ -85,8 +85,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -98,7 +98,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="tqwidget.html#event">event</a>() <li><a href="tqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqbuttongroup.html#find">find</a>() +<li><a href="tqbuttongroup.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() <li><a href="tqwidget.html#focusNextPrevChild">focusNextPrevChild</a>() @@ -111,14 +111,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -135,12 +135,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() -<li><a href="ntqbuttongroup.html#id">id</a>() +<li><a href="tqbuttongroup.html#id">id</a>() <li><a href="tqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="tqobject.html#inherits">inherits</a>() -<li><a href="ntqbuttongroup.html#insert">insert</a>() +<li><a href="tqbuttongroup.html#insert">insert</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqgroupbox.html#insideMargin">insideMargin</a>() <li><a href="ntqgroupbox.html#insideSpacing">insideSpacing</a>() @@ -154,7 +154,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqbuttongroup.html#isExclusive">isExclusive</a>() +<li><a href="tqbuttongroup.html#isExclusive">isExclusive</a>() <li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="ntqgroupbox.html#isFlat">isFlat</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() @@ -165,7 +165,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqbuttongroup.html#isRadioButtonExclusive">isRadioButtonExclusive</a>() +<li><a href="tqbuttongroup.html#isRadioButtonExclusive">isRadioButtonExclusive</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() @@ -180,7 +180,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -189,14 +189,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -208,7 +208,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="tqwidget.html#move">move</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqbuttongroup.html#moveFocus">moveFocus</a>() +<li><a href="tqbuttongroup.html#moveFocus">moveFocus</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() @@ -216,7 +216,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -227,7 +227,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#parentWidget">parentWidget</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqbuttongroup.html#pressed">pressed</a>() +<li><a href="tqbuttongroup.html#pressed">pressed</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -235,18 +235,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqbuttongroup.html#released">released</a>() -<li><a href="ntqbuttongroup.html#remove">remove</a>() +<li><a href="tqbuttongroup.html#released">released</a>() +<li><a href="tqbuttongroup.html#remove">remove</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqbuttongroup.html#selected">selected</a>() -<li><a href="ntqbuttongroup.html#selectedId">selectedId</a>() +<li><a href="tqbuttongroup.html#selected">selected</a>() +<li><a href="tqbuttongroup.html#selectedId">selectedId</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -257,7 +257,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() -<li><a href="ntqbuttongroup.html#setButton">setButton</a>() +<li><a href="tqbuttongroup.html#setButton">setButton</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="ntqgroupbox.html#setCheckable">setCheckable</a>() <li><a href="ntqgroupbox.html#setChecked">setChecked</a>() @@ -268,7 +268,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() -<li><a href="ntqbuttongroup.html#setExclusive">setExclusive</a>() +<li><a href="tqbuttongroup.html#setExclusive">setExclusive</a>() <li><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>() <li><a href="tqwidget.html#setFixedSize">setFixedSize</a>() <li><a href="tqwidget.html#setFixedWidth">setFixedWidth</a>() @@ -277,10 +277,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() @@ -289,14 +289,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqgroupbox.html#setInsideMargin">setInsideMargin</a>() <li><a href="ntqgroupbox.html#setInsideSpacing">setInsideSpacing</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() @@ -308,7 +308,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>() +<li><a href="tqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() diff --git a/doc/html/qbuttongroup-v.png b/doc/html/tqbuttongroup-v.png Binary files differindex e5070b68a..e5070b68a 100644 --- a/doc/html/qbuttongroup-v.png +++ b/doc/html/tqbuttongroup-v.png diff --git a/doc/html/ntqbuttongroup.html b/doc/html/tqbuttongroup.html index a7af92ce0..7e5843d17 100644 --- a/doc/html/ntqbuttongroup.html +++ b/doc/html/tqbuttongroup.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qbuttongroup.cpp:47 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqbuttongroup.cpp:47 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,10 +33,10 @@ body { background: #ffffff; color: black; } <p>The TQButtonGroup widget organizes TQButton widgets in a group. <a href="#details">More...</a> -<p><tt>#include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>></tt> +<p><tt>#include <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>></tt> <p>Inherits <a href="ntqgroupbox.html">TQGroupBox</a>. <p>Inherited by <a href="ntqhbuttongroup.html">TQHButtonGroup</a> and <a href="ntqvbuttongroup.html">TQVButtonGroup</a>. -<p><a href="qbuttongroup-members.html">List of all member functions.</a> +<p><a href="tqbuttongroup-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQButtonGroup"><b>TQButtonGroup</b></a> ( TQWidget * parent = 0, const char * name = 0 )</li> @@ -72,7 +72,7 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQButtonGroup widget organizes <a href="ntqbutton.html">TQButton</a> widgets in a group. +The TQButtonGroup widget organizes <a href="tqbutton.html">TQButton</a> widgets in a group. <p> @@ -139,7 +139,7 @@ constructor. <h3 class=fn>void <a name="clicked"></a>TQButtonGroup::clicked ( int id )<tt> [signal]</tt> </h3> -<p> This signal is emitted when a button in the group is <a href="ntqbutton.html#clicked">clicked</a>. The <em>id</em> argument is the +<p> This signal is emitted when a button in the group is <a href="tqbutton.html#clicked">clicked</a>. The <em>id</em> argument is the button's identifier. <p> <p>See also <a href="#insert">insert</a>(). @@ -148,18 +148,18 @@ button's identifier. </h3> Returns the number of buttons in the group. -<h3 class=fn><a href="ntqbutton.html">TQButton</a> * <a name="find"></a>TQButtonGroup::find ( int id ) const +<h3 class=fn><a href="tqbutton.html">TQButton</a> * <a name="find"></a>TQButtonGroup::find ( int id ) const </h3> Returns the button with the specified identifier <em>id</em>, or 0 if the button was not found. -<h3 class=fn>int <a name="id"></a>TQButtonGroup::id ( <a href="ntqbutton.html">TQButton</a> * button ) const +<h3 class=fn>int <a name="id"></a>TQButtonGroup::id ( <a href="tqbutton.html">TQButton</a> * button ) const </h3> Returns the id of <em>button</em>, or -1 if <em>button</em> is not a member of this group. <p> <p>See also <a href="#selectedId-prop">selectedId</a>. -<h3 class=fn>int <a name="insert"></a>TQButtonGroup::insert ( <a href="ntqbutton.html">TQButton</a> * button, int id = -1 ) +<h3 class=fn>int <a name="insert"></a>TQButtonGroup::insert ( <a href="tqbutton.html">TQButton</a> * button, int id = -1 ) </h3> Inserts the <em>button</em> with the identifier <em>id</em> into the button group. Returns the button identifier. @@ -180,10 +180,10 @@ other negative integer, for instance -2, a unique identifier <p>Examples: <a href="listbox-example.html#x1428">listbox/listbox.cpp</a> and <a href="xform-example.html#x1222">xform/xform.cpp</a>. <h3 class=fn>bool <a name="isExclusive"></a>TQButtonGroup::isExclusive () const </h3><p>Returns TRUE if the button group is exclusive; otherwise returns FALSE. -See the <a href="ntqbuttongroup.html#exclusive-prop">"exclusive"</a> property for details. +See the <a href="tqbuttongroup.html#exclusive-prop">"exclusive"</a> property for details. <h3 class=fn>bool <a name="isRadioButtonExclusive"></a>TQButtonGroup::isRadioButtonExclusive () const </h3><p>Returns TRUE if the radio buttons in the group are exclusive; otherwise returns FALSE. -See the <a href="ntqbuttongroup.html#radioButtonExclusive-prop">"radioButtonExclusive"</a> property for details. +See the <a href="tqbuttongroup.html#radioButtonExclusive-prop">"radioButtonExclusive"</a> property for details. <h3 class=fn>void <a name="moveFocus"></a>TQButtonGroup::moveFocus ( int key )<tt> [virtual]</tt> </h3> Moves the <a href="focus.html#keyboard-focus">keyboard focus</a> according to <em>key</em>, and if appropriate @@ -194,23 +194,23 @@ of the button group members and <em>key</em> is one of <a href="ntqt.html#Key-en <h3 class=fn>void <a name="pressed"></a>TQButtonGroup::pressed ( int id )<tt> [signal]</tt> </h3> -<p> This signal is emitted when a button in the group is <a href="ntqbutton.html#pressed">pressed</a>. The <em>id</em> argument is the +<p> This signal is emitted when a button in the group is <a href="tqbutton.html#pressed">pressed</a>. The <em>id</em> argument is the button's identifier. <p> <p>See also <a href="#insert">insert</a>(). <h3 class=fn>void <a name="released"></a>TQButtonGroup::released ( int id )<tt> [signal]</tt> </h3> -<p> This signal is emitted when a button in the group is <a href="ntqbutton.html#released">released</a>. The <em>id</em> argument is the +<p> This signal is emitted when a button in the group is <a href="tqbutton.html#released">released</a>. The <em>id</em> argument is the button's identifier. <p> <p>See also <a href="#insert">insert</a>(). -<h3 class=fn>void <a name="remove"></a>TQButtonGroup::remove ( <a href="ntqbutton.html">TQButton</a> * button ) +<h3 class=fn>void <a name="remove"></a>TQButtonGroup::remove ( <a href="tqbutton.html">TQButton</a> * button ) </h3> Removes the <em>button</em> from the button group. <p> <p>See also <a href="#insert">insert</a>(). -<h3 class=fn><a href="ntqbutton.html">TQButton</a> * <a name="selected"></a>TQButtonGroup::selected () const +<h3 class=fn><a href="tqbutton.html">TQButton</a> * <a name="selected"></a>TQButtonGroup::selected () const </h3> Returns the selected toggle button if exactly one is selected; otherwise returns 0. @@ -218,16 +218,16 @@ otherwise returns 0. <h3 class=fn>int <a name="selectedId"></a>TQButtonGroup::selectedId () const </h3><p>Returns the selected toggle button. -See the <a href="ntqbuttongroup.html#selectedId-prop">"selectedId"</a> property for details. +See the <a href="tqbuttongroup.html#selectedId-prop">"selectedId"</a> property for details. <h3 class=fn>void <a name="setButton"></a>TQButtonGroup::setButton ( int id )<tt> [virtual]</tt> </h3><p>Sets the selected toggle button to <em>id</em>. -See the <a href="ntqbuttongroup.html#selectedId-prop">"selectedId"</a> property for details. +See the <a href="tqbuttongroup.html#selectedId-prop">"selectedId"</a> property for details. <h3 class=fn>void <a name="setExclusive"></a>TQButtonGroup::setExclusive ( bool )<tt> [virtual]</tt> </h3><p>Sets whether the button group is exclusive. -See the <a href="ntqbuttongroup.html#exclusive-prop">"exclusive"</a> property for details. +See the <a href="tqbuttongroup.html#exclusive-prop">"exclusive"</a> property for details. <h3 class=fn>void <a name="setRadioButtonExclusive"></a>TQButtonGroup::setRadioButtonExclusive ( bool )<tt> [virtual]</tt> </h3><p>Sets whether the radio buttons in the group are exclusive. -See the <a href="ntqbuttongroup.html#radioButtonExclusive-prop">"radioButtonExclusive"</a> property for details. +See the <a href="tqbuttongroup.html#radioButtonExclusive-prop">"radioButtonExclusive"</a> property for details. <hr><h2>Property Documentation</h2> <h3 class=fn>bool <a name="exclusive-prop"></a>exclusive</h3> <p>This property holds whether the button group is exclusive. diff --git a/doc/html/tqcanvas.html b/doc/html/tqcanvas.html index c32af75ff..364642e00 100644 --- a/doc/html/tqcanvas.html +++ b/doc/html/tqcanvas.html @@ -142,7 +142,7 @@ at such extremes). <p> <li> An arbitrary <a href="tqwmatrix.html#TransformationMode">transformation matrix</a> can be set on each TQCanvasView which makes it easy to zoom, rotate or shear the viewed canvas. <p> <li> Widgets provide a lot more functionality, such as input (<a href="qkeyevent.html">TQKeyEvent</a>, -<a href="qmouseevent.html">TQMouseEvent</a> etc.) and layout management (<a href="qgridlayout.html">TQGridLayout</a> etc.). +<a href="qmouseevent.html">TQMouseEvent</a> etc.) and layout management (<a href="tqgridlayout.html">TQGridLayout</a> etc.). <p> </ul> <p> A canvas consists of a background, a number of canvas items organized by x, y and z coordinates, and a foreground. A canvas item's z coordinate diff --git a/doc/html/tqcanvasview-members.html b/doc/html/tqcanvasview-members.html index c3b973c8a..e9bcebe00 100644 --- a/doc/html/tqcanvasview-members.html +++ b/doc/html/tqcanvasview-members.html @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() <li><a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() <li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() <li><a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() <li><a href="tqscrollview.html#contentsWidth">contentsWidth</a>() @@ -109,7 +109,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqcanvasview.html#drawContents">drawContents</a>() <li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -136,14 +136,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -205,7 +205,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqscrollview.html#leftMargin">leftMargin</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -214,14 +214,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -240,7 +240,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -266,7 +266,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqscrollview.html#resizeContents">resizeContents</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqscrollview.html#rightMargin">rightMargin</a>() <li><a href="tqwidget.html#scroll">scroll</a>() @@ -297,10 +297,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() <li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() @@ -309,15 +309,15 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/tqcheckbox-h.html b/doc/html/tqcheckbox-h.html index e1677d95e..198187e27 100644 --- a/doc/html/tqcheckbox-h.html +++ b/doc/html/tqcheckbox-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQCHECKBOX_H #ifndef QT_H -#include "ntqbutton.h" +#include "tqbutton.h" #endif // QT_H #ifndef TQT_NO_CHECKBOX diff --git a/doc/html/tqcheckbox-members.html b/doc/html/tqcheckbox-members.html index 2869106cd..cfd15acf1 100644 --- a/doc/html/tqcheckbox-members.html +++ b/doc/html/tqcheckbox-members.html @@ -36,12 +36,12 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqcheckbox.html#TQCheckBox">TQCheckBox</a>() -<li><a href="ntqbutton.html#accel">accel</a>() +<li><a href="tqbutton.html#accel">accel</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqbutton.html#animateClick">animateClick</a>() +<li><a href="tqbutton.html#animateClick">animateClick</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() -<li><a href="ntqbutton.html#autoRepeat">autoRepeat</a>() +<li><a href="tqbutton.html#autoRepeat">autoRepeat</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() <li><a href="tqwidget.html#backgroundMode">backgroundMode</a>() @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqbutton.html#clicked">clicked</a>() +<li><a href="tqbutton.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() @@ -83,8 +83,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqbutton.html#drawButton">drawButton</a>() -<li><a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>() +<li><a href="tqbutton.html#drawButton">drawButton</a>() +<li><a href="tqbutton.html#drawButtonLabel">drawButtonLabel</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -115,7 +115,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqbutton.html#group">group</a>() +<li><a href="tqbutton.html#group">group</a>() <li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() @@ -125,7 +125,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() -<li><a href="ntqbutton.html#hitButton">hitButton</a>() +<li><a href="tqbutton.html#hitButton">hitButton</a>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -140,11 +140,11 @@ body { background: #ffffff; color: black; } <li><a href="tqcheckbox.html#isChecked">isChecked</a>() <li><a href="tqwidget.html#isDesktop">isDesktop</a>() <li><a href="tqwidget.html#isDialog">isDialog</a>() -<li><a href="ntqbutton.html#isDown">isDown</a>() +<li><a href="tqbutton.html#isDown">isDown</a>() <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() +<li><a href="tqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() <li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() @@ -153,10 +153,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() -<li><a href="ntqbutton.html#isOn">isOn</a>() +<li><a href="tqbutton.html#isOn">isOn</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqbutton.html#isToggleButton">isToggleButton</a>() +<li><a href="tqbutton.html#isToggleButton">isToggleButton</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqcheckbox.html#isTristate">isTristate</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() @@ -202,7 +202,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqbutton.html#paintEvent">paintEvent</a>() +<li><a href="tqbutton.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -211,10 +211,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqbutton.html#pixmap">pixmap</a>() +<li><a href="tqbutton.html#pixmap">pixmap</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqbutton.html#pressed">pressed</a>() +<li><a href="tqbutton.html#pressed">pressed</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -222,7 +222,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqbutton.html#released">released</a>() +<li><a href="tqbutton.html#released">released</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="tqwidget.html#repaint">repaint</a>() @@ -232,11 +232,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() -<li><a href="ntqbutton.html#setAccel">setAccel</a>() +<li><a href="tqbutton.html#setAccel">setAccel</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() -<li><a href="ntqbutton.html#setAutoRepeat">setAutoRepeat</a>() +<li><a href="tqbutton.html#setAutoRepeat">setAutoRepeat</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() @@ -246,7 +246,7 @@ body { background: #ffffff; color: black; } <li><a href="tqcheckbox.html#setChecked">setChecked</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqbutton.html#setDown">setDown</a>() +<li><a href="tqbutton.html#setDown">setDown</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() @@ -274,22 +274,22 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() <li><a href="tqcheckbox.html#setNoChange">setNoChange</a>() -<li><a href="ntqbutton.html#setOn">setOn</a>() +<li><a href="tqbutton.html#setOn">setOn</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqbutton.html#setPixmap">setPixmap</a>() +<li><a href="tqbutton.html#setPixmap">setPixmap</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() -<li><a href="ntqbutton.html#setState">setState</a>() +<li><a href="tqbutton.html#setState">setState</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqbutton.html#setText">setText</a>() -<li><a href="ntqbutton.html#setToggleButton">setToggleButton</a>() -<li><a href="ntqbutton.html#setToggleType">setToggleType</a>() +<li><a href="tqbutton.html#setText">setText</a>() +<li><a href="tqbutton.html#setToggleButton">setToggleButton</a>() +<li><a href="tqbutton.html#setToggleType">setToggleType</a>() <li><a href="tqcheckbox.html#setTristate">setTristate</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() @@ -308,17 +308,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() -<li><a href="ntqbutton.html#state">state</a>() -<li><a href="ntqbutton.html#stateChanged">stateChanged</a>() +<li><a href="tqbutton.html#state">state</a>() +<li><a href="tqbutton.html#stateChanged">stateChanged</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqbutton.html#text">text</a>() +<li><a href="tqbutton.html#text">text</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqbutton.html#toggle">toggle</a>() -<li><a href="ntqbutton.html#toggleType">toggleType</a>() -<li><a href="ntqbutton.html#toggled">toggled</a>() +<li><a href="tqbutton.html#toggle">toggle</a>() +<li><a href="tqbutton.html#toggleType">toggleType</a>() +<li><a href="tqbutton.html#toggled">toggled</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() diff --git a/doc/html/tqcheckbox.html b/doc/html/tqcheckbox.html index 56e2abf5e..d6ae011a8 100644 --- a/doc/html/tqcheckbox.html +++ b/doc/html/tqcheckbox.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQCheckBox widget provides a checkbox with a text label. <a href="#details">More...</a> <p><tt>#include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>></tt> -<p>Inherits <a href="ntqbutton.html">TQButton</a>. +<p>Inherits <a href="tqbutton.html">TQButton</a>. <p><a href="tqcheckbox-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -90,9 +90,9 @@ can be switched on (checked) or off (unchecked). The classes differ in how the choices for the user are restricted. Radio buttons define a "one of many" choice, whereas checkboxes provide "many of many" choices. -<p> A <a href="ntqbuttongroup.html">TQButtonGroup</a> can be used to group check buttons visually. +<p> A <a href="tqbuttongroup.html">TQButtonGroup</a> can be used to group check buttons visually. <p> Whenever a checkbox is checked or cleared it emits the signal -<a href="ntqbutton.html#toggled">toggled</a>(). Connect to this signal if you want to trigger an action +<a href="tqbutton.html#toggled">toggled</a>(). Connect to this signal if you want to trigger an action each time the checkbox changes state. You can use <a href="#isChecked">isChecked</a>() to query whether or not a checkbox is checked. <p> <b>Warning:</b> The toggled() signal can not be trusted for tristate @@ -101,15 +101,15 @@ checkboxes. optionally provides a third state to indicate "no change". This is useful whenever you need to give the user the option of neither checking nor unchecking a checkbox. If you need this third state, -enable it with <a href="#setTristate">setTristate</a>() and use <a href="ntqbutton.html#state">state</a>() to query the current +enable it with <a href="#setTristate">setTristate</a>() and use <a href="tqbutton.html#state">state</a>() to query the current toggle state. When a tristate checkbox changes state, it emits the -<a href="ntqbutton.html#stateChanged">stateChanged</a>() signal. +<a href="tqbutton.html#stateChanged">stateChanged</a>() signal. <p> Just like <a href="tqpushbutton.html">TQPushButton</a>, a checkbox can display text or a pixmap. -The text can be set in the constructor or with <a href="ntqbutton.html#setText">setText</a>(); the -pixmap is set with <a href="ntqbutton.html#setPixmap">setPixmap</a>(). +The text can be set in the constructor or with <a href="tqbutton.html#setText">setText</a>(); the +pixmap is set with <a href="tqbutton.html#setPixmap">setPixmap</a>(). <p> <p> <img src=qchkbox-m.png> <img src=qchkbox-w.png> -<p> <p>See also <a href="ntqbutton.html">TQButton</a>, <a href="tqradiobutton.html">TQRadioButton</a>, <a href="guibooks.html#fowler">Fowler: Check Box</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <p>See also <a href="tqbutton.html">TQButton</a>, <a href="tqradiobutton.html">TQRadioButton</a>, <a href="guibooks.html#fowler">Fowler: Check Box</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQCheckBox"></a>TQCheckBox::TQCheckBox ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) @@ -126,77 +126,77 @@ constructor. <h3 class=fn><a href="ntqkeysequence.html">TQKeySequence</a> <a name="accel"></a>TQButton::accel () const </h3><p>Returns the accelerator associated with the button. -See the <a href="ntqbutton.html#accel-prop">"accel"</a> property for details. +See the <a href="tqbutton.html#accel-prop">"accel"</a> property for details. <h3 class=fn>bool <a name="autoRepeat"></a>TQButton::autoRepeat () const </h3><p>Returns TRUE if autoRepeat is enabled; otherwise returns FALSE. -See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. +See the <a href="tqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. <h3 class=fn>void <a name="clicked"></a>TQButton::clicked ()<tt> [signal]</tt> </h3> <p> This signal is emitted when the button is activated (i.e. first pressed down and then released when the mouse cursor is inside the -button), when the accelerator key is typed or when <a href="ntqbutton.html#animateClick">animateClick</a>() -is called. This signal is <em>not</em> emitted if you call <a href="ntqbutton.html#setDown">setDown</a>(). -<p> The <a href="ntqbuttongroup.html#clicked">TQButtonGroup::clicked</a>() signal does the same job, if you want +button), when the accelerator key is typed or when <a href="tqbutton.html#animateClick">animateClick</a>() +is called. This signal is <em>not</em> emitted if you call <a href="tqbutton.html#setDown">setDown</a>(). +<p> The <a href="tqbuttongroup.html#clicked">TQButtonGroup::clicked</a>() signal does the same job, if you want to connect several buttons to the same slot. <p> <b>Warning:</b> Don't launch a model dialog in response to this signal -for a button that has <a href="ntqbutton.html#autoRepeat-prop">autoRepeat</a> turned on. -<p> <p>See also <a href="ntqbutton.html#pressed">pressed</a>(), <a href="ntqbutton.html#released">released</a>(), <a href="ntqbutton.html#toggled">toggled</a>(), <a href="ntqbutton.html#autoRepeat-prop">autoRepeat</a>, and <a href="ntqbutton.html#down-prop">down</a>. +for a button that has <a href="tqbutton.html#autoRepeat-prop">autoRepeat</a> turned on. +<p> <p>See also <a href="tqbutton.html#pressed">pressed</a>(), <a href="tqbutton.html#released">released</a>(), <a href="tqbutton.html#toggled">toggled</a>(), <a href="tqbutton.html#autoRepeat-prop">autoRepeat</a>, and <a href="tqbutton.html#down-prop">down</a>. <p>Examples: <a href="tutorial2-08.html#x2596">chart/setdataform.cpp</a>, <a href="listbox-example.html#x1426">listbox/listbox.cpp</a>, <a href="clientserver-example.html#x792">network/clientserver/client/client.cpp</a>, <a href="progressbar-example.html#x962">progressbar/progressbar.cpp</a>, <a href="richtext-example.html#x462">richtext/richtext.cpp</a>, <a href="tutorial1-02.html#x2290">t2/main.cpp</a>, and <a href="tutorial1-04.html#x2306">t4/main.cpp</a>. -<h3 class=fn><a href="ntqbuttongroup.html">TQButtonGroup</a> * <a name="group"></a>TQButton::group () const +<h3 class=fn><a href="tqbuttongroup.html">TQButtonGroup</a> * <a name="group"></a>TQButton::group () const </h3> Returns the group that this button belongs to. -<p> If the button is not a member of any <a href="ntqbuttongroup.html">TQButtonGroup</a>, this function +<p> If the button is not a member of any <a href="tqbuttongroup.html">TQButtonGroup</a>, this function returns 0. -<p> <p>See also <a href="ntqbuttongroup.html">TQButtonGroup</a>. +<p> <p>See also <a href="tqbuttongroup.html">TQButtonGroup</a>. <h3 class=fn>bool <a name="isChecked"></a>TQCheckBox::isChecked () const </h3><p>Returns TRUE if the checkbox is checked; otherwise returns FALSE. See the <a href="tqcheckbox.html#checked-prop">"checked"</a> property for details. <h3 class=fn>bool <a name="isDown"></a>TQButton::isDown () const </h3><p>Returns TRUE if the button is pressed; otherwise returns FALSE. -See the <a href="ntqbutton.html#down-prop">"down"</a> property for details. +See the <a href="tqbutton.html#down-prop">"down"</a> property for details. <h3 class=fn>bool <a name="isExclusiveToggle"></a>TQButton::isExclusiveToggle () const </h3><p>Returns TRUE if the button is an exclusive toggle; otherwise returns FALSE. -See the <a href="ntqbutton.html#exclusiveToggle-prop">"exclusiveToggle"</a> property for details. +See the <a href="tqbutton.html#exclusiveToggle-prop">"exclusiveToggle"</a> property for details. <h3 class=fn>bool <a name="isOn"></a>TQButton::isOn () const </h3><p>Returns TRUE if the button is toggled; otherwise returns FALSE. -See the <a href="ntqbutton.html#on-prop">"on"</a> property for details. +See the <a href="tqbutton.html#on-prop">"on"</a> property for details. <h3 class=fn>bool <a name="isToggleButton"></a>TQButton::isToggleButton () const </h3><p>Returns TRUE if the button is a toggle button; otherwise returns FALSE. -See the <a href="ntqbutton.html#toggleButton-prop">"toggleButton"</a> property for details. +See the <a href="tqbutton.html#toggleButton-prop">"toggleButton"</a> property for details. <h3 class=fn>bool <a name="isTristate"></a>TQCheckBox::isTristate () const </h3><p>Returns TRUE if the checkbox is a tri-state checkbox; otherwise returns FALSE. See the <a href="tqcheckbox.html#tristate-prop">"tristate"</a> property for details. <h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQButton::pixmap () const </h3><p>Returns the pixmap shown on the button. -See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. +See the <a href="tqbutton.html#pixmap-prop">"pixmap"</a> property for details. <h3 class=fn>void <a name="pressed"></a>TQButton::pressed ()<tt> [signal]</tt> </h3> <p> This signal is emitted when the button is pressed down. -<p> <p>See also <a href="ntqbutton.html#released">released</a>() and <a href="ntqbutton.html#clicked">clicked</a>(). +<p> <p>See also <a href="tqbutton.html#released">released</a>() and <a href="tqbutton.html#clicked">clicked</a>(). <p>Examples: <a href="httpd-example.html#x724">network/httpd/httpd.cpp</a> and <a href="popup-example.html#x1606">popup/popup.cpp</a>. <h3 class=fn>void <a name="released"></a>TQButton::released ()<tt> [signal]</tt> </h3> <p> This signal is emitted when the button is released. -<p> <p>See also <a href="ntqbutton.html#pressed">pressed</a>(), <a href="ntqbutton.html#clicked">clicked</a>(), and <a href="ntqbutton.html#toggled">toggled</a>(). +<p> <p>See also <a href="tqbutton.html#pressed">pressed</a>(), <a href="tqbutton.html#clicked">clicked</a>(), and <a href="tqbutton.html#toggled">toggled</a>(). <h3 class=fn>void <a name="setAccel"></a>TQButton::setAccel ( const <a href="ntqkeysequence.html">TQKeySequence</a> & )<tt> [virtual]</tt> </h3><p>Sets the accelerator associated with the button. -See the <a href="ntqbutton.html#accel-prop">"accel"</a> property for details. +See the <a href="tqbutton.html#accel-prop">"accel"</a> property for details. <h3 class=fn>void <a name="setAutoRepeat"></a>TQButton::setAutoRepeat ( bool )<tt> [virtual]</tt> </h3><p>Sets whether autoRepeat is enabled. -See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. +See the <a href="tqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. <h3 class=fn>void <a name="setChecked"></a>TQCheckBox::setChecked ( bool check )<tt> [slot]</tt> </h3><p>Sets whether the checkbox is checked to <em>check</em>. See the <a href="tqcheckbox.html#checked-prop">"checked"</a> property for details. <h3 class=fn>void <a name="setDown"></a>TQButton::setDown ( bool )<tt> [virtual]</tt> </h3><p>Sets whether the button is pressed. -See the <a href="ntqbutton.html#down-prop">"down"</a> property for details. +See the <a href="tqbutton.html#down-prop">"down"</a> property for details. <h3 class=fn>void <a name="setNoChange"></a>TQCheckBox::setNoChange () </h3> Sets the checkbox to the "no change" state. @@ -204,41 +204,41 @@ Sets the checkbox to the "no change" state. <h3 class=fn>void <a name="setPixmap"></a>TQButton::setPixmap ( const <a href="tqpixmap.html">TQPixmap</a> & )<tt> [virtual]</tt> </h3><p>Sets the pixmap shown on the button. -See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. +See the <a href="tqbutton.html#pixmap-prop">"pixmap"</a> property for details. <h3 class=fn>void <a name="setText"></a>TQButton::setText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual]</tt> </h3><p>Sets the text shown on the button. -See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. +See the <a href="tqbutton.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="setTristate"></a>TQCheckBox::setTristate ( bool y = TRUE ) </h3><p>Sets whether the checkbox is a tri-state checkbox to <em>y</em>. See the <a href="tqcheckbox.html#tristate-prop">"tristate"</a> property for details. -<h3 class=fn><a href="ntqbutton.html#ToggleState-enum">ToggleState</a> <a name="state"></a>TQButton::state () const +<h3 class=fn><a href="tqbutton.html#ToggleState-enum">ToggleState</a> <a name="state"></a>TQButton::state () const </h3><p>Returns the state of the toggle button. -See the <a href="ntqbutton.html#toggleState-prop">"toggleState"</a> property for details. +See the <a href="tqbutton.html#toggleState-prop">"toggleState"</a> property for details. <h3 class=fn>void <a name="stateChanged"></a>TQButton::stateChanged ( int state )<tt> [signal]</tt> </h3> -<p> This signal is emitted whenever a toggle button changes state. <em>state</em> is <a href="ntqbutton.html#ToggleState-enum">On</a> if the button is on, <a href="ntqbutton.html#ToggleState-enum">NoChange</a> if it is in the -<a href="#setTristate">"no change" state</a> or <a href="ntqbutton.html#ToggleState-enum">Off</a> +<p> This signal is emitted whenever a toggle button changes state. <em>state</em> is <a href="tqbutton.html#ToggleState-enum">On</a> if the button is on, <a href="tqbutton.html#ToggleState-enum">NoChange</a> if it is in the +<a href="#setTristate">"no change" state</a> or <a href="tqbutton.html#ToggleState-enum">Off</a> if the button is off. -<p> This may be the result of a user action, <a href="ntqbutton.html#toggle">toggle</a>() slot activation, -<a href="ntqbutton.html#setState">setState</a>(), or because <a href="ntqbutton.html#setOn">setOn</a>() was called. -<p> <p>See also <a href="ntqbutton.html#clicked">clicked</a>() and <a href="ntqbutton.html#ToggleState-enum">TQButton::ToggleState</a>. +<p> This may be the result of a user action, <a href="tqbutton.html#toggle">toggle</a>() slot activation, +<a href="tqbutton.html#setState">setState</a>(), or because <a href="tqbutton.html#setOn">setOn</a>() was called. +<p> <p>See also <a href="tqbutton.html#clicked">clicked</a>() and <a href="tqbutton.html#ToggleState-enum">TQButton::ToggleState</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQButton::text () const </h3><p>Returns the text shown on the button. -See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. +See the <a href="tqbutton.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="toggle"></a>TQButton::toggle ()<tt> [slot]</tt> </h3> Toggles the state of a toggle button. -<p> <p>See also <a href="ntqbutton.html#on-prop">on</a>, <a href="ntqbutton.html#setOn">setOn</a>(), <a href="ntqbutton.html#toggled">toggled</a>(), and <a href="ntqbutton.html#toggleButton-prop">toggleButton</a>. +<p> <p>See also <a href="tqbutton.html#on-prop">on</a>, <a href="tqbutton.html#setOn">setOn</a>(), <a href="tqbutton.html#toggled">toggled</a>(), and <a href="tqbutton.html#toggleButton-prop">toggleButton</a>. <h3 class=fn>void <a name="toggled"></a>TQButton::toggled ( bool on )<tt> [signal]</tt> </h3> <p> This signal is emitted whenever a toggle button changes status. <em>on</em> is TRUE if the button is on, or FALSE if the button is off. -<p> This may be the result of a user action, <a href="ntqbutton.html#toggle">toggle</a>() slot activation, -or because <a href="ntqbutton.html#setOn">setOn</a>() was called. -<p> <p>See also <a href="ntqbutton.html#clicked">clicked</a>(). +<p> This may be the result of a user action, <a href="tqbutton.html#toggle">toggle</a>() slot activation, +or because <a href="tqbutton.html#setOn">setOn</a>() was called. +<p> <p>See also <a href="tqbutton.html#clicked">clicked</a>(). <p>Example: <a href="listbox-example.html#x1427">listbox/listbox.cpp</a>. <hr><h2>Property Documentation</h2> @@ -254,7 +254,7 @@ property to 0 then any current accelerator is removed. <h3 class=fn>bool <a name="autoRepeat-prop"></a>autoRepeat</h3> <p>This property holds whether autoRepeat is enabled. -<p>If autoRepeat is enabled then the <a href="ntqbutton.html#clicked">clicked</a>() signal is emitted at +<p>If autoRepeat is enabled then the <a href="tqbutton.html#clicked">clicked</a>() signal is emitted at regular intervals if the button is down. This property has no effect on toggle buttons. autoRepeat is off by default. @@ -270,7 +270,7 @@ effect on toggle buttons. autoRepeat is off by default. this property will set the pixmap to be its own mask. The purpose of this is to draw transparent bitmaps which are important for toggle buttons, for example. -<p> <a href="ntqbutton.html#pixmap">pixmap</a>() returns 0 if no pixmap was set. +<p> <a href="tqbutton.html#pixmap">pixmap</a>() returns 0 if no pixmap was set. <p>Set this property's value with <a href="#setPixmap">setPixmap</a>() and get this property's value with <a href="#pixmap">pixmap</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-prop"></a>text</h3> diff --git a/doc/html/tqchecklistitem-members.html b/doc/html/tqchecklistitem-members.html index 4385fe658..ca452d19c 100644 --- a/doc/html/tqchecklistitem-members.html +++ b/doc/html/tqchecklistitem-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqlistview.h:467 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlistview.h:467 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -37,78 +37,78 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqchecklistitem.html#TQCheckListItem">TQCheckListItem</a>() <li><a href="tqchecklistitem.html#~TQCheckListItem">~TQCheckListItem</a>() -<li><a href="qlistviewitem.html#acceptDrop">acceptDrop</a>() +<li><a href="tqlistviewitem.html#acceptDrop">acceptDrop</a>() <li><a href="tqchecklistitem.html#activate">activate</a>() -<li><a href="qlistviewitem.html#activatedPos">activatedPos</a>() -<li><a href="qlistviewitem.html#cancelRename">cancelRename</a>() -<li><a href="qlistviewitem.html#childCount">childCount</a>() -<li><a href="qlistviewitem.html#compare">compare</a>() -<li><a href="qlistviewitem.html#depth">depth</a>() -<li><a href="qlistviewitem.html#dragEnabled">dragEnabled</a>() -<li><a href="qlistviewitem.html#dragEntered">dragEntered</a>() -<li><a href="qlistviewitem.html#dragLeft">dragLeft</a>() -<li><a href="qlistviewitem.html#dropEnabled">dropEnabled</a>() -<li><a href="qlistviewitem.html#dropped">dropped</a>() -<li><a href="qlistviewitem.html#enforceSortOrder">enforceSortOrder</a>() -<li><a href="qlistviewitem.html#firstChild">firstChild</a>() -<li><a href="qlistviewitem.html#height">height</a>() -<li><a href="qlistviewitem.html#insertItem">insertItem</a>() -<li><a href="qlistviewitem.html#invalidateHeight">invalidateHeight</a>() -<li><a href="qlistviewitem.html#isEnabled">isEnabled</a>() -<li><a href="qlistviewitem.html#isExpandable">isExpandable</a>() +<li><a href="tqlistviewitem.html#activatedPos">activatedPos</a>() +<li><a href="tqlistviewitem.html#cancelRename">cancelRename</a>() +<li><a href="tqlistviewitem.html#childCount">childCount</a>() +<li><a href="tqlistviewitem.html#compare">compare</a>() +<li><a href="tqlistviewitem.html#depth">depth</a>() +<li><a href="tqlistviewitem.html#dragEnabled">dragEnabled</a>() +<li><a href="tqlistviewitem.html#dragEntered">dragEntered</a>() +<li><a href="tqlistviewitem.html#dragLeft">dragLeft</a>() +<li><a href="tqlistviewitem.html#dropEnabled">dropEnabled</a>() +<li><a href="tqlistviewitem.html#dropped">dropped</a>() +<li><a href="tqlistviewitem.html#enforceSortOrder">enforceSortOrder</a>() +<li><a href="tqlistviewitem.html#firstChild">firstChild</a>() +<li><a href="tqlistviewitem.html#height">height</a>() +<li><a href="tqlistviewitem.html#insertItem">insertItem</a>() +<li><a href="tqlistviewitem.html#invalidateHeight">invalidateHeight</a>() +<li><a href="tqlistviewitem.html#isEnabled">isEnabled</a>() +<li><a href="tqlistviewitem.html#isExpandable">isExpandable</a>() <li><a href="tqchecklistitem.html#isOn">isOn</a>() -<li><a href="qlistviewitem.html#isOpen">isOpen</a>() -<li><a href="qlistviewitem.html#isSelectable">isSelectable</a>() -<li><a href="qlistviewitem.html#isSelected">isSelected</a>() +<li><a href="tqlistviewitem.html#isOpen">isOpen</a>() +<li><a href="tqlistviewitem.html#isSelectable">isSelectable</a>() +<li><a href="tqlistviewitem.html#isSelected">isSelected</a>() <li><a href="tqchecklistitem.html#isTristate">isTristate</a>() -<li><a href="qlistviewitem.html#isVisible">isVisible</a>() -<li><a href="qlistviewitem.html#itemAbove">itemAbove</a>() -<li><a href="qlistviewitem.html#itemBelow">itemBelow</a>() -<li><a href="qlistviewitem.html#itemPos">itemPos</a>() -<li><a href="qlistviewitem.html#key">key</a>() -<li><a href="qlistviewitem.html#listView">listView</a>() -<li><a href="qlistviewitem.html#moveItem">moveItem</a>() -<li><a href="qlistviewitem.html#multiLinesEnabled">multiLinesEnabled</a>() -<li><a href="qlistviewitem.html#nextSibling">nextSibling</a>() -<li><a href="qlistviewitem.html#okRename">okRename</a>() -<li><a href="qlistviewitem.html#paintBranches">paintBranches</a>() +<li><a href="tqlistviewitem.html#isVisible">isVisible</a>() +<li><a href="tqlistviewitem.html#itemAbove">itemAbove</a>() +<li><a href="tqlistviewitem.html#itemBelow">itemBelow</a>() +<li><a href="tqlistviewitem.html#itemPos">itemPos</a>() +<li><a href="tqlistviewitem.html#key">key</a>() +<li><a href="tqlistviewitem.html#listView">listView</a>() +<li><a href="tqlistviewitem.html#moveItem">moveItem</a>() +<li><a href="tqlistviewitem.html#multiLinesEnabled">multiLinesEnabled</a>() +<li><a href="tqlistviewitem.html#nextSibling">nextSibling</a>() +<li><a href="tqlistviewitem.html#okRename">okRename</a>() +<li><a href="tqlistviewitem.html#paintBranches">paintBranches</a>() <li><a href="tqchecklistitem.html#paintCell">paintCell</a>() <li><a href="tqchecklistitem.html#paintFocus">paintFocus</a>() -<li><a href="qlistviewitem.html#parent">parent</a>() -<li><a href="qlistviewitem.html#pixmap">pixmap</a>() -<li><a href="qlistviewitem.html#removeItem">removeItem</a>() -<li><a href="qlistviewitem.html#renameEnabled">renameEnabled</a>() -<li><a href="qlistviewitem.html#repaint">repaint</a>() +<li><a href="tqlistviewitem.html#parent">parent</a>() +<li><a href="tqlistviewitem.html#pixmap">pixmap</a>() +<li><a href="tqlistviewitem.html#removeItem">removeItem</a>() +<li><a href="tqlistviewitem.html#renameEnabled">renameEnabled</a>() +<li><a href="tqlistviewitem.html#repaint">repaint</a>() <li><a href="tqchecklistitem.html#rtti">rtti</a>() -<li><a href="qlistviewitem.html#setDragEnabled">setDragEnabled</a>() -<li><a href="qlistviewitem.html#setDropEnabled">setDropEnabled</a>() -<li><a href="qlistviewitem.html#setEnabled">setEnabled</a>() -<li><a href="qlistviewitem.html#setExpandable">setExpandable</a>() -<li><a href="qlistviewitem.html#setHeight">setHeight</a>() -<li><a href="qlistviewitem.html#setMultiLinesEnabled">setMultiLinesEnabled</a>() +<li><a href="tqlistviewitem.html#setDragEnabled">setDragEnabled</a>() +<li><a href="tqlistviewitem.html#setDropEnabled">setDropEnabled</a>() +<li><a href="tqlistviewitem.html#setEnabled">setEnabled</a>() +<li><a href="tqlistviewitem.html#setExpandable">setExpandable</a>() +<li><a href="tqlistviewitem.html#setHeight">setHeight</a>() +<li><a href="tqlistviewitem.html#setMultiLinesEnabled">setMultiLinesEnabled</a>() <li><a href="tqchecklistitem.html#setOn">setOn</a>() -<li><a href="qlistviewitem.html#setOpen">setOpen</a>() -<li><a href="qlistviewitem.html#setPixmap">setPixmap</a>() -<li><a href="qlistviewitem.html#setRenameEnabled">setRenameEnabled</a>() -<li><a href="qlistviewitem.html#setSelectable">setSelectable</a>() -<li><a href="qlistviewitem.html#setSelected">setSelected</a>() +<li><a href="tqlistviewitem.html#setOpen">setOpen</a>() +<li><a href="tqlistviewitem.html#setPixmap">setPixmap</a>() +<li><a href="tqlistviewitem.html#setRenameEnabled">setRenameEnabled</a>() +<li><a href="tqlistviewitem.html#setSelectable">setSelectable</a>() +<li><a href="tqlistviewitem.html#setSelected">setSelected</a>() <li><a href="tqchecklistitem.html#setState">setState</a>() -<li><a href="qlistviewitem.html#setText">setText</a>() +<li><a href="tqlistviewitem.html#setText">setText</a>() <li><a href="tqchecklistitem.html#setTristate">setTristate</a>() -<li><a href="qlistviewitem.html#setVisible">setVisible</a>() -<li><a href="qlistviewitem.html#setup">setup</a>() -<li><a href="qlistviewitem.html#sort">sort</a>() -<li><a href="qlistviewitem.html#sortChildItems">sortChildItems</a>() -<li><a href="qlistviewitem.html#startRename">startRename</a>() +<li><a href="tqlistviewitem.html#setVisible">setVisible</a>() +<li><a href="tqlistviewitem.html#setup">setup</a>() +<li><a href="tqlistviewitem.html#sort">sort</a>() +<li><a href="tqlistviewitem.html#sortChildItems">sortChildItems</a>() +<li><a href="tqlistviewitem.html#startRename">startRename</a>() <li><a href="tqchecklistitem.html#state">state</a>() <li><a href="tqchecklistitem.html#stateChange">stateChange</a>() -<li><a href="qlistviewitem.html#takeItem">takeItem</a>() +<li><a href="tqlistviewitem.html#takeItem">takeItem</a>() <li><a href="tqchecklistitem.html#text">text</a>() -<li><a href="qlistviewitem.html#totalHeight">totalHeight</a>() +<li><a href="tqlistviewitem.html#totalHeight">totalHeight</a>() <li><a href="tqchecklistitem.html#turnOffChild">turnOffChild</a>() <li><a href="tqchecklistitem.html#type">type</a>() -<li><a href="qlistviewitem.html#width">width</a>() -<li><a href="qlistviewitem.html#widthChanged">widthChanged</a>() +<li><a href="tqlistviewitem.html#width">width</a>() +<li><a href="tqlistviewitem.html#widthChanged">widthChanged</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/tqchecklistitem.html b/doc/html/tqchecklistitem.html index c1096d1af..83c9beb68 100644 --- a/doc/html/tqchecklistitem.html +++ b/doc/html/tqchecklistitem.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qlistview.cpp:5987 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqlistview.cpp:5987 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQCheckListItem class provides checkable list view items. <a href="#details">More...</a> -<p><tt>#include <<a href="qlistview-h.html">ntqlistview.h</a>></tt> -<p>Inherits <a href="qlistviewitem.html">TQListViewItem</a>. +<p><tt>#include <<a href="tqlistview-h.html">tqlistview.h</a>></tt> +<p>Inherits <a href="tqlistviewitem.html">TQListViewItem</a>. <p><a href="tqchecklistitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -72,16 +72,16 @@ body { background: #ffffff; color: black; } The TQCheckListItem class provides checkable list view items. <p> -<p> TQCheckListItems are used in <a href="ntqlistview.html">TQListView</a>s to provide -<a href="qlistviewitem.html">TQListViewItem</a>s that are checkboxes, radio buttons or +<p> TQCheckListItems are used in <a href="tqlistview.html">TQListView</a>s to provide +<a href="tqlistviewitem.html">TQListViewItem</a>s that are checkboxes, radio buttons or controllers. <p> Checkbox and controller check list items may be inserted at any level in a list view. Radio button check list items must be children of a controller check list item. <p> The item can be checked or unchecked with <a href="#setOn">setOn</a>(). Its type can be retrieved with <a href="#type">type</a>() and its text retrieved with <a href="#text">text</a>(). -<p> <center><img src="qlistviewitems.png" alt="List View Items"></center> -<p> <p>See also <a href="qlistviewitem.html">TQListViewItem</a>, <a href="ntqlistview.html">TQListView</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <center><img src="tqlistviewitems.png" alt="List View Items"></center> +<p> <p>See also <a href="tqlistviewitem.html">TQListViewItem</a>, <a href="tqlistview.html">TQListView</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ToggleState-enum"></a>TQCheckListItem::ToggleState</h3> @@ -109,43 +109,43 @@ Constructs a checkable item with parent <em>parent</em>, text <em>text</em> and of type <em>tt</em>. Note that a <a href="#Type-enum">RadioButton</a> must be the child of a <a href="#Type-enum">RadioButtonController</a>, otherwise it will not toggle. -<h3 class=fn><a name="TQCheckListItem-2"></a>TQCheckListItem::TQCheckListItem ( <a href="tqchecklistitem.html">TQCheckListItem</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, <a href="tqchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<h3 class=fn><a name="TQCheckListItem-2"></a>TQCheckListItem::TQCheckListItem ( <a href="tqchecklistitem.html">TQCheckListItem</a> * parent, <a href="tqlistviewitem.html">TQListViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, <a href="tqchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) </h3> Constructs a checkable item with parent <em>parent</em>, which is after <em>after</em> in the parent's list of children, and with text <em>text</em> and of type <em>tt</em>. Note that a <a href="#Type-enum">RadioButton</a> must be the child of a <a href="#Type-enum">RadioButtonController</a>, otherwise it will not toggle. -<h3 class=fn><a name="TQCheckListItem-3"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, const <a href="tqstring.html">TQString</a> & text, <a href="tqchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<h3 class=fn><a name="TQCheckListItem-3"></a>TQCheckListItem::TQCheckListItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * parent, const <a href="tqstring.html">TQString</a> & text, <a href="tqchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) </h3> Constructs a checkable item with parent <em>parent</em>, text <em>text</em> and of type <em>tt</em>. Note that this item must <em>not</em> be a <a href="#Type-enum">RadioButton</a>. Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>. -<h3 class=fn><a name="TQCheckListItem-4"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, <a href="tqchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<h3 class=fn><a name="TQCheckListItem-4"></a>TQCheckListItem::TQCheckListItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * parent, <a href="tqlistviewitem.html">TQListViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, <a href="tqchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) </h3> Constructs a checkable item with parent <em>parent</em>, which is after <em>after</em> in the parent's list of children, with text <em>text</em> and of type <em>tt</em>. Note that this item must <em>not</em> be a <a href="#Type-enum">RadioButton</a>. Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>. -<h3 class=fn><a name="TQCheckListItem-5"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a> * parent, const <a href="tqstring.html">TQString</a> & text, <a href="tqchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<h3 class=fn><a name="TQCheckListItem-5"></a>TQCheckListItem::TQCheckListItem ( <a href="tqlistview.html">TQListView</a> * parent, const <a href="tqstring.html">TQString</a> & text, <a href="tqchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) </h3> Constructs a checkable item with parent <em>parent</em>, text <em>text</em> and of type <em>tt</em>. Note that <em>tt</em> must <em>not</em> be <a href="#Type-enum">RadioButton</a>. Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>. -<h3 class=fn><a name="TQCheckListItem-6"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, <a href="tqchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<h3 class=fn><a name="TQCheckListItem-6"></a>TQCheckListItem::TQCheckListItem ( <a href="tqlistview.html">TQListView</a> * parent, <a href="tqlistviewitem.html">TQListViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, <a href="tqchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) </h3> Constructs a checkable item with parent <em>parent</em>, which is after <em>after</em> in the parent's list of children, with text <em>text</em> and of type <em>tt</em>. Note that <em>tt</em> must <em>not</em> be <a href="#Type-enum">RadioButton</a>. Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>. -<h3 class=fn><a name="TQCheckListItem-7"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpixmap.html">TQPixmap</a> & p ) +<h3 class=fn><a name="TQCheckListItem-7"></a>TQCheckListItem::TQCheckListItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpixmap.html">TQPixmap</a> & p ) </h3> Constructs a <a href="#Type-enum">RadioButtonController</a> item with parent <em>parent</em>, text <em>text</em> and pixmap <em>p</em>. -<h3 class=fn><a name="TQCheckListItem-8"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpixmap.html">TQPixmap</a> & p ) +<h3 class=fn><a name="TQCheckListItem-8"></a>TQCheckListItem::TQCheckListItem ( <a href="tqlistview.html">TQListView</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpixmap.html">TQPixmap</a> & p ) </h3> Constructs a <a href="#Type-enum">RadioButtonController</a> item with parent <em>parent</em>, text <em>text</em> and pixmap <em>p</em>. @@ -159,7 +159,7 @@ all allocated resources. </h3> Toggle check box or set radio button to on. -<p>Reimplemented from <a href="qlistviewitem.html#activate">TQListViewItem</a>. +<p>Reimplemented from <a href="tqlistviewitem.html#activate">TQListViewItem</a>. <h3 class=fn>bool <a name="isOn"></a>TQCheckListItem::isOn () const </h3> @@ -176,13 +176,13 @@ Paints the item using the painter <em>p</em> and the color group <em>cg</em>. The item is in column <em>column</em>, has width <em>width</em> and has alignment <em>align</em>. (See TQt::AlignmentFlags for valid alignments.) -<p>Reimplemented from <a href="qlistviewitem.html#paintCell">TQListViewItem</a>. +<p>Reimplemented from <a href="tqlistviewitem.html#paintCell">TQListViewItem</a>. <h3 class=fn>void <a name="paintFocus"></a>TQCheckListItem::paintFocus ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="tqrect.html">TQRect</a> & r )<tt> [virtual]</tt> </h3> Draws the focus rectangle <em>r</em> using the color group <em>cg</em> on the painter <em>p</em>. -<p>Reimplemented from <a href="qlistviewitem.html#paintFocus">TQListViewItem</a>. +<p>Reimplemented from <a href="tqlistviewitem.html#paintFocus">TQListViewItem</a>. <h3 class=fn>int <a name="rtti"></a>TQCheckListItem::rtti () const<tt> [virtual]</tt> </h3> @@ -191,7 +191,7 @@ painter <em>p</em>. you can distinguish between list view items. You should use values greater than 1000, to allow for extensions to this class. -<p>Reimplemented from <a href="qlistviewitem.html#rtti">TQListViewItem</a>. +<p>Reimplemented from <a href="tqlistviewitem.html#rtti">TQListViewItem</a>. <h3 class=fn>void <a name="setOn"></a>TQCheckListItem::setOn ( bool b )<tt> [virtual]</tt> </h3> Sets the button on if <em>b</em> is TRUE, otherwise sets it off. diff --git a/doc/html/tqchecktableitem-members.html b/doc/html/tqchecktableitem-members.html index 4d1568d7b..608216ee6 100644 --- a/doc/html/tqchecktableitem-members.html +++ b/doc/html/tqchecktableitem-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtable.h:220 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtable.h:220 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -36,34 +36,34 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqchecktableitem.html#TQCheckTableItem">TQCheckTableItem</a>() -<li><a href="qtableitem.html#alignment">alignment</a>() -<li><a href="qtableitem.html#col">col</a>() -<li><a href="qtableitem.html#colSpan">colSpan</a>() -<li><a href="qtableitem.html#createEditor">createEditor</a>() -<li><a href="qtableitem.html#editType">editType</a>() +<li><a href="tqtableitem.html#alignment">alignment</a>() +<li><a href="tqtableitem.html#col">col</a>() +<li><a href="tqtableitem.html#colSpan">colSpan</a>() +<li><a href="tqtableitem.html#createEditor">createEditor</a>() +<li><a href="tqtableitem.html#editType">editType</a>() <li><a href="tqchecktableitem.html#isChecked">isChecked</a>() -<li><a href="qtableitem.html#isEnabled">isEnabled</a>() -<li><a href="qtableitem.html#isReplaceable">isReplaceable</a>() -<li><a href="qtableitem.html#key">key</a>() -<li><a href="qtableitem.html#paint">paint</a>() -<li><a href="qtableitem.html#pixmap">pixmap</a>() -<li><a href="qtableitem.html#row">row</a>() -<li><a href="qtableitem.html#rowSpan">rowSpan</a>() +<li><a href="tqtableitem.html#isEnabled">isEnabled</a>() +<li><a href="tqtableitem.html#isReplaceable">isReplaceable</a>() +<li><a href="tqtableitem.html#key">key</a>() +<li><a href="tqtableitem.html#paint">paint</a>() +<li><a href="tqtableitem.html#pixmap">pixmap</a>() +<li><a href="tqtableitem.html#row">row</a>() +<li><a href="tqtableitem.html#rowSpan">rowSpan</a>() <li><a href="tqchecktableitem.html#rtti">rtti</a>() <li><a href="tqchecktableitem.html#setChecked">setChecked</a>() -<li><a href="qtableitem.html#setCol">setCol</a>() -<li><a href="qtableitem.html#setContentFromEditor">setContentFromEditor</a>() -<li><a href="qtableitem.html#setEnabled">setEnabled</a>() -<li><a href="qtableitem.html#setPixmap">setPixmap</a>() -<li><a href="qtableitem.html#setReplaceable">setReplaceable</a>() -<li><a href="qtableitem.html#setRow">setRow</a>() -<li><a href="qtableitem.html#setSpan">setSpan</a>() -<li><a href="qtableitem.html#setText">setText</a>() -<li><a href="qtableitem.html#setWordWrap">setWordWrap</a>() -<li><a href="qtableitem.html#sizeHint">sizeHint</a>() -<li><a href="qtableitem.html#table">table</a>() -<li><a href="qtableitem.html#text">text</a>() -<li><a href="qtableitem.html#wordWrap">wordWrap</a>() +<li><a href="tqtableitem.html#setCol">setCol</a>() +<li><a href="tqtableitem.html#setContentFromEditor">setContentFromEditor</a>() +<li><a href="tqtableitem.html#setEnabled">setEnabled</a>() +<li><a href="tqtableitem.html#setPixmap">setPixmap</a>() +<li><a href="tqtableitem.html#setReplaceable">setReplaceable</a>() +<li><a href="tqtableitem.html#setRow">setRow</a>() +<li><a href="tqtableitem.html#setSpan">setSpan</a>() +<li><a href="tqtableitem.html#setText">setText</a>() +<li><a href="tqtableitem.html#setWordWrap">setWordWrap</a>() +<li><a href="tqtableitem.html#sizeHint">sizeHint</a>() +<li><a href="tqtableitem.html#table">table</a>() +<li><a href="tqtableitem.html#text">text</a>() +<li><a href="tqtableitem.html#wordWrap">wordWrap</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/tqchecktableitem.html b/doc/html/tqchecktableitem.html index 2616c56cb..d1d203454 100644 --- a/doc/html/tqchecktableitem.html +++ b/doc/html/tqchecktableitem.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/qtable.cpp:1468 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/tqtable.cpp:1468 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQCheckTableItem class provides checkboxes in TQTables. <a href="#details">More...</a> -<p><tt>#include <<a href="qtable-h.html">ntqtable.h</a>></tt> -<p>Inherits <a href="qtableitem.html">TQTableItem</a>. +<p><tt>#include <<a href="tqtable-h.html">tqtable.h</a>></tt> +<p>Inherits <a href="tqtableitem.html">TQTableItem</a>. <p><a href="tqchecktableitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -53,27 +53,27 @@ The TQCheckTableItem class provides checkboxes in TQTables. <p> A TQCheckTableItem is a table item which looks and behaves like a checkbox. The advantage of using TQCheckTableItems rather than real checkboxes is that a TQCheckTableItem uses far less resources than -a real checkbox would in a <a href="ntqtable.html">TQTable</a>. When the cell has the focus +a real checkbox would in a <a href="tqtable.html">TQTable</a>. When the cell has the focus it displays a real checkbox which the user can interact with. When the cell does not have the focus the cell <em>looks</em> like a checkbox. Pixmaps may not be used in TQCheckTableItems. -<p> TQCheckTableItem items have the edit type <a href="qtableitem.html#EditType-enum">WhenCurrent</a> (see -<a href="qtableitem.html#EditType-enum">EditType</a>). -<p> To change the checkbox's label use <a href="qtableitem.html#setText">setText</a>(). The checkbox can be +<p> TQCheckTableItem items have the edit type <a href="tqtableitem.html#EditType-enum">WhenCurrent</a> (see +<a href="tqtableitem.html#EditType-enum">EditType</a>). +<p> To change the checkbox's label use <a href="tqtableitem.html#setText">setText</a>(). The checkbox can be checked and unchecked with <a href="#setChecked">setChecked</a>() and its state retrieved using <a href="#isChecked">isChecked</a>(). <p> To populate a table cell with a TQCheckTableItem use -<a href="ntqtable.html#setItem">TQTable::setItem</a>(). -<p> TQCheckTableItems can be distinguished from <a href="qtableitem.html">TQTableItem</a>s and +<a href="tqtable.html#setItem">TQTable::setItem</a>(). +<p> TQCheckTableItems can be distinguished from <a href="tqtableitem.html">TQTableItem</a>s and <a href="tqcombotableitem.html">TQComboTableItem</a>s using their Run Time Type Identification (rtti) value. -<p> <center><img src="qtableitems.png" alt="Table Items"></center> -<p> <p>See also <a href="#rtti">rtti</a>(), <a href="qtableitem.html#EditType-enum">EditType</a>, <a href="tqcombotableitem.html">TQComboTableItem</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="tqcheckbox.html">TQCheckBox</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <center><img src="tqtableitems.png" alt="Table Items"></center> +<p> <p>See also <a href="#rtti">rtti</a>(), <a href="tqtableitem.html#EditType-enum">EditType</a>, <a href="tqcombotableitem.html">TQComboTableItem</a>, <a href="tqtableitem.html">TQTableItem</a>, <a href="tqcheckbox.html">TQCheckBox</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQCheckTableItem"></a>TQCheckTableItem::TQCheckTableItem ( <a href="ntqtable.html">TQTable</a> * table, const <a href="tqstring.html">TQString</a> & txt ) +<h3 class=fn><a name="TQCheckTableItem"></a>TQCheckTableItem::TQCheckTableItem ( <a href="tqtable.html">TQTable</a> * table, const <a href="tqstring.html">TQString</a> & txt ) </h3> -Creates a TQCheckTableItem with an <a href="qtableitem.html#EditType-enum">EditType</a> of <a href="qtableitem.html#EditType-enum">WhenCurrent</a> +Creates a TQCheckTableItem with an <a href="tqtableitem.html#EditType-enum">EditType</a> of <a href="tqtableitem.html#EditType-enum">WhenCurrent</a> as a child of <em>table</em>. The checkbox is initially unchecked and its label is set to the string <em>txt</em>. @@ -91,9 +91,9 @@ returns FALSE. distinguish between different table item subclasses. You should use values greater than 1000, preferably a large random number, to allow for extensions to this class. -<p> <p>See also <a href="qtableitem.html#rtti">TQTableItem::rtti</a>(). +<p> <p>See also <a href="tqtableitem.html#rtti">TQTableItem::rtti</a>(). -<p>Reimplemented from <a href="qtableitem.html#rtti">TQTableItem</a>. +<p>Reimplemented from <a href="tqtableitem.html#rtti">TQTableItem</a>. <h3 class=fn>void <a name="setChecked"></a>TQCheckTableItem::setChecked ( bool b )<tt> [virtual]</tt> </h3> If <em>b</em> is TRUE the checkbox is checked; if <em>b</em> is FALSE the diff --git a/doc/html/tqcombobox.html b/doc/html/tqcombobox.html index b6ced9342..579a7f2fb 100644 --- a/doc/html/tqcombobox.html +++ b/doc/html/tqcombobox.html @@ -190,10 +190,10 @@ duplicates is set with <a href="#setDuplicatesEnabled">setDuplicatesEnabled</a>( <img src="tqcombo2-m.png">(Motif 2, editable)<br clear=all> <img src="tqcombo3-m.png">(Motif 2, read-only)<br clear=all> <img src="tqcombo1-w.png">(Windows style) -<p> Depending on the style, TQComboBox will use a <a href="ntqlistbox.html">TQListBox</a> or a +<p> Depending on the style, TQComboBox will use a <a href="tqlistbox.html">TQListBox</a> or a <a href="tqpopupmenu.html">TQPopupMenu</a> to display the list of items. See <a href="#setListBox">setListBox</a>() for more information. -<p> <p>See also <a href="tqlineedit.html">TQLineEdit</a>, <a href="ntqlistbox.html">TQListBox</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="tqradiobutton.html">TQRadioButton</a>, <a href="ntqbuttongroup.html">TQButtonGroup</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Combo Box</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Drop-Down List Box</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <p>See also <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqlistbox.html">TQListBox</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="tqradiobutton.html">TQRadioButton</a>, <a href="tqbuttongroup.html">TQButtonGroup</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Combo Box</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Drop-Down List Box</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Policy-enum"></a>TQComboBox::Policy</h3> @@ -396,10 +396,10 @@ See the <a href="tqcombobox.html#insertionPolicy-prop">"insertionPolicy"</a> pro Returns the line edit, or 0 if there is no line edit. <p> Only editable listboxes have a line editor. -<h3 class=fn><a href="ntqlistbox.html">TQListBox</a> * <a name="listBox"></a>TQComboBox::listBox () const +<h3 class=fn><a href="tqlistbox.html">TQListBox</a> * <a name="listBox"></a>TQComboBox::listBox () const </h3> Returns the current list box, or 0 if there is no list box. -(TQComboBox can use <a href="tqpopupmenu.html">TQPopupMenu</a> instead of <a href="ntqlistbox.html">TQListBox</a>.) Provided to +(TQComboBox can use <a href="tqpopupmenu.html">TQPopupMenu</a> instead of <a href="tqlistbox.html">TQListBox</a>.) Provided to match <a href="#setListBox">setListBox</a>(). <p> <p>See also <a href="#setListBox">setListBox</a>(). @@ -461,7 +461,7 @@ See the <a href="tqcombobox.html#insertionPolicy-prop">"insertionPolicy"</a> pro </h3> Sets the line edit to use <em>edit</em> instead of the current line edit. -<h3 class=fn>void <a name="setListBox"></a>TQComboBox::setListBox ( <a href="ntqlistbox.html">TQListBox</a> * newListBox )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setListBox"></a>TQComboBox::setListBox ( <a href="tqlistbox.html">TQListBox</a> * newListBox )<tt> [virtual]</tt> </h3> Sets the combobox to use <em>newListBox</em> instead of the current list box or popup. As a side effect, it clears the combobox of its diff --git a/doc/html/tqcombotableitem-members.html b/doc/html/tqcombotableitem-members.html index ff2ab4f3c..d058ba0b5 100644 --- a/doc/html/tqcombotableitem-members.html +++ b/doc/html/tqcombotableitem-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtable.h:182 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtable.h:182 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -37,39 +37,39 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqcombotableitem.html#TQComboTableItem">TQComboTableItem</a>() <li><a href="tqcombotableitem.html#~TQComboTableItem">~TQComboTableItem</a>() -<li><a href="qtableitem.html#alignment">alignment</a>() -<li><a href="qtableitem.html#col">col</a>() -<li><a href="qtableitem.html#colSpan">colSpan</a>() +<li><a href="tqtableitem.html#alignment">alignment</a>() +<li><a href="tqtableitem.html#col">col</a>() +<li><a href="tqtableitem.html#colSpan">colSpan</a>() <li><a href="tqcombotableitem.html#count">count</a>() -<li><a href="qtableitem.html#createEditor">createEditor</a>() +<li><a href="tqtableitem.html#createEditor">createEditor</a>() <li><a href="tqcombotableitem.html#currentItem">currentItem</a>() <li><a href="tqcombotableitem.html#currentText">currentText</a>() -<li><a href="qtableitem.html#editType">editType</a>() +<li><a href="tqtableitem.html#editType">editType</a>() <li><a href="tqcombotableitem.html#isEditable">isEditable</a>() -<li><a href="qtableitem.html#isEnabled">isEnabled</a>() -<li><a href="qtableitem.html#isReplaceable">isReplaceable</a>() -<li><a href="qtableitem.html#key">key</a>() -<li><a href="qtableitem.html#paint">paint</a>() -<li><a href="qtableitem.html#pixmap">pixmap</a>() -<li><a href="qtableitem.html#row">row</a>() -<li><a href="qtableitem.html#rowSpan">rowSpan</a>() +<li><a href="tqtableitem.html#isEnabled">isEnabled</a>() +<li><a href="tqtableitem.html#isReplaceable">isReplaceable</a>() +<li><a href="tqtableitem.html#key">key</a>() +<li><a href="tqtableitem.html#paint">paint</a>() +<li><a href="tqtableitem.html#pixmap">pixmap</a>() +<li><a href="tqtableitem.html#row">row</a>() +<li><a href="tqtableitem.html#rowSpan">rowSpan</a>() <li><a href="tqcombotableitem.html#rtti">rtti</a>() -<li><a href="qtableitem.html#setCol">setCol</a>() -<li><a href="qtableitem.html#setContentFromEditor">setContentFromEditor</a>() +<li><a href="tqtableitem.html#setCol">setCol</a>() +<li><a href="tqtableitem.html#setContentFromEditor">setContentFromEditor</a>() <li><a href="tqcombotableitem.html#setCurrentItem">setCurrentItem</a>() <li><a href="tqcombotableitem.html#setEditable">setEditable</a>() -<li><a href="qtableitem.html#setEnabled">setEnabled</a>() -<li><a href="qtableitem.html#setPixmap">setPixmap</a>() -<li><a href="qtableitem.html#setReplaceable">setReplaceable</a>() -<li><a href="qtableitem.html#setRow">setRow</a>() -<li><a href="qtableitem.html#setSpan">setSpan</a>() +<li><a href="tqtableitem.html#setEnabled">setEnabled</a>() +<li><a href="tqtableitem.html#setPixmap">setPixmap</a>() +<li><a href="tqtableitem.html#setReplaceable">setReplaceable</a>() +<li><a href="tqtableitem.html#setRow">setRow</a>() +<li><a href="tqtableitem.html#setSpan">setSpan</a>() <li><a href="tqcombotableitem.html#setStringList">setStringList</a>() -<li><a href="qtableitem.html#setText">setText</a>() -<li><a href="qtableitem.html#setWordWrap">setWordWrap</a>() -<li><a href="qtableitem.html#sizeHint">sizeHint</a>() -<li><a href="qtableitem.html#table">table</a>() +<li><a href="tqtableitem.html#setText">setText</a>() +<li><a href="tqtableitem.html#setWordWrap">setWordWrap</a>() +<li><a href="tqtableitem.html#sizeHint">sizeHint</a>() +<li><a href="tqtableitem.html#table">table</a>() <li><a href="tqcombotableitem.html#text">text</a>() -<li><a href="qtableitem.html#wordWrap">wordWrap</a>() +<li><a href="tqtableitem.html#wordWrap">wordWrap</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/tqcombotableitem.html b/doc/html/tqcombotableitem.html index af6b0c02b..29ff7a0e4 100644 --- a/doc/html/tqcombotableitem.html +++ b/doc/html/tqcombotableitem.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/qtable.cpp:1154 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/tqtable.cpp:1154 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQComboTableItem class provides a means of using comboboxes in TQTables. <a href="#details">More...</a> -<p><tt>#include <<a href="qtable-h.html">ntqtable.h</a>></tt> -<p>Inherits <a href="qtableitem.html">TQTableItem</a>. +<p><tt>#include <<a href="tqtable-h.html">tqtable.h</a>></tt> +<p>Inherits <a href="tqtableitem.html">TQTableItem</a>. <p><a href="tqcombotableitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -63,13 +63,13 @@ comboboxes in TQTables. <p> A TQComboTableItem is a table item which looks and behaves like a combobox. The advantage of using TQComboTableItems rather than real comboboxes is that a TQComboTableItem uses far less resources than -real comboboxes in <a href="ntqtable.html">TQTable</a>s. When the cell has the focus it +real comboboxes in <a href="tqtable.html">TQTable</a>s. When the cell has the focus it displays a real combobox which the user can interact with. When the cell does not have the focus the cell <em>looks</em> like a combobox. Only text items (i.e. no pixmaps) may be used in TQComboTableItems. -<p> TQComboTableItem items have the edit type <a href="qtableitem.html#EditType-enum">WhenCurrent</a> (see -<a href="qtableitem.html#EditType-enum">EditType</a>). The TQComboTableItem's list of items is provided by +<p> TQComboTableItem items have the edit type <a href="tqtableitem.html#EditType-enum">WhenCurrent</a> (see +<a href="tqtableitem.html#EditType-enum">EditType</a>). The TQComboTableItem's list of items is provided by a <a href="tqstringlist.html">TQStringList</a> passed to the constructor. <p> The list of items may be changed using <a href="#setStringList">setStringList</a>(). The current item can be set with <a href="#setCurrentItem">setCurrentItem</a>() and retrieved with @@ -81,24 +81,24 @@ to either choose an existing list item, or create a new list item by entering their own text; otherwise the user may only choose one of the existing list items. <p> To populate a table cell with a TQComboTableItem use -<a href="ntqtable.html#setItem">TQTable::setItem</a>(). -<p> TQComboTableItems may be deleted with <a href="ntqtable.html#clearCell">TQTable::clearCell</a>(). -<p> TQComboTableItems can be distinguished from <a href="qtableitem.html">TQTableItem</a>s and +<a href="tqtable.html#setItem">TQTable::setItem</a>(). +<p> TQComboTableItems may be deleted with <a href="tqtable.html#clearCell">TQTable::clearCell</a>(). +<p> TQComboTableItems can be distinguished from <a href="tqtableitem.html">TQTableItem</a>s and <a href="tqchecktableitem.html">TQCheckTableItem</a>s using their Run Time Type Identification number (see <a href="#rtti">rtti</a>()). -<p> <center><img src="qtableitems.png" alt="Table Items"></center> -<p> <p>See also <a href="tqchecktableitem.html">TQCheckTableItem</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="tqcombobox.html">TQComboBox</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <center><img src="tqtableitems.png" alt="Table Items"></center> +<p> <p>See also <a href="tqchecktableitem.html">TQCheckTableItem</a>, <a href="tqtableitem.html">TQTableItem</a>, <a href="tqcombobox.html">TQComboBox</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQComboTableItem"></a>TQComboTableItem::TQComboTableItem ( <a href="ntqtable.html">TQTable</a> * table, const <a href="tqstringlist.html">TQStringList</a> & list, bool editable = FALSE ) +<h3 class=fn><a name="TQComboTableItem"></a>TQComboTableItem::TQComboTableItem ( <a href="tqtable.html">TQTable</a> * table, const <a href="tqstringlist.html">TQStringList</a> & list, bool editable = FALSE ) </h3> Creates a combo table item for the table <em>table</em>. The combobox's list of items is passed in the <em>list</em> argument. If <em>editable</em> is TRUE the user may type in new list items; if <em>editable</em> is FALSE the user may only select from the list of items provided. <p> By default TQComboTableItems cannot be replaced by other table -items since <a href="qtableitem.html#isReplaceable">isReplaceable</a>() returns FALSE by default. -<p> <p>See also <a href="ntqtable.html#clearCell">TQTable::clearCell</a>() and <a href="qtableitem.html#EditType-enum">EditType</a>. +items since <a href="tqtableitem.html#isReplaceable">isReplaceable</a>() returns FALSE by default. +<p> <p>See also <a href="tqtable.html#clearCell">TQTable::clearCell</a>() and <a href="tqtableitem.html#EditType-enum">EditType</a>. <h3 class=fn><a name="~TQComboTableItem"></a>TQComboTableItem::~TQComboTableItem () </h3> @@ -132,9 +132,9 @@ combobox's list of items; otherwise returns FALSE. distinguish between different table item subclasses. You should use values greater than 1000, preferably a large random number, to allow for extensions to this class. -<p> <p>See also <a href="qtableitem.html#rtti">TQTableItem::rtti</a>(). +<p> <p>See also <a href="tqtableitem.html#rtti">TQTableItem::rtti</a>(). -<p>Reimplemented from <a href="qtableitem.html#rtti">TQTableItem</a>. +<p>Reimplemented from <a href="tqtableitem.html#rtti">TQTableItem</a>. <h3 class=fn>void <a name="setCurrentItem"></a>TQComboTableItem::setCurrentItem ( int i )<tt> [virtual]</tt> </h3> Sets the list item <em>i</em> to be the combo table item's current list diff --git a/doc/html/tqdatatable-h.html b/doc/html/tqdatatable-h.html index 13f2ea4ec..c9ed99034 100644 --- a/doc/html/tqdatatable-h.html +++ b/doc/html/tqdatatable-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqstring.h" #include "ntqvariant.h" -#include "ntqtable.h" +#include "tqtable.h" #include "tqsql.h" #include "tqsqlcursor.h" #include "tqsqlindex.h" diff --git a/doc/html/tqdatatable-members.html b/doc/html/tqdatatable-members.html index e91b1a979..7bc32a26d 100644 --- a/doc/html/tqdatatable-members.html +++ b/doc/html/tqdatatable-members.html @@ -38,12 +38,12 @@ body { background: #ffffff; color: black; } <li><a href="tqdatatable.html#TQDataTable">TQDataTable</a>() <li><a href="tqdatatable.html#~TQDataTable">~TQDataTable</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqtable.html#activateNextCell">activateNextCell</a>() +<li><a href="tqtable.html#activateNextCell">activateNextCell</a>() <li><a href="tqscrollview.html#addChild">addChild</a>() <li><a href="tqdatatable.html#addColumn">addColumn</a>() -<li><a href="ntqtable.html#addSelection">addSelection</a>() +<li><a href="tqtable.html#addSelection">addSelection</a>() <li><a href="tqdatatable.html#adjustColumn">adjustColumn</a>() -<li><a href="ntqtable.html#adjustRow">adjustRow</a>() +<li><a href="tqtable.html#adjustRow">adjustRow</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqdatatable.html#autoDelete">autoDelete</a>() <li><a href="tqdatatable.html#autoEdit">autoEdit</a>() @@ -57,15 +57,15 @@ body { background: #ffffff; color: black; } <li><a href="tqdatatable.html#beforeDelete">beforeDelete</a>() <li><a href="tqdatatable.html#beforeInsert">beforeInsert</a>() <li><a href="tqdatatable.html#beforeUpdate">beforeUpdate</a>() -<li><a href="ntqtable.html#beginEdit">beginEdit</a>() +<li><a href="tqtable.html#beginEdit">beginEdit</a>() <li><a href="tqdatatable.html#beginInsert">beginInsert</a>() <li><a href="tqdatatable.html#beginUpdate">beginUpdate</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqtable.html#cellGeometry">cellGeometry</a>() -<li><a href="ntqtable.html#cellRect">cellRect</a>() -<li><a href="ntqtable.html#cellWidget">cellWidget</a>() +<li><a href="tqtable.html#cellGeometry">cellGeometry</a>() +<li><a href="tqtable.html#cellRect">cellRect</a>() +<li><a href="tqtable.html#cellWidget">cellWidget</a>() <li><a href="tqscrollview.html#center">center</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() @@ -78,26 +78,26 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() <li><a href="tqobject.html#className">className</a>() -<li><a href="ntqtable.html#clearCell">clearCell</a>() -<li><a href="ntqtable.html#clearCellWidget">clearCellWidget</a>() +<li><a href="tqtable.html#clearCell">clearCell</a>() +<li><a href="tqtable.html#clearCellWidget">clearCellWidget</a>() <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() -<li><a href="ntqtable.html#clearSelection">clearSelection</a>() +<li><a href="tqtable.html#clearSelection">clearSelection</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqtable.html#clicked">clicked</a>() +<li><a href="tqtable.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() <li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqtable.html#columnAt">columnAt</a>() -<li><a href="ntqtable.html#columnClicked">columnClicked</a>() -<li><a href="ntqtable.html#columnIndexChanged">columnIndexChanged</a>() -<li><a href="ntqtable.html#columnMovingEnabled">columnMovingEnabled</a>() -<li><a href="ntqtable.html#columnPos">columnPos</a>() -<li><a href="ntqtable.html#columnWidth">columnWidth</a>() -<li><a href="ntqtable.html#columnWidthChanged">columnWidthChanged</a>() +<li><a href="tqtable.html#columnAt">columnAt</a>() +<li><a href="tqtable.html#columnClicked">columnClicked</a>() +<li><a href="tqtable.html#columnIndexChanged">columnIndexChanged</a>() +<li><a href="tqtable.html#columnMovingEnabled">columnMovingEnabled</a>() +<li><a href="tqtable.html#columnPos">columnPos</a>() +<li><a href="tqtable.html#columnWidth">columnWidth</a>() +<li><a href="tqtable.html#columnWidthChanged">columnWidthChanged</a>() <li><a href="tqdatatable.html#confirmCancel">confirmCancel</a>() <li><a href="tqdatatable.html#confirmCancels">confirmCancels</a>() <li><a href="tqdatatable.html#confirmDelete">confirmDelete</a>() @@ -109,34 +109,34 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() <li><a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() -<li><a href="ntqtable.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() -<li><a href="ntqtable.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() -<li><a href="ntqtable.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() -<li><a href="ntqtable.html#contentsDropEvent">contentsDropEvent</a>() +<li><a href="tqtable.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() +<li><a href="tqtable.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() +<li><a href="tqtable.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() +<li><a href="tqtable.html#contentsDropEvent">contentsDropEvent</a>() <li><a href="tqscrollview.html#contentsHeight">contentsHeight</a>() <li><a href="tqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() <li><a href="tqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() <li><a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() <li><a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() <li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() <li><a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() <li><a href="tqscrollview.html#contentsWidth">contentsWidth</a>() <li><a href="tqscrollview.html#contentsX">contentsX</a>() <li><a href="tqscrollview.html#contentsY">contentsY</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqtable.html#contextMenuRequested">contextMenuRequested</a>() +<li><a href="tqtable.html#contextMenuRequested">contextMenuRequested</a>() <li><a href="tqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqtable.html#createEditor">createEditor</a>() -<li><a href="ntqtable.html#currEditCol">currEditCol</a>() -<li><a href="ntqtable.html#currEditRow">currEditRow</a>() +<li><a href="tqtable.html#createEditor">createEditor</a>() +<li><a href="tqtable.html#currEditCol">currEditCol</a>() +<li><a href="tqtable.html#currEditRow">currEditRow</a>() <li><a href="tqdatatable.html#currentChanged">currentChanged</a>() -<li><a href="ntqtable.html#currentColumn">currentColumn</a>() +<li><a href="tqtable.html#currentColumn">currentColumn</a>() <li><a href="tqdatatable.html#currentRecord">currentRecord</a>() -<li><a href="ntqtable.html#currentRow">currentRow</a>() -<li><a href="ntqtable.html#currentSelection">currentSelection</a>() +<li><a href="tqtable.html#currentRow">currentRow</a>() +<li><a href="tqtable.html#currentSelection">currentSelection</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="tqdatatable.html#cursorChanged">cursorChanged</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() @@ -148,27 +148,27 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqtable.html#doubleClicked">doubleClicked</a>() +<li><a href="tqtable.html#doubleClicked">doubleClicked</a>() <li><a href="tqscrollview.html#dragAutoScroll">dragAutoScroll</a>() -<li><a href="ntqtable.html#dragEnabled">dragEnabled</a>() +<li><a href="tqtable.html#dragEnabled">dragEnabled</a>() <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqtable.html#dragObject">dragObject</a>() -<li><a href="ntqtable.html#drawContents">drawContents</a>() +<li><a href="tqtable.html#dragObject">dragObject</a>() +<li><a href="tqtable.html#drawContents">drawContents</a>() <li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqtable.html#dropped">dropped</a>() +<li><a href="tqtable.html#dropped">dropped</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqtable.html#editCell">editCell</a>() -<li><a href="ntqtable.html#editMode">editMode</a>() +<li><a href="tqtable.html#editCell">editCell</a>() +<li><a href="tqtable.html#editMode">editMode</a>() <li><a href="tqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() -<li><a href="ntqtable.html#endEdit">endEdit</a>() -<li><a href="ntqtable.html#ensureCellVisible">ensureCellVisible</a>() +<li><a href="tqtable.html#endEdit">endEdit</a>() +<li><a href="tqtable.html#ensureCellVisible">ensureCellVisible</a>() <li><a href="tqscrollview.html#ensureVisible">ensureVisible</a>() <li><a href="tqwidget.html#enterEvent">enterEvent</a>() <li><a href="tqwidget.html#erase">erase</a>() @@ -186,21 +186,21 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#focusOutEvent">focusOutEvent</a>() <li><a href="tqwidget.html#focusPolicy">focusPolicy</a>() <li><a href="tqwidget.html#focusProxy">focusProxy</a>() -<li><a href="ntqtable.html#focusStyle">focusStyle</a>() +<li><a href="tqtable.html#focusStyle">focusStyle</a>() <li><a href="tqwidget.html#focusWidget">focusWidget</a>() <li><a href="tqwidget.html#font">font</a>() <li><a href="tqwidget.html#fontChange">fontChange</a>() <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -215,11 +215,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#height">height</a>() <li><a href="tqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="tqwidget.html#hide">hide</a>() -<li><a href="ntqtable.html#hideColumn">hideColumn</a>() +<li><a href="tqtable.html#hideColumn">hideColumn</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqtable.html#hideRow">hideRow</a>() +<li><a href="tqtable.html#hideRow">hideRow</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() -<li><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>() +<li><a href="tqtable.html#horizontalHeader">horizontalHeader</a>() <li><a href="tqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() <li><a href="tqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() <li><a href="tqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</a>() @@ -232,22 +232,22 @@ body { background: #ffffff; color: black; } <li><a href="tqdatatable.html#indexOf">indexOf</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqtable.html#insertColumns">insertColumns</a>() +<li><a href="tqtable.html#insertColumns">insertColumns</a>() <li><a href="tqdatatable.html#insertCurrent">insertCurrent</a>() -<li><a href="ntqtable.html#insertRows">insertRows</a>() -<li><a href="ntqtable.html#insertWidget">insertWidget</a>() +<li><a href="tqtable.html#insertRows">insertRows</a>() +<li><a href="tqtable.html#insertWidget">insertWidget</a>() <li><a href="tqdatatable.html#installEditorFactory">installEditorFactory</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqdatatable.html#installPropertyMap">installPropertyMap</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() -<li><a href="ntqtable.html#isColumnHidden">isColumnHidden</a>() -<li><a href="ntqtable.html#isColumnReadOnly">isColumnReadOnly</a>() -<li><a href="ntqtable.html#isColumnSelected">isColumnSelected</a>() -<li><a href="ntqtable.html#isColumnStretchable">isColumnStretchable</a>() +<li><a href="tqtable.html#isColumnHidden">isColumnHidden</a>() +<li><a href="tqtable.html#isColumnReadOnly">isColumnReadOnly</a>() +<li><a href="tqtable.html#isColumnSelected">isColumnSelected</a>() +<li><a href="tqtable.html#isColumnStretchable">isColumnStretchable</a>() <li><a href="tqwidget.html#isDesktop">isDesktop</a>() <li><a href="tqwidget.html#isDialog">isDialog</a>() -<li><a href="ntqtable.html#isEditing">isEditing</a>() +<li><a href="tqtable.html#isEditing">isEditing</a>() <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() @@ -261,12 +261,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqtable.html#isReadOnly">isReadOnly</a>() -<li><a href="ntqtable.html#isRowHidden">isRowHidden</a>() -<li><a href="ntqtable.html#isRowReadOnly">isRowReadOnly</a>() -<li><a href="ntqtable.html#isRowSelected">isRowSelected</a>() -<li><a href="ntqtable.html#isRowStretchable">isRowStretchable</a>() -<li><a href="ntqtable.html#isSelected">isSelected</a>() +<li><a href="tqtable.html#isReadOnly">isReadOnly</a>() +<li><a href="tqtable.html#isRowHidden">isRowHidden</a>() +<li><a href="tqtable.html#isRowReadOnly">isRowReadOnly</a>() +<li><a href="tqtable.html#isRowSelected">isRowSelected</a>() +<li><a href="tqtable.html#isRowStretchable">isRowStretchable</a>() +<li><a href="tqtable.html#isSelected">isSelected</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() @@ -275,7 +275,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() <li><a href="tqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqtable.html#item">item</a>() +<li><a href="tqtable.html#item">item</a>() <li><a href="tqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="tqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() @@ -284,7 +284,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqscrollview.html#leftMargin">leftMargin</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -293,14 +293,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -318,16 +318,16 @@ body { background: #ffffff; color: black; } <li><a href="tqdatatable.html#nullText">nullText</a>() <li><a href="tqdatatable.html#numCols">numCols</a>() <li><a href="tqdatatable.html#numRows">numRows</a>() -<li><a href="ntqtable.html#numSelections">numSelections</a>() +<li><a href="tqtable.html#numSelections">numSelections</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqtable.html#paintCell">paintCell</a>() -<li><a href="ntqtable.html#paintEmptyArea">paintEmptyArea</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqtable.html#paintCell">paintCell</a>() +<li><a href="tqtable.html#paintEmptyArea">paintEmptyArea</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqdatatable.html#paintField">paintField</a>() -<li><a href="ntqtable.html#paintFocus">paintFocus</a>() +<li><a href="tqtable.html#paintFocus">paintFocus</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -336,10 +336,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqtable.html#pixmap">pixmap</a>() +<li><a href="tqtable.html#pixmap">pixmap</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqtable.html#pressed">pressed</a>() +<li><a href="tqtable.html#pressed">pressed</a>() <li><a href="tqdatatable.html#primeDelete">primeDelete</a>() <li><a href="tqdatatable.html#primeInsert">primeInsert</a>() <li><a href="tqdatatable.html#primeUpdate">primeUpdate</a>() @@ -353,37 +353,37 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqscrollview.html#removeChild">removeChild</a>() <li><a href="tqdatatable.html#removeColumn">removeColumn</a>() -<li><a href="ntqtable.html#removeColumns">removeColumns</a>() +<li><a href="tqtable.html#removeColumns">removeColumns</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqtable.html#removeRow">removeRow</a>() -<li><a href="ntqtable.html#removeRows">removeRows</a>() -<li><a href="ntqtable.html#removeSelection">removeSelection</a>() +<li><a href="tqtable.html#removeRow">removeRow</a>() +<li><a href="tqtable.html#removeRows">removeRows</a>() +<li><a href="tqtable.html#removeSelection">removeSelection</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqscrollview.html#repaintContents">repaintContents</a>() -<li><a href="ntqtable.html#repaintSelections">repaintSelections</a>() +<li><a href="tqtable.html#repaintSelections">repaintSelections</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqdatatable.html#reset">reset</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqscrollview.html#resizeContents">resizeContents</a>() -<li><a href="ntqtable.html#resizeData">resizeData</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqtable.html#resizeData">resizeData</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqscrollview.html#rightMargin">rightMargin</a>() -<li><a href="ntqtable.html#rowAt">rowAt</a>() -<li><a href="ntqtable.html#rowHeight">rowHeight</a>() -<li><a href="ntqtable.html#rowHeightChanged">rowHeightChanged</a>() -<li><a href="ntqtable.html#rowIndexChanged">rowIndexChanged</a>() -<li><a href="ntqtable.html#rowMovingEnabled">rowMovingEnabled</a>() -<li><a href="ntqtable.html#rowPos">rowPos</a>() +<li><a href="tqtable.html#rowAt">rowAt</a>() +<li><a href="tqtable.html#rowHeight">rowHeight</a>() +<li><a href="tqtable.html#rowHeightChanged">rowHeightChanged</a>() +<li><a href="tqtable.html#rowIndexChanged">rowIndexChanged</a>() +<li><a href="tqtable.html#rowMovingEnabled">rowMovingEnabled</a>() +<li><a href="tqtable.html#rowPos">rowPos</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqscrollview.html#scrollBy">scrollBy</a>() -<li><a href="ntqtable.html#selectCells">selectCells</a>() -<li><a href="ntqtable.html#selectColumn">selectColumn</a>() -<li><a href="ntqtable.html#selectRow">selectRow</a>() -<li><a href="ntqtable.html#selection">selection</a>() -<li><a href="ntqtable.html#selectionChanged">selectionChanged</a>() -<li><a href="ntqtable.html#selectionMode">selectionMode</a>() +<li><a href="tqtable.html#selectCells">selectCells</a>() +<li><a href="tqtable.html#selectColumn">selectColumn</a>() +<li><a href="tqtable.html#selectRow">selectRow</a>() +<li><a href="tqtable.html#selection">selection</a>() +<li><a href="tqtable.html#selectionChanged">selectionChanged</a>() +<li><a href="tqtable.html#selectionMode">selectionMode</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -396,13 +396,13 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqtable.html#setCellContentFromEditor">setCellContentFromEditor</a>() -<li><a href="ntqtable.html#setCellWidget">setCellWidget</a>() +<li><a href="tqtable.html#setCellContentFromEditor">setCellContentFromEditor</a>() +<li><a href="tqtable.html#setCellWidget">setCellWidget</a>() <li><a href="tqdatatable.html#setColumn">setColumn</a>() -<li><a href="ntqtable.html#setColumnLabels">setColumnLabels</a>() -<li><a href="ntqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</a>() -<li><a href="ntqtable.html#setColumnReadOnly">setColumnReadOnly</a>() -<li><a href="ntqtable.html#setColumnStretchable">setColumnStretchable</a>() +<li><a href="tqtable.html#setColumnLabels">setColumnLabels</a>() +<li><a href="tqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</a>() +<li><a href="tqtable.html#setColumnReadOnly">setColumnReadOnly</a>() +<li><a href="tqtable.html#setColumnStretchable">setColumnStretchable</a>() <li><a href="tqdatatable.html#setColumnWidth">setColumnWidth</a>() <li><a href="tqdatatable.html#setConfirmCancels">setConfirmCancels</a>() <li><a href="tqdatatable.html#setConfirmDelete">setConfirmDelete</a>() @@ -411,13 +411,13 @@ body { background: #ffffff; color: black; } <li><a href="tqdatatable.html#setConfirmUpdate">setConfirmUpdate</a>() <li><a href="tqscrollview.html#setContentsPos">setContentsPos</a>() <li><a href="tqscrollview.html#setCornerWidget">setCornerWidget</a>() -<li><a href="ntqtable.html#setCurrentCell">setCurrentCell</a>() +<li><a href="tqtable.html#setCurrentCell">setCurrentCell</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqdatatable.html#setDateFormat">setDateFormat</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() -<li><a href="ntqtable.html#setDragEnabled">setDragEnabled</a>() -<li><a href="ntqtable.html#setEditMode">setEditMode</a>() +<li><a href="tqtable.html#setDragEnabled">setDragEnabled</a>() +<li><a href="tqtable.html#setEditMode">setEditMode</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() @@ -429,12 +429,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocus">setFocus</a>() <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() -<li><a href="ntqtable.html#setFocusStyle">setFocusStyle</a>() +<li><a href="tqtable.html#setFocusStyle">setFocusStyle</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() <li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() @@ -442,53 +442,53 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() -<li><a href="ntqtable.html#setItem">setItem</a>() +<li><a href="tqtable.html#setItem">setItem</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqtable.html#setLeftMargin">setLeftMargin</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqtable.html#setLeftMargin">setLeftMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() <li><a href="tqdatatable.html#setNullText">setNullText</a>() -<li><a href="ntqtable.html#setNumCols">setNumCols</a>() -<li><a href="ntqtable.html#setNumRows">setNumRows</a>() +<li><a href="tqtable.html#setNumCols">setNumCols</a>() +<li><a href="tqtable.html#setNumRows">setNumRows</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqtable.html#setPixmap">setPixmap</a>() +<li><a href="tqtable.html#setPixmap">setPixmap</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqtable.html#setReadOnly">setReadOnly</a>() +<li><a href="tqtable.html#setReadOnly">setReadOnly</a>() <li><a href="tqscrollview.html#setResizePolicy">setResizePolicy</a>() -<li><a href="ntqtable.html#setRowHeight">setRowHeight</a>() -<li><a href="ntqtable.html#setRowLabels">setRowLabels</a>() -<li><a href="ntqtable.html#setRowMovingEnabled">setRowMovingEnabled</a>() -<li><a href="ntqtable.html#setRowReadOnly">setRowReadOnly</a>() -<li><a href="ntqtable.html#setRowStretchable">setRowStretchable</a>() -<li><a href="ntqtable.html#setSelectionMode">setSelectionMode</a>() -<li><a href="ntqtable.html#setShowGrid">setShowGrid</a>() +<li><a href="tqtable.html#setRowHeight">setRowHeight</a>() +<li><a href="tqtable.html#setRowLabels">setRowLabels</a>() +<li><a href="tqtable.html#setRowMovingEnabled">setRowMovingEnabled</a>() +<li><a href="tqtable.html#setRowReadOnly">setRowReadOnly</a>() +<li><a href="tqtable.html#setRowStretchable">setRowStretchable</a>() +<li><a href="tqtable.html#setSelectionMode">setSelectionMode</a>() +<li><a href="tqtable.html#setShowGrid">setShowGrid</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqdatatable.html#setSize">setSize</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="tqdatatable.html#setSort">setSort</a>() -<li><a href="ntqtable.html#setSorting">setSorting</a>() +<li><a href="tqtable.html#setSorting">setSorting</a>() <li><a href="tqdatatable.html#setSqlCursor">setSqlCursor</a>() <li><a href="tqscrollview.html#setStaticBackground">setStaticBackground</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqtable.html#setText">setText</a>() -<li><a href="ntqtable.html#setTopMargin">setTopMargin</a>() +<li><a href="tqtable.html#setText">setText</a>() +<li><a href="tqtable.html#setTopMargin">setTopMargin</a>() <li><a href="tqdatatable.html#setTrueText">setTrueText</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() @@ -498,14 +498,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setWindowState">setWindowState</a>() <li><a href="tqwidget.html#show">show</a>() <li><a href="tqscrollview.html#showChild">showChild</a>() -<li><a href="ntqtable.html#showColumn">showColumn</a>() +<li><a href="tqtable.html#showColumn">showColumn</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() -<li><a href="ntqtable.html#showGrid">showGrid</a>() +<li><a href="tqtable.html#showGrid">showGrid</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() <li><a href="tqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqtable.html#showRow">showRow</a>() +<li><a href="tqtable.html#showRow">showRow</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqwidget.html#size">size</a>() <li><a href="tqwidget.html#sizeHint">sizeHint</a>() @@ -515,18 +515,18 @@ body { background: #ffffff; color: black; } <li><a href="tqdatatable.html#sortAscending">sortAscending</a>() <li><a href="tqdatatable.html#sortColumn">sortColumn</a>() <li><a href="tqdatatable.html#sortDescending">sortDescending</a>() -<li><a href="ntqtable.html#sorting">sorting</a>() +<li><a href="tqtable.html#sorting">sorting</a>() <li><a href="tqdatatable.html#sqlCursor">sqlCursor</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqtable.html#startDrag">startDrag</a>() +<li><a href="tqtable.html#startDrag">startDrag</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() -<li><a href="ntqtable.html#swapCells">swapCells</a>() -<li><a href="ntqtable.html#swapColumns">swapColumns</a>() -<li><a href="ntqtable.html#swapRows">swapRows</a>() +<li><a href="tqtable.html#swapCells">swapCells</a>() +<li><a href="tqtable.html#swapColumns">swapColumns</a>() +<li><a href="tqtable.html#swapRows">swapRows</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() -<li><a href="ntqtable.html#takeItem">takeItem</a>() +<li><a href="tqtable.html#takeItem">takeItem</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() <li><a href="tqdatatable.html#text">text</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() @@ -539,17 +539,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#unsetFont">unsetFont</a>() <li><a href="tqwidget.html#unsetPalette">unsetPalette</a>() <li><a href="tqwidget.html#update">update</a>() -<li><a href="ntqtable.html#updateCell">updateCell</a>() +<li><a href="tqtable.html#updateCell">updateCell</a>() <li><a href="tqscrollview.html#updateContents">updateContents</a>() <li><a href="tqdatatable.html#updateCurrent">updateCurrent</a>() <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() -<li><a href="ntqtable.html#updateHeaderStates">updateHeaderStates</a>() +<li><a href="tqtable.html#updateHeaderStates">updateHeaderStates</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() <li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() <li><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</a>() <li><a href="tqdatatable.html#value">value</a>() -<li><a href="ntqtable.html#valueChanged">valueChanged</a>() -<li><a href="ntqtable.html#verticalHeader">verticalHeader</a>() +<li><a href="tqtable.html#valueChanged">valueChanged</a>() +<li><a href="tqtable.html#verticalHeader">verticalHeader</a>() <li><a href="tqscrollview.html#verticalScrollBar">verticalScrollBar</a>() <li><a href="tqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() <li><a href="tqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() diff --git a/doc/html/tqdatatable.html b/doc/html/tqdatatable.html index dbc0c092f..dc1225550 100644 --- a/doc/html/tqdatatable.html +++ b/doc/html/tqdatatable.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQDataTable class provides a flexible SQL table widget that supports browsing and editing. <a href="#details">More...</a> <p><tt>#include <<a href="tqdatatable-h.html">tqdatatable.h</a>></tt> -<p>Inherits <a href="ntqtable.html">TQTable</a>. +<p>Inherits <a href="tqtable.html">TQTable</a>. <p><a href="tqdatatable-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -158,9 +158,9 @@ fetched from the database on an as-needed basis with the scrollbar becoming more accurate as the user scrolls down through the records. This allows extremely large queries to be displayed as quickly as possible, with minimum memory usage. -<p> TQDataTable inherits <a href="ntqtable.html">TQTable</a>'s API and extends it with functions to +<p> TQDataTable inherits <a href="tqtable.html">TQTable</a>'s API and extends it with functions to sort and filter the data and sort columns. See <a href="#setSqlCursor">setSqlCursor</a>(), -<a href="#setFilter">setFilter</a>(), <a href="#setSort">setSort</a>(), <a href="ntqtable.html#setSorting">setSorting</a>(), <a href="#sortColumn">sortColumn</a>() and <a href="#refresh">refresh</a>(). +<a href="#setFilter">setFilter</a>(), <a href="#setSort">setSort</a>(), <a href="tqtable.html#setSorting">setSorting</a>(), <a href="#sortColumn">sortColumn</a>() and <a href="#refresh">refresh</a>(). <p> When displaying editable cursors, cell editing will be enabled. (For more information on editable cursors, see <a href="tqsqlcursor.html">TQSqlCursor</a>). TQDataTable can be used to modify existing data and to add new @@ -276,7 +276,7 @@ cursor will be refreshed before the column width is calculated. Be aware that this function may be slow on tables that contain large result sets. -<p>Reimplemented from <a href="ntqtable.html#adjustColumn">TQTable</a>. +<p>Reimplemented from <a href="tqtable.html#adjustColumn">TQTable</a>. <h3 class=fn>bool <a name="autoDelete"></a>TQDataTable::autoDelete () const </h3> Returns TRUE if the table will automatically delete the cursor @@ -329,7 +329,7 @@ cursor, nothing happens. <a href="tqsqlcursor.html#editBuffer">TQSqlCursor::editBuffer</a>()). <p> <em>row</em> and <em>col</em> refer to the row and column in the TQDataTable. <p> (<em>replace</em> is provided for reimplementors and reflects the API of -<a href="ntqtable.html#beginEdit">TQTable::beginEdit</a>().) +<a href="tqtable.html#beginEdit">TQTable::beginEdit</a>().) <h3 class=fn><a href="tqsql.html#Confirm-enum">TQSql::Confirm</a> <a name="confirmCancel"></a>TQDataTable::confirmCancel ( <a href="tqsql.html#Op-enum">TQSql::Op</a> m )<tt> [virtual protected]</tt> </h3> @@ -466,11 +466,11 @@ See the <a href="tqdatatable.html#nullText-prop">"nullText"</a> property for det <h3 class=fn>int <a name="numCols"></a>TQDataTable::numCols () const<tt> [virtual]</tt> </h3><p>Returns the number of columns in the table. See the <a href="tqdatatable.html#numCols-prop">"numCols"</a> property for details. -<p>Reimplemented from <a href="ntqtable.html#numCols">TQTable</a>. +<p>Reimplemented from <a href="tqtable.html#numCols">TQTable</a>. <h3 class=fn>int <a name="numRows"></a>TQDataTable::numRows () const<tt> [virtual]</tt> </h3><p>Returns the number of rows in the table. See the <a href="tqdatatable.html#numRows-prop">"numRows"</a> property for details. -<p>Reimplemented from <a href="ntqtable.html#numRows">TQTable</a>. +<p>Reimplemented from <a href="tqtable.html#numRows">TQTable</a>. <h3 class=fn>void <a name="paintField"></a>TQDataTable::paintField ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a> * field, const <a href="tqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual protected]</tt> </h3> Paints the <em>field</em> on the painter <em>p</em>. The painter has already @@ -556,13 +556,13 @@ header; by default there is no icon. <h3 class=fn>void <a name="setColumnWidth"></a>TQDataTable::setColumnWidth ( int col, int w )<tt> [virtual slot]</tt> </h3> -Sets the column <em>col</em> to the width <em>w</em>. Note that unlike <a href="ntqtable.html">TQTable</a> +Sets the column <em>col</em> to the width <em>w</em>. Note that unlike <a href="tqtable.html">TQTable</a> the TQDataTable is not immediately redrawn, you must call <a href="#refresh">refresh</a>(TQDataTable::RefreshColumns) yourself. <p> <p>See also <a href="#refresh">refresh</a>(). -<p>Reimplemented from <a href="ntqtable.html#setColumnWidth">TQTable</a>. +<p>Reimplemented from <a href="tqtable.html#setColumnWidth">TQTable</a>. <h3 class=fn>void <a name="setConfirmCancels"></a>TQDataTable::setConfirmCancels ( bool confirm )<tt> [virtual]</tt> </h3><p>Sets whether the data table confirms cancel operations to <em>confirm</em>. See the <a href="tqdatatable.html#confirmCancels-prop">"confirmCancels"</a> property for details. @@ -619,7 +619,7 @@ default is FALSE), the table will take ownership of the <em>cursor</em> and delete it when appropriate. If the <em>cursor</em> is read-only, the table becomes read-only. The table adopts the cursor's driver's definition for representing NULL values as strings. -<p> <p>See also <a href="#refresh">refresh</a>(), <a href="ntqtable.html#readOnly-prop">readOnly</a>, <a href="#setAutoDelete">setAutoDelete</a>(), and <a href="tqsqldriver.html#nullText">TQSqlDriver::nullText</a>(). +<p> <p>See also <a href="#refresh">refresh</a>(), <a href="tqtable.html#readOnly-prop">readOnly</a>, <a href="#setAutoDelete">setAutoDelete</a>(), and <a href="tqsqldriver.html#nullText">TQSqlDriver::nullText</a>(). <h3 class=fn>void <a name="setTrueText"></a>TQDataTable::setTrueText ( const <a href="tqstring.html">TQString</a> & trueText )<tt> [virtual]</tt> </h3><p>Sets the text used to represent true values to <em>trueText</em>. @@ -630,7 +630,7 @@ See the <a href="tqdatatable.html#sort-prop">"sort"</a> property for details. <h3 class=fn>void <a name="sortAscending"></a>TQDataTable::sortAscending ( int col )<tt> [virtual slot]</tt> </h3> Sorts column <em>col</em> in ascending order. -<p> <p>See also <a href="ntqtable.html#sorting-prop">sorting</a>. +<p> <p>See also <a href="tqtable.html#sorting-prop">sorting</a>. <h3 class=fn>void <a name="sortColumn"></a>TQDataTable::sortColumn ( int col, bool ascending = TRUE, bool wholeRows = FALSE )<tt> [virtual]</tt> </h3> @@ -639,11 +639,11 @@ Sorts column <em>col</em> in ascending order if <em>ascending</em> is TRUE <p> The <em>wholeRows</em> parameter is ignored; TQDataTable always sorts whole rows by the specified column. -<p>Reimplemented from <a href="ntqtable.html#sortColumn">TQTable</a>. +<p>Reimplemented from <a href="tqtable.html#sortColumn">TQTable</a>. <h3 class=fn>void <a name="sortDescending"></a>TQDataTable::sortDescending ( int col )<tt> [virtual slot]</tt> </h3> Sorts column <em>col</em> in descending order. -<p> <p>See also <a href="ntqtable.html#sorting-prop">sorting</a>. +<p> <p>See also <a href="tqtable.html#sorting-prop">sorting</a>. <h3 class=fn><a href="tqsqlcursor.html">TQSqlCursor</a> * <a name="sqlCursor"></a>TQDataTable::sqlCursor () const </h3> @@ -656,7 +656,7 @@ cell is empty. If the cell's value is NULL then <a href="#nullText">nullText</a> returned. If the cell does not exist then <a href="tqstring.html#TQString-null">TQString::null</a> is returned. -<p>Reimplemented from <a href="ntqtable.html#text">TQTable</a>. +<p>Reimplemented from <a href="tqtable.html#text">TQTable</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="trueText"></a>TQDataTable::trueText () const </h3><p>Returns the text used to represent true values. See the <a href="tqdatatable.html#trueText-prop">"trueText"</a> property for details. diff --git a/doc/html/tqdialog.html b/doc/html/tqdialog.html index d3483c2c9..91a26d6b2 100644 --- a/doc/html/tqdialog.html +++ b/doc/html/tqdialog.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqdialog-h.html">tqdialog.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p>Inherited by <a href="tqcolordialog.html">TQColorDialog</a>, <a href="ntqerrormessage.html">TQErrorMessage</a>, <a href="tqfiledialog.html">TQFileDialog</a>, <a href="tqfontdialog.html">TQFontDialog</a>, <a href="ntqinputdialog.html">TQInputDialog</a>, <a href="ntqmessagebox.html">TQMessageBox</a>, <a href="qmotifdialog.html">TQMotifDialog</a>, <a href="ntqprogressdialog.html">TQProgressDialog</a>, <a href="ntqtabdialog.html">TQTabDialog</a>, and <a href="ntqwizard.html">TQWizard</a>. +<p>Inherited by <a href="tqcolordialog.html">TQColorDialog</a>, <a href="ntqerrormessage.html">TQErrorMessage</a>, <a href="tqfiledialog.html">TQFileDialog</a>, <a href="tqfontdialog.html">TQFontDialog</a>, <a href="ntqinputdialog.html">TQInputDialog</a>, <a href="ntqmessagebox.html">TQMessageBox</a>, <a href="qmotifdialog.html">TQMotifDialog</a>, <a href="tqprogressdialog.html">TQProgressDialog</a>, <a href="tqtabdialog.html">TQTabDialog</a>, and <a href="tqwizard.html">TQWizard</a>. <p><a href="tqdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -114,7 +114,7 @@ the user must have the ability to interact with the dialog, e.g. to cancel a long running operation. If you use show() and setModal(TRUE) together you must call <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>() periodically during processing to -enable the user to interact with the dialog. (See <a href="ntqprogressdialog.html">TQProgressDialog</a>.) +enable the user to interact with the dialog. (See <a href="tqprogressdialog.html">TQProgressDialog</a>.) <p> <a name="modeless"></a> <h3> Modeless Dialogs </h3> @@ -198,7 +198,7 @@ event loop. </pre><pre> <a name="x2132"></a> return a.<a href="ntqapplication.html#exec">exec</a>(); } </pre> -<p> <p>See also <a href="ntqtabdialog.html">TQTabDialog</a>, <a href="tqwidget.html">TQWidget</a>, <a href="ntqprogressdialog.html">TQProgressDialog</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Dialogs, Standard</a>, <a href="abstractwidgets.html">Abstract Widget Classes</a>, and <a href="dialogs.html">Dialog Classes</a>. +<p> <p>See also <a href="tqtabdialog.html">TQTabDialog</a>, <a href="tqwidget.html">TQWidget</a>, <a href="tqprogressdialog.html">TQProgressDialog</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Dialogs, Standard</a>, <a href="abstractwidgets.html">Abstract Widget Classes</a>, and <a href="dialogs.html">Dialog Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="DialogCode-enum"></a>TQDialog::DialogCode</h3> @@ -322,7 +322,7 @@ of the <a href="#modal-prop">modal</a> property. </h3> If <em>showIt</em> is TRUE, the dialog's extension is shown; otherwise the extension is hidden. -<p> This slot is usually connected to the <a href="ntqbutton.html#toggled">TQButton::toggled</a>() signal +<p> This slot is usually connected to the <a href="tqbutton.html#toggled">TQButton::toggled</a>() signal of a <a href="tqpushbutton.html">TQPushButton</a>. <p> A dialog with a visible extension is not resizeable. <p> <p>See also <a href="#show">show</a>(), <a href="#setExtension">setExtension</a>(), and <a href="#setOrientation">setOrientation</a>(). diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html index cc84fea51..f1a96f07e 100644 --- a/doc/html/tqdir-example.html +++ b/doc/html/tqdir-example.html @@ -56,8 +56,8 @@ body { background: #ffffff; color: black; } #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> -#include <<a href="qheader-h.html">ntqheader.h</a>> +#include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> +#include <<a href="tqheader-h.html">tqheader.h</a>> #include <<a href="tqevent-h.html">tqevent.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> @@ -146,7 +146,7 @@ void <a name="f496"></a>PixmapView::setPixmap( const <a href="tqpixmap.html">TQP <a name="f497"></a>Preview::Preview( <a href="tqwidget.html">TQWidget</a> *parent ) : <a href="tqwidgetstack.html">TQWidgetStack</a>( parent ) { - normalText = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this ); + normalText = new <a href="tqmultilineedit.html">TQMultiLineEdit</a>( this ); <a name="x1845"></a> normalText-><a href="tqtextedit.html#setReadOnly">setReadOnly</a>( TRUE ); html = new <a href="tqtextview.html">TQTextView</a>( this ); pixmap = new PixmapView( this ); @@ -226,8 +226,8 @@ void <a name="f500"></a>PreviewWidget::previewUrl( const <a href="tqurl.html">TQ <a href="tqfiledialog.html#setDir">setDir</a>( "/" ); dirView = new DirectoryView( this, 0, TRUE ); -<a name="x1827"></a> dirView-><a href="ntqlistview.html#addColumn">addColumn</a>( "" ); -<a name="x1828"></a> dirView-><a href="ntqlistview.html#header">header</a>()->hide(); +<a name="x1827"></a> dirView-><a href="tqlistview.html#addColumn">addColumn</a>( "" ); +<a name="x1828"></a> dirView-><a href="tqlistview.html#header">header</a>()->hide(); ::Directory *root = new ::Directory( dirView, "/" ); root->setOpen( TRUE ); <a name="x1853"></a> dirView-><a href="tqwidget.html#setFixedWidth">setFixedWidth</a>( 150 ); @@ -235,7 +235,7 @@ void <a name="f500"></a>PreviewWidget::previewUrl( const <a href="tqurl.html">TQ <a href="tqfiledialog.html#addLeftWidget">addLeftWidget</a>( dirView ); <a href="tqpushbutton.html">TQPushButton</a> *p = new <a href="tqpushbutton.html">TQPushButton</a>( this ); -<a name="x1811"></a> p-><a href="ntqbutton.html#setPixmap">setPixmap</a>( TQPixmap( bookmarks ) ); +<a name="x1811"></a> p-><a href="tqbutton.html#setPixmap">setPixmap</a>( TQPixmap( bookmarks ) ); <a name="x1848"></a> TQToolTip::<a href="tqtooltip.html#add">add</a>( p, tr( "Bookmarks" ) ); bookmarkMenu = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); @@ -267,8 +267,8 @@ void <a name="f500"></a>PreviewWidget::previewUrl( const <a href="tqurl.html">TQ <a href="tqtoolbutton.html">TQToolButton</a> *b = new <a href="tqtoolbutton.html">TQToolButton</a>( this ); TQToolTip::<a href="tqtooltip.html#add">add</a>( b, tr( "Go Home!" ) ); - b-><a href="ntqbutton.html#setPixmap">setPixmap</a>( TQPixmap( home ) ); - <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), + b-><a href="tqbutton.html#setPixmap">setPixmap</a>( TQPixmap( home ) ); + <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( goHome() ) ); <a href="tqfiledialog.html#addToolButton">addToolButton</a>( b ); diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html index 1c272778d..d04b17dcf 100644 --- a/doc/html/tqevent.html +++ b/doc/html/tqevent.html @@ -36,7 +36,7 @@ event classes. Event objects contain event parameters. <a href="#details">More...</a> <p><tt>#include <<a href="tqevent-h.html">tqevent.h</a>></tt> <p>Inherits <a href="ntqt.html">TQt</a>. -<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="qtabletevent.html">TQTabletEvent</a>, <a href="qkeyevent.html">TQKeyEvent</a>, <a href="qfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="qmoveevent.html">TQMoveEvent</a>, <a href="qresizeevent.html">TQResizeEvent</a>, <a href="qcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="qhideevent.html">TQHideEvent</a>, <a href="qcontextmenuevent.html">TQContextMenuEvent</a>, <a href="qimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="qchildevent.html">TQChildEvent</a>, and <a href="qcustomevent.html">TQCustomEvent</a>. +<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="tqtabletevent.html">TQTabletEvent</a>, <a href="qkeyevent.html">TQKeyEvent</a>, <a href="qfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="qmoveevent.html">TQMoveEvent</a>, <a href="qresizeevent.html">TQResizeEvent</a>, <a href="qcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="qhideevent.html">TQHideEvent</a>, <a href="qcontextmenuevent.html">TQContextMenuEvent</a>, <a href="qimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="qchildevent.html">TQChildEvent</a>, and <a href="qcustomevent.html">TQCustomEvent</a>. <p><a href="tqevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/tqfiledialog.html b/doc/html/tqfiledialog.html index 29e8d2f48..b650493e0 100644 --- a/doc/html/tqfiledialog.html +++ b/doc/html/tqfiledialog.html @@ -343,7 +343,7 @@ Adds the widget <em>w</em> to the left-hand side of the file dialog. Adds the widget <em>w</em> to the right-hand side of the file dialog. <p> <p>See also <a href="#addLeftWidget">addLeftWidget</a>(), <a href="#addWidgets">addWidgets</a>(), and <a href="#addToolButton">addToolButton</a>(). -<h3 class=fn>void <a name="addToolButton"></a>TQFileDialog::addToolButton ( <a href="ntqbutton.html">TQButton</a> * b, bool separator = FALSE )<tt> [protected]</tt> +<h3 class=fn>void <a name="addToolButton"></a>TQFileDialog::addToolButton ( <a href="tqbutton.html">TQButton</a> * b, bool separator = FALSE )<tt> [protected]</tt> </h3> Adds the tool button <em>b</em> to the row of tool buttons at the top of the file dialog. The button is appended to the right of diff --git a/doc/html/qframe-h.html b/doc/html/tqframe-h.html index d6c64dda0..69ad70242 100644 --- a/doc/html/qframe-h.html +++ b/doc/html/tqframe-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqframe.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqframe.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqframe.h Include File</title> +<title>tqframe.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqframe.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqframe.h</h1> -<p>This is the verbatim text of the ntqframe.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqframe.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqframe.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqframe.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQFrame widget class ** diff --git a/doc/html/qframe-members.html b/doc/html/tqframe-members.html index c1703b48f..c1342193a 100644 --- a/doc/html/qframe-members.html +++ b/doc/html/tqframe-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqframe.h:47 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqframe.h:47 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,10 +32,10 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQFrame</h1> <p>This is the complete list of member functions for -<a href="ntqframe.html">TQFrame</a>, including inherited members. +<a href="tqframe.html">TQFrame</a>, including inherited members. <ul> -<li><a href="ntqframe.html#TQFrame">TQFrame</a>() +<li><a href="tqframe.html#TQFrame">TQFrame</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() @@ -66,7 +66,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -80,8 +80,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -106,14 +106,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -166,7 +166,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -175,14 +175,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -200,7 +200,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -224,7 +224,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -248,24 +248,24 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/ntqframe.html b/doc/html/tqframe.html index 495136e64..c6f14b7ea 100644 --- a/doc/html/ntqframe.html +++ b/doc/html/tqframe.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qframe.cpp:46 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqframe.cpp:46 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,10 +33,10 @@ body { background: #ffffff; color: black; } <p>The TQFrame class is the base class of widgets that can have a frame. <a href="#details">More...</a> -<p><tt>#include <<a href="qframe-h.html">ntqframe.h</a>></tt> +<p><tt>#include <<a href="tqframe-h.html">tqframe.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p>Inherited by <a href="ntqgroupbox.html">TQGroupBox</a>, <a href="tqscrollview.html">TQScrollView</a>, <a href="ntqdockwindow.html">TQDockWindow</a>, <a href="ntqgrid.html">TQGrid</a>, <a href="ntqhbox.html">TQHBox</a>, <a href="tqlabel.html">TQLabel</a>, <a href="tqlcdnumber.html">TQLCDNumber</a>, <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqmenubar.html">TQMenuBar</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="ntqprogressbar.html">TQProgressBar</a>, <a href="ntqsplitter.html">TQSplitter</a>, <a href="tqtoolbox.html">TQToolBox</a>, and <a href="tqwidgetstack.html">TQWidgetStack</a>. -<p><a href="qframe-members.html">List of all member functions.</a> +<p>Inherited by <a href="ntqgroupbox.html">TQGroupBox</a>, <a href="tqscrollview.html">TQScrollView</a>, <a href="ntqdockwindow.html">TQDockWindow</a>, <a href="tqgrid.html">TQGrid</a>, <a href="ntqhbox.html">TQHBox</a>, <a href="tqlabel.html">TQLabel</a>, <a href="tqlcdnumber.html">TQLCDNumber</a>, <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqmenubar.html">TQMenuBar</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="tqprogressbar.html">TQProgressBar</a>, <a href="ntqsplitter.html">TQSplitter</a>, <a href="tqtoolbox.html">TQToolBox</a>, and <a href="tqwidgetstack.html">TQWidgetStack</a>. +<p><a href="tqframe-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQFrame"><b>TQFrame</b></a> ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )</li> @@ -88,14 +88,14 @@ fill in the frame. This function is reimplemented by subclasses. There are also two other less useful functions: <a href="#drawFrame">drawFrame</a>() and <a href="#frameChanged">frameChanged</a>(). <p> <a href="tqpopupmenu.html">TQPopupMenu</a> uses this to "raise" the menu above the surrounding -screen. <a href="ntqprogressbar.html">TQProgressBar</a> has a "sunken" look. <a href="tqlabel.html">TQLabel</a> has a flat look. +screen. <a href="tqprogressbar.html">TQProgressBar</a> has a "sunken" look. <a href="tqlabel.html">TQLabel</a> has a flat look. The frames of widgets like these can be changed. <p> <pre> <a href="tqlabel.html">TQLabel</a> label(...); label.<a href="#setFrameStyle">setFrameStyle</a>( TQFrame::<a href="#Shape-enum">Panel</a> | TQFrame::<a href="#Shadow-enum">Raised</a> ); label.<a href="#setLineWidth">setLineWidth</a>( 2 ); - <a href="ntqprogressbar.html">TQProgressBar</a> pbar(...); + <a href="tqprogressbar.html">TQProgressBar</a> pbar(...); label.<a href="#setFrameStyle">setFrameStyle</a>( TQFrame::<a href="#Shape-enum">NoFrame</a> ); </pre> @@ -183,7 +183,7 @@ Constructs a frame widget with frame style <a href="#Shape-enum">NoFrame</a> and <h3 class=fn><a href="tqrect.html">TQRect</a> <a name="contentsRect"></a>TQFrame::contentsRect () const </h3><p>Returns the rectangle inside the frame. -See the <a href="ntqframe.html#contentsRect-prop">"contentsRect"</a> property for details. +See the <a href="tqframe.html#contentsRect-prop">"contentsRect"</a> property for details. <h3 class=fn>void <a name="drawContents"></a>TQFrame::drawContents ( <a href="tqpainter.html">TQPainter</a> * )<tt> [virtual protected]</tt> </h3> Virtual function that draws the contents of the frame. @@ -218,13 +218,13 @@ when the frame attributes change. <h3 class=fn><a href="tqrect.html">TQRect</a> <a name="frameRect"></a>TQFrame::frameRect () const </h3><p>Returns the frame rectangle. -See the <a href="ntqframe.html#frameRect-prop">"frameRect"</a> property for details. -<h3 class=fn><a href="ntqframe.html#Shadow-enum">Shadow</a> <a name="frameShadow"></a>TQFrame::frameShadow () const +See the <a href="tqframe.html#frameRect-prop">"frameRect"</a> property for details. +<h3 class=fn><a href="tqframe.html#Shadow-enum">Shadow</a> <a name="frameShadow"></a>TQFrame::frameShadow () const </h3><p>Returns the frame shadow value from the frame style. -See the <a href="ntqframe.html#frameShadow-prop">"frameShadow"</a> property for details. -<h3 class=fn><a href="ntqframe.html#Shape-enum">Shape</a> <a name="frameShape"></a>TQFrame::frameShape () const +See the <a href="tqframe.html#frameShadow-prop">"frameShadow"</a> property for details. +<h3 class=fn><a href="tqframe.html#Shape-enum">Shape</a> <a name="frameShape"></a>TQFrame::frameShape () const </h3><p>Returns the frame shape value from the frame style. -See the <a href="ntqframe.html#frameShape-prop">"frameShape"</a> property for details. +See the <a href="tqframe.html#frameShape-prop">"frameShape"</a> property for details. <h3 class=fn>int <a name="frameStyle"></a>TQFrame::frameStyle () const </h3> @@ -235,16 +235,16 @@ See the <a href="ntqframe.html#frameShape-prop">"frameShape"</a> property for de <p>Example: <a href="scrollview-example.html#x622">scrollview/scrollview.cpp</a>. <h3 class=fn>int <a name="frameWidth"></a>TQFrame::frameWidth () const </h3><p>Returns the width of the frame that is drawn. -See the <a href="ntqframe.html#frameWidth-prop">"frameWidth"</a> property for details. +See the <a href="tqframe.html#frameWidth-prop">"frameWidth"</a> property for details. <h3 class=fn>int <a name="lineWidth"></a>TQFrame::lineWidth () const </h3><p>Returns the line width. -See the <a href="ntqframe.html#lineWidth-prop">"lineWidth"</a> property for details. +See the <a href="tqframe.html#lineWidth-prop">"lineWidth"</a> property for details. <h3 class=fn>int <a name="margin"></a>TQFrame::margin () const </h3><p>Returns the width of the margin. -See the <a href="ntqframe.html#margin-prop">"margin"</a> property for details. +See the <a href="tqframe.html#margin-prop">"margin"</a> property for details. <h3 class=fn>int <a name="midLineWidth"></a>TQFrame::midLineWidth () const </h3><p>Returns the width of the mid-line. -See the <a href="ntqframe.html#midLineWidth-prop">"midLineWidth"</a> property for details. +See the <a href="tqframe.html#midLineWidth-prop">"midLineWidth"</a> property for details. <h3 class=fn>void <a name="paintEvent"></a>TQFrame::paintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a> * event )<tt> [virtual protected]</tt> </h3> Processes the paint event <em>event</em>. @@ -267,13 +267,13 @@ rectangle is elastic, and the surrounding area is static. <p>Reimplemented from <a href="tqwidget.html#resizeEvent">TQWidget</a>. <h3 class=fn>void <a name="setFrameRect"></a>TQFrame::setFrameRect ( const <a href="tqrect.html">TQRect</a> & )<tt> [virtual]</tt> </h3><p>Sets the frame rectangle. -See the <a href="ntqframe.html#frameRect-prop">"frameRect"</a> property for details. -<h3 class=fn>void <a name="setFrameShadow"></a>TQFrame::setFrameShadow ( <a href="ntqframe.html#Shadow-enum">Shadow</a> ) +See the <a href="tqframe.html#frameRect-prop">"frameRect"</a> property for details. +<h3 class=fn>void <a name="setFrameShadow"></a>TQFrame::setFrameShadow ( <a href="tqframe.html#Shadow-enum">Shadow</a> ) </h3><p>Sets the frame shadow value from the frame style. -See the <a href="ntqframe.html#frameShadow-prop">"frameShadow"</a> property for details. -<h3 class=fn>void <a name="setFrameShape"></a>TQFrame::setFrameShape ( <a href="ntqframe.html#Shape-enum">Shape</a> ) +See the <a href="tqframe.html#frameShadow-prop">"frameShadow"</a> property for details. +<h3 class=fn>void <a name="setFrameShape"></a>TQFrame::setFrameShape ( <a href="tqframe.html#Shape-enum">Shape</a> ) </h3><p>Sets the frame shape value from the frame style. -See the <a href="ntqframe.html#frameShape-prop">"frameShape"</a> property for details. +See the <a href="tqframe.html#frameShape-prop">"frameShape"</a> property for details. <h3 class=fn>void <a name="setFrameStyle"></a>TQFrame::setFrameStyle ( int style )<tt> [virtual]</tt> </h3> Sets the frame style to <em>style</em>. @@ -290,13 +290,13 @@ drawing middle lines. <p>Examples: <a href="cursor-example.html#x1114">cursor/cursor.cpp</a>, <a href="layout-example.html#x531">layout/layout.cpp</a>, <a href="listboxcombo-example.html#x1401">listboxcombo/listboxcombo.cpp</a>, <a href="rangecontrols-example.html#x1381">rangecontrols/rangecontrols.cpp</a>, <a href="scrollview-example.html#x626">scrollview/scrollview.cpp</a>, <a href="tabdialog-example.html#x52">tabdialog/tabdialog.cpp</a>, and <a href="tictac-example.html#x24">tictac/tictac.cpp</a>. <h3 class=fn>void <a name="setLineWidth"></a>TQFrame::setLineWidth ( int )<tt> [virtual]</tt> </h3><p>Sets the line width. -See the <a href="ntqframe.html#lineWidth-prop">"lineWidth"</a> property for details. +See the <a href="tqframe.html#lineWidth-prop">"lineWidth"</a> property for details. <h3 class=fn>void <a name="setMargin"></a>TQFrame::setMargin ( int )<tt> [virtual]</tt> </h3><p>Sets the width of the margin. -See the <a href="ntqframe.html#margin-prop">"margin"</a> property for details. +See the <a href="tqframe.html#margin-prop">"margin"</a> property for details. <h3 class=fn>void <a name="setMidLineWidth"></a>TQFrame::setMidLineWidth ( int )<tt> [virtual]</tt> </h3><p>Sets the width of the mid-line. -See the <a href="ntqframe.html#midLineWidth-prop">"midLineWidth"</a> property for details. +See the <a href="tqframe.html#midLineWidth-prop">"midLineWidth"</a> property for details. <hr><h2>Property Documentation</h2> <h3 class=fn><a href="tqrect.html">TQRect</a> <a name="contentsRect-prop"></a>contentsRect</h3> <p>This property holds the rectangle inside the frame. @@ -313,12 +313,12 @@ the <a href="tqwidget.html#rect">widget rectangle</a>. <p> <p>See also <a href="#contentsRect-prop">contentsRect</a>. <p>Set this property's value with <a href="#setFrameRect">setFrameRect</a>() and get this property's value with <a href="#frameRect">frameRect</a>(). -<h3 class=fn><a href="ntqframe.html#Shadow-enum">Shadow</a> <a name="frameShadow-prop"></a>frameShadow</h3> +<h3 class=fn><a href="tqframe.html#Shadow-enum">Shadow</a> <a name="frameShadow-prop"></a>frameShadow</h3> <p>This property holds the frame shadow value from the frame style. <p>Set this property's value with <a href="#setFrameShadow">setFrameShadow</a>() and get this property's value with <a href="#frameShadow">frameShadow</a>(). <p><p>See also <a href="#frameStyle">frameStyle</a>() and <a href="#frameShape-prop">frameShape</a>. -<h3 class=fn><a href="ntqframe.html#Shape-enum">Shape</a> <a name="frameShape-prop"></a>frameShape</h3> +<h3 class=fn><a href="tqframe.html#Shape-enum">Shape</a> <a name="frameShape-prop"></a>frameShape</h3> <p>This property holds the frame shape value from the frame style. <p>Set this property's value with <a href="#setFrameShape">setFrameShape</a>() and get this property's value with <a href="#frameShape">frameShape</a>(). <p><p>See also <a href="#frameStyle">frameStyle</a>() and <a href="#frameShadow-prop">frameShadow</a>. diff --git a/doc/html/tqftp.html b/doc/html/tqftp.html index 4cfc87703..705fab074 100644 --- a/doc/html/tqftp.html +++ b/doc/html/tqftp.html @@ -190,7 +190,7 @@ FTP server, you would write this: </pre> <p> The <a href="#dataTransferProgress">dataTransferProgress</a>() signal in the above example is useful -if you want to show a <a href="ntqprogressbar.html">progressbar</a> to +if you want to show a <a href="tqprogressbar.html">progressbar</a> to inform the user about the progress of the download. The <a href="#readyRead">readyRead</a>() signal tells you that there is data ready to be read. The amount of data can be queried then with the <a href="#bytesAvailable">bytesAvailable</a>() @@ -419,12 +419,12 @@ indicate the current progress of the download or upload. and <em>total</em> is the total amount of data to be read or written. It is possible that the TQFtp class is not able to determine the total amount of data that should be transferred, in which case <em>total</em> -is 0. (If you connect this signal to a <a href="ntqprogressbar.html">TQProgressBar</a>, the progress +is 0. (If you connect this signal to a <a href="tqprogressbar.html">TQProgressBar</a>, the progress bar shows a busy indicator if the total is 0). <p> <b>Warning:</b> <em>done</em> and <em>total</em> are not necessarily the size in bytes, since for large files these values might need to be "scaled" to avoid overflow. -<p> <p>See also <a href="#get">get</a>(), <a href="#put">put</a>(), and <a href="ntqprogressbar.html#progress-prop">TQProgressBar::progress</a>. +<p> <p>See also <a href="#get">get</a>(), <a href="#put">put</a>(), and <a href="tqprogressbar.html#progress-prop">TQProgressBar::progress</a>. <p>Example: <a href="ftpclient-example.html#x752">network/ftpclient/ftpmainwindow.ui.h</a>. <h3 class=fn>void <a name="done"></a>TQFtp::done ( bool error )<tt> [signal]</tt> diff --git a/doc/html/qgrid-h.html b/doc/html/tqgrid-h.html index e4d9b8815..40bdb9b78 100644 --- a/doc/html/qgrid-h.html +++ b/doc/html/tqgrid-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqgrid.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqgrid.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqgrid.h Include File</title> +<title>tqgrid.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqgrid.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqgrid.h</h1> -<p>This is the verbatim text of the ntqgrid.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqgrid.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqgrid.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqgrid.h 3.3.8 edited Jan 11 14:38 $ ** ** Copyright (C) 1992-2007 Trolltech ASA. All rights reserved. ** @@ -74,7 +74,7 @@ body { background: #ffffff; color: black; } #define TQGRID_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #endif // QT_H #ifndef TQT_NO_GRID diff --git a/doc/html/qgrid-m.png b/doc/html/tqgrid-m.png Binary files differindex 63a6ca53b..63a6ca53b 100644 --- a/doc/html/qgrid-m.png +++ b/doc/html/tqgrid-m.png diff --git a/doc/html/qgrid-members.html b/doc/html/tqgrid-members.html index f9fe0254c..8b07bf479 100644 --- a/doc/html/qgrid-members.html +++ b/doc/html/tqgrid-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqgrid.h:45 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqgrid.h:45 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,10 +32,10 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQGrid</h1> <p>This is the complete list of member functions for -<a href="ntqgrid.html">TQGrid</a>, including inherited members. +<a href="tqgrid.html">TQGrid</a>, including inherited members. <ul> -<li><a href="ntqgrid.html#TQGrid">TQGrid</a>() +<li><a href="tqgrid.html#TQGrid">TQGrid</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() @@ -66,7 +66,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -80,8 +80,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -106,14 +106,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -166,7 +166,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -175,14 +175,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -200,7 +200,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -224,7 +224,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -248,24 +248,24 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() @@ -279,7 +279,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() -<li><a href="ntqgrid.html#setSpacing">setSpacing</a>() +<li><a href="tqgrid.html#setSpacing">setSpacing</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() diff --git a/doc/html/ntqgrid.html b/doc/html/tqgrid.html index a096627ab..ae6bcb144 100644 --- a/doc/html/ntqgrid.html +++ b/doc/html/tqgrid.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qgrid.cpp:40 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqgrid.cpp:40 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQGrid widget provides simple geometry management of its children. <a href="#details">More...</a> -<p><tt>#include <<a href="qgrid-h.html">ntqgrid.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. -<p><a href="qgrid-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqgrid-h.html">tqgrid.h</a>></tt> +<p>Inherits <a href="tqframe.html">TQFrame</a>. +<p><a href="tqgrid-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQGrid"><b>TQGrid</b></a> ( int n, TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )</li> @@ -53,24 +53,24 @@ on its orientation. <p> The number of rows <em>or</em> columns is defined in the constructor. All the grid's children will be placed and sized in accordance with their <a href="tqwidget.html#sizeHint">sizeHint</a>() and <a href="tqwidget.html#sizePolicy">sizePolicy</a>(). -<p> Use <a href="ntqframe.html#setMargin">setMargin</a>() to add space around the grid itself, and +<p> Use <a href="tqframe.html#setMargin">setMargin</a>() to add space around the grid itself, and <a href="#setSpacing">setSpacing</a>() to add space between the widgets. -<p> <center><img src="qgrid-m.png" alt="TQGrid"></center> -<p> <p>See also <a href="ntqvbox.html">TQVBox</a>, <a href="ntqhbox.html">TQHBox</a>, <a href="qgridlayout.html">TQGridLayout</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. +<p> <center><img src="tqgrid-m.png" alt="TQGrid"></center> +<p> <p>See also <a href="ntqvbox.html">TQVBox</a>, <a href="ntqhbox.html">TQHBox</a>, <a href="tqgridlayout.html">TQGridLayout</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQGrid"></a>TQGrid::TQGrid ( int n, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a grid widget with parent <em>parent</em>, called <em>name</em>. <em>n</em> specifies the number of columns. The widget flags <em>f</em> are -passed to the <a href="ntqframe.html">TQFrame</a> constructor. +passed to the <a href="tqframe.html">TQFrame</a> constructor. <h3 class=fn><a name="TQGrid-2"></a>TQGrid::TQGrid ( int n, <a href="ntqt.html#Orientation-enum">Orientation</a> orient, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a grid widget with parent <em>parent</em>, called <em>name</em>. If <em>orient</em> is <a href="ntqt.html#Orientation-enum">Horizontal</a>, <em>n</em> specifies the number of columns. If <em>orient</em> is <a href="ntqt.html#Orientation-enum">Vertical</a>, <em>n</em> specifies the number of -rows. The widget flags <em>f</em> are passed to the <a href="ntqframe.html">TQFrame</a> constructor. +rows. The widget flags <em>f</em> are passed to the <a href="tqframe.html">TQFrame</a> constructor. <h3 class=fn>void <a name="setSpacing"></a>TQGrid::setSpacing ( int space ) </h3> diff --git a/doc/html/qgridlayout-members.html b/doc/html/tqgridlayout-members.html index d8e73e800..94d919f93 100644 --- a/doc/html/qgridlayout-members.html +++ b/doc/html/tqgridlayout-members.html @@ -32,34 +32,34 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQGridLayout</h1> <p>This is the complete list of member functions for -<a href="qgridlayout.html">TQGridLayout</a>, including inherited members. +<a href="tqgridlayout.html">TQGridLayout</a>, including inherited members. <ul> -<li><a href="qgridlayout.html#TQGridLayout">TQGridLayout</a>() -<li><a href="qgridlayout.html#~TQGridLayout">~TQGridLayout</a>() +<li><a href="tqgridlayout.html#TQGridLayout">TQGridLayout</a>() +<li><a href="tqgridlayout.html#~TQGridLayout">~TQGridLayout</a>() <li><a href="ntqlayout.html#activate">activate</a>() -<li><a href="qgridlayout.html#add">add</a>() +<li><a href="tqgridlayout.html#add">add</a>() <li><a href="ntqlayout.html#addChildLayout">addChildLayout</a>() -<li><a href="qgridlayout.html#addColSpacing">addColSpacing</a>() -<li><a href="qgridlayout.html#addItem">addItem</a>() -<li><a href="qgridlayout.html#addLayout">addLayout</a>() -<li><a href="qgridlayout.html#addMultiCell">addMultiCell</a>() -<li><a href="qgridlayout.html#addMultiCellLayout">addMultiCellLayout</a>() -<li><a href="qgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>() -<li><a href="qgridlayout.html#addRowSpacing">addRowSpacing</a>() -<li><a href="qgridlayout.html#addWidget">addWidget</a>() +<li><a href="tqgridlayout.html#addColSpacing">addColSpacing</a>() +<li><a href="tqgridlayout.html#addItem">addItem</a>() +<li><a href="tqgridlayout.html#addLayout">addLayout</a>() +<li><a href="tqgridlayout.html#addMultiCell">addMultiCell</a>() +<li><a href="tqgridlayout.html#addMultiCellLayout">addMultiCellLayout</a>() +<li><a href="tqgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>() +<li><a href="tqgridlayout.html#addRowSpacing">addRowSpacing</a>() +<li><a href="tqgridlayout.html#addWidget">addWidget</a>() <li><a href="qlayoutitem.html#alignment">alignment</a>() <li><a href="ntqlayout.html#alignmentRect">alignmentRect</a>() <li><a href="ntqlayout.html#autoAdd">autoAdd</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() -<li><a href="qgridlayout.html#cellGeometry">cellGeometry</a>() +<li><a href="tqgridlayout.html#cellGeometry">cellGeometry</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqobject.html#className">className</a>() -<li><a href="qgridlayout.html#colSpacing">colSpacing</a>() -<li><a href="qgridlayout.html#colStretch">colStretch</a>() +<li><a href="tqgridlayout.html#colSpacing">colSpacing</a>() +<li><a href="tqgridlayout.html#colStretch">colStretch</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() @@ -72,17 +72,17 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="tqobject.html#event">event</a>() <li><a href="tqobject.html#eventFilter">eventFilter</a>() -<li><a href="qgridlayout.html#expand">expand</a>() -<li><a href="qgridlayout.html#expanding">expanding</a>() -<li><a href="qgridlayout.html#findWidget">findWidget</a>() +<li><a href="tqgridlayout.html#expand">expand</a>() +<li><a href="tqgridlayout.html#expanding">expanding</a>() +<li><a href="tqgridlayout.html#findWidget">findWidget</a>() <li><a href="qlayoutitem.html#geometry">geometry</a>() -<li><a href="qgridlayout.html#hasHeightForWidth">hasHeightForWidth</a>() -<li><a href="qgridlayout.html#heightForWidth">heightForWidth</a>() +<li><a href="tqgridlayout.html#hasHeightForWidth">hasHeightForWidth</a>() +<li><a href="tqgridlayout.html#heightForWidth">heightForWidth</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="qgridlayout.html#invalidate">invalidate</a>() +<li><a href="tqgridlayout.html#invalidate">invalidate</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqlayout.html#isEmpty">isEmpty</a>() <li><a href="ntqlayout.html#isEnabled">isEnabled</a>() @@ -94,16 +94,16 @@ body { background: #ffffff; color: black; } <li><a href="qlayoutitem.html#layout">layout</a>() <li><a href="ntqlayout.html#mainWidget">mainWidget</a>() <li><a href="ntqlayout.html#margin">margin</a>() -<li><a href="qgridlayout.html#maximumSize">maximumSize</a>() +<li><a href="tqgridlayout.html#maximumSize">maximumSize</a>() <li><a href="ntqlayout.html#menuBar">menuBar</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() -<li><a href="qgridlayout.html#minimumSize">minimumSize</a>() +<li><a href="tqgridlayout.html#minimumSize">minimumSize</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="qgridlayout.html#numCols">numCols</a>() -<li><a href="qgridlayout.html#numRows">numRows</a>() +<li><a href="tqgridlayout.html#numCols">numCols</a>() +<li><a href="tqgridlayout.html#numRows">numRows</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() -<li><a href="qgridlayout.html#origin">origin</a>() +<li><a href="tqgridlayout.html#origin">origin</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() @@ -112,27 +112,27 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqlayout.html#removeItem">removeItem</a>() <li><a href="ntqlayout.html#resizeMode">resizeMode</a>() -<li><a href="qgridlayout.html#rowSpacing">rowSpacing</a>() -<li><a href="qgridlayout.html#rowStretch">rowStretch</a>() +<li><a href="tqgridlayout.html#rowSpacing">rowSpacing</a>() +<li><a href="tqgridlayout.html#rowStretch">rowStretch</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="qlayoutitem.html#setAlignment">setAlignment</a>() <li><a href="ntqlayout.html#setAutoAdd">setAutoAdd</a>() -<li><a href="qgridlayout.html#setColSpacing">setColSpacing</a>() -<li><a href="qgridlayout.html#setColStretch">setColStretch</a>() +<li><a href="tqgridlayout.html#setColSpacing">setColSpacing</a>() +<li><a href="tqgridlayout.html#setColStretch">setColStretch</a>() <li><a href="ntqlayout.html#setEnabled">setEnabled</a>() -<li><a href="qgridlayout.html#setGeometry">setGeometry</a>() +<li><a href="tqgridlayout.html#setGeometry">setGeometry</a>() <li><a href="ntqlayout.html#setMargin">setMargin</a>() <li><a href="ntqlayout.html#setMenuBar">setMenuBar</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="qgridlayout.html#setOrigin">setOrigin</a>() +<li><a href="tqgridlayout.html#setOrigin">setOrigin</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqlayout.html#setResizeMode">setResizeMode</a>() -<li><a href="qgridlayout.html#setRowSpacing">setRowSpacing</a>() -<li><a href="qgridlayout.html#setRowStretch">setRowStretch</a>() +<li><a href="tqgridlayout.html#setRowSpacing">setRowSpacing</a>() +<li><a href="tqgridlayout.html#setRowStretch">setRowStretch</a>() <li><a href="ntqlayout.html#setSpacing">setSpacing</a>() <li><a href="ntqlayout.html#setSupportsMargin">setSupportsMargin</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="qgridlayout.html#sizeHint">sizeHint</a>() +<li><a href="tqgridlayout.html#sizeHint">sizeHint</a>() <li><a href="qlayoutitem.html#spacerItem">spacerItem</a>() <li><a href="ntqlayout.html#spacing">spacing</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() diff --git a/doc/html/qgridlayout.html b/doc/html/tqgridlayout.html index c13757f62..094e71b22 100644 --- a/doc/html/qgridlayout.html +++ b/doc/html/tqgridlayout.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qlayout-h.html">ntqlayout.h</a>></tt> <p>Inherits <a href="ntqlayout.html">TQLayout</a>. -<p><a href="qgridlayout-members.html">List of all member functions.</a> +<p><a href="tqgridlayout-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQGridLayout"><b>TQGridLayout</b></a> ( TQWidget * parent, int nRows = 1, int nCols = 1, int margin = 0, int space = -1, const char * name = 0 )</li> @@ -110,7 +110,7 @@ from the layout until <a href="tqwidget.html#show">TQWidget::show</a>() is calle three-row grid (the grid is shown overlaid in magenta): <p> <center><img src="gridlayout.png"></center> <p> Columns 0, 2 and 4 in this dialog fragment are made up of a -<a href="tqlabel.html">TQLabel</a>, a <a href="tqlineedit.html">TQLineEdit</a>, and a <a href="ntqlistbox.html">TQListBox</a>. Columns 1 and 3 are +<a href="tqlabel.html">TQLabel</a>, a <a href="tqlineedit.html">TQLineEdit</a>, and a <a href="tqlistbox.html">TQListBox</a>. Columns 1 and 3 are placeholders made with <a href="#addColSpacing">addColSpacing</a>(). Row 0 consists of three TQLabel objects, row 1 of three TQLineEdit objects and row 2 of three TQListBox objects. We used placeholder columns (1 and 3) to @@ -133,7 +133,7 @@ of the TQGridLayout's four sides. The spacing is the width of the automatically allocated spacing between neighboring boxes. <p> Both the border and the spacing are parameters of the constructor and default to 0. -<p> <p>See also <a href="ntqgrid.html">TQGrid</a>, <a href="layout.html">Layout Overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. +<p> <p>See also <a href="tqgrid.html">TQGrid</a>, <a href="layout.html">Layout Overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Corner-enum"></a>TQGridLayout::Corner</h3> @@ -347,7 +347,7 @@ Returns the number of columns in this grid. </h3> Returns the number of rows in this grid. -<h3 class=fn><a href="qgridlayout.html#Corner-enum">Corner</a> <a name="origin"></a>TQGridLayout::origin () const +<h3 class=fn><a href="tqgridlayout.html#Corner-enum">Corner</a> <a name="origin"></a>TQGridLayout::origin () const </h3> Returns the corner that's used for the grid's origin, i.e. for position (0, 0). @@ -385,7 +385,7 @@ grow. Resizes managed widgets within the rectangle <em>r</em>. <p>Reimplemented from <a href="ntqlayout.html#setGeometry">TQLayout</a>. -<h3 class=fn>void <a name="setOrigin"></a>TQGridLayout::setOrigin ( <a href="qgridlayout.html#Corner-enum">Corner</a> c ) +<h3 class=fn>void <a name="setOrigin"></a>TQGridLayout::setOrigin ( <a href="tqgridlayout.html#Corner-enum">Corner</a> c ) </h3> Sets the grid's origin corner, i.e. position (0, 0), to <em>c</em>. diff --git a/doc/html/qgridview-h.html b/doc/html/tqgridview-h.html index b49ba7205..6d690f507 100644 --- a/doc/html/qgridview-h.html +++ b/doc/html/tqgridview-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqgridview.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqgridview.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqgridview.h Include File</title> +<title>tqgridview.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqgridview.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqgridview.h</h1> -<p>This is the verbatim text of the ntqgridview.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqgridview.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /********************************************************************** -** $Id: qt/ntqgridview.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqgridview.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQGridView class ** diff --git a/doc/html/qgridview-members.html b/doc/html/tqgridview-members.html index 396597089..ee15dec8b 100644 --- a/doc/html/qgridview-members.html +++ b/doc/html/tqgridview-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqgridview.h:49 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqgridview.h:49 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,11 +32,11 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQGridView</h1> <p>This is the complete list of member functions for -<a href="ntqgridview.html">TQGridView</a>, including inherited members. +<a href="tqgridview.html">TQGridView</a>, including inherited members. <ul> -<li><a href="ntqgridview.html#TQGridView">TQGridView</a>() -<li><a href="ntqgridview.html#~TQGridView">~TQGridView</a>() +<li><a href="tqgridview.html#TQGridView">TQGridView</a>() +<li><a href="tqgridview.html#~TQGridView">~TQGridView</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqscrollview.html#addChild">addChild</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() @@ -50,10 +50,10 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqgridview.html#cellGeometry">cellGeometry</a>() -<li><a href="ntqgridview.html#cellHeight">cellHeight</a>() -<li><a href="ntqgridview.html#cellRect">cellRect</a>() -<li><a href="ntqgridview.html#cellWidth">cellWidth</a>() +<li><a href="tqgridview.html#cellGeometry">cellGeometry</a>() +<li><a href="tqgridview.html#cellHeight">cellHeight</a>() +<li><a href="tqgridview.html#cellRect">cellRect</a>() +<li><a href="tqgridview.html#cellWidth">cellWidth</a>() <li><a href="tqscrollview.html#center">center</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() @@ -75,7 +75,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#closeEvent">closeEvent</a>() <li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqgridview.html#columnAt">columnAt</a>() +<li><a href="tqgridview.html#columnAt">columnAt</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() @@ -90,7 +90,7 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() <li><a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() <li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() <li><a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() <li><a href="tqscrollview.html#contentsWidth">contentsWidth</a>() @@ -105,7 +105,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="tqwidget.html#destroy">destroy</a>() <li><a href="tqobject.html#destroyed">destroyed</a>() -<li><a href="ntqgridview.html#dimensionChange">dimensionChange</a>() +<li><a href="tqgridview.html#dimensionChange">dimensionChange</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="tqscrollview.html#dragAutoScroll">dragAutoScroll</a>() @@ -114,14 +114,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqscrollview.html#drawContents">drawContents</a>() <li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="tqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() -<li><a href="ntqgridview.html#ensureCellVisible">ensureCellVisible</a>() +<li><a href="tqgridview.html#ensureCellVisible">ensureCellVisible</a>() <li><a href="tqscrollview.html#ensureVisible">ensureVisible</a>() <li><a href="tqwidget.html#enterEvent">enterEvent</a>() <li><a href="tqwidget.html#erase">erase</a>() @@ -142,19 +142,19 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqgridview.html#gridSize">gridSize</a>() +<li><a href="tqgridview.html#gridSize">gridSize</a>() <li><a href="tqscrollview.html#hScrollBarMode">hScrollBarMode</a>() <li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() @@ -211,7 +211,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqscrollview.html#leftMargin">leftMargin</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -220,14 +220,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -242,15 +242,15 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqgridview.html#numCols">numCols</a>() -<li><a href="ntqgridview.html#numRows">numRows</a>() +<li><a href="tqgridview.html#numCols">numCols</a>() +<li><a href="tqgridview.html#numRows">numRows</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqgridview.html#paintCell">paintCell</a>() -<li><a href="ntqgridview.html#paintEmptyArea">paintEmptyArea</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqgridview.html#paintCell">paintCell</a>() +<li><a href="tqgridview.html#paintEmptyArea">paintEmptyArea</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -271,16 +271,16 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="tqwidget.html#repaint">repaint</a>() -<li><a href="ntqgridview.html#repaintCell">repaintCell</a>() +<li><a href="tqgridview.html#repaintCell">repaintCell</a>() <li><a href="tqscrollview.html#repaintContents">repaintContents</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqscrollview.html#resizeContents">resizeContents</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqscrollview.html#rightMargin">rightMargin</a>() -<li><a href="ntqgridview.html#rowAt">rowAt</a>() +<li><a href="tqgridview.html#rowAt">rowAt</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqscrollview.html#scrollBy">scrollBy</a>() <li><a href="tqobject.html#sender">sender</a>() @@ -293,8 +293,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqgridview.html#setCellHeight">setCellHeight</a>() -<li><a href="ntqgridview.html#setCellWidth">setCellWidth</a>() +<li><a href="tqgridview.html#setCellHeight">setCellHeight</a>() +<li><a href="tqgridview.html#setCellWidth">setCellWidth</a>() <li><a href="tqscrollview.html#setContentsPos">setContentsPos</a>() <li><a href="tqscrollview.html#setCornerWidget">setCornerWidget</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() @@ -310,10 +310,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() <li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() @@ -322,22 +322,22 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqgridview.html#setNumCols">setNumCols</a>() -<li><a href="ntqgridview.html#setNumRows">setNumRows</a>() +<li><a href="tqgridview.html#setNumCols">setNumCols</a>() +<li><a href="tqgridview.html#setNumRows">setNumRows</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() @@ -383,7 +383,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#unsetFont">unsetFont</a>() <li><a href="tqwidget.html#unsetPalette">unsetPalette</a>() <li><a href="tqwidget.html#update">update</a>() -<li><a href="ntqgridview.html#updateCell">updateCell</a>() +<li><a href="tqgridview.html#updateCell">updateCell</a>() <li><a href="tqscrollview.html#updateContents">updateContents</a>() <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() diff --git a/doc/html/ntqgridview.html b/doc/html/tqgridview.html index 886e98ebb..a856b4df6 100644 --- a/doc/html/ntqgridview.html +++ b/doc/html/tqgridview.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qgridview.cpp:45 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqgridview.cpp:45 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,9 +34,9 @@ body { background: #ffffff; color: black; } <p>The TQGridView class provides an abstract base for fixed-size grids. <a href="#details">More...</a> -<p><tt>#include <<a href="qgridview-h.html">ntqgridview.h</a>></tt> +<p><tt>#include <<a href="tqgridview-h.html">tqgridview.h</a>></tt> <p>Inherits <a href="tqscrollview.html">TQScrollView</a>. -<p><a href="qgridview-members.html">List of all member functions.</a> +<p><a href="tqgridview-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQGridView"><b>TQGridView</b></a> ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )</li> @@ -97,9 +97,9 @@ order x (horizontal offset), y (vertical offset). <p> TQGridView is a very simple abstract class based on <a href="tqscrollview.html">TQScrollView</a>. It is designed to simplify the task of drawing many cells of the same size in a potentially scrollable canvas. If you need rows and -columns with different sizes, use a <a href="ntqtable.html">TQTable</a> instead. If you need a -simple list of items, use a <a href="ntqlistbox.html">TQListBox</a>. If you need to present -hierachical data use a <a href="ntqlistview.html">TQListView</a>, and if you need random objects +columns with different sizes, use a <a href="tqtable.html">TQTable</a> instead. If you need a +simple list of items, use a <a href="tqlistbox.html">TQListBox</a>. If you need to present +hierachical data use a <a href="tqlistview.html">TQListView</a>, and if you need random objects at random positions, consider using either a <a href="tqiconview.html">TQIconView</a> or a <a href="tqcanvas.html">TQCanvas</a>. <p>See also <a href="abstractwidgets.html">Abstract Widget Classes</a>. @@ -123,7 +123,7 @@ coordinate system. <h3 class=fn>int <a name="cellHeight"></a>TQGridView::cellHeight () const </h3><p>Returns the height of a grid row. -See the <a href="ntqgridview.html#cellHeight-prop">"cellHeight"</a> property for details. +See the <a href="tqgridview.html#cellHeight-prop">"cellHeight"</a> property for details. <h3 class=fn><a href="tqrect.html">TQRect</a> <a name="cellRect"></a>TQGridView::cellRect () const </h3> @@ -135,7 +135,7 @@ to <a href="tqrect.html">TQRect</a>( 0, 0, <a href="#cellWidth">cellWidth</a>(), <p> <h3 class=fn>int <a name="cellWidth"></a>TQGridView::cellWidth () const </h3><p>Returns the width of a grid column. -See the <a href="ntqgridview.html#cellWidth-prop">"cellWidth"</a> property for details. +See the <a href="tqgridview.html#cellWidth-prop">"cellWidth"</a> property for details. <h3 class=fn>int <a name="columnAt"></a>TQGridView::columnAt ( int x ) const </h3> @@ -163,10 +163,10 @@ view if necessary. <p> <h3 class=fn>int <a name="numCols"></a>TQGridView::numCols () const </h3><p>Returns the number of columns in the grid. -See the <a href="ntqgridview.html#numCols-prop">"numCols"</a> property for details. +See the <a href="tqgridview.html#numCols-prop">"numCols"</a> property for details. <h3 class=fn>int <a name="numRows"></a>TQGridView::numRows () const </h3><p>Returns the number of rows in the grid. -See the <a href="ntqgridview.html#numRows-prop">"numRows"</a> property for details. +See the <a href="tqgridview.html#numRows-prop">"numRows"</a> property for details. <h3 class=fn>void <a name="paintCell"></a>TQGridView::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, int row, int col )<tt> [pure virtual protected]</tt> </h3> @@ -210,16 +210,16 @@ in content coordinates. <h3 class=fn>void <a name="setCellHeight"></a>TQGridView::setCellHeight ( int )<tt> [virtual]</tt> </h3><p>Sets the height of a grid row. -See the <a href="ntqgridview.html#cellHeight-prop">"cellHeight"</a> property for details. +See the <a href="tqgridview.html#cellHeight-prop">"cellHeight"</a> property for details. <h3 class=fn>void <a name="setCellWidth"></a>TQGridView::setCellWidth ( int )<tt> [virtual]</tt> </h3><p>Sets the width of a grid column. -See the <a href="ntqgridview.html#cellWidth-prop">"cellWidth"</a> property for details. +See the <a href="tqgridview.html#cellWidth-prop">"cellWidth"</a> property for details. <h3 class=fn>void <a name="setNumCols"></a>TQGridView::setNumCols ( int )<tt> [virtual]</tt> </h3><p>Sets the number of columns in the grid. -See the <a href="ntqgridview.html#numCols-prop">"numCols"</a> property for details. +See the <a href="tqgridview.html#numCols-prop">"numCols"</a> property for details. <h3 class=fn>void <a name="setNumRows"></a>TQGridView::setNumRows ( int )<tt> [virtual]</tt> </h3><p>Sets the number of rows in the grid. -See the <a href="ntqgridview.html#numRows-prop">"numRows"</a> property for details. +See the <a href="tqgridview.html#numRows-prop">"numRows"</a> property for details. <h3 class=fn>void <a name="updateCell"></a>TQGridView::updateCell ( int row, int column ) </h3> Updates cell (<em>row</em>, <em>column</em>). diff --git a/doc/html/qheader-h.html b/doc/html/tqheader-h.html index 0cf0b0fda..bcf651818 100644 --- a/doc/html/qheader-h.html +++ b/doc/html/tqheader-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqheader.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqheader.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqheader.h Include File</title> +<title>tqheader.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqheader.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqheader.h</h1> -<p>This is the verbatim text of the ntqheader.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqheader.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqheader.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqheader.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQHeader widget class (table header) ** diff --git a/doc/html/qheader-m.png b/doc/html/tqheader-m.png Binary files differindex 573ee198e..573ee198e 100644 --- a/doc/html/qheader-m.png +++ b/doc/html/tqheader-m.png diff --git a/doc/html/qheader-members.html b/doc/html/tqheader-members.html index e08a69385..a0b431419 100644 --- a/doc/html/qheader-members.html +++ b/doc/html/tqheader-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqheader.h:53 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqheader.h:53 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,14 +32,14 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQHeader</h1> <p>This is the complete list of member functions for -<a href="ntqheader.html">TQHeader</a>, including inherited members. +<a href="tqheader.html">TQHeader</a>, including inherited members. <ul> -<li><a href="ntqheader.html#TQHeader">TQHeader</a>() -<li><a href="ntqheader.html#~TQHeader">~TQHeader</a>() +<li><a href="tqheader.html#TQHeader">TQHeader</a>() +<li><a href="tqheader.html#~TQHeader">~TQHeader</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqheader.html#addLabel">addLabel</a>() -<li><a href="ntqheader.html#adjustHeaderSize">adjustHeaderSize</a>() +<li><a href="tqheader.html#addLabel">addLabel</a>() +<li><a href="tqheader.html#adjustHeaderSize">adjustHeaderSize</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() @@ -50,9 +50,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqheader.html#cellAt">cellAt</a>() -<li><a href="ntqheader.html#cellPos">cellPos</a>() -<li><a href="ntqheader.html#cellSize">cellSize</a>() +<li><a href="tqheader.html#cellAt">cellAt</a>() +<li><a href="tqheader.html#cellPos">cellPos</a>() +<li><a href="tqheader.html#cellSize">cellSize</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqheader.html#clicked">clicked</a>() +<li><a href="tqheader.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() @@ -74,7 +74,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqheader.html#count">count</a>() +<li><a href="tqheader.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() @@ -121,26 +121,26 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqheader.html#headerWidth">headerWidth</a>() +<li><a href="tqheader.html#headerWidth">headerWidth</a>() <li><a href="tqwidget.html#height">height</a>() <li><a href="tqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="tqwidget.html#icon">icon</a>() -<li><a href="ntqheader.html#iconSet">iconSet</a>() +<li><a href="tqheader.html#iconSet">iconSet</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() <li><a href="tqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqheader.html#indexChange">indexChange</a>() +<li><a href="tqheader.html#indexChange">indexChange</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() -<li><a href="ntqheader.html#isClickEnabled">isClickEnabled</a>() +<li><a href="tqheader.html#isClickEnabled">isClickEnabled</a>() <li><a href="tqwidget.html#isDesktop">isDesktop</a>() <li><a href="tqwidget.html#isDialog">isDialog</a>() <li><a href="tqwidget.html#isEnabled">isEnabled</a>() @@ -154,11 +154,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() -<li><a href="ntqheader.html#isMovingEnabled">isMovingEnabled</a>() +<li><a href="tqheader.html#isMovingEnabled">isMovingEnabled</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqheader.html#isResizeEnabled">isResizeEnabled</a>() +<li><a href="tqheader.html#isResizeEnabled">isResizeEnabled</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqheader.html#isStretchEnabled">isStretchEnabled</a>() +<li><a href="tqheader.html#isStretchEnabled">isStretchEnabled</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() @@ -170,7 +170,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() <li><a href="tqobject.html#killTimer">killTimer</a>() <li><a href="tqobject.html#killTimers">killTimers</a>() -<li><a href="ntqheader.html#label">label</a>() +<li><a href="tqheader.html#label">label</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqwidget.html#lower">lower</a>() @@ -179,12 +179,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapFromGlobal">mapFromGlobal</a>() <li><a href="tqwidget.html#mapFromParent">mapFromParent</a>() <li><a href="tqwidget.html#mapTo">mapTo</a>() -<li><a href="ntqheader.html#mapToActual">mapToActual</a>() +<li><a href="tqheader.html#mapToActual">mapToActual</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() -<li><a href="ntqheader.html#mapToIndex">mapToIndex</a>() -<li><a href="ntqheader.html#mapToLogical">mapToLogical</a>() +<li><a href="tqheader.html#mapToIndex">mapToIndex</a>() +<li><a href="tqheader.html#mapToLogical">mapToLogical</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqheader.html#mapToSection">mapToSection</a>() +<li><a href="tqheader.html#mapToSection">mapToSection</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() @@ -201,21 +201,21 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mousePressEvent">mousePressEvent</a>() <li><a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="tqwidget.html#move">move</a>() -<li><a href="ntqheader.html#moveCell">moveCell</a>() +<li><a href="tqheader.html#moveCell">moveCell</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqheader.html#moveSection">moveSection</a>() -<li><a href="ntqheader.html#moved">moved</a>() +<li><a href="tqheader.html#moveSection">moveSection</a>() +<li><a href="tqheader.html#moved">moved</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqheader.html#offset">offset</a>() -<li><a href="ntqheader.html#orientation">orientation</a>() +<li><a href="tqheader.html#offset">offset</a>() +<li><a href="tqheader.html#orientation">orientation</a>() <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() -<li><a href="ntqheader.html#paintSection">paintSection</a>() -<li><a href="ntqheader.html#paintSectionLabel">paintSectionLabel</a>() +<li><a href="tqheader.html#paintSection">paintSection</a>() +<li><a href="tqheader.html#paintSectionLabel">paintSectionLabel</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -226,7 +226,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#parentWidget">parentWidget</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqheader.html#pressed">pressed</a>() +<li><a href="tqheader.html#pressed">pressed</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -234,24 +234,24 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqheader.html#released">released</a>() +<li><a href="tqheader.html#released">released</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqheader.html#removeLabel">removeLabel</a>() +<li><a href="tqheader.html#removeLabel">removeLabel</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqwidget.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqheader.html#resizeSection">resizeSection</a>() -<li><a href="ntqheader.html#sRect">sRect</a>() +<li><a href="tqheader.html#resizeSection">resizeSection</a>() +<li><a href="tqheader.html#sRect">sRect</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqheader.html#sectionAt">sectionAt</a>() -<li><a href="ntqheader.html#sectionClicked">sectionClicked</a>() -<li><a href="ntqheader.html#sectionHandleDoubleClicked">sectionHandleDoubleClicked</a>() -<li><a href="ntqheader.html#sectionPos">sectionPos</a>() -<li><a href="ntqheader.html#sectionRect">sectionRect</a>() -<li><a href="ntqheader.html#sectionSize">sectionSize</a>() +<li><a href="tqheader.html#sectionAt">sectionAt</a>() +<li><a href="tqheader.html#sectionClicked">sectionClicked</a>() +<li><a href="tqheader.html#sectionHandleDoubleClicked">sectionHandleDoubleClicked</a>() +<li><a href="tqheader.html#sectionPos">sectionPos</a>() +<li><a href="tqheader.html#sectionRect">sectionRect</a>() +<li><a href="tqheader.html#sectionSize">sectionSize</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -262,8 +262,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqheader.html#setCellSize">setCellSize</a>() -<li><a href="ntqheader.html#setClickEnabled">setClickEnabled</a>() +<li><a href="tqheader.html#setCellSize">setCellSize</a>() +<li><a href="tqheader.html#setClickEnabled">setClickEnabled</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() @@ -282,7 +282,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqheader.html#setLabel">setLabel</a>() +<li><a href="tqheader.html#setLabel">setLabel</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() @@ -292,24 +292,24 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqheader.html#setMovingEnabled">setMovingEnabled</a>() +<li><a href="tqheader.html#setMovingEnabled">setMovingEnabled</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqheader.html#setOffset">setOffset</a>() -<li><a href="ntqheader.html#setOrientation">setOrientation</a>() +<li><a href="tqheader.html#setOffset">setOffset</a>() +<li><a href="tqheader.html#setOrientation">setOrientation</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqheader.html#setResizeEnabled">setResizeEnabled</a>() +<li><a href="tqheader.html#setResizeEnabled">setResizeEnabled</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() -<li><a href="ntqheader.html#setSortIndicator">setSortIndicator</a>() -<li><a href="ntqheader.html#setStretchEnabled">setStretchEnabled</a>() +<li><a href="tqheader.html#setSortIndicator">setSortIndicator</a>() +<li><a href="tqheader.html#setStretchEnabled">setStretchEnabled</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqheader.html#setTracking">setTracking</a>() +<li><a href="tqheader.html#setTracking">setTracking</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() @@ -322,12 +322,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#showNormal">showNormal</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqwidget.html#size">size</a>() -<li><a href="ntqheader.html#sizeChange">sizeChange</a>() +<li><a href="tqheader.html#sizeChange">sizeChange</a>() <li><a href="tqwidget.html#sizeHint">sizeHint</a>() <li><a href="tqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() -<li><a href="ntqheader.html#sortIndicatorOrder">sortIndicatorOrder</a>() -<li><a href="ntqheader.html#sortIndicatorSection">sortIndicatorSection</a>() +<li><a href="tqheader.html#sortIndicatorOrder">sortIndicatorOrder</a>() +<li><a href="tqheader.html#sortIndicatorSection">sortIndicatorSection</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() @@ -338,7 +338,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() -<li><a href="ntqheader.html#tracking">tracking</a>() +<li><a href="tqheader.html#tracking">tracking</a>() <li><a href="tqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="tqwidget.html#unsetFont">unsetFont</a>() <li><a href="tqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qheader-w.png b/doc/html/tqheader-w.png Binary files differindex efaf63218..efaf63218 100644 --- a/doc/html/qheader-w.png +++ b/doc/html/tqheader-w.png diff --git a/doc/html/ntqheader.html b/doc/html/tqheader.html index 029058659..48d74a080 100644 --- a/doc/html/ntqheader.html +++ b/doc/html/tqheader.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qheader.cpp:135 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqheader.cpp:135 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,9 +34,9 @@ body { background: #ffffff; color: black; } <p>The TQHeader class provides a header row or column, e.g. for tables and listviews. <a href="#details">More...</a> -<p><tt>#include <<a href="qheader-h.html">ntqheader.h</a>></tt> +<p><tt>#include <<a href="tqheader-h.html">tqheader.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p><a href="qheader-members.html">List of all member functions.</a> +<p><a href="tqheader-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQHeader"><b>TQHeader</b></a> ( TQWidget * parent = 0, const char * name = 0 )</li> @@ -125,7 +125,7 @@ tables and listviews. <p> <p> This class provides a header, e.g. a vertical header to display row labels, or a horizontal header to display column labels. It is -used by <a href="ntqtable.html">TQTable</a> and <a href="ntqlistview.html">TQListView</a> for example. +used by <a href="tqtable.html">TQTable</a> and <a href="tqlistview.html">TQListView</a> for example. <p> A header is composed of one or more <em>sections</em>, each of which can display a text label and an <a href="tqiconset.html">iconset</a>. A sort indicator (an arrow) can also be displayed using @@ -179,8 +179,8 @@ is emitted. If you want to have a sizeChange() signal emitted continuously whilst the user is resizing (rather than just after the resizing is finished), use <a href="#setTracking">setTracking</a>(). If the user moves a section the <a href="#indexChange">indexChange</a>() signal is emitted. -<p> <img src=qheader-m.png> <img src=qheader-w.png> -<p> <p>See also <a href="ntqlistview.html">TQListView</a>, <a href="ntqtable.html">TQTable</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <img src=tqheader-m.png> <img src=tqheader-w.png> +<p> <p>See also <a href="tqlistview.html">TQListView</a>, <a href="tqtable.html">TQTable</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQHeader"></a>TQHeader::TQHeader ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) @@ -252,7 +252,7 @@ clicks section <em>section</em>. <h3 class=fn>int <a name="count"></a>TQHeader::count () const </h3><p>Returns the number of sections in the header. -See the <a href="ntqheader.html#count-prop">"count"</a> property for details. +See the <a href="tqheader.html#count-prop">"count"</a> property for details. <h3 class=fn>int <a name="headerWidth"></a>TQHeader::headerWidth () const </h3> Returns the total width of all the header columns. @@ -279,7 +279,7 @@ FALSE. <h3 class=fn>bool <a name="isMovingEnabled"></a>TQHeader::isMovingEnabled () const </h3><p>Returns TRUE if the header sections can be moved; otherwise returns FALSE. -See the <a href="ntqheader.html#moving-prop">"moving"</a> property for details. +See the <a href="tqheader.html#moving-prop">"moving"</a> property for details. <h3 class=fn>bool <a name="isResizeEnabled"></a>TQHeader::isResizeEnabled ( int section = -1 ) const </h3> Returns TRUE if section <em>section</em> is resizeable; otherwise @@ -291,7 +291,7 @@ returns FALSE. <h3 class=fn>bool <a name="isStretchEnabled"></a>TQHeader::isStretchEnabled () const </h3><p>Returns TRUE if the header sections always take up the full width (or height) of the header; otherwise returns FALSE. -See the <a href="ntqheader.html#stretching-prop">"stretching"</a> property for details. +See the <a href="tqheader.html#stretching-prop">"stretching"</a> property for details. <h3 class=fn>bool <a name="isStretchEnabled-2"></a>TQHeader::isStretchEnabled ( int section ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -318,7 +318,7 @@ Returns -1 if <em>l</em> is outside the legal range. <h3 class=fn>int <a name="mapToIndex"></a>TQHeader::mapToIndex ( int section ) const </h3> Returns the index position corresponding to the specified <em>section</em> number. -<p> <b>Warning:</b> If <a href="ntqtable.html">TQTable</a> is used to move header sections as a result of user +<p> <b>Warning:</b> If <a href="tqtable.html">TQTable</a> is used to move header sections as a result of user interaction, the mapping exposed by this function will not reflect the order of the headers in the table; i.e., TQTable does not call <a href="#moveSection">moveSection</a>() to move sections but handles move operations internally. @@ -335,7 +335,7 @@ logical index of the section. Returns -1 if <em>a</em> is outside the legal ran <h3 class=fn>int <a name="mapToSection"></a>TQHeader::mapToSection ( int index ) const </h3> Returns the number of the section that corresponds to the specified <em>index</em>. -<p> <b>Warning:</b> If <a href="ntqtable.html">TQTable</a> is used to move header sections as a result of user +<p> <b>Warning:</b> If <a href="tqtable.html">TQTable</a> is used to move header sections as a result of user interaction, the mapping exposed by this function will not reflect the order of the headers in the table; i.e., TQTable does not call <a href="#moveSection">moveSection</a>() to move sections but handles move operations internally. @@ -362,10 +362,10 @@ is displayed at the index <em>fromIndex</em> to the index <em>toIndex</em>. <h3 class=fn>int <a name="offset"></a>TQHeader::offset () const </h3><p>Returns the header's left-most (or top-most) visible pixel. -See the <a href="ntqheader.html#offset-prop">"offset"</a> property for details. +See the <a href="tqheader.html#offset-prop">"offset"</a> property for details. <h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQHeader::orientation () const </h3><p>Returns the header's orientation. -See the <a href="ntqheader.html#orientation-prop">"orientation"</a> property for details. +See the <a href="tqheader.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="paintSection"></a>TQHeader::paintSection ( <a href="tqpainter.html">TQPainter</a> * p, int index, const <a href="tqrect.html">TQRect</a> & fr )<tt> [virtual protected]</tt> </h3> Paints the section at position <em>index</em>, inside rectangle <em>fr</em> @@ -475,13 +475,13 @@ otherwise it is left unchanged. <h3 class=fn>void <a name="setMovingEnabled"></a>TQHeader::setMovingEnabled ( bool )<tt> [virtual]</tt> </h3><p>Sets whether the header sections can be moved. -See the <a href="ntqheader.html#moving-prop">"moving"</a> property for details. +See the <a href="tqheader.html#moving-prop">"moving"</a> property for details. <h3 class=fn>void <a name="setOffset"></a>TQHeader::setOffset ( int pos )<tt> [virtual slot]</tt> </h3><p>Sets the header's left-most (or top-most) visible pixel to <em>pos</em>. -See the <a href="ntqheader.html#offset-prop">"offset"</a> property for details. +See the <a href="tqheader.html#offset-prop">"offset"</a> property for details. <h3 class=fn>void <a name="setOrientation"></a>TQHeader::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> </h3><p>Sets the header's orientation. -See the <a href="ntqheader.html#orientation-prop">"orientation"</a> property for details. +See the <a href="tqheader.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="setResizeEnabled"></a>TQHeader::setResizeEnabled ( bool enable, int section = -1 )<tt> [virtual]</tt> </h3> If <em>enable</em> is TRUE the user may resize section <em>section</em>; @@ -530,10 +530,10 @@ will not resize when the header is resized. <h3 class=fn>void <a name="setStretchEnabled-2"></a>TQHeader::setStretchEnabled ( bool b ) </h3><p>Sets whether the header sections always take up the full width (or height) of the header to <em>b</em>. -See the <a href="ntqheader.html#stretching-prop">"stretching"</a> property for details. +See the <a href="tqheader.html#stretching-prop">"stretching"</a> property for details. <h3 class=fn>void <a name="setTracking"></a>TQHeader::setTracking ( bool enable )<tt> [virtual]</tt> </h3><p>Sets whether the <a href="#sizeChange">sizeChange</a>() signal is emitted continuously to <em>enable</em>. -See the <a href="ntqheader.html#tracking-prop">"tracking"</a> property for details. +See the <a href="tqheader.html#tracking-prop">"tracking"</a> property for details. <h3 class=fn>void <a name="sizeChange"></a>TQHeader::sizeChange ( int section, int oldSize, int newSize )<tt> [signal]</tt> </h3> @@ -553,7 +553,7 @@ Returns the section showing the sort indicator or -1 if there is no sort indicat <h3 class=fn>bool <a name="tracking"></a>TQHeader::tracking () const </h3><p>Returns TRUE if the <a href="#sizeChange">sizeChange</a>() signal is emitted continuously; otherwise returns FALSE. -See the <a href="ntqheader.html#tracking-prop">"tracking"</a> property for details. +See the <a href="tqheader.html#tracking-prop">"tracking"</a> property for details. <hr><h2>Property Documentation</h2> <h3 class=fn>int <a name="count-prop"></a>count</h3> <p>This property holds the number of sections in the header. diff --git a/doc/html/tqhttp.html b/doc/html/tqhttp.html index df3d9a945..6459cc746 100644 --- a/doc/html/tqhttp.html +++ b/doc/html/tqhttp.html @@ -173,11 +173,11 @@ can also be written as: </pre> <p> The <a href="#dataSendProgress">dataSendProgress</a>() and <a href="#dataReadProgress">dataReadProgress</a>() signals in the above -example are useful if you want to show a <a href="ntqprogressbar.html">progressbar</a> to inform the user about the progress of the +example are useful if you want to show a <a href="tqprogressbar.html">progressbar</a> to inform the user about the progress of the download. The second argument is the total size of data. In certain cases it is not possible to know the total amount in advance, in which case the second argument is 0. (If you connect -to a <a href="ntqprogressbar.html">TQProgressBar</a> a total of 0 results in a busy indicator.) +to a <a href="tqprogressbar.html">TQProgressBar</a> a total of 0 results in a busy indicator.) <p> When the response header is read, it is reported with the <a href="#responseHeaderReceived">responseHeaderReceived</a>() signal. <p> The <a href="#readyRead">readyRead</a>() signal tells you that there is data ready to be @@ -361,12 +361,12 @@ the <a href="#requestFinished">requestFinished</a>() signal. server to indicate the current progress of the download. <p> <em>done</em> is the amount of data that has already arrived and <em>total</em> is the total amount of data. It is possible that the total amount of data that should be transferred cannot be determined, in -which case <em>total</em> is 0.(If you connect to a <a href="ntqprogressbar.html">TQProgressBar</a>, the +which case <em>total</em> is 0.(If you connect to a <a href="tqprogressbar.html">TQProgressBar</a>, the progress bar shows a busy indicator if the total is 0). <p> <b>Warning:</b> <em>done</em> and <em>total</em> are not necessarily the size in bytes, since for large files these values might need to be "scaled" to avoid overflow. -<p> <p>See also <a href="#dataSendProgress">dataSendProgress</a>(), <a href="#get">get</a>(), <a href="#post">post</a>(), <a href="#request">request</a>(), and <a href="ntqprogressbar.html#progress-prop">TQProgressBar::progress</a>. +<p> <p>See also <a href="#dataSendProgress">dataSendProgress</a>(), <a href="#get">get</a>(), <a href="#post">post</a>(), <a href="#request">request</a>(), and <a href="tqprogressbar.html#progress-prop">TQProgressBar::progress</a>. <h3 class=fn>void <a name="dataSendProgress"></a>TQHttp::dataSendProgress ( int done, int total )<tt> [signal]</tt> </h3> @@ -375,12 +375,12 @@ bytes, since for large files these values might need to be server to inform it about the progress of the upload. <p> <em>done</em> is the amount of data that has already arrived and <em>total</em> is the total amount of data. It is possible that the total amount of data that should be transferred cannot be determined, in -which case <em>total</em> is 0.(If you connect to a <a href="ntqprogressbar.html">TQProgressBar</a>, the +which case <em>total</em> is 0.(If you connect to a <a href="tqprogressbar.html">TQProgressBar</a>, the progress bar shows a busy indicator if the total is 0). <p> <b>Warning:</b> <em>done</em> and <em>total</em> are not necessarily the size in bytes, since for large files these values might need to be "scaled" to avoid overflow. -<p> <p>See also <a href="#dataReadProgress">dataReadProgress</a>(), <a href="#post">post</a>(), <a href="#request">request</a>(), and <a href="ntqprogressbar.html#progress-prop">TQProgressBar::progress</a>. +<p> <p>See also <a href="#dataReadProgress">dataReadProgress</a>(), <a href="#post">post</a>(), <a href="#request">request</a>(), and <a href="tqprogressbar.html#progress-prop">TQProgressBar::progress</a>. <h3 class=fn>void <a name="done"></a>TQHttp::done ( bool error )<tt> [signal]</tt> </h3> diff --git a/doc/html/tqiconset.html b/doc/html/tqiconset.html index c994b4a03..1fbb39a6e 100644 --- a/doc/html/tqiconset.html +++ b/doc/html/tqiconset.html @@ -74,7 +74,7 @@ styles and sizes. <p> A TQIconSet can generate smaller, larger, active, and disabled pixmaps from the set of icons it is given. Such pixmaps are used by -<a href="tqtoolbutton.html">TQToolButton</a>, <a href="ntqheader.html">TQHeader</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, etc. to show an icon representing a +<a href="tqtoolbutton.html">TQToolButton</a>, <a href="tqheader.html">TQHeader</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, etc. to show an icon representing a particular action. <p> The simplest use of TQIconSet is to create one from a <a href="tqpixmap.html">TQPixmap</a> and then use it, allowing TQt to work out all the required icon styles and diff --git a/doc/html/tqiconview-members.html b/doc/html/tqiconview-members.html index 877d20cce..bff0c7856 100644 --- a/doc/html/tqiconview-members.html +++ b/doc/html/tqiconview-members.html @@ -92,7 +92,7 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() <li><a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() <li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() <li><a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() <li><a href="tqscrollview.html#contentsWidth">contentsWidth</a>() @@ -123,7 +123,7 @@ body { background: #ffffff; color: black; } <li><a href="tqiconview.html#drawBackground">drawBackground</a>() <li><a href="tqscrollview.html#drawContents">drawContents</a>() <li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqiconview.html#drawRubber">drawRubber</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() @@ -158,14 +158,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -238,7 +238,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqscrollview.html#leftMargin">leftMargin</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqiconview.html#makeRowLayout">makeRowLayout</a>() @@ -248,7 +248,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqiconview.html#maxItemTextLength">maxItemTextLength</a>() <li><a href="tqiconview.html#maxItemWidth">maxItemWidth</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() @@ -257,7 +257,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -281,7 +281,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -310,7 +310,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqscrollview.html#resizeContents">resizeContents</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqiconview.html#resizeMode">resizeMode</a>() <li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqiconview.html#returnPressed">returnPressed</a>() @@ -350,10 +350,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqiconview.html#setGridX">setGridX</a>() <li><a href="tqiconview.html#setGridY">setGridY</a>() @@ -367,8 +367,8 @@ body { background: #ffffff; color: black; } <li><a href="tqiconview.html#setItemTextPos">setItemTextPos</a>() <li><a href="tqiconview.html#setItemsMovable">setItemsMovable</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqiconview.html#setMaxItemTextLength">setMaxItemTextLength</a>() @@ -377,7 +377,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/tqiconview.html b/doc/html/tqiconview.html index 0156c7ec1..b40dba0bb 100644 --- a/doc/html/tqiconview.html +++ b/doc/html/tqiconview.html @@ -301,7 +301,7 @@ reimplement <a href="tqiconviewitem.html#acceptDrop">TQIconViewItem::acceptDrop< <p> See <a href="iconview-simple_dd-main-h.html">iconview/simple_dd/main.h</a> and <a href="iconview-simple_dd-main-cpp.html">iconview/simple_dd/main.cpp</a> for a simple drag and drop example which demonstrates drag and drop between a TQIconView and a -<a href="ntqlistbox.html">TQListBox</a>. +<a href="tqlistbox.html">TQListBox</a>. <p> If you want to use extended drag-and-drop or have drag shapes drawn you must take a more sophisticated approach. <p> The first part is starting drags -- you should use a <a href="tqicondrag.html">TQIconDrag</a> (or a diff --git a/doc/html/tqiconviewitem.html b/doc/html/tqiconviewitem.html index 81a8fb57c..70cdea341 100644 --- a/doc/html/tqiconviewitem.html +++ b/doc/html/tqiconviewitem.html @@ -114,7 +114,7 @@ The TQIconViewItem class provides a single item in a <a href="tqiconview.html">T <p> A TQIconViewItem contains an icon, a string and optionally a sort key, and can display itself in a TQIconView. -The class is designed to be very similar to <a href="ntqlistview.html">TQListView</a> and <a href="ntqlistbox.html">TQListBox</a> +The class is designed to be very similar to <a href="tqlistview.html">TQListView</a> and <a href="tqlistbox.html">TQListBox</a> in use, both via instantiation and subclassing. <p> The simplest way to create a TQIconViewItem and insert it into a TQIconView is to construct the item passing the constructor a diff --git a/doc/html/tqlabel-h.html b/doc/html/tqlabel-h.html index 637ea6fea..4a0188ff3 100644 --- a/doc/html/tqlabel-h.html +++ b/doc/html/tqlabel-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQLABEL_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #endif // QT_H #ifndef TQT_NO_LABEL diff --git a/doc/html/tqlabel-members.html b/doc/html/tqlabel-members.html index 6a3df6807..9f30fc7ef 100644 --- a/doc/html/tqlabel-members.html +++ b/doc/html/tqlabel-members.html @@ -71,7 +71,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqlabel.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -111,14 +111,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -173,7 +173,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -182,14 +182,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -208,7 +208,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -234,7 +234,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -261,10 +261,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqlabel.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() @@ -272,14 +272,14 @@ body { background: #ffffff; color: black; } <li><a href="tqlabel.html#setIndent">setIndent</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/tqlabel.html b/doc/html/tqlabel.html index bfbc52ffa..e35c5f53b 100644 --- a/doc/html/tqlabel.html +++ b/doc/html/tqlabel.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQLabel widget provides a text or image display. <a href="#details">More...</a> <p><tt>#include <<a href="tqlabel-h.html">tqlabel.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. <p><a href="tqlabel-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -116,7 +116,7 @@ by <a href="#clear">clear</a>(). <p> When the content is changed using any of these functions, any previous content is cleared. <p> The look of a TQLabel can be tuned in several ways. All the -settings of <a href="ntqframe.html">TQFrame</a> are available for specifying a widget frame. +settings of <a href="tqframe.html">TQFrame</a> are available for specifying a widget frame. The positioning of the content within the TQLabel widget area can be tuned with <a href="#setAlignment">setAlignment</a>() and <a href="#setIndent">setIndent</a>(). For example, this code sets up a sunken panel with a two-line text in the bottom @@ -124,7 +124,7 @@ right corner (both lines being flush with the right side of the label): <pre> TQLabel *label = new TQLabel( this ); - label-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::<a href="ntqframe.html#Shape-enum">Panel</a> | TQFrame::<a href="ntqframe.html#Shadow-enum">Sunken</a> ); + label-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::<a href="tqframe.html#Shape-enum">Panel</a> | TQFrame::<a href="tqframe.html#Shadow-enum">Sunken</a> ); label-><a href="#setText">setText</a>( "first line\nsecond line" ); label-><a href="#setAlignment">setAlignment</a>( AlignBottom | AlignRight ); </pre> @@ -149,15 +149,15 @@ also use the <a href="#setBuddy">setBuddy</a>() function to accomplish the same </h3> Constructs an empty label. <p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a> <em>f</em>, arguments are passed -to the <a href="ntqframe.html">TQFrame</a> constructor. -<p> <p>See also <a href="#alignment-prop">alignment</a>, <a href="ntqframe.html#setFrameStyle">setFrameStyle</a>(), and <a href="#indent-prop">indent</a>. +to the <a href="tqframe.html">TQFrame</a> constructor. +<p> <p>See also <a href="#alignment-prop">alignment</a>, <a href="tqframe.html#setFrameStyle">setFrameStyle</a>(), and <a href="#indent-prop">indent</a>. <h3 class=fn><a name="TQLabel-2"></a>TQLabel::TQLabel ( const <a href="tqstring.html">TQString</a> & text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0, WFlags f = 0 ) </h3> Constructs a label that displays the text, <em>text</em>. <p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a> <em>f</em>, arguments are passed -to the <a href="ntqframe.html">TQFrame</a> constructor. -<p> <p>See also <a href="#text-prop">text</a>, <a href="#alignment-prop">alignment</a>, <a href="ntqframe.html#setFrameStyle">setFrameStyle</a>(), and <a href="#indent-prop">indent</a>. +to the <a href="tqframe.html">TQFrame</a> constructor. +<p> <p>See also <a href="#text-prop">text</a>, <a href="#alignment-prop">alignment</a>, <a href="tqframe.html#setFrameStyle">setFrameStyle</a>(), and <a href="#indent-prop">indent</a>. <h3 class=fn><a name="TQLabel-3"></a>TQLabel::TQLabel ( <a href="tqwidget.html">TQWidget</a> * buddy, const <a href="tqstring.html">TQString</a> & text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0, WFlags f = 0 ) </h3> @@ -168,8 +168,8 @@ an ampersand, &), and the text is in plain text format, when the user presses Alt+ the underlined letter, focus is passed to the buddy widget. <p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed -to the <a href="ntqframe.html">TQFrame</a> constructor. -<p> <p>See also <a href="#text-prop">text</a>, <a href="#setBuddy">setBuddy</a>(), <a href="#alignment-prop">alignment</a>, <a href="ntqframe.html#setFrameStyle">setFrameStyle</a>(), and <a href="#indent-prop">indent</a>. +to the <a href="tqframe.html">TQFrame</a> constructor. +<p> <p>See also <a href="#text-prop">text</a>, <a href="#setBuddy">setBuddy</a>(), <a href="#alignment-prop">alignment</a>, <a href="tqframe.html#setFrameStyle">setFrameStyle</a>(), and <a href="#indent-prop">indent</a>. <h3 class=fn><a name="~TQLabel"></a>TQLabel::~TQLabel () </h3> @@ -200,7 +200,7 @@ Clears any label contents. Equivalent to <a href="#setText">setText</a>( "" ). </h3> Draws the label contents using the painter <em>p</em>. -<p>Reimplemented from <a href="ntqframe.html#drawContents">TQFrame</a>. +<p>Reimplemented from <a href="tqframe.html#drawContents">TQFrame</a>. <h3 class=fn>bool <a name="hasScaledContents"></a>TQLabel::hasScaledContents () const </h3><p>Returns TRUE if the label will scale its contents to fill all available space; otherwise returns FALSE. See the <a href="tqlabel.html#scaledContents-prop">"scaledContents"</a> property for details. @@ -356,11 +356,11 @@ contains rich text, additionally <a href="ntqt.html#TextFlags-enum">WordBreak</a <a href="ntqt.html#AlignmentFlags-enum">AlignRight</a>, to the top edge if alignment() is <a href="ntqt.html#AlignmentFlags-enum">AlignTop</a>, and to to the bottom edge if alignment() is <a href="ntqt.html#AlignmentFlags-enum">AlignBottom</a>. <p> If indent is negative, or if no indent has been set, the label -computes the effective indent as follows: If <a href="ntqframe.html#frameWidth">frameWidth</a>() is 0, +computes the effective indent as follows: If <a href="tqframe.html#frameWidth">frameWidth</a>() is 0, the effective indent becomes 0. If frameWidth() is greater than 0, the effective indent becomes half the width of the "x" character of the widget's current <a href="tqwidget.html#font">font</a>(). -<p> <p>See also <a href="#alignment-prop">alignment</a>, <a href="ntqframe.html#frameWidth-prop">frameWidth</a>, and <a href="tqwidget.html#font-prop">font</a>. +<p> <p>See also <a href="#alignment-prop">alignment</a>, <a href="tqframe.html#frameWidth-prop">frameWidth</a>, and <a href="tqwidget.html#font-prop">font</a>. <p>Set this property's value with <a href="#setIndent">setIndent</a>() and get this property's value with <a href="#indent">indent</a>(). <h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="pixmap-prop"></a>pixmap</h3> diff --git a/doc/html/tqlcdnumber-h.html b/doc/html/tqlcdnumber-h.html index 0b1bd5fcf..39d57aca6 100644 --- a/doc/html/tqlcdnumber-h.html +++ b/doc/html/tqlcdnumber-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQLCDNUMBER_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #include "tqbitarray.h" #endif // QT_H diff --git a/doc/html/tqlcdnumber-members.html b/doc/html/tqlcdnumber-members.html index c4284834c..b3f4e97ee 100644 --- a/doc/html/tqlcdnumber-members.html +++ b/doc/html/tqlcdnumber-members.html @@ -68,7 +68,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqlcdnumber.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -109,14 +109,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -170,7 +170,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -179,14 +179,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -207,7 +207,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -231,7 +231,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqlcdnumber.html#segmentStyle">segmentStyle</a>() <li><a href="tqobject.html#sender">sender</a>() @@ -258,10 +258,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqlcdnumber.html#setHexMode">setHexMode</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() @@ -269,14 +269,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/tqlcdnumber.html b/doc/html/tqlcdnumber.html index 8f145f43c..954ffbf20 100644 --- a/doc/html/tqlcdnumber.html +++ b/doc/html/tqlcdnumber.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQLCDNumber widget displays a number with LCD-like digits. <a href="#details">More...</a> <p><tt>#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. <p><a href="tqlcdnumber-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -113,7 +113,7 @@ store the value there. <p> Incidentally, TQLCDNumber is the very oldest part of TQt, tracing back to a BASIC program on the <a href="http://www.nvg.ntnu.no/sinclair/computers/zxspectrum/zxspectrum.htm">Sinclair Spectrum</a>. <p> <img src=tqlcdnum-m.png> <img src=tqlcdnum-w.png> -<p> <p>See also <a href="tqlabel.html">TQLabel</a>, <a href="ntqframe.html">TQFrame</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <p>See also <a href="tqlabel.html">TQLabel</a>, <a href="tqframe.html">TQFrame</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Mode-enum"></a>TQLCDNumber::Mode</h3> @@ -142,7 +142,7 @@ widget. Constructs an LCD number, sets the number of digits to 5, the base to decimal, the decimal point mode to 'small' and the frame style to a raised box. The <a href="#segmentStyle">segmentStyle</a>() is set to <a href="#SegmentStyle-enum">Outline</a>. -<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="ntqframe.html">TQFrame</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqframe.html">TQFrame</a> constructor. <p> <p>See also <a href="#numDigits-prop">numDigits</a> and <a href="#smallDecimalPoint-prop">smallDecimalPoint</a>. @@ -151,7 +151,7 @@ constructor. Constructs an LCD number, sets the number of digits to <em>numDigits</em>, the base to decimal, the decimal point mode to 'small' and the frame style to a raised box. The <a href="#segmentStyle">segmentStyle</a>() is set to <a href="#SegmentStyle-enum">Outline</a>. -<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="ntqframe.html">TQFrame</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqframe.html">TQFrame</a> constructor. <p> <p>See also <a href="#numDigits-prop">numDigits</a> and <a href="#smallDecimalPoint-prop">smallDecimalPoint</a>. @@ -195,9 +195,9 @@ This is an overloaded member function, provided for convenience. It behaves esse <h3 class=fn>void <a name="drawContents"></a>TQLCDNumber::drawContents ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws the LCD number using painter <em>p</em>. This function is called -from <a href="ntqframe.html#paintEvent">TQFrame::paintEvent</a>(). +from <a href="tqframe.html#paintEvent">TQFrame::paintEvent</a>(). -<p>Reimplemented from <a href="ntqframe.html#drawContents">TQFrame</a>. +<p>Reimplemented from <a href="tqframe.html#drawContents">TQFrame</a>. <h3 class=fn>int <a name="intValue"></a>TQLCDNumber::intValue () const </h3><p>Returns the displayed value rounded to the nearest integer. See the <a href="tqlcdnumber.html#intValue-prop">"intValue"</a> property for details. diff --git a/doc/html/tqlineedit-h.html b/doc/html/tqlineedit-h.html index 18ba90bd9..0e2183259 100644 --- a/doc/html/tqlineedit-h.html +++ b/doc/html/tqlineedit-h.html @@ -83,7 +83,7 @@ class TQValidator; class TQPopupMenu; #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #include "tqstring.h" #endif // QT_H diff --git a/doc/html/tqlineedit-members.html b/doc/html/tqlineedit-members.html index 12b237568..de49aab79 100644 --- a/doc/html/tqlineedit-members.html +++ b/doc/html/tqlineedit-members.html @@ -73,7 +73,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqlineedit.html#copy">copy</a>() <li><a href="tqwidget.html#create">create</a>() @@ -99,8 +99,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -129,14 +129,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() <li><a href="tqlineedit.html#frame">frame</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqlineedit.html#getSelection">getSelection</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() @@ -199,7 +199,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqlineedit.html#lostFocus">lostFocus</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() @@ -209,7 +209,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqlineedit.html#maxLength">maxLength</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() @@ -217,7 +217,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqlineedit.html#minimumSizeHint">minimumSizeHint</a>() @@ -235,7 +235,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -261,7 +261,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqlineedit.html#returnPressed">returnPressed</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqlineedit.html#selectAll">selectAll</a>() @@ -296,10 +296,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() <li><a href="tqlineedit.html#setFrame">setFrame</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() @@ -307,15 +307,15 @@ body { background: #ffffff; color: black; } <li><a href="tqlineedit.html#setInputMask">setInputMask</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqlineedit.html#setMaxLength">setMaxLength</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/tqlineedit.html b/doc/html/tqlineedit.html index 09afcd0f1..31ad0a9bf 100644 --- a/doc/html/tqlineedit.html +++ b/doc/html/tqlineedit.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQLineEdit widget is a one-line text editor. <a href="#details">More...</a> <p><tt>#include <<a href="tqlineedit-h.html">tqlineedit.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. <p><a href="tqlineedit-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/qlistbox-h.html b/doc/html/tqlistbox-h.html index 2ced14ccf..ea108bba0 100644 --- a/doc/html/qlistbox-h.html +++ b/doc/html/tqlistbox-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqlistbox.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlistbox.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqlistbox.h Include File</title> +<title>tqlistbox.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqlistbox.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqlistbox.h</h1> -<p>This is the verbatim text of the ntqlistbox.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqlistbox.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /********************************************************************** -** $Id: qt/ntqlistbox.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqlistbox.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQListBox widget class ** diff --git a/doc/html/qlistbox-m.png b/doc/html/tqlistbox-m.png Binary files differindex 41a9a4c0f..41a9a4c0f 100644 --- a/doc/html/qlistbox-m.png +++ b/doc/html/tqlistbox-m.png diff --git a/doc/html/qlistbox-members.html b/doc/html/tqlistbox-members.html index 3597fb360..2253a9f55 100644 --- a/doc/html/qlistbox-members.html +++ b/doc/html/tqlistbox-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqlistbox.h:56 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlistbox.h:56 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,17 +32,17 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQListBox</h1> <p>This is the complete list of member functions for -<a href="ntqlistbox.html">TQListBox</a>, including inherited members. +<a href="tqlistbox.html">TQListBox</a>, including inherited members. <ul> -<li><a href="ntqlistbox.html#TQListBox">TQListBox</a>() -<li><a href="ntqlistbox.html#~TQListBox">~TQListBox</a>() +<li><a href="tqlistbox.html#TQListBox">TQListBox</a>() +<li><a href="tqlistbox.html#~TQListBox">~TQListBox</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqscrollview.html#addChild">addChild</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqlistbox.html#autoBottomScrollBar">autoBottomScrollBar</a>() +<li><a href="tqlistbox.html#autoBottomScrollBar">autoBottomScrollBar</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() -<li><a href="ntqlistbox.html#autoScrollBar">autoScrollBar</a>() +<li><a href="tqlistbox.html#autoScrollBar">autoScrollBar</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() <li><a href="tqwidget.html#backgroundMode">backgroundMode</a>() @@ -51,13 +51,13 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() -<li><a href="ntqlistbox.html#bottomScrollBar">bottomScrollBar</a>() +<li><a href="tqlistbox.html#bottomScrollBar">bottomScrollBar</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqlistbox.html#cellHeight">cellHeight</a>() -<li><a href="ntqlistbox.html#cellWidth">cellWidth</a>() +<li><a href="tqlistbox.html#cellHeight">cellHeight</a>() +<li><a href="tqlistbox.html#cellWidth">cellWidth</a>() <li><a href="tqscrollview.html#center">center</a>() -<li><a href="ntqlistbox.html#centerCurrentItem">centerCurrentItem</a>() -<li><a href="ntqlistbox.html#changeItem">changeItem</a>() +<li><a href="tqlistbox.html#centerCurrentItem">centerCurrentItem</a>() +<li><a href="tqlistbox.html#changeItem">changeItem</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() @@ -69,19 +69,19 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() <li><a href="tqobject.html#className">className</a>() -<li><a href="ntqlistbox.html#clear">clear</a>() +<li><a href="tqlistbox.html#clear">clear</a>() <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() -<li><a href="ntqlistbox.html#clearSelection">clearSelection</a>() +<li><a href="tqlistbox.html#clearSelection">clearSelection</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqlistbox.html#clicked">clicked</a>() +<li><a href="tqlistbox.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() <li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqlistbox.html#columnMode">columnMode</a>() +<li><a href="tqlistbox.html#columnMode">columnMode</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() @@ -96,20 +96,20 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() <li><a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() <li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() <li><a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() <li><a href="tqscrollview.html#contentsWidth">contentsWidth</a>() <li><a href="tqscrollview.html#contentsX">contentsX</a>() <li><a href="tqscrollview.html#contentsY">contentsY</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqlistbox.html#contextMenuRequested">contextMenuRequested</a>() +<li><a href="tqlistbox.html#contextMenuRequested">contextMenuRequested</a>() <li><a href="tqscrollview.html#cornerWidget">cornerWidget</a>() -<li><a href="ntqlistbox.html#count">count</a>() +<li><a href="tqlistbox.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqlistbox.html#currentChanged">currentChanged</a>() -<li><a href="ntqlistbox.html#currentItem">currentItem</a>() -<li><a href="ntqlistbox.html#currentText">currentText</a>() +<li><a href="tqlistbox.html#currentChanged">currentChanged</a>() +<li><a href="tqlistbox.html#currentItem">currentItem</a>() +<li><a href="tqlistbox.html#currentText">currentText</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() @@ -118,22 +118,22 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqlistbox.html#doLayout">doLayout</a>() -<li><a href="ntqlistbox.html#doubleClicked">doubleClicked</a>() +<li><a href="tqlistbox.html#doLayout">doLayout</a>() +<li><a href="tqlistbox.html#doubleClicked">doubleClicked</a>() <li><a href="tqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqscrollview.html#drawContents">drawContents</a>() <li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="tqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() -<li><a href="ntqlistbox.html#ensureCurrentVisible">ensureCurrentVisible</a>() +<li><a href="tqlistbox.html#ensureCurrentVisible">ensureCurrentVisible</a>() <li><a href="tqscrollview.html#ensureVisible">ensureVisible</a>() <li><a href="tqwidget.html#enterEvent">enterEvent</a>() <li><a href="tqwidget.html#erase">erase</a>() @@ -142,8 +142,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#event">event</a>() <li><a href="tqscrollview.html#eventFilter">eventFilter</a>() <li><a href="tqwidget.html#find">find</a>() -<li><a href="ntqlistbox.html#findItem">findItem</a>() -<li><a href="ntqlistbox.html#firstItem">firstItem</a>() +<li><a href="tqlistbox.html#findItem">findItem</a>() +<li><a href="tqlistbox.html#firstItem">firstItem</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() <li><a href="tqwidget.html#focusNextPrevChild">focusNextPrevChild</a>() @@ -156,14 +156,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -179,7 +179,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() -<li><a href="ntqlistbox.html#highlighted">highlighted</a>() +<li><a href="tqlistbox.html#highlighted">highlighted</a>() <li><a href="tqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() <li><a href="tqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() <li><a href="tqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</a>() @@ -189,15 +189,15 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqlistbox.html#inSort">inSort</a>() -<li><a href="ntqlistbox.html#index">index</a>() +<li><a href="tqlistbox.html#inSort">inSort</a>() +<li><a href="tqlistbox.html#index">index</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqlistbox.html#insertItem">insertItem</a>() -<li><a href="ntqlistbox.html#insertStrList">insertStrList</a>() -<li><a href="ntqlistbox.html#insertStringList">insertStringList</a>() +<li><a href="tqlistbox.html#insertItem">insertItem</a>() +<li><a href="tqlistbox.html#insertStrList">insertStrList</a>() +<li><a href="tqlistbox.html#insertStringList">insertStringList</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqlistbox.html#invertSelection">invertSelection</a>() +<li><a href="tqlistbox.html#invertSelection">invertSelection</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="tqwidget.html#isDesktop">isDesktop</a>() @@ -214,10 +214,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() -<li><a href="ntqlistbox.html#isMultiSelection">isMultiSelection</a>() +<li><a href="tqlistbox.html#isMultiSelection">isMultiSelection</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqlistbox.html#isRubberSelecting">isRubberSelecting</a>() -<li><a href="ntqlistbox.html#isSelected">isSelected</a>() +<li><a href="tqlistbox.html#isRubberSelecting">isRubberSelecting</a>() +<li><a href="tqlistbox.html#isSelected">isSelected</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() @@ -226,12 +226,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() <li><a href="tqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqlistbox.html#item">item</a>() -<li><a href="ntqlistbox.html#itemAt">itemAt</a>() -<li><a href="ntqlistbox.html#itemHeight">itemHeight</a>() -<li><a href="ntqlistbox.html#itemRect">itemRect</a>() -<li><a href="ntqlistbox.html#itemVisible">itemVisible</a>() -<li><a href="ntqlistbox.html#itemYPos">itemYPos</a>() +<li><a href="tqlistbox.html#item">item</a>() +<li><a href="tqlistbox.html#itemAt">itemAt</a>() +<li><a href="tqlistbox.html#itemHeight">itemHeight</a>() +<li><a href="tqlistbox.html#itemRect">itemRect</a>() +<li><a href="tqlistbox.html#itemVisible">itemVisible</a>() +<li><a href="tqlistbox.html#itemYPos">itemYPos</a>() <li><a href="tqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="tqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() @@ -240,7 +240,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqscrollview.html#leftMargin">leftMargin</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -249,21 +249,21 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() -<li><a href="ntqlistbox.html#maxItemWidth">maxItemWidth</a>() +<li><a href="tqframe.html#margin">margin</a>() +<li><a href="tqlistbox.html#maxItemWidth">maxItemWidth</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() <li><a href="tqwidget.html#minimumWidth">minimumWidth</a>() -<li><a href="ntqlistbox.html#mouseButtonClicked">mouseButtonClicked</a>() -<li><a href="ntqlistbox.html#mouseButtonPressed">mouseButtonPressed</a>() +<li><a href="tqlistbox.html#mouseButtonClicked">mouseButtonClicked</a>() +<li><a href="tqlistbox.html#mouseButtonPressed">mouseButtonPressed</a>() <li><a href="tqwidget.html#mouseDoubleClickEvent">mouseDoubleClickEvent</a>() <li><a href="tqwidget.html#mouseGrabber">mouseGrabber</a>() <li><a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>() @@ -274,18 +274,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqlistbox.html#numCols">numCols</a>() -<li><a href="ntqlistbox.html#numColumns">numColumns</a>() -<li><a href="ntqlistbox.html#numItemsVisible">numItemsVisible</a>() -<li><a href="ntqlistbox.html#numRows">numRows</a>() +<li><a href="tqlistbox.html#numCols">numCols</a>() +<li><a href="tqlistbox.html#numColumns">numColumns</a>() +<li><a href="tqlistbox.html#numItemsVisible">numItemsVisible</a>() +<li><a href="tqlistbox.html#numRows">numRows</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqlistbox.html#onItem">onItem</a>() -<li><a href="ntqlistbox.html#onViewport">onViewport</a>() +<li><a href="tqlistbox.html#onItem">onItem</a>() +<li><a href="tqlistbox.html#onViewport">onViewport</a>() <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqlistbox.html#paintCell">paintCell</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqlistbox.html#paintCell">paintCell</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -294,10 +294,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqlistbox.html#pixmap">pixmap</a>() +<li><a href="tqlistbox.html#pixmap">pixmap</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqlistbox.html#pressed">pressed</a>() +<li><a href="tqlistbox.html#pressed">pressed</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -307,46 +307,46 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqscrollview.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqlistbox.html#removeItem">removeItem</a>() +<li><a href="tqlistbox.html#removeItem">removeItem</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqscrollview.html#repaintContents">repaintContents</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqscrollview.html#resizeContents">resizeContents</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() -<li><a href="ntqlistbox.html#returnPressed">returnPressed</a>() -<li><a href="ntqlistbox.html#rightButtonClicked">rightButtonClicked</a>() -<li><a href="ntqlistbox.html#rightButtonPressed">rightButtonPressed</a>() +<li><a href="tqlistbox.html#returnPressed">returnPressed</a>() +<li><a href="tqlistbox.html#rightButtonClicked">rightButtonClicked</a>() +<li><a href="tqlistbox.html#rightButtonPressed">rightButtonPressed</a>() <li><a href="tqscrollview.html#rightMargin">rightMargin</a>() -<li><a href="ntqlistbox.html#rowMode">rowMode</a>() +<li><a href="tqlistbox.html#rowMode">rowMode</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqlistbox.html#scrollBar">scrollBar</a>() +<li><a href="tqlistbox.html#scrollBar">scrollBar</a>() <li><a href="tqscrollview.html#scrollBy">scrollBy</a>() -<li><a href="ntqlistbox.html#selectAll">selectAll</a>() -<li><a href="ntqlistbox.html#selected">selected</a>() -<li><a href="ntqlistbox.html#selectedItem">selectedItem</a>() -<li><a href="ntqlistbox.html#selectionChanged">selectionChanged</a>() -<li><a href="ntqlistbox.html#selectionMode">selectionMode</a>() +<li><a href="tqlistbox.html#selectAll">selectAll</a>() +<li><a href="tqlistbox.html#selected">selected</a>() +<li><a href="tqlistbox.html#selectedItem">selectedItem</a>() +<li><a href="tqlistbox.html#selectionChanged">selectionChanged</a>() +<li><a href="tqlistbox.html#selectionMode">selectionMode</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() -<li><a href="ntqlistbox.html#setAutoBottomScrollBar">setAutoBottomScrollBar</a>() +<li><a href="tqlistbox.html#setAutoBottomScrollBar">setAutoBottomScrollBar</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() -<li><a href="ntqlistbox.html#setAutoScrollBar">setAutoScrollBar</a>() +<li><a href="tqlistbox.html#setAutoScrollBar">setAutoScrollBar</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() -<li><a href="ntqlistbox.html#setBottomItem">setBottomItem</a>() -<li><a href="ntqlistbox.html#setBottomScrollBar">setBottomScrollBar</a>() +<li><a href="tqlistbox.html#setBottomItem">setBottomItem</a>() +<li><a href="tqlistbox.html#setBottomScrollBar">setBottomScrollBar</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqlistbox.html#setColumnMode">setColumnMode</a>() +<li><a href="tqlistbox.html#setColumnMode">setColumnMode</a>() <li><a href="tqscrollview.html#setContentsPos">setContentsPos</a>() <li><a href="tqscrollview.html#setCornerWidget">setCornerWidget</a>() -<li><a href="ntqlistbox.html#setCurrentItem">setCurrentItem</a>() +<li><a href="tqlistbox.html#setCurrentItem">setCurrentItem</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() @@ -360,10 +360,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() <li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() @@ -372,20 +372,20 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqlistbox.html#setMultiSelection">setMultiSelection</a>() +<li><a href="tqlistbox.html#setMultiSelection">setMultiSelection</a>() <li><a href="tqobject.html#setName">setName</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() @@ -393,22 +393,22 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqscrollview.html#setResizePolicy">setResizePolicy</a>() -<li><a href="ntqlistbox.html#setRowMode">setRowMode</a>() -<li><a href="ntqlistbox.html#setScrollBar">setScrollBar</a>() -<li><a href="ntqlistbox.html#setSelected">setSelected</a>() -<li><a href="ntqlistbox.html#setSelectionMode">setSelectionMode</a>() +<li><a href="tqlistbox.html#setRowMode">setRowMode</a>() +<li><a href="tqlistbox.html#setScrollBar">setScrollBar</a>() +<li><a href="tqlistbox.html#setSelected">setSelected</a>() +<li><a href="tqlistbox.html#setSelectionMode">setSelectionMode</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="tqscrollview.html#setStaticBackground">setStaticBackground</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqlistbox.html#setTopItem">setTopItem</a>() +<li><a href="tqlistbox.html#setTopItem">setTopItem</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() <li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() -<li><a href="ntqlistbox.html#setVariableHeight">setVariableHeight</a>() -<li><a href="ntqlistbox.html#setVariableWidth">setVariableWidth</a>() +<li><a href="tqlistbox.html#setVariableHeight">setVariableHeight</a>() +<li><a href="tqlistbox.html#setVariableWidth">setVariableWidth</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() <li><a href="tqwidget.html#setWindowState">setWindowState</a>() @@ -424,37 +424,37 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#sizeHint">sizeHint</a>() <li><a href="tqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() -<li><a href="ntqlistbox.html#sort">sort</a>() +<li><a href="tqlistbox.html#sort">sort</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() -<li><a href="ntqlistbox.html#takeItem">takeItem</a>() +<li><a href="tqlistbox.html#takeItem">takeItem</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqlistbox.html#text">text</a>() +<li><a href="tqlistbox.html#text">text</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqlistbox.html#toggleCurrentItem">toggleCurrentItem</a>() -<li><a href="ntqlistbox.html#topItem">topItem</a>() +<li><a href="tqlistbox.html#toggleCurrentItem">toggleCurrentItem</a>() +<li><a href="tqlistbox.html#topItem">topItem</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqscrollview.html#topMargin">topMargin</a>() -<li><a href="ntqlistbox.html#totalHeight">totalHeight</a>() -<li><a href="ntqlistbox.html#totalWidth">totalWidth</a>() +<li><a href="tqlistbox.html#totalHeight">totalHeight</a>() +<li><a href="tqlistbox.html#totalWidth">totalWidth</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() -<li><a href="ntqlistbox.html#triggerUpdate">triggerUpdate</a>() +<li><a href="tqlistbox.html#triggerUpdate">triggerUpdate</a>() <li><a href="tqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="tqwidget.html#unsetFont">unsetFont</a>() <li><a href="tqwidget.html#unsetPalette">unsetPalette</a>() <li><a href="tqwidget.html#update">update</a>() <li><a href="tqscrollview.html#updateContents">updateContents</a>() <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() -<li><a href="ntqlistbox.html#updateItem">updateItem</a>() +<li><a href="tqlistbox.html#updateItem">updateItem</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() <li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() <li><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</a>() -<li><a href="ntqlistbox.html#variableHeight">variableHeight</a>() -<li><a href="ntqlistbox.html#variableWidth">variableWidth</a>() +<li><a href="tqlistbox.html#variableHeight">variableHeight</a>() +<li><a href="tqlistbox.html#variableWidth">variableWidth</a>() <li><a href="tqscrollview.html#verticalScrollBar">verticalScrollBar</a>() <li><a href="tqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() <li><a href="tqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() diff --git a/doc/html/qlistbox-w.png b/doc/html/tqlistbox-w.png Binary files differindex 8463dc955..8463dc955 100644 --- a/doc/html/qlistbox-w.png +++ b/doc/html/tqlistbox-w.png diff --git a/doc/html/ntqlistbox.html b/doc/html/tqlistbox.html index 47d9b5c56..83583a466 100644 --- a/doc/html/ntqlistbox.html +++ b/doc/html/tqlistbox.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qlistbox.cpp:805 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqlistbox.cpp:805 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQListBox widget provides a list of selectable, read-only items. <a href="#details">More...</a> -<p><tt>#include <<a href="qlistbox-h.html">ntqlistbox.h</a>></tt> +<p><tt>#include <<a href="tqlistbox-h.html">tqlistbox.h</a>></tt> <p>Inherits <a href="tqscrollview.html">TQScrollView</a>. -<p><a href="qlistbox-members.html">List of all member functions.</a> +<p><a href="tqlistbox-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQListBox"><b>TQListBox</b></a> ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )</li> @@ -192,7 +192,7 @@ for <em>really</em> big lists. If you want more than a few thousand items, it's probably better to use a different widget mainly because the scroll bars won't provide very good navigation, but also because TQListBox may become slow with huge lists. (See -<a href="ntqlistview.html">TQListView</a> and <a href="ntqtable.html">TQTable</a> for possible alternatives.) +<a href="tqlistview.html">TQListView</a> and <a href="tqtable.html">TQTable</a> for possible alternatives.) <p> There are a variety of selection modes described in the TQListBox::SelectionMode documentation. The default is <a href="#SelectionMode-enum">Single</a> selection mode, but you can change it using <a href="#setSelectionMode">setSelectionMode</a>(). @@ -216,7 +216,7 @@ one direction. (the normal setting), or you can request that all items will have the same height by calling <a href="#setVariableHeight">setVariableHeight</a>(FALSE). The same applies to a column's width, see <a href="#setVariableWidth">setVariableWidth</a>(). -<p> The TQListBox's items are <a href="qlistboxitem.html">TQListBoxItem</a> objects. TQListBox provides +<p> The TQListBox's items are <a href="tqlistboxitem.html">TQListBoxItem</a> objects. TQListBox provides methods to insert new items as strings, as pixmaps, and as TQListBoxItem * (<a href="#insertItem">insertItem</a>() with various arguments), and to replace an existing item with a new string, pixmap or TQListBoxItem @@ -224,17 +224,17 @@ replace an existing item with a new string, pixmap or TQListBoxItem singly with <a href="#removeItem">removeItem</a>() or <a href="#clear">clear</a>() the entire list box. Note that if you create a TQListBoxItem yourself and insert it, TQListBox takes ownership of the item. -<p> You can also create a TQListBoxItem, such as <a href="qlistboxtext.html">TQListBoxText</a> or -<a href="qlistboxpixmap.html">TQListBoxPixmap</a>, with the list box as first parameter. The item +<p> You can also create a TQListBoxItem, such as <a href="tqlistboxtext.html">TQListBoxText</a> or +<a href="tqlistboxpixmap.html">TQListBoxPixmap</a>, with the list box as first parameter. The item will then append itself. When you delete an item it is automatically removed from the list box. <p> The list of items can be arbitrarily large; TQListBox will add scroll bars if necessary. TQListBox can display a single-column (the common case) or multiple-columns, and offers both single and multiple selection. TQListBox does not support multiple-column -items (but <a href="ntqlistview.html">TQListView</a> and <a href="ntqtable.html">TQTable</a> do), or tree hierarchies (but +items (but <a href="tqlistview.html">TQListView</a> and <a href="tqtable.html">TQTable</a> do), or tree hierarchies (but TQListView does). -<p> The list box items can be accessed both as <a href="qlistboxitem.html">TQListBoxItem</a> objects +<p> The list box items can be accessed both as <a href="tqlistboxitem.html">TQListBoxItem</a> objects (recommended) and using integer indexes (the original TQListBox implementation used an array of strings internally, and the API still supports this mode of operation). Everything can be done @@ -258,11 +258,11 @@ and call <a href="#sort">sort</a>() afterwards, or to insert a sorted <a href="t removed as necessary. <a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() and <a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() can be used to change this policy. <p> If you need to insert types other than strings and pixmaps, you -must define new classes which inherit <a href="qlistboxitem.html">TQListBoxItem</a>. +must define new classes which inherit <a href="tqlistboxitem.html">TQListBoxItem</a>. <p> <b>Warning:</b> The list box assumes ownership of all list box items and will delete them when it does not need them any more. -<p> <img src=qlistbox-m.png> <img src=qlistbox-w.png> -<p> <p>See also <a href="ntqlistview.html">TQListView</a>, <a href="tqcombobox.html">TQComboBox</a>, <a href="ntqbuttongroup.html">TQButtonGroup</a>, <a href="guibooks.html#fowler">GUI Design Handbook: List Box (two +<p> <img src=tqlistbox-m.png> <img src=tqlistbox-w.png> +<p> <p>See also <a href="tqlistview.html">TQListView</a>, <a href="tqcombobox.html">TQComboBox</a>, <a href="tqbuttongroup.html">TQButtonGroup</a>, <a href="guibooks.html#fowler">GUI Design Handbook: List Box (two sections)</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Type Documentation</h2> @@ -315,7 +315,7 @@ touch. </h3> Constructs a new empty list box called <em>name</em> and with parent <em>parent</em>. <p> Performance is boosted by modifying the widget flags <em>f</em> so that -only part of the <a href="qlistboxitem.html">TQListBoxItem</a> children is redrawn. This may be +only part of the <a href="tqlistboxitem.html">TQListBoxItem</a> children is redrawn. This may be unsuitable for custom TQListBoxItem classes, in which case <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared immediately after construction. <p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. @@ -373,7 +373,7 @@ Returns the maximum item width. <p> This function does exactly the same as <a href="#ensureCurrentVisible">ensureCurrentVisible</a>() <p> <p>See also <a href="#ensureCurrentVisible">TQListBox::ensureCurrentVisible</a>(). -<h3 class=fn>void <a name="changeItem"></a>TQListBox::changeItem ( const <a href="qlistboxitem.html">TQListBoxItem</a> * lbi, int index ) +<h3 class=fn>void <a name="changeItem"></a>TQListBox::changeItem ( const <a href="tqlistboxitem.html">TQListBoxItem</a> * lbi, int index ) </h3> Replaces the item at position <em>index</em> with <em>lbi</em>. If <em>index</em> is negative or too large, <a href="#changeItem">changeItem</a>() does nothing. @@ -416,16 +416,16 @@ Deselects all items, if possible. an item if it has <a href="focus.html#keyboard-focus">keyboard focus</a>. <p>Example: <a href="listbox-example.html#x1432">listbox/listbox.cpp</a>. -<h3 class=fn>void <a name="clicked"></a>TQListBox::clicked ( <a href="qlistboxitem.html">TQListBoxItem</a> * item )<tt> [signal]</tt> +<h3 class=fn>void <a name="clicked"></a>TQListBox::clicked ( <a href="tqlistboxitem.html">TQListBoxItem</a> * item )<tt> [signal]</tt> </h3> <p> This signal is emitted when the user clicks any mouse button. If <em>item</em> is not 0, the cursor is on <em>item</em>. If <em>item</em> is 0, the mouse cursor isn't on any item. -<p> Note that you must not delete any <a href="qlistboxitem.html">TQListBoxItem</a> objects in slots +<p> Note that you must not delete any <a href="tqlistboxitem.html">TQListBoxItem</a> objects in slots connected to this signal. -<h3 class=fn>void <a name="clicked-2"></a>TQListBox::clicked ( <a href="qlistboxitem.html">TQListBoxItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pnt )<tt> [signal]</tt> +<h3 class=fn>void <a name="clicked-2"></a>TQListBox::clicked ( <a href="tqlistboxitem.html">TQListBoxItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pnt )<tt> [signal]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This signal is emitted when the user clicks any mouse button. If @@ -435,13 +435,13 @@ mouse cursor isn't on any item. coordinate system (<a href="qmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()). (If the click's press and release differs by a pixel or two, <em>pnt</em> is the position at release time.) -<p> Note that you must not delete any <a href="qlistboxitem.html">TQListBoxItem</a> objects in slots +<p> Note that you must not delete any <a href="tqlistboxitem.html">TQListBoxItem</a> objects in slots connected to this signal. -<h3 class=fn><a href="ntqlistbox.html#LayoutMode-enum">LayoutMode</a> <a name="columnMode"></a>TQListBox::columnMode () const +<h3 class=fn><a href="tqlistbox.html#LayoutMode-enum">LayoutMode</a> <a name="columnMode"></a>TQListBox::columnMode () const </h3><p>Returns the column layout mode for this list box. -See the <a href="ntqlistbox.html#columnMode-prop">"columnMode"</a> property for details. -<h3 class=fn>void <a name="contextMenuRequested"></a>TQListBox::contextMenuRequested ( <a href="qlistboxitem.html">TQListBoxItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pos )<tt> [signal]</tt> +See the <a href="tqlistbox.html#columnMode-prop">"columnMode"</a> property for details. +<h3 class=fn>void <a name="contextMenuRequested"></a>TQListBox::contextMenuRequested ( <a href="tqlistboxitem.html">TQListBoxItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pos )<tt> [signal]</tt> </h3> <p> This signal is emitted when the user invokes a context menu with @@ -453,8 +453,8 @@ coordinate system. <h3 class=fn>uint <a name="count"></a>TQListBox::count () const </h3><p>Returns the number of items in the list box. -See the <a href="ntqlistbox.html#count-prop">"count"</a> property for details. -<h3 class=fn>void <a name="currentChanged"></a>TQListBox::currentChanged ( <a href="qlistboxitem.html">TQListBoxItem</a> * item )<tt> [signal]</tt> +See the <a href="tqlistbox.html#count-prop">"count"</a> property for details. +<h3 class=fn>void <a name="currentChanged"></a>TQListBox::currentChanged ( <a href="tqlistboxitem.html">TQListBoxItem</a> * item )<tt> [signal]</tt> </h3> <p> This signal is emitted when the user makes a new item the current @@ -463,16 +463,16 @@ item. <em>item</em> is the new current list box item. <h3 class=fn>int <a name="currentItem"></a>TQListBox::currentItem () const </h3><p>Returns the current highlighted item. -See the <a href="ntqlistbox.html#currentItem-prop">"currentItem"</a> property for details. +See the <a href="tqlistbox.html#currentItem-prop">"currentItem"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="currentText"></a>TQListBox::currentText () const </h3><p>Returns the text of the current item. -See the <a href="ntqlistbox.html#currentText-prop">"currentText"</a> property for details. +See the <a href="tqlistbox.html#currentText-prop">"currentText"</a> property for details. <h3 class=fn>void <a name="doLayout"></a>TQListBox::doLayout () const<tt> [protected]</tt> </h3> This function does the hard layout work. You should never need to call it. -<h3 class=fn>void <a name="doubleClicked"></a>TQListBox::doubleClicked ( <a href="qlistboxitem.html">TQListBoxItem</a> * item )<tt> [signal]</tt> +<h3 class=fn>void <a name="doubleClicked"></a>TQListBox::doubleClicked ( <a href="tqlistboxitem.html">TQListBoxItem</a> * item )<tt> [signal]</tt> </h3> <p> This signal is emitted whenever an item is double-clicked. It's @@ -484,7 +484,7 @@ the mouse cursor isn't on any item. </h3> Ensures that the current item is visible. -<h3 class=fn><a href="qlistboxitem.html">TQListBoxItem</a> * <a name="findItem"></a>TQListBox::findItem ( const <a href="tqstring.html">TQString</a> & text, ComparisonFlags compare = BeginsWith ) const +<h3 class=fn><a href="tqlistboxitem.html">TQListBoxItem</a> * <a name="findItem"></a>TQListBox::findItem ( const <a href="tqstring.html">TQString</a> & text, ComparisonFlags compare = BeginsWith ) const </h3> Finds the first list box item that has the text <em>text</em> and returns it, or returns 0 of no such item could be found. @@ -502,7 +502,7 @@ with" search. Returns the index of the item a point (0, <em>yPos</em>). <p>See also <a href="#index">index</a>() and <a href="#itemAt">itemAt</a>(). -<h3 class=fn><a href="qlistboxitem.html">TQListBoxItem</a> * <a name="firstItem"></a>TQListBox::firstItem () const +<h3 class=fn><a href="tqlistboxitem.html">TQListBoxItem</a> * <a name="firstItem"></a>TQListBox::firstItem () const </h3> Returns the first item in this list box. If the list box is empty, returns 0. @@ -522,14 +522,14 @@ item and the item is (or has) a string. The argument is the text of the new current item. <p> <p>See also <a href="#currentChanged">currentChanged</a>(), <a href="#selected">selected</a>(), <a href="#currentItem-prop">currentItem</a>, and <a href="#selectionChanged">selectionChanged</a>(). -<h3 class=fn>void <a name="highlighted-3"></a>TQListBox::highlighted ( <a href="qlistboxitem.html">TQListBoxItem</a> * )<tt> [signal]</tt> +<h3 class=fn>void <a name="highlighted-3"></a>TQListBox::highlighted ( <a href="tqlistboxitem.html">TQListBoxItem</a> * )<tt> [signal]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This signal is emitted when the user makes a new item the current item. The argument is a pointer to the new current item. <p> <p>See also <a href="#currentChanged">currentChanged</a>(), <a href="#selected">selected</a>(), <a href="#currentItem-prop">currentItem</a>, and <a href="#selectionChanged">selectionChanged</a>(). -<h3 class=fn>int <a name="inSort"></a>TQListBox::inSort ( const <a href="qlistboxitem.html">TQListBoxItem</a> * lbi ) +<h3 class=fn>int <a name="inSort"></a>TQListBox::inSort ( const <a href="tqlistboxitem.html">TQListBoxItem</a> * lbi ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Using this method is quite inefficient. We suggest to use <a href="#insertItem">insertItem</a>() @@ -554,13 +554,13 @@ order. inSort() treats any pixmap (or user-defined type) as lexicographically less than any string. <p> <p>See also <a href="#insertItem">insertItem</a>() and <a href="#sort">sort</a>(). -<h3 class=fn>int <a name="index"></a>TQListBox::index ( const <a href="qlistboxitem.html">TQListBoxItem</a> * lbi ) const +<h3 class=fn>int <a name="index"></a>TQListBox::index ( const <a href="tqlistboxitem.html">TQListBoxItem</a> * lbi ) const </h3> Returns the index of <em>lbi</em>, or -1 if the item is not in this list box or <em>lbi</em> is 0. <p> <p>See also <a href="#item">item</a>(). -<h3 class=fn>void <a name="insertItem"></a>TQListBox::insertItem ( const <a href="qlistboxitem.html">TQListBoxItem</a> * lbi, int index = -1 ) +<h3 class=fn>void <a name="insertItem"></a>TQListBox::insertItem ( const <a href="tqlistboxitem.html">TQListBoxItem</a> * lbi, int index = -1 ) </h3> Inserts the item <em>lbi</em> into the list at position <em>index</em>. <p> If <em>index</em> is negative or larger than the number of items in the @@ -568,7 +568,7 @@ list box, <em>lbi</em> is inserted at the end of the list. <p> <p>See also <a href="#insertStrList">insertStrList</a>(). <p>Examples: <a href="i18n-example.html#x1925">i18n/mywidget.cpp</a>, <a href="listbox-example.html#x1433">listbox/listbox.cpp</a>, <a href="listboxcombo-example.html#x1406">listboxcombo/listboxcombo.cpp</a>, and <a href="tabdialog-example.html#x55">tabdialog/tabdialog.cpp</a>. -<h3 class=fn>void <a name="insertItem-2"></a>TQListBox::insertItem ( const <a href="qlistboxitem.html">TQListBoxItem</a> * lbi, const <a href="qlistboxitem.html">TQListBoxItem</a> * after ) +<h3 class=fn>void <a name="insertItem-2"></a>TQListBox::insertItem ( const <a href="tqlistboxitem.html">TQListBoxItem</a> * lbi, const <a href="tqlistboxitem.html">TQListBoxItem</a> * after ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts the item <em>lbi</em> into the list after the item <em>after</em>, or @@ -664,7 +664,7 @@ selection mode. <h3 class=fn>bool <a name="isMultiSelection"></a>TQListBox::isMultiSelection () const </h3><p>Returns TRUE if or not the list box is in Multi selection mode; otherwise returns FALSE. -See the <a href="ntqlistbox.html#multiSelection-prop">"multiSelection"</a> property for details. +See the <a href="tqlistbox.html#multiSelection-prop">"multiSelection"</a> property for details. <h3 class=fn>bool <a name="isRubberSelecting"></a>TQListBox::isRubberSelecting () const<tt> [protected]</tt> </h3> Returns TRUE if the user is selecting items using a rubber band @@ -674,18 +674,18 @@ rectangle; otherwise returns FALSE. </h3> Returns TRUE if item <em>i</em> is selected; otherwise returns FALSE. -<h3 class=fn>bool <a name="isSelected-2"></a>TQListBox::isSelected ( const <a href="qlistboxitem.html">TQListBoxItem</a> * i ) const +<h3 class=fn>bool <a name="isSelected-2"></a>TQListBox::isSelected ( const <a href="tqlistboxitem.html">TQListBoxItem</a> * i ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns TRUE if item <em>i</em> is selected; otherwise returns FALSE. -<h3 class=fn><a href="qlistboxitem.html">TQListBoxItem</a> * <a name="item"></a>TQListBox::item ( int index ) const +<h3 class=fn><a href="tqlistboxitem.html">TQListBoxItem</a> * <a name="item"></a>TQListBox::item ( int index ) const </h3> Returns a pointer to the item at position <em>index</em>, or 0 if <em>index</em> is out of bounds. <p> <p>See also <a href="#index">index</a>(). <p>Example: <a href="listboxcombo-example.html#x1407">listboxcombo/listboxcombo.cpp</a>. -<h3 class=fn><a href="qlistboxitem.html">TQListBoxItem</a> * <a name="itemAt"></a>TQListBox::itemAt ( const <a href="tqpoint.html">TQPoint</a> & p ) const +<h3 class=fn><a href="tqlistboxitem.html">TQListBoxItem</a> * <a name="itemAt"></a>TQListBox::itemAt ( const <a href="tqpoint.html">TQPoint</a> & p ) const </h3> Returns the item at point <em>p</em>, specified in viewport coordinates, or a 0 if there is no item at <em>p</em>. @@ -697,7 +697,7 @@ viewport coordinates. Returns the height in pixels of the item with index <em>index</em>. <em>index</em> defaults to 0. <p> If <em>index</em> is too large, this function returns 0. -<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="itemRect"></a>TQListBox::itemRect ( <a href="qlistboxitem.html">TQListBoxItem</a> * item ) const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="itemRect"></a>TQListBox::itemRect ( <a href="tqlistboxitem.html">TQListBoxItem</a> * item ) const </h3> Returns the rectangle on the screen that <em>item</em> occupies in <a href="tqscrollview.html#viewport">viewport</a>()'s coordinates, or an invalid rectangle if <em>item</em> is 0 @@ -708,7 +708,7 @@ or is not currently visible. Returns TRUE if the item at position <em>index</em> is at least partly visible; otherwise returns FALSE. -<h3 class=fn>bool <a name="itemVisible-2"></a>TQListBox::itemVisible ( const <a href="qlistboxitem.html">TQListBoxItem</a> * item ) +<h3 class=fn>bool <a name="itemVisible-2"></a>TQListBox::itemVisible ( const <a href="tqlistboxitem.html">TQListBoxItem</a> * item ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns TRUE if <em>item</em> is at least partly visible; otherwise @@ -725,7 +725,7 @@ outside the visible area. </h3> Returns the width of the widest item in the list box. -<h3 class=fn>void <a name="mouseButtonClicked"></a>TQListBox::mouseButtonClicked ( int button, <a href="qlistboxitem.html">TQListBoxItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pos )<tt> [signal]</tt> +<h3 class=fn>void <a name="mouseButtonClicked"></a>TQListBox::mouseButtonClicked ( int button, <a href="tqlistboxitem.html">TQListBoxItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pos )<tt> [signal]</tt> </h3> <p> This signal is emitted when the user clicks mouse button <em>button</em>. If <em>item</em> is not 0, the cursor is on <em>item</em>. If <em>item</em> @@ -734,17 +734,17 @@ is 0, the mouse cursor isn't on any item. coordinate system (<a href="qmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()). (If the click's press and release differs by a pixel or two, <em>pos</em> is the position at release time.) -<p> Note that you must not delete any <a href="qlistboxitem.html">TQListBoxItem</a> objects in slots +<p> Note that you must not delete any <a href="tqlistboxitem.html">TQListBoxItem</a> objects in slots connected to this signal. -<h3 class=fn>void <a name="mouseButtonPressed"></a>TQListBox::mouseButtonPressed ( int button, <a href="qlistboxitem.html">TQListBoxItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pos )<tt> [signal]</tt> +<h3 class=fn>void <a name="mouseButtonPressed"></a>TQListBox::mouseButtonPressed ( int button, <a href="tqlistboxitem.html">TQListBoxItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pos )<tt> [signal]</tt> </h3> <p> This signal is emitted when the user presses mouse button <em>button</em>. If <em>item</em> is not 0, the cursor is on <em>item</em>. If <em>item</em> is 0, the mouse cursor isn't on any item. <p> <em>pos</em> is the position of the mouse cursor in the global coordinate system (<a href="qmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()). -<p> Note that you must not delete any <a href="qlistboxitem.html">TQListBoxItem</a> objects in slots +<p> Note that you must not delete any <a href="tqlistboxitem.html">TQListBoxItem</a> objects in slots connected to this signal. <h3 class=fn>int <a name="numCols"></a>TQListBox::numCols () const @@ -756,19 +756,19 @@ Returns the number of columns. <h3 class=fn>int <a name="numColumns"></a>TQListBox::numColumns () const </h3><p>Returns the number of columns in the list box. -See the <a href="ntqlistbox.html#numColumns-prop">"numColumns"</a> property for details. +See the <a href="tqlistbox.html#numColumns-prop">"numColumns"</a> property for details. <h3 class=fn>int <a name="numItemsVisible"></a>TQListBox::numItemsVisible () const </h3><p>Returns the number of visible items. -See the <a href="ntqlistbox.html#numItemsVisible-prop">"numItemsVisible"</a> property for details. +See the <a href="tqlistbox.html#numItemsVisible-prop">"numItemsVisible"</a> property for details. <h3 class=fn>int <a name="numRows"></a>TQListBox::numRows () const </h3><p>Returns the number of rows in the list box. -See the <a href="ntqlistbox.html#numRows-prop">"numRows"</a> property for details. -<h3 class=fn>void <a name="onItem"></a>TQListBox::onItem ( <a href="qlistboxitem.html">TQListBoxItem</a> * i )<tt> [signal]</tt> +See the <a href="tqlistbox.html#numRows-prop">"numRows"</a> property for details. +<h3 class=fn>void <a name="onItem"></a>TQListBox::onItem ( <a href="tqlistboxitem.html">TQListBoxItem</a> * i )<tt> [signal]</tt> </h3> <p> This signal is emitted when the user moves the mouse cursor onto an item, similar to the <a href="tqwidget.html#enterEvent">TQWidget::enterEvent</a>() function. <em>i</em> is -the <a href="qlistboxitem.html">TQListBoxItem</a> that the mouse has moved on. +the <a href="tqlistboxitem.html">TQListBoxItem</a> that the mouse has moved on. <h3 class=fn>void <a name="onViewport"></a>TQListBox::onViewport ()<tt> [signal]</tt> </h3> @@ -779,7 +779,7 @@ an item to an empty part of the list box. <h3 class=fn>void <a name="paintCell"></a>TQListBox::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, int row, int col )<tt> [virtual protected]</tt> </h3> Provided for compatibility with the old TQListBox. We recommend -using <a href="qlistboxitem.html#paint">TQListBoxItem::paint</a>() instead. +using <a href="tqlistboxitem.html#paint">TQListBoxItem::paint</a>() instead. <p> Repaints the cell at <em>row</em>, <em>col</em> using painter <em>p</em>. <h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQListBox::pixmap ( int index ) const @@ -788,16 +788,16 @@ Returns a pointer to the pixmap at position <em>index</em>, or 0 if there is no pixmap there. <p> <p>See also <a href="#text">text</a>(). -<h3 class=fn>void <a name="pressed"></a>TQListBox::pressed ( <a href="qlistboxitem.html">TQListBoxItem</a> * item )<tt> [signal]</tt> +<h3 class=fn>void <a name="pressed"></a>TQListBox::pressed ( <a href="tqlistboxitem.html">TQListBoxItem</a> * item )<tt> [signal]</tt> </h3> <p> This signal is emitted when the user presses any mouse button. If <em>item</em> is not 0, the cursor is on <em>item</em>. If <em>item</em> is 0, the mouse cursor isn't on any item. -<p> Note that you must not delete any <a href="qlistboxitem.html">TQListBoxItem</a> objects in slots +<p> Note that you must not delete any <a href="tqlistboxitem.html">TQListBoxItem</a> objects in slots connected to this signal. -<h3 class=fn>void <a name="pressed-2"></a>TQListBox::pressed ( <a href="qlistboxitem.html">TQListBoxItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pnt )<tt> [signal]</tt> +<h3 class=fn>void <a name="pressed-2"></a>TQListBox::pressed ( <a href="tqlistboxitem.html">TQListBoxItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pnt )<tt> [signal]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This signal is emitted when the user presses any mouse button. If @@ -805,7 +805,7 @@ This is an overloaded member function, provided for convenience. It behaves esse mouse cursor isn't on any item. <p> <em>pnt</em> is the position of the mouse cursor in the global coordinate system (<a href="qmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()). -<p> Note that you must not delete any <a href="qlistboxitem.html">TQListBoxItem</a> objects in slots +<p> Note that you must not delete any <a href="tqlistboxitem.html">TQListBoxItem</a> objects in slots connected to this signal. <p> <p>See also <a href="#mouseButtonPressed">mouseButtonPressed</a>(), <a href="#rightButtonPressed">rightButtonPressed</a>(), and <a href="#clicked">clicked</a>(). @@ -816,30 +816,30 @@ equal to <a href="#currentItem">currentItem</a>(), a new item becomes current an <a href="#currentChanged">currentChanged</a>() and <a href="#highlighted">highlighted</a>() signals are emitted. <p> <p>See also <a href="#insertItem">insertItem</a>() and <a href="#clear">clear</a>(). -<h3 class=fn>void <a name="returnPressed"></a>TQListBox::returnPressed ( <a href="qlistboxitem.html">TQListBoxItem</a> * )<tt> [signal]</tt> +<h3 class=fn>void <a name="returnPressed"></a>TQListBox::returnPressed ( <a href="tqlistboxitem.html">TQListBoxItem</a> * )<tt> [signal]</tt> </h3> <p> This signal is emitted when Enter or Return is pressed. The argument is <a href="#currentItem">currentItem</a>(). -<h3 class=fn>void <a name="rightButtonClicked"></a>TQListBox::rightButtonClicked ( <a href="qlistboxitem.html">TQListBoxItem</a> *, const <a href="tqpoint.html">TQPoint</a> & )<tt> [signal]</tt> +<h3 class=fn>void <a name="rightButtonClicked"></a>TQListBox::rightButtonClicked ( <a href="tqlistboxitem.html">TQListBoxItem</a> *, const <a href="tqpoint.html">TQPoint</a> & )<tt> [signal]</tt> </h3> <p> This signal is emitted when the right button is clicked (i.e. when it's released at the same point where it was pressed). The -arguments are the relevant <a href="qlistboxitem.html">TQListBoxItem</a> (may be 0) and the point +arguments are the relevant <a href="tqlistboxitem.html">TQListBoxItem</a> (may be 0) and the point in global coordinates. -<h3 class=fn>void <a name="rightButtonPressed"></a>TQListBox::rightButtonPressed ( <a href="qlistboxitem.html">TQListBoxItem</a> *, const <a href="tqpoint.html">TQPoint</a> & )<tt> [signal]</tt> +<h3 class=fn>void <a name="rightButtonPressed"></a>TQListBox::rightButtonPressed ( <a href="tqlistboxitem.html">TQListBoxItem</a> *, const <a href="tqpoint.html">TQPoint</a> & )<tt> [signal]</tt> </h3> <p> This signal is emitted when the right button is pressed. The -arguments are the relevant <a href="qlistboxitem.html">TQListBoxItem</a> (may be 0) and the point +arguments are the relevant <a href="tqlistboxitem.html">TQListBoxItem</a> (may be 0) and the point in global coordinates. -<h3 class=fn><a href="ntqlistbox.html#LayoutMode-enum">LayoutMode</a> <a name="rowMode"></a>TQListBox::rowMode () const +<h3 class=fn><a href="tqlistbox.html#LayoutMode-enum">LayoutMode</a> <a name="rowMode"></a>TQListBox::rowMode () const </h3><p>Returns the row layout mode for this list box. -See the <a href="ntqlistbox.html#rowMode-prop">"rowMode"</a> property for details. +See the <a href="tqlistbox.html#rowMode-prop">"rowMode"</a> property for details. <h3 class=fn>bool <a name="scrollBar"></a>TQListBox::scrollBar () const </h3> @@ -870,7 +870,7 @@ presses Enter on the current item, and the item is (or has) a string. The argument is the text of the selected item. <p> <p>See also <a href="#currentChanged">currentChanged</a>(), <a href="#highlighted">highlighted</a>(), and <a href="#selectionChanged">selectionChanged</a>(). -<h3 class=fn>void <a name="selected-3"></a>TQListBox::selected ( <a href="qlistboxitem.html">TQListBoxItem</a> * )<tt> [signal]</tt> +<h3 class=fn>void <a name="selected-3"></a>TQListBox::selected ( <a href="tqlistboxitem.html">TQListBoxItem</a> * )<tt> [signal]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This signal is emitted when the user double-clicks on an item or @@ -878,7 +878,7 @@ presses Enter on the current item. The argument is a pointer to the new selected item. <p> <p>See also <a href="#currentChanged">currentChanged</a>(), <a href="#highlighted">highlighted</a>(), and <a href="#selectionChanged">selectionChanged</a>(). -<h3 class=fn><a href="qlistboxitem.html">TQListBoxItem</a> * <a name="selectedItem"></a>TQListBox::selectedItem () const +<h3 class=fn><a href="tqlistboxitem.html">TQListBoxItem</a> * <a name="selectedItem"></a>TQListBox::selectedItem () const </h3> Returns the selected item if the list box is in single-selection mode and an item is selected. <p> If no items are selected or the list box is in another selection mode @@ -895,16 +895,16 @@ just one <a href="#selectionChanged">selectionChanged</a>() signal so the signal to computationally expensive slots. <p> <p>See also <a href="#selected">selected</a>() and <a href="#currentItem-prop">currentItem</a>. -<h3 class=fn>void <a name="selectionChanged-2"></a>TQListBox::selectionChanged ( <a href="qlistboxitem.html">TQListBoxItem</a> * item )<tt> [signal]</tt> +<h3 class=fn>void <a name="selectionChanged-2"></a>TQListBox::selectionChanged ( <a href="tqlistboxitem.html">TQListBoxItem</a> * item )<tt> [signal]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This signal is emitted when the selection in a <a href="#SelectionMode-enum">Single</a> selection list box changes. <em>item</em> is the newly selected list box item. <p> <p>See also <a href="#selected">selected</a>() and <a href="#currentItem-prop">currentItem</a>. -<h3 class=fn><a href="ntqlistbox.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode"></a>TQListBox::selectionMode () const +<h3 class=fn><a href="tqlistbox.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode"></a>TQListBox::selectionMode () const </h3><p>Returns the selection mode of the list box. -See the <a href="ntqlistbox.html#selectionMode-prop">"selectionMode"</a> property for details. +See the <a href="tqlistbox.html#selectionMode-prop">"selectionMode"</a> property for details. <h3 class=fn>void <a name="setAutoBottomScrollBar"></a>TQListBox::setAutoBottomScrollBar ( bool enable ) </h3> @@ -932,29 +932,29 @@ is displayed in the bottom row of the list box. <p> If <em>enable</em> is TRUE sets <a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() to <a href="tqscrollview.html#ScrollBarMode-enum">AlwaysOn</a>; otherwise sets setHScrollBarMode() to <a href="tqscrollview.html#ScrollBarMode-enum">AlwaysOff</a>. -<h3 class=fn>void <a name="setColumnMode"></a>TQListBox::setColumnMode ( <a href="ntqlistbox.html#LayoutMode-enum">LayoutMode</a> )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setColumnMode"></a>TQListBox::setColumnMode ( <a href="tqlistbox.html#LayoutMode-enum">LayoutMode</a> )<tt> [virtual]</tt> </h3><p>Sets the column layout mode for this list box. -See the <a href="ntqlistbox.html#columnMode-prop">"columnMode"</a> property for details. +See the <a href="tqlistbox.html#columnMode-prop">"columnMode"</a> property for details. <h3 class=fn>void <a name="setColumnMode-2"></a>TQListBox::setColumnMode ( int )<tt> [virtual]</tt> </h3><p>Sets the column layout mode for this list box. -See the <a href="ntqlistbox.html#columnMode-prop">"columnMode"</a> property for details. +See the <a href="tqlistbox.html#columnMode-prop">"columnMode"</a> property for details. <h3 class=fn>void <a name="setCurrentItem"></a>TQListBox::setCurrentItem ( int index )<tt> [virtual]</tt> </h3><p>Sets the current highlighted item to <em>index</em>. -See the <a href="ntqlistbox.html#currentItem-prop">"currentItem"</a> property for details. -<h3 class=fn>void <a name="setCurrentItem-2"></a>TQListBox::setCurrentItem ( <a href="qlistboxitem.html">TQListBoxItem</a> * i )<tt> [virtual]</tt> +See the <a href="tqlistbox.html#currentItem-prop">"currentItem"</a> property for details. +<h3 class=fn>void <a name="setCurrentItem-2"></a>TQListBox::setCurrentItem ( <a href="tqlistboxitem.html">TQListBoxItem</a> * i )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<p> Sets the current item to the <a href="qlistboxitem.html">TQListBoxItem</a> <em>i</em>. +<p> Sets the current item to the <a href="tqlistboxitem.html">TQListBoxItem</a> <em>i</em>. <h3 class=fn>void <a name="setMultiSelection"></a>TQListBox::setMultiSelection ( bool multi ) </h3><p>Sets whether or not the list box is in Multi selection mode to <em>multi</em>. -See the <a href="ntqlistbox.html#multiSelection-prop">"multiSelection"</a> property for details. -<h3 class=fn>void <a name="setRowMode"></a>TQListBox::setRowMode ( <a href="ntqlistbox.html#LayoutMode-enum">LayoutMode</a> )<tt> [virtual]</tt> +See the <a href="tqlistbox.html#multiSelection-prop">"multiSelection"</a> property for details. +<h3 class=fn>void <a name="setRowMode"></a>TQListBox::setRowMode ( <a href="tqlistbox.html#LayoutMode-enum">LayoutMode</a> )<tt> [virtual]</tt> </h3><p>Sets the row layout mode for this list box. -See the <a href="ntqlistbox.html#rowMode-prop">"rowMode"</a> property for details. +See the <a href="tqlistbox.html#rowMode-prop">"rowMode"</a> property for details. <h3 class=fn>void <a name="setRowMode-2"></a>TQListBox::setRowMode ( int )<tt> [virtual]</tt> </h3><p>Sets the row layout mode for this list box. -See the <a href="ntqlistbox.html#rowMode-prop">"rowMode"</a> property for details. +See the <a href="tqlistbox.html#rowMode-prop">"rowMode"</a> property for details. <h3 class=fn>void <a name="setScrollBar"></a>TQListBox::setScrollBar ( bool enable ) </h3> @@ -962,7 +962,7 @@ See the <a href="ntqlistbox.html#rowMode-prop">"rowMode"</a> property for detail <p> If <em>enable</em> is TRUE sets <a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() to <a href="tqscrollview.html#ScrollBarMode-enum">AlwaysOn</a>; otherwise sets setVScrollBarMode() to <a href="tqscrollview.html#ScrollBarMode-enum">AlwaysOff</a>. -<h3 class=fn>void <a name="setSelected"></a>TQListBox::setSelected ( <a href="qlistboxitem.html">TQListBoxItem</a> * item, bool select )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setSelected"></a>TQListBox::setSelected ( <a href="tqlistboxitem.html">TQListBoxItem</a> * item, bool select )<tt> [virtual]</tt> </h3> Selects <em>item</em> if <em>select</em> is TRUE or unselects it if <em>select</em> is FALSE, and repaints the item appropriately. @@ -978,31 +978,31 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> If <em>select</em> is TRUE the item at position <em>index</em> is selected; otherwise the item is deselected. -<h3 class=fn>void <a name="setSelectionMode"></a>TQListBox::setSelectionMode ( <a href="ntqlistbox.html#SelectionMode-enum">SelectionMode</a> )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setSelectionMode"></a>TQListBox::setSelectionMode ( <a href="tqlistbox.html#SelectionMode-enum">SelectionMode</a> )<tt> [virtual]</tt> </h3><p>Sets the selection mode of the list box. -See the <a href="ntqlistbox.html#selectionMode-prop">"selectionMode"</a> property for details. +See the <a href="tqlistbox.html#selectionMode-prop">"selectionMode"</a> property for details. <h3 class=fn>void <a name="setTopItem"></a>TQListBox::setTopItem ( int index )<tt> [virtual]</tt> </h3><p>Sets the index of an item at the top of the screen to <em>index</em>. -See the <a href="ntqlistbox.html#topItem-prop">"topItem"</a> property for details. +See the <a href="tqlistbox.html#topItem-prop">"topItem"</a> property for details. <h3 class=fn>void <a name="setVariableHeight"></a>TQListBox::setVariableHeight ( bool )<tt> [virtual]</tt> </h3><p>Sets whether this list box has variable-height rows. -See the <a href="ntqlistbox.html#variableHeight-prop">"variableHeight"</a> property for details. +See the <a href="tqlistbox.html#variableHeight-prop">"variableHeight"</a> property for details. <h3 class=fn>void <a name="setVariableWidth"></a>TQListBox::setVariableWidth ( bool )<tt> [virtual]</tt> </h3><p>Sets whether this list box has variable-width columns. -See the <a href="ntqlistbox.html#variableWidth-prop">"variableWidth"</a> property for details. +See the <a href="tqlistbox.html#variableWidth-prop">"variableWidth"</a> property for details. <h3 class=fn>void <a name="sort"></a>TQListBox::sort ( bool ascending = TRUE ) </h3> If <em>ascending</em> is TRUE sorts the items in ascending order; otherwise sorts in descending order. -<p> To compare the items, the text (<a href="qlistboxitem.html#text">TQListBoxItem::text</a>()) of the items +<p> To compare the items, the text (<a href="tqlistboxitem.html#text">TQListBoxItem::text</a>()) of the items is used. <p>Example: <a href="listbox-example.html#x1439">listbox/listbox.cpp</a>. -<h3 class=fn>void <a name="takeItem"></a>TQListBox::takeItem ( const <a href="qlistboxitem.html">TQListBoxItem</a> * item ) +<h3 class=fn>void <a name="takeItem"></a>TQListBox::takeItem ( const <a href="tqlistboxitem.html">TQListBoxItem</a> * item ) </h3> Removes <em>item</em> from the list box and causes an update of the screen display. The item is not deleted. You should normally not -need to call this function because <a href="qlistboxitem.html#~TQListBoxItem">TQListBoxItem::~TQListBoxItem</a>() +need to call this function because <a href="tqlistboxitem.html#~TQListBoxItem">TQListBoxItem::~TQListBoxItem</a>() calls it. The normal way to delete an item is with <tt>delete</tt>. <p> <p>See also <a href="#insertItem">TQListBox::insertItem</a>(). @@ -1020,7 +1020,7 @@ list box is a <a href="#SelectionMode-enum">Multi</a> selection list box. <h3 class=fn>int <a name="topItem"></a>TQListBox::topItem () const </h3><p>Returns the index of an item at the top of the screen. -See the <a href="ntqlistbox.html#topItem-prop">"topItem"</a> property for details. +See the <a href="tqlistbox.html#topItem-prop">"topItem"</a> property for details. <h3 class=fn>int <a name="totalHeight"></a>TQListBox::totalHeight () const<tt> [protected]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. @@ -1043,19 +1043,19 @@ is also redone. </h3> Repaints the item at position <em>index</em> in the list. -<h3 class=fn>void <a name="updateItem-2"></a>TQListBox::updateItem ( <a href="qlistboxitem.html">TQListBoxItem</a> * i )<tt> [protected]</tt> +<h3 class=fn>void <a name="updateItem-2"></a>TQListBox::updateItem ( <a href="tqlistboxitem.html">TQListBoxItem</a> * i )<tt> [protected]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<p> Repaints the <a href="qlistboxitem.html">TQListBoxItem</a> <em>i</em>. +<p> Repaints the <a href="tqlistboxitem.html">TQListBoxItem</a> <em>i</em>. <h3 class=fn>bool <a name="variableHeight"></a>TQListBox::variableHeight () const </h3><p>Returns TRUE if this list box has variable-height rows; otherwise returns FALSE. -See the <a href="ntqlistbox.html#variableHeight-prop">"variableHeight"</a> property for details. +See the <a href="tqlistbox.html#variableHeight-prop">"variableHeight"</a> property for details. <h3 class=fn>bool <a name="variableWidth"></a>TQListBox::variableWidth () const </h3><p>Returns TRUE if this list box has variable-width columns; otherwise returns FALSE. -See the <a href="ntqlistbox.html#variableWidth-prop">"variableWidth"</a> property for details. +See the <a href="tqlistbox.html#variableWidth-prop">"variableWidth"</a> property for details. <hr><h2>Property Documentation</h2> -<h3 class=fn><a href="ntqlistbox.html#LayoutMode-enum">LayoutMode</a> <a name="columnMode-prop"></a>columnMode</h3> +<h3 class=fn><a href="tqlistbox.html#LayoutMode-enum">LayoutMode</a> <a name="columnMode-prop"></a>columnMode</h3> <p>This property holds the column layout mode for this list box. <p>setColumnMode() sets the layout mode and adjusts the number of displayed columns. The row layout mode automatically becomes <a href="#LayoutMode-enum">Variable</a>, unless the column mode is <a href="#LayoutMode-enum">Variable</a>. @@ -1109,7 +1109,7 @@ layout, but can be different. <p> <p>See also <a href="#columnMode-prop">columnMode</a>, <a href="#rowMode-prop">rowMode</a>, and <a href="#numColumns-prop">numColumns</a>. <p>Get this property's value with <a href="#numRows">numRows</a>(). -<h3 class=fn><a href="ntqlistbox.html#LayoutMode-enum">LayoutMode</a> <a name="rowMode-prop"></a>rowMode</h3> +<h3 class=fn><a href="tqlistbox.html#LayoutMode-enum">LayoutMode</a> <a name="rowMode-prop"></a>rowMode</h3> <p>This property holds the row layout mode for this list box. <p>This property is normally <a href="#LayoutMode-enum">Variable</a>. <p> <a href="#setRowMode">setRowMode</a>() sets the layout mode and adjusts the number of @@ -1117,7 +1117,7 @@ displayed rows. The column layout mode automatically becomes <a href="#LayoutMod <p> <p>See also <a href="#columnMode-prop">columnMode</a>. <p>Set this property's value with <a href="#setRowMode">setRowMode</a>() and get this property's value with <a href="#rowMode">rowMode</a>(). -<h3 class=fn><a href="ntqlistbox.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode-prop"></a>selectionMode</h3> +<h3 class=fn><a href="tqlistbox.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode-prop"></a>selectionMode</h3> <p>This property holds the selection mode of the list box. <p>Sets the list box's selection mode, which may be one of <a href="#SelectionMode-enum">Single</a> (the default), <a href="#SelectionMode-enum">Extended</a>, <a href="#SelectionMode-enum">Multi</a> or <a href="#SelectionMode-enum">NoSelection</a>. diff --git a/doc/html/qlistboxitem-members.html b/doc/html/tqlistboxitem-members.html index e1811a0f8..95b7a9f78 100644 --- a/doc/html/qlistboxitem-members.html +++ b/doc/html/tqlistboxitem-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqlistbox.h:316 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlistbox.h:316 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,28 +32,28 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQListBoxItem</h1> <p>This is the complete list of member functions for -<a href="qlistboxitem.html">TQListBoxItem</a>, including inherited members. +<a href="tqlistboxitem.html">TQListBoxItem</a>, including inherited members. <ul> -<li><a href="qlistboxitem.html#TQListBoxItem">TQListBoxItem</a>() -<li><a href="qlistboxitem.html#~TQListBoxItem">~TQListBoxItem</a>() -<li><a href="qlistboxitem.html#current">current</a>() -<li><a href="qlistboxitem.html#height">height</a>() -<li><a href="qlistboxitem.html#isCurrent">isCurrent</a>() -<li><a href="qlistboxitem.html#isSelectable">isSelectable</a>() -<li><a href="qlistboxitem.html#isSelected">isSelected</a>() -<li><a href="qlistboxitem.html#listBox">listBox</a>() -<li><a href="qlistboxitem.html#next">next</a>() -<li><a href="qlistboxitem.html#paint">paint</a>() -<li><a href="qlistboxitem.html#pixmap">pixmap</a>() -<li><a href="qlistboxitem.html#prev">prev</a>() -<li><a href="qlistboxitem.html#rtti">rtti</a>() -<li><a href="qlistboxitem.html#selected">selected</a>() -<li><a href="qlistboxitem.html#setCustomHighlighting">setCustomHighlighting</a>() -<li><a href="qlistboxitem.html#setSelectable">setSelectable</a>() -<li><a href="qlistboxitem.html#setText">setText</a>() -<li><a href="qlistboxitem.html#text">text</a>() -<li><a href="qlistboxitem.html#width">width</a>() +<li><a href="tqlistboxitem.html#TQListBoxItem">TQListBoxItem</a>() +<li><a href="tqlistboxitem.html#~TQListBoxItem">~TQListBoxItem</a>() +<li><a href="tqlistboxitem.html#current">current</a>() +<li><a href="tqlistboxitem.html#height">height</a>() +<li><a href="tqlistboxitem.html#isCurrent">isCurrent</a>() +<li><a href="tqlistboxitem.html#isSelectable">isSelectable</a>() +<li><a href="tqlistboxitem.html#isSelected">isSelected</a>() +<li><a href="tqlistboxitem.html#listBox">listBox</a>() +<li><a href="tqlistboxitem.html#next">next</a>() +<li><a href="tqlistboxitem.html#paint">paint</a>() +<li><a href="tqlistboxitem.html#pixmap">pixmap</a>() +<li><a href="tqlistboxitem.html#prev">prev</a>() +<li><a href="tqlistboxitem.html#rtti">rtti</a>() +<li><a href="tqlistboxitem.html#selected">selected</a>() +<li><a href="tqlistboxitem.html#setCustomHighlighting">setCustomHighlighting</a>() +<li><a href="tqlistboxitem.html#setSelectable">setSelectable</a>() +<li><a href="tqlistboxitem.html#setText">setText</a>() +<li><a href="tqlistboxitem.html#text">text</a>() +<li><a href="tqlistboxitem.html#width">width</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qlistboxitem.html b/doc/html/tqlistboxitem.html index 20ff61884..67f98097e 100644 --- a/doc/html/qlistboxitem.html +++ b/doc/html/tqlistboxitem.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qlistbox.cpp:160 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqlistbox.cpp:160 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQListBoxItem class is the base class of all list box items. <a href="#details">More...</a> -<p><tt>#include <<a href="qlistbox-h.html">ntqlistbox.h</a>></tt> -<p>Inherited by <a href="qlistboxtext.html">TQListBoxText</a> and <a href="qlistboxpixmap.html">TQListBoxPixmap</a>. -<p><a href="qlistboxitem-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqlistbox-h.html">tqlistbox.h</a>></tt> +<p>Inherited by <a href="tqlistboxtext.html">TQListBoxText</a> and <a href="tqlistboxpixmap.html">TQListBoxPixmap</a>. +<p><a href="tqlistboxitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQListBoxItem"><b>TQListBoxItem</b></a> ( TQListBox * listbox = 0 )</li> @@ -67,16 +67,16 @@ body { background: #ffffff; color: black; } The TQListBoxItem class is the base class of all list box items. <p> This class is an abstract base class used for all list box items. -If you need to insert customized items into a <a href="ntqlistbox.html">TQListBox</a> you must +If you need to insert customized items into a <a href="tqlistbox.html">TQListBox</a> you must inherit this class and reimplement <a href="#paint">paint</a>(), <a href="#height">height</a>() and <a href="#width">width</a>(). -<p> <p>See also <a href="ntqlistbox.html">TQListBox</a>. +<p> <p>See also <a href="tqlistbox.html">TQListBox</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQListBoxItem"></a>TQListBoxItem::TQListBoxItem ( <a href="ntqlistbox.html">TQListBox</a> * listbox = 0 ) +<h3 class=fn><a name="TQListBoxItem"></a>TQListBoxItem::TQListBoxItem ( <a href="tqlistbox.html">TQListBox</a> * listbox = 0 ) </h3> Constructs an empty list box item in the list box <em>listbox</em>. -<h3 class=fn><a name="TQListBoxItem-2"></a>TQListBoxItem::TQListBoxItem ( <a href="ntqlistbox.html">TQListBox</a> * listbox, <a href="qlistboxitem.html">TQListBoxItem</a> * after ) +<h3 class=fn><a name="TQListBoxItem-2"></a>TQListBoxItem::TQListBoxItem ( <a href="tqlistbox.html">TQListBox</a> * listbox, <a href="tqlistboxitem.html">TQListBoxItem</a> * after ) </h3> Constructs an empty list box item in the list box <em>listbox</em> and inserts it after the item <em>after</em> or at the beginning if <em>after</em> @@ -91,7 +91,7 @@ Destroys the list box item. <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn>int <a name="height"></a>TQListBoxItem::height ( const <a href="ntqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> +<h3 class=fn>int <a name="height"></a>TQListBoxItem::height ( const <a href="tqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> </h3> <p> Implement this function to return the height of your item. The <em>lb</em> parameter is the same as <a href="#listBox">listBox</a>() and is provided for @@ -100,12 +100,12 @@ convenience and compatibility. <a href="ntqapplication.html#globalStrut">TQApplication::globalStrut</a>()'s height. <p> <p>See also <a href="#paint">paint</a>() and <a href="#width">width</a>(). -<p>Reimplemented in <a href="qlistboxtext.html#height">TQListBoxText</a> and <a href="qlistboxpixmap.html#height">TQListBoxPixmap</a>. +<p>Reimplemented in <a href="tqlistboxtext.html#height">TQListBoxText</a> and <a href="tqlistboxpixmap.html#height">TQListBoxPixmap</a>. <h3 class=fn>bool <a name="isCurrent"></a>TQListBoxItem::isCurrent () const </h3> Returns TRUE if the item is the current item; otherwise returns FALSE. -<p> <p>See also <a href="ntqlistbox.html#currentItem-prop">TQListBox::currentItem</a>, <a href="ntqlistbox.html#item">TQListBox::item</a>(), and <a href="#isSelected">isSelected</a>(). +<p> <p>See also <a href="tqlistbox.html#currentItem-prop">TQListBox::currentItem</a>, <a href="tqlistbox.html#item">TQListBox::item</a>(), and <a href="#isSelected">isSelected</a>(). <h3 class=fn>bool <a name="isSelectable"></a>TQListBoxItem::isSelectable () const </h3> @@ -117,14 +117,14 @@ returns FALSE. </h3> <p> Returns TRUE if the item is selected; otherwise returns FALSE. -<p> <p>See also <a href="ntqlistbox.html#isSelected">TQListBox::isSelected</a>() and <a href="#isCurrent">isCurrent</a>(). +<p> <p>See also <a href="tqlistbox.html#isSelected">TQListBox::isSelected</a>() and <a href="#isCurrent">isCurrent</a>(). <p>Example: <a href="listboxcombo-example.html#x1409">listboxcombo/listboxcombo.cpp</a>. -<h3 class=fn><a href="ntqlistbox.html">TQListBox</a> * <a name="listBox"></a>TQListBoxItem::listBox () const +<h3 class=fn><a href="tqlistbox.html">TQListBox</a> * <a name="listBox"></a>TQListBoxItem::listBox () const </h3> Returns a pointer to the list box containing this item. -<h3 class=fn><a href="qlistboxitem.html">TQListBoxItem</a> * <a name="next"></a>TQListBoxItem::next () const +<h3 class=fn><a href="tqlistboxitem.html">TQListBoxItem</a> * <a name="next"></a>TQListBoxItem::next () const </h3> Returns the item that comes after this in the list box. If this is the last item, 0 is returned. @@ -138,7 +138,7 @@ already open for painting. <p> <p>See also <a href="#height">height</a>() and <a href="#width">width</a>(). <p>Example: <a href="listboxcombo-example.html#x1410">listboxcombo/listboxcombo.cpp</a>. -<p>Reimplemented in <a href="qlistboxtext.html#paint">TQListBoxText</a> and <a href="qlistboxpixmap.html#paint">TQListBoxPixmap</a>. +<p>Reimplemented in <a href="tqlistboxtext.html#paint">TQListBoxText</a> and <a href="tqlistboxpixmap.html#paint">TQListBoxPixmap</a>. <h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQListBoxItem::pixmap () const<tt> [virtual]</tt> </h3> Returns the pixmap associated with the item, or 0 if there isn't @@ -146,8 +146,8 @@ one. <p> The default implementation returns 0. <p>Example: <a href="listboxcombo-example.html#x1411">listboxcombo/listboxcombo.cpp</a>. -<p>Reimplemented in <a href="qlistboxpixmap.html#pixmap">TQListBoxPixmap</a>. -<h3 class=fn><a href="qlistboxitem.html">TQListBoxItem</a> * <a name="prev"></a>TQListBoxItem::prev () const +<p>Reimplemented in <a href="tqlistboxpixmap.html#pixmap">TQListBoxPixmap</a>. +<h3 class=fn><a href="tqlistboxitem.html">TQListBoxItem</a> * <a name="prev"></a>TQListBoxItem::prev () const </h3> Returns the item which comes before this in the list box. If this is the first item, 0 is returned. @@ -194,7 +194,7 @@ Returns the text of the item. This text is also used for sorting. <p> <p>See also <a href="#setText">setText</a>(). <p>Example: <a href="listboxcombo-example.html#x1412">listboxcombo/listboxcombo.cpp</a>. -<h3 class=fn>int <a name="width"></a>TQListBoxItem::width ( const <a href="ntqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> +<h3 class=fn>int <a name="width"></a>TQListBoxItem::width ( const <a href="tqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> </h3> <p> Reimplement this function to return the width of your item. The <em>lb</em> parameter is the same as <a href="#listBox">listBox</a>() and is provided for @@ -203,7 +203,7 @@ convenience and compatibility. <a href="ntqapplication.html#globalStrut">TQApplication::globalStrut</a>()'s width. <p> <p>See also <a href="#paint">paint</a>() and <a href="#height">height</a>(). -<p>Reimplemented in <a href="qlistboxtext.html#width">TQListBoxText</a> and <a href="qlistboxpixmap.html#width">TQListBoxPixmap</a>. +<p>Reimplemented in <a href="tqlistboxtext.html#width">TQListBoxText</a> and <a href="tqlistboxpixmap.html#width">TQListBoxPixmap</a>. <!-- eof --> <hr><p> This file is part of the <a href="index.html">TQt toolkit</a>. diff --git a/doc/html/qlistboxpixmap-members.html b/doc/html/tqlistboxpixmap-members.html index 32b7a8d25..217c7d27d 100644 --- a/doc/html/qlistboxpixmap-members.html +++ b/doc/html/tqlistboxpixmap-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqlistbox.h:398 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlistbox.h:398 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,28 +32,28 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQListBoxPixmap</h1> <p>This is the complete list of member functions for -<a href="qlistboxpixmap.html">TQListBoxPixmap</a>, including inherited members. +<a href="tqlistboxpixmap.html">TQListBoxPixmap</a>, including inherited members. <ul> -<li><a href="qlistboxpixmap.html#TQListBoxPixmap">TQListBoxPixmap</a>() -<li><a href="qlistboxpixmap.html#~TQListBoxPixmap">~TQListBoxPixmap</a>() -<li><a href="qlistboxitem.html#current">current</a>() -<li><a href="qlistboxpixmap.html#height">height</a>() -<li><a href="qlistboxitem.html#isCurrent">isCurrent</a>() -<li><a href="qlistboxitem.html#isSelectable">isSelectable</a>() -<li><a href="qlistboxitem.html#isSelected">isSelected</a>() -<li><a href="qlistboxitem.html#listBox">listBox</a>() -<li><a href="qlistboxitem.html#next">next</a>() -<li><a href="qlistboxpixmap.html#paint">paint</a>() -<li><a href="qlistboxpixmap.html#pixmap">pixmap</a>() -<li><a href="qlistboxitem.html#prev">prev</a>() -<li><a href="qlistboxitem.html#rtti">rtti</a>() -<li><a href="qlistboxitem.html#selected">selected</a>() -<li><a href="qlistboxitem.html#setCustomHighlighting">setCustomHighlighting</a>() -<li><a href="qlistboxitem.html#setSelectable">setSelectable</a>() -<li><a href="qlistboxitem.html#setText">setText</a>() -<li><a href="qlistboxitem.html#text">text</a>() -<li><a href="qlistboxpixmap.html#width">width</a>() +<li><a href="tqlistboxpixmap.html#TQListBoxPixmap">TQListBoxPixmap</a>() +<li><a href="tqlistboxpixmap.html#~TQListBoxPixmap">~TQListBoxPixmap</a>() +<li><a href="tqlistboxitem.html#current">current</a>() +<li><a href="tqlistboxpixmap.html#height">height</a>() +<li><a href="tqlistboxitem.html#isCurrent">isCurrent</a>() +<li><a href="tqlistboxitem.html#isSelectable">isSelectable</a>() +<li><a href="tqlistboxitem.html#isSelected">isSelected</a>() +<li><a href="tqlistboxitem.html#listBox">listBox</a>() +<li><a href="tqlistboxitem.html#next">next</a>() +<li><a href="tqlistboxpixmap.html#paint">paint</a>() +<li><a href="tqlistboxpixmap.html#pixmap">pixmap</a>() +<li><a href="tqlistboxitem.html#prev">prev</a>() +<li><a href="tqlistboxitem.html#rtti">rtti</a>() +<li><a href="tqlistboxitem.html#selected">selected</a>() +<li><a href="tqlistboxitem.html#setCustomHighlighting">setCustomHighlighting</a>() +<li><a href="tqlistboxitem.html#setSelectable">setSelectable</a>() +<li><a href="tqlistboxitem.html#setText">setText</a>() +<li><a href="tqlistboxitem.html#text">text</a>() +<li><a href="tqlistboxpixmap.html#width">width</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qlistboxpixmap.html b/doc/html/tqlistboxpixmap.html index 1d2809013..3bf6425dd 100644 --- a/doc/html/qlistboxpixmap.html +++ b/doc/html/tqlistboxpixmap.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qlistbox.cpp:634 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqlistbox.cpp:634 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,9 +34,9 @@ body { background: #ffffff; color: black; } <p>The TQListBoxPixmap class provides list box items with a pixmap and optional text. <a href="#details">More...</a> -<p><tt>#include <<a href="qlistbox-h.html">ntqlistbox.h</a>></tt> -<p>Inherits <a href="qlistboxitem.html">TQListBoxItem</a>. -<p><a href="qlistboxpixmap-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqlistbox-h.html">tqlistbox.h</a>></tt> +<p>Inherits <a href="tqlistboxitem.html">TQListBoxItem</a>. +<p><a href="tqlistboxpixmap-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQListBoxPixmap"><b>TQListBoxPixmap</b></a> ( TQListBox * listbox, const TQPixmap & pixmap )</li> @@ -62,10 +62,10 @@ pixmap and optional text. <p> <p> Items of this class are drawn with the pixmap on the left with the optional text to the right of the pixmap. -<p> <p>See also <a href="ntqlistbox.html">TQListBox</a>, <a href="qlistboxitem.html">TQListBoxItem</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="tqlistbox.html">TQListBox</a>, <a href="tqlistboxitem.html">TQListBoxItem</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQListBoxPixmap"></a>TQListBoxPixmap::TQListBoxPixmap ( <a href="ntqlistbox.html">TQListBox</a> * listbox, const <a href="tqpixmap.html">TQPixmap</a> & pixmap ) +<h3 class=fn><a name="TQListBoxPixmap"></a>TQListBoxPixmap::TQListBoxPixmap ( <a href="tqlistbox.html">TQListBox</a> * listbox, const <a href="tqpixmap.html">TQPixmap</a> & pixmap ) </h3> Constructs a new list box item in list box <em>listbox</em> showing the pixmap <em>pixmap</em>. @@ -74,13 +74,13 @@ pixmap <em>pixmap</em>. </h3> Constructs a new list box item showing the pixmap <em>pixmap</em>. -<h3 class=fn><a name="TQListBoxPixmap-3"></a>TQListBoxPixmap::TQListBoxPixmap ( <a href="ntqlistbox.html">TQListBox</a> * listbox, const <a href="tqpixmap.html">TQPixmap</a> & pixmap, <a href="qlistboxitem.html">TQListBoxItem</a> * after ) +<h3 class=fn><a name="TQListBoxPixmap-3"></a>TQListBoxPixmap::TQListBoxPixmap ( <a href="tqlistbox.html">TQListBox</a> * listbox, const <a href="tqpixmap.html">TQPixmap</a> & pixmap, <a href="tqlistboxitem.html">TQListBoxItem</a> * after ) </h3> Constructs a new list box item in list box <em>listbox</em> showing the pixmap <em>pixmap</em>. The item gets inserted after the item <em>after</em>, or at the beginning if <em>after</em> is 0. -<h3 class=fn><a name="TQListBoxPixmap-4"></a>TQListBoxPixmap::TQListBoxPixmap ( <a href="ntqlistbox.html">TQListBox</a> * listbox, const <a href="tqpixmap.html">TQPixmap</a> & pix, const <a href="tqstring.html">TQString</a> & text ) +<h3 class=fn><a name="TQListBoxPixmap-4"></a>TQListBoxPixmap::TQListBoxPixmap ( <a href="tqlistbox.html">TQListBox</a> * listbox, const <a href="tqpixmap.html">TQPixmap</a> & pix, const <a href="tqstring.html">TQString</a> & text ) </h3> Constructs a new list box item in list box <em>listbox</em> showing the pixmap <em>pix</em> and the text <em>text</em>. @@ -90,7 +90,7 @@ pixmap <em>pix</em> and the text <em>text</em>. Constructs a new list box item showing the pixmap <em>pix</em> and the text to <em>text</em>. -<h3 class=fn><a name="TQListBoxPixmap-6"></a>TQListBoxPixmap::TQListBoxPixmap ( <a href="ntqlistbox.html">TQListBox</a> * listbox, const <a href="tqpixmap.html">TQPixmap</a> & pix, const <a href="tqstring.html">TQString</a> & text, <a href="qlistboxitem.html">TQListBoxItem</a> * after ) +<h3 class=fn><a name="TQListBoxPixmap-6"></a>TQListBoxPixmap::TQListBoxPixmap ( <a href="tqlistbox.html">TQListBox</a> * listbox, const <a href="tqpixmap.html">TQPixmap</a> & pix, const <a href="tqstring.html">TQString</a> & text, <a href="tqlistboxitem.html">TQListBoxItem</a> * after ) </h3> Constructs a new list box item in list box <em>listbox</em> showing the pixmap <em>pix</em> and the string <em>text</em>. The item gets inserted after @@ -100,29 +100,29 @@ the item <em>after</em>, or at the beginning if <em>after</em> is 0. </h3> Destroys the item. -<h3 class=fn>int <a name="height"></a>TQListBoxPixmap::height ( const <a href="ntqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> +<h3 class=fn>int <a name="height"></a>TQListBoxPixmap::height ( const <a href="tqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> </h3> Returns the height of the pixmap in list box <em>lb</em>. <p> <p>See also <a href="#paint">paint</a>() and <a href="#width">width</a>(). -<p>Reimplemented from <a href="qlistboxitem.html#height">TQListBoxItem</a>. +<p>Reimplemented from <a href="tqlistboxitem.html#height">TQListBoxItem</a>. <h3 class=fn>void <a name="paint"></a>TQListBoxPixmap::paint ( <a href="tqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> </h3> Draws the pixmap using <em>painter</em>. -<p>Reimplemented from <a href="qlistboxitem.html#paint">TQListBoxItem</a>. +<p>Reimplemented from <a href="tqlistboxitem.html#paint">TQListBoxItem</a>. <h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQListBoxPixmap::pixmap () const<tt> [virtual]</tt> </h3> <p> Returns the pixmap associated with the item. -<p>Reimplemented from <a href="qlistboxitem.html#pixmap">TQListBoxItem</a>. -<h3 class=fn>int <a name="width"></a>TQListBoxPixmap::width ( const <a href="ntqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> +<p>Reimplemented from <a href="tqlistboxitem.html#pixmap">TQListBoxItem</a>. +<h3 class=fn>int <a name="width"></a>TQListBoxPixmap::width ( const <a href="tqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> </h3> Returns the width of the pixmap plus some margin in list box <em>lb</em>. <p> <p>See also <a href="#paint">paint</a>() and <a href="#height">height</a>(). -<p>Reimplemented from <a href="qlistboxitem.html#width">TQListBoxItem</a>. +<p>Reimplemented from <a href="tqlistboxitem.html#width">TQListBoxItem</a>. <!-- eof --> <hr><p> This file is part of the <a href="index.html">TQt toolkit</a>. diff --git a/doc/html/qlistboxtext-members.html b/doc/html/tqlistboxtext-members.html index 90ca1e6de..921b0f7cf 100644 --- a/doc/html/qlistboxtext-members.html +++ b/doc/html/tqlistboxtext-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqlistbox.h:373 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlistbox.h:373 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,28 +32,28 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQListBoxText</h1> <p>This is the complete list of member functions for -<a href="qlistboxtext.html">TQListBoxText</a>, including inherited members. +<a href="tqlistboxtext.html">TQListBoxText</a>, including inherited members. <ul> -<li><a href="qlistboxtext.html#TQListBoxText">TQListBoxText</a>() -<li><a href="qlistboxtext.html#~TQListBoxText">~TQListBoxText</a>() -<li><a href="qlistboxitem.html#current">current</a>() -<li><a href="qlistboxtext.html#height">height</a>() -<li><a href="qlistboxitem.html#isCurrent">isCurrent</a>() -<li><a href="qlistboxitem.html#isSelectable">isSelectable</a>() -<li><a href="qlistboxitem.html#isSelected">isSelected</a>() -<li><a href="qlistboxitem.html#listBox">listBox</a>() -<li><a href="qlistboxitem.html#next">next</a>() -<li><a href="qlistboxtext.html#paint">paint</a>() -<li><a href="qlistboxitem.html#pixmap">pixmap</a>() -<li><a href="qlistboxitem.html#prev">prev</a>() -<li><a href="qlistboxitem.html#rtti">rtti</a>() -<li><a href="qlistboxitem.html#selected">selected</a>() -<li><a href="qlistboxitem.html#setCustomHighlighting">setCustomHighlighting</a>() -<li><a href="qlistboxitem.html#setSelectable">setSelectable</a>() -<li><a href="qlistboxitem.html#setText">setText</a>() -<li><a href="qlistboxitem.html#text">text</a>() -<li><a href="qlistboxtext.html#width">width</a>() +<li><a href="tqlistboxtext.html#TQListBoxText">TQListBoxText</a>() +<li><a href="tqlistboxtext.html#~TQListBoxText">~TQListBoxText</a>() +<li><a href="tqlistboxitem.html#current">current</a>() +<li><a href="tqlistboxtext.html#height">height</a>() +<li><a href="tqlistboxitem.html#isCurrent">isCurrent</a>() +<li><a href="tqlistboxitem.html#isSelectable">isSelectable</a>() +<li><a href="tqlistboxitem.html#isSelected">isSelected</a>() +<li><a href="tqlistboxitem.html#listBox">listBox</a>() +<li><a href="tqlistboxitem.html#next">next</a>() +<li><a href="tqlistboxtext.html#paint">paint</a>() +<li><a href="tqlistboxitem.html#pixmap">pixmap</a>() +<li><a href="tqlistboxitem.html#prev">prev</a>() +<li><a href="tqlistboxitem.html#rtti">rtti</a>() +<li><a href="tqlistboxitem.html#selected">selected</a>() +<li><a href="tqlistboxitem.html#setCustomHighlighting">setCustomHighlighting</a>() +<li><a href="tqlistboxitem.html#setSelectable">setSelectable</a>() +<li><a href="tqlistboxitem.html#setText">setText</a>() +<li><a href="tqlistboxitem.html#text">text</a>() +<li><a href="tqlistboxtext.html#width">width</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qlistboxtext.html b/doc/html/tqlistboxtext.html index a27b7eb13..d25f47d5c 100644 --- a/doc/html/qlistboxtext.html +++ b/doc/html/tqlistboxtext.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qlistbox.cpp:524 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqlistbox.cpp:524 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQListBoxText class provides list box items that display text. <a href="#details">More...</a> -<p><tt>#include <<a href="qlistbox-h.html">ntqlistbox.h</a>></tt> -<p>Inherits <a href="qlistboxitem.html">TQListBoxItem</a>. -<p><a href="qlistboxtext-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqlistbox-h.html">tqlistbox.h</a>></tt> +<p>Inherits <a href="tqlistboxitem.html">TQListBoxItem</a>. +<p><a href="tqlistboxtext-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQListBoxText"><b>TQListBoxText</b></a> ( TQListBox * listbox, const TQString & text = TQString::null )</li> @@ -56,11 +56,11 @@ The TQListBoxText class provides list box items that display text. <p> <p> The text is drawn in the widget's current font. If you need several different fonts, you must implement your own subclass of -<a href="qlistboxitem.html">TQListBoxItem</a>. -<p> <p>See also <a href="ntqlistbox.html">TQListBox</a>, <a href="qlistboxitem.html">TQListBoxItem</a>, and <a href="advanced.html">Advanced Widgets</a>. +<a href="tqlistboxitem.html">TQListBoxItem</a>. +<p> <p>See also <a href="tqlistbox.html">TQListBox</a>, <a href="tqlistboxitem.html">TQListBoxItem</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQListBoxText"></a>TQListBoxText::TQListBoxText ( <a href="ntqlistbox.html">TQListBox</a> * listbox, const <a href="tqstring.html">TQString</a> & text = TQString::null ) +<h3 class=fn><a name="TQListBoxText"></a>TQListBoxText::TQListBoxText ( <a href="tqlistbox.html">TQListBox</a> * listbox, const <a href="tqstring.html">TQString</a> & text = TQString::null ) </h3> Constructs a list box item in list box <em>listbox</em> showing the text <em>text</em>. @@ -69,7 +69,7 @@ Constructs a list box item in list box <em>listbox</em> showing the text </h3> Constructs a list box item showing the text <em>text</em>. -<h3 class=fn><a name="TQListBoxText-3"></a>TQListBoxText::TQListBoxText ( <a href="ntqlistbox.html">TQListBox</a> * listbox, const <a href="tqstring.html">TQString</a> & text, <a href="qlistboxitem.html">TQListBoxItem</a> * after ) +<h3 class=fn><a name="TQListBoxText-3"></a>TQListBoxText::TQListBoxText ( <a href="tqlistbox.html">TQListBox</a> * listbox, const <a href="tqstring.html">TQString</a> & text, <a href="tqlistboxitem.html">TQListBoxItem</a> * after ) </h3> Constructs a list box item in list box <em>listbox</em> showing the text <em>text</em>. The item is inserted after the item <em>after</em>, or at the @@ -79,23 +79,23 @@ beginning if <em>after</em> is 0. </h3> Destroys the item. -<h3 class=fn>int <a name="height"></a>TQListBoxText::height ( const <a href="ntqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> +<h3 class=fn>int <a name="height"></a>TQListBoxText::height ( const <a href="tqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> </h3> Returns the height of a line of text in list box <em>lb</em>. <p> <p>See also <a href="#paint">paint</a>() and <a href="#width">width</a>(). -<p>Reimplemented from <a href="qlistboxitem.html#height">TQListBoxItem</a>. +<p>Reimplemented from <a href="tqlistboxitem.html#height">TQListBoxItem</a>. <h3 class=fn>void <a name="paint"></a>TQListBoxText::paint ( <a href="tqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> </h3> Draws the text using <em>painter</em>. -<p>Reimplemented from <a href="qlistboxitem.html#paint">TQListBoxItem</a>. -<h3 class=fn>int <a name="width"></a>TQListBoxText::width ( const <a href="ntqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> +<p>Reimplemented from <a href="tqlistboxitem.html#paint">TQListBoxItem</a>. +<h3 class=fn>int <a name="width"></a>TQListBoxText::width ( const <a href="tqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> </h3> Returns the width of this line in list box <em>lb</em>. <p> <p>See also <a href="#paint">paint</a>() and <a href="#height">height</a>(). -<p>Reimplemented from <a href="qlistboxitem.html#width">TQListBoxItem</a>. +<p>Reimplemented from <a href="tqlistboxitem.html#width">TQListBoxItem</a>. <!-- eof --> <hr><p> This file is part of the <a href="index.html">TQt toolkit</a>. diff --git a/doc/html/qlistview-h.html b/doc/html/tqlistview-h.html index 414b2b23c..3bd149f6d 100644 --- a/doc/html/qlistview-h.html +++ b/doc/html/tqlistview-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqlistview.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlistview.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqlistview.h Include File</title> +<title>tqlistview.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqlistview.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqlistview.h</h1> -<p>This is the verbatim text of the ntqlistview.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqlistview.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqlistview.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqlistview.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQListView widget class ** @@ -511,7 +511,7 @@ public: Controller, RadioButtonController=Controller, CheckBoxController }; - // ### should be integrated with qbutton in ver4 perhaps + // ### should be integrated with tqbutton in ver4 perhaps enum ToggleState { Off, NoChange, On }; TQCheckListItem( TQCheckListItem *parent, const TQString &text, diff --git a/doc/html/qlistview-m.png b/doc/html/tqlistview-m.png Binary files differindex bff984fb5..bff984fb5 100644 --- a/doc/html/qlistview-m.png +++ b/doc/html/tqlistview-m.png diff --git a/doc/html/qlistview-members.html b/doc/html/tqlistview-members.html index b3fa5379d..93ba40271 100644 --- a/doc/html/qlistview-members.html +++ b/doc/html/tqlistview-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqlistview.h:233 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlistview.h:233 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,17 +32,17 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQListView</h1> <p>This is the complete list of member functions for -<a href="ntqlistview.html">TQListView</a>, including inherited members. +<a href="tqlistview.html">TQListView</a>, including inherited members. <ul> -<li><a href="ntqlistview.html#TQListView">TQListView</a>() -<li><a href="ntqlistview.html#~TQListView">~TQListView</a>() +<li><a href="tqlistview.html#TQListView">TQListView</a>() +<li><a href="tqlistview.html#~TQListView">~TQListView</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqscrollview.html#addChild">addChild</a>() -<li><a href="ntqlistview.html#addColumn">addColumn</a>() -<li><a href="ntqlistview.html#adjustColumn">adjustColumn</a>() +<li><a href="tqlistview.html#addColumn">addColumn</a>() +<li><a href="tqlistview.html#adjustColumn">adjustColumn</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqlistview.html#allColumnsShowFocus">allColumnsShowFocus</a>() +<li><a href="tqlistview.html#allColumnsShowFocus">allColumnsShowFocus</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() @@ -57,7 +57,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() -<li><a href="ntqlistview.html#childCount">childCount</a>() +<li><a href="tqlistview.html#childCount">childCount</a>() <li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="tqscrollview.html#childX">childX</a>() @@ -66,24 +66,24 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() <li><a href="tqobject.html#className">className</a>() -<li><a href="ntqlistview.html#clear">clear</a>() +<li><a href="tqlistview.html#clear">clear</a>() <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() -<li><a href="ntqlistview.html#clearSelection">clearSelection</a>() +<li><a href="tqlistview.html#clearSelection">clearSelection</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqlistview.html#clicked">clicked</a>() +<li><a href="tqlistview.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() <li><a href="tqpaintdevice.html#cmd">cmd</a>() -<li><a href="ntqlistview.html#collapsed">collapsed</a>() +<li><a href="tqlistview.html#collapsed">collapsed</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqlistview.html#columnAlignment">columnAlignment</a>() -<li><a href="ntqlistview.html#columnText">columnText</a>() -<li><a href="ntqlistview.html#columnWidth">columnWidth</a>() -<li><a href="ntqlistview.html#columnWidthMode">columnWidthMode</a>() -<li><a href="ntqlistview.html#columns">columns</a>() +<li><a href="tqlistview.html#columnAlignment">columnAlignment</a>() +<li><a href="tqlistview.html#columnText">columnText</a>() +<li><a href="tqlistview.html#columnWidth">columnWidth</a>() +<li><a href="tqlistview.html#columnWidthMode">columnWidthMode</a>() +<li><a href="tqlistview.html#columns">columns</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() @@ -93,61 +93,61 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() <li><a href="tqscrollview.html#contentsDropEvent">contentsDropEvent</a>() <li><a href="tqscrollview.html#contentsHeight">contentsHeight</a>() -<li><a href="ntqlistview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() -<li><a href="ntqlistview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() -<li><a href="ntqlistview.html#contentsMousePressEvent">contentsMousePressEvent</a>() -<li><a href="ntqlistview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() +<li><a href="tqlistview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() +<li><a href="tqlistview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() +<li><a href="tqlistview.html#contentsMousePressEvent">contentsMousePressEvent</a>() +<li><a href="tqlistview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() <li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() <li><a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() <li><a href="tqscrollview.html#contentsWidth">contentsWidth</a>() <li><a href="tqscrollview.html#contentsX">contentsX</a>() <li><a href="tqscrollview.html#contentsY">contentsY</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqlistview.html#contextMenuRequested">contextMenuRequested</a>() +<li><a href="tqlistview.html#contextMenuRequested">contextMenuRequested</a>() <li><a href="tqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqlistview.html#currentChanged">currentChanged</a>() -<li><a href="ntqlistview.html#currentItem">currentItem</a>() +<li><a href="tqlistview.html#currentChanged">currentChanged</a>() +<li><a href="tqlistview.html#currentItem">currentItem</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqlistview.html#defaultRenameAction">defaultRenameAction</a>() +<li><a href="tqlistview.html#defaultRenameAction">defaultRenameAction</a>() <li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="tqwidget.html#destroy">destroy</a>() <li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqlistview.html#doAutoScroll">doAutoScroll</a>() -<li><a href="ntqlistview.html#doubleClicked">doubleClicked</a>() +<li><a href="tqlistview.html#doAutoScroll">doAutoScroll</a>() +<li><a href="tqlistview.html#doubleClicked">doubleClicked</a>() <li><a href="tqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqlistview.html#dragObject">dragObject</a>() +<li><a href="tqlistview.html#dragObject">dragObject</a>() <li><a href="tqscrollview.html#drawContents">drawContents</a>() -<li><a href="ntqlistview.html#drawContentsOffset">drawContentsOffset</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqlistview.html#drawContentsOffset">drawContentsOffset</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqlistview.html#dropped">dropped</a>() +<li><a href="tqlistview.html#dropped">dropped</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="tqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() -<li><a href="ntqlistview.html#ensureItemVisible">ensureItemVisible</a>() +<li><a href="tqlistview.html#ensureItemVisible">ensureItemVisible</a>() <li><a href="tqscrollview.html#ensureVisible">ensureVisible</a>() <li><a href="tqwidget.html#enterEvent">enterEvent</a>() <li><a href="tqwidget.html#erase">erase</a>() <li><a href="tqwidget.html#eraseColor">eraseColor</a>() <li><a href="tqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="tqwidget.html#event">event</a>() -<li><a href="ntqlistview.html#eventFilter">eventFilter</a>() -<li><a href="ntqlistview.html#expanded">expanded</a>() +<li><a href="tqlistview.html#eventFilter">eventFilter</a>() +<li><a href="tqlistview.html#expanded">expanded</a>() <li><a href="tqwidget.html#find">find</a>() -<li><a href="ntqlistview.html#findItem">findItem</a>() -<li><a href="ntqlistview.html#firstChild">firstChild</a>() +<li><a href="tqlistview.html#findItem">findItem</a>() +<li><a href="tqlistview.html#firstChild">firstChild</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() <li><a href="tqwidget.html#focusNextPrevChild">focusNextPrevChild</a>() @@ -160,14 +160,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -178,11 +178,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() <li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</a>() -<li><a href="ntqlistview.html#header">header</a>() +<li><a href="tqlistview.html#header">header</a>() <li><a href="tqwidget.html#height">height</a>() <li><a href="tqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="tqwidget.html#hide">hide</a>() -<li><a href="ntqlistview.html#hideColumn">hideColumn</a>() +<li><a href="tqlistview.html#hideColumn">hideColumn</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="tqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() @@ -196,9 +196,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqlistview.html#insertItem">insertItem</a>() +<li><a href="tqlistview.html#insertItem">insertItem</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqlistview.html#invertSelection">invertSelection</a>() +<li><a href="tqlistview.html#invertSelection">invertSelection</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="tqwidget.html#isDesktop">isDesktop</a>() @@ -215,11 +215,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() -<li><a href="ntqlistview.html#isMultiSelection">isMultiSelection</a>() -<li><a href="ntqlistview.html#isOpen">isOpen</a>() +<li><a href="tqlistview.html#isMultiSelection">isMultiSelection</a>() +<li><a href="tqlistview.html#isOpen">isOpen</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqlistview.html#isRenaming">isRenaming</a>() -<li><a href="ntqlistview.html#isSelected">isSelected</a>() +<li><a href="tqlistview.html#isRenaming">isRenaming</a>() +<li><a href="tqlistview.html#isSelected">isSelected</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() @@ -228,21 +228,21 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() <li><a href="tqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqlistview.html#itemAt">itemAt</a>() -<li><a href="ntqlistview.html#itemMargin">itemMargin</a>() -<li><a href="ntqlistview.html#itemPos">itemPos</a>() -<li><a href="ntqlistview.html#itemRect">itemRect</a>() -<li><a href="ntqlistview.html#itemRenamed">itemRenamed</a>() +<li><a href="tqlistview.html#itemAt">itemAt</a>() +<li><a href="tqlistview.html#itemMargin">itemMargin</a>() +<li><a href="tqlistview.html#itemPos">itemPos</a>() +<li><a href="tqlistview.html#itemRect">itemRect</a>() +<li><a href="tqlistview.html#itemRenamed">itemRenamed</a>() <li><a href="tqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="tqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() <li><a href="tqobject.html#killTimer">killTimer</a>() <li><a href="tqobject.html#killTimers">killTimers</a>() -<li><a href="ntqlistview.html#lastItem">lastItem</a>() +<li><a href="tqlistview.html#lastItem">lastItem</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqscrollview.html#leftMargin">leftMargin</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -251,20 +251,20 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() <li><a href="tqwidget.html#minimumWidth">minimumWidth</a>() -<li><a href="ntqlistview.html#mouseButtonClicked">mouseButtonClicked</a>() -<li><a href="ntqlistview.html#mouseButtonPressed">mouseButtonPressed</a>() +<li><a href="tqlistview.html#mouseButtonClicked">mouseButtonClicked</a>() +<li><a href="tqlistview.html#mouseButtonPressed">mouseButtonPressed</a>() <li><a href="tqwidget.html#mouseDoubleClickEvent">mouseDoubleClickEvent</a>() <li><a href="tqwidget.html#mouseGrabber">mouseGrabber</a>() <li><a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>() @@ -276,13 +276,13 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqlistview.html#onItem">onItem</a>() -<li><a href="ntqlistview.html#onViewport">onViewport</a>() +<li><a href="tqlistview.html#onItem">onItem</a>() +<li><a href="tqlistview.html#onViewport">onViewport</a>() <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqlistview.html#paintEmptyArea">paintEmptyArea</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqlistview.html#paintEmptyArea">paintEmptyArea</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -293,7 +293,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#parentWidget">parentWidget</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqlistview.html#pressed">pressed</a>() +<li><a href="tqlistview.html#pressed">pressed</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -302,34 +302,34 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqscrollview.html#removeChild">removeChild</a>() -<li><a href="ntqlistview.html#removeColumn">removeColumn</a>() +<li><a href="tqlistview.html#removeColumn">removeColumn</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqlistview.html#removeItem">removeItem</a>() +<li><a href="tqlistview.html#removeItem">removeItem</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqscrollview.html#repaintContents">repaintContents</a>() -<li><a href="ntqlistview.html#repaintItem">repaintItem</a>() +<li><a href="tqlistview.html#repaintItem">repaintItem</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqscrollview.html#resizeContents">resizeContents</a>() -<li><a href="ntqlistview.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqlistview.html#resizeMode">resizeMode</a>() +<li><a href="tqlistview.html#resizeEvent">resizeEvent</a>() +<li><a href="tqlistview.html#resizeMode">resizeMode</a>() <li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() -<li><a href="ntqlistview.html#returnPressed">returnPressed</a>() -<li><a href="ntqlistview.html#rightButtonClicked">rightButtonClicked</a>() -<li><a href="ntqlistview.html#rightButtonPressed">rightButtonPressed</a>() +<li><a href="tqlistview.html#returnPressed">returnPressed</a>() +<li><a href="tqlistview.html#rightButtonClicked">rightButtonClicked</a>() +<li><a href="tqlistview.html#rightButtonPressed">rightButtonPressed</a>() <li><a href="tqscrollview.html#rightMargin">rightMargin</a>() -<li><a href="ntqlistview.html#rootIsDecorated">rootIsDecorated</a>() +<li><a href="tqlistview.html#rootIsDecorated">rootIsDecorated</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqscrollview.html#scrollBy">scrollBy</a>() -<li><a href="ntqlistview.html#selectAll">selectAll</a>() -<li><a href="ntqlistview.html#selectedItem">selectedItem</a>() -<li><a href="ntqlistview.html#selectionChanged">selectionChanged</a>() -<li><a href="ntqlistview.html#selectionMode">selectionMode</a>() +<li><a href="tqlistview.html#selectAll">selectAll</a>() +<li><a href="tqlistview.html#selectedItem">selectedItem</a>() +<li><a href="tqlistview.html#selectionChanged">selectionChanged</a>() +<li><a href="tqlistview.html#selectionMode">selectionMode</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() -<li><a href="ntqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>() +<li><a href="tqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() @@ -337,15 +337,15 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqlistview.html#setColumnAlignment">setColumnAlignment</a>() -<li><a href="ntqlistview.html#setColumnText">setColumnText</a>() -<li><a href="ntqlistview.html#setColumnWidth">setColumnWidth</a>() -<li><a href="ntqlistview.html#setColumnWidthMode">setColumnWidthMode</a>() +<li><a href="tqlistview.html#setColumnAlignment">setColumnAlignment</a>() +<li><a href="tqlistview.html#setColumnText">setColumnText</a>() +<li><a href="tqlistview.html#setColumnWidth">setColumnWidth</a>() +<li><a href="tqlistview.html#setColumnWidthMode">setColumnWidthMode</a>() <li><a href="tqscrollview.html#setContentsPos">setContentsPos</a>() <li><a href="tqscrollview.html#setCornerWidget">setCornerWidget</a>() -<li><a href="ntqlistview.html#setCurrentItem">setCurrentItem</a>() +<li><a href="tqlistview.html#setCurrentItem">setCurrentItem</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() -<li><a href="ntqlistview.html#setDefaultRenameAction">setDefaultRenameAction</a>() +<li><a href="tqlistview.html#setDefaultRenameAction">setDefaultRenameAction</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() @@ -358,10 +358,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() <li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() @@ -369,47 +369,47 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() -<li><a href="ntqlistview.html#setItemMargin">setItemMargin</a>() +<li><a href="tqlistview.html#setItemMargin">setItemMargin</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqlistview.html#setMultiSelection">setMultiSelection</a>() +<li><a href="tqlistview.html#setMultiSelection">setMultiSelection</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqlistview.html#setOpen">setOpen</a>() +<li><a href="tqlistview.html#setOpen">setOpen</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqlistview.html#setResizeMode">setResizeMode</a>() +<li><a href="tqlistview.html#setResizeMode">setResizeMode</a>() <li><a href="tqscrollview.html#setResizePolicy">setResizePolicy</a>() -<li><a href="ntqlistview.html#setRootIsDecorated">setRootIsDecorated</a>() -<li><a href="ntqlistview.html#setSelected">setSelected</a>() -<li><a href="ntqlistview.html#setSelectionAnchor">setSelectionAnchor</a>() -<li><a href="ntqlistview.html#setSelectionMode">setSelectionMode</a>() -<li><a href="ntqlistview.html#setShowSortIndicator">setShowSortIndicator</a>() -<li><a href="ntqlistview.html#setShowToolTips">setShowToolTips</a>() +<li><a href="tqlistview.html#setRootIsDecorated">setRootIsDecorated</a>() +<li><a href="tqlistview.html#setSelected">setSelected</a>() +<li><a href="tqlistview.html#setSelectionAnchor">setSelectionAnchor</a>() +<li><a href="tqlistview.html#setSelectionMode">setSelectionMode</a>() +<li><a href="tqlistview.html#setShowSortIndicator">setShowSortIndicator</a>() +<li><a href="tqlistview.html#setShowToolTips">setShowToolTips</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() -<li><a href="ntqlistview.html#setSortColumn">setSortColumn</a>() -<li><a href="ntqlistview.html#setSortOrder">setSortOrder</a>() -<li><a href="ntqlistview.html#setSorting">setSorting</a>() +<li><a href="tqlistview.html#setSortColumn">setSortColumn</a>() +<li><a href="tqlistview.html#setSortOrder">setSortOrder</a>() +<li><a href="tqlistview.html#setSorting">setSorting</a>() <li><a href="tqscrollview.html#setStaticBackground">setStaticBackground</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqlistview.html#setTreeStepSize">setTreeStepSize</a>() +<li><a href="tqlistview.html#setTreeStepSize">setTreeStepSize</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() <li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() @@ -423,37 +423,37 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() <li><a href="tqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqlistview.html#showSortIndicator">showSortIndicator</a>() -<li><a href="ntqlistview.html#showToolTips">showToolTips</a>() +<li><a href="tqlistview.html#showSortIndicator">showSortIndicator</a>() +<li><a href="tqlistview.html#showToolTips">showToolTips</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqwidget.html#size">size</a>() <li><a href="tqwidget.html#sizeHint">sizeHint</a>() <li><a href="tqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() -<li><a href="ntqlistview.html#sort">sort</a>() -<li><a href="ntqlistview.html#sortColumn">sortColumn</a>() -<li><a href="ntqlistview.html#sortOrder">sortOrder</a>() -<li><a href="ntqlistview.html#spacePressed">spacePressed</a>() +<li><a href="tqlistview.html#sort">sort</a>() +<li><a href="tqlistview.html#sortColumn">sortColumn</a>() +<li><a href="tqlistview.html#sortOrder">sortOrder</a>() +<li><a href="tqlistview.html#spacePressed">spacePressed</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqlistview.html#startDrag">startDrag</a>() +<li><a href="tqlistview.html#startDrag">startDrag</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() -<li><a href="ntqlistview.html#takeItem">takeItem</a>() +<li><a href="tqlistview.html#takeItem">takeItem</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqscrollview.html#topMargin">topMargin</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() -<li><a href="ntqlistview.html#treeStepSize">treeStepSize</a>() -<li><a href="ntqlistview.html#triggerUpdate">triggerUpdate</a>() +<li><a href="tqlistview.html#treeStepSize">treeStepSize</a>() +<li><a href="tqlistview.html#triggerUpdate">triggerUpdate</a>() <li><a href="tqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="tqwidget.html#unsetFont">unsetFont</a>() <li><a href="tqwidget.html#unsetPalette">unsetPalette</a>() <li><a href="tqwidget.html#update">update</a>() -<li><a href="ntqlistview.html#updateContents">updateContents</a>() +<li><a href="tqlistview.html#updateContents">updateContents</a>() <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() <li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() diff --git a/doc/html/qlistview-w.png b/doc/html/tqlistview-w.png Binary files differindex 9e1365d8e..9e1365d8e 100644 --- a/doc/html/qlistview-w.png +++ b/doc/html/tqlistview-w.png diff --git a/doc/html/ntqlistview.html b/doc/html/tqlistview.html index 4c8bacc84..64469e7d0 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/tqlistview.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qlistview.cpp:2407 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqlistview.cpp:2407 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQListView class implements a list/tree view. <a href="#details">More...</a> -<p><tt>#include <<a href="qlistview-h.html">ntqlistview.h</a>></tt> +<p><tt>#include <<a href="tqlistview-h.html">tqlistview.h</a>></tt> <p>Inherits <a href="tqscrollview.html">TQScrollView</a>. -<p><a href="qlistview-members.html">List of all member functions.</a> +<p><a href="tqlistview-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQListView"><b>TQListView</b></a> ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )</li> @@ -187,7 +187,7 @@ select one or many items (depending on the <a href="#SelectionMode-enum">Selecti sort the list in increasing or decreasing order by any column. <p> The simplest pattern of use is to create a TQListView, add some column headers using <a href="#addColumn">addColumn</a>() and create one or more -<a href="qlistviewitem.html">TQListViewItem</a> or <a href="tqchecklistitem.html">TQCheckListItem</a> objects with the TQListView as +<a href="tqlistviewitem.html">TQListViewItem</a> or <a href="tqchecklistitem.html">TQCheckListItem</a> objects with the TQListView as parent: <p> @@ -196,12 +196,12 @@ parent: <pre> table->addColumn( "Qualified name" ); table->addColumn( "Namespace" ); -</pre><pre> element = new <a href="qlistviewitem.html">TQListViewItem</a>( table, qName, namespaceURI ); +</pre><pre> element = new <a href="tqlistviewitem.html">TQListViewItem</a>( table, qName, namespaceURI ); </pre> <p> Further nodes can be added to the list view object (the root of the tree) or as child nodes to TQListViewItems: <p> <pre> <a name="x2105"></a> for ( int i = 0 ; i < attributes.<a href="tqxmlattributes.html#length">length</a>(); i++ ) { - <a name="x2107"></a><a name="x2106"></a> new <a href="qlistviewitem.html">TQListViewItem</a>( element, attributes.<a href="tqxmlattributes.html#qName">qName</a>(i), attributes.<a href="tqxmlattributes.html#uri">uri</a>(i) ); + <a name="x2107"></a><a name="x2106"></a> new <a href="tqlistviewitem.html">TQListViewItem</a>( element, attributes.<a href="tqxmlattributes.html#qName">qName</a>(i), attributes.<a href="tqxmlattributes.html#uri">uri</a>(i) ); } </pre> <p> (From <a href="tagreader-with-features-example.html">xml/tagreader-with-features/structureparser.cpp</a>) @@ -248,13 +248,13 @@ and <a href="#itemPos">itemPos</a>() returns the position of any item (whether i on-screen or not). <a href="#firstChild">firstChild</a>() returns the list view's first item (not necessarily visible on-screen). <p> You can iterate over visible items using -<a href="qlistviewitem.html#itemBelow">TQListViewItem::itemBelow</a>(); over a list view's top-level items -using <a href="qlistviewitem.html#firstChild">TQListViewItem::firstChild</a>() and -<a href="qlistviewitem.html#nextSibling">TQListViewItem::nextSibling</a>(); or every item using a -<a href="qlistviewitemiterator.html">TQListViewItemIterator</a>. See -the <a href="qlistviewitem.html">TQListViewItem</a> documentation for examples of traversal. +<a href="tqlistviewitem.html#itemBelow">TQListViewItem::itemBelow</a>(); over a list view's top-level items +using <a href="tqlistviewitem.html#firstChild">TQListViewItem::firstChild</a>() and +<a href="tqlistviewitem.html#nextSibling">TQListViewItem::nextSibling</a>(); or every item using a +<a href="tqlistviewitemiterator.html">TQListViewItemIterator</a>. See +the <a href="tqlistviewitem.html">TQListViewItem</a> documentation for examples of traversal. <p> An item can be moved amongst its siblings using -<a href="qlistviewitem.html#moveItem">TQListViewItem::moveItem</a>(). To move an item in the hierarchy use +<a href="tqlistviewitem.html#moveItem">TQListViewItem::moveItem</a>(). To move an item in the hierarchy use <a href="#takeItem">takeItem</a>() and <a href="#insertItem">insertItem</a>(). Item's (and all their child items) are deleted with <tt>delete</tt>; to delete all the list view's items use <a href="#clear">clear</a>(). @@ -269,7 +269,7 @@ functions both to set the selection state of an item <p> TQListView emits two groups of signals; one group signals changes in selection/focus state and one indicates selection. The first group consists of <a href="#selectionChanged">selectionChanged</a>() (applicable to all list -views), selectionChanged(<a href="qlistviewitem.html">TQListViewItem</a>*) (applicable only to a +views), selectionChanged(<a href="tqlistviewitem.html">TQListViewItem</a>*) (applicable only to a <a href="#SelectionMode-enum">Single</a> selection list view), and <a href="#currentChanged">currentChanged</a>(TQListViewItem*). The second group consists of <a href="#doubleClicked">doubleClicked</a>(TQListViewItem*), <a href="#returnPressed">returnPressed</a>(TQListViewItem*), @@ -328,8 +328,8 @@ item begins with the letters they type the current item doesn't change. <p> <b>Warning:</b> The list view assumes ownership of all list view items and will delete them when it does not need them any more. -<p> <img src=qlistview-m.png> <img src=qlistview-w.png> -<p> <p>See also <a href="qlistviewitem.html">TQListViewItem</a>, <a href="tqchecklistitem.html">TQCheckListItem</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <img src=tqlistview-m.png> <img src=tqlistview-w.png> +<p> <p>See also <a href="tqlistviewitem.html">TQListViewItem</a>, <a href="tqchecklistitem.html">TQCheckListItem</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="RenameAction-enum"></a>TQListView::RenameAction</h3> @@ -396,7 +396,7 @@ width of the item with the largest width in the column. </h3> Constructs a new empty list view called <em>name</em> with parent <em>parent</em>. <p> Performance is boosted by modifying the widget flags <em>f</em> so that -only part of the <a href="qlistviewitem.html">TQListViewItem</a> children is redrawn. This may be +only part of the <a href="tqlistviewitem.html">TQListViewItem</a> children is redrawn. This may be unsuitable for custom TQListViewItem classes, in which case <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared. <p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. @@ -430,10 +430,10 @@ column. </h3> Adjusts the column <em>col</em> to its preferred width <h3 class=fn>bool <a name="allColumnsShowFocus"></a>TQListView::allColumnsShowFocus () const </h3><p>Returns TRUE if items should show keyboard focus using all columns; otherwise returns FALSE. -See the <a href="ntqlistview.html#allColumnsShowFocus-prop">"allColumnsShowFocus"</a> property for details. +See the <a href="tqlistview.html#allColumnsShowFocus-prop">"allColumnsShowFocus"</a> property for details. <h3 class=fn>int <a name="childCount"></a>TQListView::childCount () const -</h3><p>Returns the number of parentless (top-level) <a href="qlistviewitem.html">TQListViewItem</a> objects in this TQListView. -See the <a href="ntqlistview.html#childCount-prop">"childCount"</a> property for details. +</h3><p>Returns the number of parentless (top-level) <a href="tqlistviewitem.html">TQListViewItem</a> objects in this TQListView. +See the <a href="tqlistview.html#childCount-prop">"childCount"</a> property for details. <h3 class=fn>void <a name="clear"></a>TQListView::clear ()<tt> [virtual slot]</tt> </h3> Removes and deletes all the items in this list view and triggers @@ -451,16 +451,16 @@ necessary, and emits the <a href="#selectionChanged">selectionChanged</a>() sign <p> <p>See also <a href="#setSelected">setSelected</a>() and <a href="#multiSelection-prop">multiSelection</a>. <p>Example: <a href="addressbook-example.html#x587">addressbook/centralwidget.cpp</a>. -<h3 class=fn>void <a name="clicked"></a>TQListView::clicked ( <a href="qlistviewitem.html">TQListViewItem</a> * item )<tt> [signal]</tt> +<h3 class=fn>void <a name="clicked"></a>TQListView::clicked ( <a href="tqlistviewitem.html">TQListViewItem</a> * item )<tt> [signal]</tt> </h3> <p> This signal is emitted whenever the user clicks (mouse pressed <em>and</em> mouse released) in the list view. <em>item</em> is the clicked list view item, or 0 if the user didn't click on an item. -<p> <b>Warning:</b> Do not delete any <a href="qlistviewitem.html">TQListViewItem</a> objects in slots +<p> <b>Warning:</b> Do not delete any <a href="tqlistviewitem.html">TQListViewItem</a> objects in slots connected to this signal. <p>Example: <a href="addressbook-example.html#x588">addressbook/centralwidget.cpp</a>. -<h3 class=fn>void <a name="clicked-2"></a>TQListView::clicked ( <a href="qlistviewitem.html">TQListViewItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pnt, int c )<tt> [signal]</tt> +<h3 class=fn>void <a name="clicked-2"></a>TQListView::clicked ( <a href="tqlistviewitem.html">TQListViewItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pnt, int c )<tt> [signal]</tt> </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -468,10 +468,10 @@ connected to this signal. view item, or 0 if the user didn't click on an item. <em>pnt</em> is the position where the user has clicked in global coordinates. If <em>item</em> is not 0, <em>c</em> is the list view column into which the user pressed; if <em>item</em> is 0 <em>c</em>'s value is undefined. -<p> <b>Warning:</b> Do not delete any <a href="qlistviewitem.html">TQListViewItem</a> objects in slots +<p> <b>Warning:</b> Do not delete any <a href="tqlistviewitem.html">TQListViewItem</a> objects in slots connected to this signal. -<h3 class=fn>void <a name="collapsed"></a>TQListView::collapsed ( <a href="qlistviewitem.html">TQListViewItem</a> * item )<tt> [signal]</tt> +<h3 class=fn>void <a name="collapsed"></a>TQListView::collapsed ( <a href="tqlistviewitem.html">TQListViewItem</a> * item )<tt> [signal]</tt> </h3> <p> This signal is emitted when the <em>item</em> has been collapsed, i.e. @@ -493,14 +493,14 @@ Returns the text of column <em>c</em>. Returns the width of column <em>c</em>. <p> <p>See also <a href="#setColumnWidth">setColumnWidth</a>(). -<h3 class=fn><a href="ntqlistview.html#WidthMode-enum">WidthMode</a> <a name="columnWidthMode"></a>TQListView::columnWidthMode ( int c ) const +<h3 class=fn><a href="tqlistview.html#WidthMode-enum">WidthMode</a> <a name="columnWidthMode"></a>TQListView::columnWidthMode ( int c ) const </h3> Returns the <a href="#WidthMode-enum">WidthMode</a> for column <em>c</em>. <p> <p>See also <a href="#setColumnWidthMode">setColumnWidthMode</a>(). <h3 class=fn>int <a name="columns"></a>TQListView::columns () const </h3><p>Returns the number of columns in this list view. -See the <a href="ntqlistview.html#columns-prop">"columns"</a> property for details. +See the <a href="tqlistview.html#columns-prop">"columns"</a> property for details. <h3 class=fn>void <a name="contentsMouseDoubleClickEvent"></a>TQListView::contentsMouseDoubleClickEvent ( <a href="qmouseevent.html">TQMouseEvent</a> * e )<tt> [virtual protected]</tt> </h3> Processes the mouse double-click event <em>e</em> on behalf of the viewed widget. @@ -524,7 +524,7 @@ Processes the mouse release event <em>e</em> on behalf of the viewed widget. <p>Example: <a href="dirview-example.html#x1685">dirview/dirview.cpp</a>. <p>Reimplemented from <a href="tqscrollview.html#contentsMouseReleaseEvent">TQScrollView</a>. -<h3 class=fn>void <a name="contextMenuRequested"></a>TQListView::contextMenuRequested ( <a href="qlistviewitem.html">TQListViewItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pos, int col )<tt> [signal]</tt> +<h3 class=fn>void <a name="contextMenuRequested"></a>TQListView::contextMenuRequested ( <a href="tqlistviewitem.html">TQListViewItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pos, int col )<tt> [signal]</tt> </h3> <p> This signal is emitted when the user invokes a context menu with @@ -539,7 +539,7 @@ coordinate system. signal was triggered by a key event. <p>Example: <a href="listviews-example.html#x143">listviews/listviews.cpp</a>. -<h3 class=fn>void <a name="currentChanged"></a>TQListView::currentChanged ( <a href="qlistviewitem.html">TQListViewItem</a> * )<tt> [signal]</tt> +<h3 class=fn>void <a name="currentChanged"></a>TQListView::currentChanged ( <a href="tqlistviewitem.html">TQListViewItem</a> * )<tt> [signal]</tt> </h3> <p> This signal is emitted whenever the current item has changed @@ -548,41 +548,41 @@ responsible for indicating <a href="focus.html#keyboard-focus">keyboard focus</a <p> The argument is the newly current item, or 0 if the change made no item current. This can happen, for example, if all items in the list view are deleted. -<p> <b>Warning:</b> Do not delete any <a href="qlistviewitem.html">TQListViewItem</a> objects in slots +<p> <b>Warning:</b> Do not delete any <a href="tqlistviewitem.html">TQListViewItem</a> objects in slots connected to this signal. <p> <p>See also <a href="#setCurrentItem">setCurrentItem</a>() and <a href="#currentItem">currentItem</a>(). <p>Example: <a href="listviews-example.html#x144">listviews/listviews.cpp</a>. -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="currentItem"></a>TQListView::currentItem () const +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="currentItem"></a>TQListView::currentItem () const </h3> Returns the current item, or 0 if there isn't one. <p> <p>See also <a href="#setCurrentItem">setCurrentItem</a>(). <p>Examples: <a href="addressbook-example.html#x589">addressbook/centralwidget.cpp</a> and <a href="listviews-example.html#x145">listviews/listviews.cpp</a>. -<h3 class=fn><a href="ntqlistview.html#RenameAction-enum">RenameAction</a> <a name="defaultRenameAction"></a>TQListView::defaultRenameAction () const +<h3 class=fn><a href="tqlistview.html#RenameAction-enum">RenameAction</a> <a name="defaultRenameAction"></a>TQListView::defaultRenameAction () const </h3><p>Returns what action to perform when the editor loses focus during renaming. -See the <a href="ntqlistview.html#defaultRenameAction-prop">"defaultRenameAction"</a> property for details. +See the <a href="tqlistview.html#defaultRenameAction-prop">"defaultRenameAction"</a> property for details. <h3 class=fn>void <a name="doAutoScroll"></a>TQListView::doAutoScroll ()<tt> [protected slot]</tt> </h3> This slot handles auto-scrolling when the mouse button is pressed and the mouse is outside the widget. -<h3 class=fn>void <a name="doubleClicked"></a>TQListView::doubleClicked ( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a> &, int )<tt> [signal]</tt> +<h3 class=fn>void <a name="doubleClicked"></a>TQListView::doubleClicked ( <a href="tqlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a> &, int )<tt> [signal]</tt> </h3> <p> This signal is emitted whenever an item is double-clicked. It's emitted on the second button press, not the second button release. -The arguments are the relevant <a href="qlistviewitem.html">TQListViewItem</a> (may be 0), the point +The arguments are the relevant <a href="tqlistviewitem.html">TQListViewItem</a> (may be 0), the point in global coordinates and the relevant column (or -1 if the click was outside the list). <p> <b>Warning:</b> Do not delete any TQListViewItem objects in slots connected to this signal. -<h3 class=fn>void <a name="doubleClicked-2"></a>TQListView::doubleClicked ( <a href="qlistviewitem.html">TQListViewItem</a> * item )<tt> [signal]</tt> +<h3 class=fn>void <a name="doubleClicked-2"></a>TQListView::doubleClicked ( <a href="tqlistviewitem.html">TQListViewItem</a> * item )<tt> [signal]</tt> </h3> <p> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -(use <a href="#doubleClicked">doubleClicked</a>( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a>&, int )) +(use <a href="#doubleClicked">doubleClicked</a>( <a href="tqlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a>&, int )) <p> This signal is emitted whenever an item is double-clicked. It's emitted on the second button press, not the second button release. <em>item</em> is the list view item on which the user did the @@ -592,15 +592,15 @@ double-click. </h3> If the user presses the mouse on an item and starts moving the mouse, and the item allow dragging (see -<a href="qlistviewitem.html#setDragEnabled">TQListViewItem::setDragEnabled</a>()), this function is called to get a +<a href="tqlistviewitem.html#setDragEnabled">TQListViewItem::setDragEnabled</a>()), this function is called to get a drag object and a drag is started unless <a href="#dragObject">dragObject</a>() returns 0. <p> By default this function returns 0. You should reimplement it and create a <a href="tqdragobject.html">TQDragObject</a> depending on the selected items. <h3 class=fn>void <a name="drawContentsOffset"></a>TQListView::drawContentsOffset ( <a href="tqpainter.html">TQPainter</a> * p, int ox, int oy, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> </h3> -Calls <a href="qlistviewitem.html#paintCell">TQListViewItem::paintCell</a>() and -<a href="qlistviewitem.html#paintBranches">TQListViewItem::paintBranches</a>() as necessary for all list view +Calls <a href="tqlistviewitem.html#paintCell">TQListViewItem::paintCell</a>() and +<a href="tqlistviewitem.html#paintBranches">TQListViewItem::paintBranches</a>() as necessary for all list view items that require repainting in the <em>cw</em> pixels wide and <em>ch</em> pixels high bounding rectangle starting at position <em>cx</em>, <em>cy</em> with offset <em>ox</em>, <em>oy</em>. Uses the painter <em>p</em>. @@ -613,7 +613,7 @@ with offset <em>ox</em>, <em>oy</em>. Uses the painter <em>p</em>. viewport (not onto an item). <p> <em>e</em> provides all the information about the drop. -<h3 class=fn>void <a name="ensureItemVisible"></a>TQListView::ensureItemVisible ( const <a href="qlistviewitem.html">TQListViewItem</a> * i ) +<h3 class=fn>void <a name="ensureItemVisible"></a>TQListView::ensureItemVisible ( const <a href="tqlistviewitem.html">TQListViewItem</a> * i ) </h3> Ensures that item <em>i</em> is visible, scrolling the list view vertically if necessary and opening (expanding) any parent items @@ -626,14 +626,14 @@ Redirects the event <em>e</em> relating to object <em>o</em>, for the viewport to <a href="tqwidget.html#mousePressEvent">mousePressEvent</a>(), <a href="tqwidget.html#keyPressEvent">keyPressEvent</a>() and friends. <p>Reimplemented from <a href="tqscrollview.html#eventFilter">TQScrollView</a>. -<h3 class=fn>void <a name="expanded"></a>TQListView::expanded ( <a href="qlistviewitem.html">TQListViewItem</a> * item )<tt> [signal]</tt> +<h3 class=fn>void <a name="expanded"></a>TQListView::expanded ( <a href="tqlistviewitem.html">TQListViewItem</a> * item )<tt> [signal]</tt> </h3> <p> This signal is emitted when <em>item</em> has been expanded, i.e. when the children of <em>item</em> are shown. <p> <p>See also <a href="#setOpen">setOpen</a>() and <a href="#collapsed">collapsed</a>(). -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="findItem"></a>TQListView::findItem ( const <a href="tqstring.html">TQString</a> & text, int column, ComparisonFlags compare = ExactMatch | CaseSensitive ) const +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="findItem"></a>TQListView::findItem ( const <a href="tqstring.html">TQString</a> & text, int column, ComparisonFlags compare = ExactMatch | CaseSensitive ) const </h3> Finds the first list view item in column <em>column</em>, that matches <em>text</em> and returns the item, or returns 0 of no such item could @@ -645,21 +645,21 @@ Pass OR-ed together <a href="ntqt.html#StringComparisonMode-enum">TQt::StringCom in the <em>compare</em> flag, to control how the matching is performed. The default comparison mode is case-sensitive, exact match. -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="firstChild"></a>TQListView::firstChild () const +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="firstChild"></a>TQListView::firstChild () const </h3> Returns the first item in this TQListView. Returns 0 if there is no first item. <p> A list view's items can be traversed using <a href="#firstChild">firstChild</a>() -and nextSibling() or using a <a href="qlistviewitemiterator.html">TQListViewItemIterator</a>. -<p> <p>See also <a href="#itemAt">itemAt</a>(), <a href="qlistviewitem.html#itemBelow">TQListViewItem::itemBelow</a>(), and <a href="qlistviewitem.html#itemAbove">TQListViewItem::itemAbove</a>(). +and nextSibling() or using a <a href="tqlistviewitemiterator.html">TQListViewItemIterator</a>. +<p> <p>See also <a href="#itemAt">itemAt</a>(), <a href="tqlistviewitem.html#itemBelow">TQListViewItem::itemBelow</a>(), and <a href="tqlistviewitem.html#itemAbove">TQListViewItem::itemAbove</a>(). <p>Examples: <a href="addressbook-example.html#x590">addressbook/centralwidget.cpp</a> and <a href="listviews-example.html#x146">listviews/listviews.cpp</a>. -<h3 class=fn><a href="ntqheader.html">TQHeader</a> * <a name="header"></a>TQListView::header () const +<h3 class=fn><a href="tqheader.html">TQHeader</a> * <a name="header"></a>TQListView::header () const </h3> -Returns the <a href="ntqheader.html">TQHeader</a> object that manages this list view's columns. +Returns the <a href="tqheader.html">TQHeader</a> object that manages this list view's columns. Please don't modify the header behind the list view's back. -<p> You may safely call <a href="ntqheader.html#setClickEnabled">TQHeader::setClickEnabled</a>(), -<a href="ntqheader.html#setResizeEnabled">TQHeader::setResizeEnabled</a>(), <a href="ntqheader.html#setMovingEnabled">TQHeader::setMovingEnabled</a>(), +<p> You may safely call <a href="tqheader.html#setClickEnabled">TQHeader::setClickEnabled</a>(), +<a href="tqheader.html#setResizeEnabled">TQHeader::setResizeEnabled</a>(), <a href="tqheader.html#setMovingEnabled">TQHeader::setMovingEnabled</a>(), <a href="tqwidget.html#hide">TQHeader::hide</a>() and all the const TQHeader functions. <p>Examples: <a href="listviews-example.html#x147">listviews/listviews.cpp</a> and <a href="tqdir-example.html#x1828">tqdir/tqdir.cpp</a>. @@ -672,12 +672,12 @@ the header handles. To prevent this, call setResizeEnabled(FALSE, <em>column</em>) on the list views header. <p> <p>See also <a href="#setColumnWidth">setColumnWidth</a>(). -<h3 class=fn>void <a name="insertItem"></a>TQListView::insertItem ( <a href="qlistviewitem.html">TQListViewItem</a> * i )<tt> [virtual]</tt> +<h3 class=fn>void <a name="insertItem"></a>TQListView::insertItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * i )<tt> [virtual]</tt> </h3> Inserts item <em>i</em> into the list view as a top-level item. You do not need to call this unless you've called <a href="#takeItem">takeItem</a>(<em>i</em>) or -<a href="qlistviewitem.html#takeItem">TQListViewItem::takeItem</a>(<em>i</em>) and need to reinsert <em>i</em> elsewhere. -<p> <p>See also <a href="qlistviewitem.html#takeItem">TQListViewItem::takeItem</a>() and <a href="#takeItem">takeItem</a>(). +<a href="tqlistviewitem.html#takeItem">TQListViewItem::takeItem</a>(<em>i</em>) and need to reinsert <em>i</em> elsewhere. +<p> <p>See also <a href="tqlistviewitem.html#takeItem">TQListViewItem::takeItem</a>() and <a href="#takeItem">takeItem</a>(). <h3 class=fn>void <a name="invertSelection"></a>TQListView::invertSelection ()<tt> [virtual slot]</tt> </h3> @@ -686,8 +686,8 @@ selection modes. <h3 class=fn>bool <a name="isMultiSelection"></a>TQListView::isMultiSelection () const </h3><p>Returns TRUE if the list view is in multi-selection or extended-selection mode; otherwise returns FALSE. -See the <a href="ntqlistview.html#multiSelection-prop">"multiSelection"</a> property for details. -<h3 class=fn>bool <a name="isOpen"></a>TQListView::isOpen ( const <a href="qlistviewitem.html">TQListViewItem</a> * item ) const +See the <a href="tqlistview.html#multiSelection-prop">"multiSelection"</a> property for details. +<h3 class=fn>bool <a name="isOpen"></a>TQListView::isOpen ( const <a href="tqlistviewitem.html">TQListViewItem</a> * item ) const </h3> Identical to <em>item</em>->isOpen(). Provided for completeness. <p> <p>See also <a href="#setOpen">setOpen</a>(). @@ -696,13 +696,13 @@ Identical to <em>item</em>->isOpen(). Provided for completeness. </h3> Returns TRUE if an item is being renamed; otherwise returns FALSE. -<h3 class=fn>bool <a name="isSelected"></a>TQListView::isSelected ( const <a href="qlistviewitem.html">TQListViewItem</a> * i ) const +<h3 class=fn>bool <a name="isSelected"></a>TQListView::isSelected ( const <a href="tqlistviewitem.html">TQListViewItem</a> * i ) const </h3> Returns TRUE if the list view item <em>i</em> is selected; otherwise returns FALSE. -<p> <p>See also <a href="qlistviewitem.html#isSelected">TQListViewItem::isSelected</a>(). +<p> <p>See also <a href="tqlistviewitem.html#isSelected">TQListViewItem::isSelected</a>(). -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="itemAt"></a>TQListView::itemAt ( const <a href="tqpoint.html">TQPoint</a> & viewPos ) const +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="itemAt"></a>TQListView::itemAt ( const <a href="tqpoint.html">TQPoint</a> & viewPos ) const </h3> Returns the list view item at <em>viewPos</em>. Note that <em>viewPos</em> is in the <a href="tqscrollview.html#viewport">viewport</a>()'s coordinate system, not in the list view's own, @@ -713,10 +713,10 @@ points to the root decoration (see <a href="#setRootIsDecorated">setRootIsDecora item. To check whether or not <em>viewPos</em> is on the root decoration of the item, you can do something like this: <p> <pre> - <a href="qlistviewitem.html">TQListViewItem</a> *i = <a href="#itemAt">itemAt</a>( p ); + <a href="tqlistviewitem.html">TQListViewItem</a> *i = <a href="#itemAt">itemAt</a>( p ); if ( i ) { if ( p.x() > header()->sectionPos( <a href="#header">header</a>()->mapToIndex( 0 ) ) + - <a href="#treeStepSize">treeStepSize</a>() * ( i-><a href="qlistviewitem.html#depth">depth</a>() + ( <a href="#rootIsDecorated">rootIsDecorated</a>() ? 1 : 0) ) + itemMargin() || + <a href="#treeStepSize">treeStepSize</a>() * ( i-><a href="tqlistviewitem.html#depth">depth</a>() + ( <a href="#rootIsDecorated">rootIsDecorated</a>() ? 1 : 0) ) + itemMargin() || p.x() < header()->sectionPos( <a href="#header">header</a>()->mapToIndex( 0 ) ) ) { ; // p is not on root decoration else @@ -732,24 +732,24 @@ an item). <h3 class=fn>int <a name="itemMargin"></a>TQListView::itemMargin () const </h3><p>Returns the advisory item margin that list items may use. -See the <a href="ntqlistview.html#itemMargin-prop">"itemMargin"</a> property for details. -<h3 class=fn>int <a name="itemPos"></a>TQListView::itemPos ( const <a href="qlistviewitem.html">TQListViewItem</a> * item ) +See the <a href="tqlistview.html#itemMargin-prop">"itemMargin"</a> property for details. +<h3 class=fn>int <a name="itemPos"></a>TQListView::itemPos ( const <a href="tqlistviewitem.html">TQListViewItem</a> * item ) </h3> Returns the y-coordinate of <em>item</em> in the list view's coordinate system. This function is normally much slower than <a href="#itemAt">itemAt</a>() but it works for all items, whereas itemAt() normally works only for items on the screen. -<p> This is a thin wrapper around <a href="qlistviewitem.html#itemPos">TQListViewItem::itemPos</a>(). +<p> This is a thin wrapper around <a href="tqlistviewitem.html#itemPos">TQListViewItem::itemPos</a>(). <p> <p>See also <a href="#itemAt">itemAt</a>() and <a href="#itemRect">itemRect</a>(). -<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="itemRect"></a>TQListView::itemRect ( const <a href="qlistviewitem.html">TQListViewItem</a> * i ) const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="itemRect"></a>TQListView::itemRect ( const <a href="tqlistviewitem.html">TQListViewItem</a> * i ) const </h3> Returns the rectangle on the screen that item <em>i</em> occupies in <a href="tqscrollview.html#viewport">viewport</a>()'s coordinates, or an invalid rectangle if <em>i</em> is 0 or is not currently visible. <p> The rectangle returned does not include any children of the -rectangle (i.e. it uses <a href="qlistviewitem.html#height">TQListViewItem::height</a>(), rather than -<a href="qlistviewitem.html#totalHeight">TQListViewItem::totalHeight</a>()). If you want the rectangle to +rectangle (i.e. it uses <a href="tqlistviewitem.html#height">TQListViewItem::height</a>(), rather than +<a href="tqlistviewitem.html#totalHeight">TQListViewItem::totalHeight</a>()). If you want the rectangle to include children you can use something like this: <p> <pre> <a href="tqrect.html">TQRect</a> r( listView->itemRect( item ) ); @@ -762,39 +762,39 @@ much larger than the window system's coordinate system allows. <p> <a href="#itemRect">itemRect</a>() is comparatively slow. It's best to call it only for items that are probably on-screen. -<h3 class=fn>void <a name="itemRenamed"></a>TQListView::itemRenamed ( <a href="qlistviewitem.html">TQListViewItem</a> * item, int col, const <a href="tqstring.html">TQString</a> & text )<tt> [signal]</tt> +<h3 class=fn>void <a name="itemRenamed"></a>TQListView::itemRenamed ( <a href="tqlistviewitem.html">TQListViewItem</a> * item, int col, const <a href="tqstring.html">TQString</a> & text )<tt> [signal]</tt> </h3> <p> This signal is emitted when <em>item</em> has been renamed to <em>text</em>, e.g. by in in-place renaming, in column <em>col</em>. -<p> <p>See also <a href="qlistviewitem.html#setRenameEnabled">TQListViewItem::setRenameEnabled</a>(). +<p> <p>See also <a href="tqlistviewitem.html#setRenameEnabled">TQListViewItem::setRenameEnabled</a>(). -<h3 class=fn>void <a name="itemRenamed-2"></a>TQListView::itemRenamed ( <a href="qlistviewitem.html">TQListViewItem</a> * item, int col )<tt> [signal]</tt> +<h3 class=fn>void <a name="itemRenamed-2"></a>TQListView::itemRenamed ( <a href="tqlistviewitem.html">TQListViewItem</a> * item, int col )<tt> [signal]</tt> </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This signal is emitted when <em>item</em> has been renamed, e.g. by in-place renaming, in column <em>col</em>. -<p> <p>See also <a href="qlistviewitem.html#setRenameEnabled">TQListViewItem::setRenameEnabled</a>(). +<p> <p>See also <a href="tqlistviewitem.html#setRenameEnabled">TQListViewItem::setRenameEnabled</a>(). -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="lastItem"></a>TQListView::lastItem () const +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="lastItem"></a>TQListView::lastItem () const </h3> Returns the last item in the list view tree. Returns 0 if there are no items in the TQListView. <p> This function is slow because it traverses the entire tree to find the last item. -<h3 class=fn>void <a name="mouseButtonClicked"></a>TQListView::mouseButtonClicked ( int button, <a href="qlistviewitem.html">TQListViewItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pos, int c )<tt> [signal]</tt> +<h3 class=fn>void <a name="mouseButtonClicked"></a>TQListView::mouseButtonClicked ( int button, <a href="tqlistviewitem.html">TQListViewItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pos, int c )<tt> [signal]</tt> </h3> <p> This signal is emitted whenever the user clicks (mouse pressed <em>and</em> mouse released) in the list view at position <em>pos</em>. <em>button</em> is the mouse button that the user pressed, <em>item</em> is the clicked list view item or 0 if the user didn't click on an item. If <em>item</em> is not 0, <em>c</em> is the list view column into which the user pressed; if <em>item</em> is 0 <em>c</em>'s value is undefined. -<p> <b>Warning:</b> Do not delete any <a href="qlistviewitem.html">TQListViewItem</a> objects in slots +<p> <b>Warning:</b> Do not delete any <a href="tqlistviewitem.html">TQListViewItem</a> objects in slots connected to this signal. -<h3 class=fn>void <a name="mouseButtonPressed"></a>TQListView::mouseButtonPressed ( int button, <a href="qlistviewitem.html">TQListViewItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pos, int c )<tt> [signal]</tt> +<h3 class=fn>void <a name="mouseButtonPressed"></a>TQListView::mouseButtonPressed ( int button, <a href="tqlistviewitem.html">TQListViewItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pos, int c )<tt> [signal]</tt> </h3> <p> This signal is emitted whenever the user pressed the mouse button @@ -803,10 +803,10 @@ which the user pressed, <em>item</em> is the pressed list view item or 0 if the user didn't press on an item. If <em>item</em> is not 0, <em>c</em> is the list view column into which the user pressed; if <em>item</em> is 0 <em>c</em>'s value is undefined. -<p> <b>Warning:</b> Do not delete any <a href="qlistviewitem.html">TQListViewItem</a> objects in slots +<p> <b>Warning:</b> Do not delete any <a href="tqlistviewitem.html">TQListViewItem</a> objects in slots connected to this signal. -<h3 class=fn>void <a name="onItem"></a>TQListView::onItem ( <a href="qlistviewitem.html">TQListViewItem</a> * i )<tt> [signal]</tt> +<h3 class=fn>void <a name="onItem"></a>TQListView::onItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * i )<tt> [signal]</tt> </h3> <p> This signal is emitted when the user moves the mouse cursor onto @@ -826,17 +826,17 @@ painter <em>p</em>. <em>rect</em> is in widget coordinates, ready to be fed to <p> The default function fills <em>rect</em> with the <a href="tqscrollview.html#viewport">viewport</a>()->backgroundBrush(). -<h3 class=fn>void <a name="pressed"></a>TQListView::pressed ( <a href="qlistviewitem.html">TQListViewItem</a> * item )<tt> [signal]</tt> +<h3 class=fn>void <a name="pressed"></a>TQListView::pressed ( <a href="tqlistviewitem.html">TQListViewItem</a> * item )<tt> [signal]</tt> </h3> <p> This signal is emitted whenever the user presses the mouse button in a list view. <em>item</em> is the list view item on which the user pressed the mouse button, or 0 if the user didn't press the mouse on an item. -<p> <b>Warning:</b> Do not delete any <a href="qlistviewitem.html">TQListViewItem</a> objects in slots +<p> <b>Warning:</b> Do not delete any <a href="tqlistviewitem.html">TQListViewItem</a> objects in slots connected to this signal. -<h3 class=fn>void <a name="pressed-2"></a>TQListView::pressed ( <a href="qlistviewitem.html">TQListViewItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pnt, int c )<tt> [signal]</tt> +<h3 class=fn>void <a name="pressed-2"></a>TQListView::pressed ( <a href="tqlistviewitem.html">TQListViewItem</a> * item, const <a href="tqpoint.html">TQPoint</a> & pnt, int c )<tt> [signal]</tt> </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -846,7 +846,7 @@ pressed the mouse button, or 0 if the user didn't press the mouse on an item. <em>pnt</em> is the position of the mouse cursor in global coordinates, and <em>c</em> is the column where the mouse cursor was when the user pressed the mouse button. -<p> <b>Warning:</b> Do not delete any <a href="qlistviewitem.html">TQListViewItem</a> objects in slots +<p> <b>Warning:</b> Do not delete any <a href="tqlistviewitem.html">TQListViewItem</a> objects in slots connected to this signal. <h3 class=fn>void <a name="removeColumn"></a>TQListView::removeColumn ( int index )<tt> [virtual]</tt> @@ -856,13 +856,13 @@ Removes the column at position <em>index</em>. list view will be cleared. <p> <p>See also <a href="#clear">clear</a>(). -<h3 class=fn>void <a name="removeItem"></a>TQListView::removeItem ( <a href="qlistviewitem.html">TQListViewItem</a> * item )<tt> [virtual]</tt> +<h3 class=fn>void <a name="removeItem"></a>TQListView::removeItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * item )<tt> [virtual]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> This function has been renamed <a href="#takeItem">takeItem</a>(). -<h3 class=fn>void <a name="repaintItem"></a>TQListView::repaintItem ( const <a href="qlistviewitem.html">TQListViewItem</a> * item ) const +<h3 class=fn>void <a name="repaintItem"></a>TQListView::repaintItem ( const <a href="tqlistviewitem.html">TQListViewItem</a> * item ) const </h3> Repaints <em>item</em> on the screen if <em>item</em> is currently visible. Takes care to avoid multiple repaints. @@ -872,41 +872,41 @@ Takes care to avoid multiple repaints. Ensures that the header is correctly sized and positioned when the resize event <em>e</em> occurs. -<h3 class=fn><a href="ntqlistview.html#ResizeMode-enum">ResizeMode</a> <a name="resizeMode"></a>TQListView::resizeMode () const +<h3 class=fn><a href="tqlistview.html#ResizeMode-enum">ResizeMode</a> <a name="resizeMode"></a>TQListView::resizeMode () const </h3><p>Returns TRUE if all, none or the only the last column should be resized; otherwise returns FALSE. -See the <a href="ntqlistview.html#resizeMode-prop">"resizeMode"</a> property for details. -<h3 class=fn>void <a name="returnPressed"></a>TQListView::returnPressed ( <a href="qlistviewitem.html">TQListViewItem</a> * )<tt> [signal]</tt> +See the <a href="tqlistview.html#resizeMode-prop">"resizeMode"</a> property for details. +<h3 class=fn>void <a name="returnPressed"></a>TQListView::returnPressed ( <a href="tqlistviewitem.html">TQListViewItem</a> * )<tt> [signal]</tt> </h3> <p> This signal is emitted when Enter or Return is pressed. The argument is the <a href="#currentItem">currentItem</a>(). -<h3 class=fn>void <a name="rightButtonClicked"></a>TQListView::rightButtonClicked ( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a> &, int )<tt> [signal]</tt> +<h3 class=fn>void <a name="rightButtonClicked"></a>TQListView::rightButtonClicked ( <a href="tqlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a> &, int )<tt> [signal]</tt> </h3> <p> This signal is emitted when the right button is clicked (i.e. when -it's released). The arguments are the relevant <a href="qlistviewitem.html">TQListViewItem</a> (may +it's released). The arguments are the relevant <a href="tqlistviewitem.html">TQListViewItem</a> (may be 0), the point in global coordinates and the relevant column (or -1 if the click was outside the list). -<h3 class=fn>void <a name="rightButtonPressed"></a>TQListView::rightButtonPressed ( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a> &, int )<tt> [signal]</tt> +<h3 class=fn>void <a name="rightButtonPressed"></a>TQListView::rightButtonPressed ( <a href="tqlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a> &, int )<tt> [signal]</tt> </h3> <p> This signal is emitted when the right button is pressed. The -arguments are the relevant <a href="qlistviewitem.html">TQListViewItem</a> (may be 0), the point in +arguments are the relevant <a href="tqlistviewitem.html">TQListViewItem</a> (may be 0), the point in global coordinates and the relevant column (or -1 if the click was outside the list). <h3 class=fn>bool <a name="rootIsDecorated"></a>TQListView::rootIsDecorated () const </h3><p>Returns TRUE if the list view shows open/close signs on root items; otherwise returns FALSE. -See the <a href="ntqlistview.html#rootIsDecorated-prop">"rootIsDecorated"</a> property for details. +See the <a href="tqlistview.html#rootIsDecorated-prop">"rootIsDecorated"</a> property for details. <h3 class=fn>void <a name="selectAll"></a>TQListView::selectAll ( bool select )<tt> [virtual slot]</tt> </h3> If <em>select</em> is TRUE, all the items get selected; otherwise all the items get unselected. This only works in the selection modes <a href="#SelectionMode-enum">Multi</a> and <a href="#SelectionMode-enum">Extended</a>. In <a href="#SelectionMode-enum">Single</a> and <a href="#SelectionMode-enum">NoSelection</a> mode the selection of the current item is just set to <em>select</em>. -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="selectedItem"></a>TQListView::selectedItem () const +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="selectedItem"></a>TQListView::selectedItem () const </h3> Returns the selected item if the list view is in <a href="#SelectionMode-enum">Single</a> selection mode and an item is selected. @@ -921,12 +921,12 @@ selection mode this function returns 0. changed (normally before the screen update). It is available in <a href="#SelectionMode-enum">Single</a>, <a href="#SelectionMode-enum">Multi</a>, and <a href="#SelectionMode-enum">Extended</a> selection modes, but is most useful in <a href="#SelectionMode-enum">Multi</a> selection mode. -<p> <b>Warning:</b> Do not delete any <a href="qlistviewitem.html">TQListViewItem</a> objects in slots +<p> <b>Warning:</b> Do not delete any <a href="tqlistviewitem.html">TQListViewItem</a> objects in slots connected to this signal. -<p> <p>See also <a href="#setSelected">setSelected</a>() and <a href="qlistviewitem.html#setSelected">TQListViewItem::setSelected</a>(). +<p> <p>See also <a href="#setSelected">setSelected</a>() and <a href="tqlistviewitem.html#setSelected">TQListViewItem::setSelected</a>(). <p>Example: <a href="listviews-example.html#x148">listviews/listviews.cpp</a>. -<h3 class=fn>void <a name="selectionChanged-2"></a>TQListView::selectionChanged ( <a href="qlistviewitem.html">TQListViewItem</a> * )<tt> [signal]</tt> +<h3 class=fn>void <a name="selectionChanged-2"></a>TQListView::selectionChanged ( <a href="tqlistviewitem.html">TQListViewItem</a> * )<tt> [signal]</tt> </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -937,20 +937,20 @@ argument is the newly selected item. If the selection is cleared view) then this signal will not be emitted. <p> In <a href="#SelectionMode-enum">Multi</a> selection mode, use the no argument overload of this signal. -<p> <b>Warning:</b> Do not delete any <a href="qlistviewitem.html">TQListViewItem</a> objects in slots +<p> <b>Warning:</b> Do not delete any <a href="tqlistviewitem.html">TQListViewItem</a> objects in slots connected to this signal. -<p> <p>See also <a href="#setSelected">setSelected</a>(), <a href="qlistviewitem.html#setSelected">TQListViewItem::setSelected</a>(), and <a href="#currentChanged">currentChanged</a>(). +<p> <p>See also <a href="#setSelected">setSelected</a>(), <a href="tqlistviewitem.html#setSelected">TQListViewItem::setSelected</a>(), and <a href="#currentChanged">currentChanged</a>(). -<h3 class=fn><a href="ntqlistview.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode"></a>TQListView::selectionMode () const +<h3 class=fn><a href="tqlistview.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode"></a>TQListView::selectionMode () const </h3><p>Returns the list view's selection mode. -See the <a href="ntqlistview.html#selectionMode-prop">"selectionMode"</a> property for details. +See the <a href="tqlistview.html#selectionMode-prop">"selectionMode"</a> property for details. <h3 class=fn>void <a name="setAllColumnsShowFocus"></a>TQListView::setAllColumnsShowFocus ( bool )<tt> [virtual]</tt> </h3><p>Sets whether items should show keyboard focus using all columns. -See the <a href="ntqlistview.html#allColumnsShowFocus-prop">"allColumnsShowFocus"</a> property for details. +See the <a href="tqlistview.html#allColumnsShowFocus-prop">"allColumnsShowFocus"</a> property for details. <h3 class=fn>void <a name="setColumnAlignment"></a>TQListView::setColumnAlignment ( int column, int align )<tt> [virtual]</tt> </h3> Sets column <em>column</em>'s alignment to <em>align</em>. The alignment is -ultimately passed to <a href="qlistviewitem.html#paintCell">TQListViewItem::paintCell</a>() for each item in +ultimately passed to <a href="tqlistviewitem.html#paintCell">TQListViewItem::paintCell</a>() for each item in the list view. For horizontally aligned text with TQt::AlignLeft or TQt::AlignHCenter the ellipsis (...) will be to the right, for TQt::AlignRight the ellipsis will be to the left. @@ -975,13 +975,13 @@ the column has a <a href="#WidthMode-enum">WidthMode</a> other than <a href="#Wi setting may be subsequently overridden. <p> <p>See also <a href="#columnWidth">columnWidth</a>(). -<h3 class=fn>void <a name="setColumnWidthMode"></a>TQListView::setColumnWidthMode ( int c, <a href="ntqlistview.html#WidthMode-enum">WidthMode</a> mode )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setColumnWidthMode"></a>TQListView::setColumnWidthMode ( int c, <a href="tqlistview.html#WidthMode-enum">WidthMode</a> mode )<tt> [virtual]</tt> </h3> Sets column <em>c</em>'s width mode to <em>mode</em>. The default depends on the original width argument to <a href="#addColumn">addColumn</a>(). -<p> <p>See also <a href="qlistviewitem.html#width">TQListViewItem::width</a>(). +<p> <p>See also <a href="tqlistviewitem.html#width">TQListViewItem::width</a>(). -<h3 class=fn>void <a name="setCurrentItem"></a>TQListView::setCurrentItem ( <a href="qlistviewitem.html">TQListViewItem</a> * i )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setCurrentItem"></a>TQListView::setCurrentItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * i )<tt> [virtual]</tt> </h3> Sets item <em>i</em> to be the current item and repaints appropriately (i.e. highlights the item). The current item is used for keyboard @@ -992,41 +992,41 @@ items, although a selected item can also be the current item. <p> <p>See also <a href="#currentItem">currentItem</a>() and <a href="#setSelected">setSelected</a>(). <p>Example: <a href="listviews-example.html#x151">listviews/listviews.cpp</a>. -<h3 class=fn>void <a name="setDefaultRenameAction"></a>TQListView::setDefaultRenameAction ( <a href="ntqlistview.html#RenameAction-enum">RenameAction</a> a )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setDefaultRenameAction"></a>TQListView::setDefaultRenameAction ( <a href="tqlistview.html#RenameAction-enum">RenameAction</a> a )<tt> [virtual]</tt> </h3><p>Sets what action to perform when the editor loses focus during renaming to <em>a</em>. -See the <a href="ntqlistview.html#defaultRenameAction-prop">"defaultRenameAction"</a> property for details. +See the <a href="tqlistview.html#defaultRenameAction-prop">"defaultRenameAction"</a> property for details. <h3 class=fn>void <a name="setItemMargin"></a>TQListView::setItemMargin ( int )<tt> [virtual]</tt> </h3><p>Sets the advisory item margin that list items may use. -See the <a href="ntqlistview.html#itemMargin-prop">"itemMargin"</a> property for details. +See the <a href="tqlistview.html#itemMargin-prop">"itemMargin"</a> property for details. <h3 class=fn>void <a name="setMultiSelection"></a>TQListView::setMultiSelection ( bool enable )<tt> [virtual]</tt> </h3><p>Sets whether the list view is in multi-selection or extended-selection mode to <em>enable</em>. -See the <a href="ntqlistview.html#multiSelection-prop">"multiSelection"</a> property for details. -<h3 class=fn>void <a name="setOpen"></a>TQListView::setOpen ( <a href="qlistviewitem.html">TQListViewItem</a> * item, bool open )<tt> [virtual]</tt> +See the <a href="tqlistview.html#multiSelection-prop">"multiSelection"</a> property for details. +<h3 class=fn>void <a name="setOpen"></a>TQListView::setOpen ( <a href="tqlistviewitem.html">TQListViewItem</a> * item, bool open )<tt> [virtual]</tt> </h3> Sets <em>item</em> to be open if <em>open</em> is TRUE and <em>item</em> is expandable, and to be closed if <em>open</em> is FALSE. Repaints accordingly. -<p> <p>See also <a href="qlistviewitem.html#setOpen">TQListViewItem::setOpen</a>() and <a href="qlistviewitem.html#setExpandable">TQListViewItem::setExpandable</a>(). +<p> <p>See also <a href="tqlistviewitem.html#setOpen">TQListViewItem::setOpen</a>() and <a href="tqlistviewitem.html#setExpandable">TQListViewItem::setExpandable</a>(). -<h3 class=fn>void <a name="setResizeMode"></a>TQListView::setResizeMode ( <a href="ntqlistview.html#ResizeMode-enum">ResizeMode</a> m )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setResizeMode"></a>TQListView::setResizeMode ( <a href="tqlistview.html#ResizeMode-enum">ResizeMode</a> m )<tt> [virtual]</tt> </h3><p>Sets whether all, none or the only the last column should be resized to <em>m</em>. -See the <a href="ntqlistview.html#resizeMode-prop">"resizeMode"</a> property for details. +See the <a href="tqlistview.html#resizeMode-prop">"resizeMode"</a> property for details. <h3 class=fn>void <a name="setRootIsDecorated"></a>TQListView::setRootIsDecorated ( bool )<tt> [virtual]</tt> </h3><p>Sets whether the list view shows open/close signs on root items. -See the <a href="ntqlistview.html#rootIsDecorated-prop">"rootIsDecorated"</a> property for details. -<h3 class=fn>void <a name="setSelected"></a>TQListView::setSelected ( <a href="qlistviewitem.html">TQListViewItem</a> * item, bool selected )<tt> [virtual]</tt> +See the <a href="tqlistview.html#rootIsDecorated-prop">"rootIsDecorated"</a> property for details. +<h3 class=fn>void <a name="setSelected"></a>TQListView::setSelected ( <a href="tqlistviewitem.html">TQListViewItem</a> * item, bool selected )<tt> [virtual]</tt> </h3> If <em>selected</em> is TRUE the <em>item</em> is selected; otherwise it is unselected. <p> If the list view is in <a href="#SelectionMode-enum">Single</a> selection mode and <em>selected</em> is TRUE, the currently selected item is unselected and <em>item</em> is -made current. Unlike <a href="qlistviewitem.html#setSelected">TQListViewItem::setSelected</a>(), this function +made current. Unlike <a href="tqlistviewitem.html#setSelected">TQListViewItem::setSelected</a>(), this function updates the list view as necessary and emits the <a href="#selectionChanged">selectionChanged</a>() signals. <p> <p>See also <a href="#isSelected">isSelected</a>(), <a href="#multiSelection-prop">multiSelection</a>, <a href="#multiSelection-prop">multiSelection</a>, <a href="#setCurrentItem">setCurrentItem</a>(), and <a href="#setSelectionAnchor">setSelectionAnchor</a>(). <p>Example: <a href="listviews-example.html#x153">listviews/listviews.cpp</a>. -<h3 class=fn>void <a name="setSelectionAnchor"></a>TQListView::setSelectionAnchor ( <a href="qlistviewitem.html">TQListViewItem</a> * item ) +<h3 class=fn>void <a name="setSelectionAnchor"></a>TQListView::setSelectionAnchor ( <a href="tqlistviewitem.html">TQListViewItem</a> * item ) </h3> Sets the selection anchor to <em>item</em>, if <em>item</em> is selectable. <p> The selection anchor is the item that remains selected when @@ -1034,15 +1034,15 @@ Shift-selecting with either mouse or keyboard in <a href="#SelectionMode-enum">E selection mode. <p> <p>See also <a href="#setSelected">setSelected</a>(). -<h3 class=fn>void <a name="setSelectionMode"></a>TQListView::setSelectionMode ( <a href="ntqlistview.html#SelectionMode-enum">SelectionMode</a> mode ) +<h3 class=fn>void <a name="setSelectionMode"></a>TQListView::setSelectionMode ( <a href="tqlistview.html#SelectionMode-enum">SelectionMode</a> mode ) </h3><p>Sets the list view's selection mode to <em>mode</em>. -See the <a href="ntqlistview.html#selectionMode-prop">"selectionMode"</a> property for details. +See the <a href="tqlistview.html#selectionMode-prop">"selectionMode"</a> property for details. <h3 class=fn>void <a name="setShowSortIndicator"></a>TQListView::setShowSortIndicator ( bool show )<tt> [virtual]</tt> </h3><p>Sets whether the list view header should display a sort indicator to <em>show</em>. -See the <a href="ntqlistview.html#showSortIndicator-prop">"showSortIndicator"</a> property for details. +See the <a href="tqlistview.html#showSortIndicator-prop">"showSortIndicator"</a> property for details. <h3 class=fn>void <a name="setShowToolTips"></a>TQListView::setShowToolTips ( bool b )<tt> [virtual]</tt> </h3><p>Sets whether this list view should show tooltips for truncated column texts to <em>b</em>. -See the <a href="ntqlistview.html#showToolTips-prop">"showToolTips"</a> property for details. +See the <a href="tqlistview.html#showToolTips-prop">"showToolTips"</a> property for details. <h3 class=fn>void <a name="setSortColumn"></a>TQListView::setSortColumn ( int column ) </h3> Sets the sorting column for the list view. @@ -1068,13 +1068,13 @@ header to sort the list view. <h3 class=fn>void <a name="setTreeStepSize"></a>TQListView::setTreeStepSize ( int )<tt> [virtual]</tt> </h3><p>Sets the number of pixels a child is offset from its parent. -See the <a href="ntqlistview.html#treeStepSize-prop">"treeStepSize"</a> property for details. +See the <a href="tqlistview.html#treeStepSize-prop">"treeStepSize"</a> property for details. <h3 class=fn>bool <a name="showSortIndicator"></a>TQListView::showSortIndicator () const </h3><p>Returns TRUE if the list view header should display a sort indicator; otherwise returns FALSE. -See the <a href="ntqlistview.html#showSortIndicator-prop">"showSortIndicator"</a> property for details. +See the <a href="tqlistview.html#showSortIndicator-prop">"showSortIndicator"</a> property for details. <h3 class=fn>bool <a name="showToolTips"></a>TQListView::showToolTips () const </h3><p>Returns TRUE if this list view should show tooltips for truncated column texts; otherwise returns FALSE. -See the <a href="ntqlistview.html#showToolTips-prop">"showToolTips"</a> property for details. +See the <a href="tqlistview.html#showToolTips-prop">"showToolTips"</a> property for details. <h3 class=fn>void <a name="sort"></a>TQListView::sort ()<tt> [virtual]</tt> </h3> Sorts the list view using the last sorting configuration (sort @@ -1091,7 +1091,7 @@ sorting is disabled. Returns the sorting order of the list view items. <p> <p>See also <a href="#sortColumn">sortColumn</a>(). -<h3 class=fn>void <a name="spacePressed"></a>TQListView::spacePressed ( <a href="qlistviewitem.html">TQListViewItem</a> * )<tt> [signal]</tt> +<h3 class=fn>void <a name="spacePressed"></a>TQListView::spacePressed ( <a href="tqlistviewitem.html">TQListViewItem</a> * )<tt> [signal]</tt> </h3> <p> This signal is emitted when Space is pressed. The argument is @@ -1101,16 +1101,16 @@ the <a href="#currentItem">currentItem</a>(). </h3> Starts a drag. -<h3 class=fn>void <a name="takeItem"></a>TQListView::takeItem ( <a href="qlistviewitem.html">TQListViewItem</a> * i )<tt> [virtual]</tt> +<h3 class=fn>void <a name="takeItem"></a>TQListView::takeItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * i )<tt> [virtual]</tt> </h3> Removes item <em>i</em> from the list view; <em>i</em> must be a top-level -item. The warnings regarding <a href="qlistviewitem.html#takeItem">TQListViewItem::takeItem</a>() apply to +item. The warnings regarding <a href="tqlistviewitem.html#takeItem">TQListViewItem::takeItem</a>() apply to this function, too. <p> <p>See also <a href="#insertItem">insertItem</a>(). <h3 class=fn>int <a name="treeStepSize"></a>TQListView::treeStepSize () const </h3><p>Returns the number of pixels a child is offset from its parent. -See the <a href="ntqlistview.html#treeStepSize-prop">"treeStepSize"</a> property for details. +See the <a href="tqlistview.html#treeStepSize-prop">"treeStepSize"</a> property for details. <h3 class=fn>void <a name="triggerUpdate"></a>TQListView::triggerUpdate ()<tt> [slot]</tt> </h3> Triggers a size, geometry and content update during the next @@ -1133,10 +1133,10 @@ flicker. <p>Set this property's value with <a href="#setAllColumnsShowFocus">setAllColumnsShowFocus</a>() and get this property's value with <a href="#allColumnsShowFocus">allColumnsShowFocus</a>(). <h3 class=fn>int <a name="childCount-prop"></a>childCount</h3> -<p>This property holds the number of parentless (top-level) <a href="qlistviewitem.html">TQListViewItem</a> objects in this TQListView. +<p>This property holds the number of parentless (top-level) <a href="tqlistviewitem.html">TQListViewItem</a> objects in this TQListView. <p>Holds the current number of parentless (top-level) TQListViewItem objects in this TQListView. -<p> <p>See also <a href="qlistviewitem.html#childCount">TQListViewItem::childCount</a>(). +<p> <p>See also <a href="tqlistviewitem.html#childCount">TQListViewItem::childCount</a>(). <p>Get this property's value with <a href="#childCount">childCount</a>(). <h3 class=fn>int <a name="columns-prop"></a>columns</h3> @@ -1144,7 +1144,7 @@ objects in this TQListView. <p>Get this property's value with <a href="#columns">columns</a>(). <p><p>See also <a href="#addColumn">addColumn</a>() and <a href="#removeColumn">removeColumn</a>(). -<h3 class=fn><a href="ntqlistview.html#RenameAction-enum">RenameAction</a> <a name="defaultRenameAction-prop"></a>defaultRenameAction</h3> +<h3 class=fn><a href="tqlistview.html#RenameAction-enum">RenameAction</a> <a name="defaultRenameAction-prop"></a>defaultRenameAction</h3> <p>This property holds what action to perform when the editor loses focus during renaming. <p>If this property is <a href="#RenameAction-enum">Accept</a>, and the user renames an item and the editor loses focus (without the user pressing Enter), the @@ -1157,8 +1157,8 @@ default is <a href="#RenameAction-enum">Reject</a>. <p>This property holds the advisory item margin that list items may use. <p>The item margin defaults to one pixel and is the margin between the item's edges and the area where it draws its contents. -<a href="qlistviewitem.html#paintFocus">TQListViewItem::paintFocus</a>() draws in the margin. -<p> <p>See also <a href="qlistviewitem.html#paintCell">TQListViewItem::paintCell</a>(). +<a href="tqlistviewitem.html#paintFocus">TQListViewItem::paintFocus</a>() draws in the margin. +<p> <p>See also <a href="tqlistviewitem.html#paintCell">TQListViewItem::paintCell</a>(). <p>Set this property's value with <a href="#setItemMargin">setItemMargin</a>() and get this property's value with <a href="#itemMargin">itemMargin</a>(). <h3 class=fn>bool <a name="multiSelection-prop"></a>multiSelection</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. @@ -1171,7 +1171,7 @@ the Shift or Ctrl key at the same time. <p> <p>See also <a href="#selectionMode-prop">selectionMode</a>. <p>Set this property's value with <a href="#setMultiSelection">setMultiSelection</a>() and get this property's value with <a href="#isMultiSelection">isMultiSelection</a>(). -<h3 class=fn><a href="ntqlistview.html#ResizeMode-enum">ResizeMode</a> <a name="resizeMode-prop"></a>resizeMode</h3> +<h3 class=fn><a href="tqlistview.html#ResizeMode-enum">ResizeMode</a> <a name="resizeMode-prop"></a>resizeMode</h3> <p>This property holds whether all, none or the only the last column should be resized. <p>Specifies whether all, none or only the last column should be resized to fit the full width of the list view. The values for this @@ -1180,7 +1180,7 @@ or <a href="#ResizeMode-enum">LastColumn</a>. <p> <b>Warning:</b> Setting the resize mode should be done after all necessary columns have been added to the list view, otherwise the behavior is undefined. -<p> <p>See also <a href="ntqheader.html">TQHeader</a> and <a href="#header">header</a>(). +<p> <p>See also <a href="tqheader.html">TQHeader</a> and <a href="#header">header</a>(). <p>Set this property's value with <a href="#setResizeMode">setResizeMode</a>() and get this property's value with <a href="#resizeMode">resizeMode</a>(). <h3 class=fn>bool <a name="rootIsDecorated-prop"></a>rootIsDecorated</h3> @@ -1189,7 +1189,7 @@ undefined. style, or arrows in <a href="motif-extension.html#Motif">Motif</a> style. The default is FALSE. <p>Set this property's value with <a href="#setRootIsDecorated">setRootIsDecorated</a>() and get this property's value with <a href="#rootIsDecorated">rootIsDecorated</a>(). -<h3 class=fn><a href="ntqlistview.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode-prop"></a>selectionMode</h3> +<h3 class=fn><a href="tqlistview.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode-prop"></a>selectionMode</h3> <p>This property holds the list view's selection mode. <p>The mode can be <a href="#SelectionMode-enum">Single</a> (the default), <a href="#SelectionMode-enum">Extended</a>, <a href="#SelectionMode-enum">Multi</a> or <a href="#SelectionMode-enum">NoSelection</a>. @@ -1203,7 +1203,7 @@ list view to indicate the sort order of the list view contents. The arrow will be drawn in the correct column and will point up or down, depending on the current sort direction. The default is FALSE (don't show an indicator). -<p> <p>See also <a href="ntqheader.html#setSortIndicator">TQHeader::setSortIndicator</a>(). +<p> <p>See also <a href="tqheader.html#setSortIndicator">TQHeader::setSortIndicator</a>(). <p>Set this property's value with <a href="#setShowSortIndicator">setShowSortIndicator</a>() and get this property's value with <a href="#showSortIndicator">showSortIndicator</a>(). <h3 class=fn>bool <a name="showToolTips-prop"></a>showToolTips</h3> diff --git a/doc/html/tqlistviewitem-members.html b/doc/html/tqlistviewitem-members.html new file mode 100644 index 000000000..6368711f1 --- /dev/null +++ b/doc/html/tqlistviewitem-members.html @@ -0,0 +1,111 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlistview.h:63 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQListViewItem Member List</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQListViewItem</h1> + +<p>This is the complete list of member functions for +<a href="tqlistviewitem.html">TQListViewItem</a>, including inherited members. + +<ul> +<li><a href="tqlistviewitem.html#TQListViewItem">TQListViewItem</a>() +<li><a href="tqlistviewitem.html#~TQListViewItem">~TQListViewItem</a>() +<li><a href="tqlistviewitem.html#acceptDrop">acceptDrop</a>() +<li><a href="tqlistviewitem.html#activate">activate</a>() +<li><a href="tqlistviewitem.html#activatedPos">activatedPos</a>() +<li><a href="tqlistviewitem.html#cancelRename">cancelRename</a>() +<li><a href="tqlistviewitem.html#childCount">childCount</a>() +<li><a href="tqlistviewitem.html#compare">compare</a>() +<li><a href="tqlistviewitem.html#depth">depth</a>() +<li><a href="tqlistviewitem.html#dragEnabled">dragEnabled</a>() +<li><a href="tqlistviewitem.html#dragEntered">dragEntered</a>() +<li><a href="tqlistviewitem.html#dragLeft">dragLeft</a>() +<li><a href="tqlistviewitem.html#dropEnabled">dropEnabled</a>() +<li><a href="tqlistviewitem.html#dropped">dropped</a>() +<li><a href="tqlistviewitem.html#enforceSortOrder">enforceSortOrder</a>() +<li><a href="tqlistviewitem.html#firstChild">firstChild</a>() +<li><a href="tqlistviewitem.html#height">height</a>() +<li><a href="tqlistviewitem.html#insertItem">insertItem</a>() +<li><a href="tqlistviewitem.html#invalidateHeight">invalidateHeight</a>() +<li><a href="tqlistviewitem.html#isEnabled">isEnabled</a>() +<li><a href="tqlistviewitem.html#isExpandable">isExpandable</a>() +<li><a href="tqlistviewitem.html#isOpen">isOpen</a>() +<li><a href="tqlistviewitem.html#isSelectable">isSelectable</a>() +<li><a href="tqlistviewitem.html#isSelected">isSelected</a>() +<li><a href="tqlistviewitem.html#isVisible">isVisible</a>() +<li><a href="tqlistviewitem.html#itemAbove">itemAbove</a>() +<li><a href="tqlistviewitem.html#itemBelow">itemBelow</a>() +<li><a href="tqlistviewitem.html#itemPos">itemPos</a>() +<li><a href="tqlistviewitem.html#key">key</a>() +<li><a href="tqlistviewitem.html#listView">listView</a>() +<li><a href="tqlistviewitem.html#moveItem">moveItem</a>() +<li><a href="tqlistviewitem.html#multiLinesEnabled">multiLinesEnabled</a>() +<li><a href="tqlistviewitem.html#nextSibling">nextSibling</a>() +<li><a href="tqlistviewitem.html#okRename">okRename</a>() +<li><a href="tqlistviewitem.html#paintBranches">paintBranches</a>() +<li><a href="tqlistviewitem.html#paintCell">paintCell</a>() +<li><a href="tqlistviewitem.html#paintFocus">paintFocus</a>() +<li><a href="tqlistviewitem.html#parent">parent</a>() +<li><a href="tqlistviewitem.html#pixmap">pixmap</a>() +<li><a href="tqlistviewitem.html#removeItem">removeItem</a>() +<li><a href="tqlistviewitem.html#renameEnabled">renameEnabled</a>() +<li><a href="tqlistviewitem.html#repaint">repaint</a>() +<li><a href="tqlistviewitem.html#rtti">rtti</a>() +<li><a href="tqlistviewitem.html#setDragEnabled">setDragEnabled</a>() +<li><a href="tqlistviewitem.html#setDropEnabled">setDropEnabled</a>() +<li><a href="tqlistviewitem.html#setEnabled">setEnabled</a>() +<li><a href="tqlistviewitem.html#setExpandable">setExpandable</a>() +<li><a href="tqlistviewitem.html#setHeight">setHeight</a>() +<li><a href="tqlistviewitem.html#setMultiLinesEnabled">setMultiLinesEnabled</a>() +<li><a href="tqlistviewitem.html#setOpen">setOpen</a>() +<li><a href="tqlistviewitem.html#setPixmap">setPixmap</a>() +<li><a href="tqlistviewitem.html#setRenameEnabled">setRenameEnabled</a>() +<li><a href="tqlistviewitem.html#setSelectable">setSelectable</a>() +<li><a href="tqlistviewitem.html#setSelected">setSelected</a>() +<li><a href="tqlistviewitem.html#setText">setText</a>() +<li><a href="tqlistviewitem.html#setVisible">setVisible</a>() +<li><a href="tqlistviewitem.html#setup">setup</a>() +<li><a href="tqlistviewitem.html#sort">sort</a>() +<li><a href="tqlistviewitem.html#sortChildItems">sortChildItems</a>() +<li><a href="tqlistviewitem.html#startRename">startRename</a>() +<li><a href="tqlistviewitem.html#takeItem">takeItem</a>() +<li><a href="tqlistviewitem.html#text">text</a>() +<li><a href="tqlistviewitem.html#totalHeight">totalHeight</a>() +<li><a href="tqlistviewitem.html#width">width</a>() +<li><a href="tqlistviewitem.html#widthChanged">widthChanged</a>() +</ul> +<!-- eof --> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> diff --git a/doc/html/qlistviewitem.html b/doc/html/tqlistviewitem.html index 70dd424ef..258279b68 100644 --- a/doc/html/qlistviewitem.html +++ b/doc/html/tqlistviewitem.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qlistview.cpp:370 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqlistview.cpp:370 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,10 +33,10 @@ body { background: #ffffff; color: black; } <p>The TQListViewItem class implements a list view item. <a href="#details">More...</a> -<p><tt>#include <<a href="qlistview-h.html">ntqlistview.h</a>></tt> +<p><tt>#include <<a href="tqlistview-h.html">tqlistview.h</a>></tt> <p>Inherits <a href="ntqt.html">TQt</a>. <p>Inherited by <a href="tqchecklistitem.html">TQCheckListItem</a>. -<p><a href="qlistviewitem-members.html">List of all member functions.</a> +<p><a href="tqlistviewitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQListViewItem"><b>TQListViewItem</b></a> ( TQListView * parent )</li> @@ -121,7 +121,7 @@ body { background: #ffffff; color: black; } The TQListViewItem class implements a list view item. <p> <p> A list view item is a multi-column object capable of displaying -itself in a <a href="ntqlistview.html">TQListView</a>. +itself in a <a href="tqlistview.html">TQListView</a>. <p> The easiest way to use TQListViewItem is to construct one with a few constant strings, and either a TQListView or another TQListViewItem as parent. @@ -132,7 +132,7 @@ TQListViewItem as parent. We've discarded the pointers to the items since we can still access them via their parent <em>listView</em>. By default, TQListView sorts its -items; this can be switched off with <a href="ntqlistview.html#setSorting">TQListView::setSorting</a>(-1). +items; this can be switched off with <a href="tqlistview.html#setSorting">TQListView::setSorting</a>(-1). <p> The parent must be another TQListViewItem or a TQListView. If the parent is a TQListView, the item becomes a top-level item within that TQListView. If the parent is another TQListViewItem, the item @@ -142,10 +142,10 @@ becomes a child of that list view item. <a href="#setSelectable">setSelectable</a>(), <a href="#setSelected">setSelected</a>(), <a href="#setOpen">setOpen</a>() and <a href="#setExpandable">setExpandable</a>(). You'll also be able to change its height using <a href="#setHeight">setHeight</a>(), and traverse its sub-items. You don't have to keep the pointer since -you can get a pointer to any TQListViewItem in a <a href="ntqlistview.html">TQListView</a> using -<a href="ntqlistview.html#selectedItem">TQListView::selectedItem</a>(), <a href="ntqlistview.html#currentItem">TQListView::currentItem</a>(), -<a href="ntqlistview.html#firstChild">TQListView::firstChild</a>(), <a href="ntqlistview.html#lastItem">TQListView::lastItem</a>() and -<a href="ntqlistview.html#findItem">TQListView::findItem</a>(). +you can get a pointer to any TQListViewItem in a <a href="tqlistview.html">TQListView</a> using +<a href="tqlistview.html#selectedItem">TQListView::selectedItem</a>(), <a href="tqlistview.html#currentItem">TQListView::currentItem</a>(), +<a href="tqlistview.html#firstChild">TQListView::firstChild</a>(), <a href="tqlistview.html#lastItem">TQListView::lastItem</a>() and +<a href="tqlistview.html#findItem">TQListView::findItem</a>(). <p> If you call <tt>delete</tt> on a list view item, it will be deleted as expected, and as usual for <a href="tqobject.html">TQObject</a>s, if it has any child items (to any depth), all these will be deleted too. @@ -171,9 +171,9 @@ an iterator. To iterate over the entire tree, initialize the iterator with the list view itself; to iterate starting from a particular item, initialize the iterator with the item: <p> <pre> - <a href="qlistviewitemiterator.html">TQListViewItemIterator</a> it( listview ); - while ( it.<a href="qlistviewitemiterator.html#current">current</a>() ) { - TQListViewItem *item = it.<a href="qlistviewitemiterator.html#current">current</a>(); + <a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> it( listview ); + while ( it.<a href="tqlistviewitemiterator.html#current">current</a>() ) { + TQListViewItem *item = it.<a href="tqlistviewitemiterator.html#current">current</a>(); doSomething( item ); ++it; } @@ -181,7 +181,7 @@ particular item, initialize the iterator with the item: <p> Note that the order of the children will change when the sorting order changes and is undefined if the items are not visible. You -can, however, call <a href="#enforceSortOrder">enforceSortOrder</a>() at any time; <a href="ntqlistview.html">TQListView</a> will +can, however, call <a href="#enforceSortOrder">enforceSortOrder</a>() at any time; <a href="tqlistview.html">TQListView</a> will always call it before it needs to show an item. <p> Many programs will need to reimplement TQListViewItem. The most commonly reimplemented functions are: @@ -208,59 +208,59 @@ called. The <a href="dirview-example.html">dirview/dirview.cpp</a> example progr technique to start up quickly: The files and subdirectories in a directory aren't inserted into the tree until they're actually needed. -<p> <center><img src="qlistviewitems.png" alt="List View Items"></center> -<p> <p>See also <a href="tqchecklistitem.html">TQCheckListItem</a>, <a href="ntqlistview.html">TQListView</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <center><img src="tqlistviewitems.png" alt="List View Items"></center> +<p> <p>See also <a href="tqchecklistitem.html">TQCheckListItem</a>, <a href="tqlistview.html">TQListView</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQListViewItem"></a>TQListViewItem::TQListViewItem ( <a href="ntqlistview.html">TQListView</a> * parent ) +<h3 class=fn><a name="TQListViewItem"></a>TQListViewItem::TQListViewItem ( <a href="tqlistview.html">TQListView</a> * parent ) </h3> -Constructs a new top-level list view item in the <a href="ntqlistview.html">TQListView</a> <em>parent</em>. +Constructs a new top-level list view item in the <a href="tqlistview.html">TQListView</a> <em>parent</em>. -<h3 class=fn><a name="TQListViewItem-2"></a>TQListViewItem::TQListViewItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent ) +<h3 class=fn><a name="TQListViewItem-2"></a>TQListViewItem::TQListViewItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * parent ) </h3> Constructs a new list view item that is a child of <em>parent</em> and first in the parent's list of children. -<h3 class=fn><a name="TQListViewItem-3"></a>TQListViewItem::TQListViewItem ( <a href="ntqlistview.html">TQListView</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after ) +<h3 class=fn><a name="TQListViewItem-3"></a>TQListViewItem::TQListViewItem ( <a href="tqlistview.html">TQListView</a> * parent, <a href="tqlistviewitem.html">TQListViewItem</a> * after ) </h3> Constructs an empty list view item that is a child of <em>parent</em> and is after item <em>after</em> in the parent's list of children. Since -<em>parent</em> is a <a href="ntqlistview.html">TQListView</a> the item will be a top-level item. +<em>parent</em> is a <a href="tqlistview.html">TQListView</a> the item will be a top-level item. -<h3 class=fn><a name="TQListViewItem-4"></a>TQListViewItem::TQListViewItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after ) +<h3 class=fn><a name="TQListViewItem-4"></a>TQListViewItem::TQListViewItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * parent, <a href="tqlistviewitem.html">TQListViewItem</a> * after ) </h3> Constructs an empty list view item that is a child of <em>parent</em> and is after item <em>after</em> in the parent's list of children. -<h3 class=fn><a name="TQListViewItem-5"></a>TQListViewItem::TQListViewItem ( <a href="ntqlistview.html">TQListView</a> * parent, <a href="tqstring.html">TQString</a> label1, <a href="tqstring.html">TQString</a> label2 = TQString::null, <a href="tqstring.html">TQString</a> label3 = TQString::null, <a href="tqstring.html">TQString</a> label4 = TQString::null, <a href="tqstring.html">TQString</a> label5 = TQString::null, <a href="tqstring.html">TQString</a> label6 = TQString::null, <a href="tqstring.html">TQString</a> label7 = TQString::null, <a href="tqstring.html">TQString</a> label8 = TQString::null ) +<h3 class=fn><a name="TQListViewItem-5"></a>TQListViewItem::TQListViewItem ( <a href="tqlistview.html">TQListView</a> * parent, <a href="tqstring.html">TQString</a> label1, <a href="tqstring.html">TQString</a> label2 = TQString::null, <a href="tqstring.html">TQString</a> label3 = TQString::null, <a href="tqstring.html">TQString</a> label4 = TQString::null, <a href="tqstring.html">TQString</a> label5 = TQString::null, <a href="tqstring.html">TQString</a> label6 = TQString::null, <a href="tqstring.html">TQString</a> label7 = TQString::null, <a href="tqstring.html">TQString</a> label8 = TQString::null ) </h3> -Constructs a new top-level list view item in the <a href="ntqlistview.html">TQListView</a> <em>parent</em>, with up to eight constant strings, <em>label1</em>, <em>label2</em>, <em>label3</em>, <em>label4</em>, <em>label5</em>, <em>label6</em>, <em>label7</em> and <em>label8</em> +Constructs a new top-level list view item in the <a href="tqlistview.html">TQListView</a> <em>parent</em>, with up to eight constant strings, <em>label1</em>, <em>label2</em>, <em>label3</em>, <em>label4</em>, <em>label5</em>, <em>label6</em>, <em>label7</em> and <em>label8</em> defining its columns' contents. <p> <p>See also <a href="#setText">setText</a>(). -<h3 class=fn><a name="TQListViewItem-6"></a>TQListViewItem::TQListViewItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, <a href="tqstring.html">TQString</a> label1, <a href="tqstring.html">TQString</a> label2 = TQString::null, <a href="tqstring.html">TQString</a> label3 = TQString::null, <a href="tqstring.html">TQString</a> label4 = TQString::null, <a href="tqstring.html">TQString</a> label5 = TQString::null, <a href="tqstring.html">TQString</a> label6 = TQString::null, <a href="tqstring.html">TQString</a> label7 = TQString::null, <a href="tqstring.html">TQString</a> label8 = TQString::null ) +<h3 class=fn><a name="TQListViewItem-6"></a>TQListViewItem::TQListViewItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * parent, <a href="tqstring.html">TQString</a> label1, <a href="tqstring.html">TQString</a> label2 = TQString::null, <a href="tqstring.html">TQString</a> label3 = TQString::null, <a href="tqstring.html">TQString</a> label4 = TQString::null, <a href="tqstring.html">TQString</a> label5 = TQString::null, <a href="tqstring.html">TQString</a> label6 = TQString::null, <a href="tqstring.html">TQString</a> label7 = TQString::null, <a href="tqstring.html">TQString</a> label8 = TQString::null ) </h3> Constructs a new list view item as a child of the TQListViewItem <em>parent</em> with up to eight constant strings, <em>label1</em>, <em>label2</em>, <em>label3</em>, <em>label4</em>, <em>label5</em>, <em>label6</em>, <em>label7</em> and <em>label8</em> as columns' contents. <p> <p>See also <a href="#setText">setText</a>(). -<h3 class=fn><a name="TQListViewItem-7"></a>TQListViewItem::TQListViewItem ( <a href="ntqlistview.html">TQListView</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, <a href="tqstring.html">TQString</a> label1, <a href="tqstring.html">TQString</a> label2 = TQString::null, <a href="tqstring.html">TQString</a> label3 = TQString::null, <a href="tqstring.html">TQString</a> label4 = TQString::null, <a href="tqstring.html">TQString</a> label5 = TQString::null, <a href="tqstring.html">TQString</a> label6 = TQString::null, <a href="tqstring.html">TQString</a> label7 = TQString::null, <a href="tqstring.html">TQString</a> label8 = TQString::null ) +<h3 class=fn><a name="TQListViewItem-7"></a>TQListViewItem::TQListViewItem ( <a href="tqlistview.html">TQListView</a> * parent, <a href="tqlistviewitem.html">TQListViewItem</a> * after, <a href="tqstring.html">TQString</a> label1, <a href="tqstring.html">TQString</a> label2 = TQString::null, <a href="tqstring.html">TQString</a> label3 = TQString::null, <a href="tqstring.html">TQString</a> label4 = TQString::null, <a href="tqstring.html">TQString</a> label5 = TQString::null, <a href="tqstring.html">TQString</a> label6 = TQString::null, <a href="tqstring.html">TQString</a> label7 = TQString::null, <a href="tqstring.html">TQString</a> label8 = TQString::null ) </h3> -Constructs a new list view item in the <a href="ntqlistview.html">TQListView</a> <em>parent</em> that is +Constructs a new list view item in the <a href="tqlistview.html">TQListView</a> <em>parent</em> that is included after item <em>after</em> and that has up to eight column texts, <em>label1</em>, <em>label2</em>, <em>label3</em>, <em>label4</em>, <em>label5</em>, <em>label6</em>, <em>label7</em> and<em>label8</em>. <p> Note that the order is changed according to <a href="#key">TQListViewItem::key</a>() unless the list view's sorting is disabled using -<a href="ntqlistview.html#setSorting">TQListView::setSorting</a>(-1). +<a href="tqlistview.html#setSorting">TQListView::setSorting</a>(-1). <p> <p>See also <a href="#setText">setText</a>(). -<h3 class=fn><a name="TQListViewItem-8"></a>TQListViewItem::TQListViewItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, <a href="tqstring.html">TQString</a> label1, <a href="tqstring.html">TQString</a> label2 = TQString::null, <a href="tqstring.html">TQString</a> label3 = TQString::null, <a href="tqstring.html">TQString</a> label4 = TQString::null, <a href="tqstring.html">TQString</a> label5 = TQString::null, <a href="tqstring.html">TQString</a> label6 = TQString::null, <a href="tqstring.html">TQString</a> label7 = TQString::null, <a href="tqstring.html">TQString</a> label8 = TQString::null ) +<h3 class=fn><a name="TQListViewItem-8"></a>TQListViewItem::TQListViewItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * parent, <a href="tqlistviewitem.html">TQListViewItem</a> * after, <a href="tqstring.html">TQString</a> label1, <a href="tqstring.html">TQString</a> label2 = TQString::null, <a href="tqstring.html">TQString</a> label3 = TQString::null, <a href="tqstring.html">TQString</a> label4 = TQString::null, <a href="tqstring.html">TQString</a> label5 = TQString::null, <a href="tqstring.html">TQString</a> label6 = TQString::null, <a href="tqstring.html">TQString</a> label7 = TQString::null, <a href="tqstring.html">TQString</a> label8 = TQString::null ) </h3> Constructs a new list view item as a child of the TQListViewItem <em>parent</em>. It is inserted after item <em>after</em> and may contain up to eight strings, <em>label1</em>, <em>label2</em>, <em>label3</em>, <em>label4</em>, <em>label5</em>, <em>label6</em>, <em>label7</em> and <em>label8</em> as column entries. <p> Note that the order is changed according to <a href="#key">TQListViewItem::key</a>() unless the list view's sorting is disabled using -<a href="ntqlistview.html#setSorting">TQListView::setSorting</a>(-1). +<a href="tqlistview.html#setSorting">TQListView::setSorting</a>(-1). <p> <p>See also <a href="#setText">setText</a>(). <h3 class=fn><a name="~TQListViewItem"></a>TQListViewItem::~TQListViewItem ()<tt> [virtual]</tt> @@ -305,7 +305,7 @@ this item in column <em>col</em> (e.g. by pressing Esc). <p> Returns how many children this item has. The count only includes the item's immediate children. -<h3 class=fn>int <a name="compare"></a>TQListViewItem::compare ( <a href="qlistviewitem.html">TQListViewItem</a> * i, int col, bool ascending ) const<tt> [virtual]</tt> +<h3 class=fn>int <a name="compare"></a>TQListViewItem::compare ( <a href="tqlistviewitem.html">TQListViewItem</a> * i, int col, bool ascending ) const<tt> [virtual]</tt> </h3> Compares this list view item to <em>i</em> using the column <em>col</em> in <em>ascending</em> order. Returns < 0 if this item is less than <em>i</em>, 0 if they are equal and > 0 if this item is greater than <em>i</em>. @@ -369,12 +369,12 @@ Makes sure that this object's children are sorted appropriately. is already sorted. <p> <p>See also <a href="#sortChildItems">sortChildItems</a>(). -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="firstChild"></a>TQListViewItem::firstChild () const +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="firstChild"></a>TQListViewItem::firstChild () const </h3> Returns the first (top) child of this item, or 0 if this item has no children. <p> Note that the children are not guaranteed to be sorted properly. -<a href="ntqlistview.html">TQListView</a> and TQListViewItem try to postpone or avoid sorting to +<a href="tqlistview.html">TQListView</a> and TQListViewItem try to postpone or avoid sorting to the greatest degree possible, in order to keep the user interface snappy. <p> <p>See also <a href="#nextSibling">nextSibling</a>() and <a href="#sortChildItems">sortChildItems</a>(). @@ -385,7 +385,7 @@ snappy. Returns the height of this item in pixels. This does not include the height of any children; <a href="#totalHeight">totalHeight</a>() returns that. -<h3 class=fn>void <a name="insertItem"></a>TQListViewItem::insertItem ( <a href="qlistviewitem.html">TQListViewItem</a> * newChild )<tt> [virtual]</tt> +<h3 class=fn>void <a name="insertItem"></a>TQListViewItem::insertItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * newChild )<tt> [virtual]</tt> </h3> Inserts <em>newChild</em> into this list view item's list of children. You should not need to call this function; it is called @@ -428,7 +428,7 @@ otherwise returns FALSE </h3> <p> Returns TRUE if this item is selected; otherwise returns FALSE. -<p> <p>See also <a href="#setSelected">setSelected</a>(), <a href="ntqlistview.html#setSelected">TQListView::setSelected</a>(), and <a href="ntqlistview.html#selectionChanged">TQListView::selectionChanged</a>(). +<p> <p>See also <a href="#setSelected">setSelected</a>(), <a href="tqlistview.html#setSelected">TQListView::setSelected</a>(), and <a href="tqlistview.html#selectionChanged">TQListView::selectionChanged</a>(). <p>Example: <a href="listviews-example.html#x156">listviews/listviews.cpp</a>. <h3 class=fn>bool <a name="isVisible"></a>TQListViewItem::isVisible () const @@ -436,7 +436,7 @@ otherwise returns FALSE Returns TRUE if the item is visible; otherwise returns FALSE. <p> <p>See also <a href="#setVisible">setVisible</a>(). -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="itemAbove"></a>TQListViewItem::itemAbove () +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="itemAbove"></a>TQListViewItem::itemAbove () </h3> Returns a pointer to the item immediately above this item on the screen. This is usually the item's closest older sibling, but it @@ -447,9 +447,9 @@ if there is no item immediately above this item. that this item is visible, or can be made visible by scrolling). <p> This function might be relatively slow because of the tree traversions needed to find the correct item. -<p> <p>See also <a href="#itemBelow">itemBelow</a>() and <a href="ntqlistview.html#itemRect">TQListView::itemRect</a>(). +<p> <p>See also <a href="#itemBelow">itemBelow</a>() and <a href="tqlistview.html#itemRect">TQListView::itemRect</a>(). -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="itemBelow"></a>TQListViewItem::itemBelow () +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="itemBelow"></a>TQListViewItem::itemBelow () </h3> Returns a pointer to the item immediately below this item on the screen. This is usually the item's eldest child, but it may also @@ -459,16 +459,16 @@ returns 0. Returns 0 if there is no item immediately below this item. <p> This function assumes that all parents of this item are open (i.e. that this item is visible or can be made visible by scrolling). -<p> <p>See also <a href="#itemAbove">itemAbove</a>() and <a href="ntqlistview.html#itemRect">TQListView::itemRect</a>(). +<p> <p>See also <a href="#itemAbove">itemAbove</a>() and <a href="tqlistview.html#itemRect">TQListView::itemRect</a>(). <p>Example: <a href="dirview-example.html#x1687">dirview/dirview.cpp</a>. <h3 class=fn>int <a name="itemPos"></a>TQListViewItem::itemPos () const </h3> Returns the y coordinate of this item in the list view's coordinate system. This function is normally much slower than -<a href="ntqlistview.html#itemAt">TQListView::itemAt</a>(), but it works for all items whereas +<a href="tqlistview.html#itemAt">TQListView::itemAt</a>(), but it works for all items whereas TQListView::itemAt() normally only works for items on the screen. -<p> <p>See also <a href="ntqlistview.html#itemAt">TQListView::itemAt</a>(), <a href="ntqlistview.html#itemRect">TQListView::itemRect</a>(), and <a href="ntqlistview.html#itemPos">TQListView::itemPos</a>(). +<p> <p>See also <a href="tqlistview.html#itemAt">TQListView::itemAt</a>(), <a href="tqlistview.html#itemRect">TQListView::itemRect</a>(), and <a href="tqlistview.html#itemPos">TQListView::itemPos</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="key"></a>TQListViewItem::key ( int column, bool ascending ) const<tt> [virtual]</tt> </h3> @@ -481,14 +481,14 @@ key, although this is not recommended. etc., it is more efficient to reimplement <a href="#compare">compare</a>(). <p> <p>See also <a href="#compare">compare</a>() and <a href="#sortChildItems">sortChildItems</a>(). -<h3 class=fn><a href="ntqlistview.html">TQListView</a> * <a name="listView"></a>TQListViewItem::listView () const +<h3 class=fn><a href="tqlistview.html">TQListView</a> * <a name="listView"></a>TQListViewItem::listView () const </h3> Returns a pointer to the list view containing this item. <p> Note that this function traverses the items to the root to find the listview. This function will return 0 for taken items - see <a href="#takeItem">TQListViewItem::takeItem</a>() -<h3 class=fn>void <a name="moveItem"></a>TQListViewItem::moveItem ( <a href="qlistviewitem.html">TQListViewItem</a> * after ) +<h3 class=fn>void <a name="moveItem"></a>TQListViewItem::moveItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * after ) </h3> Move the item to be after item <em>after</em>, which must be one of the item's siblings. To move an item in the hierarchy, use <a href="#takeItem">takeItem</a>() @@ -501,13 +501,13 @@ in the list view. Returns TRUE if the item can display multiple lines of text in its columns; otherwise returns FALSE. -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="nextSibling"></a>TQListViewItem::nextSibling () const +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="nextSibling"></a>TQListViewItem::nextSibling () const </h3> <p> Returns the sibling item below this item, or 0 if there is no sibling item after this item. <p> Note that the siblings are not guaranteed to be sorted properly. -<a href="ntqlistview.html">TQListView</a> and TQListViewItem try to postpone or avoid sorting to +<a href="tqlistview.html">TQListView</a> and TQListViewItem try to postpone or avoid sorting to the greatest degree possible, in order to keep the user interface snappy. <p> <p>See also <a href="#firstChild">firstChild</a>() and <a href="#sortChildItems">sortChildItems</a>(). @@ -530,7 +530,7 @@ width <em>w</em> by height <em>h</em>. The top of the rectangle you own is at system's allowed coordinate range). <p> The update rectangle is in an undefined state when this function is called; this function must draw on <em>all</em> of the pixels. -<p> <p>See also <a href="#paintCell">paintCell</a>() and <a href="ntqlistview.html#drawContentsOffset">TQListView::drawContentsOffset</a>(). +<p> <p>See also <a href="#paintCell">paintCell</a>() and <a href="tqlistview.html#drawContentsOffset">TQListView::drawContentsOffset</a>(). <h3 class=fn>void <a name="paintCell"></a>TQListViewItem::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, int column, int width, int align )<tt> [virtual]</tt> </h3> @@ -542,15 +542,15 @@ other properties of <em>p</em> (pen, brush, etc) are undefined. <em>cg</em> is the color group to use. <em>column</em> is the logical column number within the item that is to be painted; 0 is the column which may contain a tree. -<p> This function may use <a href="ntqlistview.html#itemMargin">TQListView::itemMargin</a>() for readability +<p> This function may use <a href="tqlistview.html#itemMargin">TQListView::itemMargin</a>() for readability spacing on the left and right sides of data such as text, and -should honor <a href="#isSelected">isSelected</a>() and <a href="ntqlistview.html#allColumnsShowFocus">TQListView::allColumnsShowFocus</a>(). +should honor <a href="#isSelected">isSelected</a>() and <a href="tqlistview.html#allColumnsShowFocus">TQListView::allColumnsShowFocus</a>(). <p> If you reimplement this function, you should also reimplement <a href="#width">width</a>(). <p> The rectangle to be painted is in an undefined state when this function is called, so you <em>must</em> draw on all the pixels. The painter <em>p</em> has the right font on entry. -<p> <p>See also <a href="#paintBranches">paintBranches</a>() and <a href="ntqlistview.html#drawContentsOffset">TQListView::drawContentsOffset</a>(). +<p> <p>See also <a href="#paintBranches">paintBranches</a>() and <a href="tqlistview.html#drawContentsOffset">TQListView::drawContentsOffset</a>(). <p>Example: <a href="listviews-example.html#x157">listviews/listviews.cpp</a>. <p>Reimplemented in <a href="tqchecklistitem.html#paintCell">TQCheckListItem</a>. @@ -559,10 +559,10 @@ painter <em>p</em> has the right font on entry. Paints a focus indicator on the rectangle <em>r</em> using painter <em>p</em> and colors <em>cg</em>. <p> <em>p</em> is already clipped. -<p> <p>See also <a href="#paintCell">paintCell</a>(), <a href="#paintBranches">paintBranches</a>(), and <a href="ntqlistview.html#allColumnsShowFocus-prop">TQListView::allColumnsShowFocus</a>. +<p> <p>See also <a href="#paintCell">paintCell</a>(), <a href="#paintBranches">paintBranches</a>(), and <a href="tqlistview.html#allColumnsShowFocus-prop">TQListView::allColumnsShowFocus</a>. <p>Reimplemented in <a href="tqchecklistitem.html#paintFocus">TQCheckListItem</a>. -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="parent"></a>TQListViewItem::parent () const +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="parent"></a>TQListViewItem::parent () const </h3> Returns the parent of this item, or 0 if this item has no parent. <p> <p>See also <a href="#firstChild">firstChild</a>() and <a href="#nextSibling">nextSibling</a>(). @@ -575,7 +575,7 @@ Returns the pixmap for <em>column</em>, or 0 if there is no pixmap for <p> <p>See also <a href="#setText">setText</a>() and <a href="#setPixmap">setPixmap</a>(). <p>Example: <a href="dirview-example.html#x1689">dirview/dirview.cpp</a>. -<h3 class=fn>void <a name="removeItem"></a>TQListViewItem::removeItem ( <a href="qlistviewitem.html">TQListViewItem</a> * item )<tt> [virtual]</tt> +<h3 class=fn>void <a name="removeItem"></a>TQListViewItem::removeItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * item )<tt> [virtual]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. @@ -602,7 +602,7 @@ extensions to this class. <h3 class=fn>void <a name="setDragEnabled"></a>TQListViewItem::setDragEnabled ( bool allow )<tt> [virtual]</tt> </h3> If <em>allow</em> is TRUE, the list view starts a drag (see -<a href="ntqlistview.html#dragObject">TQListView::dragObject</a>()) when the user presses and moves the mouse +<a href="tqlistview.html#dragObject">TQListView::dragObject</a>()) when the user presses and moves the mouse on this item. <h3 class=fn>void <a name="setDropEnabled"></a>TQListViewItem::setDropEnabled ( bool allow )<tt> [virtual]</tt> @@ -626,7 +626,7 @@ the directory and inserts items accordingly. This strategy means that dirview can display the entire file system without reading very much at startup. <p> Note that root items are not expandable by the user unless -<a href="ntqlistview.html#setRootIsDecorated">TQListView::setRootIsDecorated</a>() is set to TRUE. +<a href="tqlistview.html#setRootIsDecorated">TQListView::setRootIsDecorated</a>() is set to TRUE. <p> <p>See also <a href="#setSelectable">setSelectable</a>(). <h3 class=fn>void <a name="setHeight"></a>TQListViewItem::setHeight ( int height )<tt> [virtual protected]</tt> @@ -682,7 +682,7 @@ programmer (e.g. <a href="#setSelected">setSelected</a>() respects this value). </h3> If <em>s</em> is TRUE this item is selected; otherwise it is deselected. <p> This function does not maintain any invariants or repaint anything --- <a href="ntqlistview.html#setSelected">TQListView::setSelected</a>() does that. +-- <a href="tqlistview.html#setSelected">TQListView::setSelected</a>() does that. <p> <p>See also <a href="#height">height</a>() and <a href="#totalHeight">totalHeight</a>(). <p>Example: <a href="addressbook-example.html#x594">addressbook/centralwidget.cpp</a>. @@ -700,11 +700,11 @@ text. If <em>b</em> is TRUE, the item is made visible; otherwise it is hidden. <p> If the item is not visible, <a href="#itemAbove">itemAbove</a>() and <a href="#itemBelow">itemBelow</a>() will never return this item, although you still can reach it by using e.g. -<a href="qlistviewitemiterator.html">TQListViewItemIterator</a>. +<a href="tqlistviewitemiterator.html">TQListViewItemIterator</a>. <h3 class=fn>void <a name="setup"></a>TQListViewItem::setup ()<tt> [virtual]</tt> </h3> -This virtual function is called before the first time <a href="ntqlistview.html">TQListView</a> +This virtual function is called before the first time <a href="tqlistview.html">TQListView</a> needs to know the height or any other graphical attribute of this object, and whenever the font, GUI style, or colors of the list view change. @@ -725,7 +725,7 @@ configuration (sort column and direction). Sorts this item's children using column <em>column</em>. This is done in ascending order if <em>ascending</em> is TRUE and in descending order if <em>ascending</em> is FALSE. -<p> Asks some of the children to sort their children. (<a href="ntqlistview.html">TQListView</a> and +<p> Asks some of the children to sort their children. (<a href="tqlistview.html">TQListView</a> and TQListViewItem ensure that all on-screen objects are properly sorted but may avoid or defer sorting other objects in order to be more responsive.) @@ -737,7 +737,7 @@ If in-place renaming of this item is enabled (see <a href="#renameEnabled">renameEnabled</a>()), this function starts renaming the item in column <em>col</em>, by creating and initializing an edit box. -<h3 class=fn>void <a name="takeItem"></a>TQListViewItem::takeItem ( <a href="qlistviewitem.html">TQListViewItem</a> * item )<tt> [virtual]</tt> +<h3 class=fn>void <a name="takeItem"></a>TQListViewItem::takeItem ( <a href="tqlistviewitem.html">TQListViewItem</a> * item )<tt> [virtual]</tt> </h3> Removes <em>item</em> from this object's list of children and causes an update of the screen display. The item is not deleted. You should @@ -777,7 +777,7 @@ item's children, and <a href="#invalidateHeight">invalidateHeight</a>() to inval height. <p> <p>See also <a href="#height">height</a>(). -<h3 class=fn>int <a name="width"></a>TQListViewItem::width ( const <a href="tqfontmetrics.html">TQFontMetrics</a> & fm, const <a href="ntqlistview.html">TQListView</a> * lv, int c ) const<tt> [virtual]</tt> +<h3 class=fn>int <a name="width"></a>TQListViewItem::width ( const <a href="tqfontmetrics.html">TQFontMetrics</a> & fm, const <a href="tqlistview.html">TQListView</a> * lv, int c ) const<tt> [virtual]</tt> </h3> Returns the number of pixels of width required to draw column <em>c</em> of list view <em>lv</em>, using the metrics <em>fm</em> without cropping. The @@ -785,7 +785,7 @@ list view containing this item may use this information depending on the TQListView::WidthMode settings for the column. <p> The default implementation returns the width of the bounding rectangle of the text of column <em>c</em>. -<p> <p>See also <a href="#listView">listView</a>(), <a href="#widthChanged">widthChanged</a>(), <a href="ntqlistview.html#setColumnWidthMode">TQListView::setColumnWidthMode</a>(), and <a href="ntqlistview.html#itemMargin-prop">TQListView::itemMargin</a>. +<p> <p>See also <a href="#listView">listView</a>(), <a href="#widthChanged">widthChanged</a>(), <a href="tqlistview.html#setColumnWidthMode">TQListView::setColumnWidthMode</a>(), and <a href="tqlistview.html#itemMargin-prop">TQListView::itemMargin</a>. <h3 class=fn>void <a name="widthChanged"></a>TQListViewItem::widthChanged ( int c = -1 ) const </h3> diff --git a/doc/html/qlistviewitemiterator-members.html b/doc/html/tqlistviewitemiterator-members.html index b08ca9a6e..d559d5b5d 100644 --- a/doc/html/qlistviewitemiterator-members.html +++ b/doc/html/tqlistviewitemiterator-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqlistview.h:540 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlistview.h:540 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,18 +32,18 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQListViewItemIterator</h1> <p>This is the complete list of member functions for -<a href="qlistviewitemiterator.html">TQListViewItemIterator</a>, including inherited members. +<a href="tqlistviewitemiterator.html">TQListViewItemIterator</a>, including inherited members. <ul> -<li><a href="qlistviewitemiterator.html#TQListViewItemIterator">TQListViewItemIterator</a>() -<li><a href="qlistviewitemiterator.html#~TQListViewItemIterator">~TQListViewItemIterator</a>() -<li><a href="qlistviewitemiterator.html#current">current</a>() -<li><a href="qlistviewitemiterator.html#operator*">operator*</a>() -<li><a href="qlistviewitemiterator.html#operator++">operator++</a>() -<li><a href="qlistviewitemiterator.html#operator+-eq">operator+=</a>() -<li><a href="qlistviewitemiterator.html#operator--">operator--</a>() -<li><a href="qlistviewitemiterator.html#operator--eq">operator-=</a>() -<li><a href="qlistviewitemiterator.html#operator-eq">operator=</a>() +<li><a href="tqlistviewitemiterator.html#TQListViewItemIterator">TQListViewItemIterator</a>() +<li><a href="tqlistviewitemiterator.html#~TQListViewItemIterator">~TQListViewItemIterator</a>() +<li><a href="tqlistviewitemiterator.html#current">current</a>() +<li><a href="tqlistviewitemiterator.html#operator*">operator*</a>() +<li><a href="tqlistviewitemiterator.html#operator++">operator++</a>() +<li><a href="tqlistviewitemiterator.html#operator+-eq">operator+=</a>() +<li><a href="tqlistviewitemiterator.html#operator--">operator--</a>() +<li><a href="tqlistviewitemiterator.html#operator--eq">operator-=</a>() +<li><a href="tqlistviewitemiterator.html#operator-eq">operator=</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qlistviewitemiterator.html b/doc/html/tqlistviewitemiterator.html index cc82a4750..a3c74db7b 100644 --- a/doc/html/qlistviewitemiterator.html +++ b/doc/html/tqlistviewitemiterator.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qlistview.cpp:7335 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqlistview.cpp:7335 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQListViewItemIterator class provides an iterator for collections of TQListViewItems. <a href="#details">More...</a> -<p><tt>#include <<a href="qlistview-h.html">ntqlistview.h</a>></tt> -<p><a href="qlistviewitemiterator-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqlistview-h.html">tqlistview.h</a>></tt> +<p><a href="tqlistviewitemiterator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#IteratorFlag-enum"><b>IteratorFlag</b></a> { Visible = 0x00000001, Invisible = 0x00000002, Selected = 0x00000004, Unselected = 0x00000008, Selectable = 0x00000010, NotSelectable = 0x00000020, DragEnabled = 0x00000040, DragDisabled = 0x00000080, DropEnabled = 0x00000100, DropDisabled = 0x00000200, Expandable = 0x00000400, NotExpandable = 0x00000800, Checked = 0x00001000, NotChecked = 0x00002000 }</li> @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } The TQListViewItemIterator class provides an iterator for collections of TQListViewItems. <p> <p> Construct an instance of a TQListViewItemIterator, with either a -<a href="ntqlistview.html">TQListView</a>* or a <a href="qlistviewitem.html">TQListViewItem</a>* as argument, to operate on the tree +<a href="tqlistview.html">TQListView</a>* or a <a href="tqlistviewitem.html">TQListViewItem</a>* as argument, to operate on the tree of TQListViewItems, starting from the argument. <p> A TQListViewItemIterator iterates over all the items from its starting point. This means that it always makes the first child of @@ -92,15 +92,15 @@ TQPtrList: </pre> <p> A TQListViewItemIterator provides a convenient and easy way to -traverse a hierarchical <a href="ntqlistview.html">TQListView</a>. +traverse a hierarchical <a href="tqlistview.html">TQListView</a>. <p> Multiple TQListViewItemIterators can operate on the tree of TQListViewItems. A TQListView knows about all iterators operating on -its TQListViewItems. So when a <a href="qlistviewitem.html">TQListViewItem</a> gets removed all +its TQListViewItems. So when a <a href="tqlistviewitem.html">TQListViewItem</a> gets removed all iterators that point to this item are updated and point to the following item if possible, otherwise to a valid item before the current one or to 0. Note however that deleting the parent item of an item that an iterator points to is not safe. -<p> <p>See also <a href="ntqlistview.html">TQListView</a>, <a href="qlistviewitem.html">TQListViewItem</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="tqlistview.html">TQListView</a>, <a href="tqlistviewitem.html">TQListViewItem</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="IteratorFlag-enum"></a>TQListViewItemIterator::IteratorFlag</h3> @@ -129,86 +129,86 @@ will only iterate over items that match the given flags. </h3> Constructs an empty iterator. -<h3 class=fn><a name="TQListViewItemIterator-2"></a>TQListViewItemIterator::TQListViewItemIterator ( <a href="qlistviewitem.html">TQListViewItem</a> * item ) +<h3 class=fn><a name="TQListViewItemIterator-2"></a>TQListViewItemIterator::TQListViewItemIterator ( <a href="tqlistviewitem.html">TQListViewItem</a> * item ) </h3> -Constructs an iterator for the <a href="ntqlistview.html">TQListView</a> that contains the <em>item</em>. The current iterator item is set to point to the <em>item</em>. +Constructs an iterator for the <a href="tqlistview.html">TQListView</a> that contains the <em>item</em>. The current iterator item is set to point to the <em>item</em>. -<h3 class=fn><a name="TQListViewItemIterator-3"></a>TQListViewItemIterator::TQListViewItemIterator ( <a href="qlistviewitem.html">TQListViewItem</a> * item, int iteratorFlags ) +<h3 class=fn><a name="TQListViewItemIterator-3"></a>TQListViewItemIterator::TQListViewItemIterator ( <a href="tqlistviewitem.html">TQListViewItem</a> * item, int iteratorFlags ) </h3> -Constructs an iterator for the <a href="ntqlistview.html">TQListView</a> that contains the <em>item</em> +Constructs an iterator for the <a href="tqlistview.html">TQListView</a> that contains the <em>item</em> using the flags <em>iteratorFlags</em>. The current iterator item is set to point to <em>item</em> or the next matching item if <em>item</em> doesn't match the flags. <p> <p>See also <a href="#IteratorFlag-enum">TQListViewItemIterator::IteratorFlag</a>. -<h3 class=fn><a name="TQListViewItemIterator-4"></a>TQListViewItemIterator::TQListViewItemIterator ( const <a href="qlistviewitemiterator.html">TQListViewItemIterator</a> & it ) +<h3 class=fn><a name="TQListViewItemIterator-4"></a>TQListViewItemIterator::TQListViewItemIterator ( const <a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> & it ) </h3> -Constructs an iterator for the same <a href="ntqlistview.html">TQListView</a> as <em>it</em>. The +Constructs an iterator for the same <a href="tqlistview.html">TQListView</a> as <em>it</em>. The current iterator item is set to point on the current item of <em>it</em>. -<h3 class=fn><a name="TQListViewItemIterator-5"></a>TQListViewItemIterator::TQListViewItemIterator ( <a href="ntqlistview.html">TQListView</a> * lv ) +<h3 class=fn><a name="TQListViewItemIterator-5"></a>TQListViewItemIterator::TQListViewItemIterator ( <a href="tqlistview.html">TQListView</a> * lv ) </h3> -Constructs an iterator for the <a href="ntqlistview.html">TQListView</a> <em>lv</em>. The current -iterator item is set to point on the first child (<a href="qlistviewitem.html">TQListViewItem</a>) +Constructs an iterator for the <a href="tqlistview.html">TQListView</a> <em>lv</em>. The current +iterator item is set to point on the first child (<a href="tqlistviewitem.html">TQListViewItem</a>) of <em>lv</em>. -<h3 class=fn><a name="TQListViewItemIterator-6"></a>TQListViewItemIterator::TQListViewItemIterator ( <a href="ntqlistview.html">TQListView</a> * lv, int iteratorFlags ) +<h3 class=fn><a name="TQListViewItemIterator-6"></a>TQListViewItemIterator::TQListViewItemIterator ( <a href="tqlistview.html">TQListView</a> * lv, int iteratorFlags ) </h3> -Constructs an iterator for the <a href="ntqlistview.html">TQListView</a> <em>lv</em> with the flags <em>iteratorFlags</em>. The current iterator item is set to point on the -first child (<a href="qlistviewitem.html">TQListViewItem</a>) of <em>lv</em> that matches the flags. +Constructs an iterator for the <a href="tqlistview.html">TQListView</a> <em>lv</em> with the flags <em>iteratorFlags</em>. The current iterator item is set to point on the +first child (<a href="tqlistviewitem.html">TQListViewItem</a>) of <em>lv</em> that matches the flags. <p> <p>See also <a href="#IteratorFlag-enum">TQListViewItemIterator::IteratorFlag</a>. <h3 class=fn><a name="~TQListViewItemIterator"></a>TQListViewItemIterator::~TQListViewItemIterator () </h3> Destroys the iterator. -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="current"></a>TQListViewItemIterator::current () const +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="current"></a>TQListViewItemIterator::current () const </h3> Returns iterator's current item. <p>Examples: <a href="addressbook-example.html#x597">addressbook/centralwidget.cpp</a>, <a href="checklists-example.html#x432">checklists/checklists.cpp</a>, and <a href="dirview-example.html#x1694">dirview/dirview.cpp</a>. -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="operator*"></a>TQListViewItemIterator::operator* () +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="operator*"></a>TQListViewItemIterator::operator* () </h3> Dereference operator. Returns a reference to the current item. The same as <a href="#current">current</a>(). -<h3 class=fn><a href="qlistviewitemiterator.html">TQListViewItemIterator</a> & <a name="operator++"></a>TQListViewItemIterator::operator++ () +<h3 class=fn><a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> & <a name="operator++"></a>TQListViewItemIterator::operator++ () </h3> Prefix ++. Makes the next item the new current item and returns it. Returns 0 if the current item is the last item or the -<a href="ntqlistview.html">TQListView</a> is 0. +<a href="tqlistview.html">TQListView</a> is 0. -<h3 class=fn>const <a href="qlistviewitemiterator.html">TQListViewItemIterator</a> <a name="operator++-2"></a>TQListViewItemIterator::operator++ ( int ) +<h3 class=fn>const <a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> <a name="operator++-2"></a>TQListViewItemIterator::operator++ ( int ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Postfix ++. Makes the next item the new current item and returns the item that <em>was</em> the current item. -<h3 class=fn><a href="qlistviewitemiterator.html">TQListViewItemIterator</a> & <a name="operator+-eq"></a>TQListViewItemIterator::operator+= ( int j ) +<h3 class=fn><a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> & <a name="operator+-eq"></a>TQListViewItemIterator::operator+= ( int j ) </h3> Sets the current item to the item <em>j</em> positions after the current item. If that item is beyond the last item, the current item is set to 0. Returns the current item. -<h3 class=fn><a href="qlistviewitemiterator.html">TQListViewItemIterator</a> & <a name="operator--"></a>TQListViewItemIterator::operator-- () +<h3 class=fn><a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> & <a name="operator--"></a>TQListViewItemIterator::operator-- () </h3> Prefix --. Makes the previous item the new current item and returns it. Returns 0 if the current item is the first item or the -<a href="ntqlistview.html">TQListView</a> is 0. +<a href="tqlistview.html">TQListView</a> is 0. -<h3 class=fn>const <a href="qlistviewitemiterator.html">TQListViewItemIterator</a> <a name="operator---2"></a>TQListViewItemIterator::operator-- ( int ) +<h3 class=fn>const <a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> <a name="operator---2"></a>TQListViewItemIterator::operator-- ( int ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Postfix --. Makes the previous item the new current item and returns the item that <em>was</em> the current item. -<h3 class=fn><a href="qlistviewitemiterator.html">TQListViewItemIterator</a> & <a name="operator--eq"></a>TQListViewItemIterator::operator-= ( int j ) +<h3 class=fn><a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> & <a name="operator--eq"></a>TQListViewItemIterator::operator-= ( int j ) </h3> Sets the current item to the item <em>j</em> positions before the current item. If that item is before the first item, the current item is set to 0. Returns the current item. -<h3 class=fn><a href="qlistviewitemiterator.html">TQListViewItemIterator</a> & <a name="operator-eq"></a>TQListViewItemIterator::operator= ( const <a href="qlistviewitemiterator.html">TQListViewItemIterator</a> & it ) +<h3 class=fn><a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> & <a name="operator-eq"></a>TQListViewItemIterator::operator= ( const <a href="tqlistviewitemiterator.html">TQListViewItemIterator</a> & it ) </h3> Assignment. Makes a copy of <em>it</em> and returns a reference to its iterator. diff --git a/doc/html/qlistviewitems.png b/doc/html/tqlistviewitems.png Binary files differindex 542abd6e2..542abd6e2 100644 --- a/doc/html/qlistviewitems.png +++ b/doc/html/tqlistviewitems.png diff --git a/doc/html/tqmainwindow.html b/doc/html/tqmainwindow.html index 12459e6fc..0f59680b8 100644 --- a/doc/html/tqmainwindow.html +++ b/doc/html/tqmainwindow.html @@ -341,7 +341,7 @@ window to only live within the <a href="ntqt.html#Dock-enum">Top</a> or <a href= <a href="tqtoolbar.html">TQToolBar</a> *tb = new <a href="tqtoolbar.html">TQToolBar</a>( this ); <a href="#addDockWindow">addDockWindow</a>( tb, tr( "Menubar" ), Top, FALSE ); <a href="tqmenubar.html">TQMenuBar</a> *mb = new <a href="tqmenubar.html">TQMenuBar</a>( tb ); - mb-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::NoFrame ); + mb-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::NoFrame ); tb-><a href="tqtoolbar.html#setStretchableWidget">setStretchableWidget</a>( mb ); <a href="#setDockEnabled">setDockEnabled</a>( tb, Left, FALSE ); <a href="#setDockEnabled">setDockEnabled</a>( tb, Right, FALSE ); diff --git a/doc/html/tqmenubar-h.html b/doc/html/tqmenubar-h.html index 3e1fcef99..cb7a500da 100644 --- a/doc/html/tqmenubar-h.html +++ b/doc/html/tqmenubar-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqpopupmenu.h" // ### remove or keep for users' convenience? -#include "ntqframe.h" +#include "tqframe.h" #include "tqmenudata.h" #endif // QT_H diff --git a/doc/html/tqmenubar-members.html b/doc/html/tqmenubar-members.html index 5007dee58..7f53450b6 100644 --- a/doc/html/tqmenubar-members.html +++ b/doc/html/tqmenubar-members.html @@ -73,7 +73,7 @@ body { background: #ffffff; color: black; } <li><a href="tqmenudata.html#connectItem">connectItem</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqmenudata.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() @@ -90,7 +90,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqmenubar.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -116,14 +116,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -188,7 +188,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -197,7 +197,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() @@ -208,7 +208,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -226,7 +226,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -253,7 +253,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqmenubar.html#separator">separator</a>() @@ -280,10 +280,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() @@ -295,14 +295,14 @@ body { background: #ffffff; color: black; } <li><a href="tqmenudata.html#setItemParameter">setItemParameter</a>() <li><a href="tqmenudata.html#setItemVisible">setItemVisible</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/tqmenubar.html b/doc/html/tqmenubar.html index 8ce0e0d52..8671430b9 100644 --- a/doc/html/tqmenubar.html +++ b/doc/html/tqmenubar.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQMenuBar class provides a horizontal menu bar. <a href="#details">More...</a> <p><tt>#include <<a href="tqmenubar-h.html">tqmenubar.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a> and <a href="tqmenudata.html">TQMenuData</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a> and <a href="tqmenudata.html">TQMenuData</a>. <p><a href="tqmenubar-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -217,10 +217,10 @@ Removes all menu items. <p>Examples: <a href="mdi-example.html#x2029">mdi/application.cpp</a> and <a href="qwerty-example.html#x370">qwerty/qwerty.cpp</a>. <h3 class=fn>void <a name="drawContents"></a>TQMenuBar::drawContents ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> -Called from <a href="ntqframe.html#paintEvent">TQFrame::paintEvent</a>(). Draws the menu bar contents +Called from <a href="tqframe.html#paintEvent">TQFrame::paintEvent</a>(). Draws the menu bar contents using painter <em>p</em>. -<p>Reimplemented from <a href="ntqframe.html#drawContents">TQFrame</a>. +<p>Reimplemented from <a href="tqframe.html#drawContents">TQFrame</a>. <h3 class=fn>int <a name="heightForWidth"></a>TQMenuBar::heightForWidth ( int max_width ) const<tt> [virtual]</tt> </h3> Returns the height that the menu would resize itself to if its diff --git a/doc/html/qmultilineedit-h.html b/doc/html/tqmultilineedit-h.html index 515021ec3..00b3ea09c 100644 --- a/doc/html/qmultilineedit-h.html +++ b/doc/html/tqmultilineedit-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqmultilineedit.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmultilineedit.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqmultilineedit.h Include File</title> +<title>tqmultilineedit.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqmultilineedit.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqmultilineedit.h</h1> -<p>This is the verbatim text of the ntqmultilineedit.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqmultilineedit.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /********************************************************************** -** $Id: qt/ntqmultilineedit.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqmultilineedit.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQMultiLineEdit widget class ** diff --git a/doc/html/qmultilineedit-members.html b/doc/html/tqmultilineedit-members.html index 37a7828cb..5599549ba 100644 --- a/doc/html/qmultilineedit-members.html +++ b/doc/html/tqmultilineedit-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqmultilineedit.h:51 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmultilineedit.h:51 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,27 +32,27 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQMultiLineEdit</h1> <p>This is the complete list of member functions for -<a href="ntqmultilineedit.html">TQMultiLineEdit</a>, including inherited members. +<a href="tqmultilineedit.html">TQMultiLineEdit</a>, including inherited members. <ul> -<li><a href="ntqmultilineedit.html#TQMultiLineEdit">TQMultiLineEdit</a>() +<li><a href="tqmultilineedit.html#TQMultiLineEdit">TQMultiLineEdit</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqscrollview.html#addChild">addChild</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqmultilineedit.html#alignment">alignment</a>() +<li><a href="tqmultilineedit.html#alignment">alignment</a>() <li><a href="tqtextedit.html#anchorAt">anchorAt</a>() <li><a href="tqtextedit.html#append">append</a>() -<li><a href="ntqmultilineedit.html#atBeginning">atBeginning</a>() -<li><a href="ntqmultilineedit.html#atEnd">atEnd</a>() +<li><a href="tqmultilineedit.html#atBeginning">atBeginning</a>() +<li><a href="tqmultilineedit.html#atEnd">atEnd</a>() <li><a href="tqtextedit.html#autoFormatting">autoFormatting</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() -<li><a href="ntqmultilineedit.html#autoUpdate">autoUpdate</a>() +<li><a href="tqmultilineedit.html#autoUpdate">autoUpdate</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() <li><a href="tqwidget.html#backgroundMode">backgroundMode</a>() <li><a href="tqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="tqwidget.html#backgroundPixmap">backgroundPixmap</a>() -<li><a href="ntqmultilineedit.html#backspace">backspace</a>() +<li><a href="tqmultilineedit.html#backspace">backspace</a>() <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqtextedit.html#bold">bold</a>() @@ -98,7 +98,7 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() <li><a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() <li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() <li><a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() <li><a href="tqscrollview.html#contentsWidth">contentsWidth</a>() @@ -117,20 +117,20 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#currentFontChanged">currentFontChanged</a>() <li><a href="tqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</a>() <li><a href="tqwidget.html#cursor">cursor</a>() -<li><a href="ntqmultilineedit.html#cursorDown">cursorDown</a>() -<li><a href="ntqmultilineedit.html#cursorLeft">cursorLeft</a>() -<li><a href="ntqmultilineedit.html#cursorPoint">cursorPoint</a>() +<li><a href="tqmultilineedit.html#cursorDown">cursorDown</a>() +<li><a href="tqmultilineedit.html#cursorLeft">cursorLeft</a>() +<li><a href="tqmultilineedit.html#cursorPoint">cursorPoint</a>() <li><a href="tqtextedit.html#cursorPositionChanged">cursorPositionChanged</a>() -<li><a href="ntqmultilineedit.html#cursorRight">cursorRight</a>() -<li><a href="ntqmultilineedit.html#cursorUp">cursorUp</a>() -<li><a href="ntqmultilineedit.html#cursorWordBackward">cursorWordBackward</a>() -<li><a href="ntqmultilineedit.html#cursorWordForward">cursorWordForward</a>() +<li><a href="tqmultilineedit.html#cursorRight">cursorRight</a>() +<li><a href="tqmultilineedit.html#cursorUp">cursorUp</a>() +<li><a href="tqmultilineedit.html#cursorWordBackward">cursorWordBackward</a>() +<li><a href="tqmultilineedit.html#cursorWordForward">cursorWordForward</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="tqtextedit.html#cut">cut</a>() <li><a href="tqtextedit.html#del">del</a>() <li><a href="tqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqmultilineedit.html#deselect">deselect</a>() +<li><a href="tqmultilineedit.html#deselect">deselect</a>() <li><a href="tqwidget.html#destroy">destroy</a>() <li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() @@ -144,15 +144,15 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqscrollview.html#drawContents">drawContents</a>() <li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqmultilineedit.html#edited">edited</a>() +<li><a href="tqmultilineedit.html#edited">edited</a>() <li><a href="tqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() -<li><a href="ntqmultilineedit.html#end">end</a>() +<li><a href="tqmultilineedit.html#end">end</a>() <li><a href="tqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() <li><a href="tqscrollview.html#ensureVisible">ensureVisible</a>() <li><a href="tqwidget.html#enterEvent">enterEvent</a>() @@ -175,17 +175,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqtextedit.html#getCursorPosition">getCursorPosition</a>() -<li><a href="ntqmultilineedit.html#getMarkedRegion">getMarkedRegion</a>() +<li><a href="tqmultilineedit.html#getMarkedRegion">getMarkedRegion</a>() <li><a href="tqtextedit.html#getSelection">getSelection</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -193,7 +193,7 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#hScrollBarMode">hScrollBarMode</a>() <li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() -<li><a href="ntqmultilineedit.html#hasMarkedText">hasMarkedText</a>() +<li><a href="tqmultilineedit.html#hasMarkedText">hasMarkedText</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() <li><a href="tqtextedit.html#hasSelectedText">hasSelectedText</a>() @@ -203,7 +203,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() -<li><a href="ntqmultilineedit.html#home">home</a>() +<li><a href="tqmultilineedit.html#home">home</a>() <li><a href="tqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() <li><a href="tqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() <li><a href="tqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</a>() @@ -215,10 +215,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqtextedit.html#insert">insert</a>() -<li><a href="ntqmultilineedit.html#insertAndMark">insertAndMark</a>() -<li><a href="ntqmultilineedit.html#insertAt">insertAt</a>() +<li><a href="tqmultilineedit.html#insertAndMark">insertAndMark</a>() +<li><a href="tqmultilineedit.html#insertAt">insertAt</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqmultilineedit.html#insertLine">insertLine</a>() +<li><a href="tqmultilineedit.html#insertLine">insertLine</a>() <li><a href="tqtextedit.html#insertParagraph">insertParagraph</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqobject.html#isA">isA</a>() @@ -256,16 +256,16 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#keyPressEvent">keyPressEvent</a>() <li><a href="tqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqmultilineedit.html#killLine">killLine</a>() +<li><a href="tqmultilineedit.html#killLine">killLine</a>() <li><a href="tqobject.html#killTimer">killTimer</a>() <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqscrollview.html#leftMargin">leftMargin</a>() <li><a href="tqtextedit.html#length">length</a>() -<li><a href="ntqmultilineedit.html#lineLength">lineLength</a>() +<li><a href="tqmultilineedit.html#lineLength">lineLength</a>() <li><a href="tqtextedit.html#lineOfChar">lineOfChar</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqtextedit.html#lines">lines</a>() <li><a href="tqtextedit.html#linesOfParagraph">linesOfParagraph</a>() <li><a href="tqtextedit.html#linkUnderline">linkUnderline</a>() @@ -277,9 +277,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() -<li><a href="ntqmultilineedit.html#markedText">markedText</a>() -<li><a href="ntqmultilineedit.html#maxLines">maxLines</a>() +<li><a href="tqframe.html#margin">margin</a>() +<li><a href="tqmultilineedit.html#markedText">markedText</a>() +<li><a href="tqmultilineedit.html#maxLines">maxLines</a>() <li><a href="tqtextedit.html#maxLogLines">maxLogLines</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() @@ -287,7 +287,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() @@ -304,16 +304,16 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#moveCursor">moveCursor</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() -<li><a href="ntqmultilineedit.html#newLine">newLine</a>() +<li><a href="tqmultilineedit.html#newLine">newLine</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqmultilineedit.html#numLines">numLines</a>() +<li><a href="tqmultilineedit.html#numLines">numLines</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqmultilineedit.html#pageDown">pageDown</a>() -<li><a href="ntqmultilineedit.html#pageUp">pageUp</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqmultilineedit.html#pageDown">pageDown</a>() +<li><a href="tqmultilineedit.html#pageUp">pageUp</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -345,7 +345,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqscrollview.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqmultilineedit.html#removeLine">removeLine</a>() +<li><a href="tqmultilineedit.html#removeLine">removeLine</a>() <li><a href="tqtextedit.html#removeParagraph">removeParagraph</a>() <li><a href="tqtextedit.html#removeSelectedText">removeSelectedText</a>() <li><a href="tqtextedit.html#removeSelection">removeSelection</a>() @@ -356,7 +356,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqscrollview.html#resizeContents">resizeContents</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqtextedit.html#returnPressed">returnPressed</a>() <li><a href="tqscrollview.html#rightMargin">rightMargin</a>() @@ -370,10 +370,10 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() -<li><a href="ntqmultilineedit.html#setAlignment">setAlignment</a>() +<li><a href="tqmultilineedit.html#setAlignment">setAlignment</a>() <li><a href="tqtextedit.html#setAutoFormatting">setAutoFormatting</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() -<li><a href="ntqmultilineedit.html#setAutoUpdate">setAutoUpdate</a>() +<li><a href="tqmultilineedit.html#setAutoUpdate">setAutoUpdate</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() @@ -386,10 +386,10 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#setCornerWidget">setCornerWidget</a>() <li><a href="tqtextedit.html#setCurrentFont">setCurrentFont</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() -<li><a href="ntqmultilineedit.html#setCursorPosition">setCursorPosition</a>() +<li><a href="tqmultilineedit.html#setCursorPosition">setCursorPosition</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() -<li><a href="ntqmultilineedit.html#setEdited">setEdited</a>() +<li><a href="tqmultilineedit.html#setEdited">setEdited</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() @@ -401,10 +401,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() <li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() @@ -414,18 +414,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqtextedit.html#setItalic">setItalic</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() <li><a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() -<li><a href="ntqmultilineedit.html#setMaxLines">setMaxLines</a>() +<li><a href="tqmultilineedit.html#setMaxLines">setMaxLines</a>() <li><a href="tqtextedit.html#setMaxLogLines">setMaxLogLines</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() @@ -497,12 +497,12 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#textChanged">textChanged</a>() <li><a href="tqtextedit.html#textCursor">textCursor</a>() <li><a href="tqtextedit.html#textFormat">textFormat</a>() -<li><a href="ntqmultilineedit.html#textLine">textLine</a>() +<li><a href="tqmultilineedit.html#textLine">textLine</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqscrollview.html#topMargin">topMargin</a>() -<li><a href="ntqmultilineedit.html#totalHeight">totalHeight</a>() -<li><a href="ntqmultilineedit.html#totalWidth">totalWidth</a>() +<li><a href="tqmultilineedit.html#totalHeight">totalHeight</a>() +<li><a href="tqmultilineedit.html#totalWidth">totalWidth</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="tqtextedit.html#underline">underline</a>() diff --git a/doc/html/ntqmultilineedit.html b/doc/html/tqmultilineedit.html index d82b1cac1..f1544298e 100644 --- a/doc/html/ntqmultilineedit.html +++ b/doc/html/tqmultilineedit.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qmultilineedit.cpp:54 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqmultilineedit.cpp:54 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQMultiLineEdit widget is a simple editor for inputting text. <a href="#details">More...</a> -<p><tt>#include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>></tt> +<p><tt>#include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>></tt> <p>Inherits <a href="tqtextedit.html">TQTextEdit</a>. -<p><a href="qmultilineedit-members.html">List of all member functions.</a> +<p><a href="tqmultilineedit-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQMultiLineEdit"><b>TQMultiLineEdit</b></a> ( TQWidget * parent = 0, const char * name = 0 )</li> @@ -126,13 +126,13 @@ Constructs a new, empty, TQMultiLineEdit with parent <em>parent</em> called <h3 class=fn>int <a name="alignment"></a>TQMultiLineEdit::alignment () const </h3><p>Returns the editor's paragraph alignment. -See the <a href="ntqmultilineedit.html#alignment-prop">"alignment"</a> property for details. +See the <a href="tqmultilineedit.html#alignment-prop">"alignment"</a> property for details. <h3 class=fn>bool <a name="atBeginning"></a>TQMultiLineEdit::atBeginning () const </h3><p>Returns TRUE if the cursor is placed at the beginning of the text; otherwise returns FALSE. -See the <a href="ntqmultilineedit.html#atBeginning-prop">"atBeginning"</a> property for details. +See the <a href="tqmultilineedit.html#atBeginning-prop">"atBeginning"</a> property for details. <h3 class=fn>bool <a name="atEnd"></a>TQMultiLineEdit::atEnd () const </h3><p>Returns TRUE if the cursor is placed at the end of the text; otherwise returns FALSE. -See the <a href="ntqmultilineedit.html#atEnd-prop">"atEnd"</a> property for details. +See the <a href="tqmultilineedit.html#atEnd-prop">"atEnd"</a> property for details. <h3 class=fn>bool <a name="autoUpdate"></a>TQMultiLineEdit::autoUpdate () const </h3> @@ -188,7 +188,7 @@ is selected. <p> <h3 class=fn>bool <a name="edited"></a>TQMultiLineEdit::edited () const </h3><p>Returns TRUE if the document has been edited by the user; otherwise returns FALSE. -See the <a href="ntqmultilineedit.html#edited-prop">"edited"</a> property for details. +See the <a href="tqmultilineedit.html#edited-prop">"edited"</a> property for details. <h3 class=fn>void <a name="end"></a>TQMultiLineEdit::end ( bool mark = FALSE )<tt> [virtual protected]</tt> </h3> Moves the text cursor to the right end of the line. If <em>mark</em> is TRUE, text is selected toward the last position. If it is FALSE and the @@ -251,7 +251,7 @@ Returns a copy of the selected text. <h3 class=fn>int <a name="numLines"></a>TQMultiLineEdit::numLines () const </h3><p>Returns the number of paragraphs in the editor. -See the <a href="ntqmultilineedit.html#numLines-prop">"numLines"</a> property for details. +See the <a href="tqmultilineedit.html#numLines-prop">"numLines"</a> property for details. <h3 class=fn>void <a name="pageDown"></a>TQMultiLineEdit::pageDown ( bool mark = FALSE )<tt> [virtual protected]</tt> </h3> Moves the cursor one page down. If <em>mark</em> is TRUE, the text @@ -268,7 +268,7 @@ nothing is deleted. <h3 class=fn>void <a name="setAlignment"></a>TQMultiLineEdit::setAlignment ( int flags )<tt> [virtual]</tt> </h3><p>Sets the editor's paragraph alignment to <em>flags</em>. -See the <a href="ntqmultilineedit.html#alignment-prop">"alignment"</a> property for details. +See the <a href="tqmultilineedit.html#alignment-prop">"alignment"</a> property for details. <p>Reimplemented from <a href="tqtextedit.html#setAlignment">TQTextEdit</a>. <h3 class=fn>void <a name="setAutoUpdate"></a>TQMultiLineEdit::setAutoUpdate ( bool )<tt> [virtual]</tt> </h3> @@ -284,7 +284,7 @@ range. <p> <h3 class=fn>void <a name="setEdited"></a>TQMultiLineEdit::setEdited ( bool ) </h3><p>Sets whether the document has been edited by the user. -See the <a href="ntqmultilineedit.html#edited-prop">"edited"</a> property for details. +See the <a href="tqmultilineedit.html#edited-prop">"edited"</a> property for details. <h3 class=fn>void <a name="setMaxLines"></a>TQMultiLineEdit::setMaxLines ( int ) </h3> diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index 294fc0f79..525c24baf 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -312,7 +312,7 @@ label, TQ_SLOT(setNum(int v)) ); MyWidget::MyWidget() { aButton = new <a href="tqpushbutton.html">TQPushButton</a>( this ); - <a href="#connect">connect</a>( aButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SIGNAL(myUsefulSignal()) ); + <a href="#connect">connect</a>( aButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SIGNAL(myUsefulSignal()) ); } </pre> @@ -629,7 +629,7 @@ monitored objects: <pre> KeyPressEater *keyPressEater = new KeyPressEater( this ); <a href="tqpushbutton.html">TQPushButton</a> *pushButton = new <a href="tqpushbutton.html">TQPushButton</a>( this ); - <a href="ntqlistview.html">TQListView</a> *listView = new <a href="ntqlistview.html">TQListView</a>( this ); + <a href="tqlistview.html">TQListView</a> *listView = new <a href="tqlistview.html">TQListView</a>( this ); pushButton-><a href="#installEventFilter">installEventFilter</a>( keyPressEater ); listView-><a href="#installEventFilter">installEventFilter</a>( keyPressEater ); @@ -936,10 +936,10 @@ for unnamed objects, you can call name( 0 ). <p> Returns a pointer to the object named <em>name</em> that inherits <em>type</em> and with a given <em>parent</em>. <p> Returns 0 if there is no such child. <p> <pre> - <a href="ntqlistbox.html">TQListBox</a> *c = (TQListBox *) <a href="#qt_find_obj_child">tqt_find_obj_child</a>( myWidget, "TQListBox", + <a href="tqlistbox.html">TQListBox</a> *c = (TQListBox *) <a href="#qt_find_obj_child">tqt_find_obj_child</a>( myWidget, "TQListBox", "my list box" ); if ( c ) - c-><a href="ntqlistbox.html#insertItem">insertItem</a>( "another string" ); + c-><a href="tqlistbox.html#insertItem">insertItem</a>( "another string" ); </pre> diff --git a/doc/html/tqpainter.html b/doc/html/tqpainter.html index 83ba7ef16..a2ec474d9 100644 --- a/doc/html/tqpainter.html +++ b/doc/html/tqpainter.html @@ -1516,7 +1516,7 @@ using the painter <em>p</em>. <p> The <em>lineWidth</em> argument specifies the line width. <p> The rectangle's interior is filled with the <em>fill</em> brush unless <em>fill</em> is 0. -<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it +<p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a plain rectangle, for example <tt>TQFrame::setFrameStyle( TQFrame::Box | TQFrame::Plain )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or <a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make @@ -1537,7 +1537,7 @@ line is neither horizontal nor vertical). lines. It is not the total line width. <p> The <em>midLineWidth</em> argument specifies the width of a middle line drawn in the <a href="tqcolorgroup.html#mid">TQColorGroup::mid</a>() color. -<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it +<p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a shaded line, for example <tt>TQFrame::setFrameStyle( TQFrame::HLine | TQFrame::Sunken )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or <a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make @@ -1554,7 +1554,7 @@ the painter <em>p</em>. <p> The panel appears sunken if <em>sunken</em> is TRUE, or raised if <em>sunken</em> is FALSE. <p> The <em>lineWidth</em> argument specifies the line width. <p> The panel's interior is filled with the <em>fill</em> brush unless <em>fill</em> is 0. -<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it +<p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a shaded panel, for example <tt>TQFrame::setFrameStyle( TQFrame::Panel | TQFrame::Sunken )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or <a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make @@ -1575,7 +1575,7 @@ lines. It is not the total line width. drawn in the <a href="tqcolorgroup.html#mid">TQColorGroup::mid</a>() color. <p> The rectangle's interior is filled with the <em>fill</em> brush unless <em>fill</em> is 0. -<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it +<p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a shaded rectangle, for example <tt>TQFrame::setFrameStyle( TQFrame::Box | TQFrame::Raised )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or <a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make @@ -1605,7 +1605,7 @@ widgets that follow the current GUI style. <p> The panel appears sunken if <em>sunken</em> is TRUE, or raised if <em>sunken</em> is FALSE. <p> The line width is 2 pixels. <p> The button's interior is filled with the <em>fill</em> brush unless <em>fill</em> is 0. -<p> If you want to use a <a href="ntqframe.html">TQFrame</a> widget instead, you can make it +<p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a shaded panel, for example <tt>TQFrame::setFrameStyle( TQFrame::WinPanel | TQFrame::Raised )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or <a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make diff --git a/doc/html/tqpixmap.html b/doc/html/tqpixmap.html index 7930345c2..5942414d9 100644 --- a/doc/html/tqpixmap.html +++ b/doc/html/tqpixmap.html @@ -137,7 +137,7 @@ underlying window system. Pixels can be accessed only through <a href="tqpainter.html">TQPainter</a> functions, through bitBlt(), and by converting the TQPixmap to a TQImage. <p> You can easily display a TQPixmap on the screen using -<a href="tqlabel.html#setPixmap">TQLabel::setPixmap</a>(). For example, all the <a href="ntqbutton.html">TQButton</a> subclasses +<a href="tqlabel.html#setPixmap">TQLabel::setPixmap</a>(). For example, all the <a href="tqbutton.html">TQButton</a> subclasses support pixmap use. <p> The TQPixmap class uses <a href="shclass.html">copy-on-write</a>, so it is practical to pass TQPixmap objects by value. diff --git a/doc/html/tqpixmapcache.html b/doc/html/tqpixmapcache.html index 1f80d35bf..8f7433019 100644 --- a/doc/html/tqpixmapcache.html +++ b/doc/html/tqpixmapcache.html @@ -63,7 +63,7 @@ cache. <p> For example, <a href="tqradiobutton.html">TQRadioButton</a> has a non-trivial visual representation so we don't want to regenerate a pixmap whenever a radio button is displayed or changes state. In the function -<a href="ntqbutton.html#drawButton">TQRadioButton::drawButton</a>(), we do not draw the radio button +<a href="tqbutton.html#drawButton">TQRadioButton::drawButton</a>(), we do not draw the radio button directly. Instead, we first check the global pixmap cache for a pixmap with the key "$qt_radio_nnn_", where <tt>nnn</tt> is a numerical value that specifies the the radio button state. If a pixmap is diff --git a/doc/html/tqpopupmenu-h.html b/doc/html/tqpopupmenu-h.html index d27929472..ad8207456 100644 --- a/doc/html/tqpopupmenu-h.html +++ b/doc/html/tqpopupmenu-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQPOPUPMENU_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #include "tqmenudata.h" #endif // QT_H diff --git a/doc/html/tqpopupmenu-members.html b/doc/html/tqpopupmenu-members.html index 49f11f917..5f43eec0d 100644 --- a/doc/html/tqpopupmenu-members.html +++ b/doc/html/tqpopupmenu-members.html @@ -76,7 +76,7 @@ body { background: #ffffff; color: black; } <li><a href="tqmenudata.html#connectItem">connectItem</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqmenudata.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() @@ -93,7 +93,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqpopupmenu.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqpopupmenu.html#drawItem">drawItem</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() @@ -121,14 +121,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -195,7 +195,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -204,7 +204,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() @@ -215,7 +215,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -233,7 +233,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -261,7 +261,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqmenudata.html#setAccel">setAccel</a>() @@ -288,10 +288,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() @@ -303,14 +303,14 @@ body { background: #ffffff; color: black; } <li><a href="tqmenudata.html#setItemParameter">setItemParameter</a>() <li><a href="tqmenudata.html#setItemVisible">setItemVisible</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/tqpopupmenu.html b/doc/html/tqpopupmenu.html index c893f8ed5..93c8206da 100644 --- a/doc/html/tqpopupmenu.html +++ b/doc/html/tqpopupmenu.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQPopupMenu class provides a popup menu widget. <a href="#details">More...</a> <p><tt>#include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a> and <a href="tqmenudata.html">TQMenuData</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a> and <a href="tqmenudata.html">TQMenuData</a>. <p><a href="tqpopupmenu-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -288,7 +288,7 @@ destroyed. </h3> Draws all menu items using painter <em>p</em>. -<p>Reimplemented from <a href="ntqframe.html#drawContents">TQFrame</a>. +<p>Reimplemented from <a href="tqframe.html#drawContents">TQFrame</a>. <h3 class=fn>void <a name="drawItem"></a>TQPopupMenu::drawItem ( <a href="tqpainter.html">TQPainter</a> * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )<tt> [protected]</tt> </h3> Draws menu item <em>mi</em> in the area <em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>, using diff --git a/doc/html/qprogressbar-h.html b/doc/html/tqprogressbar-h.html index e243515c2..4a2e3293e 100644 --- a/doc/html/qprogressbar-h.html +++ b/doc/html/tqprogressbar-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqprogressbar.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqprogressbar.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqprogressbar.h Include File</title> +<title>tqprogressbar.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqprogressbar.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqprogressbar.h</h1> -<p>This is the verbatim text of the ntqprogressbar.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqprogressbar.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqprogressbar.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqprogressbar.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQProgressBar class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQPROGRESSBAR_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #endif // QT_H #ifndef TQT_NO_PROGRESSBAR diff --git a/doc/html/qprogressbar-members.html b/doc/html/tqprogressbar-members.html index 396c13dd7..7c190a776 100644 --- a/doc/html/qprogressbar-members.html +++ b/doc/html/tqprogressbar-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqprogressbar.h:51 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqprogressbar.h:51 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,10 +32,10 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQProgressBar</h1> <p>This is the complete list of member functions for -<a href="ntqprogressbar.html">TQProgressBar</a>, including inherited members. +<a href="tqprogressbar.html">TQProgressBar</a>, including inherited members. <ul> -<li><a href="ntqprogressbar.html#TQProgressBar">TQProgressBar</a>() +<li><a href="tqprogressbar.html#TQProgressBar">TQProgressBar</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() @@ -47,7 +47,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqprogressbar.html#centerIndicator">centerIndicator</a>() +<li><a href="tqprogressbar.html#centerIndicator">centerIndicator</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() @@ -67,7 +67,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -81,8 +81,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -107,14 +107,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -134,7 +134,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqprogressbar.html#indicatorFollowsStyle">indicatorFollowsStyle</a>() +<li><a href="tqprogressbar.html#indicatorFollowsStyle">indicatorFollowsStyle</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() @@ -168,7 +168,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -177,14 +177,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -202,7 +202,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -211,11 +211,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqprogressbar.html#percentageVisible">percentageVisible</a>() +<li><a href="tqprogressbar.html#percentageVisible">percentageVisible</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqprogressbar.html#progress">progress</a>() -<li><a href="ntqprogressbar.html#progressString">progressString</a>() +<li><a href="tqprogressbar.html#progress">progress</a>() +<li><a href="tqprogressbar.html#progressString">progressString</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -227,10 +227,10 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqwidget.html#reparent">reparent</a>() -<li><a href="ntqprogressbar.html#reset">reset</a>() +<li><a href="tqprogressbar.html#reset">reset</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -242,7 +242,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqprogressbar.html#setCenterIndicator">setCenterIndicator</a>() +<li><a href="tqprogressbar.html#setCenterIndicator">setCenterIndicator</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() @@ -255,26 +255,26 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() -<li><a href="ntqprogressbar.html#setIndicator">setIndicator</a>() -<li><a href="ntqprogressbar.html#setIndicatorFollowsStyle">setIndicatorFollowsStyle</a>() +<li><a href="tqprogressbar.html#setIndicator">setIndicator</a>() +<li><a href="tqprogressbar.html#setIndicatorFollowsStyle">setIndicatorFollowsStyle</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() @@ -284,15 +284,15 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqprogressbar.html#setPercentageVisible">setPercentageVisible</a>() -<li><a href="ntqprogressbar.html#setProgress">setProgress</a>() +<li><a href="tqprogressbar.html#setPercentageVisible">setPercentageVisible</a>() +<li><a href="tqprogressbar.html#setProgress">setProgress</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqprogressbar.html#setTotalSteps">setTotalSteps</a>() +<li><a href="tqprogressbar.html#setTotalSteps">setTotalSteps</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() @@ -316,7 +316,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#testWFlags">testWFlags</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqprogressbar.html#totalSteps">totalSteps</a>() +<li><a href="tqprogressbar.html#totalSteps">totalSteps</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="tqwidget.html#unsetCursor">unsetCursor</a>() diff --git a/doc/html/ntqprogressbar.html b/doc/html/tqprogressbar.html index cf1b712a0..ed4d288e2 100644 --- a/doc/html/ntqprogressbar.html +++ b/doc/html/tqprogressbar.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qprogressbar.cpp:50 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqprogressbar.cpp:50 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQProgressBar widget provides a horizontal progress bar. <a href="#details">More...</a> -<p><tt>#include <<a href="qprogressbar-h.html">ntqprogressbar.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. -<p><a href="qprogressbar-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqprogressbar-h.html">tqprogressbar.h</a>></tt> +<p>Inherits <a href="tqframe.html">TQFrame</a>. +<p><a href="tqprogressbar-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQProgressBar"><b>TQProgressBar</b></a> ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )</li> @@ -90,10 +90,10 @@ beginning with <a href="#reset">reset</a>(). instead of a percentage of steps. This is useful, for example, when using <a href="tqftp.html">TQFtp</a> or <a href="tqhttp.html">TQHttp</a> to download items when they are unable to determine the size of the item being downloaded. -<p> <p>See also <a href="ntqprogressdialog.html">TQProgressDialog</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Progress Indicator</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="tqprogressdialog.html">TQProgressDialog</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Progress Indicator</a>, and <a href="advanced.html">Advanced Widgets</a>. <p> <img src=qprogbar-m.png> <img src=qprogbar-w.png> -<p> <p>See also <a href="ntqprogressdialog.html">TQProgressDialog</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Progress Indicator</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="tqprogressdialog.html">TQProgressDialog</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Progress Indicator</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQProgressBar"></a>TQProgressBar::TQProgressBar ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) @@ -101,7 +101,7 @@ determine the size of the item being downloaded. Constructs a progress bar. <p> The total number of steps is set to 100 by default. <p> The <em>parent</em>, <em>name</em> and widget flags, <em>f</em>, are passed on to -the <a href="ntqframe.html#TQFrame">TQFrame::TQFrame</a>() constructor. +the <a href="tqframe.html#TQFrame">TQFrame::TQFrame</a>() constructor. <p> <p>See also <a href="#totalSteps-prop">totalSteps</a>. <h3 class=fn><a name="TQProgressBar-2"></a>TQProgressBar::TQProgressBar ( int totalSteps, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) @@ -113,24 +113,24 @@ For example, if the operation is to examine 50 files, this value would be 50. Before examining the first file, call <a href="#setProgress">setProgress</a>(0); call setProgress(50) after examining the last file. <p> The <em>parent</em>, <em>name</em> and widget flags, <em>f</em>, are passed to the -<a href="ntqframe.html#TQFrame">TQFrame::TQFrame</a>() constructor. +<a href="tqframe.html#TQFrame">TQFrame::TQFrame</a>() constructor. <p> <p>See also <a href="#totalSteps-prop">totalSteps</a> and <a href="#progress-prop">progress</a>. <h3 class=fn>bool <a name="centerIndicator"></a>TQProgressBar::centerIndicator () const </h3><p>Returns TRUE if the indicator string should be centered; otherwise returns FALSE. -See the <a href="ntqprogressbar.html#centerIndicator-prop">"centerIndicator"</a> property for details. +See the <a href="tqprogressbar.html#centerIndicator-prop">"centerIndicator"</a> property for details. <h3 class=fn>bool <a name="indicatorFollowsStyle"></a>TQProgressBar::indicatorFollowsStyle () const </h3><p>Returns TRUE if the display of the indicator string should follow the GUI style; otherwise returns FALSE. -See the <a href="ntqprogressbar.html#indicatorFollowsStyle-prop">"indicatorFollowsStyle"</a> property for details. +See the <a href="tqprogressbar.html#indicatorFollowsStyle-prop">"indicatorFollowsStyle"</a> property for details. <h3 class=fn>bool <a name="percentageVisible"></a>TQProgressBar::percentageVisible () const </h3><p>Returns TRUE if the current progress value is displayed; otherwise returns FALSE. -See the <a href="ntqprogressbar.html#percentageVisible-prop">"percentageVisible"</a> property for details. +See the <a href="tqprogressbar.html#percentageVisible-prop">"percentageVisible"</a> property for details. <h3 class=fn>int <a name="progress"></a>TQProgressBar::progress () const </h3><p>Returns the current amount of progress. -See the <a href="ntqprogressbar.html#progress-prop">"progress"</a> property for details. +See the <a href="tqprogressbar.html#progress-prop">"progress"</a> property for details. <h3 class=fn>const <a href="tqstring.html">TQString</a> & <a name="progressString"></a>TQProgressBar::progressString () const </h3><p>Returns the amount of progress as a string. -See the <a href="ntqprogressbar.html#progressString-prop">"progressString"</a> property for details. +See the <a href="tqprogressbar.html#progressString-prop">"progressString"</a> property for details. <h3 class=fn>void <a name="reset"></a>TQProgressBar::reset ()<tt> [slot]</tt> </h3> Reset the progress bar. The progress bar "rewinds" and shows no @@ -139,7 +139,7 @@ progress. <p>Examples: <a href="fileiconview-example.html#x890">fileiconview/mainwindow.cpp</a> and <a href="progressbar-example.html#x967">progressbar/progressbar.cpp</a>. <h3 class=fn>void <a name="setCenterIndicator"></a>TQProgressBar::setCenterIndicator ( bool on ) </h3><p>Sets whether the indicator string should be centered to <em>on</em>. -See the <a href="ntqprogressbar.html#centerIndicator-prop">"centerIndicator"</a> property for details. +See the <a href="tqprogressbar.html#centerIndicator-prop">"centerIndicator"</a> property for details. <h3 class=fn>bool <a name="setIndicator"></a>TQProgressBar::setIndicator ( <a href="tqstring.html">TQString</a> & indicator, int progress, int totalSteps )<tt> [virtual protected]</tt> </h3> This method is called to generate the text displayed in the center @@ -156,13 +156,13 @@ to this function. <h3 class=fn>void <a name="setIndicatorFollowsStyle"></a>TQProgressBar::setIndicatorFollowsStyle ( bool ) </h3><p>Sets whether the display of the indicator string should follow the GUI style. -See the <a href="ntqprogressbar.html#indicatorFollowsStyle-prop">"indicatorFollowsStyle"</a> property for details. +See the <a href="tqprogressbar.html#indicatorFollowsStyle-prop">"indicatorFollowsStyle"</a> property for details. <h3 class=fn>void <a name="setPercentageVisible"></a>TQProgressBar::setPercentageVisible ( bool ) </h3><p>Sets whether the current progress value is displayed. -See the <a href="ntqprogressbar.html#percentageVisible-prop">"percentageVisible"</a> property for details. +See the <a href="tqprogressbar.html#percentageVisible-prop">"percentageVisible"</a> property for details. <h3 class=fn>void <a name="setProgress"></a>TQProgressBar::setProgress ( int progress )<tt> [virtual slot]</tt> </h3><p>Sets the current amount of progress to <em>progress</em>. -See the <a href="ntqprogressbar.html#progress-prop">"progress"</a> property for details. +See the <a href="tqprogressbar.html#progress-prop">"progress"</a> property for details. <h3 class=fn>void <a name="setProgress-2"></a>TQProgressBar::setProgress ( int progress, int totalSteps )<tt> [slot]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -172,10 +172,10 @@ steps to <em>totalSteps</em>. <h3 class=fn>void <a name="setTotalSteps"></a>TQProgressBar::setTotalSteps ( int totalSteps )<tt> [virtual slot]</tt> </h3><p>Sets the total number of steps to <em>totalSteps</em>. -See the <a href="ntqprogressbar.html#totalSteps-prop">"totalSteps"</a> property for details. +See the <a href="tqprogressbar.html#totalSteps-prop">"totalSteps"</a> property for details. <h3 class=fn>int <a name="totalSteps"></a>TQProgressBar::totalSteps () const </h3><p>Returns the total number of steps. -See the <a href="ntqprogressbar.html#totalSteps-prop">"totalSteps"</a> property for details. +See the <a href="tqprogressbar.html#totalSteps-prop">"totalSteps"</a> property for details. <hr><h2>Property Documentation</h2> <h3 class=fn>bool <a name="centerIndicator-prop"></a>centerIndicator</h3> <p>This property holds whether the indicator string should be centered. diff --git a/doc/html/qprogressdialog-h.html b/doc/html/tqprogressdialog-h.html index eadc20ffc..996498181 100644 --- a/doc/html/qprogressdialog-h.html +++ b/doc/html/tqprogressdialog-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqprogressdialog.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqprogressdialog.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqprogressdialog.h Include File</title> +<title>tqprogressdialog.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqprogressdialog.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqprogressdialog.h</h1> -<p>This is the verbatim text of the ntqprogressdialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqprogressdialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqprogressdialog.h 3.3.8 edited Jan 11 14:37 $ +** $Id: qt/tqprogressdialog.h 3.3.8 edited Jan 11 14:37 $ ** ** Definition of TQProgressDialog class ** @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqlabel.h" // ### remove or keep for users' convenience? -#include "ntqprogressbar.h" // ### remove or keep for users' convenience? +#include "tqprogressbar.h" // ### remove or keep for users' convenience? #endif // QT_H #ifndef TQT_NO_PROGRESSDIALOG diff --git a/doc/html/qprogressdialog-members.html b/doc/html/tqprogressdialog-members.html index 1bb734b5d..157c26587 100644 --- a/doc/html/qprogressdialog-members.html +++ b/doc/html/tqprogressdialog-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqprogressdialog.h:53 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqprogressdialog.h:53 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,17 +32,17 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQProgressDialog</h1> <p>This is the complete list of member functions for -<a href="ntqprogressdialog.html">TQProgressDialog</a>, including inherited members. +<a href="tqprogressdialog.html">TQProgressDialog</a>, including inherited members. <ul> -<li><a href="ntqprogressdialog.html#TQProgressDialog">TQProgressDialog</a>() -<li><a href="ntqprogressdialog.html#~TQProgressDialog">~TQProgressDialog</a>() +<li><a href="tqprogressdialog.html#TQProgressDialog">TQProgressDialog</a>() +<li><a href="tqprogressdialog.html#~TQProgressDialog">~TQProgressDialog</a>() <li><a href="tqdialog.html#accept">accept</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqprogressdialog.html#autoClose">autoClose</a>() +<li><a href="tqprogressdialog.html#autoClose">autoClose</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() -<li><a href="ntqprogressdialog.html#autoReset">autoReset</a>() +<li><a href="tqprogressdialog.html#autoReset">autoReset</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() <li><a href="tqwidget.html#backgroundMode">backgroundMode</a>() @@ -50,9 +50,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqprogressdialog.html#cancel">cancel</a>() -<li><a href="ntqprogressdialog.html#canceled">canceled</a>() -<li><a href="ntqprogressdialog.html#cancelled">cancelled</a>() +<li><a href="tqprogressdialog.html#cancel">cancel</a>() +<li><a href="tqprogressdialog.html#canceled">canceled</a>() +<li><a href="tqprogressdialog.html#cancelled">cancelled</a>() <li><a href="tqwidget.html#caption">caption</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() @@ -112,7 +112,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontChange">fontChange</a>() <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() -<li><a href="ntqprogressdialog.html#forceShow">forceShow</a>() +<li><a href="tqprogressdialog.html#forceShow">forceShow</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() @@ -167,7 +167,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() <li><a href="tqobject.html#killTimer">killTimer</a>() <li><a href="tqobject.html#killTimers">killTimers</a>() -<li><a href="ntqprogressdialog.html#labelText">labelText</a>() +<li><a href="tqprogressdialog.html#labelText">labelText</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqwidget.html#lower">lower</a>() @@ -184,7 +184,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqprogressdialog.html#minimumDuration">minimumDuration</a>() +<li><a href="tqprogressdialog.html#minimumDuration">minimumDuration</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -214,7 +214,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#parentWidget">parentWidget</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqprogressdialog.html#progress">progress</a>() +<li><a href="tqprogressdialog.html#progress">progress</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -227,7 +227,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqwidget.html#reparent">reparent</a>() -<li><a href="ntqprogressdialog.html#reset">reset</a>() +<li><a href="tqprogressdialog.html#reset">reset</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqwidget.html#resizeEvent">resizeEvent</a>() @@ -236,17 +236,17 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() -<li><a href="ntqprogressdialog.html#setAutoClose">setAutoClose</a>() +<li><a href="tqprogressdialog.html#setAutoClose">setAutoClose</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() -<li><a href="ntqprogressdialog.html#setAutoReset">setAutoReset</a>() +<li><a href="tqprogressdialog.html#setAutoReset">setAutoReset</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() -<li><a href="ntqprogressdialog.html#setBar">setBar</a>() +<li><a href="tqprogressdialog.html#setBar">setBar</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() -<li><a href="ntqprogressdialog.html#setCancelButton">setCancelButton</a>() -<li><a href="ntqprogressdialog.html#setCancelButtonText">setCancelButtonText</a>() +<li><a href="tqprogressdialog.html#setCancelButton">setCancelButton</a>() +<li><a href="tqprogressdialog.html#setCancelButtonText">setCancelButtonText</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() @@ -267,14 +267,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqprogressdialog.html#setLabel">setLabel</a>() -<li><a href="ntqprogressdialog.html#setLabelText">setLabelText</a>() +<li><a href="tqprogressdialog.html#setLabel">setLabel</a>() +<li><a href="tqprogressdialog.html#setLabelText">setLabelText</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqprogressdialog.html#setMinimumDuration">setMinimumDuration</a>() +<li><a href="tqprogressdialog.html#setMinimumDuration">setMinimumDuration</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() @@ -286,7 +286,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqprogressdialog.html#setProgress">setProgress</a>() +<li><a href="tqprogressdialog.html#setProgress">setProgress</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqdialog.html#setResult">setResult</a>() <li><a href="tqwidget.html#setShown">setShown</a>() @@ -295,7 +295,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqprogressdialog.html#setTotalSteps">setTotalSteps</a>() +<li><a href="tqprogressdialog.html#setTotalSteps">setTotalSteps</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() @@ -309,7 +309,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#showNormal">showNormal</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqwidget.html#size">size</a>() -<li><a href="ntqprogressdialog.html#sizeHint">sizeHint</a>() +<li><a href="tqprogressdialog.html#sizeHint">sizeHint</a>() <li><a href="tqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() @@ -320,7 +320,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#testWFlags">testWFlags</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqprogressdialog.html#totalSteps">totalSteps</a>() +<li><a href="tqprogressdialog.html#totalSteps">totalSteps</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="tqwidget.html#unsetCursor">unsetCursor</a>() @@ -330,8 +330,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqprogressdialog.html#wasCanceled">wasCanceled</a>() -<li><a href="ntqprogressdialog.html#wasCancelled">wasCancelled</a>() +<li><a href="tqprogressdialog.html#wasCanceled">wasCanceled</a>() +<li><a href="tqprogressdialog.html#wasCancelled">wasCancelled</a>() <li><a href="tqwidget.html#wheelEvent">wheelEvent</a>() <li><a href="tqwidget.html#width">width</a>() <li><a href="tqwidget.html#winEvent">winEvent</a>() diff --git a/doc/html/ntqprogressdialog.html b/doc/html/tqprogressdialog.html index 5a069c068..ca2f60e9e 100644 --- a/doc/html/ntqprogressdialog.html +++ b/doc/html/tqprogressdialog.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/qprogressdialog.cpp:99 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/tqprogressdialog.cpp:99 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQProgressDialog class provides feedback on the progress of a slow operation. <a href="#details">More...</a> -<p><tt>#include <<a href="qprogressdialog-h.html">ntqprogressdialog.h</a>></tt> +<p><tt>#include <<a href="tqprogressdialog-h.html">tqprogressdialog.h</a>></tt> <p>Inherits <a href="tqdialog.html">TQDialog</a>. -<p><a href="qprogressdialog-members.html">List of all member functions.</a> +<p><a href="tqprogressdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQProgressDialog"><b>TQProgressDialog</b></a> ( TQWidget * creator = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )</li> @@ -139,7 +139,7 @@ progress.setProgress( numFiles ); place in the background, where the user is able to interact with the application. Such operations are typically based on <a href="tqtimer.html">TQTimer</a> (or <a href="tqobject.html#timerEvent">TQObject::timerEvent</a>()), <a href="tqsocketnotifier.html">TQSocketNotifier</a>, or <a href="tqurloperator.html">TQUrlOperator</a>; or performed -in a separate thread. A <a href="ntqprogressbar.html">TQProgressBar</a> in the status bar of your main window +in a separate thread. A <a href="tqprogressbar.html">TQProgressBar</a> in the status bar of your main window is often an alternative to a modeless progress dialog. <p> You need to have an event loop to be running, connect the <a href="#canceled">canceled</a>() signal to a slot that stops the operation, and call <a href="#setProgress">setProgress</a>() at intervals. For example: @@ -176,7 +176,7 @@ replacing the child widgets with custom widgets by using <a href="#setLabel">set The functions <a href="#setLabelText">setLabelText</a>() and <a href="#setCancelButtonText">setCancelButtonText</a>() set the texts shown. <p> <img src=qprogdlg-m.png> <img src=qprogdlg-w.png> -<p> <p>See also <a href="tqdialog.html">TQDialog</a>, <a href="ntqprogressbar.html">TQProgressBar</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Progress Indicator</a>, and <a href="dialogs.html">Dialog Classes</a>. +<p> <p>See also <a href="tqdialog.html">TQDialog</a>, <a href="tqprogressbar.html">TQProgressBar</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Progress Indicator</a>, and <a href="dialogs.html">Dialog Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQProgressDialog"></a>TQProgressDialog::TQProgressDialog ( <a href="tqwidget.html">TQWidget</a> * creator = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) @@ -222,10 +222,10 @@ Destroys the progress dialog. <h3 class=fn>bool <a name="autoClose"></a>TQProgressDialog::autoClose () const </h3><p>Returns TRUE if the dialog gets hidden by <a href="#reset">reset</a>(); otherwise returns FALSE. -See the <a href="ntqprogressdialog.html#autoClose-prop">"autoClose"</a> property for details. +See the <a href="tqprogressdialog.html#autoClose-prop">"autoClose"</a> property for details. <h3 class=fn>bool <a name="autoReset"></a>TQProgressDialog::autoReset () const </h3><p>Returns TRUE if the progress dialog calls <a href="#reset">reset</a>() as soon as <a href="#progress">progress</a>() equals <a href="#totalSteps">totalSteps</a>(); otherwise returns FALSE. -See the <a href="ntqprogressdialog.html#autoReset-prop">"autoReset"</a> property for details. +See the <a href="tqprogressdialog.html#autoReset-prop">"autoReset"</a> property for details. <h3 class=fn>void <a name="cancel"></a>TQProgressDialog::cancel ()<tt> [slot]</tt> </h3> Resets the progress dialog. <a href="#wasCanceled">wasCanceled</a>() becomes TRUE until @@ -254,13 +254,13 @@ and minimumDuration milliseconds have passed. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="labelText"></a>TQProgressDialog::labelText () const </h3><p>Returns the label's text. -See the <a href="ntqprogressdialog.html#labelText-prop">"labelText"</a> property for details. +See the <a href="tqprogressdialog.html#labelText-prop">"labelText"</a> property for details. <h3 class=fn>int <a name="minimumDuration"></a>TQProgressDialog::minimumDuration () const </h3><p>Returns the time that must pass before the dialog appears. -See the <a href="ntqprogressdialog.html#minimumDuration-prop">"minimumDuration"</a> property for details. +See the <a href="tqprogressdialog.html#minimumDuration-prop">"minimumDuration"</a> property for details. <h3 class=fn>int <a name="progress"></a>TQProgressDialog::progress () const </h3><p>Returns the current amount of progress made. -See the <a href="ntqprogressdialog.html#progress-prop">"progress"</a> property for details. +See the <a href="tqprogressdialog.html#progress-prop">"progress"</a> property for details. <h3 class=fn>void <a name="reset"></a>TQProgressDialog::reset ()<tt> [slot]</tt> </h3> Resets the progress dialog. @@ -270,11 +270,11 @@ The progress dialog becomes hidden if <a href="#autoClose">autoClose</a>() is TR <p>Example: <a href="ftpclient-example.html#x769">network/ftpclient/ftpmainwindow.ui.h</a>. <h3 class=fn>void <a name="setAutoClose"></a>TQProgressDialog::setAutoClose ( bool b ) </h3><p>Sets whether the dialog gets hidden by <a href="#reset">reset</a>() to <em>b</em>. -See the <a href="ntqprogressdialog.html#autoClose-prop">"autoClose"</a> property for details. +See the <a href="tqprogressdialog.html#autoClose-prop">"autoClose"</a> property for details. <h3 class=fn>void <a name="setAutoReset"></a>TQProgressDialog::setAutoReset ( bool b ) </h3><p>Sets whether the progress dialog calls <a href="#reset">reset</a>() as soon as <a href="#progress">progress</a>() equals <a href="#totalSteps">totalSteps</a>() to <em>b</em>. -See the <a href="ntqprogressdialog.html#autoReset-prop">"autoReset"</a> property for details. -<h3 class=fn>void <a name="setBar"></a>TQProgressDialog::setBar ( <a href="ntqprogressbar.html">TQProgressBar</a> * bar ) +See the <a href="tqprogressdialog.html#autoReset-prop">"autoReset"</a> property for details. +<h3 class=fn>void <a name="setBar"></a>TQProgressDialog::setBar ( <a href="tqprogressbar.html">TQProgressBar</a> * bar ) </h3> Sets the progress bar widget to <em>bar</em>. The progress dialog resizes to fit. The progress dialog takes ownership of the progress <em>bar</em> which @@ -304,13 +304,13 @@ necessary, so do not pass the address of an object on the stack. <p>Example: <a href="progress-example.html#x83">progress/progress.cpp</a>. <h3 class=fn>void <a name="setLabelText"></a>TQProgressDialog::setLabelText ( const <a href="tqstring.html">TQString</a> & )<tt> [slot]</tt> </h3><p>Sets the label's text. -See the <a href="ntqprogressdialog.html#labelText-prop">"labelText"</a> property for details. +See the <a href="tqprogressdialog.html#labelText-prop">"labelText"</a> property for details. <h3 class=fn>void <a name="setMinimumDuration"></a>TQProgressDialog::setMinimumDuration ( int ms )<tt> [slot]</tt> </h3><p>Sets the time that must pass before the dialog appears to <em>ms</em>. -See the <a href="ntqprogressdialog.html#minimumDuration-prop">"minimumDuration"</a> property for details. +See the <a href="tqprogressdialog.html#minimumDuration-prop">"minimumDuration"</a> property for details. <h3 class=fn>void <a name="setProgress"></a>TQProgressDialog::setProgress ( int progress )<tt> [slot]</tt> </h3><p>Sets the current amount of progress made to <em>progress</em>. -See the <a href="ntqprogressdialog.html#progress-prop">"progress"</a> property for details. +See the <a href="tqprogressdialog.html#progress-prop">"progress"</a> property for details. <h3 class=fn>void <a name="setProgress-2"></a>TQProgressDialog::setProgress ( int progress, int totalSteps )<tt> [slot]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -320,7 +320,7 @@ steps to <em>totalSteps</em>. <h3 class=fn>void <a name="setTotalSteps"></a>TQProgressDialog::setTotalSteps ( int totalSteps )<tt> [slot]</tt> </h3><p>Sets the total number of steps to <em>totalSteps</em>. -See the <a href="ntqprogressdialog.html#totalSteps-prop">"totalSteps"</a> property for details. +See the <a href="tqprogressdialog.html#totalSteps-prop">"totalSteps"</a> property for details. <h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeHint"></a>TQProgressDialog::sizeHint () const<tt> [virtual]</tt> </h3> Returns a size that fits the contents of the progress dialog. @@ -329,13 +329,13 @@ need to call this yourself. <h3 class=fn>int <a name="totalSteps"></a>TQProgressDialog::totalSteps () const </h3><p>Returns the total number of steps. -See the <a href="ntqprogressdialog.html#totalSteps-prop">"totalSteps"</a> property for details. +See the <a href="tqprogressdialog.html#totalSteps-prop">"totalSteps"</a> property for details. <h3 class=fn>bool <a name="wasCanceled"></a>TQProgressDialog::wasCanceled () const </h3><p>Returns TRUE if the dialog was canceled; otherwise returns FALSE. -See the <a href="ntqprogressdialog.html#wasCanceled-prop">"wasCanceled"</a> property for details. +See the <a href="tqprogressdialog.html#wasCanceled-prop">"wasCanceled"</a> property for details. <h3 class=fn>bool <a name="wasCancelled"></a>TQProgressDialog::wasCancelled () const </h3><p>Returns TRUE if the dialog was canceled; otherwise returns FALSE. -See the <a href="ntqprogressdialog.html#wasCancelled-prop">"wasCancelled"</a> property for details. +See the <a href="tqprogressdialog.html#wasCancelled-prop">"wasCancelled"</a> property for details. <hr><h2>Property Documentation</h2> <h3 class=fn>bool <a name="autoClose-prop"></a>autoClose</h3> <p>This property holds whether the dialog gets hidden by <a href="#reset">reset</a>(). diff --git a/doc/html/tqpushbutton-h.html b/doc/html/tqpushbutton-h.html index 2af71e4fb..009699d10 100644 --- a/doc/html/tqpushbutton-h.html +++ b/doc/html/tqpushbutton-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQPUSHBUTTON_H #ifndef QT_H -#include "ntqbutton.h" +#include "tqbutton.h" #include "tqiconset.h" #endif // QT_H diff --git a/doc/html/tqpushbutton-members.html b/doc/html/tqpushbutton-members.html index 77a2a6579..3595769b9 100644 --- a/doc/html/tqpushbutton-members.html +++ b/doc/html/tqpushbutton-members.html @@ -37,13 +37,13 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqpushbutton.html#TQPushButton">TQPushButton</a>() <li><a href="tqpushbutton.html#~TQPushButton">~TQPushButton</a>() -<li><a href="ntqbutton.html#accel">accel</a>() +<li><a href="tqbutton.html#accel">accel</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqbutton.html#animateClick">animateClick</a>() +<li><a href="tqbutton.html#animateClick">animateClick</a>() <li><a href="tqpushbutton.html#autoDefault">autoDefault</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() -<li><a href="ntqbutton.html#autoRepeat">autoRepeat</a>() +<li><a href="tqbutton.html#autoRepeat">autoRepeat</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() <li><a href="tqwidget.html#backgroundMode">backgroundMode</a>() @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqbutton.html#clicked">clicked</a>() +<li><a href="tqbutton.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() @@ -85,8 +85,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqbutton.html#drawButton">drawButton</a>() -<li><a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>() +<li><a href="tqbutton.html#drawButton">drawButton</a>() +<li><a href="tqbutton.html#drawButtonLabel">drawButtonLabel</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -117,7 +117,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqbutton.html#group">group</a>() +<li><a href="tqbutton.html#group">group</a>() <li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() @@ -127,7 +127,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() -<li><a href="ntqbutton.html#hitButton">hitButton</a>() +<li><a href="tqbutton.html#hitButton">hitButton</a>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqpushbutton.html#iconSet">iconSet</a>() <li><a href="tqwidget.html#iconText">iconText</a>() @@ -143,11 +143,11 @@ body { background: #ffffff; color: black; } <li><a href="tqpushbutton.html#isDefault">isDefault</a>() <li><a href="tqwidget.html#isDesktop">isDesktop</a>() <li><a href="tqwidget.html#isDialog">isDialog</a>() -<li><a href="ntqbutton.html#isDown">isDown</a>() +<li><a href="tqbutton.html#isDown">isDown</a>() <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() +<li><a href="tqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() <li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqpushbutton.html#isFlat">isFlat</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() @@ -158,10 +158,10 @@ body { background: #ffffff; color: black; } <li><a href="tqpushbutton.html#isMenuButton">isMenuButton</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() -<li><a href="ntqbutton.html#isOn">isOn</a>() +<li><a href="tqbutton.html#isOn">isOn</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqbutton.html#isToggleButton">isToggleButton</a>() +<li><a href="tqbutton.html#isToggleButton">isToggleButton</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() @@ -206,7 +206,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqbutton.html#paintEvent">paintEvent</a>() +<li><a href="tqbutton.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -215,11 +215,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqbutton.html#pixmap">pixmap</a>() +<li><a href="tqbutton.html#pixmap">pixmap</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqpushbutton.html#popup">popup</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqbutton.html#pressed">pressed</a>() +<li><a href="tqbutton.html#pressed">pressed</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -227,7 +227,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqbutton.html#released">released</a>() +<li><a href="tqbutton.html#released">released</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="tqwidget.html#repaint">repaint</a>() @@ -237,12 +237,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() -<li><a href="ntqbutton.html#setAccel">setAccel</a>() +<li><a href="tqbutton.html#setAccel">setAccel</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="tqpushbutton.html#setAutoDefault">setAutoDefault</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() -<li><a href="ntqbutton.html#setAutoRepeat">setAutoRepeat</a>() +<li><a href="tqbutton.html#setAutoRepeat">setAutoRepeat</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() @@ -252,7 +252,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqpushbutton.html#setDefault">setDefault</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqbutton.html#setDown">setDown</a>() +<li><a href="tqbutton.html#setDown">setDown</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() @@ -287,18 +287,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqbutton.html#setPixmap">setPixmap</a>() +<li><a href="tqbutton.html#setPixmap">setPixmap</a>() <li><a href="tqpushbutton.html#setPopup">setPopup</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() -<li><a href="ntqbutton.html#setState">setState</a>() +<li><a href="tqbutton.html#setState">setState</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqbutton.html#setText">setText</a>() +<li><a href="tqbutton.html#setText">setText</a>() <li><a href="tqpushbutton.html#setToggleButton">setToggleButton</a>() -<li><a href="ntqbutton.html#setToggleType">setToggleType</a>() +<li><a href="tqbutton.html#setToggleType">setToggleType</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() @@ -316,17 +316,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() -<li><a href="ntqbutton.html#state">state</a>() -<li><a href="ntqbutton.html#stateChanged">stateChanged</a>() +<li><a href="tqbutton.html#state">state</a>() +<li><a href="tqbutton.html#stateChanged">stateChanged</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqbutton.html#text">text</a>() +<li><a href="tqbutton.html#text">text</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqbutton.html#toggle">toggle</a>() -<li><a href="ntqbutton.html#toggleType">toggleType</a>() -<li><a href="ntqbutton.html#toggled">toggled</a>() +<li><a href="tqbutton.html#toggle">toggle</a>() +<li><a href="tqbutton.html#toggleType">toggleType</a>() +<li><a href="tqbutton.html#toggled">toggled</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() diff --git a/doc/html/tqpushbutton.html b/doc/html/tqpushbutton.html index f121eedf2..971e32631 100644 --- a/doc/html/tqpushbutton.html +++ b/doc/html/tqpushbutton.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQPushButton widget provides a command button. <a href="#details">More...</a> <p><tt>#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>></tt> -<p>Inherits <a href="ntqbutton.html">TQButton</a>. +<p>Inherits <a href="tqbutton.html">TQButton</a>. <p><a href="tqpushbutton-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -118,15 +118,15 @@ In this example the accelerator is <em>Alt+D</em>, and the label text will be displayed as <b><u>D</u>ownload</b>. <p> Push buttons can display a textual label or a pixmap, and optionally a small icon. These can be set using the constructors -and changed later using <a href="ntqbutton.html#setText">setText</a>(), <a href="ntqbutton.html#setPixmap">setPixmap</a>() and <a href="#setIconSet">setIconSet</a>(). +and changed later using <a href="tqbutton.html#setText">setText</a>(), <a href="tqbutton.html#setPixmap">setPixmap</a>() and <a href="#setIconSet">setIconSet</a>(). If the button is disabled the appearance of the text or pixmap and iconset will be manipulated with respect to the GUI style to make the button look "disabled". -<p> A push button emits the signal <a href="ntqbutton.html#clicked">clicked</a>() when it is activated by +<p> A push button emits the signal <a href="tqbutton.html#clicked">clicked</a>() when it is activated by the mouse, the Spacebar or by a keyboard accelerator. Connect to this signal to perform the button's action. Push buttons also -provide less commonly used signals, for example, <a href="ntqbutton.html#pressed">pressed</a>() and -<a href="ntqbutton.html#released">released</a>(). +provide less commonly used signals, for example, <a href="tqbutton.html#pressed">pressed</a>() and +<a href="tqbutton.html#released">released</a>(). <p> Command buttons in dialogs are by default auto-default buttons, i.e. they become the default push button automatically when they receive the keyboard input focus. A default button is a push @@ -161,7 +161,7 @@ but tool buttons. TQt provides a special class (<a href="tqtoolbutton.html">TQTo these buttons. <p> If you need toggle behavior (see <a href="#setToggleButton">setToggleButton</a>()) or a button that auto-repeats the activation signal when being pushed down -like the arrows in a scroll bar (see <a href="ntqbutton.html#setAutoRepeat">setAutoRepeat</a>()), a command +like the arrows in a scroll bar (see <a href="tqbutton.html#setAutoRepeat">setAutoRepeat</a>()), a command button is probably not what you want. When in doubt, use a tool button. <p> A variation of a command button is a menu button. These provide @@ -171,7 +171,7 @@ associate a popup menu with a push button. <p> Other classes of buttons are option buttons (see <a href="tqradiobutton.html">TQRadioButton</a>) and check boxes (see <a href="tqcheckbox.html">TQCheckBox</a>). <p> <img src="tqpushbt-m.png"> <img src="tqpushbt-w.png"> -<p> In TQt, the <a href="ntqbutton.html">TQButton</a> abstract base class provides most of the modes +<p> In TQt, the <a href="tqbutton.html">TQButton</a> abstract base class provides most of the modes and other API, and TQPushButton provides GUI logic. See TQButton for more information about the API. <p> @@ -203,33 +203,33 @@ Destroys the push button. <h3 class=fn><a href="ntqkeysequence.html">TQKeySequence</a> <a name="accel"></a>TQButton::accel () const </h3><p>Returns the accelerator associated with the button. -See the <a href="ntqbutton.html#accel-prop">"accel"</a> property for details. +See the <a href="tqbutton.html#accel-prop">"accel"</a> property for details. <h3 class=fn>bool <a name="autoDefault"></a>TQPushButton::autoDefault () const </h3><p>Returns TRUE if the push button is the auto default button; otherwise returns FALSE. See the <a href="tqpushbutton.html#autoDefault-prop">"autoDefault"</a> property for details. <h3 class=fn>bool <a name="autoRepeat"></a>TQButton::autoRepeat () const </h3><p>Returns TRUE if autoRepeat is enabled; otherwise returns FALSE. -See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. +See the <a href="tqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. <h3 class=fn>void <a name="clicked"></a>TQButton::clicked ()<tt> [signal]</tt> </h3> <p> This signal is emitted when the button is activated (i.e. first pressed down and then released when the mouse cursor is inside the -button), when the accelerator key is typed or when <a href="ntqbutton.html#animateClick">animateClick</a>() -is called. This signal is <em>not</em> emitted if you call <a href="ntqbutton.html#setDown">setDown</a>(). -<p> The <a href="ntqbuttongroup.html#clicked">TQButtonGroup::clicked</a>() signal does the same job, if you want +button), when the accelerator key is typed or when <a href="tqbutton.html#animateClick">animateClick</a>() +is called. This signal is <em>not</em> emitted if you call <a href="tqbutton.html#setDown">setDown</a>(). +<p> The <a href="tqbuttongroup.html#clicked">TQButtonGroup::clicked</a>() signal does the same job, if you want to connect several buttons to the same slot. <p> <b>Warning:</b> Don't launch a model dialog in response to this signal -for a button that has <a href="ntqbutton.html#autoRepeat-prop">autoRepeat</a> turned on. -<p> <p>See also <a href="ntqbutton.html#pressed">pressed</a>(), <a href="ntqbutton.html#released">released</a>(), <a href="ntqbutton.html#toggled">toggled</a>(), <a href="ntqbutton.html#autoRepeat-prop">autoRepeat</a>, and <a href="ntqbutton.html#down-prop">down</a>. +for a button that has <a href="tqbutton.html#autoRepeat-prop">autoRepeat</a> turned on. +<p> <p>See also <a href="tqbutton.html#pressed">pressed</a>(), <a href="tqbutton.html#released">released</a>(), <a href="tqbutton.html#toggled">toggled</a>(), <a href="tqbutton.html#autoRepeat-prop">autoRepeat</a>, and <a href="tqbutton.html#down-prop">down</a>. <p>Examples: <a href="tutorial2-08.html#x2596">chart/setdataform.cpp</a>, <a href="listbox-example.html#x1426">listbox/listbox.cpp</a>, <a href="clientserver-example.html#x792">network/clientserver/client/client.cpp</a>, <a href="progressbar-example.html#x962">progressbar/progressbar.cpp</a>, <a href="richtext-example.html#x462">richtext/richtext.cpp</a>, <a href="tutorial1-02.html#x2290">t2/main.cpp</a>, and <a href="tutorial1-04.html#x2306">t4/main.cpp</a>. -<h3 class=fn><a href="ntqbuttongroup.html">TQButtonGroup</a> * <a name="group"></a>TQButton::group () const +<h3 class=fn><a href="tqbuttongroup.html">TQButtonGroup</a> * <a name="group"></a>TQButton::group () const </h3> Returns the group that this button belongs to. -<p> If the button is not a member of any <a href="ntqbuttongroup.html">TQButtonGroup</a>, this function +<p> If the button is not a member of any <a href="tqbuttongroup.html">TQButtonGroup</a>, this function returns 0. -<p> <p>See also <a href="ntqbuttongroup.html">TQButtonGroup</a>. +<p> <p>See also <a href="tqbuttongroup.html">TQButtonGroup</a>. <h3 class=fn><a href="tqiconset.html">TQIconSet</a> * <a name="iconSet"></a>TQPushButton::iconSet () const </h3><p>Returns the icon set on the push button. @@ -239,10 +239,10 @@ See the <a href="tqpushbutton.html#iconSet-prop">"iconSet"</a> property for deta See the <a href="tqpushbutton.html#default-prop">"default"</a> property for details. <h3 class=fn>bool <a name="isDown"></a>TQButton::isDown () const </h3><p>Returns TRUE if the button is pressed; otherwise returns FALSE. -See the <a href="ntqbutton.html#down-prop">"down"</a> property for details. +See the <a href="tqbutton.html#down-prop">"down"</a> property for details. <h3 class=fn>bool <a name="isExclusiveToggle"></a>TQButton::isExclusiveToggle () const </h3><p>Returns TRUE if the button is an exclusive toggle; otherwise returns FALSE. -See the <a href="ntqbutton.html#exclusiveToggle-prop">"exclusiveToggle"</a> property for details. +See the <a href="tqbutton.html#exclusiveToggle-prop">"exclusiveToggle"</a> property for details. <h3 class=fn>bool <a name="isFlat"></a>TQPushButton::isFlat () const </h3><p>Returns TRUE if the border is disabled; otherwise returns FALSE. See the <a href="tqpushbutton.html#flat-prop">"flat"</a> property for details. @@ -251,13 +251,13 @@ See the <a href="tqpushbutton.html#flat-prop">"flat"</a> property for details. See the <a href="tqpushbutton.html#menuButton-prop">"menuButton"</a> property for details. <h3 class=fn>bool <a name="isOn"></a>TQButton::isOn () const </h3><p>Returns TRUE if the button is toggled; otherwise returns FALSE. -See the <a href="ntqbutton.html#on-prop">"on"</a> property for details. +See the <a href="tqbutton.html#on-prop">"on"</a> property for details. <h3 class=fn>bool <a name="isToggleButton"></a>TQButton::isToggleButton () const </h3><p>Returns TRUE if the button is a toggle button; otherwise returns FALSE. -See the <a href="ntqbutton.html#toggleButton-prop">"toggleButton"</a> property for details. +See the <a href="tqbutton.html#toggleButton-prop">"toggleButton"</a> property for details. <h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQButton::pixmap () const </h3><p>Returns the pixmap shown on the button. -See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. +See the <a href="tqbutton.html#pixmap-prop">"pixmap"</a> property for details. <h3 class=fn><a href="tqpopupmenu.html">TQPopupMenu</a> * <a name="popup"></a>TQPushButton::popup () const </h3> Returns the button's associated popup menu or 0 if no popup menu @@ -268,30 +268,30 @@ has been set. </h3> <p> This signal is emitted when the button is pressed down. -<p> <p>See also <a href="ntqbutton.html#released">released</a>() and <a href="ntqbutton.html#clicked">clicked</a>(). +<p> <p>See also <a href="tqbutton.html#released">released</a>() and <a href="tqbutton.html#clicked">clicked</a>(). <p>Examples: <a href="httpd-example.html#x724">network/httpd/httpd.cpp</a> and <a href="popup-example.html#x1606">popup/popup.cpp</a>. <h3 class=fn>void <a name="released"></a>TQButton::released ()<tt> [signal]</tt> </h3> <p> This signal is emitted when the button is released. -<p> <p>See also <a href="ntqbutton.html#pressed">pressed</a>(), <a href="ntqbutton.html#clicked">clicked</a>(), and <a href="ntqbutton.html#toggled">toggled</a>(). +<p> <p>See also <a href="tqbutton.html#pressed">pressed</a>(), <a href="tqbutton.html#clicked">clicked</a>(), and <a href="tqbutton.html#toggled">toggled</a>(). <h3 class=fn>void <a name="setAccel"></a>TQButton::setAccel ( const <a href="ntqkeysequence.html">TQKeySequence</a> & )<tt> [virtual]</tt> </h3><p>Sets the accelerator associated with the button. -See the <a href="ntqbutton.html#accel-prop">"accel"</a> property for details. +See the <a href="tqbutton.html#accel-prop">"accel"</a> property for details. <h3 class=fn>void <a name="setAutoDefault"></a>TQPushButton::setAutoDefault ( bool autoDef )<tt> [virtual]</tt> </h3><p>Sets whether the push button is the auto default button to <em>autoDef</em>. See the <a href="tqpushbutton.html#autoDefault-prop">"autoDefault"</a> property for details. <h3 class=fn>void <a name="setAutoRepeat"></a>TQButton::setAutoRepeat ( bool )<tt> [virtual]</tt> </h3><p>Sets whether autoRepeat is enabled. -See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. +See the <a href="tqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. <h3 class=fn>void <a name="setDefault"></a>TQPushButton::setDefault ( bool def )<tt> [virtual]</tt> </h3><p>Sets whether the push button is the default button to <em>def</em>. See the <a href="tqpushbutton.html#default-prop">"default"</a> property for details. <h3 class=fn>void <a name="setDown"></a>TQButton::setDown ( bool )<tt> [virtual]</tt> </h3><p>Sets whether the button is pressed. -See the <a href="ntqbutton.html#down-prop">"down"</a> property for details. +See the <a href="tqbutton.html#down-prop">"down"</a> property for details. <h3 class=fn>void <a name="setFlat"></a>TQPushButton::setFlat ( bool ) </h3><p>Sets whether the border is disabled. See the <a href="tqpushbutton.html#flat-prop">"flat"</a> property for details. @@ -308,7 +308,7 @@ See the <a href="tqpushbutton.html#iconSet-prop">"iconSet"</a> property for deta See the <a href="tqpushbutton.html#on-prop">"on"</a> property for details. <h3 class=fn>void <a name="setPixmap"></a>TQButton::setPixmap ( const <a href="tqpixmap.html">TQPixmap</a> & )<tt> [virtual]</tt> </h3><p>Sets the pixmap shown on the button. -See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. +See the <a href="tqbutton.html#pixmap-prop">"pixmap"</a> property for details. <h3 class=fn>void <a name="setPopup"></a>TQPushButton::setPopup ( <a href="tqpopupmenu.html">TQPopupMenu</a> * popup ) </h3> Associates the popup menu <em>popup</em> with this push button. This @@ -320,38 +320,38 @@ button. <p>Examples: <a href="buttongroups-example.html#x557">buttongroups/buttongroups.cpp</a> and <a href="tqdir-example.html#x1836">tqdir/tqdir.cpp</a>. <h3 class=fn>void <a name="setText"></a>TQButton::setText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual]</tt> </h3><p>Sets the text shown on the button. -See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. +See the <a href="tqbutton.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="setToggleButton"></a>TQPushButton::setToggleButton ( bool ) </h3><p>Sets whether the button is a toggle button. See the <a href="tqpushbutton.html#toggleButton-prop">"toggleButton"</a> property for details. -<h3 class=fn><a href="ntqbutton.html#ToggleState-enum">ToggleState</a> <a name="state"></a>TQButton::state () const +<h3 class=fn><a href="tqbutton.html#ToggleState-enum">ToggleState</a> <a name="state"></a>TQButton::state () const </h3><p>Returns the state of the toggle button. -See the <a href="ntqbutton.html#toggleState-prop">"toggleState"</a> property for details. +See the <a href="tqbutton.html#toggleState-prop">"toggleState"</a> property for details. <h3 class=fn>void <a name="stateChanged"></a>TQButton::stateChanged ( int state )<tt> [signal]</tt> </h3> -<p> This signal is emitted whenever a toggle button changes state. <em>state</em> is <a href="ntqbutton.html#ToggleState-enum">On</a> if the button is on, <a href="ntqbutton.html#ToggleState-enum">NoChange</a> if it is in the -<a href="tqcheckbox.html#setTristate">"no change" state</a> or <a href="ntqbutton.html#ToggleState-enum">Off</a> +<p> This signal is emitted whenever a toggle button changes state. <em>state</em> is <a href="tqbutton.html#ToggleState-enum">On</a> if the button is on, <a href="tqbutton.html#ToggleState-enum">NoChange</a> if it is in the +<a href="tqcheckbox.html#setTristate">"no change" state</a> or <a href="tqbutton.html#ToggleState-enum">Off</a> if the button is off. -<p> This may be the result of a user action, <a href="ntqbutton.html#toggle">toggle</a>() slot activation, -<a href="ntqbutton.html#setState">setState</a>(), or because <a href="#setOn">setOn</a>() was called. -<p> <p>See also <a href="ntqbutton.html#clicked">clicked</a>() and <a href="ntqbutton.html#ToggleState-enum">TQButton::ToggleState</a>. +<p> This may be the result of a user action, <a href="tqbutton.html#toggle">toggle</a>() slot activation, +<a href="tqbutton.html#setState">setState</a>(), or because <a href="#setOn">setOn</a>() was called. +<p> <p>See also <a href="tqbutton.html#clicked">clicked</a>() and <a href="tqbutton.html#ToggleState-enum">TQButton::ToggleState</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQButton::text () const </h3><p>Returns the text shown on the button. -See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. +See the <a href="tqbutton.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="toggle"></a>TQButton::toggle ()<tt> [slot]</tt> </h3> Toggles the state of a toggle button. -<p> <p>See also <a href="#on-prop">on</a>, <a href="#on-prop">on</a>, <a href="ntqbutton.html#toggled">toggled</a>(), and <a href="#toggleButton-prop">toggleButton</a>. +<p> <p>See also <a href="#on-prop">on</a>, <a href="#on-prop">on</a>, <a href="tqbutton.html#toggled">toggled</a>(), and <a href="#toggleButton-prop">toggleButton</a>. <h3 class=fn>void <a name="toggled"></a>TQButton::toggled ( bool on )<tt> [signal]</tt> </h3> <p> This signal is emitted whenever a toggle button changes status. <em>on</em> is TRUE if the button is on, or FALSE if the button is off. -<p> This may be the result of a user action, <a href="ntqbutton.html#toggle">toggle</a>() slot activation, +<p> This may be the result of a user action, <a href="tqbutton.html#toggle">toggle</a>() slot activation, or because <a href="#setOn">setOn</a>() was called. -<p> <p>See also <a href="ntqbutton.html#clicked">clicked</a>(). +<p> <p>See also <a href="tqbutton.html#clicked">clicked</a>(). <p>Example: <a href="listbox-example.html#x1427">listbox/listbox.cpp</a>. <hr><h2>Property Documentation</h2> @@ -381,7 +381,7 @@ auto-default interact. <h3 class=fn>bool <a name="autoRepeat-prop"></a>autoRepeat</h3> <p>This property holds whether autoRepeat is enabled. -<p>If autoRepeat is enabled then the <a href="ntqbutton.html#clicked">clicked</a>() signal is emitted at +<p>If autoRepeat is enabled then the <a href="tqbutton.html#clicked">clicked</a>() signal is emitted at regular intervals if the button is down. This property has no effect on toggle buttons. autoRepeat is off by default. @@ -427,7 +427,7 @@ arrow. <p>This property holds whether the push button is toggled. <p>This property should only be set for toggle push buttons. The default value is FALSE. -<p> <p>See also <a href="#on-prop">on</a>, <a href="ntqbutton.html#toggle">toggle</a>(), <a href="ntqbutton.html#toggled">toggled</a>(), and <a href="#toggleButton-prop">toggleButton</a>. +<p> <p>See also <a href="#on-prop">on</a>, <a href="tqbutton.html#toggle">toggle</a>(), <a href="tqbutton.html#toggled">toggled</a>(), and <a href="#toggleButton-prop">toggleButton</a>. <p>Set this property's value with <a href="#setOn">setOn</a>(). <h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="pixmap-prop"></a>pixmap</h3> @@ -436,7 +436,7 @@ default value is FALSE. this property will set the pixmap to be its own mask. The purpose of this is to draw transparent bitmaps which are important for toggle buttons, for example. -<p> <a href="ntqbutton.html#pixmap">pixmap</a>() returns 0 if no pixmap was set. +<p> <a href="tqbutton.html#pixmap">pixmap</a>() returns 0 if no pixmap was set. <p>Set this property's value with <a href="#setPixmap">setPixmap</a>() and get this property's value with <a href="#pixmap">pixmap</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-prop"></a>text</h3> @@ -454,7 +454,7 @@ defined by the text. <p>This property holds whether the button is a toggle button. <p>Toggle buttons have an on/off state similar to <a href="tqcheckbox.html">check boxes.</a> A push button is initially not a toggle button. -<p> <p>See also <a href="#on-prop">on</a>, <a href="ntqbutton.html#toggle">toggle</a>(), <a href="#toggleButton-prop">toggleButton</a>, and <a href="ntqbutton.html#toggled">toggled</a>(). +<p> <p>See also <a href="#on-prop">on</a>, <a href="tqbutton.html#toggle">toggle</a>(), <a href="#toggleButton-prop">toggleButton</a>, and <a href="tqbutton.html#toggled">toggled</a>(). <p>Set this property's value with <a href="#setToggleButton">setToggleButton</a>(). <!-- eof --> diff --git a/doc/html/tqradiobutton-h.html b/doc/html/tqradiobutton-h.html index a577ac915..04e9b549e 100644 --- a/doc/html/tqradiobutton-h.html +++ b/doc/html/tqradiobutton-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQRADIOBUTTON_H #ifndef QT_H -#include "ntqbutton.h" +#include "tqbutton.h" #endif // QT_H #ifndef TQT_NO_RADIOBUTTON diff --git a/doc/html/tqradiobutton-members.html b/doc/html/tqradiobutton-members.html index 946967de1..b6e2bf551 100644 --- a/doc/html/tqradiobutton-members.html +++ b/doc/html/tqradiobutton-members.html @@ -36,12 +36,12 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqradiobutton.html#TQRadioButton">TQRadioButton</a>() -<li><a href="ntqbutton.html#accel">accel</a>() +<li><a href="tqbutton.html#accel">accel</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqbutton.html#animateClick">animateClick</a>() +<li><a href="tqbutton.html#animateClick">animateClick</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() -<li><a href="ntqbutton.html#autoRepeat">autoRepeat</a>() +<li><a href="tqbutton.html#autoRepeat">autoRepeat</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() <li><a href="tqwidget.html#backgroundMode">backgroundMode</a>() @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqbutton.html#clicked">clicked</a>() +<li><a href="tqbutton.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() @@ -83,8 +83,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqbutton.html#drawButton">drawButton</a>() -<li><a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>() +<li><a href="tqbutton.html#drawButton">drawButton</a>() +<li><a href="tqbutton.html#drawButtonLabel">drawButtonLabel</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -115,7 +115,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqbutton.html#group">group</a>() +<li><a href="tqbutton.html#group">group</a>() <li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() @@ -125,7 +125,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() -<li><a href="ntqbutton.html#hitButton">hitButton</a>() +<li><a href="tqbutton.html#hitButton">hitButton</a>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -140,11 +140,11 @@ body { background: #ffffff; color: black; } <li><a href="tqradiobutton.html#isChecked">isChecked</a>() <li><a href="tqwidget.html#isDesktop">isDesktop</a>() <li><a href="tqwidget.html#isDialog">isDialog</a>() -<li><a href="ntqbutton.html#isDown">isDown</a>() +<li><a href="tqbutton.html#isDown">isDown</a>() <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() +<li><a href="tqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() <li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() @@ -153,10 +153,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() -<li><a href="ntqbutton.html#isOn">isOn</a>() +<li><a href="tqbutton.html#isOn">isOn</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqbutton.html#isToggleButton">isToggleButton</a>() +<li><a href="tqbutton.html#isToggleButton">isToggleButton</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() @@ -201,7 +201,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqbutton.html#paintEvent">paintEvent</a>() +<li><a href="tqbutton.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -210,10 +210,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqbutton.html#pixmap">pixmap</a>() +<li><a href="tqbutton.html#pixmap">pixmap</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqbutton.html#pressed">pressed</a>() +<li><a href="tqbutton.html#pressed">pressed</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -221,7 +221,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqbutton.html#released">released</a>() +<li><a href="tqbutton.html#released">released</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="tqwidget.html#repaint">repaint</a>() @@ -231,11 +231,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() -<li><a href="ntqbutton.html#setAccel">setAccel</a>() +<li><a href="tqbutton.html#setAccel">setAccel</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() -<li><a href="ntqbutton.html#setAutoRepeat">setAutoRepeat</a>() +<li><a href="tqbutton.html#setAutoRepeat">setAutoRepeat</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() @@ -245,7 +245,7 @@ body { background: #ffffff; color: black; } <li><a href="tqradiobutton.html#setChecked">setChecked</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqbutton.html#setDown">setDown</a>() +<li><a href="tqbutton.html#setDown">setDown</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() @@ -272,22 +272,22 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqbutton.html#setOn">setOn</a>() +<li><a href="tqbutton.html#setOn">setOn</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqbutton.html#setPixmap">setPixmap</a>() +<li><a href="tqbutton.html#setPixmap">setPixmap</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() -<li><a href="ntqbutton.html#setState">setState</a>() +<li><a href="tqbutton.html#setState">setState</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqbutton.html#setText">setText</a>() -<li><a href="ntqbutton.html#setToggleButton">setToggleButton</a>() -<li><a href="ntqbutton.html#setToggleType">setToggleType</a>() +<li><a href="tqbutton.html#setText">setText</a>() +<li><a href="tqbutton.html#setToggleButton">setToggleButton</a>() +<li><a href="tqbutton.html#setToggleType">setToggleType</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() @@ -305,17 +305,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() -<li><a href="ntqbutton.html#state">state</a>() -<li><a href="ntqbutton.html#stateChanged">stateChanged</a>() +<li><a href="tqbutton.html#state">state</a>() +<li><a href="tqbutton.html#stateChanged">stateChanged</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqbutton.html#text">text</a>() +<li><a href="tqbutton.html#text">text</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqbutton.html#toggle">toggle</a>() -<li><a href="ntqbutton.html#toggleType">toggleType</a>() -<li><a href="ntqbutton.html#toggled">toggled</a>() +<li><a href="tqbutton.html#toggle">toggle</a>() +<li><a href="tqbutton.html#toggleType">toggleType</a>() +<li><a href="tqbutton.html#toggled">toggled</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() diff --git a/doc/html/tqradiobutton.html b/doc/html/tqradiobutton.html index 26ea08f75..9c3580fe3 100644 --- a/doc/html/tqradiobutton.html +++ b/doc/html/tqradiobutton.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQRadioButton widget provides a radio button with a text or pixmap label. <a href="#details">More...</a> <p><tt>#include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>></tt> -<p>Inherits <a href="ntqbutton.html">TQButton</a>. +<p>Inherits <a href="tqbutton.html">TQButton</a>. <p><a href="tqradiobutton-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -89,14 +89,14 @@ define "many of many" choices, whereas radio buttons provide a button at a time can be checked; if the user selects another button, the previously selected button is switched off. <p> The easiest way to implement a "one of many" choice is simply to -put the radio buttons into <a href="ntqbuttongroup.html">TQButtonGroup</a>. +put the radio buttons into <a href="tqbuttongroup.html">TQButtonGroup</a>. <p> Whenever a button is switched on or off it emits the signal -<a href="ntqbutton.html#toggled">toggled</a>(). Connect to this signal if you want to trigger an action +<a href="tqbutton.html#toggled">toggled</a>(). Connect to this signal if you want to trigger an action each time the button changes state. Otherwise, use <a href="#isChecked">isChecked</a>() to see if a particular button is selected. <p> Just like <a href="tqpushbutton.html">TQPushButton</a>, a radio button can display text or a -pixmap. The text can be set in the constructor or with <a href="ntqbutton.html#setText">setText</a>(); -the pixmap is set with <a href="ntqbutton.html#setPixmap">setPixmap</a>(). +pixmap. The text can be set in the constructor or with <a href="tqbutton.html#setText">setText</a>(); +the pixmap is set with <a href="tqbutton.html#setPixmap">setPixmap</a>(). <p> <img src=tqradiobt-m.png> <img src=tqradiobt-w.png> <p> <p> <p>See also <a href="tqpushbutton.html">TQPushButton</a>, <a href="tqtoolbutton.html">TQToolButton</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Radio Button</a>, and <a href="basic.html">Basic Widgets</a>. @@ -116,108 +116,108 @@ constructor. <h3 class=fn><a href="ntqkeysequence.html">TQKeySequence</a> <a name="accel"></a>TQButton::accel () const </h3><p>Returns the accelerator associated with the button. -See the <a href="ntqbutton.html#accel-prop">"accel"</a> property for details. +See the <a href="tqbutton.html#accel-prop">"accel"</a> property for details. <h3 class=fn>bool <a name="autoRepeat"></a>TQButton::autoRepeat () const </h3><p>Returns TRUE if autoRepeat is enabled; otherwise returns FALSE. -See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. +See the <a href="tqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. <h3 class=fn>void <a name="clicked"></a>TQButton::clicked ()<tt> [signal]</tt> </h3> <p> This signal is emitted when the button is activated (i.e. first pressed down and then released when the mouse cursor is inside the -button), when the accelerator key is typed or when <a href="ntqbutton.html#animateClick">animateClick</a>() -is called. This signal is <em>not</em> emitted if you call <a href="ntqbutton.html#setDown">setDown</a>(). -<p> The <a href="ntqbuttongroup.html#clicked">TQButtonGroup::clicked</a>() signal does the same job, if you want +button), when the accelerator key is typed or when <a href="tqbutton.html#animateClick">animateClick</a>() +is called. This signal is <em>not</em> emitted if you call <a href="tqbutton.html#setDown">setDown</a>(). +<p> The <a href="tqbuttongroup.html#clicked">TQButtonGroup::clicked</a>() signal does the same job, if you want to connect several buttons to the same slot. <p> <b>Warning:</b> Don't launch a model dialog in response to this signal -for a button that has <a href="ntqbutton.html#autoRepeat-prop">autoRepeat</a> turned on. -<p> <p>See also <a href="ntqbutton.html#pressed">pressed</a>(), <a href="ntqbutton.html#released">released</a>(), <a href="ntqbutton.html#toggled">toggled</a>(), <a href="ntqbutton.html#autoRepeat-prop">autoRepeat</a>, and <a href="ntqbutton.html#down-prop">down</a>. +for a button that has <a href="tqbutton.html#autoRepeat-prop">autoRepeat</a> turned on. +<p> <p>See also <a href="tqbutton.html#pressed">pressed</a>(), <a href="tqbutton.html#released">released</a>(), <a href="tqbutton.html#toggled">toggled</a>(), <a href="tqbutton.html#autoRepeat-prop">autoRepeat</a>, and <a href="tqbutton.html#down-prop">down</a>. <p>Examples: <a href="tutorial2-08.html#x2596">chart/setdataform.cpp</a>, <a href="listbox-example.html#x1426">listbox/listbox.cpp</a>, <a href="clientserver-example.html#x792">network/clientserver/client/client.cpp</a>, <a href="progressbar-example.html#x962">progressbar/progressbar.cpp</a>, <a href="richtext-example.html#x462">richtext/richtext.cpp</a>, <a href="tutorial1-02.html#x2290">t2/main.cpp</a>, and <a href="tutorial1-04.html#x2306">t4/main.cpp</a>. -<h3 class=fn><a href="ntqbuttongroup.html">TQButtonGroup</a> * <a name="group"></a>TQButton::group () const +<h3 class=fn><a href="tqbuttongroup.html">TQButtonGroup</a> * <a name="group"></a>TQButton::group () const </h3> Returns the group that this button belongs to. -<p> If the button is not a member of any <a href="ntqbuttongroup.html">TQButtonGroup</a>, this function +<p> If the button is not a member of any <a href="tqbuttongroup.html">TQButtonGroup</a>, this function returns 0. -<p> <p>See also <a href="ntqbuttongroup.html">TQButtonGroup</a>. +<p> <p>See also <a href="tqbuttongroup.html">TQButtonGroup</a>. <h3 class=fn>bool <a name="isChecked"></a>TQRadioButton::isChecked () const </h3><p>Returns TRUE if the radio button is checked; otherwise returns FALSE. See the <a href="tqradiobutton.html#checked-prop">"checked"</a> property for details. <h3 class=fn>bool <a name="isDown"></a>TQButton::isDown () const </h3><p>Returns TRUE if the button is pressed; otherwise returns FALSE. -See the <a href="ntqbutton.html#down-prop">"down"</a> property for details. +See the <a href="tqbutton.html#down-prop">"down"</a> property for details. <h3 class=fn>bool <a name="isExclusiveToggle"></a>TQButton::isExclusiveToggle () const </h3><p>Returns TRUE if the button is an exclusive toggle; otherwise returns FALSE. -See the <a href="ntqbutton.html#exclusiveToggle-prop">"exclusiveToggle"</a> property for details. +See the <a href="tqbutton.html#exclusiveToggle-prop">"exclusiveToggle"</a> property for details. <h3 class=fn>bool <a name="isOn"></a>TQButton::isOn () const </h3><p>Returns TRUE if the button is toggled; otherwise returns FALSE. -See the <a href="ntqbutton.html#on-prop">"on"</a> property for details. +See the <a href="tqbutton.html#on-prop">"on"</a> property for details. <h3 class=fn>bool <a name="isToggleButton"></a>TQButton::isToggleButton () const </h3><p>Returns TRUE if the button is a toggle button; otherwise returns FALSE. -See the <a href="ntqbutton.html#toggleButton-prop">"toggleButton"</a> property for details. +See the <a href="tqbutton.html#toggleButton-prop">"toggleButton"</a> property for details. <h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQButton::pixmap () const </h3><p>Returns the pixmap shown on the button. -See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. +See the <a href="tqbutton.html#pixmap-prop">"pixmap"</a> property for details. <h3 class=fn>void <a name="pressed"></a>TQButton::pressed ()<tt> [signal]</tt> </h3> <p> This signal is emitted when the button is pressed down. -<p> <p>See also <a href="ntqbutton.html#released">released</a>() and <a href="ntqbutton.html#clicked">clicked</a>(). +<p> <p>See also <a href="tqbutton.html#released">released</a>() and <a href="tqbutton.html#clicked">clicked</a>(). <p>Examples: <a href="httpd-example.html#x724">network/httpd/httpd.cpp</a> and <a href="popup-example.html#x1606">popup/popup.cpp</a>. <h3 class=fn>void <a name="released"></a>TQButton::released ()<tt> [signal]</tt> </h3> <p> This signal is emitted when the button is released. -<p> <p>See also <a href="ntqbutton.html#pressed">pressed</a>(), <a href="ntqbutton.html#clicked">clicked</a>(), and <a href="ntqbutton.html#toggled">toggled</a>(). +<p> <p>See also <a href="tqbutton.html#pressed">pressed</a>(), <a href="tqbutton.html#clicked">clicked</a>(), and <a href="tqbutton.html#toggled">toggled</a>(). <h3 class=fn>void <a name="setAccel"></a>TQButton::setAccel ( const <a href="ntqkeysequence.html">TQKeySequence</a> & )<tt> [virtual]</tt> </h3><p>Sets the accelerator associated with the button. -See the <a href="ntqbutton.html#accel-prop">"accel"</a> property for details. +See the <a href="tqbutton.html#accel-prop">"accel"</a> property for details. <h3 class=fn>void <a name="setAutoRepeat"></a>TQButton::setAutoRepeat ( bool )<tt> [virtual]</tt> </h3><p>Sets whether autoRepeat is enabled. -See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. +See the <a href="tqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. <h3 class=fn>void <a name="setChecked"></a>TQRadioButton::setChecked ( bool check )<tt> [virtual slot]</tt> </h3><p>Sets whether the radio button is checked to <em>check</em>. See the <a href="tqradiobutton.html#checked-prop">"checked"</a> property for details. <h3 class=fn>void <a name="setDown"></a>TQButton::setDown ( bool )<tt> [virtual]</tt> </h3><p>Sets whether the button is pressed. -See the <a href="ntqbutton.html#down-prop">"down"</a> property for details. +See the <a href="tqbutton.html#down-prop">"down"</a> property for details. <h3 class=fn>void <a name="setPixmap"></a>TQButton::setPixmap ( const <a href="tqpixmap.html">TQPixmap</a> & )<tt> [virtual]</tt> </h3><p>Sets the pixmap shown on the button. -See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. +See the <a href="tqbutton.html#pixmap-prop">"pixmap"</a> property for details. <h3 class=fn>void <a name="setText"></a>TQButton::setText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual]</tt> </h3><p>Sets the text shown on the button. -See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. -<h3 class=fn><a href="ntqbutton.html#ToggleState-enum">ToggleState</a> <a name="state"></a>TQButton::state () const +See the <a href="tqbutton.html#text-prop">"text"</a> property for details. +<h3 class=fn><a href="tqbutton.html#ToggleState-enum">ToggleState</a> <a name="state"></a>TQButton::state () const </h3><p>Returns the state of the toggle button. -See the <a href="ntqbutton.html#toggleState-prop">"toggleState"</a> property for details. +See the <a href="tqbutton.html#toggleState-prop">"toggleState"</a> property for details. <h3 class=fn>void <a name="stateChanged"></a>TQButton::stateChanged ( int state )<tt> [signal]</tt> </h3> -<p> This signal is emitted whenever a toggle button changes state. <em>state</em> is <a href="ntqbutton.html#ToggleState-enum">On</a> if the button is on, <a href="ntqbutton.html#ToggleState-enum">NoChange</a> if it is in the -<a href="tqcheckbox.html#setTristate">"no change" state</a> or <a href="ntqbutton.html#ToggleState-enum">Off</a> +<p> This signal is emitted whenever a toggle button changes state. <em>state</em> is <a href="tqbutton.html#ToggleState-enum">On</a> if the button is on, <a href="tqbutton.html#ToggleState-enum">NoChange</a> if it is in the +<a href="tqcheckbox.html#setTristate">"no change" state</a> or <a href="tqbutton.html#ToggleState-enum">Off</a> if the button is off. -<p> This may be the result of a user action, <a href="ntqbutton.html#toggle">toggle</a>() slot activation, -<a href="ntqbutton.html#setState">setState</a>(), or because <a href="ntqbutton.html#setOn">setOn</a>() was called. -<p> <p>See also <a href="ntqbutton.html#clicked">clicked</a>() and <a href="ntqbutton.html#ToggleState-enum">TQButton::ToggleState</a>. +<p> This may be the result of a user action, <a href="tqbutton.html#toggle">toggle</a>() slot activation, +<a href="tqbutton.html#setState">setState</a>(), or because <a href="tqbutton.html#setOn">setOn</a>() was called. +<p> <p>See also <a href="tqbutton.html#clicked">clicked</a>() and <a href="tqbutton.html#ToggleState-enum">TQButton::ToggleState</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQButton::text () const </h3><p>Returns the text shown on the button. -See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. +See the <a href="tqbutton.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="toggle"></a>TQButton::toggle ()<tt> [slot]</tt> </h3> Toggles the state of a toggle button. -<p> <p>See also <a href="ntqbutton.html#on-prop">on</a>, <a href="ntqbutton.html#setOn">setOn</a>(), <a href="ntqbutton.html#toggled">toggled</a>(), and <a href="ntqbutton.html#toggleButton-prop">toggleButton</a>. +<p> <p>See also <a href="tqbutton.html#on-prop">on</a>, <a href="tqbutton.html#setOn">setOn</a>(), <a href="tqbutton.html#toggled">toggled</a>(), and <a href="tqbutton.html#toggleButton-prop">toggleButton</a>. <h3 class=fn>void <a name="toggled"></a>TQButton::toggled ( bool on )<tt> [signal]</tt> </h3> <p> This signal is emitted whenever a toggle button changes status. <em>on</em> is TRUE if the button is on, or FALSE if the button is off. -<p> This may be the result of a user action, <a href="ntqbutton.html#toggle">toggle</a>() slot activation, -or because <a href="ntqbutton.html#setOn">setOn</a>() was called. -<p> <p>See also <a href="ntqbutton.html#clicked">clicked</a>(). +<p> This may be the result of a user action, <a href="tqbutton.html#toggle">toggle</a>() slot activation, +or because <a href="tqbutton.html#setOn">setOn</a>() was called. +<p> <p>See also <a href="tqbutton.html#clicked">clicked</a>(). <p>Example: <a href="listbox-example.html#x1427">listbox/listbox.cpp</a>. <hr><h2>Property Documentation</h2> @@ -233,7 +233,7 @@ property to 0 then any current accelerator is removed. <h3 class=fn>bool <a name="autoRepeat-prop"></a>autoRepeat</h3> <p>This property holds whether autoRepeat is enabled. -<p>If autoRepeat is enabled then the <a href="ntqbutton.html#clicked">clicked</a>() signal is emitted at +<p>If autoRepeat is enabled then the <a href="tqbutton.html#clicked">clicked</a>() signal is emitted at regular intervals if the button is down. This property has no effect on toggle buttons. autoRepeat is off by default. @@ -241,7 +241,7 @@ effect on toggle buttons. autoRepeat is off by default. <h3 class=fn>bool <a name="checked-prop"></a>checked</h3> <p>This property holds whether the radio button is checked. <p>This property will not effect any other radio buttons unless they -have been placed in the same <a href="ntqbuttongroup.html">TQButtonGroup</a>. The default value is +have been placed in the same <a href="tqbuttongroup.html">TQButtonGroup</a>. The default value is FALSE (unchecked). <p>Set this property's value with <a href="#setChecked">setChecked</a>() and get this property's value with <a href="#isChecked">isChecked</a>(). @@ -251,7 +251,7 @@ FALSE (unchecked). this property will set the pixmap to be its own mask. The purpose of this is to draw transparent bitmaps which are important for toggle buttons, for example. -<p> <a href="ntqbutton.html#pixmap">pixmap</a>() returns 0 if no pixmap was set. +<p> <a href="tqbutton.html#pixmap">pixmap</a>() returns 0 if no pixmap was set. <p>Set this property's value with <a href="#setPixmap">setPixmap</a>() and get this property's value with <a href="#pixmap">pixmap</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-prop"></a>text</h3> diff --git a/doc/html/tqscrollview-h.html b/doc/html/tqscrollview-h.html index d03e1802d..3bc6018f5 100644 --- a/doc/html/tqscrollview-h.html +++ b/doc/html/tqscrollview-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #define TQSCROLLVIEW_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #include "tqscrollbar.h" #endif // QT_H diff --git a/doc/html/tqscrollview-members.html b/doc/html/tqscrollview-members.html index 34b2f7fbc..153ff93b2 100644 --- a/doc/html/tqscrollview-members.html +++ b/doc/html/tqscrollview-members.html @@ -85,7 +85,7 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() <li><a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() <li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() <li><a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() <li><a href="tqscrollview.html#contentsWidth">contentsWidth</a>() @@ -108,7 +108,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqscrollview.html#drawContents">drawContents</a>() <li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -135,14 +135,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -203,7 +203,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqscrollview.html#leftMargin">leftMargin</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -212,14 +212,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -238,7 +238,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -264,7 +264,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqscrollview.html#resizeContents">resizeContents</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqscrollview.html#rightMargin">rightMargin</a>() <li><a href="tqwidget.html#scroll">scroll</a>() @@ -294,10 +294,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() <li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() @@ -306,15 +306,15 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/tqscrollview.html b/doc/html/tqscrollview.html index d78a7ffa6..73980e737 100644 --- a/doc/html/tqscrollview.html +++ b/doc/html/tqscrollview.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQScrollView widget provides a scrolling area with on-demand scroll bars. <a href="#details">More...</a> <p><tt>#include <<a href="tqscrollview-h.html">tqscrollview.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. -<p>Inherited by <a href="tqcanvasview.html">TQCanvasView</a>, <a href="ntqtable.html">TQTable</a>, <a href="ntqgridview.html">TQGridView</a>, <a href="tqiconview.html">TQIconView</a>, <a href="ntqlistbox.html">TQListBox</a>, <a href="ntqlistview.html">TQListView</a>, and <a href="tqtextedit.html">TQTextEdit</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. +<p>Inherited by <a href="tqcanvasview.html">TQCanvasView</a>, <a href="tqtable.html">TQTable</a>, <a href="tqgridview.html">TQGridView</a>, <a href="tqiconview.html">TQIconView</a>, <a href="tqlistbox.html">TQListBox</a>, <a href="tqlistview.html">TQListView</a>, and <a href="tqtextedit.html">TQTextEdit</a>. <p><a href="tqscrollview-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -428,28 +428,28 @@ This event handler is called whenever the TQScrollView receives a <a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>(): the drag position is translated to be a point on the contents. -<p>Reimplemented in <a href="ntqtable.html#contentsDragEnterEvent">TQTable</a>. +<p>Reimplemented in <a href="tqtable.html#contentsDragEnterEvent">TQTable</a>. <h3 class=fn>void <a name="contentsDragLeaveEvent"></a>TQScrollView::contentsDragLeaveEvent ( <a href="tqdragleaveevent.html">TQDragLeaveEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler is called whenever the TQScrollView receives a <a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>(): the drag position is translated to be a point on the contents. -<p>Reimplemented in <a href="ntqtable.html#contentsDragLeaveEvent">TQTable</a>. +<p>Reimplemented in <a href="tqtable.html#contentsDragLeaveEvent">TQTable</a>. <h3 class=fn>void <a name="contentsDragMoveEvent"></a>TQScrollView::contentsDragMoveEvent ( <a href="tqdragmoveevent.html">TQDragMoveEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler is called whenever the TQScrollView receives a <a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>(): the drag position is translated to be a point on the contents. -<p>Reimplemented in <a href="ntqtable.html#contentsDragMoveEvent">TQTable</a>. +<p>Reimplemented in <a href="tqtable.html#contentsDragMoveEvent">TQTable</a>. <h3 class=fn>void <a name="contentsDropEvent"></a>TQScrollView::contentsDropEvent ( <a href="tqdropevent.html">TQDropEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler is called whenever the TQScrollView receives a <a href="tqwidget.html#dropEvent">dropEvent</a>(): the drop position is translated to be a point on the contents. -<p>Reimplemented in <a href="ntqtable.html#contentsDropEvent">TQTable</a>. +<p>Reimplemented in <a href="tqtable.html#contentsDropEvent">TQTable</a>. <h3 class=fn>int <a name="contentsHeight"></a>TQScrollView::contentsHeight () const </h3><p>Returns the height of the contents area. See the <a href="tqscrollview.html#contentsHeight-prop">"contentsHeight"</a> property for details. @@ -460,7 +460,7 @@ This event handler is called whenever the TQScrollView receives a point on the contents. <p> The default implementation generates a normal mouse press event. -<p>Reimplemented in <a href="ntqlistview.html#contentsMouseDoubleClickEvent">TQListView</a>. +<p>Reimplemented in <a href="tqlistview.html#contentsMouseDoubleClickEvent">TQListView</a>. <h3 class=fn>void <a name="contentsMouseMoveEvent"></a>TQScrollView::contentsMouseMoveEvent ( <a href="qmouseevent.html">TQMouseEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler is called whenever the TQScrollView receives a @@ -468,7 +468,7 @@ This event handler is called whenever the TQScrollView receives a on the contents. <p>Examples: <a href="canvas-example.html#x2950">canvas/canvas.cpp</a> and <a href="tutorial2-06.html#x2585">chart/canvasview.cpp</a>. -<p>Reimplemented in <a href="ntqlistview.html#contentsMouseMoveEvent">TQListView</a>. +<p>Reimplemented in <a href="tqlistview.html#contentsMouseMoveEvent">TQListView</a>. <h3 class=fn>void <a name="contentsMousePressEvent"></a>TQScrollView::contentsMousePressEvent ( <a href="qmouseevent.html">TQMouseEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler is called whenever the TQScrollView receives a @@ -476,14 +476,14 @@ This event handler is called whenever the TQScrollView receives a on the contents. <p>Examples: <a href="canvas-example.html#x2951">canvas/canvas.cpp</a> and <a href="tutorial2-06.html#x2586">chart/canvasview.cpp</a>. -<p>Reimplemented in <a href="ntqlistview.html#contentsMousePressEvent">TQListView</a>. +<p>Reimplemented in <a href="tqlistview.html#contentsMousePressEvent">TQListView</a>. <h3 class=fn>void <a name="contentsMouseReleaseEvent"></a>TQScrollView::contentsMouseReleaseEvent ( <a href="qmouseevent.html">TQMouseEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler is called whenever the TQScrollView receives a <a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>(): the release position in <em>e</em> is translated to be a point on the contents. -<p>Reimplemented in <a href="ntqlistview.html#contentsMouseReleaseEvent">TQListView</a>. +<p>Reimplemented in <a href="tqlistview.html#contentsMouseReleaseEvent">TQListView</a>. <h3 class=fn>void <a name="contentsMoving"></a>TQScrollView::contentsMoving ( int x, int y )<tt> [signal]</tt> </h3> @@ -558,7 +558,7 @@ rectangle is in the scrollview's coordinates. set appropriately. <p>Example: <a href="tqdir-example.html#x1837">tqdir/tqdir.cpp</a>. -<p>Reimplemented in <a href="tqcanvasview.html#drawContents">TQCanvasView</a> and <a href="ntqtable.html#drawContents">TQTable</a>. +<p>Reimplemented in <a href="tqcanvasview.html#drawContents">TQCanvasView</a> and <a href="tqtable.html#drawContents">TQTable</a>. <h3 class=fn>void <a name="drawContentsOffset"></a>TQScrollView::drawContentsOffset ( <a href="tqpainter.html">TQPainter</a> * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph )<tt> [virtual protected]</tt> </h3> For backward-compatibility only. It is easier to use @@ -567,7 +567,7 @@ For backward-compatibility only. It is easier to use and calls drawContents(TQPainter*,int,int,int,int). See drawContents() for an explanation of the parameters <em>p</em>, <em>offsetx</em>, <em>offsety</em>, <em>clipx</em>, <em>clipy</em>, <em>clipw</em> and <em>cliph</em>. -<p>Reimplemented in <a href="ntqlistview.html#drawContentsOffset">TQListView</a>. +<p>Reimplemented in <a href="tqlistview.html#drawContentsOffset">TQListView</a>. <h3 class=fn>void <a name="enableClipper"></a>TQScrollView::enableClipper ( bool y ) </h3> When a large numbers of child widgets are in a scrollview, @@ -599,7 +599,7 @@ passes mouse events to the TQScrollView. The event is in <em>e</em> and the object is in <em>obj</em>. <p>Reimplemented from <a href="tqobject.html#eventFilter">TQObject</a>. -<p>Reimplemented in <a href="ntqlistview.html#eventFilter">TQListView</a>. +<p>Reimplemented in <a href="tqlistview.html#eventFilter">TQListView</a>. <h3 class=fn><a href="tqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> <a name="hScrollBarMode"></a>TQScrollView::hScrollBarMode () const </h3><p>Returns the mode for the horizontal scroll bar. See the <a href="tqscrollview.html#hScrollBarMode-prop">"hScrollBarMode"</a> property for details. @@ -729,10 +729,10 @@ See the <a href="tqscrollview.html#hScrollBarMode-prop">"hScrollBarMode"</a> pro </h3> Sets the margins around the scrolling area to <em>left</em>, <em>top</em>, <em>right</em> and <em>bottom</em>. This is useful for applications such as spreadsheets with "locked" rows and columns. The marginal space is -<em>inside</em> the <a href="ntqframe.html#frameRect">frameRect</a>() and is left blank; reimplement -<a href="ntqframe.html#drawFrame">drawFrame</a>() or put widgets in the unused area. +<em>inside</em> the <a href="tqframe.html#frameRect">frameRect</a>() and is left blank; reimplement +<a href="tqframe.html#drawFrame">drawFrame</a>() or put widgets in the unused area. <p> By default all margins are zero. -<p> <p>See also <a href="ntqframe.html#frameChanged">frameChanged</a>(). +<p> <p>See also <a href="tqframe.html#frameChanged">frameChanged</a>(). <h3 class=fn>void <a name="setResizePolicy"></a>TQScrollView::setResizePolicy ( <a href="tqscrollview.html#ResizePolicy-enum">ResizePolicy</a> )<tt> [virtual]</tt> </h3><p>Sets the resize policy. diff --git a/doc/html/tqsqlpropertymap.html b/doc/html/tqsqlpropertymap.html index 434623d1d..4bbcc408d 100644 --- a/doc/html/tqsqlpropertymap.html +++ b/doc/html/tqsqlpropertymap.html @@ -124,7 +124,7 @@ new default map.) <a href="tqradiobutton.html">TQRadioButton</a> <td valign="top">checked <tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqcombobox.html">TQComboBox</a>, -<a href="ntqlistbox.html">TQListBox</a> +<a href="tqlistbox.html">TQListBox</a> <td valign="top">currentItem <tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqdateedit.html">TQDateEdit</a> <td valign="top">date @@ -132,11 +132,11 @@ new default map.) <td valign="top">dateTime <tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqtextbrowser.html">TQTextBrowser</a> <td valign="top">source -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqbutton.html">TQButton</a>, +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqbutton.html">TQButton</a>, <a href="tqdial.html">TQDial</a>, <a href="tqlabel.html">TQLabel</a>, <a href="tqlineedit.html">TQLineEdit</a>, -<a href="ntqmultilineedit.html">TQMultiLineEdit</a>, +<a href="tqmultilineedit.html">TQMultiLineEdit</a>, <a href="tqpushbutton.html">TQPushButton</a>, <a href="tqtextedit.html">TQTextEdit</a>, <td valign="top">text diff --git a/doc/html/tqstatusbar.html b/doc/html/tqstatusbar.html index 5767bb1c3..5257e5b43 100644 --- a/doc/html/tqstatusbar.html +++ b/doc/html/tqstatusbar.html @@ -102,7 +102,7 @@ one that has a time limit: <p> <em>Normal</em> and <em>Permanent</em> messages are displayed by creating a small widget and then adding it to the status bar with -<a href="#addWidget">addWidget</a>(). Widgets like <a href="tqlabel.html">TQLabel</a>, <a href="ntqprogressbar.html">TQProgressBar</a> or even <a href="tqtoolbutton.html">TQToolButton</a> +<a href="#addWidget">addWidget</a>(). Widgets like <a href="tqlabel.html">TQLabel</a>, <a href="tqprogressbar.html">TQProgressBar</a> or even <a href="tqtoolbutton.html">TQToolButton</a> are useful for adding to status bars. <a href="#removeWidget">removeWidget</a>() is used to remove widgets. <p> <pre> diff --git a/doc/html/tqstyle.html b/doc/html/tqstyle.html index 010510c20..8897dad13 100644 --- a/doc/html/tqstyle.html +++ b/doc/html/tqstyle.html @@ -191,10 +191,10 @@ of a TQPushButton. <li><tt>TQStyle::CE_CheckBoxLabel</tt> - the label (text or pixmap) of a TQCheckBox. <li><tt>TQStyle::CE_RadioButton</tt> - the indicator of a <a href="tqradiobutton.html">TQRadioButton</a>. <li><tt>TQStyle::CE_RadioButtonLabel</tt> - the label (text or pixmap) of a TQRadioButton. -<li><tt>TQStyle::CE_TabBarTab</tt> - the tab within a <a href="ntqtabbar.html">TQTabBar</a> (a <a href="qtab.html">TQTab</a>). +<li><tt>TQStyle::CE_TabBarTab</tt> - the tab within a <a href="tqtabbar.html">TQTabBar</a> (a <a href="tqtab.html">TQTab</a>). <li><tt>TQStyle::CE_TabBarLabel</tt> - the label within a TQTab. <li><tt>TQStyle::CE_ProgressBarGroove</tt> - the groove where the progress -indicator is drawn in a <a href="ntqprogressbar.html">TQProgressBar</a>. +indicator is drawn in a <a href="tqprogressbar.html">TQProgressBar</a>. <li><tt>TQStyle::CE_ProgressBarContents</tt> - the progress indicator of a TQProgressBar. <li><tt>TQStyle::CE_ProgressBarLabel</tt> - the text label of a TQProgressBar. <li><tt>TQStyle::CE_PopupMenuItem</tt> - a menu item in a <a href="tqpopupmenu.html">TQPopupMenu</a>. @@ -335,7 +335,7 @@ toolbar contents. <li><tt>TQStyle::PE_DockWindowResizeHandle</tt> - resize handle for dock windows. <li><tt>TQStyle::PE_Splitter</tt> - splitter handle; see also <a href="ntqsplitter.html">TQSplitter</a>. </ul><p> <ul> -<li><tt>TQStyle::PE_Panel</tt> - generic panel frame; see also <a href="ntqframe.html">TQFrame</a>. +<li><tt>TQStyle::PE_Panel</tt> - generic panel frame; see also <a href="tqframe.html">TQFrame</a>. <li><tt>TQStyle::PE_PanelPopup</tt> - panel frame for popup windows/menus; see also <a href="tqpopupmenu.html">TQPopupMenu</a>. <li><tt>TQStyle::PE_PanelMenuBar</tt> - panel frame for menu bars. @@ -344,10 +344,10 @@ toolbar contents. <li><tt>TQStyle::PE_PanelLineEdit</tt> - panel frame for line edits. <li><tt>TQStyle::PE_PanelGroupBox</tt> - panel frame for group boxes. <li><tt>TQStyle::PE_TabBarBase</tt> - area below tabs in a tab widget, for example, -<a href="qtab.html">TQTab</a>. +<a href="tqtab.html">TQTab</a>. </ul><p> <ul> <li><tt>TQStyle::PE_HeaderSection</tt> - section of a list or table header; see also -<a href="ntqheader.html">TQHeader</a>. +<a href="tqheader.html">TQHeader</a>. <li><tt>TQStyle::PE_HeaderArrow</tt> - arrow used to indicate sorting on a list or table header <li><tt>TQStyle::PE_StatusBarSection</tt> - section of a status bar; see also @@ -373,7 +373,7 @@ header <li><tt>TQStyle::PE_ScrollBarLast</tt> - scrollbar last line indicator (i.e. end). </ul><p> <ul> <li><tt>TQStyle::PE_ProgressBarChunk</tt> - section of a progress bar indicator; see -also <a href="ntqprogressbar.html">TQProgressBar</a>. +also <a href="tqprogressbar.html">TQProgressBar</a>. <li><tt>TQStyle::PE_CheckListController</tt> - controller part of a listview item <li><tt>TQStyle::PE_CheckListIndicator</tt> - checkbox part of a listview item <li><tt>TQStyle::PE_CheckListExclusiveIndicator</tt> - radiobutton part of a listview item @@ -437,7 +437,7 @@ SubControl, the scrollbar continues to scroll. If FALSE, the scollbar stops scrolling when the pointer leaves the SubControl. <li><tt>TQStyle::SH_TabBar_Alignment</tt> - the alignment for tabs in a -<a href="ntqtabwidget.html">TQTabWidget</a>. Possible values are <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignCenter</a> and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignRight</a>. +<a href="tqtabwidget.html">TQTabWidget</a>. Possible values are <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignCenter</a> and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignRight</a>. <li><tt>TQStyle::SH_Header_ArrowAlignment</tt> - the placement of the sorting indicator may appear in list or table headers. Possible values are <a href="ntqt.html#Dock-enum">TQt::Left</a> or <a href="ntqt.html#Dock-enum">TQt::Right</a>. @@ -719,9 +719,9 @@ contain the mouse when auto-raise is enabled. <td valign="top"><a href="#StyleFlags-enum">Style_Enabled</a> <td valign="top">Set if the titlebar is enabled. <td valign="top">Unused. <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ComplexControl-enum">CC_ListView</a>(const <a href="ntqlistview.html">TQListView</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ComplexControl-enum">CC_ListView</a>(const <a href="tqlistview.html">TQListView</a> *) <td valign="top"><a href="#StyleFlags-enum">Style_Enabled</a> <td valign="top">Set if the titlebar is enabled. -<td valign="top"><a href="tqstyleoption.html">TQStyleOption</a> ( <a href="qlistviewitem.html">TQListViewItem</a> *item ) +<td valign="top"><a href="tqstyleoption.html">TQStyleOption</a> ( <a href="tqlistviewitem.html">TQListViewItem</a> *item ) <ul> <li> opt.<a href="tqstyleoption.html#listViewItem">listViewItem</a>() </ul> @@ -799,17 +799,17 @@ space bar is pressed on the button). <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StyleFlags-enum">Style_Off</a> <td valign="top">Set if the radiobutton is not checked. <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StyleFlags-enum">Style_Down</a> <td valign="top">Set if the radiobutton is down (i.e., the mouse button or space bar is pressed on the radiobutton). -<tr bgcolor="#d0d0d0"> <td valign="top" colspan="1" rowspan="2"> <a href="#ControlElement-enum">CE_TabBarTab</a>(const <a href="ntqtabbar.html">TQTabBar</a> *) +<tr bgcolor="#d0d0d0"> <td valign="top" colspan="1" rowspan="2"> <a href="#ControlElement-enum">CE_TabBarTab</a>(const <a href="tqtabbar.html">TQTabBar</a> *) <p> and -<p> <a href="#ControlElement-enum">CE_TabBarLabel</a>(const <a href="ntqtabbar.html">TQTabBar</a> *) +<p> <a href="#ControlElement-enum">CE_TabBarLabel</a>(const <a href="tqtabbar.html">TQTabBar</a> *) <p> <td valign="top"><a href="#StyleFlags-enum">Style_Enabled</a> <td valign="top">Set if the tabbar and tab is enabled. -<td valign="top" colspan="1" rowspan="2"> <a href="tqstyleoption.html">TQStyleOption</a> ( <a href="qtab.html">TQTab</a> *t ) +<td valign="top" colspan="1" rowspan="2"> <a href="tqstyleoption.html">TQStyleOption</a> ( <a href="tqtab.html">TQTab</a> *t ) <ul> <li> opt.<a href="tqstyleoption.html#tab">tab</a>() </ul> -<td valign="top" colspan="1" rowspan="2"> <em>t</em> is the <a href="qtab.html">TQTab</a> being drawn. +<td valign="top" colspan="1" rowspan="2"> <em>t</em> is the <a href="tqtab.html">TQTab</a> being drawn. <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StyleFlags-enum">Style_Selected</a> <td valign="top">Set if the tab is the current tab. -<tr bgcolor="#f0f0f0"> <td valign="top" colspan="1" rowspan="2"> <a href="#ControlElement-enum">CE_ProgressBarGroove</a>(const <a href="ntqprogressbar.html">TQProgressBar</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top" colspan="1" rowspan="2"> <a href="#ControlElement-enum">CE_ProgressBarGroove</a>(const <a href="tqprogressbar.html">TQProgressBar</a> *) <p> and <p> <a href="#ControlElement-enum">CE_ProgressBarContents</a>(const TQProgressBar *) <p> and @@ -949,9 +949,9 @@ When <em>opt</em> is non-default, it is used as follows: </ul> <td valign="top"><em>linewidth</em> is the line width for the group box. <tr bgcolor="#d0d0d0"> <td valign="top"><em>midlinewidth</em> is the mid-line width for the group box. -<tr bgcolor="#d0d0d0"> <td valign="top"><em>shape</em> is the <a href="ntqframe.html#frameShape-prop">frame shape</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><em>shape</em> is the <a href="tqframe.html#frameShape-prop">frame shape</a> for the group box. -<tr bgcolor="#d0d0d0"> <td valign="top"><em>shadow</em> is the <a href="ntqframe.html#frameShadow-prop">frame shadow</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><em>shadow</em> is the <a href="tqframe.html#frameShadow-prop">frame shadow</a> for the group box. </table></center> <p> For all other <a href="#PrimitiveElement-enum">PrimitiveElements</a>, <em>opt</em> is unused. @@ -990,11 +990,11 @@ casts: <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#PixelMetric-enum">PM_SliderLength</a> <td valign="top">(const <a href="tqslider.html">TQSlider</a> *) <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#PixelMetric-enum">PM_SliderTickmarkOffset</a> <td valign="top">(const <a href="tqslider.html">TQSlider</a> *) <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#PixelMetric-enum">PM_SliderSpaceAvailable</a> <td valign="top">(const <a href="tqslider.html">TQSlider</a> *) -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#PixelMetric-enum">PM_TabBarTabOverlap</a> <td valign="top">(const <a href="ntqtabbar.html">TQTabBar</a> *) -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#PixelMetric-enum">PM_TabBarTabHSpace</a> <td valign="top">(const <a href="ntqtabbar.html">TQTabBar</a> *) -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#PixelMetric-enum">PM_TabBarTabVSpace</a> <td valign="top">(const <a href="ntqtabbar.html">TQTabBar</a> *) -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#PixelMetric-enum">PM_TabBarBaseHeight</a> <td valign="top">(const <a href="ntqtabbar.html">TQTabBar</a> *) -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#PixelMetric-enum">PM_TabBarBaseOverlap</a> <td valign="top">(const <a href="ntqtabbar.html">TQTabBar</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#PixelMetric-enum">PM_TabBarTabOverlap</a> <td valign="top">(const <a href="tqtabbar.html">TQTabBar</a> *) +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#PixelMetric-enum">PM_TabBarTabHSpace</a> <td valign="top">(const <a href="tqtabbar.html">TQTabBar</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#PixelMetric-enum">PM_TabBarTabVSpace</a> <td valign="top">(const <a href="tqtabbar.html">TQTabBar</a> *) +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#PixelMetric-enum">PM_TabBarBaseHeight</a> <td valign="top">(const <a href="tqtabbar.html">TQTabBar</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#PixelMetric-enum">PM_TabBarBaseOverlap</a> <td valign="top">(const <a href="tqtabbar.html">TQTabBar</a> *) </table></center> <h3 class=fn>void <a name="polish"></a>TQStyle::polish ( <a href="tqwidget.html">TQWidget</a> * )<tt> [virtual]</tt> @@ -1093,7 +1093,7 @@ appropriate <em>widget</em> and <em>opt</em> usage: <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_ComboBox</a> <td valign="top">(const <a href="tqcombobox.html">TQComboBox</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_Splitter</a> <td valign="top">(const <a href="ntqsplitter.html">TQSplitter</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_DockWindow</a> <td valign="top">(const <a href="ntqdockwindow.html">TQDockWindow</a> *) <td valign="top">Unused. <td valign="top"> -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_ProgressBar</a> <td valign="top">(const <a href="ntqprogressbar.html">TQProgressBar</a> *) <td valign="top">Unused. <td valign="top"> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_ProgressBar</a> <td valign="top">(const <a href="tqprogressbar.html">TQProgressBar</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_PopupMenuItem</a> <td valign="top">(const <a href="tqpopupmenu.html">TQPopupMenu</a> *) <td valign="top"><a href="tqstyleoption.html">TQStyleOption</a> ( TQMenuItem *mi ) <ul> @@ -1155,9 +1155,9 @@ appropriate <em>widget</em> casts: <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_RadioButtonFocusRect</a> <td valign="top">(const <a href="tqradiobutton.html">TQRadioButton</a> *) <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_ComboBoxFocusRect</a> <td valign="top">(const <a href="tqcombobox.html">TQComboBox</a> *) <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_DockWindowHandleRect</a> <td valign="top">(const <a href="tqwidget.html">TQWidget</a> *) -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_ProgressBarGroove</a> <td valign="top">(const <a href="ntqprogressbar.html">TQProgressBar</a> *) -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_ProgressBarContents</a> <td valign="top">(const <a href="ntqprogressbar.html">TQProgressBar</a> *) -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_ProgressBarLabel</a> <td valign="top">(const <a href="ntqprogressbar.html">TQProgressBar</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_ProgressBarGroove</a> <td valign="top">(const <a href="tqprogressbar.html">TQProgressBar</a> *) +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_ProgressBarContents</a> <td valign="top">(const <a href="tqprogressbar.html">TQProgressBar</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_ProgressBarLabel</a> <td valign="top">(const <a href="tqprogressbar.html">TQProgressBar</a> *) </table></center> <p> The tear-off handle (SR_DockWindowHandleRect) for <a href="ntqdockwindow.html">TQDockWindow</a> is a private class. Use <a href="tqwidget.html#parentWidget">TQWidget::parentWidget</a>() to access the diff --git a/doc/html/tqstyleoption.html b/doc/html/tqstyleoption.html index 5b4697054..be011e3ba 100644 --- a/doc/html/tqstyleoption.html +++ b/doc/html/tqstyleoption.html @@ -151,15 +151,15 @@ midlinewidth. <p> Pass a color, <em>c</em>. -<h3 class=fn><a name="TQStyleOption-9"></a>TQStyleOption::TQStyleOption ( <a href="qtab.html">TQTab</a> * t ) +<h3 class=fn><a name="TQStyleOption-9"></a>TQStyleOption::TQStyleOption ( <a href="tqtab.html">TQTab</a> * t ) </h3> -<p> Pass a <a href="qtab.html">TQTab</a>, <em>t</em>. +<p> Pass a <a href="tqtab.html">TQTab</a>, <em>t</em>. -<h3 class=fn><a name="TQStyleOption-a"></a>TQStyleOption::TQStyleOption ( <a href="qlistviewitem.html">TQListViewItem</a> * i ) +<h3 class=fn><a name="TQStyleOption-a"></a>TQStyleOption::TQStyleOption ( <a href="tqlistviewitem.html">TQListViewItem</a> * i ) </h3> -<p> Pass a <a href="qlistviewitem.html">TQListViewItem</a>, <em>i</em>. +<p> Pass a <a href="tqlistviewitem.html">TQListViewItem</a>, <em>i</em>. <h3 class=fn><a name="TQStyleOption-b"></a>TQStyleOption::TQStyleOption ( <a href="tqchecklistitem.html">TQCheckListItem</a> * i ) </h3> @@ -235,10 +235,10 @@ constructor; otherwise returns FALSE. <p> Returns the line width if the appropriate constructor was called; otherwise the return value is undefined. -<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a> * <a name="listViewItem"></a>TQStyleOption::listViewItem () const +<h3 class=fn><a href="tqlistviewitem.html">TQListViewItem</a> * <a name="listViewItem"></a>TQStyleOption::listViewItem () const </h3> -<p> Returns a <a href="ntqlistview.html">TQListView</a> item if the appropriate constructor was +<p> Returns a <a href="tqlistview.html">TQListView</a> item if the appropriate constructor was called; otherwise the return value is undefined. <h3 class=fn>int <a name="maxIconWidth"></a>TQStyleOption::maxIconWidth () const @@ -266,10 +266,10 @@ called; otherwise the return value is undefined. <p> Returns a rectangle if the appropriate constructor was called; otherwise the return value is undefined. -<h3 class=fn><a href="qtab.html">TQTab</a> * <a name="tab"></a>TQStyleOption::tab () const +<h3 class=fn><a href="tqtab.html">TQTab</a> * <a name="tab"></a>TQStyleOption::tab () const </h3> -<p> Returns a <a href="ntqtabbar.html">TQTabBar</a> tab if the appropriate constructor was called; +<p> Returns a <a href="tqtabbar.html">TQTabBar</a> tab if the appropriate constructor was called; otherwise the return value is undefined. <h3 class=fn>int <a name="tabWidth"></a>TQStyleOption::tabWidth () const diff --git a/doc/html/qtab-members.html b/doc/html/tqtab-members.html index 764639824..1e1e35a1a 100644 --- a/doc/html/qtab-members.html +++ b/doc/html/tqtab-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtabbar.h:49 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtabbar.h:49 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,21 +32,21 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTab</h1> <p>This is the complete list of member functions for -<a href="qtab.html">TQTab</a>, including inherited members. +<a href="tqtab.html">TQTab</a>, including inherited members. <ul> -<li><a href="qtab.html#TQTab">TQTab</a>() -<li><a href="qtab.html#~TQTab">~TQTab</a>() -<li><a href="qtab.html#iconSet">iconSet</a>() -<li><a href="qtab.html#identifier">identifier</a>() -<li><a href="qtab.html#isEnabled">isEnabled</a>() -<li><a href="qtab.html#rect">rect</a>() -<li><a href="qtab.html#setEnabled">setEnabled</a>() -<li><a href="qtab.html#setIconSet">setIconSet</a>() -<li><a href="qtab.html#setIdentifier">setIdentifier</a>() -<li><a href="qtab.html#setRect">setRect</a>() -<li><a href="qtab.html#setText">setText</a>() -<li><a href="qtab.html#text">text</a>() +<li><a href="tqtab.html#TQTab">TQTab</a>() +<li><a href="tqtab.html#~TQTab">~TQTab</a>() +<li><a href="tqtab.html#iconSet">iconSet</a>() +<li><a href="tqtab.html#identifier">identifier</a>() +<li><a href="tqtab.html#isEnabled">isEnabled</a>() +<li><a href="tqtab.html#rect">rect</a>() +<li><a href="tqtab.html#setEnabled">setEnabled</a>() +<li><a href="tqtab.html#setIconSet">setIconSet</a>() +<li><a href="tqtab.html#setIdentifier">setIdentifier</a>() +<li><a href="tqtab.html#setRect">setRect</a>() +<li><a href="tqtab.html#setText">setText</a>() +<li><a href="tqtab.html#text">text</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qtab.html b/doc/html/tqtab.html index fcdbc7c7a..29e59ec12 100644 --- a/doc/html/qtab.html +++ b/doc/html/tqtab.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qtabbar.cpp:57 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqtabbar.cpp:57 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQTab class provides the structures in a TQTabBar. <a href="#details">More...</a> -<p><tt>#include <<a href="qtabbar-h.html">ntqtabbar.h</a>></tt> +<p><tt>#include <<a href="tqtabbar-h.html">tqtabbar.h</a>></tt> <p>Inherits <a href="ntqt.html">TQt</a>. -<p><a href="qtab-members.html">List of all member functions.</a> +<p><a href="tqtab-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQTab"><b>TQTab</b></a> ()</li> @@ -56,10 +56,10 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQTab class provides the structures in a <a href="ntqtabbar.html">TQTabBar</a>. +The TQTab class provides the structures in a <a href="tqtabbar.html">TQTabBar</a>. <p> <p> This class is used for custom TQTabBar tab headings. -<p> <p>See also <a href="ntqtabbar.html">TQTabBar</a> and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="tqtabbar.html">TQTabBar</a> and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQTab"></a>TQTab::TQTab () @@ -111,7 +111,7 @@ Sets the tab's iconset to <em>icon</em> </h3> <p> Set the identifier for the TQTab to <em>i</em>. Each TQTab's identifier -within a <a href="ntqtabbar.html">TQTabBar</a> must be unique. +within a <a href="tqtabbar.html">TQTabBar</a> must be unique. <h3 class=fn>void <a name="setRect"></a>TQTab::setRect ( const <a href="tqrect.html">TQRect</a> & rect ) </h3> diff --git a/doc/html/qtabbar-h.html b/doc/html/tqtabbar-h.html index 9684d5546..a6f697c8c 100644 --- a/doc/html/qtabbar-h.html +++ b/doc/html/tqtabbar-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtabbar.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtabbar.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqtabbar.h Include File</title> +<title>tqtabbar.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqtabbar.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqtabbar.h</h1> -<p>This is the verbatim text of the ntqtabbar.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqtabbar.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqtabbar.h 3.3.8 edited Jan 11 14:39 $ +** $Id: qt/tqtabbar.h 3.3.8 edited Jan 11 14:39 $ ** ** Definition of TQTab and TQTabBar classes ** diff --git a/doc/html/qtabbar-m.png b/doc/html/tqtabbar-m.png Binary files differindex 294553c50..294553c50 100644 --- a/doc/html/qtabbar-m.png +++ b/doc/html/tqtabbar-m.png diff --git a/doc/html/qtabbar-members.html b/doc/html/tqtabbar-members.html index c2bafd3e8..e806e673d 100644 --- a/doc/html/qtabbar-members.html +++ b/doc/html/tqtabbar-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtabbar.h:85 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtabbar.h:85 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,13 +32,13 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTabBar</h1> <p>This is the complete list of member functions for -<a href="ntqtabbar.html">TQTabBar</a>, including inherited members. +<a href="tqtabbar.html">TQTabBar</a>, including inherited members. <ul> -<li><a href="ntqtabbar.html#TQTabBar">TQTabBar</a>() -<li><a href="ntqtabbar.html#~TQTabBar">~TQTabBar</a>() +<li><a href="tqtabbar.html#TQTabBar">TQTabBar</a>() +<li><a href="tqtabbar.html#~TQTabBar">~TQTabBar</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqtabbar.html#addTab">addTab</a>() +<li><a href="tqtabbar.html#addTab">addTab</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() @@ -69,9 +69,9 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqtabbar.html#count">count</a>() +<li><a href="tqtabbar.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqtabbar.html#currentTab">currentTab</a>() +<li><a href="tqtabbar.html#currentTab">currentTab</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() @@ -128,10 +128,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqtabbar.html#indexOf">indexOf</a>() +<li><a href="tqtabbar.html#indexOf">indexOf</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqtabbar.html#insertTab">insertTab</a>() +<li><a href="tqtabbar.html#insertTab">insertTab</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() @@ -150,7 +150,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqtabbar.html#isTabEnabled">isTabEnabled</a>() +<li><a href="tqtabbar.html#isTabEnabled">isTabEnabled</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() @@ -159,13 +159,13 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="tqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="tqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() -<li><a href="ntqtabbar.html#keyboardFocusTab">keyboardFocusTab</a>() +<li><a href="tqtabbar.html#keyboardFocusTab">keyboardFocusTab</a>() <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() <li><a href="tqobject.html#killTimer">killTimer</a>() <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() -<li><a href="ntqtabbar.html#layoutChanged">layoutChanged</a>() -<li><a href="ntqtabbar.html#layoutTabs">layoutTabs</a>() +<li><a href="tqtabbar.html#layoutChanged">layoutChanged</a>() +<li><a href="tqtabbar.html#layoutTabs">layoutTabs</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() @@ -198,9 +198,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqtabbar.html#paint">paint</a>() -<li><a href="ntqtabbar.html#paintEvent">paintEvent</a>() -<li><a href="ntqtabbar.html#paintLabel">paintLabel</a>() +<li><a href="tqtabbar.html#paint">paint</a>() +<li><a href="tqtabbar.html#paintEvent">paintEvent</a>() +<li><a href="tqtabbar.html#paintLabel">paintLabel</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -220,16 +220,16 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqtabbar.html#removeTab">removeTab</a>() -<li><a href="ntqtabbar.html#removeToolTip">removeToolTip</a>() +<li><a href="tqtabbar.html#removeTab">removeTab</a>() +<li><a href="tqtabbar.html#removeToolTip">removeToolTip</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqtabbar.html#selectTab">selectTab</a>() -<li><a href="ntqtabbar.html#selected">selected</a>() +<li><a href="tqtabbar.html#selectTab">selectTab</a>() +<li><a href="tqtabbar.html#selected">selected</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -240,7 +240,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqtabbar.html#setCurrentTab">setCurrentTab</a>() +<li><a href="tqtabbar.html#setCurrentTab">setCurrentTab</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() @@ -274,19 +274,19 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqtabbar.html#setShape">setShape</a>() +<li><a href="tqtabbar.html#setShape">setShape</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() -<li><a href="ntqtabbar.html#setTabEnabled">setTabEnabled</a>() +<li><a href="tqtabbar.html#setTabEnabled">setTabEnabled</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqtabbar.html#setToolTip">setToolTip</a>() +<li><a href="tqtabbar.html#setToolTip">setToolTip</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() <li><a href="tqwidget.html#setWindowState">setWindowState</a>() -<li><a href="ntqtabbar.html#shape">shape</a>() +<li><a href="tqtabbar.html#shape">shape</a>() <li><a href="tqwidget.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() @@ -302,13 +302,13 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() -<li><a href="ntqtabbar.html#tab">tab</a>() -<li><a href="ntqtabbar.html#tabAt">tabAt</a>() -<li><a href="ntqtabbar.html#tabList">tabList</a>() +<li><a href="tqtabbar.html#tab">tab</a>() +<li><a href="tqtabbar.html#tabAt">tabAt</a>() +<li><a href="tqtabbar.html#tabList">tabList</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqtabbar.html#toolTip">toolTip</a>() +<li><a href="tqtabbar.html#toolTip">toolTip</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() diff --git a/doc/html/qtabbar-w.png b/doc/html/tqtabbar-w.png Binary files differindex 938f25e4d..938f25e4d 100644 --- a/doc/html/qtabbar-w.png +++ b/doc/html/tqtabbar-w.png diff --git a/doc/html/ntqtabbar.html b/doc/html/tqtabbar.html index 60bc4d217..83989bbf1 100644 --- a/doc/html/ntqtabbar.html +++ b/doc/html/tqtabbar.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qtabbar.cpp:168 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqtabbar.cpp:168 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQTabBar class provides a tab bar, e.g. for use in tabbed dialogs. <a href="#details">More...</a> -<p><tt>#include <<a href="qtabbar-h.html">ntqtabbar.h</a>></tt> +<p><tt>#include <<a href="tqtabbar-h.html">tqtabbar.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p><a href="qtabbar-members.html">List of all member functions.</a> +<p><a href="tqtabbar-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQTabBar"><b>TQTabBar</b></a> ( TQWidget * parent = 0, const char * name = 0 )</li> @@ -92,8 +92,8 @@ The TQTabBar class provides a tab bar, e.g. for use in tabbed dialogs. <p> TQTabBar is straightforward to use; it draws the tabs using one of the predefined <a href="#Shape-enum">shapes</a>, and emits a signal when a tab is selected. It can be subclassed to tailor the -look and feel. TQt also provides a ready-made <a href="ntqtabwidget.html">TQTabWidget</a> and a -<a href="ntqtabdialog.html">TQTabDialog</a>. +look and feel. TQt also provides a ready-made <a href="tqtabwidget.html">TQTabWidget</a> and a +<a href="tqtabdialog.html">TQTabDialog</a>. <p> The choice of tab shape is a matter of taste, although tab dialogs (for preferences and similar) invariably use <a href="#Shape-enum">RoundedAbove</a>; nobody uses <a href="#Shape-enum">TriangularAbove</a>. Tab controls in windows other than @@ -107,7 +107,7 @@ startup, when the selected page changes from 'none'). There is also a slot, <a href="#setCurrentTab">setCurrentTab</a>(), which can be used to select a page programmatically. <p> TQTabBar creates automatic accelerator keys in the manner of -<a href="ntqbutton.html">TQButton</a>; e.g. if a tab's label is "&Graphics", Alt+G becomes an +<a href="tqbutton.html">TQButton</a>; e.g. if a tab's label is "&Graphics", Alt+G becomes an accelerator key for switching to that tab. <p> The following virtual functions may need to be reimplemented: <ul> @@ -121,7 +121,7 @@ with a particular index is returned by <a href="#tabAt">tabAt</a>(), the tab wit particular id is returned by <a href="#tab">tab</a>(). The index of a tab is returned by <a href="#indexOf">indexOf</a>(). The current tab can be set by index or tab pointer using one of the <a href="#setCurrentTab">setCurrentTab</a>() functions. -<p> <img src=qtabbar-m.png> <img src=qtabbar-w.png> +<p> <img src=tqtabbar-m.png> <img src=tqtabbar-w.png> <p>See also <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Type Documentation</h2> @@ -146,7 +146,7 @@ arguments are passed on to the <a href="tqwidget.html">TQWidget</a> constructor. </h3> Destroys the tab control, freeing memory used. -<h3 class=fn>int <a name="addTab"></a>TQTabBar::addTab ( <a href="qtab.html">TQTab</a> * newTab )<tt> [virtual]</tt> +<h3 class=fn>int <a name="addTab"></a>TQTabBar::addTab ( <a href="tqtab.html">TQTab</a> * newTab )<tt> [virtual]</tt> </h3> Adds the tab, <em>newTab</em>, to the tab control. <p> Sets <em>newTab</em>'s id to a new id and places the tab just to the @@ -159,17 +159,17 @@ tab. Returns the id. <h3 class=fn>int <a name="count"></a>TQTabBar::count () const </h3><p>Returns the number of tabs in the tab bar. -See the <a href="ntqtabbar.html#count-prop">"count"</a> property for details. +See the <a href="tqtabbar.html#count-prop">"count"</a> property for details. <h3 class=fn>int <a name="currentTab"></a>TQTabBar::currentTab () const </h3><p>Returns the id of the tab bar's visible tab. -See the <a href="ntqtabbar.html#currentTab-prop">"currentTab"</a> property for details. +See the <a href="tqtabbar.html#currentTab-prop">"currentTab"</a> property for details. <h3 class=fn>int <a name="indexOf"></a>TQTabBar::indexOf ( int id ) const </h3> Returns the position index of the tab with id <em>id</em> or -1 if no tab has this <em>id</em>. <p> <p>See also <a href="#tabAt">tabAt</a>(). -<h3 class=fn>int <a name="insertTab"></a>TQTabBar::insertTab ( <a href="qtab.html">TQTab</a> * newTab, int index = -1 )<tt> [virtual]</tt> +<h3 class=fn>int <a name="insertTab"></a>TQTabBar::insertTab ( <a href="tqtab.html">TQTab</a> * newTab, int index = -1 )<tt> [virtual]</tt> </h3> Inserts the tab, <em>newTab</em>, into the tab control. <p> If <em>index</em> is not specified, the tab is simply appended. @@ -189,7 +189,7 @@ otherwise returns FALSE. <h3 class=fn>int <a name="keyboardFocusTab"></a>TQTabBar::keyboardFocusTab () const </h3><p>Returns the id of the tab that has the keyboard focus. -See the <a href="ntqtabbar.html#keyboardFocusTab-prop">"keyboardFocusTab"</a> property for details. +See the <a href="tqtabbar.html#keyboardFocusTab-prop">"keyboardFocusTab"</a> property for details. <h3 class=fn>void <a name="layoutChanged"></a>TQTabBar::layoutChanged ()<tt> [signal]</tt> </h3> @@ -201,7 +201,7 @@ been recalculated, for example when the contents of a tab change. Lays out all existing tabs according to their label and their iconset. -<h3 class=fn>void <a name="paint"></a>TQTabBar::paint ( <a href="tqpainter.html">TQPainter</a> * p, <a href="qtab.html">TQTab</a> * t, bool selected ) const<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paint"></a>TQTabBar::paint ( <a href="tqpainter.html">TQPainter</a> * p, <a href="tqtab.html">TQTab</a> * t, bool selected ) const<tt> [virtual protected]</tt> </h3> Paints the tab <em>t</em> using painter <em>p</em>. If and only if <em>selected</em> is TRUE, <em>t</em> is drawn currently selected. @@ -217,12 +217,12 @@ order. The event is passed in <em>e</em>. <p> <p>See also <a href="#paint">paint</a>(). <p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>. -<h3 class=fn>void <a name="paintLabel"></a>TQTabBar::paintLabel ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqrect.html">TQRect</a> & br, <a href="qtab.html">TQTab</a> * t, bool has_focus ) const<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintLabel"></a>TQTabBar::paintLabel ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqrect.html">TQRect</a> & br, <a href="tqtab.html">TQTab</a> * t, bool has_focus ) const<tt> [virtual protected]</tt> </h3> Paints the label of tab <em>t</em> centered in rectangle <em>br</em> using painter <em>p</em>. A focus indication is drawn if <em>has_focus</em> is TRUE. -<h3 class=fn>void <a name="removeTab"></a>TQTabBar::removeTab ( <a href="qtab.html">TQTab</a> * t )<tt> [virtual]</tt> +<h3 class=fn>void <a name="removeTab"></a>TQTabBar::removeTab ( <a href="tqtab.html">TQTab</a> * t )<tt> [virtual]</tt> </h3> Removes tab <em>t</em> from the tab control, and deletes the tab. @@ -230,7 +230,7 @@ Removes tab <em>t</em> from the tab control, and deletes the tab. </h3> Removes the tool tip for the tab at index position <em>index</em>. -<h3 class=fn><a href="qtab.html">TQTab</a> * <a name="selectTab"></a>TQTabBar::selectTab ( const <a href="tqpoint.html">TQPoint</a> & p ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqtab.html">TQTab</a> * <a name="selectTab"></a>TQTabBar::selectTab ( const <a href="tqpoint.html">TQPoint</a> & p ) const<tt> [virtual]</tt> </h3> This virtual function is called by the mouse event handlers to determine which tab is pressed. The default implementation returns @@ -250,17 +250,17 @@ page in a slot connected to this signal. <h3 class=fn>void <a name="setCurrentTab"></a>TQTabBar::setCurrentTab ( int )<tt> [virtual slot]</tt> </h3><p>Sets the id of the tab bar's visible tab. -See the <a href="ntqtabbar.html#currentTab-prop">"currentTab"</a> property for details. -<h3 class=fn>void <a name="setCurrentTab-2"></a>TQTabBar::setCurrentTab ( <a href="qtab.html">TQTab</a> * tab )<tt> [virtual slot]</tt> +See the <a href="tqtabbar.html#currentTab-prop">"currentTab"</a> property for details. +<h3 class=fn>void <a name="setCurrentTab-2"></a>TQTabBar::setCurrentTab ( <a href="tqtab.html">TQTab</a> * tab )<tt> [virtual slot]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Raises <em>tab</em> and emits the <a href="#selected">selected</a>() signal unless the tab was already current. <p> <p>See also <a href="#currentTab-prop">currentTab</a> and <a href="#selected">selected</a>(). -<h3 class=fn>void <a name="setShape"></a>TQTabBar::setShape ( <a href="ntqtabbar.html#Shape-enum">Shape</a> )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setShape"></a>TQTabBar::setShape ( <a href="tqtabbar.html#Shape-enum">Shape</a> )<tt> [virtual]</tt> </h3><p>Sets the shape of the tabs in the tab bar. -See the <a href="ntqtabbar.html#shape-prop">"shape"</a> property for details. +See the <a href="tqtabbar.html#shape-prop">"shape"</a> property for details. <h3 class=fn>void <a name="setTabEnabled"></a>TQTabBar::setTabEnabled ( int id, bool enabled )<tt> [virtual]</tt> </h3> Enables tab <em>id</em> if <em>enabled</em> is TRUE or disables it if <em>enabled</em> is FALSE. If <em>id</em> is currently selected, @@ -272,22 +272,22 @@ Enables tab <em>id</em> if <em>enabled</em> is TRUE or disables it if <em>enable </h3> Sets the tool tip for the tab at index position <em>index</em> to <em>tip</em>. -<h3 class=fn><a href="ntqtabbar.html#Shape-enum">Shape</a> <a name="shape"></a>TQTabBar::shape () const +<h3 class=fn><a href="tqtabbar.html#Shape-enum">Shape</a> <a name="shape"></a>TQTabBar::shape () const </h3><p>Returns the shape of the tabs in the tab bar. -See the <a href="ntqtabbar.html#shape-prop">"shape"</a> property for details. -<h3 class=fn><a href="qtab.html">TQTab</a> * <a name="tab"></a>TQTabBar::tab ( int id ) const +See the <a href="tqtabbar.html#shape-prop">"shape"</a> property for details. +<h3 class=fn><a href="tqtab.html">TQTab</a> * <a name="tab"></a>TQTabBar::tab ( int id ) const </h3> Returns the tab with id <em>id</em> or 0 if there is no such tab. <p> <p>See also <a href="#count-prop">count</a>. -<h3 class=fn><a href="qtab.html">TQTab</a> * <a name="tabAt"></a>TQTabBar::tabAt ( int index ) const +<h3 class=fn><a href="tqtab.html">TQTab</a> * <a name="tabAt"></a>TQTabBar::tabAt ( int index ) const </h3> Returns the tab at position <em>index</em>. <p> <p>See also <a href="#indexOf">indexOf</a>(). <h3 class=fn><a href="tqptrlist.html">TQPtrList</a><TQTab> * <a name="tabList"></a>TQTabBar::tabList ()<tt> [protected]</tt> </h3> -The list of <a href="qtab.html">TQTab</a> objects in the tab bar. +The list of <a href="tqtab.html">TQTab</a> objects in the tab bar. <p> This list is unlikely to be in the order that the TQTab elements appear visually. One way of iterating over the tabs is like this: <pre> @@ -326,7 +326,7 @@ id <em>id</em> and emit the <a href="#selected">selected</a>() signal. focus or -1 if the tab bar does not have the keyboard focus. <p>Get this property's value with <a href="#keyboardFocusTab">keyboardFocusTab</a>(). -<h3 class=fn><a href="ntqtabbar.html#Shape-enum">Shape</a> <a name="shape-prop"></a>shape</h3> +<h3 class=fn><a href="tqtabbar.html#Shape-enum">Shape</a> <a name="shape-prop"></a>shape</h3> <p>This property holds the shape of the tabs in the tab bar. <p>The value of this property is one of the following: <a href="#Shape-enum">RoundedAbove</a> (default), <a href="#Shape-enum">RoundedBelow</a>, <a href="#Shape-enum">TriangularAbove</a> or <a href="#Shape-enum">TriangularBelow</a>. <p> <p>See also <a href="#Shape-enum">Shape</a>. diff --git a/doc/html/qtabdialog-h.html b/doc/html/tqtabdialog-h.html index 05068f669..9b887be9e 100644 --- a/doc/html/qtabdialog-h.html +++ b/doc/html/tqtabdialog-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtabdialog.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtabdialog.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqtabdialog.h Include File</title> +<title>tqtabdialog.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqtabdialog.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqtabdialog.h</h1> -<p>This is the verbatim text of the ntqtabdialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqtabdialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqtabdialog.h 3.3.8 edited Jan 11 14:37 $ +** $Id: qt/tqtabdialog.h 3.3.8 edited Jan 11 14:37 $ ** ** Definition of TQTabDialog class ** diff --git a/doc/html/qtabdialog-members.html b/doc/html/tqtabdialog-members.html index 720f55da3..3de4453fd 100644 --- a/doc/html/qtabdialog-members.html +++ b/doc/html/tqtabdialog-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtabdialog.h:52 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtabdialog.h:52 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,17 +32,17 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTabDialog</h1> <p>This is the complete list of member functions for -<a href="ntqtabdialog.html">TQTabDialog</a>, including inherited members. +<a href="tqtabdialog.html">TQTabDialog</a>, including inherited members. <ul> -<li><a href="ntqtabdialog.html#TQTabDialog">TQTabDialog</a>() -<li><a href="ntqtabdialog.html#~TQTabDialog">~TQTabDialog</a>() -<li><a href="ntqtabdialog.html#aboutToShow">aboutToShow</a>() +<li><a href="tqtabdialog.html#TQTabDialog">TQTabDialog</a>() +<li><a href="tqtabdialog.html#~TQTabDialog">~TQTabDialog</a>() +<li><a href="tqtabdialog.html#aboutToShow">aboutToShow</a>() <li><a href="tqdialog.html#accept">accept</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqtabdialog.html#addTab">addTab</a>() +<li><a href="tqtabdialog.html#addTab">addTab</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqtabdialog.html#applyButtonPressed">applyButtonPressed</a>() +<li><a href="tqtabdialog.html#applyButtonPressed">applyButtonPressed</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() @@ -51,9 +51,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqtabdialog.html#cancelButtonPressed">cancelButtonPressed</a>() +<li><a href="tqtabdialog.html#cancelButtonPressed">cancelButtonPressed</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqtabdialog.html#changeTab">changeTab</a>() +<li><a href="tqtabdialog.html#changeTab">changeTab</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() @@ -75,12 +75,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#constPolish">constPolish</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqtabdialog.html#currentChanged">currentChanged</a>() -<li><a href="ntqtabdialog.html#currentPage">currentPage</a>() +<li><a href="tqtabdialog.html#currentChanged">currentChanged</a>() +<li><a href="tqtabdialog.html#currentPage">currentPage</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqtabdialog.html#defaultButtonPressed">defaultButtonPressed</a>() +<li><a href="tqtabdialog.html#defaultButtonPressed">defaultButtonPressed</a>() <li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="tqwidget.html#destroy">destroy</a>() <li><a href="tqobject.html#destroyed">destroyed</a>() @@ -123,17 +123,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="tqpaintdevice.html#handle">handle</a>() -<li><a href="ntqtabdialog.html#hasApplyButton">hasApplyButton</a>() -<li><a href="ntqtabdialog.html#hasCancelButton">hasCancelButton</a>() -<li><a href="ntqtabdialog.html#hasDefaultButton">hasDefaultButton</a>() +<li><a href="tqtabdialog.html#hasApplyButton">hasApplyButton</a>() +<li><a href="tqtabdialog.html#hasCancelButton">hasCancelButton</a>() +<li><a href="tqtabdialog.html#hasDefaultButton">hasDefaultButton</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() -<li><a href="ntqtabdialog.html#hasHelpButton">hasHelpButton</a>() +<li><a href="tqtabdialog.html#hasHelpButton">hasHelpButton</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqtabdialog.html#hasOkButton">hasOkButton</a>() +<li><a href="tqtabdialog.html#hasOkButton">hasOkButton</a>() <li><a href="tqwidget.html#height">height</a>() <li><a href="tqwidget.html#heightForWidth">heightForWidth</a>() -<li><a href="ntqtabdialog.html#helpButtonPressed">helpButtonPressed</a>() +<li><a href="tqtabdialog.html#helpButtonPressed">helpButtonPressed</a>() <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() @@ -145,7 +145,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqtabdialog.html#insertTab">insertTab</a>() +<li><a href="tqtabdialog.html#insertTab">insertTab</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() @@ -165,7 +165,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() -<li><a href="ntqtabdialog.html#isTabEnabled">isTabEnabled</a>() +<li><a href="tqtabdialog.html#isTabEnabled">isTabEnabled</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() @@ -232,7 +232,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqtabdialog.html#removePage">removePage</a>() +<li><a href="tqtabdialog.html#removePage">removePage</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() @@ -240,21 +240,21 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="tqdialog.html#result">result</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqtabdialog.html#selected">selected</a>() +<li><a href="tqtabdialog.html#selected">selected</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() -<li><a href="ntqtabdialog.html#setApplyButton">setApplyButton</a>() +<li><a href="tqtabdialog.html#setApplyButton">setApplyButton</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() -<li><a href="ntqtabdialog.html#setCancelButton">setCancelButton</a>() +<li><a href="tqtabdialog.html#setCancelButton">setCancelButton</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() -<li><a href="ntqtabdialog.html#setDefaultButton">setDefaultButton</a>() +<li><a href="tqtabdialog.html#setDefaultButton">setDefaultButton</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() @@ -266,9 +266,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocus">setFocus</a>() <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() -<li><a href="ntqtabdialog.html#setFont">setFont</a>() +<li><a href="tqtabdialog.html#setFont">setFont</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqtabdialog.html#setHelpButton">setHelpButton</a>() +<li><a href="tqtabdialog.html#setHelpButton">setHelpButton</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() @@ -285,7 +285,7 @@ body { background: #ffffff; color: black; } <li><a href="tqdialog.html#setModal">setModal</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqtabdialog.html#setOkButton">setOkButton</a>() +<li><a href="tqtabdialog.html#setOkButton">setOkButton</a>() <li><a href="tqdialog.html#setOrientation">setOrientation</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() @@ -298,8 +298,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() -<li><a href="ntqtabdialog.html#setTabBar">setTabBar</a>() -<li><a href="ntqtabdialog.html#setTabEnabled">setTabEnabled</a>() +<li><a href="tqtabdialog.html#setTabBar">setTabBar</a>() +<li><a href="tqtabdialog.html#setTabEnabled">setTabEnabled</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() @@ -312,7 +312,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() <li><a href="tqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqtabdialog.html#showPage">showPage</a>() +<li><a href="tqtabdialog.html#showPage">showPage</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqwidget.html#size">size</a>() <li><a href="tqwidget.html#sizeHint">sizeHint</a>() @@ -322,8 +322,8 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() -<li><a href="ntqtabdialog.html#tabBar">tabBar</a>() -<li><a href="ntqtabdialog.html#tabLabel">tabLabel</a>() +<li><a href="tqtabdialog.html#tabBar">tabBar</a>() +<li><a href="tqtabdialog.html#tabLabel">tabLabel</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() diff --git a/doc/html/ntqtabdialog.html b/doc/html/tqtabdialog.html index 4bddab266..d7be461ab 100644 --- a/doc/html/ntqtabdialog.html +++ b/doc/html/tqtabdialog.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/qtabdialog.cpp:53 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/tqtabdialog.cpp:53 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQTabDialog class provides a stack of tabbed widgets. <a href="#details">More...</a> -<p><tt>#include <<a href="qtabdialog-h.html">ntqtabdialog.h</a>></tt> +<p><tt>#include <<a href="tqtabdialog-h.html">tqtabdialog.h</a>></tt> <p>Inherits <a href="tqdialog.html">TQDialog</a>. -<p><a href="qtabdialog-members.html">List of all member functions.</a> +<p><a href="tqtabdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQTabDialog"><b>TQTabDialog</b></a> ( TQWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )</li> @@ -150,9 +150,9 @@ current page is given by <a href="#currentPage">currentPage</a>(). <p> TQTabDialog does not support tabs on the sides or bottom, nor can you set or retrieve the visible page. If you need more functionality than TQTabDialog provides, consider creating a <a href="tqdialog.html">TQDialog</a> and using a -<a href="ntqtabbar.html">TQTabBar</a> with TQTabWidgets. -<p> Most of the functionality in TQTabDialog is provided by a <a href="ntqtabwidget.html">TQTabWidget</a>. -<p> <img src=qtabdlg-m.png> <img src=qtabdlg-w.png> +<a href="tqtabbar.html">TQTabBar</a> with TQTabWidgets. +<p> Most of the functionality in TQTabDialog is provided by a <a href="tqtabwidget.html">TQTabWidget</a>. +<p> <img src=tqtabdlg-m.png> <img src=tqtabdlg-w.png> <p> <p>See also <a href="tqdialog.html">TQDialog</a> and <a href="dialogs.html">Dialog Classes</a>. <hr><h2>Member Function Documentation</h2> @@ -200,13 +200,13 @@ user may be confused. </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This version of the function shows the <em>iconset</em> as well as the <em>label</em> on the tab of <em>child</em>. -<h3 class=fn>void <a name="addTab-3"></a>TQTabDialog::addTab ( <a href="tqwidget.html">TQWidget</a> * child, <a href="qtab.html">TQTab</a> * tab ) +<h3 class=fn>void <a name="addTab-3"></a>TQTabDialog::addTab ( <a href="tqwidget.html">TQWidget</a> * child, <a href="tqtab.html">TQTab</a> * tab ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This is a lower-level method for adding tabs, similar to the other <a href="#addTab">addTab</a>() method. It is useful if you are using <a href="#setTabBar">setTabBar</a>() to set a -<a href="ntqtabbar.html">TQTabBar</a> subclass with an overridden <a href="ntqtabbar.html#paint">TQTabBar::paint</a>() function for a -subclass of <a href="qtab.html">TQTab</a>. +<a href="tqtabbar.html">TQTabBar</a> subclass with an overridden <a href="tqtabbar.html#paint">TQTabBar::paint</a>() function for a +subclass of <a href="tqtab.html">TQTab</a>. <p> The <em>child</em> is the widget to be placed on the new tab page. The <em>tab</em> is the tab to display on the tab page -- normally this shows a label or an icon that identifies the tab page. <p> @@ -317,13 +317,13 @@ user may be confused. </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This version of the function shows the <em>iconset</em> as well as the <em>label</em> on the tab of <em>child</em>. -<h3 class=fn>void <a name="insertTab-3"></a>TQTabDialog::insertTab ( <a href="tqwidget.html">TQWidget</a> * child, <a href="qtab.html">TQTab</a> * tab, int index = -1 ) +<h3 class=fn>void <a name="insertTab-3"></a>TQTabDialog::insertTab ( <a href="tqwidget.html">TQWidget</a> * child, <a href="tqtab.html">TQTab</a> * tab, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This is a lower-level method for inserting tabs, similar to the other <a href="#insertTab">insertTab</a>() method. It is useful if you are using <a href="#setTabBar">setTabBar</a>() to set a -<a href="ntqtabbar.html">TQTabBar</a> subclass with an overridden <a href="ntqtabbar.html#paint">TQTabBar::paint</a>() function for a -subclass of <a href="qtab.html">TQTab</a>. +<a href="tqtabbar.html">TQTabBar</a> subclass with an overridden <a href="tqtabbar.html#paint">TQTabBar::paint</a>() function for a +subclass of <a href="tqtab.html">TQTab</a>. <p> The <em>child</em> is the widget to be placed on the new tab page. The <em>tab</em> is the tab to display on the tab page -- normally this shows a label or an icon that identifies the tab page. The <em>index</em> is the position where this tab page should be inserted. @@ -344,7 +344,7 @@ returns FALSE. <h3 class=fn>void <a name="removePage"></a>TQTabDialog::removePage ( <a href="tqwidget.html">TQWidget</a> * w ) </h3> Removes page <em>w</em> from this stack of widgets. Does not delete <em>w</em>. -<p>See also <a href="#showPage">showPage</a>(), <a href="ntqtabwidget.html#removePage">TQTabWidget::removePage</a>(), and <a href="tqwidgetstack.html#removeWidget">TQWidgetStack::removeWidget</a>(). +<p>See also <a href="#showPage">showPage</a>(), <a href="tqtabwidget.html#removePage">TQTabWidget::removePage</a>(), and <a href="tqwidgetstack.html#removeWidget">TQWidgetStack::removeWidget</a>(). <h3 class=fn>void <a name="selected"></a>TQTabDialog::selected ( const <a href="tqstring.html">TQString</a> & )<tt> [signal]</tt> </h3> @@ -447,9 +447,9 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Adds an OK button to the dialog. The button's text is set to a localizable "OK". -<h3 class=fn>void <a name="setTabBar"></a>TQTabDialog::setTabBar ( <a href="ntqtabbar.html">TQTabBar</a> * tb )<tt> [protected]</tt> +<h3 class=fn>void <a name="setTabBar"></a>TQTabDialog::setTabBar ( <a href="tqtabbar.html">TQTabBar</a> * tb )<tt> [protected]</tt> </h3> -Replaces the <a href="ntqtabbar.html">TQTabBar</a> heading the dialog by the given tab bar, <em>tb</em>. +Replaces the <a href="tqtabbar.html">TQTabBar</a> heading the dialog by the given tab bar, <em>tb</em>. Note that this must be called <em>before</em> any tabs have been added, or the behavior is undefined. <p>See also <a href="#tabBar">tabBar</a>(). @@ -458,7 +458,7 @@ or the behavior is undefined. </h3> If <em>enable</em> is TRUE the page <em>w</em> is enabled; otherwise <em>w</em> is disabled. The page's tab is redrawn appropriately. -<p> <a href="ntqtabwidget.html">TQTabWidget</a> uses <a href="tqwidget.html#setEnabled">TQWidget::setEnabled</a>() internally, rather than keeping a +<p> <a href="tqtabwidget.html">TQTabWidget</a> uses <a href="tqwidget.html#setEnabled">TQWidget::setEnabled</a>() internally, rather than keeping a separate flag. <p> Note that even a disabled tab and tab page may be visible. If the page is already visible TQTabWidget will not hide it; if all the @@ -483,11 +483,11 @@ text may not be invariant in multi-language applications. </h3> Ensures that widget <em>w</em> is shown. This is mainly useful for accelerators. <p> <b>Warning:</b> If used carelessly, this function can easily surprise or confuse the user. -<p> <p>See also <a href="ntqtabbar.html#currentTab-prop">TQTabBar::currentTab</a>. +<p> <p>See also <a href="tqtabbar.html#currentTab-prop">TQTabBar::currentTab</a>. -<h3 class=fn><a href="ntqtabbar.html">TQTabBar</a> * <a name="tabBar"></a>TQTabDialog::tabBar () const<tt> [protected]</tt> +<h3 class=fn><a href="tqtabbar.html">TQTabBar</a> * <a name="tabBar"></a>TQTabDialog::tabBar () const<tt> [protected]</tt> </h3> -Returns the currently set <a href="ntqtabbar.html">TQTabBar</a>. +Returns the currently set <a href="tqtabbar.html">TQTabBar</a>. <p>See also <a href="#setTabBar">setTabBar</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="tabLabel"></a>TQTabDialog::tabLabel ( <a href="tqwidget.html">TQWidget</a> * w ) diff --git a/doc/html/qtabdlg-m.png b/doc/html/tqtabdlg-m.png Binary files differindex a833156ba..a833156ba 100644 --- a/doc/html/qtabdlg-m.png +++ b/doc/html/tqtabdlg-m.png diff --git a/doc/html/qtabdlg-w.png b/doc/html/tqtabdlg-w.png Binary files differindex 80c09b566..80c09b566 100644 --- a/doc/html/qtabdlg-w.png +++ b/doc/html/tqtabdlg-w.png diff --git a/doc/html/qtable-h.html b/doc/html/tqtable-h.html index 609b120cf..6ee54ade4 100644 --- a/doc/html/qtable-h.html +++ b/doc/html/tqtable-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtable.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtable.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqtable.h Include File</title> +<title>tqtable.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,9 +29,9 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqtable.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqtable.h</h1> -<p>This is the verbatim text of the ntqtable.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqtable.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #include "tqscrollview.h" #include "tqpixmap.h" #include "tqptrvector.h" -#include "ntqheader.h" +#include "tqheader.h" #include "tqmemarray.h" #include "tqptrlist.h" #include "ntqguardedptr.h" diff --git a/doc/html/qtable-members.html b/doc/html/tqtable-members.html index db48c7d08..59fb3a1bf 100644 --- a/doc/html/qtable-members.html +++ b/doc/html/tqtable-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtable.h:243 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtable.h:243 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,17 +32,17 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTable</h1> <p>This is the complete list of member functions for -<a href="ntqtable.html">TQTable</a>, including inherited members. +<a href="tqtable.html">TQTable</a>, including inherited members. <ul> -<li><a href="ntqtable.html#TQTable">TQTable</a>() -<li><a href="ntqtable.html#~TQTable">~TQTable</a>() +<li><a href="tqtable.html#TQTable">TQTable</a>() +<li><a href="tqtable.html#~TQTable">~TQTable</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqtable.html#activateNextCell">activateNextCell</a>() +<li><a href="tqtable.html#activateNextCell">activateNextCell</a>() <li><a href="tqscrollview.html#addChild">addChild</a>() -<li><a href="ntqtable.html#addSelection">addSelection</a>() -<li><a href="ntqtable.html#adjustColumn">adjustColumn</a>() -<li><a href="ntqtable.html#adjustRow">adjustRow</a>() +<li><a href="tqtable.html#addSelection">addSelection</a>() +<li><a href="tqtable.html#adjustColumn">adjustColumn</a>() +<li><a href="tqtable.html#adjustRow">adjustRow</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() @@ -51,13 +51,13 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="tqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="tqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqtable.html#beginEdit">beginEdit</a>() +<li><a href="tqtable.html#beginEdit">beginEdit</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqtable.html#cellGeometry">cellGeometry</a>() -<li><a href="ntqtable.html#cellRect">cellRect</a>() -<li><a href="ntqtable.html#cellWidget">cellWidget</a>() +<li><a href="tqtable.html#cellGeometry">cellGeometry</a>() +<li><a href="tqtable.html#cellRect">cellRect</a>() +<li><a href="tqtable.html#cellWidget">cellWidget</a>() <li><a href="tqscrollview.html#center">center</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() @@ -70,57 +70,57 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() <li><a href="tqobject.html#className">className</a>() -<li><a href="ntqtable.html#clearCell">clearCell</a>() -<li><a href="ntqtable.html#clearCellWidget">clearCellWidget</a>() +<li><a href="tqtable.html#clearCell">clearCell</a>() +<li><a href="tqtable.html#clearCellWidget">clearCellWidget</a>() <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() -<li><a href="ntqtable.html#clearSelection">clearSelection</a>() +<li><a href="tqtable.html#clearSelection">clearSelection</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqtable.html#clicked">clicked</a>() +<li><a href="tqtable.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() <li><a href="tqpaintdevice.html#cmd">cmd</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqtable.html#columnAt">columnAt</a>() -<li><a href="ntqtable.html#columnClicked">columnClicked</a>() -<li><a href="ntqtable.html#columnIndexChanged">columnIndexChanged</a>() -<li><a href="ntqtable.html#columnMovingEnabled">columnMovingEnabled</a>() -<li><a href="ntqtable.html#columnPos">columnPos</a>() -<li><a href="ntqtable.html#columnWidth">columnWidth</a>() -<li><a href="ntqtable.html#columnWidthChanged">columnWidthChanged</a>() +<li><a href="tqtable.html#columnAt">columnAt</a>() +<li><a href="tqtable.html#columnClicked">columnClicked</a>() +<li><a href="tqtable.html#columnIndexChanged">columnIndexChanged</a>() +<li><a href="tqtable.html#columnMovingEnabled">columnMovingEnabled</a>() +<li><a href="tqtable.html#columnPos">columnPos</a>() +<li><a href="tqtable.html#columnWidth">columnWidth</a>() +<li><a href="tqtable.html#columnWidthChanged">columnWidthChanged</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() <li><a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() -<li><a href="ntqtable.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() -<li><a href="ntqtable.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() -<li><a href="ntqtable.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() -<li><a href="ntqtable.html#contentsDropEvent">contentsDropEvent</a>() +<li><a href="tqtable.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() +<li><a href="tqtable.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() +<li><a href="tqtable.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() +<li><a href="tqtable.html#contentsDropEvent">contentsDropEvent</a>() <li><a href="tqscrollview.html#contentsHeight">contentsHeight</a>() <li><a href="tqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() <li><a href="tqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() <li><a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() <li><a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() <li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() <li><a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() <li><a href="tqscrollview.html#contentsWidth">contentsWidth</a>() <li><a href="tqscrollview.html#contentsX">contentsX</a>() <li><a href="tqscrollview.html#contentsY">contentsY</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqtable.html#contextMenuRequested">contextMenuRequested</a>() +<li><a href="tqtable.html#contextMenuRequested">contextMenuRequested</a>() <li><a href="tqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqtable.html#createEditor">createEditor</a>() -<li><a href="ntqtable.html#currEditCol">currEditCol</a>() -<li><a href="ntqtable.html#currEditRow">currEditRow</a>() -<li><a href="ntqtable.html#currentChanged">currentChanged</a>() -<li><a href="ntqtable.html#currentColumn">currentColumn</a>() -<li><a href="ntqtable.html#currentRow">currentRow</a>() -<li><a href="ntqtable.html#currentSelection">currentSelection</a>() +<li><a href="tqtable.html#createEditor">createEditor</a>() +<li><a href="tqtable.html#currEditCol">currEditCol</a>() +<li><a href="tqtable.html#currEditRow">currEditRow</a>() +<li><a href="tqtable.html#currentChanged">currentChanged</a>() +<li><a href="tqtable.html#currentColumn">currentColumn</a>() +<li><a href="tqtable.html#currentRow">currentRow</a>() +<li><a href="tqtable.html#currentSelection">currentSelection</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() @@ -129,27 +129,27 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqtable.html#doubleClicked">doubleClicked</a>() +<li><a href="tqtable.html#doubleClicked">doubleClicked</a>() <li><a href="tqscrollview.html#dragAutoScroll">dragAutoScroll</a>() -<li><a href="ntqtable.html#dragEnabled">dragEnabled</a>() +<li><a href="tqtable.html#dragEnabled">dragEnabled</a>() <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqtable.html#dragObject">dragObject</a>() -<li><a href="ntqtable.html#drawContents">drawContents</a>() +<li><a href="tqtable.html#dragObject">dragObject</a>() +<li><a href="tqtable.html#drawContents">drawContents</a>() <li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqtable.html#dropped">dropped</a>() +<li><a href="tqtable.html#dropped">dropped</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqtable.html#editCell">editCell</a>() -<li><a href="ntqtable.html#editMode">editMode</a>() +<li><a href="tqtable.html#editCell">editCell</a>() +<li><a href="tqtable.html#editMode">editMode</a>() <li><a href="tqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() -<li><a href="ntqtable.html#endEdit">endEdit</a>() -<li><a href="ntqtable.html#ensureCellVisible">ensureCellVisible</a>() +<li><a href="tqtable.html#endEdit">endEdit</a>() +<li><a href="tqtable.html#ensureCellVisible">ensureCellVisible</a>() <li><a href="tqscrollview.html#ensureVisible">ensureVisible</a>() <li><a href="tqwidget.html#enterEvent">enterEvent</a>() <li><a href="tqwidget.html#erase">erase</a>() @@ -164,21 +164,21 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#focusOutEvent">focusOutEvent</a>() <li><a href="tqwidget.html#focusPolicy">focusPolicy</a>() <li><a href="tqwidget.html#focusProxy">focusProxy</a>() -<li><a href="ntqtable.html#focusStyle">focusStyle</a>() +<li><a href="tqtable.html#focusStyle">focusStyle</a>() <li><a href="tqwidget.html#focusWidget">focusWidget</a>() <li><a href="tqwidget.html#font">font</a>() <li><a href="tqwidget.html#fontChange">fontChange</a>() <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -192,11 +192,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#height">height</a>() <li><a href="tqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="tqwidget.html#hide">hide</a>() -<li><a href="ntqtable.html#hideColumn">hideColumn</a>() +<li><a href="tqtable.html#hideColumn">hideColumn</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqtable.html#hideRow">hideRow</a>() +<li><a href="tqtable.html#hideRow">hideRow</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() -<li><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>() +<li><a href="tqtable.html#horizontalHeader">horizontalHeader</a>() <li><a href="tqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() <li><a href="tqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() <li><a href="tqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</a>() @@ -206,22 +206,22 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqtable.html#indexOf">indexOf</a>() +<li><a href="tqtable.html#indexOf">indexOf</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqtable.html#insertColumns">insertColumns</a>() -<li><a href="ntqtable.html#insertRows">insertRows</a>() -<li><a href="ntqtable.html#insertWidget">insertWidget</a>() +<li><a href="tqtable.html#insertColumns">insertColumns</a>() +<li><a href="tqtable.html#insertRows">insertRows</a>() +<li><a href="tqtable.html#insertWidget">insertWidget</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() -<li><a href="ntqtable.html#isColumnHidden">isColumnHidden</a>() -<li><a href="ntqtable.html#isColumnReadOnly">isColumnReadOnly</a>() -<li><a href="ntqtable.html#isColumnSelected">isColumnSelected</a>() -<li><a href="ntqtable.html#isColumnStretchable">isColumnStretchable</a>() +<li><a href="tqtable.html#isColumnHidden">isColumnHidden</a>() +<li><a href="tqtable.html#isColumnReadOnly">isColumnReadOnly</a>() +<li><a href="tqtable.html#isColumnSelected">isColumnSelected</a>() +<li><a href="tqtable.html#isColumnStretchable">isColumnStretchable</a>() <li><a href="tqwidget.html#isDesktop">isDesktop</a>() <li><a href="tqwidget.html#isDialog">isDialog</a>() -<li><a href="ntqtable.html#isEditing">isEditing</a>() +<li><a href="tqtable.html#isEditing">isEditing</a>() <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() @@ -235,12 +235,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqtable.html#isReadOnly">isReadOnly</a>() -<li><a href="ntqtable.html#isRowHidden">isRowHidden</a>() -<li><a href="ntqtable.html#isRowReadOnly">isRowReadOnly</a>() -<li><a href="ntqtable.html#isRowSelected">isRowSelected</a>() -<li><a href="ntqtable.html#isRowStretchable">isRowStretchable</a>() -<li><a href="ntqtable.html#isSelected">isSelected</a>() +<li><a href="tqtable.html#isReadOnly">isReadOnly</a>() +<li><a href="tqtable.html#isRowHidden">isRowHidden</a>() +<li><a href="tqtable.html#isRowReadOnly">isRowReadOnly</a>() +<li><a href="tqtable.html#isRowSelected">isRowSelected</a>() +<li><a href="tqtable.html#isRowStretchable">isRowStretchable</a>() +<li><a href="tqtable.html#isSelected">isSelected</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() @@ -249,7 +249,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() <li><a href="tqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqtable.html#item">item</a>() +<li><a href="tqtable.html#item">item</a>() <li><a href="tqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="tqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() @@ -258,7 +258,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqscrollview.html#leftMargin">leftMargin</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -267,14 +267,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -289,17 +289,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqtable.html#numCols">numCols</a>() -<li><a href="ntqtable.html#numRows">numRows</a>() -<li><a href="ntqtable.html#numSelections">numSelections</a>() +<li><a href="tqtable.html#numCols">numCols</a>() +<li><a href="tqtable.html#numRows">numRows</a>() +<li><a href="tqtable.html#numSelections">numSelections</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqtable.html#paintCell">paintCell</a>() -<li><a href="ntqtable.html#paintEmptyArea">paintEmptyArea</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() -<li><a href="ntqtable.html#paintFocus">paintFocus</a>() +<li><a href="tqtable.html#paintCell">paintCell</a>() +<li><a href="tqtable.html#paintEmptyArea">paintEmptyArea</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqtable.html#paintFocus">paintFocus</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -308,10 +308,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqtable.html#pixmap">pixmap</a>() +<li><a href="tqtable.html#pixmap">pixmap</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqtable.html#pressed">pressed</a>() +<li><a href="tqtable.html#pressed">pressed</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -320,37 +320,37 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqscrollview.html#removeChild">removeChild</a>() -<li><a href="ntqtable.html#removeColumn">removeColumn</a>() -<li><a href="ntqtable.html#removeColumns">removeColumns</a>() +<li><a href="tqtable.html#removeColumn">removeColumn</a>() +<li><a href="tqtable.html#removeColumns">removeColumns</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqtable.html#removeRow">removeRow</a>() -<li><a href="ntqtable.html#removeRows">removeRows</a>() -<li><a href="ntqtable.html#removeSelection">removeSelection</a>() +<li><a href="tqtable.html#removeRow">removeRow</a>() +<li><a href="tqtable.html#removeRows">removeRows</a>() +<li><a href="tqtable.html#removeSelection">removeSelection</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqscrollview.html#repaintContents">repaintContents</a>() -<li><a href="ntqtable.html#repaintSelections">repaintSelections</a>() +<li><a href="tqtable.html#repaintSelections">repaintSelections</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqscrollview.html#resizeContents">resizeContents</a>() -<li><a href="ntqtable.html#resizeData">resizeData</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqtable.html#resizeData">resizeData</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqscrollview.html#rightMargin">rightMargin</a>() -<li><a href="ntqtable.html#rowAt">rowAt</a>() -<li><a href="ntqtable.html#rowHeight">rowHeight</a>() -<li><a href="ntqtable.html#rowHeightChanged">rowHeightChanged</a>() -<li><a href="ntqtable.html#rowIndexChanged">rowIndexChanged</a>() -<li><a href="ntqtable.html#rowMovingEnabled">rowMovingEnabled</a>() -<li><a href="ntqtable.html#rowPos">rowPos</a>() +<li><a href="tqtable.html#rowAt">rowAt</a>() +<li><a href="tqtable.html#rowHeight">rowHeight</a>() +<li><a href="tqtable.html#rowHeightChanged">rowHeightChanged</a>() +<li><a href="tqtable.html#rowIndexChanged">rowIndexChanged</a>() +<li><a href="tqtable.html#rowMovingEnabled">rowMovingEnabled</a>() +<li><a href="tqtable.html#rowPos">rowPos</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqscrollview.html#scrollBy">scrollBy</a>() -<li><a href="ntqtable.html#selectCells">selectCells</a>() -<li><a href="ntqtable.html#selectColumn">selectColumn</a>() -<li><a href="ntqtable.html#selectRow">selectRow</a>() -<li><a href="ntqtable.html#selection">selection</a>() -<li><a href="ntqtable.html#selectionChanged">selectionChanged</a>() -<li><a href="ntqtable.html#selectionMode">selectionMode</a>() +<li><a href="tqtable.html#selectCells">selectCells</a>() +<li><a href="tqtable.html#selectColumn">selectColumn</a>() +<li><a href="tqtable.html#selectRow">selectRow</a>() +<li><a href="tqtable.html#selection">selection</a>() +<li><a href="tqtable.html#selectionChanged">selectionChanged</a>() +<li><a href="tqtable.html#selectionMode">selectionMode</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -361,21 +361,21 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqtable.html#setCellContentFromEditor">setCellContentFromEditor</a>() -<li><a href="ntqtable.html#setCellWidget">setCellWidget</a>() -<li><a href="ntqtable.html#setColumnLabels">setColumnLabels</a>() -<li><a href="ntqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</a>() -<li><a href="ntqtable.html#setColumnReadOnly">setColumnReadOnly</a>() -<li><a href="ntqtable.html#setColumnStretchable">setColumnStretchable</a>() -<li><a href="ntqtable.html#setColumnWidth">setColumnWidth</a>() +<li><a href="tqtable.html#setCellContentFromEditor">setCellContentFromEditor</a>() +<li><a href="tqtable.html#setCellWidget">setCellWidget</a>() +<li><a href="tqtable.html#setColumnLabels">setColumnLabels</a>() +<li><a href="tqtable.html#setColumnMovingEnabled">setColumnMovingEnabled</a>() +<li><a href="tqtable.html#setColumnReadOnly">setColumnReadOnly</a>() +<li><a href="tqtable.html#setColumnStretchable">setColumnStretchable</a>() +<li><a href="tqtable.html#setColumnWidth">setColumnWidth</a>() <li><a href="tqscrollview.html#setContentsPos">setContentsPos</a>() <li><a href="tqscrollview.html#setCornerWidget">setCornerWidget</a>() -<li><a href="ntqtable.html#setCurrentCell">setCurrentCell</a>() +<li><a href="tqtable.html#setCurrentCell">setCurrentCell</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() -<li><a href="ntqtable.html#setDragEnabled">setDragEnabled</a>() -<li><a href="ntqtable.html#setEditMode">setEditMode</a>() +<li><a href="tqtable.html#setDragEnabled">setDragEnabled</a>() +<li><a href="tqtable.html#setEditMode">setEditMode</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() @@ -385,12 +385,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocus">setFocus</a>() <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() -<li><a href="ntqtable.html#setFocusStyle">setFocusStyle</a>() +<li><a href="tqtable.html#setFocusStyle">setFocusStyle</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() <li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() @@ -398,49 +398,49 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() -<li><a href="ntqtable.html#setItem">setItem</a>() +<li><a href="tqtable.html#setItem">setItem</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqtable.html#setLeftMargin">setLeftMargin</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqtable.html#setLeftMargin">setLeftMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqtable.html#setNumCols">setNumCols</a>() -<li><a href="ntqtable.html#setNumRows">setNumRows</a>() +<li><a href="tqtable.html#setNumCols">setNumCols</a>() +<li><a href="tqtable.html#setNumRows">setNumRows</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqtable.html#setPixmap">setPixmap</a>() +<li><a href="tqtable.html#setPixmap">setPixmap</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqtable.html#setReadOnly">setReadOnly</a>() +<li><a href="tqtable.html#setReadOnly">setReadOnly</a>() <li><a href="tqscrollview.html#setResizePolicy">setResizePolicy</a>() -<li><a href="ntqtable.html#setRowHeight">setRowHeight</a>() -<li><a href="ntqtable.html#setRowLabels">setRowLabels</a>() -<li><a href="ntqtable.html#setRowMovingEnabled">setRowMovingEnabled</a>() -<li><a href="ntqtable.html#setRowReadOnly">setRowReadOnly</a>() -<li><a href="ntqtable.html#setRowStretchable">setRowStretchable</a>() -<li><a href="ntqtable.html#setSelectionMode">setSelectionMode</a>() -<li><a href="ntqtable.html#setShowGrid">setShowGrid</a>() +<li><a href="tqtable.html#setRowHeight">setRowHeight</a>() +<li><a href="tqtable.html#setRowLabels">setRowLabels</a>() +<li><a href="tqtable.html#setRowMovingEnabled">setRowMovingEnabled</a>() +<li><a href="tqtable.html#setRowReadOnly">setRowReadOnly</a>() +<li><a href="tqtable.html#setRowStretchable">setRowStretchable</a>() +<li><a href="tqtable.html#setSelectionMode">setSelectionMode</a>() +<li><a href="tqtable.html#setShowGrid">setShowGrid</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() -<li><a href="ntqtable.html#setSorting">setSorting</a>() +<li><a href="tqtable.html#setSorting">setSorting</a>() <li><a href="tqscrollview.html#setStaticBackground">setStaticBackground</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqtable.html#setText">setText</a>() -<li><a href="ntqtable.html#setTopMargin">setTopMargin</a>() +<li><a href="tqtable.html#setText">setText</a>() +<li><a href="tqtable.html#setTopMargin">setTopMargin</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() <li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() @@ -449,33 +449,33 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setWindowState">setWindowState</a>() <li><a href="tqwidget.html#show">show</a>() <li><a href="tqscrollview.html#showChild">showChild</a>() -<li><a href="ntqtable.html#showColumn">showColumn</a>() +<li><a href="tqtable.html#showColumn">showColumn</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() -<li><a href="ntqtable.html#showGrid">showGrid</a>() +<li><a href="tqtable.html#showGrid">showGrid</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() <li><a href="tqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqtable.html#showRow">showRow</a>() +<li><a href="tqtable.html#showRow">showRow</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqwidget.html#size">size</a>() <li><a href="tqwidget.html#sizeHint">sizeHint</a>() <li><a href="tqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() -<li><a href="ntqtable.html#sortColumn">sortColumn</a>() -<li><a href="ntqtable.html#sorting">sorting</a>() +<li><a href="tqtable.html#sortColumn">sortColumn</a>() +<li><a href="tqtable.html#sorting">sorting</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqtable.html#startDrag">startDrag</a>() +<li><a href="tqtable.html#startDrag">startDrag</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() -<li><a href="ntqtable.html#swapCells">swapCells</a>() -<li><a href="ntqtable.html#swapColumns">swapColumns</a>() -<li><a href="ntqtable.html#swapRows">swapRows</a>() +<li><a href="tqtable.html#swapCells">swapCells</a>() +<li><a href="tqtable.html#swapColumns">swapColumns</a>() +<li><a href="tqtable.html#swapRows">swapRows</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() -<li><a href="ntqtable.html#takeItem">takeItem</a>() +<li><a href="tqtable.html#takeItem">takeItem</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqtable.html#text">text</a>() +<li><a href="tqtable.html#text">text</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqscrollview.html#topMargin">topMargin</a>() @@ -485,15 +485,15 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#unsetFont">unsetFont</a>() <li><a href="tqwidget.html#unsetPalette">unsetPalette</a>() <li><a href="tqwidget.html#update">update</a>() -<li><a href="ntqtable.html#updateCell">updateCell</a>() +<li><a href="tqtable.html#updateCell">updateCell</a>() <li><a href="tqscrollview.html#updateContents">updateContents</a>() <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() -<li><a href="ntqtable.html#updateHeaderStates">updateHeaderStates</a>() +<li><a href="tqtable.html#updateHeaderStates">updateHeaderStates</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() <li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() <li><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</a>() -<li><a href="ntqtable.html#valueChanged">valueChanged</a>() -<li><a href="ntqtable.html#verticalHeader">verticalHeader</a>() +<li><a href="tqtable.html#valueChanged">valueChanged</a>() +<li><a href="tqtable.html#verticalHeader">verticalHeader</a>() <li><a href="tqscrollview.html#verticalScrollBar">verticalScrollBar</a>() <li><a href="tqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() <li><a href="tqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() diff --git a/doc/html/ntqtable.html b/doc/html/tqtable.html index c5a8a6a8b..7316acc68 100644 --- a/doc/html/ntqtable.html +++ b/doc/html/tqtable.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/qtable.cpp:1659 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/tqtable.cpp:1659 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,10 +33,10 @@ body { background: #ffffff; color: black; } <p>The TQTable class provides a flexible editable table widget. <a href="#details">More...</a> -<p><tt>#include <<a href="qtable-h.html">ntqtable.h</a>></tt> +<p><tt>#include <<a href="tqtable-h.html">tqtable.h</a>></tt> <p>Inherits <a href="tqscrollview.html">TQScrollView</a>. <p>Inherited by <a href="tqdatatable.html">TQDataTable</a>. -<p><a href="qtable-members.html">List of all member functions.</a> +<p><a href="tqtable-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQTable"><b>TQTable</b></a> ( TQWidget * parent = 0, const char * name = 0 )</li> @@ -228,20 +228,20 @@ none for unused cells. <p> The first line constructs the table specifying its size in rows and columns. We then insert a pixmap and some text into the <em>same</em> <a href="#cells">cell</a>, with the pixmap appearing to the left of the text. TQTable cells can be populated with -<a href="qtableitem.html">TQTableItem</a>s, <a href="tqcombotableitem.html">TQComboTableItem</a>s or by <a href="tqchecktableitem.html">TQCheckTableItem</a>s. +<a href="tqtableitem.html">TQTableItem</a>s, <a href="tqcombotableitem.html">TQComboTableItem</a>s or by <a href="tqchecktableitem.html">TQCheckTableItem</a>s. By default a vertical header appears at the left of the table showing row numbers and a horizontal header appears at the top of the table showing column numbers. (The numbers displayed start at 1, although row and column numbers within TQTable begin at 0.) <p> If you want to use mouse tracking call <a href="tqwidget.html#setMouseTracking">setMouseTracking</a>( TRUE ) on the <em>viewport</em>; (see <a href="tqscrollview.html#allviews">TQScrollView</a>). -<p> <center><img src="qtableitems.png" alt="Table Items"></center> +<p> <center><img src="tqtableitems.png" alt="Table Items"></center> <p> <a name="headers"></a> <h3> Headers </h3> <a name="1"></a><p> TQTable supports a header column, e.g. to display row numbers, and a header row, e.g to display column titles. To set row or column -labels use <a href="ntqheader.html#setLabel">TQHeader::setLabel</a>() on the pointers returned by +labels use <a href="tqheader.html#setLabel">TQHeader::setLabel</a>() on the pointers returned by <a href="#verticalHeader">verticalHeader</a>() and <a href="#horizontalHeader">horizontalHeader</a>() respectively. The vertical header is displayed within the table's left margin whose width is set with <a href="#setLeftMargin">setLeftMargin</a>(). The horizontal header is displayed @@ -251,7 +251,7 @@ within the table's top margin whose height is set with <a href="tqwidget.html#hide">hide</a>(), and call setTopMargin( 0 ) so that the area the header would have occupied is reduced to zero size. <p> Header labels are indexed via their section numbers. Note that the -default behavior of <a href="ntqheader.html">TQHeader</a> regarding section numbers is overriden +default behavior of <a href="tqheader.html">TQHeader</a> regarding section numbers is overriden for TQTable. See the explanation below in the Rows and Columns section in the discussion of moving columns and rows. <p> <a name="columnsrows"></a> @@ -275,7 +275,7 @@ removed with <a href="#removeRows">removeRows</a>() and <a href="#removeColumns" <p> Rows and columns can be set to be moveable using <a href="#rowMovingEnabled">rowMovingEnabled</a>() and <a href="#columnMovingEnabled">columnMovingEnabled</a>(). The user can drag them to reorder them holding down the Ctrl key and dragging the -mouse. For performance reasons, the default behavior of <a href="ntqheader.html">TQHeader</a> +mouse. For performance reasons, the default behavior of <a href="tqheader.html">TQHeader</a> section numbers is overridden by TQTable. Currently in TQTable, when a row or column is dragged and reordered, the section number is also changed to its new position. Therefore, there is no @@ -289,7 +289,7 @@ cells with <a href="#swapCells">swapCells</a>(). <p> For editable tables (see <a href="#setReadOnly">setReadOnly</a>()) you can set the read-only property of individual rows and columns with <a href="#setRowReadOnly">setRowReadOnly</a>() and <a href="#setColumnReadOnly">setColumnReadOnly</a>(). (Whether a cell is editable or read-only -depends on these settings and the cell's <a href="qtableitem.html#wheneditable">TQTableItem::EditType</a>.) +depends on these settings and the cell's <a href="tqtableitem.html#wheneditable">TQTableItem::EditType</a>.) <p> The row and column which have the focus are returned by <a href="#currentRow">currentRow</a>() and <a href="#currentColumn">currentColumn</a>() respectively. <p> Although many TQTable functions operate in terms of rows and @@ -300,7 +300,7 @@ identifying a particular cell. </h3> <a name="1-2"></a><p> All of a TQTable's cells are empty when the table is constructed. <p> There are two approaches to populating the table's cells. The -first and simplest approach is to use TQTableItems or <a href="qtableitem.html">TQTableItem</a> +first and simplest approach is to use TQTableItems or <a href="tqtableitem.html">TQTableItem</a> subclasses. The second approach doesn't use TQTableItems at all which is useful for very large sparse tables but requires you to reimplement a number of functions. We'll look at each approach in @@ -330,9 +330,9 @@ contents from one cell to another, either within the same table, or from one table to another. (See also, <a href="#swapCells">swapCells</a>()). <p> In-place editing of the text in TQTableItems, and the values in TQComboTableItems and TQCheckTableItems works automatically. Cells -may be editable or read-only, see <a href="qtableitem.html#wheneditable">TQTableItem::EditType</a>. If you +may be editable or read-only, see <a href="tqtableitem.html#wheneditable">TQTableItem::EditType</a>. If you want fine control over editing see <a href="#beginEdit">beginEdit</a>() and <a href="#endEdit">endEdit</a>(). -<p> The contents of a cell can be retrieved as a <a href="qtableitem.html">TQTableItem</a> using +<p> The contents of a cell can be retrieved as a <a href="tqtableitem.html">TQTableItem</a> using <a href="#item">item</a>(), or as a string with <a href="#text">text</a>() or as a pixmap (if there is one) with <a href="#pixmap">pixmap</a>(). A cell's bounding rectangle is given by <a href="#cellGeometry">cellGeometry</a>(). Use <a href="#updateCell">updateCell</a>() to repaint a cell, for example to @@ -365,7 +365,7 @@ header handling. TQWidgets, i.e. only store references to cells that are actually used, many of the functions can be implemented with a single line of code. (See the <a href="table-bigtable-main-cpp.html">table/bigtable/main.cpp</a> example.) -<p> For more information on cells see the <a href="qtableitem.html">TQTableItem</a> documenation. +<p> For more information on cells see the <a href="tqtableitem.html">TQTableItem</a> documenation. <p> <a name="selections"></a> <h3> Selections </h3> @@ -379,12 +379,12 @@ programmatically select cells with <a href="#addSelection">addSelection</a>(). T selections is given by <a href="#numSelections">numSelections</a>(). The current selection is returned by <a href="#currentSelection">currentSelection</a>(). You can remove a selection with <a href="#removeSelection">removeSelection</a>() and remove all selections with -<a href="#clearSelection">clearSelection</a>(). Selections are <a href="qtableselection.html">TQTableSelection</a> objects. +<a href="#clearSelection">clearSelection</a>(). Selections are <a href="tqtableselection.html">TQTableSelection</a> objects. <p> To easily add a new selection use <a href="#selectCells">selectCells</a>(), <a href="#selectRow">selectRow</a>() or <a href="#selectColumn">selectColumn</a>(). <p> Alternatively, use addSelection() to add new selections using TQTableSelection objects. The advantage of using TQTableSelection -objects is that you can call <a href="qtableselection.html#expandTo">TQTableSelection::expandTo</a>() to resize +objects is that you can call <a href="tqtableselection.html#expandTo">TQTableSelection::expandTo</a>() to resize the selection and can query and compare them. <p> The number of selections is given by numSelections(). The current selection is returned by currentSelection(). You can remove a @@ -447,15 +447,15 @@ populating the table if you're using TQTableItems. </h3> Constructs an empty table called <em>name</em> with <em>numRows</em> rows and <em>numCols</em> columns. The table is a child of <em>parent</em>. -<p> If you're using <a href="qtableitem.html">TQTableItem</a>s to populate the table's cells, you -can create <a href="qtableitem.html">TQTableItem</a>, <a href="tqcombotableitem.html">TQComboTableItem</a> and <a href="tqchecktableitem.html">TQCheckTableItem</a> items -and insert them into the table using <a href="#setItem">setItem</a>(). (See the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a> for an alternative to using TQTableItems.) +<p> If you're using <a href="tqtableitem.html">TQTableItem</a>s to populate the table's cells, you +can create <a href="tqtableitem.html">TQTableItem</a>, <a href="tqcombotableitem.html">TQComboTableItem</a> and <a href="tqchecktableitem.html">TQCheckTableItem</a> items +and insert them into the table using <a href="#setItem">setItem</a>(). (See the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a> for an alternative to using TQTableItems.) <p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <h3 class=fn><a name="~TQTable"></a>TQTable::~TQTable () </h3> Releases all the resources used by the TQTable object, -including all <a href="qtableitem.html">TQTableItem</a>s and their widgets. +including all <a href="tqtableitem.html">TQTableItem</a>s and their widgets. <h3 class=fn>void <a name="activateNextCell"></a>TQTable::activateNextCell ()<tt> [virtual protected]</tt> </h3> @@ -465,14 +465,14 @@ editing was finished by pressing the Enter key. the cell beneath the cell being edited. Reimplement this function if you want different behaviour, e.g. moving from left to right. -<h3 class=fn>int <a name="addSelection"></a>TQTable::addSelection ( const <a href="qtableselection.html">TQTableSelection</a> & s )<tt> [virtual]</tt> +<h3 class=fn>int <a name="addSelection"></a>TQTable::addSelection ( const <a href="tqtableselection.html">TQTableSelection</a> & s )<tt> [virtual]</tt> </h3> Adds a selection described by <em>s</em> to the table and returns its number or -1 if the selection is invalid. -<p> Remember to call <a href="qtableselection.html#init">TQTableSelection::init</a>() and -<a href="qtableselection.html#expandTo">TQTableSelection::expandTo</a>() to make the selection valid (see also -<a href="qtableselection.html#isActive">TQTableSelection::isActive</a>(), or use the -<a href="qtableselection.html">TQTableSelection</a>(int,int,int,int) constructor). +<p> Remember to call <a href="tqtableselection.html#init">TQTableSelection::init</a>() and +<a href="tqtableselection.html#expandTo">TQTableSelection::expandTo</a>() to make the selection valid (see also +<a href="tqtableselection.html#isActive">TQTableSelection::isActive</a>(), or use the +<a href="tqtableselection.html">TQTableSelection</a>(int,int,int,int) constructor). <p> <p>See also <a href="#numSelections-prop">numSelections</a>, <a href="#removeSelection">removeSelection</a>(), and <a href="#clearSelection">clearSelection</a>(). <h3 class=fn>void <a name="adjustColumn"></a>TQTable::adjustColumn ( int col )<tt> [virtual slot]</tt> @@ -519,23 +519,23 @@ row, col).<a href="tqwidget.html#size">size</a>() ); <h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="cellWidget"></a>TQTable::cellWidget ( int row, int col ) const<tt> [virtual]</tt> </h3> Returns the widget that has been set for the cell at <em>row</em>, <em>col</em>, or 0 if no widget has been set. -<p> If you don't use <a href="qtableitem.html">TQTableItem</a>s you may need to reimplement this -function: see the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>. +<p> If you don't use <a href="tqtableitem.html">TQTableItem</a>s you may need to reimplement this +function: see the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a>. <p> <p>See also <a href="#clearCellWidget">clearCellWidget</a>() and <a href="#setCellWidget">setCellWidget</a>(). <p>Example: <a href="tutorial2-08.html#x2611">chart/setdataform.cpp</a>. <h3 class=fn>void <a name="clearCell"></a>TQTable::clearCell ( int row, int col )<tt> [virtual]</tt> </h3> -Removes the <a href="qtableitem.html">TQTableItem</a> at <em>row</em>, <em>col</em>. -<p> If you don't use <a href="qtableitem.html">TQTableItem</a>s you may need to reimplement this -function: see the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>. +Removes the <a href="tqtableitem.html">TQTableItem</a> at <em>row</em>, <em>col</em>. +<p> If you don't use <a href="tqtableitem.html">TQTableItem</a>s you may need to reimplement this +function: see the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a>. <h3 class=fn>void <a name="clearCellWidget"></a>TQTable::clearCellWidget ( int row, int col )<tt> [virtual]</tt> </h3> Removes the widget (if there is one) set for the cell at <em>row</em>, <em>col</em>. -<p> If you don't use <a href="qtableitem.html">TQTableItem</a>s you may need to reimplement this -function: see the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>. +<p> If you don't use <a href="tqtableitem.html">TQTableItem</a>s you may need to reimplement this +function: see the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a>. <p> This function deletes the widget at <em>row</em>, <em>col</em>. Note that the widget is not deleted immediately; instead <a href="tqobject.html#deleteLater">TQObject::deleteLater</a>() is called on the widget to avoid problems with timing issues. @@ -573,11 +573,11 @@ when the user moved the column header <em>section</em> from <em>fromIndex</em> to <em>toIndex</em>. <p> If you want to change the column order programmatically, call <a href="#swapRows">swapRows</a>() or <a href="#swapColumns">swapColumns</a>(); -<p> <p>See also <a href="ntqheader.html#indexChange">TQHeader::indexChange</a>() and <a href="#rowIndexChanged">rowIndexChanged</a>(). +<p> <p>See also <a href="tqheader.html#indexChange">TQHeader::indexChange</a>() and <a href="#rowIndexChanged">rowIndexChanged</a>(). <h3 class=fn>bool <a name="columnMovingEnabled"></a>TQTable::columnMovingEnabled () const </h3><p>Returns TRUE if columns can be moved by the user; otherwise returns FALSE. -See the <a href="ntqtable.html#columnMovingEnabled-prop">"columnMovingEnabled"</a> property for details. +See the <a href="tqtable.html#columnMovingEnabled-prop">"columnMovingEnabled"</a> property for details. <h3 class=fn>int <a name="columnPos"></a>TQTable::columnPos ( int col ) const<tt> [virtual]</tt> </h3> Returns the x-coordinate of the column <em>col</em> in content @@ -644,19 +644,19 @@ with this content). If <em>initFromCell</em> is FALSE, the content of the cell is replaced with the new content which the user entered into the widget created by this function. <p> The default functionality is as follows: if <em>initFromCell</em> is -TRUE or the cell has a <a href="qtableitem.html">TQTableItem</a> and the table item's -<a href="qtableitem.html#isReplaceable">TQTableItem::isReplaceable</a>() is FALSE then the cell is asked to -create an appropriate editor (using <a href="qtableitem.html#createEditor">TQTableItem::createEditor</a>()). +TRUE or the cell has a <a href="tqtableitem.html">TQTableItem</a> and the table item's +<a href="tqtableitem.html#isReplaceable">TQTableItem::isReplaceable</a>() is FALSE then the cell is asked to +create an appropriate editor (using <a href="tqtableitem.html#createEditor">TQTableItem::createEditor</a>()). Otherwise a <a href="tqlineedit.html">TQLineEdit</a> is used as the editor. <p> If you want to create your own editor for certain cells, implement a custom TQTableItem subclass and reimplement TQTableItem::createEditor(). -<p> If you are not using <a href="qtableitem.html">TQTableItem</a>s and you don't want to use a +<p> If you are not using <a href="tqtableitem.html">TQTableItem</a>s and you don't want to use a TQLineEdit as the default editor, subclass TQTable and reimplement this function with code like this: <pre> - <a href="qtableitem.html">TQTableItem</a> *i = <a href="#item">item</a>( row, col ); - if ( initFromCell || ( i && !i-><a href="qtableitem.html#isReplaceable">isReplaceable</a>() ) ) + <a href="tqtableitem.html">TQTableItem</a> *i = <a href="#item">item</a>( row, col ); + if ( initFromCell || ( i && !i-><a href="tqtableitem.html#isReplaceable">isReplaceable</a>() ) ) // If we had a TQTableItem ask the base class to create the editor return TQTable::createEditor( row, col, initFromCell ); else @@ -667,7 +667,7 @@ Ownership of the editor widget is transferred to the caller. <p> If you reimplement this function return 0 for read-only cells. You will need to reimplement <a href="#setCellContentFromEditor">setCellContentFromEditor</a>() to retrieve the data the user entered. -<p> <p>See also <a href="qtableitem.html#createEditor">TQTableItem::createEditor</a>(). +<p> <p>See also <a href="tqtableitem.html#createEditor">TQTableItem::createEditor</a>(). <h3 class=fn>int <a name="currEditCol"></a>TQTable::currEditCol () const<tt> [protected]</tt> </h3> @@ -750,7 +750,7 @@ will be entering new data; otherwise the current content of the cell (if any) will be modified in the editor. <p> <p>See also <a href="#beginEdit">beginEdit</a>(). -<h3 class=fn><a href="ntqtable.html#EditMode-enum">EditMode</a> <a name="editMode"></a>TQTable::editMode () const<tt> [protected]</tt> +<h3 class=fn><a href="tqtable.html#EditMode-enum">EditMode</a> <a name="editMode"></a>TQTable::editMode () const<tt> [protected]</tt> </h3> Returns the current edit mode <p> <p>See also <a href="#EditMode-enum">TQTable::EditMode</a>. @@ -763,7 +763,7 @@ returns and the cell's contents are left unchanged. <p> If <em>accept</em> is TRUE the content of the editor must be transferred to the relevant cell. If <em>replace</em> is TRUE the current content of this cell should be replaced by the content of the editor (this -means removing the current <a href="qtableitem.html">TQTableItem</a> of the cell and creating a +means removing the current <a href="tqtableitem.html">TQTableItem</a> of the cell and creating a new one for the cell). Otherwise (if possible) the content of the editor should just be set to the existing TQTableItem of this cell. <p> <a href="#setCellContentFromEditor">setCellContentFromEditor</a>() is called to replace the contents of @@ -776,9 +776,9 @@ the cell with the contents of the cell's editor. Scrolls the table until the cell at <em>row</em>, <em>col</em> becomes visible. -<h3 class=fn><a href="ntqtable.html#FocusStyle-enum">FocusStyle</a> <a name="focusStyle"></a>TQTable::focusStyle () const +<h3 class=fn><a href="tqtable.html#FocusStyle-enum">FocusStyle</a> <a name="focusStyle"></a>TQTable::focusStyle () const </h3><p>Returns how the current (focus) cell is drawn. -See the <a href="ntqtable.html#focusStyle-prop">"focusStyle"</a> property for details. +See the <a href="tqtable.html#focusStyle-prop">"focusStyle"</a> property for details. <h3 class=fn>void <a name="hideColumn"></a>TQTable::hideColumn ( int col )<tt> [virtual slot]</tt> </h3> Hides column <em>col</em>. @@ -789,16 +789,16 @@ Hides column <em>col</em>. Hides row <em>row</em>. <p> <p>See also <a href="#showRow">showRow</a>() and <a href="#hideColumn">hideColumn</a>(). -<h3 class=fn><a href="ntqheader.html">TQHeader</a> * <a name="horizontalHeader"></a>TQTable::horizontalHeader () const +<h3 class=fn><a href="tqheader.html">TQHeader</a> * <a name="horizontalHeader"></a>TQTable::horizontalHeader () const </h3> -Returns the table's top <a href="ntqheader.html">TQHeader</a>. +Returns the table's top <a href="tqheader.html">TQHeader</a>. <p> This header contains the column labels. -<p> To modify a column label use <a href="ntqheader.html#setLabel">TQHeader::setLabel</a>(), e.g. +<p> To modify a column label use <a href="tqheader.html#setLabel">TQHeader::setLabel</a>(), e.g. <pre> <a href="#horizontalHeader">horizontalHeader</a>()->setLabel( 0, tr( "File" ) ); </pre> -<p> <p>See also <a href="#verticalHeader">verticalHeader</a>(), <a href="#setTopMargin">setTopMargin</a>(), and <a href="ntqheader.html">TQHeader</a>. +<p> <p>See also <a href="#verticalHeader">verticalHeader</a>(), <a href="#setTopMargin">setTopMargin</a>(), and <a href="tqheader.html">TQHeader</a>. <p>Examples: <a href="tutorial2-08.html#x2616">chart/setdataform.cpp</a>, <a href="helpsystem-example.html#x2690">helpsystem/mainwindow.cpp</a>, <a href="regexptester-example.html#x2499">regexptester/regexptester.cpp</a>, and <a href="small-table-example-example.html#x2800">table/small-table-demo/main.cpp</a>. <h3 class=fn>int <a name="indexOf"></a>TQTable::indexOf ( int row, int col ) const<tt> [protected]</tt> @@ -822,8 +822,8 @@ Inserts <em>count</em> empty rows at row <em>row</em>. Also clears the <a href=" Inserts widget <em>w</em> at <em>row</em>, <em>col</em> into the internal data structure. See the documentation of <a href="#setCellWidget">setCellWidget</a>() for further details. -<p> If you don't use <a href="qtableitem.html">TQTableItem</a>s you may need to reimplement this -function: see the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>. +<p> If you don't use <a href="tqtableitem.html">TQTableItem</a>s you may need to reimplement this +function: see the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a>. <h3 class=fn>bool <a name="isColumnHidden"></a>TQTable::isColumnHidden ( int col ) const<tt> [slot]</tt> </h3> @@ -836,7 +836,7 @@ FALSE. Returns TRUE if column <em>col</em> is read-only; otherwise returns FALSE. <p> Whether a cell in this column is editable or read-only depends on -the cell's EditType, and this setting: see <a href="qtableitem.html#wheneditable">TQTableItem::EditType</a>. +the cell's EditType, and this setting: see <a href="tqtableitem.html#wheneditable">TQTableItem::EditType</a>. <p> <p>See also <a href="#setColumnReadOnly">setColumnReadOnly</a>() and <a href="#isRowReadOnly">isRowReadOnly</a>(). <h3 class=fn>bool <a name="isColumnSelected"></a>TQTable::isColumnSelected ( int col, bool full = FALSE ) const @@ -862,7 +862,7 @@ otherwise (i.e. the <a href="#EditMode-enum">EditMode</a> is <a href="#EditMode- <h3 class=fn>bool <a name="isReadOnly"></a>TQTable::isReadOnly () const </h3><p>Returns TRUE if the table is read-only; otherwise returns FALSE. -See the <a href="ntqtable.html#readOnly-prop">"readOnly"</a> property for details. +See the <a href="tqtable.html#readOnly-prop">"readOnly"</a> property for details. <h3 class=fn>bool <a name="isRowHidden"></a>TQTable::isRowHidden ( int row ) const<tt> [slot]</tt> </h3> Returns TRUE if row <em>row</em> is hidden; otherwise returns @@ -873,8 +873,8 @@ FALSE. </h3> Returns TRUE if row <em>row</em> is read-only; otherwise returns FALSE. <p> Whether a cell in this row is editable or read-only depends on the -cell's <a href="qtableitem.html#EditType-enum">EditType</a>, and this -setting: see <a href="qtableitem.html#wheneditable">TQTableItem::EditType</a>. +cell's <a href="tqtableitem.html#EditType-enum">EditType</a>, and this +setting: see <a href="tqtableitem.html#wheneditable">TQTableItem::EditType</a>. <p> <p>See also <a href="#setRowReadOnly">setRowReadOnly</a>() and <a href="#isColumnReadOnly">isColumnReadOnly</a>(). <h3 class=fn>bool <a name="isRowSelected"></a>TQTable::isRowSelected ( int row, bool full = FALSE ) const @@ -897,27 +897,27 @@ Returns TRUE if the cell at <em>row</em>, <em>col</em> is selected; otherwise returns FALSE. <p> <p>See also <a href="#isRowSelected">isRowSelected</a>() and <a href="#isColumnSelected">isColumnSelected</a>(). -<h3 class=fn><a href="qtableitem.html">TQTableItem</a> * <a name="item"></a>TQTable::item ( int row, int col ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqtableitem.html">TQTableItem</a> * <a name="item"></a>TQTable::item ( int row, int col ) const<tt> [virtual]</tt> </h3> -Returns the <a href="qtableitem.html">TQTableItem</a> representing the contents of the cell at <em>row</em>, <em>col</em>. +Returns the <a href="tqtableitem.html">TQTableItem</a> representing the contents of the cell at <em>row</em>, <em>col</em>. <p> If <em>row</em> or <em>col</em> are out of range or no content has been set for this cell, <a href="#item">item</a>() returns 0. -<p> If you don't use <a href="qtableitem.html">TQTableItem</a>s you may need to reimplement this -function: see the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>. +<p> If you don't use <a href="tqtableitem.html">TQTableItem</a>s you may need to reimplement this +function: see the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a>. <p> <p>See also <a href="#setItem">setItem</a>(). <p>Example: <a href="regexptester-example.html#x2500">regexptester/regexptester.cpp</a>. <h3 class=fn>int <a name="numCols"></a>TQTable::numCols () const<tt> [virtual]</tt> </h3><p>Returns the number of columns in the table. -See the <a href="ntqtable.html#numCols-prop">"numCols"</a> property for details. +See the <a href="tqtable.html#numCols-prop">"numCols"</a> property for details. <p>Reimplemented in <a href="tqdatatable.html#numCols">TQDataTable</a>. <h3 class=fn>int <a name="numRows"></a>TQTable::numRows () const<tt> [virtual]</tt> </h3><p>Returns the number of rows in the table. -See the <a href="ntqtable.html#numRows-prop">"numRows"</a> property for details. +See the <a href="tqtable.html#numRows-prop">"numRows"</a> property for details. <p>Reimplemented in <a href="tqdatatable.html#numRows">TQDataTable</a>. <h3 class=fn>int <a name="numSelections"></a>TQTable::numSelections () const </h3><p>Returns the number of selections. -See the <a href="ntqtable.html#numSelections-prop">"numSelections"</a> property for details. +See the <a href="tqtable.html#numSelections-prop">"numSelections"</a> property for details. <h3 class=fn>void <a name="paintCell"></a>TQTable::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, int row, int col, const <a href="tqrect.html">TQRect</a> & cr, bool selected, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg )<tt> [virtual]</tt> </h3> Paints the cell at <em>row</em>, <em>col</em> on the painter <em>p</em>. The painter @@ -928,15 +928,15 @@ the cell coordinates in the content coordinate system. content. <p> If you want to draw custom cell content, for example right-aligned text, you must either reimplement <a href="#paintCell">paintCell</a>(), or subclass -<a href="qtableitem.html">TQTableItem</a> and reimplement <a href="qtableitem.html#paint">TQTableItem::paint</a>() to do the custom +<a href="tqtableitem.html">TQTableItem</a> and reimplement <a href="tqtableitem.html#paint">TQTableItem::paint</a>() to do the custom drawing. <p> If you're using a TQTableItem subclass, for example, to store a data structure, then reimplementing TQTableItem::paint() may be the best approach. For data you want to draw immediately, e.g. data retrieved from a database, it is probably best to reimplement paintCell(). Note that if you reimplement paintCell(), i.e. don't -use <a href="qtableitem.html">TQTableItem</a>s, you must reimplement other functions: see the -<a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>. +use <a href="tqtableitem.html">TQTableItem</a>s, you must reimplement other functions: see the +<a href="tqtable.html#notes-on-large-tables">notes on large tables</a>. <p> Note that the painter is not clipped by default in order to get maximum efficiency. If you want clipping, use code like this: <p> <pre> @@ -1014,7 +1014,7 @@ from 0 to <a href="#numRows">numRows</a>() - 1) with no duplicates, and must be ascending order. Also clears the <a href="#selection">selection</a>(s). <p> <p>See also <a href="#removeRow">removeRow</a>(), <a href="#insertRows">insertRows</a>(), and <a href="#removeColumns">removeColumns</a>(). -<h3 class=fn>void <a name="removeSelection"></a>TQTable::removeSelection ( const <a href="qtableselection.html">TQTableSelection</a> & s )<tt> [virtual]</tt> +<h3 class=fn>void <a name="removeSelection"></a>TQTable::removeSelection ( const <a href="tqtableselection.html">TQTableSelection</a> & s )<tt> [virtual]</tt> </h3> If the table has a selection, <em>s</em>, this selection is removed from the table. @@ -1035,7 +1035,7 @@ Repaints all selections This is called when TQTable's internal array needs to be resized to <em>len</em> elements. <p> If you don't use TQTableItems you should reimplement this as an -empty method to avoid wasting memory. See the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a> for further details. +empty method to avoid wasting memory. See the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a> for further details. <h3 class=fn>int <a name="rowAt"></a>TQTable::rowAt ( int y ) const<tt> [virtual]</tt> </h3> @@ -1062,11 +1062,11 @@ changed, i.e. the user moved the row header section <em>section</em> from <em>fromIndex</em> to <em>toIndex</em>. <p> If you want to change the order programmatically, call <a href="#swapRows">swapRows</a>() or <a href="#swapColumns">swapColumns</a>(); -<p> <p>See also <a href="ntqheader.html#indexChange">TQHeader::indexChange</a>() and <a href="#columnIndexChanged">columnIndexChanged</a>(). +<p> <p>See also <a href="tqheader.html#indexChange">TQHeader::indexChange</a>() and <a href="#columnIndexChanged">columnIndexChanged</a>(). <h3 class=fn>bool <a name="rowMovingEnabled"></a>TQTable::rowMovingEnabled () const </h3><p>Returns TRUE if rows can be moved by the user; otherwise returns FALSE. -See the <a href="ntqtable.html#rowMovingEnabled-prop">"rowMovingEnabled"</a> property for details. +See the <a href="tqtable.html#rowMovingEnabled-prop">"rowMovingEnabled"</a> property for details. <h3 class=fn>int <a name="rowPos"></a>TQTable::rowPos ( int row ) const<tt> [virtual]</tt> </h3> Returns the y-coordinate of the row <em>row</em> in content coordinates. @@ -1075,41 +1075,41 @@ Returns the y-coordinate of the row <em>row</em> in content coordinates. <h3 class=fn>void <a name="selectCells"></a>TQTable::selectCells ( int start_row, int start_col, int end_row, int end_col ) </h3> Selects the range starting at <em>start_row</em> and <em>start_col</em> and ending at <em>end_row</em> and <em>end_col</em>. -<p> <p>See also <a href="qtableselection.html">TQTableSelection</a>. +<p> <p>See also <a href="tqtableselection.html">TQTableSelection</a>. <h3 class=fn>void <a name="selectColumn"></a>TQTable::selectColumn ( int col ) </h3> Selects the column <em>col</em>. -<p> <p>See also <a href="qtableselection.html">TQTableSelection</a>. +<p> <p>See also <a href="tqtableselection.html">TQTableSelection</a>. <h3 class=fn>void <a name="selectRow"></a>TQTable::selectRow ( int row ) </h3> Selects the row <em>row</em>. -<p> <p>See also <a href="qtableselection.html">TQTableSelection</a>. +<p> <p>See also <a href="tqtableselection.html">TQTableSelection</a>. -<h3 class=fn><a href="qtableselection.html">TQTableSelection</a> <a name="selection"></a>TQTable::selection ( int num ) const +<h3 class=fn><a href="tqtableselection.html">TQTableSelection</a> <a name="selection"></a>TQTable::selection ( int num ) const </h3> -Returns selection number <em>num</em>, or an inactive <a href="qtableselection.html">TQTableSelection</a> if <em>num</em> is out of range (see <a href="qtableselection.html#isActive">TQTableSelection::isActive</a>()). +Returns selection number <em>num</em>, or an inactive <a href="tqtableselection.html">TQTableSelection</a> if <em>num</em> is out of range (see <a href="tqtableselection.html#isActive">TQTableSelection::isActive</a>()). <h3 class=fn>void <a name="selectionChanged"></a>TQTable::selectionChanged ()<tt> [signal]</tt> </h3> <p> This signal is emitted whenever a selection changes. -<p> <p>See also <a href="qtableselection.html">TQTableSelection</a>. +<p> <p>See also <a href="tqtableselection.html">TQTableSelection</a>. -<h3 class=fn><a href="ntqtable.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode"></a>TQTable::selectionMode () const +<h3 class=fn><a href="tqtable.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode"></a>TQTable::selectionMode () const </h3><p>Returns the current selection mode. -See the <a href="ntqtable.html#selectionMode-prop">"selectionMode"</a> property for details. +See the <a href="tqtable.html#selectionMode-prop">"selectionMode"</a> property for details. <h3 class=fn>void <a name="setCellContentFromEditor"></a>TQTable::setCellContentFromEditor ( int row, int col )<tt> [virtual protected]</tt> </h3> This function is called to replace the contents of the cell at <em>row</em>, <em>col</em> with the contents of the cell's editor. -<p> If there already exists a <a href="qtableitem.html">TQTableItem</a> for the cell, -it calls <a href="qtableitem.html#setContentFromEditor">TQTableItem::setContentFromEditor</a>() on this TQTableItem. -<p> If, for example, you want to create different <a href="qtableitem.html">TQTableItem</a>s +<p> If there already exists a <a href="tqtableitem.html">TQTableItem</a> for the cell, +it calls <a href="tqtableitem.html#setContentFromEditor">TQTableItem::setContentFromEditor</a>() on this TQTableItem. +<p> If, for example, you want to create different <a href="tqtableitem.html">TQTableItem</a>s depending on the contents of the editor, you might reimplement this function. -<p> If you want to work without <a href="qtableitem.html">TQTableItem</a>s, you will need to +<p> If you want to work without <a href="tqtableitem.html">TQTableItem</a>s, you will need to reimplement this function to save the data the user entered into -your data structure. (See the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>.) -<p> <p>See also <a href="qtableitem.html#setContentFromEditor">TQTableItem::setContentFromEditor</a>() and <a href="#createEditor">createEditor</a>(). +your data structure. (See the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a>.) +<p> <p>See also <a href="tqtableitem.html#setContentFromEditor">TQTableItem::setContentFromEditor</a>() and <a href="#createEditor">createEditor</a>(). <h3 class=fn>void <a name="setCellWidget"></a>TQTable::setCellWidget ( int row, int col, <a href="tqwidget.html">TQWidget</a> * e )<tt> [virtual]</tt> </h3> @@ -1118,7 +1118,7 @@ placing and resizing the widget when the cell geometry changes. <p> By default widgets are inserted into a vector with <a href="#numRows">numRows</a>() * <a href="#numCols">numCols</a>() elements. In very large tables you will probably want to store the widgets in a data structure that consumes less memory (see -the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>). To support the use of your own data +the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a>). To support the use of your own data structure this function calls <a href="#insertWidget">insertWidget</a>() to add the widget to the internal data structure. To use your own data structure reimplement insertWidget(), <a href="#cellWidget">cellWidget</a>() and <a href="#clearCellWidget">clearCellWidget</a>(). @@ -1132,14 +1132,14 @@ setCellWidget. </h3> Sets the section labels of the <a href="#horizontalHeader">horizontalHeader</a>() to <em>labels</em> <h3 class=fn>void <a name="setColumnMovingEnabled"></a>TQTable::setColumnMovingEnabled ( bool b )<tt> [virtual slot]</tt> </h3><p>Sets whether columns can be moved by the user to <em>b</em>. -See the <a href="ntqtable.html#columnMovingEnabled-prop">"columnMovingEnabled"</a> property for details. +See the <a href="tqtable.html#columnMovingEnabled-prop">"columnMovingEnabled"</a> property for details. <h3 class=fn>void <a name="setColumnReadOnly"></a>TQTable::setColumnReadOnly ( int col, bool ro )<tt> [virtual slot]</tt> </h3> If <em>ro</em> is TRUE, column <em>col</em> is set to be read-only; otherwise the column is set to be editable. <p> Whether a cell in this column is editable or read-only depends on the cell's EditType, and this setting: -see <a href="qtableitem.html#wheneditable">TQTableItem::EditType</a>. +see <a href="tqtableitem.html#wheneditable">TQTableItem::EditType</a>. <p> <p>See also <a href="#isColumnReadOnly">isColumnReadOnly</a>(), <a href="#setRowReadOnly">setRowReadOnly</a>(), and <a href="#readOnly-prop">readOnly</a>. <p> @@ -1171,22 +1171,22 @@ Moves the focus to the cell at <em>row</em>, <em>col</em>. If <em>b</em> is TRUE, the table starts a drag (see <a href="#dragObject">dragObject</a>()) when the user presses and moves the mouse on a selected cell. -<h3 class=fn>void <a name="setEditMode"></a>TQTable::setEditMode ( <a href="ntqtable.html#EditMode-enum">EditMode</a> mode, int row, int col )<tt> [protected]</tt> +<h3 class=fn>void <a name="setEditMode"></a>TQTable::setEditMode ( <a href="tqtable.html#EditMode-enum">EditMode</a> mode, int row, int col )<tt> [protected]</tt> </h3> Sets the current edit mode to <em>mode</em>, the current edit row to <em>row</em> and the current edit column to <em>col</em>. <p> <p>See also <a href="#EditMode-enum">EditMode</a>. -<h3 class=fn>void <a name="setFocusStyle"></a>TQTable::setFocusStyle ( <a href="ntqtable.html#FocusStyle-enum">FocusStyle</a> fs )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setFocusStyle"></a>TQTable::setFocusStyle ( <a href="tqtable.html#FocusStyle-enum">FocusStyle</a> fs )<tt> [virtual]</tt> </h3><p>Sets how the current (focus) cell is drawn to <em>fs</em>. -See the <a href="ntqtable.html#focusStyle-prop">"focusStyle"</a> property for details. -<h3 class=fn>void <a name="setItem"></a>TQTable::setItem ( int row, int col, <a href="qtableitem.html">TQTableItem</a> * item )<tt> [virtual]</tt> +See the <a href="tqtable.html#focusStyle-prop">"focusStyle"</a> property for details. +<h3 class=fn>void <a name="setItem"></a>TQTable::setItem ( int row, int col, <a href="tqtableitem.html">TQTableItem</a> * item )<tt> [virtual]</tt> </h3> Inserts the table item <em>item</em> into the table at row <em>row</em>, column <em>col</em>, and repaints the cell. If a table item already exists in this cell it is deleted and replaced with <em>item</em>. The table takes ownership of the table item. -<p> If you don't use <a href="qtableitem.html">TQTableItem</a>s you may need to reimplement this -function: see the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>. +<p> If you don't use <a href="tqtableitem.html">TQTableItem</a>s you may need to reimplement this +function: see the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a>. <p> <p>See also <a href="#item">item</a>() and <a href="#takeItem">takeItem</a>(). <p>Examples: <a href="helpsystem-example.html#x2691">helpsystem/mainwindow.cpp</a> and <a href="small-table-example-example.html#x2803">table/small-table-demo/main.cpp</a>. @@ -1203,25 +1203,25 @@ right margin. <p>Example: <a href="regexptester-example.html#x2501">regexptester/regexptester.cpp</a>. <h3 class=fn>void <a name="setNumCols"></a>TQTable::setNumCols ( int r )<tt> [virtual slot]</tt> </h3><p>Sets the number of columns in the table to <em>r</em>. -See the <a href="ntqtable.html#numCols-prop">"numCols"</a> property for details. +See the <a href="tqtable.html#numCols-prop">"numCols"</a> property for details. <h3 class=fn>void <a name="setNumRows"></a>TQTable::setNumRows ( int r )<tt> [virtual slot]</tt> </h3><p>Sets the number of rows in the table to <em>r</em>. -See the <a href="ntqtable.html#numRows-prop">"numRows"</a> property for details. +See the <a href="tqtable.html#numRows-prop">"numRows"</a> property for details. <h3 class=fn>void <a name="setPixmap"></a>TQTable::setPixmap ( int row, int col, const <a href="tqpixmap.html">TQPixmap</a> & pix )<tt> [virtual]</tt> </h3> Sets the pixmap in the cell at <em>row</em>, <em>col</em> to <em>pix</em>. -<p> If the cell does not contain a table item a <a href="qtableitem.html">TQTableItem</a> is created -with an <a href="qtableitem.html#EditType-enum">EditType</a> of <tt>OnTyping</tt>, +<p> If the cell does not contain a table item a <a href="tqtableitem.html">TQTableItem</a> is created +with an <a href="tqtableitem.html#EditType-enum">EditType</a> of <tt>OnTyping</tt>, otherwise the existing table item's pixmap (if any) is replaced with <em>pix</em>. <p> Note that <a href="tqcombotableitem.html">TQComboTableItem</a>s and <a href="tqchecktableitem.html">TQCheckTableItem</a>s don't show pixmaps. -<p> <p>See also <a href="#pixmap">pixmap</a>(), <a href="#setText">setText</a>(), <a href="#setItem">setItem</a>(), and <a href="qtableitem.html#setPixmap">TQTableItem::setPixmap</a>(). +<p> <p>See also <a href="#pixmap">pixmap</a>(), <a href="#setText">setText</a>(), <a href="#setItem">setItem</a>(), and <a href="tqtableitem.html#setPixmap">TQTableItem::setPixmap</a>(). <p>Examples: <a href="tutorial2-08.html#x2623">chart/setdataform.cpp</a> and <a href="small-table-example-example.html#x2804">table/small-table-demo/main.cpp</a>. <h3 class=fn>void <a name="setReadOnly"></a>TQTable::setReadOnly ( bool b )<tt> [virtual slot]</tt> </h3><p>Sets whether the table is read-only to <em>b</em>. -See the <a href="ntqtable.html#readOnly-prop">"readOnly"</a> property for details. +See the <a href="tqtable.html#readOnly-prop">"readOnly"</a> property for details. <h3 class=fn>void <a name="setRowHeight"></a>TQTable::setRowHeight ( int row, int h )<tt> [virtual slot]</tt> </h3> Resizes row <em>row</em> to be <em>h</em> pixels high. @@ -1231,14 +1231,14 @@ Resizes row <em>row</em> to be <em>h</em> pixels high. </h3> Sets the section labels of the <a href="#verticalHeader">verticalHeader</a>() to <em>labels</em> <h3 class=fn>void <a name="setRowMovingEnabled"></a>TQTable::setRowMovingEnabled ( bool b )<tt> [virtual slot]</tt> </h3><p>Sets whether rows can be moved by the user to <em>b</em>. -See the <a href="ntqtable.html#rowMovingEnabled-prop">"rowMovingEnabled"</a> property for details. +See the <a href="tqtable.html#rowMovingEnabled-prop">"rowMovingEnabled"</a> property for details. <h3 class=fn>void <a name="setRowReadOnly"></a>TQTable::setRowReadOnly ( int row, bool ro )<tt> [virtual slot]</tt> </h3> If <em>ro</em> is TRUE, row <em>row</em> is set to be read-only; otherwise the row is set to be editable. <p> Whether a cell in this row is editable or read-only depends on the cell's EditType, and this setting: -see <a href="qtableitem.html#wheneditable">TQTableItem::EditType</a>. +see <a href="tqtableitem.html#wheneditable">TQTableItem::EditType</a>. <p> <p>See also <a href="#isRowReadOnly">isRowReadOnly</a>(), <a href="#setColumnReadOnly">setColumnReadOnly</a>(), and <a href="#readOnly-prop">readOnly</a>. <h3 class=fn>void <a name="setRowStretchable"></a>TQTable::setRowStretchable ( int row, bool stretch )<tt> [virtual slot]</tt> @@ -1251,23 +1251,23 @@ completely as possible. The user cannot manually resize stretchable rows. <p> <p>See also <a href="#isRowStretchable">isRowStretchable</a>() and <a href="#setColumnStretchable">setColumnStretchable</a>(). -<h3 class=fn>void <a name="setSelectionMode"></a>TQTable::setSelectionMode ( <a href="ntqtable.html#SelectionMode-enum">SelectionMode</a> mode )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setSelectionMode"></a>TQTable::setSelectionMode ( <a href="tqtable.html#SelectionMode-enum">SelectionMode</a> mode )<tt> [virtual]</tt> </h3><p>Sets the current selection mode to <em>mode</em>. -See the <a href="ntqtable.html#selectionMode-prop">"selectionMode"</a> property for details. +See the <a href="tqtable.html#selectionMode-prop">"selectionMode"</a> property for details. <h3 class=fn>void <a name="setShowGrid"></a>TQTable::setShowGrid ( bool b )<tt> [virtual slot]</tt> </h3><p>Sets whether the table's grid is displayed to <em>b</em>. -See the <a href="ntqtable.html#showGrid-prop">"showGrid"</a> property for details. +See the <a href="tqtable.html#showGrid-prop">"showGrid"</a> property for details. <h3 class=fn>void <a name="setSorting"></a>TQTable::setSorting ( bool b )<tt> [virtual slot]</tt> </h3><p>Sets whether a click on the header of a column sorts that column to <em>b</em>. -See the <a href="ntqtable.html#sorting-prop">"sorting"</a> property for details. +See the <a href="tqtable.html#sorting-prop">"sorting"</a> property for details. <h3 class=fn>void <a name="setText"></a>TQTable::setText ( int row, int col, const <a href="tqstring.html">TQString</a> & text )<tt> [virtual]</tt> </h3> Sets the text in the cell at <em>row</em>, <em>col</em> to <em>text</em>. -<p> If the cell does not contain a table item a <a href="qtableitem.html">TQTableItem</a> is created -with an <a href="qtableitem.html#EditType-enum">EditType</a> of <tt>OnTyping</tt>, +<p> If the cell does not contain a table item a <a href="tqtableitem.html">TQTableItem</a> is created +with an <a href="tqtableitem.html#EditType-enum">EditType</a> of <tt>OnTyping</tt>, otherwise the existing table item's text (if any) is replaced with <em>text</em>. -<p> <p>See also <a href="#text">text</a>(), <a href="#setPixmap">setPixmap</a>(), <a href="#setItem">setItem</a>(), and <a href="qtableitem.html#setText">TQTableItem::setText</a>(). +<p> <p>See also <a href="#text">text</a>(), <a href="#setPixmap">setPixmap</a>(), <a href="#setItem">setItem</a>(), and <a href="tqtableitem.html#setText">TQTableItem::setText</a>(). <p>Examples: <a href="tutorial2-08.html#x2624">chart/setdataform.cpp</a>, <a href="helpsystem-example.html#x2692">helpsystem/mainwindow.cpp</a>, <a href="regexptester-example.html#x2504">regexptester/regexptester.cpp</a>, and <a href="small-table-example-example.html#x2805">table/small-table-demo/main.cpp</a>. <h3 class=fn>void <a name="setTopMargin"></a>TQTable::setTopMargin ( int m )<tt> [virtual slot]</tt> @@ -1285,7 +1285,7 @@ Shows column <em>col</em>. <h3 class=fn>bool <a name="showGrid"></a>TQTable::showGrid () const </h3><p>Returns TRUE if the table's grid is displayed; otherwise returns FALSE. -See the <a href="ntqtable.html#showGrid-prop">"showGrid"</a> property for details. +See the <a href="tqtable.html#showGrid-prop">"showGrid"</a> property for details. <h3 class=fn>void <a name="showRow"></a>TQTable::showRow ( int row )<tt> [virtual slot]</tt> </h3> Shows row <em>row</em>. @@ -1298,14 +1298,14 @@ ascending order, otherwise the sort is in descending order. <p> If <em>wholeRows</em> is TRUE, entire rows are sorted using <a href="#swapRows">swapRows</a>(); otherwise only cells in the column are sorted using <a href="#swapCells">swapCells</a>(). <p> Note that if you are not using TQTableItems you will need to -reimplement swapRows() and swapCells(). (See the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>.) +reimplement swapRows() and swapCells(). (See the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a>.) <p> <p>See also <a href="#swapRows">swapRows</a>(). <p>Example: <a href="statistics-example.html#x2784">table/statistics/statistics.cpp</a>. <p>Reimplemented in <a href="tqdatatable.html#sortColumn">TQDataTable</a>. <h3 class=fn>bool <a name="sorting"></a>TQTable::sorting () const </h3><p>Returns TRUE if a click on the header of a column sorts that column; otherwise returns FALSE. -See the <a href="ntqtable.html#sorting-prop">"sorting"</a> property for details. +See the <a href="tqtable.html#sorting-prop">"sorting"</a> property for details. <h3 class=fn>void <a name="startDrag"></a>TQTable::startDrag ()<tt> [virtual protected]</tt> </h3> Starts a drag. @@ -1317,9 +1317,9 @@ Starts a drag. Swaps the contents of the cell at <em>row1</em>, <em>col1</em> with the contents of the cell at <em>row2</em>, <em>col2</em>. <p> This function is also called when the table is sorted. -<p> If you don't use <a href="qtableitem.html">TQTableItem</a>s and want your users to be able to +<p> If you don't use <a href="tqtableitem.html">TQTableItem</a>s and want your users to be able to swap cells, you will need to reimplement this function. (See the -<a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>.) +<a href="tqtable.html#notes-on-large-tables">notes on large tables</a>.) <p> <p>See also <a href="#swapColumns">swapColumns</a>() and <a href="#swapRows">swapRows</a>(). <h3 class=fn>void <a name="swapColumns"></a>TQTable::swapColumns ( int col1, int col2, bool swapHeader = FALSE )<tt> [virtual slot]</tt> @@ -1328,9 +1328,9 @@ Swaps the data in <em>col1</em> with <em>col2</em>. <p> This function is used to swap the positions of two columns. It is called when the user changes the order of columns (see <a href="#setColumnMovingEnabled">setColumnMovingEnabled</a>(), and when columns are sorted. -<p> If you don't use <a href="qtableitem.html">TQTableItem</a>s and want your users to be able to +<p> If you don't use <a href="tqtableitem.html">TQTableItem</a>s and want your users to be able to swap columns you will need to reimplement this function. (See the -<a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>.) +<a href="tqtable.html#notes-on-large-tables">notes on large tables</a>.) <p> If <em>swapHeader</em> is TRUE, the columns' header contents is also swapped. <p> <p>See also <a href="#swapCells">swapCells</a>(). @@ -1341,16 +1341,16 @@ Swaps the data in <em>row1</em> and <em>row2</em>. <p> This function is used to swap the positions of two rows. It is called when the user changes the order of rows (see <a href="#setRowMovingEnabled">setRowMovingEnabled</a>()), and when rows are sorted. -<p> If you don't use <a href="qtableitem.html">TQTableItem</a>s and want your users to be able to +<p> If you don't use <a href="tqtableitem.html">TQTableItem</a>s and want your users to be able to swap rows, e.g. for sorting, you will need to reimplement this -function. (See the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>.) +function. (See the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a>.) <p> If <em>swapHeader</em> is TRUE, the rows' header contents is also swapped. <p> This function will not update the TQTable, you will have to do this manually, e.g. by calling <a href="tqscrollview.html#updateContents">updateContents</a>(). <p> <p>See also <a href="#swapColumns">swapColumns</a>() and <a href="#swapCells">swapCells</a>(). -<h3 class=fn>void <a name="takeItem"></a>TQTable::takeItem ( <a href="qtableitem.html">TQTableItem</a> * i )<tt> [virtual]</tt> +<h3 class=fn>void <a name="takeItem"></a>TQTable::takeItem ( <a href="tqtableitem.html">TQTableItem</a> * i )<tt> [virtual]</tt> </h3> Takes the table item <em>i</em> out of the table. This function does <em>not</em> delete the table item. You must either delete the table item yourself or put it into a table (using <a href="#setItem">setItem</a>()) which will then @@ -1386,11 +1386,11 @@ the headers are updated. at <em>row</em>, <em>col</em>. <p>Example: <a href="tutorial2-08.html#x2626">chart/setdataform.cpp</a>. -<h3 class=fn><a href="ntqheader.html">TQHeader</a> * <a name="verticalHeader"></a>TQTable::verticalHeader () const +<h3 class=fn><a href="tqheader.html">TQHeader</a> * <a name="verticalHeader"></a>TQTable::verticalHeader () const </h3> -Returns the table's vertical <a href="ntqheader.html">TQHeader</a>. +Returns the table's vertical <a href="tqheader.html">TQHeader</a>. <p> This header contains the row labels. -<p> <p>See also <a href="#horizontalHeader">horizontalHeader</a>(), <a href="#setLeftMargin">setLeftMargin</a>(), and <a href="ntqheader.html">TQHeader</a>. +<p> <p>See also <a href="#horizontalHeader">horizontalHeader</a>(), <a href="#setLeftMargin">setLeftMargin</a>(), and <a href="tqheader.html">TQHeader</a>. <p>Examples: <a href="helpsystem-example.html#x2693">helpsystem/mainwindow.cpp</a> and <a href="regexptester-example.html#x2506">regexptester/regexptester.cpp</a>. <hr><h2>Property Documentation</h2> @@ -1400,13 +1400,13 @@ Returns the table's vertical <a href="ntqheader.html">TQHeader</a>. down the Ctrl key. <p> <b>Warning:</b> If TQTable is used to move header sections as a result of user interaction, the mapping between header indexes and section exposed by -<a href="ntqheader.html">TQHeader</a> will not reflect the order of the headers in the table; i.e., -TQTable does not call <a href="ntqheader.html#moveSection">TQHeader::moveSection</a>() to move sections but handles +<a href="tqheader.html">TQHeader</a> will not reflect the order of the headers in the table; i.e., +TQTable does not call <a href="tqheader.html#moveSection">TQHeader::moveSection</a>() to move sections but handles move operations internally. <p> <p>See also <a href="#rowMovingEnabled-prop">rowMovingEnabled</a>. <p>Set this property's value with <a href="#setColumnMovingEnabled">setColumnMovingEnabled</a>() and get this property's value with <a href="#columnMovingEnabled">columnMovingEnabled</a>(). -<h3 class=fn><a href="ntqtable.html#FocusStyle-enum">FocusStyle</a> <a name="focusStyle-prop"></a>focusStyle</h3> +<h3 class=fn><a href="tqtable.html#FocusStyle-enum">FocusStyle</a> <a name="focusStyle-prop"></a>focusStyle</h3> <p>This property holds how the current (focus) cell is drawn. <p>The default style is <a href="#FocusStyle-enum">SpreadSheet</a>. <p> <p>See also <a href="#FocusStyle-enum">TQTable::FocusStyle</a>. @@ -1430,8 +1430,8 @@ move operations internally. <h3 class=fn>bool <a name="readOnly-prop"></a>readOnly</h3> <p>This property holds whether the table is read-only. <p>Whether a cell in the table is editable or read-only depends on -the cell's <a href="qtableitem.html#EditType-enum">EditType</a>, and this setting: -see <a href="qtableitem.html#wheneditable">TQTableItem::EditType</a>. +the cell's <a href="tqtableitem.html#EditType-enum">EditType</a>, and this setting: +see <a href="tqtableitem.html#wheneditable">TQTableItem::EditType</a>. <p> <p>See also <a href="tqwidget.html#enabled-prop">TQWidget::enabled</a>, <a href="#setColumnReadOnly">setColumnReadOnly</a>(), and <a href="#setRowReadOnly">setRowReadOnly</a>(). <p>Set this property's value with <a href="#setReadOnly">setReadOnly</a>() and get this property's value with <a href="#isReadOnly">isReadOnly</a>(). @@ -1441,13 +1441,13 @@ see <a href="qtableitem.html#wheneditable">TQTableItem::EditType</a>. down the Ctrl key. <p> <b>Warning:</b> If TQTable is used to move header sections as a result of user interaction, the mapping between header indexes and section exposed by -<a href="ntqheader.html">TQHeader</a> will not reflect the order of the headers in the table; i.e., -TQTable does not call <a href="ntqheader.html#moveSection">TQHeader::moveSection</a>() to move sections but handles +<a href="tqheader.html">TQHeader</a> will not reflect the order of the headers in the table; i.e., +TQTable does not call <a href="tqheader.html#moveSection">TQHeader::moveSection</a>() to move sections but handles move operations internally. <p> <p>See also <a href="#columnMovingEnabled-prop">columnMovingEnabled</a>. <p>Set this property's value with <a href="#setRowMovingEnabled">setRowMovingEnabled</a>() and get this property's value with <a href="#rowMovingEnabled">rowMovingEnabled</a>(). -<h3 class=fn><a href="ntqtable.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode-prop"></a>selectionMode</h3> +<h3 class=fn><a href="tqtable.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode-prop"></a>selectionMode</h3> <p>This property holds the current selection mode. <p>The default mode is <a href="#SelectionMode-enum">Multi</a> which allows the user to select multiple ranges of cells. diff --git a/doc/html/qtable.png b/doc/html/tqtable.png Binary files differindex 1f862ed92..1f862ed92 100644 --- a/doc/html/qtable.png +++ b/doc/html/tqtable.png diff --git a/doc/html/qtableitem-members.html b/doc/html/tqtableitem-members.html index d7a79f17c..240ecffc8 100644 --- a/doc/html/qtableitem-members.html +++ b/doc/html/tqtableitem-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtable.h:112 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtable.h:112 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,37 +32,37 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTableItem</h1> <p>This is the complete list of member functions for -<a href="qtableitem.html">TQTableItem</a>, including inherited members. +<a href="tqtableitem.html">TQTableItem</a>, including inherited members. <ul> -<li><a href="qtableitem.html#TQTableItem">TQTableItem</a>() -<li><a href="qtableitem.html#~TQTableItem">~TQTableItem</a>() -<li><a href="qtableitem.html#alignment">alignment</a>() -<li><a href="qtableitem.html#col">col</a>() -<li><a href="qtableitem.html#colSpan">colSpan</a>() -<li><a href="qtableitem.html#createEditor">createEditor</a>() -<li><a href="qtableitem.html#editType">editType</a>() -<li><a href="qtableitem.html#isEnabled">isEnabled</a>() -<li><a href="qtableitem.html#isReplaceable">isReplaceable</a>() -<li><a href="qtableitem.html#key">key</a>() -<li><a href="qtableitem.html#paint">paint</a>() -<li><a href="qtableitem.html#pixmap">pixmap</a>() -<li><a href="qtableitem.html#row">row</a>() -<li><a href="qtableitem.html#rowSpan">rowSpan</a>() -<li><a href="qtableitem.html#rtti">rtti</a>() -<li><a href="qtableitem.html#setCol">setCol</a>() -<li><a href="qtableitem.html#setContentFromEditor">setContentFromEditor</a>() -<li><a href="qtableitem.html#setEnabled">setEnabled</a>() -<li><a href="qtableitem.html#setPixmap">setPixmap</a>() -<li><a href="qtableitem.html#setReplaceable">setReplaceable</a>() -<li><a href="qtableitem.html#setRow">setRow</a>() -<li><a href="qtableitem.html#setSpan">setSpan</a>() -<li><a href="qtableitem.html#setText">setText</a>() -<li><a href="qtableitem.html#setWordWrap">setWordWrap</a>() -<li><a href="qtableitem.html#sizeHint">sizeHint</a>() -<li><a href="qtableitem.html#table">table</a>() -<li><a href="qtableitem.html#text">text</a>() -<li><a href="qtableitem.html#wordWrap">wordWrap</a>() +<li><a href="tqtableitem.html#TQTableItem">TQTableItem</a>() +<li><a href="tqtableitem.html#~TQTableItem">~TQTableItem</a>() +<li><a href="tqtableitem.html#alignment">alignment</a>() +<li><a href="tqtableitem.html#col">col</a>() +<li><a href="tqtableitem.html#colSpan">colSpan</a>() +<li><a href="tqtableitem.html#createEditor">createEditor</a>() +<li><a href="tqtableitem.html#editType">editType</a>() +<li><a href="tqtableitem.html#isEnabled">isEnabled</a>() +<li><a href="tqtableitem.html#isReplaceable">isReplaceable</a>() +<li><a href="tqtableitem.html#key">key</a>() +<li><a href="tqtableitem.html#paint">paint</a>() +<li><a href="tqtableitem.html#pixmap">pixmap</a>() +<li><a href="tqtableitem.html#row">row</a>() +<li><a href="tqtableitem.html#rowSpan">rowSpan</a>() +<li><a href="tqtableitem.html#rtti">rtti</a>() +<li><a href="tqtableitem.html#setCol">setCol</a>() +<li><a href="tqtableitem.html#setContentFromEditor">setContentFromEditor</a>() +<li><a href="tqtableitem.html#setEnabled">setEnabled</a>() +<li><a href="tqtableitem.html#setPixmap">setPixmap</a>() +<li><a href="tqtableitem.html#setReplaceable">setReplaceable</a>() +<li><a href="tqtableitem.html#setRow">setRow</a>() +<li><a href="tqtableitem.html#setSpan">setSpan</a>() +<li><a href="tqtableitem.html#setText">setText</a>() +<li><a href="tqtableitem.html#setWordWrap">setWordWrap</a>() +<li><a href="tqtableitem.html#sizeHint">sizeHint</a>() +<li><a href="tqtableitem.html#table">table</a>() +<li><a href="tqtableitem.html#text">text</a>() +<li><a href="tqtableitem.html#wordWrap">wordWrap</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qtableitem.html b/doc/html/tqtableitem.html index 37b03883b..0d923ee97 100644 --- a/doc/html/qtableitem.html +++ b/doc/html/tqtableitem.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/qtable.cpp:406 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/tqtable.cpp:406 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,10 +33,10 @@ body { background: #ffffff; color: black; } <p>The TQTableItem class provides the cell content for TQTable cells. <a href="#details">More...</a> -<p><tt>#include <<a href="qtable-h.html">ntqtable.h</a>></tt> +<p><tt>#include <<a href="tqtable-h.html">tqtable.h</a>></tt> <p>Inherits <a href="ntqt.html">TQt</a>. <p>Inherited by <a href="tqcombotableitem.html">TQComboTableItem</a> and <a href="tqchecktableitem.html">TQCheckTableItem</a>. -<p><a href="qtableitem-members.html">List of all member functions.</a> +<p><a href="tqtableitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#EditType-enum"><b>EditType</b></a> { Never, OnTyping, WhenCurrent, Always }</li> @@ -74,14 +74,14 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQTableItem class provides the cell content for <a href="ntqtable.html">TQTable</a> cells. +The TQTableItem class provides the cell content for <a href="tqtable.html">TQTable</a> cells. <p> <p> For many applications TQTableItems are ideal for presenting and editing the contents of TQTable cells. In situations where you need to create very large tables you may prefer an alternative approach -to using TQTableItems: see the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>. +to using TQTableItems: see the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a>. <p> A TQTableItem contains a cell's data, by default, a string and a pixmap. The table item also holds the cell's display size and how the data should be aligned. The table item specifies the cell's @@ -96,7 +96,7 @@ respectively. For text you can use <a href="#setWordWrap">setWordWrap</a>(). <p> When sorting table items the <a href="#key">key</a>() function is used; by default this returns the table item's <a href="#text">text</a>(). Reimplement key() to customize how your table items will sort. -<p> Table items are inserted into a table using <a href="ntqtable.html#setItem">TQTable::setItem</a>(). If +<p> Table items are inserted into a table using <a href="tqtable.html#setItem">TQTable::setItem</a>(). If you insert an item into a cell that already contains a table item the original item will be deleted. <p> Example: @@ -110,8 +110,8 @@ the original item will be deleted. </pre> <p> You can move a table item from one cell to another, in the same or -a different table, using <a href="ntqtable.html#takeItem">TQTable::takeItem</a>() and TQTable::setItem() -but see also <a href="ntqtable.html#swapCells">TQTable::swapCells</a>(). +a different table, using <a href="tqtable.html#takeItem">TQTable::takeItem</a>() and TQTable::setItem() +but see also <a href="tqtable.html#swapCells">TQTable::swapCells</a>(). <p> Table items can be deleted with delete in the standard way; the table and cell will be updated accordingly. <p> Note, that if you have a table item that is not currently in a table @@ -139,11 +139,11 @@ accept the keyboard focus: </pre> <p> By default, table items may be replaced by new TQTableItems -during the lifetime of a <a href="ntqtable.html">TQTable</a>. Therefore, if you create your +during the lifetime of a <a href="tqtable.html">TQTable</a>. Therefore, if you create your own subclass of TQTableItem, and you want to ensure that this does not happen, you must call <a href="#setReplaceable">setReplaceable</a>(FALSE) in the constructor of your subclass. -<p> <center><img src="qtableitems.png" alt="Table Items"></center> +<p> <center><img src="tqtableitems.png" alt="Table Items"></center> <p> <p>See also <a href="tqchecktableitem.html">TQCheckTableItem</a>, <a href="tqcombotableitem.html">TQComboTableItem</a>, and <a href="advanced.html">Advanced Widgets</a>. <p> @@ -167,19 +167,19 @@ reimplement createEditor() for these items. <ul> <li><tt>TQTableItem::WhenCurrent</tt> - The cell <em>looks</em> editable only when it has <a href="focus.html#keyboard-focus">keyboard focus</a> (see -<a href="ntqtable.html#setCurrentCell">TQTable::setCurrentCell</a>()). +<a href="tqtable.html#setCurrentCell">TQTable::setCurrentCell</a>()). <li><tt>TQTableItem::OnTyping</tt> - The cell <em>looks</em> editable only when the user types in it or double-clicks it. It resembles the <a href="#EditType-enum">WhenCurrent</a> functionality but is, perhaps, nicer. </ul><p> The <a href="#EditType-enum">OnTyping</a> edit type is the default when TQTableItem objects -are created by the convenience functions <a href="ntqtable.html#setText">TQTable::setText</a>() and -<a href="ntqtable.html#setPixmap">TQTable::setPixmap</a>(). +are created by the convenience functions <a href="tqtable.html#setText">TQTable::setText</a>() and +<a href="tqtable.html#setPixmap">TQTable::setPixmap</a>(). <ul> <li><tt>TQTableItem::Never</tt> - The cell is not editable. -</ul><p> The cell is actually editable only if <a href="ntqtable.html#isRowReadOnly">TQTable::isRowReadOnly</a>() is -FALSE for its row, <a href="ntqtable.html#isColumnReadOnly">TQTable::isColumnReadOnly</a>() is FALSE for its -column, and <a href="ntqtable.html#isReadOnly">TQTable::isReadOnly</a>() is FALSE. +</ul><p> The cell is actually editable only if <a href="tqtable.html#isRowReadOnly">TQTable::isRowReadOnly</a>() is +FALSE for its row, <a href="tqtable.html#isColumnReadOnly">TQTable::isColumnReadOnly</a>() is FALSE for its +column, and <a href="tqtable.html#isReadOnly">TQTable::isReadOnly</a>() is FALSE. <p> TQComboTableItems have an isEditable() property. This property is used to indicate whether the user may enter their own text or are restricted to choosing one of the choices in the list. @@ -187,34 +187,34 @@ TQComboTableItems may be interacted with only if they are editable in accordance with their EditType as described above. <p> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQTableItem"></a>TQTableItem::TQTableItem ( <a href="ntqtable.html">TQTable</a> * table, <a href="qtableitem.html#EditType-enum">EditType</a> et ) +<h3 class=fn><a name="TQTableItem"></a>TQTableItem::TQTableItem ( <a href="tqtable.html">TQTable</a> * table, <a href="tqtableitem.html#EditType-enum">EditType</a> et ) </h3> Creates a table item that is a child of table <em>table</em> with no text. The item has the <a href="#EditType-enum">EditType</a> <em>et</em>. <p> The table item will use a <a href="tqlineedit.html">TQLineEdit</a> for its editor, will not word-wrap and will occupy a single cell. Insert the table item -into a table with <a href="ntqtable.html#setItem">TQTable::setItem</a>(). +into a table with <a href="tqtable.html#setItem">TQTable::setItem</a>(). <p> The table takes ownership of the table item, so a table item should not be inserted into more than one table at a time. -<h3 class=fn><a name="TQTableItem-2"></a>TQTableItem::TQTableItem ( <a href="ntqtable.html">TQTable</a> * table, <a href="qtableitem.html#EditType-enum">EditType</a> et, const <a href="tqstring.html">TQString</a> & text ) +<h3 class=fn><a name="TQTableItem-2"></a>TQTableItem::TQTableItem ( <a href="tqtable.html">TQTable</a> * table, <a href="tqtableitem.html#EditType-enum">EditType</a> et, const <a href="tqstring.html">TQString</a> & text ) </h3> Creates a table item that is a child of table <em>table</em> with text <em>text</em>. The item has the <a href="#EditType-enum">EditType</a> <em>et</em>. <p> The table item will use a <a href="tqlineedit.html">TQLineEdit</a> for its editor, will not word-wrap and will occupy a single cell. Insert the table item -into a table with <a href="ntqtable.html#setItem">TQTable::setItem</a>(). +into a table with <a href="tqtable.html#setItem">TQTable::setItem</a>(). <p> The table takes ownership of the table item, so a table item should not be inserted into more than one table at a time. -<h3 class=fn><a name="TQTableItem-3"></a>TQTableItem::TQTableItem ( <a href="ntqtable.html">TQTable</a> * table, <a href="qtableitem.html#EditType-enum">EditType</a> et, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpixmap.html">TQPixmap</a> & p ) +<h3 class=fn><a name="TQTableItem-3"></a>TQTableItem::TQTableItem ( <a href="tqtable.html">TQTable</a> * table, <a href="tqtableitem.html#EditType-enum">EditType</a> et, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpixmap.html">TQPixmap</a> & p ) </h3> Creates a table item that is a child of table <em>table</em> with text <em>text</em> and pixmap <em>p</em>. The item has the <a href="#EditType-enum">EditType</a> <em>et</em>. <p> The table item will display the pixmap to the left of the text. It will use a <a href="tqlineedit.html">TQLineEdit</a> for editing the text, will not word-wrap and will occupy a single cell. Insert the table item into a table with -<a href="ntqtable.html#setItem">TQTable::setItem</a>(). +<a href="tqtable.html#setItem">TQTable::setItem</a>(). <p> The table takes ownership of the table item, so a table item should not be inserted in more than one table at a time. @@ -270,10 +270,10 @@ reimplement <a href="#setContentFromEditor">setContentFromEditor</a>(), and may cb->setCurrentItem( <a href="#text">text</a>() == "No" ? 1 : 0 ); return cb; </pre> -<p> <p>See also <a href="ntqtable.html#createEditor">TQTable::createEditor</a>(), <a href="#setContentFromEditor">setContentFromEditor</a>(), <a href="tqscrollview.html#viewport">TQTable::viewport</a>(), and <a href="#setReplaceable">setReplaceable</a>(). +<p> <p>See also <a href="tqtable.html#createEditor">TQTable::createEditor</a>(), <a href="#setContentFromEditor">setContentFromEditor</a>(), <a href="tqscrollview.html#viewport">TQTable::viewport</a>(), and <a href="#setReplaceable">setReplaceable</a>(). -<p>Example: <a href="qtableitem.html#x2444">table/statistics/statistics.cpp</a>. -<h3 class=fn><a href="qtableitem.html#EditType-enum">EditType</a> <a name="editType"></a>TQTableItem::editType () const +<p>Example: <a href="tqtableitem.html#x2444">table/statistics/statistics.cpp</a>. +<h3 class=fn><a href="tqtableitem.html#EditType-enum">EditType</a> <a name="editType"></a>TQTableItem::editType () const </h3> Returns the table item's edit type. <p> This is set when the table item is constructed. @@ -299,7 +299,7 @@ whether the <em>user</em> is able to change the contents of a cell.) This virtual function returns the key that should be used for sorting. The default implementation returns the <a href="#text">text</a>() of the relevant item. -<p> <p>See also <a href="ntqtable.html#sorting-prop">TQTable::sorting</a>. +<p> <p>See also <a href="tqtable.html#sorting-prop">TQTable::sorting</a>. <h3 class=fn>void <a name="paint"></a>TQTableItem::paint ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="tqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual]</tt> </h3> @@ -363,7 +363,7 @@ item. <h3 class=fn>void <a name="setContentFromEditor"></a>TQTableItem::setContentFromEditor ( <a href="tqwidget.html">TQWidget</a> * w )<tt> [virtual]</tt> </h3> Whenever the content of a cell has been edited by the editor <em>w</em>, -<a href="ntqtable.html">TQTable</a> calls this virtual function to copy the new values into the +<a href="tqtable.html">TQTable</a> calls this virtual function to copy the new values into the TQTableItem. <p> If you reimplement <a href="#createEditor">createEditor</a>() and return something that is not a <a href="tqlineedit.html">TQLineEdit</a> you will need to reimplement this function. @@ -378,7 +378,7 @@ a <a href="tqlineedit.html">TQLineEdit</a> you will need to reimplement this fun else TQTableItem::<a href="#setContentFromEditor">setContentFromEditor</a>( w ); </pre> -<p> <p>See also <a href="ntqtable.html#setCellContentFromEditor">TQTable::setCellContentFromEditor</a>(). +<p> <p>See also <a href="tqtable.html#setCellContentFromEditor">TQTable::setCellContentFromEditor</a>(). <p>Example: <a href="statistics-example.html#x2787">table/statistics/statistics.cpp</a>. <h3 class=fn>void <a name="setEnabled"></a>TQTableItem::setEnabled ( bool b )<tt> [virtual]</tt> @@ -392,11 +392,11 @@ table item is disabled. </h3> Sets pixmap <em>p</em> to be this item's pixmap. <p> Note that <a href="#setPixmap">setPixmap</a>() does not update the cell the table item -belongs to. Use <a href="ntqtable.html#updateCell">TQTable::updateCell</a>() to repaint the cell's +belongs to. Use <a href="tqtable.html#updateCell">TQTable::updateCell</a>() to repaint the cell's contents. <p> For <a href="tqcombotableitem.html">TQComboTableItem</a>s and <a href="tqchecktableitem.html">TQCheckTableItem</a>s this function has no visible effect. -<p> <p>See also <a href="ntqtable.html#setPixmap">TQTable::setPixmap</a>(), <a href="#pixmap">pixmap</a>(), and <a href="#setText">setText</a>(). +<p> <p>See also <a href="tqtable.html#setPixmap">TQTable::setPixmap</a>(), <a href="#pixmap">pixmap</a>(), and <a href="#setText">setText</a>(). <h3 class=fn>void <a name="setReplaceable"></a>TQTableItem::setReplaceable ( bool b )<tt> [virtual]</tt> </h3> @@ -423,7 +423,7 @@ Changes the extent of the TQTableItem so that it spans multiple cells covering <em>rs</em> rows and <em>cs</em> columns. The top left cell is the original cell. <p> <b>Warning:</b> This function only works if the item has already been -inserted into the table using e.g. <a href="ntqtable.html#setItem">TQTable::setItem</a>(). This +inserted into the table using e.g. <a href="tqtable.html#setItem">TQTable::setItem</a>(). This function also checks to make sure if <em>rs</em> and <em>cs</em> are within the bounds of the table and returns without changing the span if they are not. In addition swapping, inserting or removing rows and @@ -435,9 +435,9 @@ supported. </h3> Changes the table item's text to <em>str</em>. <p> Note that <a href="#setText">setText</a>() does not update the cell the table item -belongs to. Use <a href="ntqtable.html#updateCell">TQTable::updateCell</a>() to repaint the cell's +belongs to. Use <a href="tqtable.html#updateCell">TQTable::updateCell</a>() to repaint the cell's contents. -<p> <p>See also <a href="ntqtable.html#setText">TQTable::setText</a>(), <a href="#text">text</a>(), <a href="#setPixmap">setPixmap</a>(), and <a href="ntqtable.html#updateCell">TQTable::updateCell</a>(). +<p> <p>See also <a href="tqtable.html#setText">TQTable::setText</a>(), <a href="#text">text</a>(), <a href="#setPixmap">setPixmap</a>(), and <a href="tqtable.html#updateCell">TQTable::updateCell</a>(). <p>Example: <a href="statistics-example.html#x2788">table/statistics/statistics.cpp</a>. <h3 class=fn>void <a name="setWordWrap"></a>TQTableItem::setWordWrap ( bool b )<tt> [virtual]</tt> @@ -445,7 +445,7 @@ contents. If <em>b</em> is TRUE, the cell's text will be wrapped over multiple lines, when necessary, to fit the width of the cell; otherwise the text will be written as a single line. -<p> <p>See also <a href="#wordWrap">wordWrap</a>(), <a href="ntqtable.html#adjustColumn">TQTable::adjustColumn</a>(), and <a href="ntqtable.html#setColumnStretchable">TQTable::setColumnStretchable</a>(). +<p> <p>See also <a href="#wordWrap">wordWrap</a>(), <a href="tqtable.html#adjustColumn">TQTable::adjustColumn</a>(), and <a href="tqtable.html#setColumnStretchable">TQTable::setColumnStretchable</a>(). <h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeHint"></a>TQTableItem::sizeHint () const<tt> [virtual]</tt> </h3> @@ -454,11 +454,11 @@ entire content. <p> If you subclass TQTableItem you will often need to reimplement this function. -<h3 class=fn><a href="ntqtable.html">TQTable</a> * <a name="table"></a>TQTableItem::table () const +<h3 class=fn><a href="tqtable.html">TQTable</a> * <a name="table"></a>TQTableItem::table () const </h3> -<p> Returns the <a href="ntqtable.html">TQTable</a> the table item belongs to. -<p> <p>See also <a href="ntqtable.html#setItem">TQTable::setItem</a>() and <a href="#TQTableItem">TQTableItem</a>(). +<p> Returns the <a href="tqtable.html">TQTable</a> the table item belongs to. +<p> <p>See also <a href="tqtable.html#setItem">TQTable::setItem</a>() and <a href="#TQTableItem">TQTableItem</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQTableItem::text () const<tt> [virtual]</tt> </h3> diff --git a/doc/html/qtableitems.png b/doc/html/tqtableitems.png Binary files differindex ba7b57ad4..ba7b57ad4 100644 --- a/doc/html/qtableitems.png +++ b/doc/html/tqtableitems.png diff --git a/doc/html/qtableselection-members.html b/doc/html/tqtableselection-members.html index d30b7ca68..efa1cf50b 100644 --- a/doc/html/qtableselection-members.html +++ b/doc/html/tqtableselection-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtable.h:81 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtable.h:81 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,24 +32,24 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTableSelection</h1> <p>This is the complete list of member functions for -<a href="qtableselection.html">TQTableSelection</a>, including inherited members. +<a href="tqtableselection.html">TQTableSelection</a>, including inherited members. <ul> -<li><a href="qtableselection.html#TQTableSelection">TQTableSelection</a>() -<li><a href="qtableselection.html#anchorCol">anchorCol</a>() -<li><a href="qtableselection.html#anchorRow">anchorRow</a>() -<li><a href="qtableselection.html#bottomRow">bottomRow</a>() -<li><a href="qtableselection.html#expandTo">expandTo</a>() -<li><a href="qtableselection.html#init">init</a>() -<li><a href="qtableselection.html#isActive">isActive</a>() -<li><a href="qtableselection.html#isEmpty">isEmpty</a>() -<li><a href="qtableselection.html#leftCol">leftCol</a>() -<li><a href="qtableselection.html#numCols">numCols</a>() -<li><a href="qtableselection.html#numRows">numRows</a>() -<li><a href="qtableselection.html#operator!-eq">operator!=</a>() -<li><a href="qtableselection.html#operator-eq-eq">operator==</a>() -<li><a href="qtableselection.html#rightCol">rightCol</a>() -<li><a href="qtableselection.html#topRow">topRow</a>() +<li><a href="tqtableselection.html#TQTableSelection">TQTableSelection</a>() +<li><a href="tqtableselection.html#anchorCol">anchorCol</a>() +<li><a href="tqtableselection.html#anchorRow">anchorRow</a>() +<li><a href="tqtableselection.html#bottomRow">bottomRow</a>() +<li><a href="tqtableselection.html#expandTo">expandTo</a>() +<li><a href="tqtableselection.html#init">init</a>() +<li><a href="tqtableselection.html#isActive">isActive</a>() +<li><a href="tqtableselection.html#isEmpty">isEmpty</a>() +<li><a href="tqtableselection.html#leftCol">leftCol</a>() +<li><a href="tqtableselection.html#numCols">numCols</a>() +<li><a href="tqtableselection.html#numRows">numRows</a>() +<li><a href="tqtableselection.html#operator!-eq">operator!=</a>() +<li><a href="tqtableselection.html#operator-eq-eq">operator==</a>() +<li><a href="tqtableselection.html#rightCol">rightCol</a>() +<li><a href="tqtableselection.html#topRow">topRow</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qtableselection.html b/doc/html/tqtableselection.html index 613f4c522..98d9481b4 100644 --- a/doc/html/qtableselection.html +++ b/doc/html/tqtableselection.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/qtable.cpp:194 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/tqtable.cpp:194 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQTableSelection class provides access to a selected area in a TQTable. <a href="#details">More...</a> -<p><tt>#include <<a href="qtable-h.html">ntqtable.h</a>></tt> -<p><a href="qtableselection-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqtable-h.html">tqtable.h</a>></tt> +<p><a href="tqtableselection-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQTableSelection"><b>TQTableSelection</b></a> ()</li> @@ -59,7 +59,7 @@ TQTable. The TQTableSelection class provides access to a selected area in a -<a href="ntqtable.html">TQTable</a>. +<a href="tqtable.html">TQTable</a>. <p> @@ -75,7 +75,7 @@ cells. rectangle's four edges. All four are part of the selection. <p> A newly created TQTableSelection is inactive -- <a href="#isActive">isActive</a>() returns FALSE. You must use init() and expandTo() to activate it. -<p> <p>See also <a href="ntqtable.html">TQTable</a>, <a href="ntqtable.html#addSelection">TQTable::addSelection</a>(), <a href="ntqtable.html#selection">TQTable::selection</a>(), <a href="ntqtable.html#selectCells">TQTable::selectCells</a>(), <a href="ntqtable.html#selectRow">TQTable::selectRow</a>(), <a href="ntqtable.html#selectColumn">TQTable::selectColumn</a>(), and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="tqtable.html">TQTable</a>, <a href="tqtable.html#addSelection">TQTable::addSelection</a>(), <a href="tqtable.html#selection">TQTable::selection</a>(), <a href="tqtable.html#selectCells">TQTable::selectCells</a>(), <a href="tqtable.html#selectRow">TQTable::selectRow</a>(), <a href="tqtable.html#selectColumn">TQTable::selectColumn</a>(), and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQTableSelection"></a>TQTableSelection::TQTableSelection () @@ -152,13 +152,13 @@ Returns the number of columns in the selection. <p> Returns the number of rows in the selection. <p> <p>See also <a href="#numCols">numCols</a>(). -<h3 class=fn>bool <a name="operator!-eq"></a>TQTableSelection::operator!= ( const <a href="qtableselection.html">TQTableSelection</a> & s ) const +<h3 class=fn>bool <a name="operator!-eq"></a>TQTableSelection::operator!= ( const <a href="tqtableselection.html">TQTableSelection</a> & s ) const </h3> <p> Returns TRUE if <em>s</em> does not include the same cells as the selection; otherwise returns FALSE. -<h3 class=fn>bool <a name="operator-eq-eq"></a>TQTableSelection::operator== ( const <a href="qtableselection.html">TQTableSelection</a> & s ) const +<h3 class=fn>bool <a name="operator-eq-eq"></a>TQTableSelection::operator== ( const <a href="tqtableselection.html">TQTableSelection</a> & s ) const </h3> Returns TRUE if <em>s</em> includes the same cells as the selection; otherwise returns FALSE. diff --git a/doc/html/qtabletevent-members.html b/doc/html/tqtabletevent-members.html index d9925c6a6..64a650b64 100644 --- a/doc/html/qtabletevent-members.html +++ b/doc/html/tqtabletevent-members.html @@ -32,26 +32,26 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTabletEvent</h1> <p>This is the complete list of member functions for -<a href="qtabletevent.html">TQTabletEvent</a>, including inherited members. +<a href="tqtabletevent.html">TQTabletEvent</a>, including inherited members. <ul> -<li><a href="qtabletevent.html#TQTabletEvent">TQTabletEvent</a>() -<li><a href="qtabletevent.html#accept">accept</a>() -<li><a href="qtabletevent.html#device">device</a>() -<li><a href="qtabletevent.html#globalPos">globalPos</a>() -<li><a href="qtabletevent.html#globalX">globalX</a>() -<li><a href="qtabletevent.html#globalY">globalY</a>() -<li><a href="qtabletevent.html#ignore">ignore</a>() -<li><a href="qtabletevent.html#isAccepted">isAccepted</a>() -<li><a href="qtabletevent.html#pos">pos</a>() -<li><a href="qtabletevent.html#pressure">pressure</a>() +<li><a href="tqtabletevent.html#TQTabletEvent">TQTabletEvent</a>() +<li><a href="tqtabletevent.html#accept">accept</a>() +<li><a href="tqtabletevent.html#device">device</a>() +<li><a href="tqtabletevent.html#globalPos">globalPos</a>() +<li><a href="tqtabletevent.html#globalX">globalX</a>() +<li><a href="tqtabletevent.html#globalY">globalY</a>() +<li><a href="tqtabletevent.html#ignore">ignore</a>() +<li><a href="tqtabletevent.html#isAccepted">isAccepted</a>() +<li><a href="tqtabletevent.html#pos">pos</a>() +<li><a href="tqtabletevent.html#pressure">pressure</a>() <li><a href="tqevent.html#spontaneous">spontaneous</a>() <li><a href="tqevent.html#type">type</a>() -<li><a href="qtabletevent.html#uniqueId">uniqueId</a>() -<li><a href="qtabletevent.html#x">x</a>() -<li><a href="qtabletevent.html#xTilt">xTilt</a>() -<li><a href="qtabletevent.html#y">y</a>() -<li><a href="qtabletevent.html#yTilt">yTilt</a>() +<li><a href="tqtabletevent.html#uniqueId">uniqueId</a>() +<li><a href="tqtabletevent.html#x">x</a>() +<li><a href="tqtabletevent.html#xTilt">xTilt</a>() +<li><a href="tqtabletevent.html#y">y</a>() +<li><a href="tqtabletevent.html#yTilt">yTilt</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qtabletevent.html b/doc/html/tqtabletevent.html index c3ee1af3a..6f8cced0d 100644 --- a/doc/html/qtabletevent.html +++ b/doc/html/tqtabletevent.html @@ -36,7 +36,7 @@ event. <a href="#details">More...</a> <p><tt>#include <<a href="tqevent-h.html">tqevent.h</a>></tt> <p>Inherits <a href="tqevent.html">TQEvent</a>. -<p><a href="qtabletevent-members.html">List of all member functions.</a> +<p><a href="tqtabletevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#TabletDevice-enum"><b>TabletDevice</b></a> { NoDevice = -1, Puck, Stylus, Eraser }</li> @@ -133,7 +133,7 @@ parent widget. <p> The accept flag is set by default. <p> <p>See also <a href="#ignore">ignore</a>(). -<h3 class=fn><a href="qtabletevent.html#TabletDevice-enum">TabletDevice</a> <a name="device"></a>TQTabletEvent::device () const +<h3 class=fn><a href="tqtabletevent.html#TabletDevice-enum">TabletDevice</a> <a name="device"></a>TQTabletEvent::device () const </h3> <p> Returns the type of device that generated the event. Useful if you diff --git a/doc/html/qtabwidget-h.html b/doc/html/tqtabwidget-h.html index 0c75517dc..b8b8cda58 100644 --- a/doc/html/qtabwidget-h.html +++ b/doc/html/tqtabwidget-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtabwidget.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtabwidget.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqtabwidget.h Include File</title> +<title>tqtabwidget.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqtabwidget.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqtabwidget.h</h1> -<p>This is the verbatim text of the ntqtabwidget.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqtabwidget.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqtabwidget.h 3.3.8 edited Jan 11 14:39 $ +** $Id: qt/tqtabwidget.h 3.3.8 edited Jan 11 14:39 $ ** ** Definition of TQTabWidget class ** diff --git a/doc/html/qtabwidget-m.png b/doc/html/tqtabwidget-m.png Binary files differindex e2d023b2d..e2d023b2d 100644 --- a/doc/html/qtabwidget-m.png +++ b/doc/html/tqtabwidget-m.png diff --git a/doc/html/qtabwidget-members.html b/doc/html/tqtabwidget-members.html index 98ae5d3f7..3e5eeb0d8 100644 --- a/doc/html/qtabwidget-members.html +++ b/doc/html/tqtabwidget-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtabwidget.h:54 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtabwidget.h:54 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,12 +32,12 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTabWidget</h1> <p>This is the complete list of member functions for -<a href="ntqtabwidget.html">TQTabWidget</a>, including inherited members. +<a href="tqtabwidget.html">TQTabWidget</a>, including inherited members. <ul> -<li><a href="ntqtabwidget.html#TQTabWidget">TQTabWidget</a>() +<li><a href="tqtabwidget.html#TQTabWidget">TQTabWidget</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqtabwidget.html#addTab">addTab</a>() +<li><a href="tqtabwidget.html#addTab">addTab</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() @@ -48,7 +48,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqtabwidget.html#changeTab">changeTab</a>() +<li><a href="tqtabwidget.html#changeTab">changeTab</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() @@ -69,12 +69,12 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqtabwidget.html#cornerWidget">cornerWidget</a>() -<li><a href="ntqtabwidget.html#count">count</a>() +<li><a href="tqtabwidget.html#cornerWidget">cornerWidget</a>() +<li><a href="tqtabwidget.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqtabwidget.html#currentChanged">currentChanged</a>() -<li><a href="ntqtabwidget.html#currentPage">currentPage</a>() -<li><a href="ntqtabwidget.html#currentPageIndex">currentPageIndex</a>() +<li><a href="tqtabwidget.html#currentChanged">currentChanged</a>() +<li><a href="tqtabwidget.html#currentPage">currentPage</a>() +<li><a href="tqtabwidget.html#currentPageIndex">currentPageIndex</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() @@ -131,10 +131,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqtabwidget.html#indexOf">indexOf</a>() +<li><a href="tqtabwidget.html#indexOf">indexOf</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqtabwidget.html#insertTab">insertTab</a>() +<li><a href="tqtabwidget.html#insertTab">insertTab</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() @@ -153,7 +153,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqtabwidget.html#isTabEnabled">isTabEnabled</a>() +<li><a href="tqtabwidget.html#isTabEnabled">isTabEnabled</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() @@ -165,7 +165,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() <li><a href="tqobject.html#killTimer">killTimer</a>() <li><a href="tqobject.html#killTimers">killTimers</a>() -<li><a href="ntqtabwidget.html#label">label</a>() +<li><a href="tqtabwidget.html#label">label</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqwidget.html#lower">lower</a>() @@ -176,7 +176,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqtabwidget.html#margin">margin</a>() +<li><a href="tqtabwidget.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() @@ -200,7 +200,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqtabwidget.html#page">page</a>() +<li><a href="tqtabwidget.html#page">page</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() @@ -221,8 +221,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqtabwidget.html#removePage">removePage</a>() -<li><a href="ntqtabwidget.html#removeTabToolTip">removeTabToolTip</a>() +<li><a href="tqtabwidget.html#removePage">removePage</a>() +<li><a href="tqtabwidget.html#removeTabToolTip">removeTabToolTip</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() @@ -239,8 +239,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqtabwidget.html#setCornerWidget">setCornerWidget</a>() -<li><a href="ntqtabwidget.html#setCurrentPage">setCurrentPage</a>() +<li><a href="tqtabwidget.html#setCornerWidget">setCornerWidget</a>() +<li><a href="tqtabwidget.html#setCurrentPage">setCurrentPage</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() @@ -259,7 +259,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqtabwidget.html#setMargin">setMargin</a>() +<li><a href="tqtabwidget.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() @@ -279,14 +279,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() -<li><a href="ntqtabwidget.html#setTabBar">setTabBar</a>() -<li><a href="ntqtabwidget.html#setTabEnabled">setTabEnabled</a>() -<li><a href="ntqtabwidget.html#setTabIconSet">setTabIconSet</a>() -<li><a href="ntqtabwidget.html#setTabLabel">setTabLabel</a>() +<li><a href="tqtabwidget.html#setTabBar">setTabBar</a>() +<li><a href="tqtabwidget.html#setTabEnabled">setTabEnabled</a>() +<li><a href="tqtabwidget.html#setTabIconSet">setTabIconSet</a>() +<li><a href="tqtabwidget.html#setTabLabel">setTabLabel</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqtabwidget.html#setTabPosition">setTabPosition</a>() -<li><a href="ntqtabwidget.html#setTabShape">setTabShape</a>() -<li><a href="ntqtabwidget.html#setTabToolTip">setTabToolTip</a>() +<li><a href="tqtabwidget.html#setTabPosition">setTabPosition</a>() +<li><a href="tqtabwidget.html#setTabShape">setTabShape</a>() +<li><a href="tqtabwidget.html#setTabToolTip">setTabToolTip</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() @@ -297,7 +297,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() <li><a href="tqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqtabwidget.html#showPage">showPage</a>() +<li><a href="tqtabwidget.html#showPage">showPage</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqwidget.html#size">size</a>() <li><a href="tqwidget.html#sizeHint">sizeHint</a>() @@ -307,12 +307,12 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() -<li><a href="ntqtabwidget.html#tabBar">tabBar</a>() -<li><a href="ntqtabwidget.html#tabIconSet">tabIconSet</a>() -<li><a href="ntqtabwidget.html#tabLabel">tabLabel</a>() -<li><a href="ntqtabwidget.html#tabPosition">tabPosition</a>() -<li><a href="ntqtabwidget.html#tabShape">tabShape</a>() -<li><a href="ntqtabwidget.html#tabToolTip">tabToolTip</a>() +<li><a href="tqtabwidget.html#tabBar">tabBar</a>() +<li><a href="tqtabwidget.html#tabIconSet">tabIconSet</a>() +<li><a href="tqtabwidget.html#tabLabel">tabLabel</a>() +<li><a href="tqtabwidget.html#tabPosition">tabPosition</a>() +<li><a href="tqtabwidget.html#tabShape">tabShape</a>() +<li><a href="tqtabwidget.html#tabToolTip">tabToolTip</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() diff --git a/doc/html/qtabwidget-w.png b/doc/html/tqtabwidget-w.png Binary files differindex 7599fb6df..7599fb6df 100644 --- a/doc/html/qtabwidget-w.png +++ b/doc/html/tqtabwidget-w.png diff --git a/doc/html/ntqtabwidget.html b/doc/html/tqtabwidget.html index ccad1eb58..b505604c5 100644 --- a/doc/html/ntqtabwidget.html +++ b/doc/html/tqtabwidget.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qtabwidget.cpp:54 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqtabwidget.cpp:54 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQTabWidget class provides a stack of tabbed widgets. <a href="#details">More...</a> -<p><tt>#include <<a href="qtabwidget-h.html">ntqtabwidget.h</a>></tt> +<p><tt>#include <<a href="tqtabwidget-h.html">tqtabwidget.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p><a href="qtabwidget-members.html">List of all member functions.</a> +<p><a href="tqtabwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQTabWidget"><b>TQTabWidget</b></a> ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )</li> @@ -146,15 +146,15 @@ tab is drawn in a different way and the user cannot select that tab. Note that even if a tab is disabled, the page can still be visible, for example if all of the tabs happen to be disabled. <p> Although tab widgets can be a very good way to split up a complex -dialog, it's also very easy to get into a mess. See <a href="ntqtabdialog.html">TQTabDialog</a> for +dialog, it's also very easy to get into a mess. See <a href="tqtabdialog.html">TQTabDialog</a> for some design hints. An alternative is to use a <a href="tqwidgetstack.html">TQWidgetStack</a> for which you provide some means of navigating between pages, for -example, a <a href="tqtoolbar.html">TQToolBar</a> or a <a href="ntqlistbox.html">TQListBox</a>. -<p> Most of the functionality in TQTabWidget is provided by a <a href="ntqtabbar.html">TQTabBar</a> +example, a <a href="tqtoolbar.html">TQToolBar</a> or a <a href="tqlistbox.html">TQListBox</a>. +<p> Most of the functionality in TQTabWidget is provided by a <a href="tqtabbar.html">TQTabBar</a> (at the top, providing the tabs) and a TQWidgetStack (most of the area, organizing the individual pages). -<p> <img src=qtabwidget-m.png> <img src=qtabwidget-w.png> -<p> <p>See also <a href="ntqtabdialog.html">TQTabDialog</a>, <a href="tqtoolbox.html">TQToolBox</a>, <a href="advanced.html">Advanced Widgets</a>, and <a href="organizers.html">Organizers</a>. +<p> <img src=tqtabwidget-m.png> <img src=tqtabwidget-w.png> +<p> <p>See also <a href="tqtabdialog.html">TQTabDialog</a>, <a href="tqtoolbox.html">TQToolBox</a>, <a href="advanced.html">Advanced Widgets</a>, and <a href="organizers.html">Organizers</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="TabPosition-enum"></a>TQTabWidget::TabPosition</h3> @@ -202,12 +202,12 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Adds another tab and page to the tab view. <p> This function is the same as <a href="#addTab">addTab</a>(), but with an additional <em>iconset</em>. -<h3 class=fn>void <a name="addTab-3"></a>TQTabWidget::addTab ( <a href="tqwidget.html">TQWidget</a> * child, <a href="qtab.html">TQTab</a> * tab )<tt> [virtual]</tt> +<h3 class=fn>void <a name="addTab-3"></a>TQTabWidget::addTab ( <a href="tqwidget.html">TQWidget</a> * child, <a href="tqtab.html">TQTab</a> * tab )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This is a low-level function for adding tabs. It is useful if you -are using <a href="#setTabBar">setTabBar</a>() to set a <a href="ntqtabbar.html">TQTabBar</a> subclass with an overridden -<a href="ntqtabbar.html#paint">TQTabBar::paint</a>() function for a subclass of <a href="qtab.html">TQTab</a>. The <em>child</em> is +are using <a href="#setTabBar">setTabBar</a>() to set a <a href="tqtabbar.html">TQTabBar</a> subclass with an overridden +<a href="tqtabbar.html#paint">TQTabBar::paint</a>() function for a subclass of <a href="tqtab.html">TQTab</a>. The <em>child</em> is the new page and <em>tab</em> is the tab to put the <em>child</em> on. <h3 class=fn>void <a name="changeTab"></a>TQTabWidget::changeTab ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="tqstring.html">TQString</a> & label ) @@ -225,7 +225,7 @@ Returns the widget shown in the <em>corner</em> of the tab widget or 0. <h3 class=fn>int <a name="count"></a>TQTabWidget::count () const </h3><p>Returns the number of tabs in the tab bar. -See the <a href="ntqtabwidget.html#count-prop">"count"</a> property for details. +See the <a href="tqtabwidget.html#count-prop">"count"</a> property for details. <h3 class=fn>void <a name="currentChanged"></a>TQTabWidget::currentChanged ( <a href="tqwidget.html">TQWidget</a> * )<tt> [signal]</tt> </h3> @@ -241,7 +241,7 @@ is never 0 (but if you try hard enough, it can be). <h3 class=fn>int <a name="currentPageIndex"></a>TQTabWidget::currentPageIndex () const </h3><p>Returns the index position of the current tab page. -See the <a href="ntqtabwidget.html#currentPage-prop">"currentPage"</a> property for details. +See the <a href="tqtabwidget.html#currentPage-prop">"currentPage"</a> property for details. <h3 class=fn>int <a name="indexOf"></a>TQTabWidget::indexOf ( <a href="tqwidget.html">TQWidget</a> * w ) const </h3> Returns the index position of page <em>w</em>, or -1 if the widget @@ -273,13 +273,13 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This function is the same as <a href="#insertTab">insertTab</a>(), but with an additional <em>iconset</em>. -<h3 class=fn>void <a name="insertTab-3"></a>TQTabWidget::insertTab ( <a href="tqwidget.html">TQWidget</a> * child, <a href="qtab.html">TQTab</a> * tab, int index = -1 )<tt> [virtual]</tt> +<h3 class=fn>void <a name="insertTab-3"></a>TQTabWidget::insertTab ( <a href="tqwidget.html">TQWidget</a> * child, <a href="tqtab.html">TQTab</a> * tab, int index = -1 )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This is a lower-level method for inserting tabs, similar to the other <a href="#insertTab">insertTab</a>() method. It is useful if you are using -<a href="#setTabBar">setTabBar</a>() to set a <a href="ntqtabbar.html">TQTabBar</a> subclass with an overridden -<a href="ntqtabbar.html#paint">TQTabBar::paint</a>() function for a subclass of <a href="qtab.html">TQTab</a>. The <em>child</em> is +<a href="#setTabBar">setTabBar</a>() to set a <a href="tqtabbar.html">TQTabBar</a> subclass with an overridden +<a href="tqtabbar.html#paint">TQTabBar::paint</a>() function for a subclass of <a href="tqtab.html">TQTab</a>. The <em>child</em> is the new page, <em>tab</em> is the tab to put the <em>child</em> on and <em>index</em> is the position in the tab bar that this page should occupy. <h3 class=fn>bool <a name="isTabEnabled"></a>TQTabWidget::isTabEnabled ( <a href="tqwidget.html">TQWidget</a> * w ) const @@ -294,7 +294,7 @@ Returns the label of the tab at index position <em>index</em> or <h3 class=fn>int <a name="margin"></a>TQTabWidget::margin () const </h3><p>Returns the margin in this tab widget. -See the <a href="ntqtabwidget.html#margin-prop">"margin"</a> property for details. +See the <a href="tqtabwidget.html#margin-prop">"margin"</a> property for details. <h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="page"></a>TQTabWidget::page ( int index ) const </h3> Returns the tab page at index position <em>index</em> or 0 if the <em>index</em> is out of range. @@ -319,13 +319,13 @@ tab widget. <h3 class=fn>void <a name="setCurrentPage"></a>TQTabWidget::setCurrentPage ( int )<tt> [slot]</tt> </h3><p>Sets the index position of the current tab page. -See the <a href="ntqtabwidget.html#currentPage-prop">"currentPage"</a> property for details. +See the <a href="tqtabwidget.html#currentPage-prop">"currentPage"</a> property for details. <h3 class=fn>void <a name="setMargin"></a>TQTabWidget::setMargin ( int ) </h3><p>Sets the margin in this tab widget. -See the <a href="ntqtabwidget.html#margin-prop">"margin"</a> property for details. -<h3 class=fn>void <a name="setTabBar"></a>TQTabWidget::setTabBar ( <a href="ntqtabbar.html">TQTabBar</a> * tb )<tt> [protected]</tt> +See the <a href="tqtabwidget.html#margin-prop">"margin"</a> property for details. +<h3 class=fn>void <a name="setTabBar"></a>TQTabWidget::setTabBar ( <a href="tqtabbar.html">TQTabBar</a> * tb )<tt> [protected]</tt> </h3> -Replaces the dialog's <a href="ntqtabbar.html">TQTabBar</a> heading with the tab bar <em>tb</em>. Note +Replaces the dialog's <a href="tqtabbar.html">TQTabBar</a> heading with the tab bar <em>tb</em>. Note that this must be called <em>before</em> any tabs have been added, or the behavior is undefined. <p> <p>See also <a href="#tabBar">tabBar</a>(). @@ -349,12 +349,12 @@ Sets the iconset for page <em>w</em> to <em>iconset</em>. </h3> Sets the tab label for page <em>w</em> to <em>l</em> -<h3 class=fn>void <a name="setTabPosition"></a>TQTabWidget::setTabPosition ( <a href="ntqtabwidget.html#TabPosition-enum">TabPosition</a> ) +<h3 class=fn>void <a name="setTabPosition"></a>TQTabWidget::setTabPosition ( <a href="tqtabwidget.html#TabPosition-enum">TabPosition</a> ) </h3><p>Sets the position of the tabs in this tab widget. -See the <a href="ntqtabwidget.html#tabPosition-prop">"tabPosition"</a> property for details. -<h3 class=fn>void <a name="setTabShape"></a>TQTabWidget::setTabShape ( <a href="ntqtabwidget.html#TabShape-enum">TabShape</a> s ) +See the <a href="tqtabwidget.html#tabPosition-prop">"tabPosition"</a> property for details. +<h3 class=fn>void <a name="setTabShape"></a>TQTabWidget::setTabShape ( <a href="tqtabwidget.html#TabShape-enum">TabShape</a> s ) </h3><p>Sets the shape of the tabs in this tab widget to <em>s</em>. -See the <a href="ntqtabwidget.html#tabShape-prop">"tabShape"</a> property for details. +See the <a href="tqtabwidget.html#tabShape-prop">"tabShape"</a> property for details. <h3 class=fn>void <a name="setTabToolTip"></a>TQTabWidget::setTabToolTip ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="tqstring.html">TQString</a> & tip ) </h3> Sets the tab tool tip for page <em>w</em> to <em>tip</em>. @@ -366,11 +366,11 @@ Ensures that page <em>w</em> is shown. This is useful mainly for accelerators. <p> <b>Warning:</b> Used carelessly, this function can easily surprise or confuse the user. -<p> <p>See also <a href="ntqtabbar.html#currentTab-prop">TQTabBar::currentTab</a>. +<p> <p>See also <a href="tqtabbar.html#currentTab-prop">TQTabBar::currentTab</a>. -<h3 class=fn><a href="ntqtabbar.html">TQTabBar</a> * <a name="tabBar"></a>TQTabWidget::tabBar () const<tt> [protected]</tt> +<h3 class=fn><a href="tqtabbar.html">TQTabBar</a> * <a name="tabBar"></a>TQTabWidget::tabBar () const<tt> [protected]</tt> </h3> -Returns the current <a href="ntqtabbar.html">TQTabBar</a>. +Returns the current <a href="tqtabbar.html">TQTabBar</a>. <p> <p>See also <a href="#setTabBar">setTabBar</a>(). <h3 class=fn><a href="tqiconset.html">TQIconSet</a> <a name="tabIconSet"></a>TQTabWidget::tabIconSet ( <a href="tqwidget.html">TQWidget</a> * w ) const @@ -382,12 +382,12 @@ iconset. </h3> Returns the label text for the tab on page <em>w</em>. -<h3 class=fn><a href="ntqtabwidget.html#TabPosition-enum">TabPosition</a> <a name="tabPosition"></a>TQTabWidget::tabPosition () const +<h3 class=fn><a href="tqtabwidget.html#TabPosition-enum">TabPosition</a> <a name="tabPosition"></a>TQTabWidget::tabPosition () const </h3><p>Returns the position of the tabs in this tab widget. -See the <a href="ntqtabwidget.html#tabPosition-prop">"tabPosition"</a> property for details. -<h3 class=fn><a href="ntqtabwidget.html#TabShape-enum">TabShape</a> <a name="tabShape"></a>TQTabWidget::tabShape () const +See the <a href="tqtabwidget.html#tabPosition-prop">"tabPosition"</a> property for details. +<h3 class=fn><a href="tqtabwidget.html#TabShape-enum">TabShape</a> <a name="tabShape"></a>TQTabWidget::tabShape () const </h3><p>Returns the shape of the tabs in this tab widget. -See the <a href="ntqtabwidget.html#tabShape-prop">"tabShape"</a> property for details. +See the <a href="tqtabwidget.html#tabShape-prop">"tabShape"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="tabToolTip"></a>TQTabWidget::tabToolTip ( <a href="tqwidget.html">TQWidget</a> * w ) const </h3> Returns the tab tool tip for page <em>w</em> or <a href="tqstring.html#TQString-null">TQString::null</a> if no tool @@ -406,7 +406,7 @@ tip has been set. <h3 class=fn>int <a name="currentPage-prop"></a>currentPage</h3> <p>This property holds the index position of the current tab page. <p>Set this property's value with <a href="#setCurrentPage">setCurrentPage</a>() and get this property's value with <a href="#currentPageIndex">currentPageIndex</a>(). -<p><p>See also <a href="ntqtabbar.html#currentTab-prop">TQTabBar::currentTab</a>. +<p><p>See also <a href="tqtabbar.html#currentTab-prop">TQTabBar::currentTab</a>. <h3 class=fn>int <a name="margin-prop"></a>margin</h3> <p>This property holds the margin in this tab widget. @@ -414,13 +414,13 @@ tip has been set. frame and the outermost pixel of the pages. <p>Set this property's value with <a href="#setMargin">setMargin</a>() and get this property's value with <a href="#margin">margin</a>(). -<h3 class=fn><a href="ntqtabwidget.html#TabPosition-enum">TabPosition</a> <a name="tabPosition-prop"></a>tabPosition</h3> +<h3 class=fn><a href="tqtabwidget.html#TabPosition-enum">TabPosition</a> <a name="tabPosition-prop"></a>tabPosition</h3> <p>This property holds the position of the tabs in this tab widget. <p>Possible values for this property are <a href="#TabPosition-enum">TQTabWidget::Top</a> and <a href="#TabPosition-enum">TQTabWidget::Bottom</a>. <p> <p>See also <a href="#TabPosition-enum">TabPosition</a>. <p>Set this property's value with <a href="#setTabPosition">setTabPosition</a>() and get this property's value with <a href="#tabPosition">tabPosition</a>(). -<h3 class=fn><a href="ntqtabwidget.html#TabShape-enum">TabShape</a> <a name="tabShape-prop"></a>tabShape</h3> +<h3 class=fn><a href="tqtabwidget.html#TabShape-enum">TabShape</a> <a name="tabShape-prop"></a>tabShape</h3> <p>This property holds the shape of the tabs in this tab widget. <p>Possible values for this property are <a href="#TabShape-enum">TQTabWidget::Rounded</a> (default) or <a href="#TabShape-enum">TQTabWidget::Triangular</a>. diff --git a/doc/html/tqtextbrowser-members.html b/doc/html/tqtextbrowser-members.html index 9276b002b..a5fd024b2 100644 --- a/doc/html/tqtextbrowser-members.html +++ b/doc/html/tqtextbrowser-members.html @@ -97,7 +97,7 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() <li><a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() <li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() <li><a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() <li><a href="tqscrollview.html#contentsWidth">contentsWidth</a>() @@ -135,7 +135,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqscrollview.html#drawContents">drawContents</a>() <li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -166,14 +166,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() <li><a href="tqtextbrowser.html#forward">forward</a>() <li><a href="tqtextbrowser.html#forwardAvailable">forwardAvailable</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqtextedit.html#getCursorPosition">getCursorPosition</a>() <li><a href="tqtextedit.html#getSelection">getSelection</a>() @@ -251,7 +251,7 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#leftMargin">leftMargin</a>() <li><a href="tqtextedit.html#length">length</a>() <li><a href="tqtextedit.html#lineOfChar">lineOfChar</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqtextedit.html#lines">lines</a>() <li><a href="tqtextedit.html#linesOfParagraph">linesOfParagraph</a>() <li><a href="tqtextbrowser.html#linkClicked">linkClicked</a>() @@ -264,7 +264,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqtextedit.html#maxLogLines">maxLogLines</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() @@ -272,7 +272,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() @@ -294,7 +294,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -337,7 +337,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqscrollview.html#resizeContents">resizeContents</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqtextedit.html#returnPressed">returnPressed</a>() <li><a href="tqscrollview.html#rightMargin">rightMargin</a>() @@ -380,10 +380,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() <li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() @@ -393,9 +393,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqtextedit.html#setItalic">setItalic</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() <li><a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqtextedit.html#setMaxLogLines">setMaxLogLines</a>() @@ -403,7 +403,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() diff --git a/doc/html/tqtextedit-members.html b/doc/html/tqtextedit-members.html index 1384964ca..94dca0330 100644 --- a/doc/html/tqtextedit-members.html +++ b/doc/html/tqtextedit-members.html @@ -94,7 +94,7 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() <li><a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() <li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() <li><a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() <li><a href="tqscrollview.html#contentsWidth">contentsWidth</a>() @@ -132,7 +132,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqscrollview.html#drawContents">drawContents</a>() <li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -161,14 +161,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqtextedit.html#getCursorPosition">getCursorPosition</a>() <li><a href="tqtextedit.html#getSelection">getSelection</a>() @@ -244,7 +244,7 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#leftMargin">leftMargin</a>() <li><a href="tqtextedit.html#length">length</a>() <li><a href="tqtextedit.html#lineOfChar">lineOfChar</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqtextedit.html#lines">lines</a>() <li><a href="tqtextedit.html#linesOfParagraph">linesOfParagraph</a>() <li><a href="tqtextedit.html#linkUnderline">linkUnderline</a>() @@ -256,7 +256,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqtextedit.html#maxLogLines">maxLogLines</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() @@ -264,7 +264,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() @@ -286,7 +286,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -328,7 +328,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqscrollview.html#resizeContents">resizeContents</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqtextedit.html#returnPressed">returnPressed</a>() <li><a href="tqscrollview.html#rightMargin">rightMargin</a>() @@ -371,10 +371,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() <li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() @@ -384,9 +384,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqtextedit.html#setItalic">setItalic</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() <li><a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqtextedit.html#setMaxLogLines">setMaxLogLines</a>() @@ -394,7 +394,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() diff --git a/doc/html/tqtextedit.html b/doc/html/tqtextedit.html index 4bd89b6e9..13202bbf2 100644 --- a/doc/html/tqtextedit.html +++ b/doc/html/tqtextedit.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqtextedit-h.html">tqtextedit.h</a>></tt> <p>Inherits <a href="tqscrollview.html">TQScrollView</a>. -<p>Inherited by <a href="ntqmultilineedit.html">TQMultiLineEdit</a>, <a href="tqtextbrowser.html">TQTextBrowser</a>, and <a href="tqtextview.html">TQTextView</a>. +<p>Inherited by <a href="tqmultilineedit.html">TQMultiLineEdit</a>, <a href="tqtextbrowser.html">TQTextBrowser</a>, and <a href="tqtextview.html">TQTextView</a>. <p><a href="tqtextedit-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -1179,7 +1179,7 @@ alignments are <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a hr <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignJustify</a> and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignCenter</a> (which centers horizontally). -<p>Reimplemented in <a href="ntqmultilineedit.html#setAlignment">TQMultiLineEdit</a>. +<p>Reimplemented in <a href="tqmultilineedit.html#setAlignment">TQMultiLineEdit</a>. <h3 class=fn>void <a name="setAutoFormatting"></a>TQTextEdit::setAutoFormatting ( uint features ) </h3><p>Sets the enabled set of auto formatting features to <em>features</em>. See the <a href="tqtextedit.html#autoFormatting-prop">"autoFormatting"</a> property for details. diff --git a/doc/html/tqtextview-members.html b/doc/html/tqtextview-members.html index d261619a0..56a318608 100644 --- a/doc/html/tqtextview-members.html +++ b/doc/html/tqtextview-members.html @@ -93,7 +93,7 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() <li><a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() <li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() <li><a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() <li><a href="tqscrollview.html#contentsWidth">contentsWidth</a>() @@ -131,7 +131,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqscrollview.html#drawContents">drawContents</a>() <li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -160,14 +160,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqtextedit.html#getCursorPosition">getCursorPosition</a>() <li><a href="tqtextedit.html#getSelection">getSelection</a>() @@ -243,7 +243,7 @@ body { background: #ffffff; color: black; } <li><a href="tqscrollview.html#leftMargin">leftMargin</a>() <li><a href="tqtextedit.html#length">length</a>() <li><a href="tqtextedit.html#lineOfChar">lineOfChar</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqtextedit.html#lines">lines</a>() <li><a href="tqtextedit.html#linesOfParagraph">linesOfParagraph</a>() <li><a href="tqtextedit.html#linkUnderline">linkUnderline</a>() @@ -255,7 +255,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqtextedit.html#maxLogLines">maxLogLines</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() @@ -263,7 +263,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() @@ -285,7 +285,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -327,7 +327,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqscrollview.html#resizeContents">resizeContents</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqtextedit.html#returnPressed">returnPressed</a>() <li><a href="tqscrollview.html#rightMargin">rightMargin</a>() @@ -370,10 +370,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() <li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() @@ -383,9 +383,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqtextedit.html#setItalic">setItalic</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() <li><a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqtextedit.html#setMaxLogLines">setMaxLogLines</a>() @@ -393,7 +393,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() diff --git a/doc/html/tqtoolbar-members.html b/doc/html/tqtoolbar-members.html index 156867c28..3ec746d50 100644 --- a/doc/html/tqtoolbar-members.html +++ b/doc/html/tqtoolbar-members.html @@ -71,7 +71,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -86,8 +86,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -113,14 +113,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -182,7 +182,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtoolbar.html#label">label</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqtoolbar.html#mainWindow">mainWindow</a>() @@ -192,14 +192,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -222,7 +222,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -248,7 +248,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -275,10 +275,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="ntqdockwindow.html#setHorizontalStretchable">setHorizontalStretchable</a>() @@ -288,14 +288,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() <li><a href="tqtoolbar.html#setLabel">setLabel</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/tqtoolbar.html b/doc/html/tqtoolbar.html index c6d78c1b7..54077b874 100644 --- a/doc/html/tqtoolbar.html +++ b/doc/html/tqtoolbar.html @@ -104,7 +104,7 @@ toolbar is too small to show all its widgets a little arrow button at the right or bottom of the toolbar depending on its orientation. Clicking this button pops up a menu that shows the 'overflowing' items. TQToolButtons are represented in the menu using -their textLabel property, other <a href="ntqbutton.html">TQButton</a> subclasses are represented +their textLabel property, other <a href="tqbutton.html">TQButton</a> subclasses are represented using their text property, and TQComboBoxes are represented as submenus, with the caption text being used in the submenu item. <p> Usually a toolbar will get precisely the space it needs. However, diff --git a/doc/html/tqtoolbox-h.html b/doc/html/tqtoolbox-h.html index 274547089..b244f3b7b 100644 --- a/doc/html/tqtoolbox-h.html +++ b/doc/html/tqtoolbox-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQTOOLBOX_H #ifndef QT_H -#include <ntqframe.h> +#include <tqframe.h> #include <tqiconset.h> #endif // QT_H diff --git a/doc/html/tqtoolbox-members.html b/doc/html/tqtoolbox-members.html index 5806e4612..4f71dcc30 100644 --- a/doc/html/tqtoolbox-members.html +++ b/doc/html/tqtoolbox-members.html @@ -67,7 +67,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqtoolbox.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() @@ -85,8 +85,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -111,14 +111,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -180,7 +180,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -189,14 +189,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -214,7 +214,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -239,7 +239,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -265,10 +265,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() @@ -279,14 +279,14 @@ body { background: #ffffff; color: black; } <li><a href="tqtoolbox.html#setItemLabel">setItemLabel</a>() <li><a href="tqtoolbox.html#setItemToolTip">setItemToolTip</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/tqtoolbox.html b/doc/html/tqtoolbox.html index 3cf5c8d3c..eb7091bc7 100644 --- a/doc/html/tqtoolbox.html +++ b/doc/html/tqtoolbox.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } items. <a href="#details">More...</a> <p><tt>#include <<a href="tqtoolbox-h.html">tqtoolbox.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. <p><a href="tqtoolbox-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -103,7 +103,7 @@ allows to move items to different positions. using <a href="#currentIndex">currentIndex</a>(), <a href="#setCurrentIndex">setCurrentIndex</a>(), <a href="#indexOf">indexOf</a>() and <a href="#item">item</a>(). <p> The <a href="#currentChanged">currentChanged</a>() signal is emitted when the current item is changed. -<p> <p>See also <a href="ntqtabwidget.html">TQTabWidget</a> and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="tqtabwidget.html">TQTabWidget</a> and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQToolBox"></a>TQToolBox::TQToolBox ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) diff --git a/doc/html/tqtoolbutton-h.html b/doc/html/tqtoolbutton-h.html index b65f09e1a..157b1fcca 100644 --- a/doc/html/tqtoolbutton-h.html +++ b/doc/html/tqtoolbutton-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQTOOLBUTTON_H #ifndef QT_H -#include "ntqbutton.h" +#include "tqbutton.h" #include "tqstring.h" #include "tqpixmap.h" #include "tqiconset.h" diff --git a/doc/html/tqtoolbutton-members.html b/doc/html/tqtoolbutton-members.html index ca4397646..7c693b41d 100644 --- a/doc/html/tqtoolbutton-members.html +++ b/doc/html/tqtoolbutton-members.html @@ -37,13 +37,13 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqtoolbutton.html#TQToolButton">TQToolButton</a>() <li><a href="tqtoolbutton.html#~TQToolButton">~TQToolButton</a>() -<li><a href="ntqbutton.html#accel">accel</a>() +<li><a href="tqbutton.html#accel">accel</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqbutton.html#animateClick">animateClick</a>() +<li><a href="tqbutton.html#animateClick">animateClick</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() <li><a href="tqtoolbutton.html#autoRaise">autoRaise</a>() -<li><a href="ntqbutton.html#autoRepeat">autoRepeat</a>() +<li><a href="tqbutton.html#autoRepeat">autoRepeat</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() <li><a href="tqwidget.html#backgroundMode">backgroundMode</a>() @@ -63,7 +63,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqbutton.html#clicked">clicked</a>() +<li><a href="tqbutton.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() @@ -85,8 +85,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqbutton.html#drawButton">drawButton</a>() -<li><a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>() +<li><a href="tqbutton.html#drawButton">drawButton</a>() +<li><a href="tqbutton.html#drawButtonLabel">drawButtonLabel</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -117,7 +117,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() -<li><a href="ntqbutton.html#group">group</a>() +<li><a href="tqbutton.html#group">group</a>() <li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() @@ -127,7 +127,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() -<li><a href="ntqbutton.html#hitButton">hitButton</a>() +<li><a href="tqbutton.html#hitButton">hitButton</a>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqtoolbutton.html#iconSet">iconSet</a>() <li><a href="tqwidget.html#iconText">iconText</a>() @@ -142,11 +142,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="tqwidget.html#isDesktop">isDesktop</a>() <li><a href="tqwidget.html#isDialog">isDialog</a>() -<li><a href="ntqbutton.html#isDown">isDown</a>() +<li><a href="tqbutton.html#isDown">isDown</a>() <li><a href="tqwidget.html#isEnabled">isEnabled</a>() <li><a href="tqwidget.html#isEnabledTo">isEnabledTo</a>() <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() -<li><a href="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() +<li><a href="tqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() <li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() @@ -155,10 +155,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() -<li><a href="ntqbutton.html#isOn">isOn</a>() +<li><a href="tqbutton.html#isOn">isOn</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqbutton.html#isToggleButton">isToggleButton</a>() +<li><a href="tqbutton.html#isToggleButton">isToggleButton</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() @@ -204,7 +204,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqbutton.html#paintEvent">paintEvent</a>() +<li><a href="tqbutton.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -213,12 +213,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqbutton.html#pixmap">pixmap</a>() +<li><a href="tqbutton.html#pixmap">pixmap</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqtoolbutton.html#popup">popup</a>() <li><a href="tqtoolbutton.html#popupDelay">popupDelay</a>() <li><a href="tqwidget.html#pos">pos</a>() -<li><a href="ntqbutton.html#pressed">pressed</a>() +<li><a href="tqbutton.html#pressed">pressed</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() @@ -226,7 +226,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqbutton.html#released">released</a>() +<li><a href="tqbutton.html#released">released</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="tqwidget.html#repaint">repaint</a>() @@ -236,12 +236,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() -<li><a href="ntqbutton.html#setAccel">setAccel</a>() +<li><a href="tqbutton.html#setAccel">setAccel</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() <li><a href="tqtoolbutton.html#setAutoRaise">setAutoRaise</a>() -<li><a href="ntqbutton.html#setAutoRepeat">setAutoRepeat</a>() +<li><a href="tqbutton.html#setAutoRepeat">setAutoRepeat</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() @@ -250,7 +250,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqbutton.html#setDown">setDown</a>() +<li><a href="tqbutton.html#setDown">setDown</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() @@ -283,21 +283,21 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqbutton.html#setPixmap">setPixmap</a>() +<li><a href="tqbutton.html#setPixmap">setPixmap</a>() <li><a href="tqtoolbutton.html#setPopup">setPopup</a>() <li><a href="tqtoolbutton.html#setPopupDelay">setPopupDelay</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() -<li><a href="ntqbutton.html#setState">setState</a>() +<li><a href="tqbutton.html#setState">setState</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqbutton.html#setText">setText</a>() +<li><a href="tqbutton.html#setText">setText</a>() <li><a href="tqtoolbutton.html#setTextLabel">setTextLabel</a>() <li><a href="tqtoolbutton.html#setTextPosition">setTextPosition</a>() <li><a href="tqtoolbutton.html#setToggleButton">setToggleButton</a>() -<li><a href="ntqbutton.html#setToggleType">setToggleType</a>() +<li><a href="tqbutton.html#setToggleType">setToggleType</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqtoolbutton.html#setUsesBigPixmap">setUsesBigPixmap</a>() <li><a href="tqtoolbutton.html#setUsesTextLabel">setUsesTextLabel</a>() @@ -317,19 +317,19 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() -<li><a href="ntqbutton.html#state">state</a>() -<li><a href="ntqbutton.html#stateChanged">stateChanged</a>() +<li><a href="tqbutton.html#state">state</a>() +<li><a href="tqbutton.html#stateChanged">stateChanged</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqbutton.html#text">text</a>() +<li><a href="tqbutton.html#text">text</a>() <li><a href="tqtoolbutton.html#textLabel">textLabel</a>() <li><a href="tqtoolbutton.html#textPosition">textPosition</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqtoolbutton.html#toggle">toggle</a>() -<li><a href="ntqbutton.html#toggleType">toggleType</a>() -<li><a href="ntqbutton.html#toggled">toggled</a>() +<li><a href="tqbutton.html#toggleType">toggleType</a>() +<li><a href="tqbutton.html#toggled">toggled</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() diff --git a/doc/html/tqtoolbutton.html b/doc/html/tqtoolbutton.html index 66cdcad85..fb092e0a2 100644 --- a/doc/html/tqtoolbutton.html +++ b/doc/html/tqtoolbutton.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } commands or options, usually used inside a TQToolBar. <a href="#details">More...</a> <p><tt>#include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>></tt> -<p>Inherits <a href="ntqbutton.html">TQButton</a>. +<p>Inherits <a href="tqbutton.html">TQButton</a>. <p><a href="tqtoolbutton-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -234,15 +234,15 @@ See the <a href="tqtoolbutton.html#textPosition-prop">"textPosition"</a> propert <h3 class=fn>void <a name="toggle"></a>TQToolButton::toggle ()<tt> [slot]</tt> </h3> Toggles the state of this tool button. -<p> This function has no effect on <a href="ntqbutton.html#isToggleButton">non-toggling +<p> This function has no effect on <a href="tqbutton.html#isToggleButton">non-toggling buttons.</a> -<p> <p>See also <a href="#toggleButton-prop">toggleButton</a> and <a href="ntqbutton.html#toggled">toggled</a>(). +<p> <p>See also <a href="#toggleButton-prop">toggleButton</a> and <a href="tqbutton.html#toggled">toggled</a>(). <h3 class=fn>bool <a name="uses3D"></a>TQToolButton::uses3D () const<tt> [protected]</tt> </h3> Returns TRUE if this button should be drawn using raised edges; otherwise returns FALSE. -<p> <p>See also <a href="ntqbutton.html#drawButton">drawButton</a>(). +<p> <p>See also <a href="tqbutton.html#drawButton">drawButton</a>(). <h3 class=fn>bool <a name="usesBigPixmap"></a>TQToolButton::usesBigPixmap () const </h3><p>Returns TRUE if this toolbutton uses big pixmaps; otherwise returns FALSE. @@ -270,7 +270,7 @@ pixmap. There is no default iconset. <h3 class=fn>bool <a name="on-prop"></a>on</h3> <p>This property holds whether this tool button is on. -<p>This property has no effect on <a href="ntqbutton.html#isToggleButton">non-toggling +<p>This property has no effect on <a href="tqbutton.html#isToggleButton">non-toggling buttons.</a> The default is FALSE (i.e. off). <p> <p>See also <a href="#toggleButton-prop">toggleButton</a> and <a href="#toggle">toggle</a>(). <p>Set this property's value with <a href="#setOn">setOn</a>(). diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 666099443..1049e11c1 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqwidget-h.html">tqwidget.h</a>></tt> <p>Inherits <a href="tqobject.html">TQObject</a> and <a href="tqpaintdevice.html">TQPaintDevice</a>. --<p>Inherited by <a href="ntqbutton.html">TQButton</a>, <a href="ntqframe.html">TQFrame</a>, <a href="tqdialog.html">TQDialog</a>, <a href="tqcombobox.html">TQComboBox</a>, <a href="tqdatabrowser.html">TQDataBrowser</a>, <a href="tqdataview.html">TQDataView</a>, <a href="tqdatetimeeditbase.html">TQDateTimeEditBase</a>, <a href="tqdatetimeedit.html">TQDateTimeEdit</a>, <a href="tqdesktopwidget.html">TQDesktopWidget</a>, <a href="tqdial.html">TQDial</a>, <a href="ntqdockarea.html">TQDockArea</a>, <a href="tqglwidget.html">TQGLWidget</a>, <a href="ntqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="qmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="tqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="tqslider.html">TQSlider</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="ntqtabbar.html">TQTabBar</a>, <a href="ntqtabwidget.html">TQTabWidget</a>, <a href="tqworkspace.html">TQWorkspace</a>, and <a href="qxtwidget.html">TQXtWidget</a>. +-<p>Inherited by <a href="tqbutton.html">TQButton</a>, <a href="tqframe.html">TQFrame</a>, <a href="tqdialog.html">TQDialog</a>, <a href="tqcombobox.html">TQComboBox</a>, <a href="tqdatabrowser.html">TQDataBrowser</a>, <a href="tqdataview.html">TQDataView</a>, <a href="tqdatetimeeditbase.html">TQDateTimeEditBase</a>, <a href="tqdatetimeedit.html">TQDateTimeEdit</a>, <a href="tqdesktopwidget.html">TQDesktopWidget</a>, <a href="tqdial.html">TQDial</a>, <a href="ntqdockarea.html">TQDockArea</a>, <a href="tqglwidget.html">TQGLWidget</a>, <a href="tqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="qmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="tqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="tqslider.html">TQSlider</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="tqtabbar.html">TQTabBar</a>, <a href="tqtabwidget.html">TQTabWidget</a>, <a href="tqworkspace.html">TQWorkspace</a>, and <a href="qxtwidget.html">TQXtWidget</a>. <p><a href="tqwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -402,8 +402,8 @@ probably want to add a layout to the parent TQWidget. (See <a href="layout.html" <p> TQWidget has many member functions, but some of them have little direct functionality: for example, TQWidget has a font property, but never uses this itself. There are many subclasses which -provide real functionality, such as <a href="tqpushbutton.html">TQPushButton</a>, <a href="ntqlistbox.html">TQListBox</a> and -<a href="ntqtabdialog.html">TQTabDialog</a>, etc. +provide real functionality, such as <a href="tqpushbutton.html">TQPushButton</a>, <a href="tqlistbox.html">TQListBox</a> and +<a href="tqtabdialog.html">TQTabDialog</a>, etc. <p> <h3> Groups of functions: </h3> <a name="1"></a><p> <center><table cellpadding="4" cellspacing="2" border="0"> @@ -681,7 +681,7 @@ indicates a "good" size for the widget. <p> <li> If your widget is a top-level window, <a href="#setCaption">setCaption</a>() and <a href="#setIcon">setIcon</a>() set the title bar and icon respectively. <p> </ul> -<p> <p>See also <a href="tqevent.html">TQEvent</a>, <a href="tqpainter.html">TQPainter</a>, <a href="qgridlayout.html">TQGridLayout</a>, <a href="qboxlayout.html">TQBoxLayout</a>, and <a href="abstractwidgets.html">Abstract Widget Classes</a>. +<p> <p>See also <a href="tqevent.html">TQEvent</a>, <a href="tqpainter.html">TQPainter</a>, <a href="tqgridlayout.html">TQGridLayout</a>, <a href="qboxlayout.html">TQBoxLayout</a>, and <a href="abstractwidgets.html">Abstract Widget Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="BackgroundOrigin-enum"></a>TQWidget::BackgroundOrigin</h3> @@ -1616,7 +1616,7 @@ reasons. to, but some slow widgets need to optimize by painting only the requested region: <a href="tqpaintevent.html#region">TQPaintEvent::region</a>(). This speed optimization does not change the result, as painting is clipped to that region -during event processing. <a href="ntqlistview.html">TQListView</a> and <a href="tqcanvas.html">TQCanvas</a> do this, for +during event processing. <a href="tqlistview.html">TQListView</a> and <a href="tqcanvas.html">TQCanvas</a> do this, for example. <p> TQt also tries to speed up painting by merging multiple paint events into one. When update() is called several times or the @@ -1635,7 +1635,7 @@ background; we recommend reading it. <p> <p>See also <a href="#event">event</a>(), <a href="#repaint">repaint</a>(), <a href="#update">update</a>(), <a href="tqpainter.html">TQPainter</a>, <a href="tqpixmap.html">TQPixmap</a>, and <a href="tqpaintevent.html">TQPaintEvent</a>. <p>Examples: <a href="drawlines-example.html#x1661">drawlines/connect.cpp</a>, <a href="forever-example.html#x1055">forever/forever.cpp</a>, <a href="qmag-example.html#x1803">qmag/qmag.cpp</a>, <a href="scribble-example.html#x951">scribble/scribble.cpp</a>, <a href="splitter-example.html#x1302">splitter/splitter.cpp</a>, <a href="tutorial1-08.html#x2336">t8/cannon.cpp</a>, and <a href="tutorial1-09.html#x2346">t9/cannon.cpp</a>. -<p>Reimplemented in <a href="ntqbutton.html#paintEvent">TQButton</a>, <a href="ntqframe.html#paintEvent">TQFrame</a>, <a href="tqglwidget.html#paintEvent">TQGLWidget</a>, <a href="tqsizegrip.html#paintEvent">TQSizeGrip</a>, <a href="tqstatusbar.html#paintEvent">TQStatusBar</a>, and <a href="ntqtabbar.html#paintEvent">TQTabBar</a>. +<p>Reimplemented in <a href="tqbutton.html#paintEvent">TQButton</a>, <a href="tqframe.html#paintEvent">TQFrame</a>, <a href="tqglwidget.html#paintEvent">TQGLWidget</a>, <a href="tqsizegrip.html#paintEvent">TQSizeGrip</a>, <a href="tqstatusbar.html#paintEvent">TQStatusBar</a>, and <a href="tqtabbar.html#paintEvent">TQTabBar</a>. <h3 class=fn>const <a href="tqpalette.html">TQPalette</a> & <a name="palette"></a>TQWidget::palette () const </h3><p>Returns the widget's palette. See the <a href="tqwidget.html#palette-prop">"palette"</a> property for details. @@ -1781,7 +1781,7 @@ old parent, reparent doesn't change the tab order or keyboard focus. <p> <b>Warning:</b> It is extremely unlikely that you will ever need this function. If you have a widget that changes its content -dynamically, it is far easier to use <a href="tqwidgetstack.html">TQWidgetStack</a> or <a href="ntqwizard.html">TQWizard</a>. +dynamically, it is far easier to use <a href="tqwidgetstack.html">TQWidgetStack</a> or <a href="tqwizard.html">TQWizard</a>. <p> <p>See also <a href="#getWFlags">getWFlags</a>(). <p>Example: <a href="toplevel-example.html#x2538">toplevel/options.ui.h</a>. @@ -1823,7 +1823,7 @@ done inside this handler. <p> <p>See also <a href="#moveEvent">moveEvent</a>(), <a href="#event">event</a>(), <a href="#size-prop">size</a>, <a href="qresizeevent.html">TQResizeEvent</a>, and <a href="#paintEvent">paintEvent</a>(). <p>Examples: <a href="drawdemo-example.html#x1089">drawdemo/drawdemo.cpp</a>, <a href="menu-example.html#x1884">menu/menu.cpp</a>, <a href="qmag-example.html#x1806">qmag/qmag.cpp</a>, <a href="scribble-example.html#x952">scribble/scribble.cpp</a>, <a href="showimg-example.html#x1353">showimg/showimg.cpp</a>, <a href="tooltip-example.html#x454">tooltip/tooltip.cpp</a>, and <a href="xform-example.html#x1269">xform/xform.cpp</a>. -<p>Reimplemented in <a href="ntqframe.html#resizeEvent">TQFrame</a> and <a href="tqglwidget.html#resizeEvent">TQGLWidget</a>. +<p>Reimplemented in <a href="tqframe.html#resizeEvent">TQFrame</a> and <a href="tqglwidget.html#resizeEvent">TQGLWidget</a>. <h3 class=fn>void <a name="scroll"></a>TQWidget::scroll ( int dx, int dy ) </h3> Scrolls the widget including its children <em>dx</em> pixels to the @@ -2002,7 +2002,7 @@ focus proxy. <h3 class=fn>void <a name="setFont"></a>TQWidget::setFont ( const <a href="tqfont.html">TQFont</a> & )<tt> [virtual]</tt> </h3><p>Sets the font currently set for the widget. See the <a href="tqwidget.html#font-prop">"font"</a> property for details. -<p>Reimplemented in <a href="tqcombobox.html#setFont">TQComboBox</a>, <a href="tqlabel.html#setFont">TQLabel</a>, and <a href="ntqtabdialog.html#setFont">TQTabDialog</a>. +<p>Reimplemented in <a href="tqcombobox.html#setFont">TQComboBox</a>, <a href="tqlabel.html#setFont">TQLabel</a>, and <a href="tqtabdialog.html#setFont">TQTabDialog</a>. <h3 class=fn>void <a name="setFont-2"></a>TQWidget::setFont ( const <a href="tqfont.html">TQFont</a> & f, bool ) </h3> @@ -2358,15 +2358,15 @@ widget using <a href="#update">update</a>(). geometry. <p> <p>See also <a href="ntqapplication.html#setStyle">TQApplication::setStyle</a>(), <a href="#style">style</a>(), <a href="#update">update</a>(), and <a href="#updateGeometry">updateGeometry</a>(). -<h3 class=fn>void <a name="tabletEvent"></a>TQWidget::tabletEvent ( <a href="qtabletevent.html">TQTabletEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="tabletEvent"></a>TQWidget::tabletEvent ( <a href="tqtabletevent.html">TQTabletEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler, for event <em>e</em>, can be reimplemented in a subclass to receive tablet events for the widget. <p> If you reimplement this handler, it is very important that you -<a href="qtabletevent.html">ignore()</a> the event if you do not handle +<a href="tqtabletevent.html">ignore()</a> the event if you do not handle it, so that the widget's parent can interpret it. <p> The default implementation ignores the event. -<p> <p>See also <a href="qtabletevent.html#ignore">TQTabletEvent::ignore</a>(), <a href="qtabletevent.html#accept">TQTabletEvent::accept</a>(), <a href="#event">event</a>(), and <a href="qtabletevent.html">TQTabletEvent</a>. +<p> <p>See also <a href="tqtabletevent.html#ignore">TQTabletEvent::ignore</a>(), <a href="tqtabletevent.html#accept">TQTabletEvent::accept</a>(), <a href="#event">event</a>(), and <a href="tqtabletevent.html">TQTabletEvent</a>. <h3 class=fn>WFlags <a name="testWFlags"></a>TQWidget::testWFlags ( WFlags f ) const </h3> @@ -2601,7 +2601,7 @@ entry of the <a href="#palette-prop">palette</a> to set. typically gray), but some need to use <a href="ntqt.html#BackgroundMode-enum">PaletteBase</a> (the background color for text output, typically white) or another role. -<p> <a href="ntqlistbox.html">TQListBox</a>, which is "sunken" and uses the base color to contrast +<p> <a href="tqlistbox.html">TQListBox</a>, which is "sunken" and uses the base color to contrast with its environment, does this in its constructor: <p> <pre> <a href="#setBackgroundMode">setBackgroundMode</a>( <a href="ntqt.html#BackgroundMode-enum">PaletteBase</a> ); @@ -3129,10 +3129,10 @@ widget can be freely resized, but prefers to be the size specify that they may stretch horizontally, but are fixed vertically. The same applies to lineedit controls (such as <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqspinbox.html">TQSpinBox</a> or an editable <a href="tqcombobox.html">TQComboBox</a>) and other -horizontally orientated widgets (such as <a href="ntqprogressbar.html">TQProgressBar</a>). +horizontally orientated widgets (such as <a href="tqprogressbar.html">TQProgressBar</a>). <a href="tqtoolbutton.html">TQToolButton</a>'s are normally square, so they allow growth in both directions. Widgets that support different directions (such as -<a href="tqslider.html">TQSlider</a>, <a href="tqscrollbar.html">TQScrollBar</a> or <a href="ntqheader.html">TQHeader</a>) specify stretching in the +<a href="tqslider.html">TQSlider</a>, <a href="tqscrollbar.html">TQScrollBar</a> or <a href="tqheader.html">TQHeader</a>) specify stretching in the respective direction only. Widgets that can provide scrollbars (usually subclasses of <a href="tqscrollview.html">TQScrollView</a>) tend to specify that they can use additional space, and that they can make do with less than diff --git a/doc/html/tqwidgetplugin.html b/doc/html/tqwidgetplugin.html index 48f50d9f9..c0a07213b 100644 --- a/doc/html/tqwidgetplugin.html +++ b/doc/html/tqwidgetplugin.html @@ -109,7 +109,7 @@ generated code. <h3 class=fn>bool <a name="isContainer"></a>TQWidgetPlugin::isContainer ( const <a href="tqstring.html">TQString</a> & key ) const<tt> [virtual]</tt> </h3> Returns TRUE if the custom widget of class <em>key</em> can contain -other widgets, e.g. like <a href="ntqframe.html">TQFrame</a>; otherwise returns FALSE. +other widgets, e.g. like <a href="tqframe.html">TQFrame</a>; otherwise returns FALSE. <p> The default implementation returns FALSE. <h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="keys"></a>TQWidgetPlugin::keys () const<tt> [pure virtual]</tt> diff --git a/doc/html/tqwidgetstack-h.html b/doc/html/tqwidgetstack-h.html index 923c61a0e..271ca5ac7 100644 --- a/doc/html/tqwidgetstack-h.html +++ b/doc/html/tqwidgetstack-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQWIDGETSTACK_H #ifndef QT_H -#include "ntqframe.h" +#include "tqframe.h" #include "tqintdict.h" #include "tqptrdict.h" #endif // QT_H diff --git a/doc/html/tqwidgetstack-members.html b/doc/html/tqwidgetstack-members.html index e81fc63e4..77441fa12 100644 --- a/doc/html/tqwidgetstack-members.html +++ b/doc/html/tqwidgetstack-members.html @@ -69,7 +69,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqwidget.html#constPolish">constPolish</a>() -<li><a href="ntqframe.html#contentsRect">contentsRect</a>() +<li><a href="tqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqwidget.html#cursor">cursor</a>() @@ -83,8 +83,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqframe.html#drawContents">drawContents</a>() -<li><a href="ntqframe.html#drawFrame">drawFrame</a>() +<li><a href="tqframe.html#drawContents">drawContents</a>() +<li><a href="tqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -109,14 +109,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqframe.html#frameChanged">frameChanged</a>() +<li><a href="tqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() -<li><a href="ntqframe.html#frameRect">frameRect</a>() -<li><a href="ntqframe.html#frameShadow">frameShadow</a>() -<li><a href="ntqframe.html#frameShape">frameShape</a>() +<li><a href="tqframe.html#frameRect">frameRect</a>() +<li><a href="tqframe.html#frameShadow">frameShadow</a>() +<li><a href="tqframe.html#frameShape">frameShape</a>() <li><a href="tqwidget.html#frameSize">frameSize</a>() -<li><a href="ntqframe.html#frameStyle">frameStyle</a>() -<li><a href="ntqframe.html#frameWidth">frameWidth</a>() +<li><a href="tqframe.html#frameStyle">frameStyle</a>() +<li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() @@ -170,7 +170,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqframe.html#lineWidth">lineWidth</a>() +<li><a href="tqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -179,14 +179,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapTo">mapTo</a>() <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() -<li><a href="ntqframe.html#margin">margin</a>() +<li><a href="tqframe.html#margin">margin</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() -<li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() +<li><a href="tqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() @@ -204,7 +204,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqframe.html#paintEvent">paintEvent</a>() +<li><a href="tqframe.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() <li><a href="tqwidget.html#paletteBackgroundColor">paletteBackgroundColor</a>() @@ -230,7 +230,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() -<li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() +<li><a href="tqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -255,24 +255,24 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() -<li><a href="ntqframe.html#setFrameRect">setFrameRect</a>() -<li><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>() -<li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() -<li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() +<li><a href="tqframe.html#setFrameRect">setFrameRect</a>() +<li><a href="tqframe.html#setFrameShadow">setFrameShadow</a>() +<li><a href="tqframe.html#setFrameShape">setFrameShape</a>() +<li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqframe.html#setMargin">setMargin</a>() +<li><a href="tqframe.html#setLineWidth">setLineWidth</a>() +<li><a href="tqframe.html#setMargin">setMargin</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() -<li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() +<li><a href="tqframe.html#setMidLineWidth">setMidLineWidth</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() diff --git a/doc/html/tqwidgetstack.html b/doc/html/tqwidgetstack.html index de68d6ecd..6fc5ff288 100644 --- a/doc/html/tqwidgetstack.html +++ b/doc/html/tqwidgetstack.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } only the top widget is user-visible. <a href="#details">More...</a> <p><tt>#include <<a href="tqwidgetstack-h.html">tqwidgetstack.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. <p><a href="tqwidgetstack-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -84,22 +84,22 @@ pointers using <a href="#widget">widget</a>(). These numeric IDs are unique (per TQWidgetStack, not globally), but TQWidgetStack does not attach any additional meaning to them. <p> The default widget stack is frameless, but you can use the usual -<a href="ntqframe.html">TQFrame</a> functions (such as <a href="ntqframe.html#setFrameStyle">setFrameStyle</a>()) to add a frame. +<a href="tqframe.html">TQFrame</a> functions (such as <a href="tqframe.html#setFrameStyle">setFrameStyle</a>()) to add a frame. <p> TQWidgetStack provides a signal, <a href="#aboutToShow">aboutToShow</a>(), which is emitted just before a managed widget is shown. -<p> <p>See also <a href="ntqtabdialog.html">TQTabDialog</a>, <a href="ntqtabbar.html">TQTabBar</a>, <a href="ntqframe.html">TQFrame</a>, and <a href="organizers.html">Organizers</a>. +<p> <p>See also <a href="tqtabdialog.html">TQTabDialog</a>, <a href="tqtabbar.html">TQTabBar</a>, <a href="tqframe.html">TQFrame</a>, and <a href="organizers.html">Organizers</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQWidgetStack"></a>TQWidgetStack::TQWidgetStack ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs an empty widget stack. -<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="ntqframe.html">TQFrame</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqframe.html">TQFrame</a> constructor. <h3 class=fn><a name="TQWidgetStack-2"></a>TQWidgetStack::TQWidgetStack ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name, WFlags f ) </h3> Constructs an empty widget stack. -<p> The <em>parent</em>, <em>name</em> and <em>f</em> arguments are passed to the <a href="ntqframe.html">TQFrame</a> +<p> The <em>parent</em>, <em>name</em> and <em>f</em> arguments are passed to the <a href="tqframe.html">TQFrame</a> constructor. <h3 class=fn><a name="~TQWidgetStack"></a>TQWidgetStack::~TQWidgetStack () diff --git a/doc/html/qwizard-h.html b/doc/html/tqwizard-h.html index defb82e87..4826d272f 100644 --- a/doc/html/qwizard-h.html +++ b/doc/html/tqwizard-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqwizard.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqwizard.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqwizard.h Include File</title> +<title>tqwizard.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqwizard.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqwizard.h</h1> -<p>This is the verbatim text of the ntqwizard.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqwizard.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqwizard.h 3.3.8 edited Jan 11 14:46 $ +** $Id: qt/tqwizard.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of the TQWizard class. ** diff --git a/doc/html/qwizard-members.html b/doc/html/tqwizard-members.html index 88dd0979d..7196b295e 100644 --- a/doc/html/qwizard-members.html +++ b/doc/html/tqwizard-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqwizard.h:51 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqwizard.h:51 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,19 +32,19 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQWizard</h1> <p>This is the complete list of member functions for -<a href="ntqwizard.html">TQWizard</a>, including inherited members. +<a href="tqwizard.html">TQWizard</a>, including inherited members. <ul> -<li><a href="ntqwizard.html#TQWizard">TQWizard</a>() -<li><a href="ntqwizard.html#~TQWizard">~TQWizard</a>() +<li><a href="tqwizard.html#TQWizard">TQWizard</a>() +<li><a href="tqwizard.html#~TQWizard">~TQWizard</a>() <li><a href="tqdialog.html#accept">accept</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqwizard.html#addPage">addPage</a>() +<li><a href="tqwizard.html#addPage">addPage</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqwizard.html#appropriate">appropriate</a>() +<li><a href="tqwizard.html#appropriate">appropriate</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() -<li><a href="ntqwizard.html#back">back</a>() -<li><a href="ntqwizard.html#backButton">backButton</a>() +<li><a href="tqwizard.html#back">back</a>() +<li><a href="tqwizard.html#backButton">backButton</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() <li><a href="tqwidget.html#backgroundMode">backgroundMode</a>() @@ -52,7 +52,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqwizard.html#cancelButton">cancelButton</a>() +<li><a href="tqwizard.html#cancelButton">cancelButton</a>() <li><a href="tqwidget.html#caption">caption</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() @@ -75,7 +75,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#constPolish">constPolish</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqwizard.html#currentPage">currentPage</a>() +<li><a href="tqwizard.html#currentPage">currentPage</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() @@ -102,7 +102,7 @@ body { background: #ffffff; color: black; } <li><a href="tqdialog.html#exec">exec</a>() <li><a href="tqdialog.html#extension">extension</a>() <li><a href="tqwidget.html#find">find</a>() -<li><a href="ntqwizard.html#finishButton">finishButton</a>() +<li><a href="tqwizard.html#finishButton">finishButton</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() <li><a href="tqwidget.html#focusNextPrevChild">focusNextPrevChild</a>() @@ -127,9 +127,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() <li><a href="tqwidget.html#height">height</a>() <li><a href="tqwidget.html#heightForWidth">heightForWidth</a>() -<li><a href="ntqwizard.html#help">help</a>() -<li><a href="ntqwizard.html#helpButton">helpButton</a>() -<li><a href="ntqwizard.html#helpClicked">helpClicked</a>() +<li><a href="tqwizard.html#help">help</a>() +<li><a href="tqwizard.html#helpButton">helpButton</a>() +<li><a href="tqwizard.html#helpClicked">helpClicked</a>() <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() @@ -139,10 +139,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqwizard.html#indexOf">indexOf</a>() +<li><a href="tqwizard.html#indexOf">indexOf</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqwizard.html#insertPage">insertPage</a>() +<li><a href="tqwizard.html#insertPage">insertPage</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() @@ -173,8 +173,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() <li><a href="tqobject.html#killTimer">killTimer</a>() <li><a href="tqobject.html#killTimers">killTimers</a>() -<li><a href="ntqwizard.html#layOutButtonRow">layOutButtonRow</a>() -<li><a href="ntqwizard.html#layOutTitleRow">layOutTitleRow</a>() +<li><a href="tqwizard.html#layOutButtonRow">layOutButtonRow</a>() +<li><a href="tqwizard.html#layOutTitleRow">layOutTitleRow</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="tqwidget.html#lower">lower</a>() @@ -203,16 +203,16 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#move">move</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() -<li><a href="ntqwizard.html#next">next</a>() -<li><a href="ntqwizard.html#nextButton">nextButton</a>() +<li><a href="tqwizard.html#next">next</a>() +<li><a href="tqwizard.html#nextButton">nextButton</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="tqdialog.html#orientation">orientation</a>() <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() -<li><a href="ntqwizard.html#page">page</a>() -<li><a href="ntqwizard.html#pageCount">pageCount</a>() +<li><a href="tqwizard.html#page">page</a>() +<li><a href="tqwizard.html#pageCount">pageCount</a>() <li><a href="tqwidget.html#paintEvent">paintEvent</a>() <li><a href="tqpaintdevice.html#paintingActive">paintingActive</a>() <li><a href="tqwidget.html#palette">palette</a>() @@ -234,7 +234,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqwizard.html#removePage">removePage</a>() +<li><a href="tqwizard.html#removePage">removePage</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() @@ -242,13 +242,13 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="tqdialog.html#result">result</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqwizard.html#selected">selected</a>() +<li><a href="tqwizard.html#selected">selected</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() -<li><a href="ntqwizard.html#setAppropriate">setAppropriate</a>() +<li><a href="tqwizard.html#setAppropriate">setAppropriate</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() -<li><a href="ntqwizard.html#setBackEnabled">setBackEnabled</a>() +<li><a href="tqwizard.html#setBackEnabled">setBackEnabled</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() @@ -261,8 +261,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() <li><a href="tqdialog.html#setExtension">setExtension</a>() -<li><a href="ntqwizard.html#setFinish">setFinish</a>() -<li><a href="ntqwizard.html#setFinishEnabled">setFinishEnabled</a>() +<li><a href="tqwizard.html#setFinish">setFinish</a>() +<li><a href="tqwizard.html#setFinishEnabled">setFinishEnabled</a>() <li><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>() <li><a href="tqwidget.html#setFixedSize">setFixedSize</a>() <li><a href="tqwidget.html#setFixedWidth">setFixedWidth</a>() @@ -271,7 +271,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() <li><a href="tqwidget.html#setFont">setFont</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqwizard.html#setHelpEnabled">setHelpEnabled</a>() +<li><a href="tqwizard.html#setHelpEnabled">setHelpEnabled</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() @@ -288,7 +288,7 @@ body { background: #ffffff; color: black; } <li><a href="tqdialog.html#setModal">setModal</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqwizard.html#setNextEnabled">setNextEnabled</a>() +<li><a href="tqwizard.html#setNextEnabled">setNextEnabled</a>() <li><a href="tqdialog.html#setOrientation">setOrientation</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() @@ -302,8 +302,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqwizard.html#setTitle">setTitle</a>() -<li><a href="ntqwizard.html#setTitleFont">setTitleFont</a>() +<li><a href="tqwizard.html#setTitle">setTitle</a>() +<li><a href="tqwizard.html#setTitleFont">setTitleFont</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() @@ -315,7 +315,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() <li><a href="tqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqwizard.html#showPage">showPage</a>() +<li><a href="tqwizard.html#showPage">showPage</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqwidget.html#size">size</a>() <li><a href="tqwidget.html#sizeHint">sizeHint</a>() @@ -328,8 +328,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqwizard.html#title">title</a>() -<li><a href="ntqwizard.html#titleFont">titleFont</a>() +<li><a href="tqwizard.html#title">title</a>() +<li><a href="tqwizard.html#titleFont">titleFont</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() diff --git a/doc/html/ntqwizard.html b/doc/html/tqwizard.html index 23bdcb258..c74d62536 100644 --- a/doc/html/ntqwizard.html +++ b/doc/html/tqwizard.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/qwizard.cpp:55 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/tqwizard.cpp:55 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQWizard class provides a framework for wizard dialogs. <a href="#details">More...</a> -<p><tt>#include <<a href="qwizard-h.html">ntqwizard.h</a>></tt> +<p><tt>#include <<a href="tqwizard-h.html">tqwizard.h</a>></tt> <p>Inherits <a href="tqdialog.html">TQDialog</a>. -<p><a href="qwizard-members.html">List of all member functions.</a> +<p><a href="tqwizard-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQWizard"><b>TQWizard</b></a> ( TQWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )</li> @@ -124,7 +124,7 @@ the data entered by the user on a preceding page. of simple pages with fewer choices rather than a smaller number of complex pages. <p> Example code is available here: <a href="wizard-wizard-cpp.html">wizard/wizard.cpp</a> <a href="wizard-wizard-h.html">wizard/wizard.h</a> -<p> <center><img src="qwizard.png" alt="A TQWizard page"></center> <blockquote><p align="center"><em> A TQWizard page +<p> <center><img src="tqwizard.png" alt="A TQWizard page"></center> <blockquote><p align="center"><em> A TQWizard page </em></p> </blockquote><p> <p>See also <a href="abstractwidgets.html">Abstract Widget Classes</a>, <a href="dialogs.html">Dialog Classes</a>, and <a href="organizers.html">Organizers</a>. @@ -301,7 +301,7 @@ Sets the title for page <em>page</em> to <em>title</em>. <h3 class=fn>void <a name="setTitleFont"></a>TQWizard::setTitleFont ( const <a href="tqfont.html">TQFont</a> & ) </h3><p>Sets the font used for page titles. -See the <a href="ntqwizard.html#titleFont-prop">"titleFont"</a> property for details. +See the <a href="tqwizard.html#titleFont-prop">"titleFont"</a> property for details. <h3 class=fn>void <a name="showPage"></a>TQWizard::showPage ( <a href="tqwidget.html">TQWidget</a> * page )<tt> [virtual]</tt> </h3> Makes <em>page</em> the current page and emits the <a href="#selected">selected</a>() signal. @@ -317,7 +317,7 @@ Returns the title of page <em>page</em>. <h3 class=fn><a href="tqfont.html">TQFont</a> <a name="titleFont"></a>TQWizard::titleFont () const </h3><p>Returns the font used for page titles. -See the <a href="ntqwizard.html#titleFont-prop">"titleFont"</a> property for details. +See the <a href="tqwizard.html#titleFont-prop">"titleFont"</a> property for details. <hr><h2>Property Documentation</h2> <h3 class=fn><a href="tqfont.html">TQFont</a> <a name="titleFont-prop"></a>titleFont</h3> <p>This property holds the font used for page titles. diff --git a/doc/html/qwizard.png b/doc/html/tqwizard.png Binary files differindex 2824bffef..2824bffef 100644 --- a/doc/html/qwizard.png +++ b/doc/html/tqwizard.png diff --git a/doc/html/tqxmlattributes.html b/doc/html/tqxmlattributes.html index 366ca78a1..f8e0cc48a 100644 --- a/doc/html/tqxmlattributes.html +++ b/doc/html/tqxmlattributes.html @@ -139,7 +139,7 @@ Looks up an attribute's XML 1.0 qualified name for the attribute at position <em>index</em>. <p> See also the <a href="xml.html#sax2Namespaces">namespace description</a>. -<p>Example: <a href="ntqlistview.html#x2106">xml/tagreader-with-features/structureparser.cpp</a>. +<p>Example: <a href="tqlistview.html#x2106">xml/tagreader-with-features/structureparser.cpp</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="type"></a>TQXmlAttributes::type ( int index ) const </h3> Looks up an attribute's type for the attribute at position <em>index</em>. @@ -167,7 +167,7 @@ position <em>index</em>. If no namespace processing is done or if the attribute has no namespace, the namespace URI is <a href="tqstring.html#TQString-null">TQString::null</a>. <p> See also the <a href="xml.html#sax2Namespaces">namespace description</a>. -<p>Example: <a href="ntqlistview.html#x2107">xml/tagreader-with-features/structureparser.cpp</a>. +<p>Example: <a href="tqlistview.html#x2107">xml/tagreader-with-features/structureparser.cpp</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="value"></a>TQXmlAttributes::value ( int index ) const </h3> Looks up an attribute's value for the attribute at position <em>index</em>. diff --git a/doc/html/tutorial1-02.html b/doc/html/tutorial1-02.html index a35de0e75..c38927753 100644 --- a/doc/html/tutorial1-02.html +++ b/doc/html/tutorial1-02.html @@ -55,7 +55,7 @@ int main( int argc, char **argv ) quit.<a href="tqwidget.html#resize">resize</a>( 75, 30 ); quit.<a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &quit ); quit.<a href="tqwidget.html#show">show</a>(); @@ -87,7 +87,7 @@ to set right size. <p> Here we choose a new font for the button, an 18-point bold font from the Times family. Note that we create the font on the spot. <p> It is also possible to change the default font (using <a href="ntqapplication.html#setFont">TQApplication::setFont</a>()) for the whole application. -<p> <pre> <a name="x2291"></a><a name="x2290"></a><a name="x2288"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<p> <pre> <a name="x2291"></a><a name="x2290"></a><a name="x2288"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); </pre> <p> connect() is perhaps <em>the</em> most central feature of TQt. Note that connect() is a static function in <a href="tqobject.html">TQObject</a>. Do not confuse it @@ -112,7 +112,7 @@ makefile and build the application.) <a name="3"></a><p> Try to resize the window. Press the button. Oops! That connect() would seem to make some difference. <p> Are there any other signals in <a href="tqpushbutton.html">TQPushButton</a> you can connect to quit? -Hint: The TQPushButton inherits most of its behavior from <a href="ntqbutton.html">TQButton</a>. +Hint: The TQPushButton inherits most of its behavior from <a href="tqbutton.html">TQButton</a>. <p> You're now ready for <a href="tutorial1-03.html">Chapter 3.</a> <p> [<a href="tutorial1-01.html">Previous tutorial</a>] [<a href="tutorial1-03.html">Next tutorial</a>] diff --git a/doc/html/tutorial1-03.html b/doc/html/tutorial1-03.html index cbd73786c..714fce724 100644 --- a/doc/html/tutorial1-03.html +++ b/doc/html/tutorial1-03.html @@ -56,7 +56,7 @@ int main( int argc, char **argv ) <a href="tqpushbutton.html">TQPushButton</a> quit( "Quit", &box ); quit.<a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &box ); box.<a href="tqwidget.html#show">show</a>(); diff --git a/doc/html/tutorial1-04.html b/doc/html/tutorial1-04.html index 2dffeb4e3..d27ae9d39 100644 --- a/doc/html/tutorial1-04.html +++ b/doc/html/tutorial1-04.html @@ -63,7 +63,7 @@ public: quit-><a href="tqwidget.html#setGeometry">setGeometry</a>( 62, 40, 75, 30 ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); } @@ -132,7 +132,7 @@ when you choose to, the child will automatically tell TQt about its imminent death.) <p> The setGeometry() call does the same as move() and resize() did in the previous chapters. -<p> <pre> <a name="x2306"></a><a name="x2304"></a> <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<p> <pre> <a name="x2306"></a><a name="x2304"></a> <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); } </pre> <p> Because the MyWidget class doesn't know about the application object, it diff --git a/doc/html/tutorial1-05.html b/doc/html/tutorial1-05.html index eecccbc7b..b2aca825a 100644 --- a/doc/html/tutorial1-05.html +++ b/doc/html/tutorial1-05.html @@ -62,7 +62,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); diff --git a/doc/html/tutorial1-06.html b/doc/html/tutorial1-06.html index 58daffe70..f8fcf8fb7 100644 --- a/doc/html/tutorial1-06.html +++ b/doc/html/tutorial1-06.html @@ -49,7 +49,7 @@ widget as a child widget. #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> -#include <<a href="qgrid-h.html">ntqgrid.h</a>> +#include <<a href="tqgrid-h.html">tqgrid.h</a>> class LCDRange : public <a href="ntqvbox.html">TQVBox</a> { @@ -80,9 +80,9 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); - <a href="ntqgrid.html">TQGrid</a> *grid = new <a href="ntqgrid.html">TQGrid</a>( 4, this ); + <a href="tqgrid.html">TQGrid</a> *grid = new <a href="tqgrid.html">TQGrid</a>( 4, this ); for( int r = 0 ; r < 4 ; r++ ) for( int c = 0 ; c < 4 ; c++ ) @@ -139,14 +139,14 @@ is renamed. <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); <a name="x2328"></a> quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a name="x2321"></a> <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a name="x2321"></a> <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); </pre> <p> The push button that used to be in what is now LCDRange has been separated so that we can have one "Quit" button and many LCDRange objects. -<p> <pre> <a href="ntqgrid.html">TQGrid</a> *grid = new <a href="ntqgrid.html">TQGrid</a>( 4, this ); +<p> <pre> <a href="tqgrid.html">TQGrid</a> *grid = new <a href="tqgrid.html">TQGrid</a>( 4, this ); </pre> -<p> We create a <a href="ntqgrid.html">TQGrid</a> object with four columns. The TQGRid widget +<p> We create a <a href="tqgrid.html">TQGrid</a> object with four columns. The TQGrid widget automatically arranges its children in rows and columns; you can specify the number of rows or of columns, and TQGrid will discover its new children and fit them into the grid. @@ -171,7 +171,7 @@ makefile and build the application.) </h2> <a name="3"></a><p> Initialize each slider with a different/random value on startup. <p> The source contains three occurrences of "4". What happens if you -change the one in the <a href="ntqgrid.html">TQGrid</a> constructor call? What about the other +change the one in the <a href="tqgrid.html">TQGrid</a> constructor call? What about the other two? Why is this? <p> You're now ready for <a href="tutorial1-07.html">Chapter 7.</a> <p> [<a href="tutorial1-05.html">Previous tutorial</a>] diff --git a/doc/html/tutorial1-08.html b/doc/html/tutorial1-08.html index 57ffa0587..628076453 100644 --- a/doc/html/tutorial1-08.html +++ b/doc/html/tutorial1-08.html @@ -210,32 +210,32 @@ encapsulation. the angle actually changes. If both the LCDRange and the CannonField had omitted this check, the program would have entered an infinite loop upon the first change of one of the values. -<p> <pre> <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); +<p> <pre> <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); //2x2, 10 pixel border </pre> -<p> So far we have used the no-assembly-required <a href="ntqvbox.html">TQVBox</a> and <a href="ntqgrid.html">TQGrid</a> widgets +<p> So far we have used the no-assembly-required <a href="ntqvbox.html">TQVBox</a> and <a href="tqgrid.html">TQGrid</a> widgets for geometry management. Now, however, we want to have a little more -control over the layout, and we switch to the more powerful <a href="qgridlayout.html">TQGridLayout</a> +control over the layout, and we switch to the more powerful <a href="tqgridlayout.html">TQGridLayout</a> class. TQGridLayout isn't a widget; it is a different class that can manage the children of <em>any</em> widget. <p> As the comment indicates, we create a two-by-two array with ten pixel -borders. (The constructor for <a href="qgridlayout.html">TQGridLayout</a> can be a little cryptic, +borders. (The constructor for <a href="tqgridlayout.html">TQGridLayout</a> can be a little cryptic, so it's good to put in such comments.) -<p> <pre> <a name="x2337"></a> grid-><a href="qgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); +<p> <pre> <a name="x2337"></a> grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); </pre> <p> We add the Quit button in the top-left cell of the grid: 0, 0. -<p> <pre> grid-><a href="qgridlayout.html#addWidget">addWidget</a>( angle, 1, 0, TQt::AlignTop ); +<p> <pre> grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( angle, 1, 0, TQt::AlignTop ); </pre> <p> We put the angle LCDRange in the bottom-left cell, aligned to the top of its cell. (This alignment is one of the things TQGridLayout allows but TQGrid does not allow.) -<p> <pre> grid-><a href="qgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); +<p> <pre> grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( cannonField, 1, 1 ); </pre> <p> We put the CannonField object in the bottom-right cell. (The top- right cell is empty.) -<p> <pre> <a name="x2338"></a> grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); +<p> <pre> <a name="x2338"></a> grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); </pre> -<p> We tell <a href="qgridlayout.html">TQGridLayout</a> that the right column (column 1) is stretchable. +<p> We tell <a href="tqgridlayout.html">TQGridLayout</a> that the right column (column 1) is stretchable. Because the left column isn't (it has <a href="layout.html#stretch-factor">stretch factor</a> 0, the default value), TQGridLayout will try to let the left-hand widgets' sizes be unchanged and will resize just the CannonField when the MyWidget is @@ -278,7 +278,7 @@ and size? Why? <p> If you give the left-hand column a non-zero stretch factor, what happens when you resize the window? <p> Leave out the setFocus() call. Which behavior do you prefer? -<p> Try to change "Quit" to "&Quit" in the <a href="ntqbutton.html#setText">TQButton::setText</a>() call. How +<p> Try to change "Quit" to "&Quit" in the <a href="tqbutton.html#setText">TQButton::setText</a>() call. How does the button's look change? What happens if you press Alt+Q while the program's running? (It is Meta+Q on a few keyboards.) <p> Center the text in the CannonField. diff --git a/doc/html/tutorial1-10.html b/doc/html/tutorial1-10.html index e476b83ef..4a9e48f9d 100644 --- a/doc/html/tutorial1-10.html +++ b/doc/html/tutorial1-10.html @@ -197,7 +197,7 @@ is 0, 0). <p> We connect the <tt>force</tt> widget and the <tt>cannonField</tt> widget, just like we did for the <tt>angle</tt> widget. <p> <pre> <a href="qvboxlayout.html">TQVBoxLayout</a> *leftBox = new <a href="qvboxlayout.html">TQVBoxLayout</a>; - <a name="x2365"></a> grid-><a href="qgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); + <a name="x2365"></a> grid-><a href="tqgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( angle ); leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( force ); </pre> diff --git a/doc/html/tutorial1-11.html b/doc/html/tutorial1-11.html index 09ad736be..678762118 100644 --- a/doc/html/tutorial1-11.html +++ b/doc/html/tutorial1-11.html @@ -221,7 +221,7 @@ integer. <p> In the constructor we create and set up the Shoot button exactly like we did with the Quit button. Note that the first argument to the constructor is the button text, and the third is the widget's name. -<p> <pre> <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), cannonField, TQ_SLOT(shoot()) ); +<p> <pre> <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), cannonField, TQ_SLOT(shoot()) ); </pre> <p> Connects the clicked() signal of the Shoot button to the shoot() slot of the CannonField. diff --git a/doc/html/tutorial1-13.html b/doc/html/tutorial1-13.html index b9b83a367..5edbc4229 100644 --- a/doc/html/tutorial1-13.html +++ b/doc/html/tutorial1-13.html @@ -96,7 +96,7 @@ widget's children. </pre> <p> Then we add the other two, both with the default zero stretch. <p> This stretch control is something <a href="qvboxlayout.html">TQVBoxLayout</a> (and <a href="qhboxlayout.html">TQHBoxLayout</a>, and -<a href="qgridlayout.html">TQGridLayout</a>) offers but classes like <a href="ntqvbox.html">TQVBox</a> do not. In this case +<a href="tqgridlayout.html">TQGridLayout</a>) offers but classes like <a href="ntqvbox.html">TQVBox</a> do not. In this case we're saying that the TQLCDNumber should stretch and the others should not. <p> <h3> <a href="t13-cannon-h.html">t13/cannon.h</a> @@ -264,7 +264,7 @@ at least. Anyway, back to the code.) <p> This time we want to do something when the shot has hit or missed the target. Thus we connect the hit() and missed() signals of the CannonField to two protected slots with the same names in this class. -<p> <pre> <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(fire()) ); +<p> <pre> <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(fire()) ); </pre> <p> Previously we connected the Shoot button's clicked() signal directly to the CannonField's shoot() slot. This time we want to keep track of @@ -298,7 +298,7 @@ nothing much we want to do with them. TQt will delete them when the GameBoard widget is destroyed, and the layout classes will resize them appropriately. <p> <pre> <a href="qhboxlayout.html">TQHBoxLayout</a> *topBox = new <a href="qhboxlayout.html">TQHBoxLayout</a>; - <a name="x2413"></a> grid-><a href="qgridlayout.html#addLayout">addLayout</a>( topBox, 0, 1 ); + <a name="x2413"></a> grid-><a href="tqgridlayout.html#addLayout">addLayout</a>( topBox, 0, 1 ); topBox-><a href="qboxlayout.html#addWidget">addWidget</a>( shoot ); topBox-><a href="qboxlayout.html#addWidget">addWidget</a>( hits ); topBox-><a href="qboxlayout.html#addWidget">addWidget</a>( hitsL ); diff --git a/doc/html/tutorial1-14.html b/doc/html/tutorial1-14.html index 1c8bf07f4..985dc9b78 100644 --- a/doc/html/tutorial1-14.html +++ b/doc/html/tutorial1-14.html @@ -201,7 +201,7 @@ matrix and return TRUE if it is inside the original barrel rectangle. </pre> <p> We include the class definition of <a href="ntqaccel.html">TQAccel</a>. <p> <pre> <a href="ntqvbox.html">TQVBox</a> *box = new <a href="ntqvbox.html">TQVBox</a>( this, "cannonFrame" ); - box-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); + box-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); cannonField = new CannonField( box, "cannonField" ); </pre> <p> We create and set up a <a href="ntqvbox.html">TQVBox</a>, set its frame style, and then create @@ -233,10 +233,10 @@ people are more used to Ctrl+Q (and anyway it shows how do do it). <p> CTRL, Key_Enter, Key_Return and Key_Q are all constants provided by TQt. They're actually TQt::Key_Enter, etc., but practically all classes inherit the <a href="ntqt.html">TQt</a> namespace class. -<p> <pre> <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); - <a name="x2441"></a> grid-><a href="qgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); - grid-><a href="qgridlayout.html#addWidget">addWidget</a>( box, 1, 1 ); - <a name="x2442"></a> grid-><a href="qgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); +<p> <pre> <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); + <a name="x2441"></a> grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); + grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( box, 1, 1 ); + <a name="x2442"></a> grid-><a href="tqgridlayout.html#setColStretch">setColStretch</a>( 1, 10 ); </pre> <p> We put <tt>box</tt> (the <a href="ntqvbox.html">TQVBox</a>), not the CannonField, in the lower-right cell. diff --git a/doc/html/tutorial2-08.html b/doc/html/tutorial2-08.html index 6bd21ee6b..210da5231 100644 --- a/doc/html/tutorial2-08.html +++ b/doc/html/tutorial2-08.html @@ -59,7 +59,7 @@ enter label text and choose a label color for each label. void accept(); private: - <a href="ntqtable.html">TQTable</a> *table; + <a href="tqtable.html">TQTable</a> *table; <a href="tqpushbutton.html">TQPushButton</a> *colorPushButton; <a href="tqpushbutton.html">TQPushButton</a> *okPushButton; <a href="tqpushbutton.html">TQPushButton</a> *cancelPushButton; @@ -109,26 +109,26 @@ member functions. <p> The layout of the form is quite simple. The buttons will be grouped together in a horizontal layout and the table and the button layout will be grouped together vertically using the tableButtonBox layout. -<p> <pre> table = new <a href="ntqtable.html">TQTable</a>( this, "data table" ); - <a name="x2621"></a> table-><a href="ntqtable.html#setNumCols">setNumCols</a>( 5 ); - <a name="x2622"></a> table-><a href="ntqtable.html#setNumRows">setNumRows</a>( ChartForm::MAX_ELEMENTS ); - <a name="x2619"></a> table-><a href="ntqtable.html#setColumnReadOnly">setColumnReadOnly</a>( 1, TRUE ); - table-><a href="ntqtable.html#setColumnReadOnly">setColumnReadOnly</a>( 2, TRUE ); - table-><a href="ntqtable.html#setColumnReadOnly">setColumnReadOnly</a>( 4, TRUE ); - <a name="x2620"></a> table-><a href="ntqtable.html#setColumnWidth">setColumnWidth</a>( 0, 80 ); - table-><a href="ntqtable.html#setColumnWidth">setColumnWidth</a>( 1, 60 ); // Columns 1 and 4 must be equal - table-><a href="ntqtable.html#setColumnWidth">setColumnWidth</a>( 2, 60 ); - table-><a href="ntqtable.html#setColumnWidth">setColumnWidth</a>( 3, 200 ); - table-><a href="ntqtable.html#setColumnWidth">setColumnWidth</a>( 4, 60 ); - <a name="x2616"></a> <a href="ntqheader.html">TQHeader</a> *th = table-><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>(); - <a name="x2605"></a> th-><a href="ntqheader.html#setLabel">setLabel</a>( 0, "Value" ); - th-><a href="ntqheader.html#setLabel">setLabel</a>( 1, "Color" ); - th-><a href="ntqheader.html#setLabel">setLabel</a>( 2, "Pattern" ); - th-><a href="ntqheader.html#setLabel">setLabel</a>( 3, "Label" ); - th-><a href="ntqheader.html#setLabel">setLabel</a>( 4, "Color" ); +<p> <pre> table = new <a href="tqtable.html">TQTable</a>( this, "data table" ); + <a name="x2621"></a> table-><a href="tqtable.html#setNumCols">setNumCols</a>( 5 ); + <a name="x2622"></a> table-><a href="tqtable.html#setNumRows">setNumRows</a>( ChartForm::MAX_ELEMENTS ); + <a name="x2619"></a> table-><a href="tqtable.html#setColumnReadOnly">setColumnReadOnly</a>( 1, TRUE ); + table-><a href="tqtable.html#setColumnReadOnly">setColumnReadOnly</a>( 2, TRUE ); + table-><a href="tqtable.html#setColumnReadOnly">setColumnReadOnly</a>( 4, TRUE ); + <a name="x2620"></a> table-><a href="tqtable.html#setColumnWidth">setColumnWidth</a>( 0, 80 ); + table-><a href="tqtable.html#setColumnWidth">setColumnWidth</a>( 1, 60 ); // Columns 1 and 4 must be equal + table-><a href="tqtable.html#setColumnWidth">setColumnWidth</a>( 2, 60 ); + table-><a href="tqtable.html#setColumnWidth">setColumnWidth</a>( 3, 200 ); + table-><a href="tqtable.html#setColumnWidth">setColumnWidth</a>( 4, 60 ); + <a name="x2616"></a> <a href="tqheader.html">TQHeader</a> *th = table-><a href="tqtable.html#horizontalHeader">horizontalHeader</a>(); + <a name="x2605"></a> th-><a href="tqheader.html#setLabel">setLabel</a>( 0, "Value" ); + th-><a href="tqheader.html#setLabel">setLabel</a>( 1, "Color" ); + th-><a href="tqheader.html#setLabel">setLabel</a>( 2, "Pattern" ); + th-><a href="tqheader.html#setLabel">setLabel</a>( 3, "Label" ); + th-><a href="tqheader.html#setLabel">setLabel</a>( 4, "Color" ); tableButtonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( table ); </pre> -<p> We create a new <a href="ntqtable.html">TQTable</a> with five columns, and the same number of rows +<p> We create a new <a href="tqtable.html">TQTable</a> with five columns, and the same number of rows as we have elements in the elements vector. We make the color and pattern columns read only: this is to prevent the user typing in them. We will make the color changeable by the user clicking on a color or @@ -140,7 +140,7 @@ column and finally add the table to the tableButtonBox layout. </pre> <p> We create a horizontal box layout to hold the buttons. <p> <pre> colorPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( this, "color button" ); - <a name="x2598"></a> colorPushButton-><a href="ntqbutton.html#setText">setText</a>( "&Color..." ); + <a name="x2598"></a> colorPushButton-><a href="tqbutton.html#setText">setText</a>( "&Color..." ); colorPushButton-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); buttonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( colorPushButton ); </pre> @@ -154,13 +154,13 @@ on a color cell. <p> Since we want to separate the color button from the OK and Cancel buttons we next create a spacer and add that to the buttonBox layout. <p> <pre> okPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( this, "ok button" ); - okPushButton-><a href="ntqbutton.html#setText">setText</a>( "OK" ); + okPushButton-><a href="tqbutton.html#setText">setText</a>( "OK" ); <a name="x2607"></a> okPushButton-><a href="tqpushbutton.html#setDefault">setDefault</a>( TRUE ); buttonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( okPushButton ); cancelPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( this, "cancel button" ); - cancelPushButton-><a href="ntqbutton.html#setText">setText</a>( "Cancel" ); - <a name="x2597"></a> cancelPushButton-><a href="ntqbutton.html#setAccel">setAccel</a>( Key_Escape ); + cancelPushButton-><a href="tqbutton.html#setText">setText</a>( "Cancel" ); + <a name="x2597"></a> cancelPushButton-><a href="tqbutton.html#setAccel">setAccel</a>( Key_Escape ); buttonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( cancelPushButton ); </pre> <p> The OK and Cancel buttons are created and added to the buttonBox. We @@ -170,22 +170,22 @@ key an accelerator for the Cancel button. </pre> <p> We add the buttonBox layout to the tableButtonBox and the layout is complete. -<p> <pre> <a name="x2612"></a> <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#clicked">clicked</a>(int,int,int,const <a href="tqpoint.html">TQPoint</a>&) ), +<p> <pre> <a name="x2612"></a> <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="tqtable.html#clicked">clicked</a>(int,int,int,const <a href="tqpoint.html">TQPoint</a>&) ), this, TQ_SLOT( setColor(int,int) ) ); - <a name="x2613"></a> <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#currentChanged">currentChanged</a>(int,int) ), + <a name="x2613"></a> <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="tqtable.html#currentChanged">currentChanged</a>(int,int) ), this, TQ_SLOT( currentChanged(int,int) ) ); - <a name="x2626"></a> <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#valueChanged">valueChanged</a>(int,int) ), + <a name="x2626"></a> <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="tqtable.html#valueChanged">valueChanged</a>(int,int) ), this, TQ_SLOT( valueChanged(int,int) ) ); - <a name="x2596"></a> <a href="tqobject.html#connect">connect</a>( colorPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setColor() ) ); - <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#accept">accept</a>() ) ); - <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#reject">reject</a>() ) ); + <a name="x2596"></a> <a href="tqobject.html#connect">connect</a>( colorPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setColor() ) ); + <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#accept">accept</a>() ) ); + <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#reject">reject</a>() ) ); </pre> <p> We now "wire up" the form. <ul> <li> If the user clicks a cell we call the setColor() slot; this will check that the cell is one that holds a color, and if it is, will invoke the color dialog. -<li> We connect the <a href="ntqtable.html">TQTable</a>'s currentChanged() signal to our own +<li> We connect the <a href="tqtable.html">TQTable</a>'s currentChanged() signal to our own currentChanged() slot; this will be used to enable/disable the color button for example, depending on which column the user is in. <li> We connect the table's valueChanged() signal to our own @@ -202,7 +202,7 @@ requires no further code or action on our part. patterns[1] = TQPixmap( pattern02 ); </pre> <p> We create a pixmap for every brush pattern and store them in the <tt>patterns</tt> array. -<p> <pre> <a name="x2610"></a> <a href="tqrect.html">TQRect</a> rect = table-><a href="ntqtable.html#cellRect">cellRect</a>( 0, 1 ); +<p> <pre> <a name="x2610"></a> <a href="tqrect.html">TQRect</a> rect = table-><a href="tqtable.html#cellRect">cellRect</a>( 0, 1 ); <a href="tqpixmap.html">TQPixmap</a> pix( rect.<a href="tqrect.html#width">width</a>(), rect.<a href="tqrect.html#height">height</a>() ); </pre> <p> We obtain the rectangle that will be occupied by each color cell and @@ -211,28 +211,28 @@ create a blank pixmap of that size. Element element = (*m_elements)[i]; if ( element.isValid() ) - table-><a href="ntqtable.html#setText">setText</a>( + table-><a href="tqtable.html#setText">setText</a>( i, 0, TQString( "%1" ).arg( element.value(), 0, 'f', m_decimalPlaces ) ); <a href="tqcolor.html">TQColor</a> color = element.valueColor(); pix.<a href="tqpixmap.html#fill">fill</a>( color ); - table-><a href="ntqtable.html#setPixmap">setPixmap</a>( i, 1, pix ); - table-><a href="ntqtable.html#setText">setText</a>( i, 1, color.<a href="tqcolor.html#name">name</a>() ); + table-><a href="tqtable.html#setPixmap">setPixmap</a>( i, 1, pix ); + table-><a href="tqtable.html#setText">setText</a>( i, 1, color.<a href="tqcolor.html#name">name</a>() ); <a href="tqcombobox.html">TQComboBox</a> *combobox = new <a href="tqcombobox.html">TQComboBox</a>; for ( int j = 0; j < MAX_PATTERNS; ++j ) combobox-><a href="tqcombobox.html#insertItem">insertItem</a>( patterns[j] ); <a name="x2603"></a> combobox-><a href="tqcombobox.html#setCurrentItem">setCurrentItem</a>( element.valuePattern() - 1 ); - <a name="x2618"></a> table-><a href="ntqtable.html#setCellWidget">setCellWidget</a>( i, 2, combobox ); + <a name="x2618"></a> table-><a href="tqtable.html#setCellWidget">setCellWidget</a>( i, 2, combobox ); - table-><a href="ntqtable.html#setText">setText</a>( i, 3, element.label() ); + table-><a href="tqtable.html#setText">setText</a>( i, 3, element.label() ); color = element.labelColor(); <a name="x2606"></a> pix.<a href="tqpixmap.html#fill">fill</a>( color ); - <a name="x2623"></a> table-><a href="ntqtable.html#setPixmap">setPixmap</a>( i, 4, pix ); - <a name="x2624"></a><a name="x2600"></a> table-><a href="ntqtable.html#setText">setText</a>( i, 4, color.<a href="tqcolor.html#name">name</a>() ); + <a name="x2623"></a> table-><a href="tqtable.html#setPixmap">setPixmap</a>( i, 4, pix ); + <a name="x2624"></a><a name="x2600"></a> table-><a href="tqtable.html#setText">setText</a>( i, 4, color.<a href="tqcolor.html#name">name</a>() ); </pre> <p> For each element in the element vector we must populate the table. <p> If the element is valid we write its value in the first column (column @@ -241,12 +241,12 @@ create a blank pixmap of that size. color; we then set the color cell to display this pixmap. We need to be able to read back the color later (e.g. if the user changes it). One way of doing this would be to examine a pixel in the pixmap; -another way would be to subclass <a href="qtableitem.html">TQTableItem</a> (in a similar way to our +another way would be to subclass <a href="tqtableitem.html">TQTableItem</a> (in a similar way to our CanvasText subclass) and store the color there. But we've taken a simpler route: we set the cell's text to the name of the color. <p> Next we populate the pattern combobox with the patterns. We will use the position of the chosen pattern in the combobox to determine which -pattern the user has selected. <a href="ntqtable.html">TQTable</a> can make use of <a href="tqcombotableitem.html">TQComboTableItem</a> +pattern the user has selected. <a href="tqtable.html">TQTable</a> can make use of <a href="tqcombotableitem.html">TQComboTableItem</a> items; but these only support text, so we use setCellWidget() to insert <a href="tqcombobox.html">TQComboBox</a>'s into the table instead. <p> Next we insert the element's label. Finally we set the label color in @@ -265,13 +265,13 @@ we enable the colorPushButton; otherwise we disable it. { if ( col == 0 ) { bool ok; - <a name="x2625"></a> double d = table-><a href="ntqtable.html#text">text</a>( row, col ).toDouble( &ok ); + <a name="x2625"></a> double d = table-><a href="tqtable.html#text">text</a>( row, col ).toDouble( &ok ); if ( ok && d > EPSILON ) - table-><a href="ntqtable.html#setText">setText</a>( + table-><a href="tqtable.html#setText">setText</a>( row, col, TQString( "%1" ).arg( d, 0, 'f', m_decimalPlaces ) ); - else if ( !table-><a href="ntqtable.html#text">text</a>( row, col ).isEmpty() ) - table-><a href="ntqtable.html#setText">setText</a>( row, col, table-><a href="ntqtable.html#text">text</a>( row, col ) + "?" ); + else if ( !table-><a href="tqtable.html#text">text</a>( row, col ).isEmpty() ) + table-><a href="tqtable.html#setText">setText</a>( row, col, table-><a href="tqtable.html#text">text</a>( row, col ) + "?" ); } } </pre> @@ -279,7 +279,7 @@ we enable the colorPushButton; otherwise we disable it. number of decimal places, or indicate that it is invalid. <p> <pre> void SetDataForm::setColor() { - <a name="x2615"></a><a name="x2614"></a> setColor( table-><a href="ntqtable.html#currentRow">currentRow</a>(), table-><a href="ntqtable.html#currentColumn">currentColumn</a>() ); + <a name="x2615"></a><a name="x2614"></a> setColor( table-><a href="tqtable.html#currentRow">currentRow</a>(), table-><a href="tqtable.html#currentColumn">currentColumn</a>() ); table-><a href="tqwidget.html#setFocus">setFocus</a>(); } </pre> @@ -291,13 +291,13 @@ function and put the focus back into the table. return; <a name="x2601"></a> <a href="tqcolor.html">TQColor</a> color = TQColorDialog::<a href="tqcolordialog.html#getColor">getColor</a>( - TQColor( table-><a href="ntqtable.html#text">text</a>( row, col ) ), + TQColor( table-><a href="tqtable.html#text">text</a>( row, col ) ), this, "color dialog" ); <a name="x2599"></a> if ( color.<a href="tqcolor.html#isValid">isValid</a>() ) { - <a name="x2617"></a> <a href="tqpixmap.html">TQPixmap</a> pix = table-><a href="ntqtable.html#pixmap">pixmap</a>( row, col ); + <a name="x2617"></a> <a href="tqpixmap.html">TQPixmap</a> pix = table-><a href="tqtable.html#pixmap">pixmap</a>( row, col ); pix.<a href="tqpixmap.html#fill">fill</a>( color ); - table-><a href="ntqtable.html#setPixmap">setPixmap</a>( row, col, pix ); - table-><a href="ntqtable.html#setText">setText</a>( row, col, color.<a href="tqcolor.html#name">name</a>() ); + table-><a href="tqtable.html#setPixmap">setPixmap</a>( row, col, pix ); + table-><a href="tqtable.html#setText">setText</a>( row, col, color.<a href="tqcolor.html#name">name</a>() ); } } </pre> @@ -310,16 +310,16 @@ color and set the cell's text to the new color's name. bool ok; for ( int i = 0; i < ChartForm::MAX_ELEMENTS; ++i ) { Element &element = (*m_elements)[i]; - double d = table-><a href="ntqtable.html#text">text</a>( i, 0 ).toDouble( &ok ); + double d = table-><a href="tqtable.html#text">text</a>( i, 0 ).toDouble( &ok ); if ( ok ) element.setValue( d ); else element.setValue( Element::INVALID ); - element.setValueColor( TQColor( table-><a href="ntqtable.html#text">text</a>( i, 1 ) ) ); + element.setValueColor( TQColor( table-><a href="tqtable.html#text">text</a>( i, 1 ) ) ); element.setValuePattern( - <a name="x2611"></a> ((TQComboBox*)table-><a href="ntqtable.html#cellWidget">cellWidget</a>( i, 2 ))->currentItem() + 1 ); - element.setLabel( table-><a href="ntqtable.html#text">text</a>( i, 3 ) ); - element.setLabelColor( TQColor( table-><a href="ntqtable.html#text">text</a>( i, 4 ) ) ); + <a name="x2611"></a> ((TQComboBox*)table-><a href="tqtable.html#cellWidget">cellWidget</a>( i, 2 ))->currentItem() + 1 ); + element.setLabel( table-><a href="tqtable.html#text">text</a>( i, 3 ) ); + element.setLabelColor( TQColor( table-><a href="tqtable.html#text">text</a>( i, 4 ) ) ); } TQDialog::<a href="tqdialog.html#accept">accept</a>(); diff --git a/doc/html/tutorial2-09.html b/doc/html/tutorial2-09.html index 4f86c92ef..f14160781 100644 --- a/doc/html/tutorial2-09.html +++ b/doc/html/tutorial2-09.html @@ -54,8 +54,8 @@ apply to all data sets in one place. <a href="tqcombobox.html">TQComboBox</a> *chartTypeComboBox; <a href="tqpushbutton.html">TQPushButton</a> *fontPushButton; <a href="tqlabel.html">TQLabel</a> *fontTextLabel; - <a href="ntqframe.html">TQFrame</a> *addValuesFrame; - <a href="ntqbuttongroup.html">TQButtonGroup</a> *addValuesButtonGroup; + <a href="tqframe.html">TQFrame</a> *addValuesFrame; + <a href="tqbuttongroup.html">TQButtonGroup</a> *addValuesButtonGroup; <a href="tqradiobutton.html">TQRadioButton</a> *noRadioButton; <a href="tqradiobutton.html">TQRadioButton</a> *yesRadioButton; <a href="tqradiobutton.html">TQRadioButton</a> *asPercentageRadioButton; @@ -151,12 +151,12 @@ vertical layout. label. The font button is straight-forward. We add a spacer to improve the appearance. The font text label is initially empty (since we don't know what font the user is using). -<p> <pre> addValuesFrame = new <a href="ntqframe.html">TQFrame</a>( this ); - <a name="x2640"></a> addValuesFrame-><a href="ntqframe.html#setFrameShape">setFrameShape</a>( TQFrame::StyledPanel ); - <a name="x2639"></a> addValuesFrame-><a href="ntqframe.html#setFrameShadow">setFrameShadow</a>( TQFrame::Sunken ); +<p> <pre> addValuesFrame = new <a href="tqframe.html">TQFrame</a>( this ); + <a name="x2640"></a> addValuesFrame-><a href="tqframe.html#setFrameShape">setFrameShape</a>( TQFrame::StyledPanel ); + <a name="x2639"></a> addValuesFrame-><a href="tqframe.html#setFrameShadow">setFrameShadow</a>( TQFrame::Sunken ); addValuesFrameLayout = new <a href="qvboxlayout.html">TQVBoxLayout</a>( addValuesFrame, 11, 6 ); - addValuesButtonGroup = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( "Show Values", addValuesFrame ); + addValuesButtonGroup = new <a href="tqbuttongroup.html">TQButtonGroup</a>( "Show Values", addValuesFrame ); <a name="x2641"></a> addValuesButtonGroup-><a href="ntqgroupbox.html#setColumnLayout">setColumnLayout</a>(0, TQt::Vertical ); <a name="x2647"></a> addValuesButtonGroup-><a href="tqwidget.html#layout">layout</a>()->setSpacing( 6 ); addValuesButtonGroup-><a href="tqwidget.html#layout">layout</a>()->setMargin( 11 ); @@ -185,9 +185,9 @@ create the radio buttons, making "No" the default. <p> The decimal places label and spin box are laid out just like the other horizontal layouts, and the buttons are laid out in a very similar way to the buttons in the set data form. -<p> <pre> <a href="tqobject.html#connect">connect</a>( fontPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFont() ) ); - <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#accept">accept</a>() ) ); - <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#reject">reject</a>() ) ); +<p> <pre> <a href="tqobject.html#connect">connect</a>( fontPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFont() ) ); + <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#accept">accept</a>() ) ); + <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.html#reject">reject</a>() ) ); </pre> <p> We only need three connections: <ol type=1> diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 77f1ccb18..27eceb4b8 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -8,7 +8,7 @@ Abstract base for custom TQStyle plugins. | TQStylePlugin Abstract base for custom TQTextCodec plugins. | TQTextCodecPlugin Abstract base for custom TQWidget plugins. | TQWidgetPlugin Abstract base for custom image format plugins. | TQImageFormatPlugin -Abstract base for fixed-size grids. | QGridView +Abstract base for fixed-size grids. | TQGridView Abstract graphic object on a TQCanvas. | TQCanvasItem Abstract interface for accessing data from SQL databases. | TQSqlResult Abstract item that a QLayout manipulates. | QLayoutItem @@ -19,7 +19,7 @@ Abstraction of objects which provide formatted data of a certain MIME type. | TQ Abstraction of the classic C zero-terminated char array (char *). | TQCString Abstraction used by TQImageDecoder. | TQImageConsumer Access serialization between threads. | TQMutex -Access to a selected area in a QTable. | QTableSelection +Access to a selected area in a TQTable. | TQTableSelection Access to directory structures and their contents in a platform-independent way. | TQDir Access to screen information on multi-head systems. | TQDesktopWidget Access to the platform audio facilities. | QSound @@ -47,7 +47,7 @@ CDE look and feel. | QCDEStyle Can be used to send signals for classes that don't inherit TQObject. | TQSignal Checkable list view items. | TQCheckListItem Checkbox with a text label. | TQCheckBox -Checkboxes in QTables. | TQCheckTableItem +Checkboxes in TQTables. | TQCheckTableItem Clip region for a painter. | TQRegion Clock time functions. | TQTime Collection of nodes that can be accessed by name. | TQDomNamedNodeMap @@ -130,14 +130,14 @@ Event which is sent when a widget is shown. | QShowEvent Event which is sent while a drag and drop is in progress. | TQDragMoveEvent Extensible provider of mime-typed data. | TQMimeSourceFactory Factory that makes TQImageFormat objects. | TQImageFormatType -Feedback on the progress of a slow operation. | QProgressDialog +Feedback on the progress of a slow operation. | TQProgressDialog File previewing in TQFileDialog. | TQFilePreview Flexible SQL table widget that supports browsing and editing. | TQDataTable -Flexible editable table widget. | QTable +Flexible editable table widget. | TQTable Font metrics information. | TQFontMetrics Font used for drawing text. | TQFont For the dynamic creation of widgets from TQt Designer .ui files. | TQWidgetFactory -Framework for wizard dialogs. | QWizard +Framework for wizard dialogs. | TQWizard Functions to manipulate and describe TQSqlCursor and TQSqlDatabase indexes. | TQSqlIndex General information about fonts. | TQFontInfo Group box frame with a title. | QGroupBox @@ -146,13 +146,13 @@ Groups actions together. | TQActionGroup Handles keyboard accelerator and shortcut keys. | QAccel Hardware-independent pixmap representation with direct access to the pixel data. | TQImage Header information for HTTP. | TQHttpHeader -Header row or column, e.g. for tables and listviews. | QHeader +Header row or column, e.g. for tables and listviews. | TQHeader Helper class for TQString. | TQCharRef Helper class for XML readers which want to include namespace support. | TQXmlNamespaceSupport Horizontal bar suitable for presenting status information. | TQStatusBar Horizontal geometry management for its child widgets. | QHBox Horizontal menu bar. | TQMenuBar -Horizontal progress bar. | QProgressBar +Horizontal progress bar. | TQProgressBar I/O device that operates on a TQByteArray. | TQBuffer I/O device that operates on files. | TQFile IP address. | TQHostAddress @@ -161,8 +161,8 @@ Implementation of a TQNetworkProtocol that works on the local file system. | TQL Implementation of a simple XML reader (parser). | TQXmlSimpleReader Implementation of the FTP protocol. | TQFtp Implementation of the HTTP protocol. | TQHttp -Implements a list view item. | QListViewItem -Implements a list/tree view. | QListView +Implements a list view item. | TQListViewItem +Implements a list/tree view. | TQListView Implements a splitter widget. | QSplitter Implements an Appearance Manager style. | QMacStyle Implements parts of the QAccessibleInterface for TQObjects. | QAccessibleObject @@ -194,22 +194,22 @@ Iterator for TQObjectLists. | TQObjectListIterator Iterator for TQPtrDict collections. | TQPtrDictIterator Iterator for TQPtrList collections. | TQPtrListIterator Iterator for TQValueList. | TQValueListIterator -Iterator for collections of QListViewItems. | QListViewItemIterator +Iterator for collections of TQListViewItems. | TQListViewItemIterator Iterator for the TQStrList and TQStrIList classes. | TQStrListIterator Iterators over QLayoutItem. | QLayoutIterator Layout attribute describing horizontal and vertical resizing policy. | TQSizePolicy Layout item that represents a widget. | TQWidgetItem -Lays out widgets in a grid. | QGridLayout +Lays out widgets in a grid. | TQGridLayout Lightweight Unicode character. | TQChar Line on a TQCanvas. | TQCanvasLine Lines up child widgets horizontally or vertically. | QBoxLayout Lines up widgets horizontally. | QHBoxLayout Lines up widgets vertically. | QVBoxLayout -List box items that display text. | QListBoxText -List box items with a pixmap and optional text. | QListBoxPixmap +List box items that display text. | TQListBoxText +List box items with a pixmap and optional text. | TQListBoxPixmap List of TQCanvasItems. | TQCanvasItemList List of TQDomNode objects. | TQDomNodeList -List of selectable, read-only items. | QListBox +List of selectable, read-only items. | TQListBox List of strings. | TQStringList Mac/Platinum look and feel. | QPlatinumStyle Main application window, with a menu bar, dock windows (e.g. for toolbars), and a status bar. | TQMainWindow @@ -222,7 +222,7 @@ Maps open-standard MIME to Mac flavors. | TQMacMime Maps open-standard MIME to Window Clipboard formats. | TQWindowsMime Means of executing and manipulating SQL statements. | TQSqlQuery Means of using TQt Assistant as an application's help tool. | QAssistantClient -Means of using comboboxes in QTables. | TQComboTableItem +Means of using comboboxes in TQTables. | TQComboTableItem Meta information about TQt objects. | QMetaObject Microsoft Windows-like look and feel. | QWindowsStyle Modal dialog with a short message, an icon, and some buttons. | QMessageBox @@ -239,16 +239,16 @@ Off-screen, pixel-based paint device. | TQPixmap On-screen view of a TQCanvas. | TQCanvasView One-line text editor. | TQLineEdit Optional parameters for TQStyle functions. | TQStyleOption -Organizes QButton widgets in a group. | QButtonGroup -Organizes QButton widgets in a group with one horizontal row. | QHButtonGroup -Organizes QButton widgets in a vertical column. | QVButtonGroup +Organizes TQButton widgets in a group. | TQButtonGroup +Organizes TQButton widgets in a group with one horizontal row. | QHButtonGroup +Organizes TQButton widgets in a vertical column. | QVButtonGroup Organizes a group of widgets in a vertical column. | QVGroupBox Organizes widgets in a group with one horizontal row. | QHGroupBox Paint device that paints on a printer. | TQPrinter Paint device that records and replays TQPainter commands. | TQPicture Parameters for input method events. | QIMEvent Parameters for loading and saving images. | TQImageIO -Parameters that describe a Tablet event. | QTabletEvent +Parameters that describe a Tablet event. | TQTabletEvent Parameters that describe a close event. | QCloseEvent Parameters that describe a context menu event. | QContextMenuEvent Parameters that describe a mouse event. | QMouseEvent @@ -296,15 +296,15 @@ Set of icons with different styles and sizes. | TQIconSet Signals that a main icon drag has begun. | TQIconDragEvent Simple convenience dialog to get a single value from the user. | QInputDialog Simple description of any widget, i.e. answering the question "What's this?". | TQWhatsThis -Simple geometry management of its children. | QGrid +Simple geometry management of its children. | TQGrid Simple stored-value drag object for arbitrary MIME data. | TQStoredDrag Simplifies locking and unlocking TQMutexes. | TQMutexLocker Single item in a TQIconView. | TQIconViewItem Small displayable piece of rich text. | TQSimpleRichText Spin box widget (spin button). | TQSpinBox Splash screen that can be shown during application startup. | QSplashScreen -Stack of tabbed widgets. | QTabDialog -Stack of tabbed widgets. | QTabWidget +Stack of tabbed widgets. | TQTabDialog +Stack of tabbed widgets. | TQTabWidget Stack of widgets of which only the top widget is user-visible. | TQWidgetStack State-based decoder. | TQTextDecoder State-based encoder. | TQTextEncoder @@ -318,7 +318,7 @@ Support for socket callbacks. | TQSocketNotifier Supports drag and drop operations within a TQIconView. | TQIconDrag System-independent file information. | TQFileInfo TCP-based server. | TQServerSocket -Tab bar, e.g. for use in tabbed dialogs. | QTabBar +Tab bar, e.g. for use in tabbed dialogs. | TQTabBar Template class that provides a cache based on TQString keys. | TQCache Template class that provides a cache based on char* keys. | TQAsciiCache Template class that provides a cache based on long keys. | TQIntCache @@ -338,26 +338,26 @@ Text or image display. | TQLabel The TQDialog API for Motif-based dialogs. | QMotifDialog The TQWidget API for Xt/Motif widgets. | QMotifWidget The XML handler classes with information about the parsing position within a file. | TQXmlLocator -The abstract base class of button widgets, providing functionality common to buttons. | QButton +The abstract base class of button widgets, providing functionality common to buttons. | TQButton The base class for all the nodes in a DOM tree. | TQDomNode The base class of I/O devices. | TQIODevice The base class of all TQt objects. | TQObject The base class of all event classes. Event objects contain event parameters. | TQEvent -The base class of all list box items. | QListBoxItem +The base class of all list box items. | TQListBoxItem The base class of all user interface objects. | TQWidget The base class of dialog windows. | TQDialog The base class of geometry managers. | QLayout The base class of most pointer-based TQt collections. | TQPtrCollection The base class of objects that can be painted. | TQPaintDevice -The base class of widgets that can have a frame. | QFrame +The base class of widgets that can have a frame. | TQFrame The basis of the Motif Extension. | QMotif -The cell content for QTable cells. | QTableItem +The cell content for TQTable cells. | TQTableItem The display format of an OpenGL rendering context. | TQGLFormat The input data for the TQXmlReader subclasses. | TQXmlInputSource The look and feel of a GUI. | TQStyle The main factory for plugin objects. | QNPlugin The representation of the DTD in the document tree. | TQDomDocumentType -The structures in a QTabBar. | QTab +The structures in a TQTabBar. | TQTab Time editor. | TQTimeEdit Timer signals and single-shot timers. | TQTimer Tool tips (balloon help) for any widget or rectangular part of a widget. | TQToolTip diff --git a/doc/html/wizard-example.html b/doc/html/wizard-example.html index 03513778a..196c07b19 100644 --- a/doc/html/wizard-example.html +++ b/doc/html/wizard-example.html @@ -50,14 +50,14 @@ should be used to help a user with complicated actions. #ifndef WIZARD_H #define WIZARD_H -#include <<a href="qwizard-h.html">ntqwizard.h</a>> +#include <<a href="tqwizard-h.html">tqwizard.h</a>> class TQWidget; class TQHBox; class TQLineEdit; class TQLabel; -class Wizard : public <a href="ntqwizard.html">TQWizard</a> +class Wizard : public <a href="tqwizard.html">TQWizard</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> @@ -108,7 +108,7 @@ protected slots: #include <<a href="qapplication-h.html">ntqapplication.h</a>> <a name="f182"></a>Wizard::Wizard( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) - : <a href="ntqwizard.html">TQWizard</a>( parent, name, TRUE ) + : <a href="tqwizard.html">TQWizard</a>( parent, name, TRUE ) { setupPage1(); setupPage2(); @@ -123,7 +123,7 @@ void <a name="f183"></a>Wizard::setupPage1() <a name="x2"></a> page1-><a href="ntqhbox.html#setSpacing">setSpacing</a>(8); <a href="tqlabel.html">TQLabel</a> *info = new <a href="tqlabel.html">TQLabel</a>( page1 ); -<a name="x1"></a> info-><a href="ntqframe.html#setMargin">setMargin</a>( 11 ); +<a name="x1"></a> info-><a href="tqframe.html#setMargin">setMargin</a>( 11 ); <a name="x14"></a> info-><a href="tqwidget.html#setPalette">setPalette</a>( yellow ); <a name="x4"></a> info-><a href="tqlabel.html#setText">setText</a>( "Enter your personal\n" "key here.\n\n" @@ -144,10 +144,10 @@ void <a name="f183"></a>Wizard::setupPage1() <a name="x9"></a> <a href="tqobject.html#connect">connect</a>( key, TQ_SIGNAL( <a href="tqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), this, TQ_SLOT( keyChanged( const <a href="tqstring.html">TQString</a> & ) ) ); - <a href="ntqwizard.html#addPage">addPage</a>( page1, "Personal Key" ); + <a href="tqwizard.html#addPage">addPage</a>( page1, "Personal Key" ); - <a href="ntqwizard.html#setNextEnabled">setNextEnabled</a>( page1, FALSE ); - <a href="ntqwizard.html#setHelpEnabled">setHelpEnabled</a>( page1, FALSE ); + <a href="tqwizard.html#setNextEnabled">setNextEnabled</a>( page1, FALSE ); + <a href="tqwizard.html#setHelpEnabled">setHelpEnabled</a>( page1, FALSE ); } void <a name="f184"></a>Wizard::setupPage2() @@ -156,7 +156,7 @@ void <a name="f184"></a>Wizard::setupPage2() page2-><a href="ntqhbox.html#setSpacing">setSpacing</a>(8); <a href="tqlabel.html">TQLabel</a> *info = new <a href="tqlabel.html">TQLabel</a>( page2 ); - info-><a href="ntqframe.html#setMargin">setMargin</a>( 11 ); + info-><a href="tqframe.html#setMargin">setMargin</a>( 11 ); info-><a href="tqwidget.html#setPalette">setPalette</a>( yellow ); info-><a href="tqlabel.html#setText">setText</a>( "\n" "Enter your personal\n" @@ -204,9 +204,9 @@ void <a name="f184"></a>Wizard::setupPage2() <a href="tqobject.html#connect">connect</a>( email, TQ_SIGNAL( <a href="tqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), this, TQ_SLOT( dataChanged( const <a href="tqstring.html">TQString</a> & ) ) ); - <a href="ntqwizard.html#addPage">addPage</a>( page2, "Personal Data" ); + <a href="tqwizard.html#addPage">addPage</a>( page2, "Personal Data" ); - <a href="ntqwizard.html#setHelpEnabled">setHelpEnabled</a>( page2, FALSE ); + <a href="tqwizard.html#setHelpEnabled">setHelpEnabled</a>( page2, FALSE ); } void <a name="f185"></a>Wizard::setupPage3() @@ -223,7 +223,7 @@ void <a name="f185"></a>Wizard::setupPage3() "press the [Finish] button\n" "else go back to correct\n" "mistakes." ); - info-><a href="ntqframe.html#setMargin">setMargin</a>( 11 ); + info-><a href="tqframe.html#setMargin">setMargin</a>( 11 ); info-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignTop|AlignLeft ); info-><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>( info-><a href="tqwidget.html#sizeHint">sizeHint</a>().width() ); @@ -263,13 +263,13 @@ void <a name="f185"></a>Wizard::setupPage3() lPhone = new <a href="tqlabel.html">TQLabel</a>( row5 ); lEmail = new <a href="tqlabel.html">TQLabel</a>( row6 ); - <a href="ntqwizard.html#addPage">addPage</a>( page3, "Finish" ); + <a href="tqwizard.html#addPage">addPage</a>( page3, "Finish" ); - <a href="ntqwizard.html#setFinishEnabled">setFinishEnabled</a>( page3, TRUE ); - <a href="ntqwizard.html#setHelpEnabled">setHelpEnabled</a>( page3, FALSE ); + <a href="tqwizard.html#setFinishEnabled">setFinishEnabled</a>( page3, TRUE ); + <a href="tqwizard.html#setHelpEnabled">setHelpEnabled</a>( page3, FALSE ); } -<a name="x15"></a>void Wizard::<a href="ntqwizard.html#showPage">showPage</a>( <a href="tqwidget.html">TQWidget</a>* page ) +<a name="x15"></a>void Wizard::<a href="tqwizard.html#showPage">showPage</a>( <a href="tqwidget.html">TQWidget</a>* page ) { if ( page == page1 ) { } else if ( page == page2 ) { @@ -282,7 +282,7 @@ void <a name="f185"></a>Wizard::setupPage3() lEmail-><a href="tqlabel.html#setText">setText</a>( email-><a href="tqlineedit.html#text">text</a>() ); } - TQWizard::<a href="ntqwizard.html#showPage">showPage</a>(page); + TQWizard::<a href="tqwizard.html#showPage">showPage</a>(page); if ( page == page1 ) { keyChanged( key-><a href="tqlineedit.html#text">text</a>() ); @@ -291,8 +291,8 @@ void <a name="f185"></a>Wizard::setupPage3() dataChanged( firstName-><a href="tqlineedit.html#text">text</a>() ); firstName-><a href="tqwidget.html#setFocus">setFocus</a>(); } else if ( page == page3 ) { - <a href="ntqwizard.html#finishButton">finishButton</a>()->setEnabled( TRUE ); - <a href="ntqwizard.html#finishButton">finishButton</a>()->setFocus(); + <a href="tqwizard.html#finishButton">finishButton</a>()->setEnabled( TRUE ); + <a href="tqwizard.html#finishButton">finishButton</a>()->setFocus(); } } @@ -301,7 +301,7 @@ void <a name="f186"></a>Wizard::keyChanged( const <a href="tqstring.html">TQStri <a href="tqstring.html">TQString</a> t = text; int p = 0; <a name="x10"></a> bool on = ( key-><a href="tqlineedit.html#validator">validator</a>()->validate(t, p) == TQValidator::Acceptable ); - <a href="ntqwizard.html#nextButton">nextButton</a>()->setEnabled( on ); + <a href="tqwizard.html#nextButton">nextButton</a>()->setEnabled( on ); } void <a name="f187"></a>Wizard::dataChanged( const <a href="tqstring.html">TQString</a> & ) @@ -309,9 +309,9 @@ void <a name="f187"></a>Wizard::dataChanged( const <a href="tqstring.html">TQStr if ( !firstName-><a href="tqlineedit.html#text">text</a>().isEmpty() && !lastName-><a href="tqlineedit.html#text">text</a>().isEmpty() && !email-><a href="tqlineedit.html#text">text</a>().isEmpty() ) - <a href="ntqwizard.html#nextButton">nextButton</a>()->setEnabled( TRUE ); + <a href="tqwizard.html#nextButton">nextButton</a>()->setEnabled( TRUE ); else - <a href="ntqwizard.html#nextButton">nextButton</a>()->setEnabled( FALSE ); + <a href="tqwizard.html#nextButton">nextButton</a>()->setEnabled( FALSE ); } </pre> diff --git a/doc/html/wizard-wizard-cpp.html b/doc/html/wizard-wizard-cpp.html index 484043e9c..1596911d4 100644 --- a/doc/html/wizard-wizard-cpp.html +++ b/doc/html/wizard-wizard-cpp.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/qwizard.cpp:52 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/tqwizard.cpp:52 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -54,7 +54,7 @@ body { background: #ffffff; color: black; } #include <<a href="qapplication-h.html">ntqapplication.h</a>> <a name="f3"></a>Wizard::Wizard( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) - : <a href="ntqwizard.html">TQWizard</a>( parent, name, TRUE ) + : <a href="tqwizard.html">TQWizard</a>( parent, name, TRUE ) { setupPage1(); setupPage2(); @@ -69,7 +69,7 @@ void <a name="f4"></a>Wizard::setupPage1() <a name="x2"></a> page1-><a href="ntqhbox.html#setSpacing">setSpacing</a>(8); <a href="tqlabel.html">TQLabel</a> *info = new <a href="tqlabel.html">TQLabel</a>( page1 ); -<a name="x1"></a> info-><a href="ntqframe.html#setMargin">setMargin</a>( 11 ); +<a name="x1"></a> info-><a href="tqframe.html#setMargin">setMargin</a>( 11 ); <a name="x14"></a> info-><a href="tqwidget.html#setPalette">setPalette</a>( yellow ); <a name="x4"></a> info-><a href="tqlabel.html#setText">setText</a>( "Enter your personal\n" "key here.\n\n" @@ -90,10 +90,10 @@ void <a name="f4"></a>Wizard::setupPage1() <a name="x9"></a> <a href="tqobject.html#connect">connect</a>( key, TQ_SIGNAL( <a href="tqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), this, TQ_SLOT( keyChanged( const <a href="tqstring.html">TQString</a> & ) ) ); - <a href="ntqwizard.html#addPage">addPage</a>( page1, "Personal Key" ); + <a href="tqwizard.html#addPage">addPage</a>( page1, "Personal Key" ); - <a href="ntqwizard.html#setNextEnabled">setNextEnabled</a>( page1, FALSE ); - <a href="ntqwizard.html#setHelpEnabled">setHelpEnabled</a>( page1, FALSE ); + <a href="tqwizard.html#setNextEnabled">setNextEnabled</a>( page1, FALSE ); + <a href="tqwizard.html#setHelpEnabled">setHelpEnabled</a>( page1, FALSE ); } void <a name="f5"></a>Wizard::setupPage2() @@ -102,7 +102,7 @@ void <a name="f5"></a>Wizard::setupPage2() page2-><a href="ntqhbox.html#setSpacing">setSpacing</a>(8); <a href="tqlabel.html">TQLabel</a> *info = new <a href="tqlabel.html">TQLabel</a>( page2 ); - info-><a href="ntqframe.html#setMargin">setMargin</a>( 11 ); + info-><a href="tqframe.html#setMargin">setMargin</a>( 11 ); info-><a href="tqwidget.html#setPalette">setPalette</a>( yellow ); info-><a href="tqlabel.html#setText">setText</a>( "\n" "Enter your personal\n" @@ -150,9 +150,9 @@ void <a name="f5"></a>Wizard::setupPage2() <a href="tqobject.html#connect">connect</a>( email, TQ_SIGNAL( <a href="tqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), this, TQ_SLOT( dataChanged( const <a href="tqstring.html">TQString</a> & ) ) ); - <a href="ntqwizard.html#addPage">addPage</a>( page2, "Personal Data" ); + <a href="tqwizard.html#addPage">addPage</a>( page2, "Personal Data" ); - <a href="ntqwizard.html#setHelpEnabled">setHelpEnabled</a>( page2, FALSE ); + <a href="tqwizard.html#setHelpEnabled">setHelpEnabled</a>( page2, FALSE ); } void <a name="f6"></a>Wizard::setupPage3() @@ -169,7 +169,7 @@ void <a name="f6"></a>Wizard::setupPage3() "press the [Finish] button\n" "else go back to correct\n" "mistakes." ); - info-><a href="ntqframe.html#setMargin">setMargin</a>( 11 ); + info-><a href="tqframe.html#setMargin">setMargin</a>( 11 ); info-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignTop|AlignLeft ); info-><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>( info-><a href="tqwidget.html#sizeHint">sizeHint</a>().width() ); @@ -209,13 +209,13 @@ void <a name="f6"></a>Wizard::setupPage3() lPhone = new <a href="tqlabel.html">TQLabel</a>( row5 ); lEmail = new <a href="tqlabel.html">TQLabel</a>( row6 ); - <a href="ntqwizard.html#addPage">addPage</a>( page3, "Finish" ); + <a href="tqwizard.html#addPage">addPage</a>( page3, "Finish" ); - <a href="ntqwizard.html#setFinishEnabled">setFinishEnabled</a>( page3, TRUE ); - <a href="ntqwizard.html#setHelpEnabled">setHelpEnabled</a>( page3, FALSE ); + <a href="tqwizard.html#setFinishEnabled">setFinishEnabled</a>( page3, TRUE ); + <a href="tqwizard.html#setHelpEnabled">setHelpEnabled</a>( page3, FALSE ); } -<a name="x15"></a>void Wizard::<a href="ntqwizard.html#showPage">showPage</a>( <a href="tqwidget.html">TQWidget</a>* page ) +<a name="x15"></a>void Wizard::<a href="tqwizard.html#showPage">showPage</a>( <a href="tqwidget.html">TQWidget</a>* page ) { if ( page == page1 ) { } else if ( page == page2 ) { @@ -228,7 +228,7 @@ void <a name="f6"></a>Wizard::setupPage3() lEmail-><a href="tqlabel.html#setText">setText</a>( email-><a href="tqlineedit.html#text">text</a>() ); } - TQWizard::<a href="ntqwizard.html#showPage">showPage</a>(page); + TQWizard::<a href="tqwizard.html#showPage">showPage</a>(page); if ( page == page1 ) { keyChanged( key-><a href="tqlineedit.html#text">text</a>() ); @@ -237,8 +237,8 @@ void <a name="f6"></a>Wizard::setupPage3() dataChanged( firstName-><a href="tqlineedit.html#text">text</a>() ); firstName-><a href="tqwidget.html#setFocus">setFocus</a>(); } else if ( page == page3 ) { - <a href="ntqwizard.html#finishButton">finishButton</a>()->setEnabled( TRUE ); - <a href="ntqwizard.html#finishButton">finishButton</a>()->setFocus(); + <a href="tqwizard.html#finishButton">finishButton</a>()->setEnabled( TRUE ); + <a href="tqwizard.html#finishButton">finishButton</a>()->setFocus(); } } @@ -247,7 +247,7 @@ void <a name="f7"></a>Wizard::keyChanged( const <a href="tqstring.html">TQString <a href="tqstring.html">TQString</a> t = text; int p = 0; <a name="x10"></a> bool on = ( key-><a href="tqlineedit.html#validator">validator</a>()->validate(t, p) == TQValidator::Acceptable ); - <a href="ntqwizard.html#nextButton">nextButton</a>()->setEnabled( on ); + <a href="tqwizard.html#nextButton">nextButton</a>()->setEnabled( on ); } void <a name="f8"></a>Wizard::dataChanged( const <a href="tqstring.html">TQString</a> & ) @@ -255,9 +255,9 @@ void <a name="f8"></a>Wizard::dataChanged( const <a href="tqstring.html">TQStrin if ( !firstName-><a href="tqlineedit.html#text">text</a>().isEmpty() && !lastName-><a href="tqlineedit.html#text">text</a>().isEmpty() && !email-><a href="tqlineedit.html#text">text</a>().isEmpty() ) - <a href="ntqwizard.html#nextButton">nextButton</a>()->setEnabled( TRUE ); + <a href="tqwizard.html#nextButton">nextButton</a>()->setEnabled( TRUE ); else - <a href="ntqwizard.html#nextButton">nextButton</a>()->setEnabled( FALSE ); + <a href="tqwizard.html#nextButton">nextButton</a>()->setEnabled( FALSE ); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/wizard-wizard-h.html b/doc/html/wizard-wizard-h.html index e2d614b7e..bbd56cf49 100644 --- a/doc/html/wizard-wizard-h.html +++ b/doc/html/wizard-wizard-h.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/qwizard.cpp:53 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/tqwizard.cpp:53 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -45,14 +45,14 @@ body { background: #ffffff; color: black; } #ifndef WIZARD_H #define WIZARD_H -#include <<a href="qwizard-h.html">ntqwizard.h</a>> +#include <<a href="tqwizard-h.html">tqwizard.h</a>> class TQWidget; class TQHBox; class TQLineEdit; class TQLabel; -class Wizard : public <a href="ntqwizard.html">TQWizard</a> +class Wizard : public <a href="tqwizard.html">TQWizard</a> { TQ_OBJECT diff --git a/doc/html/xform-example.html b/doc/html/xform-example.html index 0f0cb74fd..481bcb13a 100644 --- a/doc/html/xform-example.html +++ b/doc/html/xform-example.html @@ -55,7 +55,7 @@ arbitrarily. #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> -#include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> +#include <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>> #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqslider-h.html">tqslider.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> @@ -155,7 +155,7 @@ private: : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { <a href="ntqhbox.html#setSpacing">setSpacing</a>(6); - <a href="ntqframe.html#setMargin">setMargin</a>(6); + <a href="tqframe.html#setMargin">setMargin</a>(6); currentFont = initialFont; mode = Image; @@ -192,22 +192,22 @@ private: shearS-><a href="tqslider.html#setValue">setValue</a>( 0 ); <a href="tqobject.html#connect">connect</a>( shearS, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SLOT(newMtx()) ); -<a name="x1220"></a> mirror-><a href="ntqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Mirror") ); - <a href="tqobject.html#connect">connect</a>( mirror, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(newMtx()) ); +<a name="x1220"></a> mirror-><a href="tqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Mirror") ); + <a href="tqobject.html#connect">connect</a>( mirror, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(newMtx()) ); - <a href="ntqbuttongroup.html">TQButtonGroup</a> *bg = new <a href="ntqbuttongroup.html">TQButtonGroup</a>(this); + <a href="tqbuttongroup.html">TQButtonGroup</a> *bg = new <a href="tqbuttongroup.html">TQButtonGroup</a>(this); <a name="x1267"></a> bg-><a href="tqwidget.html#hide">hide</a>(); -<a name="x1222"></a> bg-><a href="ntqbuttongroup.html#insert">insert</a>(rb_txt,0); - bg-><a href="ntqbuttongroup.html#insert">insert</a>(rb_img,1); - bg-><a href="ntqbuttongroup.html#insert">insert</a>(rb_pic,2); - rb_txt-><a href="ntqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Text") ); - rb_img-><a href="ntqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Image") ); +<a name="x1222"></a> bg-><a href="tqbuttongroup.html#insert">insert</a>(rb_txt,0); + bg-><a href="tqbuttongroup.html#insert">insert</a>(rb_img,1); + bg-><a href="tqbuttongroup.html#insert">insert</a>(rb_pic,2); + rb_txt-><a href="tqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Text") ); + rb_img-><a href="tqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Image") ); <a name="x1249"></a> rb_img-><a href="tqradiobutton.html#setChecked">setChecked</a>(TRUE); - rb_pic-><a href="ntqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Picture") ); -<a name="x1221"></a> <a href="tqobject.html#connect">connect</a>( bg, TQ_SIGNAL(<a href="ntqbuttongroup.html#clicked">clicked</a>(int)), TQ_SLOT(changeMode(int)) ); + rb_pic-><a href="tqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Picture") ); +<a name="x1221"></a> <a href="tqobject.html#connect">connect</a>( bg, TQ_SIGNAL(<a href="tqbuttongroup.html#clicked">clicked</a>(int)), TQ_SLOT(changeMode(int)) ); - fpb-><a href="ntqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Select font...") ); - <a href="tqobject.html#connect">connect</a>( fpb, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(selectFont()) ); + fpb-><a href="tqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Select font...") ); + <a href="tqobject.html#connect">connect</a>( fpb, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(selectFont()) ); <a name="x1230"></a> textEd-><a href="tqlineedit.html#setText">setText</a>( "Troll" ); <a name="x1231"></a> <a href="tqobject.html#connect">connect</a>( textEd, TQ_SIGNAL(<a href="tqlineedit.html#textChanged">textChanged</a>(const <a href="tqstring.html">TQString</a>&)), @@ -517,8 +517,8 @@ void <a name="f395"></a>XFormCenter::newMode( int m ) xc = new XFormControl( f, this ); sx = new ShowXForm( f, this ); <a href="ntqhbox.html#setStretchFactor">setStretchFactor</a>(sx,1); - xc-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Raised ); -<a name="x1227"></a> xc-><a href="ntqframe.html#setLineWidth">setLineWidth</a>( 2 ); + xc-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Raised ); +<a name="x1227"></a> xc-><a href="tqframe.html#setLineWidth">setLineWidth</a>( 2 ); <a href="tqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newText(const <a href="tqstring.html">TQString</a>&)), sx, TQ_SLOT(setText(const <a href="tqstring.html">TQString</a>&)) ); <a href="tqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newMatrix(TQWMatrix)), diff --git a/doc/html/xml-sax-features-walkthrough.html b/doc/html/xml-sax-features-walkthrough.html index 51708fff9..306f4fdc7 100644 --- a/doc/html/xml-sax-features-walkthrough.html +++ b/doc/html/xml-sax-features-walkthrough.html @@ -59,8 +59,8 @@ part: we include all the classes we need: #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqxml-h.html">tqxml.h</a>> - #include <<a href="qlistview-h.html">ntqlistview.h</a>> - #include <<a href="qgrid-h.html">ntqgrid.h</a>> + #include <<a href="tqlistview-h.html">tqlistview.h</a>> + #include <<a href="tqgrid-h.html">tqgrid.h</a>> #include <<a href="tqmainwindow-h.html">tqmainwindow.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> </pre> @@ -84,7 +84,7 @@ the example directory for demonstration purposes. </pre> <p> ... and instantiate a <em>reader</em> object. Later we will manipulate its features and thus influence how the XML data are read. -<p> <pre> <a href="ntqgrid.html">TQGrid</a> * container = new <a href="ntqgrid.html">TQGrid</a>( 3 ); +<p> <pre> <a href="tqgrid.html">TQGrid</a> * container = new <a href="tqgrid.html">TQGrid</a>( 3 ); </pre> <p> Now let's think about presenting the output: As described in the <a href="xml.html#sax2Features">TQt SAX2 documentation</a> @@ -93,7 +93,7 @@ and <em>http://xml.org/sax/features/namespaces</em>: TRUE/TRUE, TRUE/FALSE and FALSE/TRUE. To show the relevant output side by side of each other and mark them with three labels makes up for a grid layout consisting of three columns (and thus two lines). -<p> <pre> <a href="ntqlistview.html">TQListView</a> * nameSpace = new <a href="ntqlistview.html">TQListView</a>( container, "table_namespace" ); +<p> <pre> <a href="tqlistview.html">TQListView</a> * nameSpace = new <a href="tqlistview.html">TQListView</a>( container, "table_namespace" ); </pre> <p> The most natural way of presenting XML elements is in a tree. Thus we use a listview. Its name <em>nameSpace</em> indicates that this @@ -118,12 +118,12 @@ in the parsed XML document. <p> <pre> reader.<a href="tqxmlsimplereader.html#parse">parse</a>( source ); </pre> <p> Finally we parse the document with the reader's default feature settings. -<p> <pre> <a href="ntqlistview.html">TQListView</a> * namespacePrefix = new <a href="ntqlistview.html">TQListView</a>( container, +<p> <pre> <a href="tqlistview.html">TQListView</a> * namespacePrefix = new <a href="tqlistview.html">TQListView</a>( container, "table_namespace_prefix" ); </pre> <p> Now we prepare for the parsing of the same XML input source with different reader settings. The output will be presented in -a second <a href="ntqlistview.html">TQListView</a>, <em>namespacePrefix</em>. As it is the second +a second <a href="tqlistview.html">TQListView</a>, <em>namespacePrefix</em>. As it is the second member of the <em>container</em> grid it will appear in the middle of the upper grid row. <p> <pre> handler->setListView( namespacePrefix ); @@ -145,7 +145,7 @@ beginning of the document again. </pre> <p> Finally we parse the XML file a second time with the changed reader settings (TRUE/TRUE). -<p> <pre> <a href="ntqlistview.html">TQListView</a> * prefix = new <a href="ntqlistview.html">TQListView</a>( container, "table_prefix"); +<p> <pre> <a href="tqlistview.html">TQListView</a> * prefix = new <a href="tqlistview.html">TQListView</a>( container, "table_prefix"); handler->setListView( prefix ); reader.<a href="tqxmlsimplereader.html#setFeature">setFeature</a>( "http://xml.org/sax/features/namespaces", FALSE ); source.<a href="tqxmlinputsource.html#reset">reset</a>(); @@ -203,11 +203,11 @@ the GUI's event loop. <p> We derive it from the <a href="tqxmldefaulthandler.html">TQXmlDefaultHandler</a> class that implements a handler that simply does nothing. <p> <pre> public: - StructureParser( <a href="ntqlistview.html">TQListView</a> * ); + StructureParser( <a href="tqlistview.html">TQListView</a> * ); </pre> <p> This makes it easy for us to implement only the functionality we in fact need. In our case this is the constructor that -takes a <a href="ntqlistview.html">TQListView</a> as an argument, +takes a <a href="tqlistview.html">TQListView</a> as an argument, <p> <pre> bool startElement( const <a href="tqstring.html">TQString</a>&, const <a href="tqstring.html">TQString</a>&, const <a href="tqstring.html">TQString</a>& , const <a href="tqxmlattributes.html">TQXmlAttributes</a>& ); </pre> @@ -217,7 +217,7 @@ takes a <a href="ntqlistview.html">TQListView</a> as an argument, </pre> <p> the code to run when an end tag occurs. <p> All we have to implement so far is content handling. -<p> <pre> void setListView( <a href="ntqlistview.html">TQListView</a> * ); +<p> <pre> void setListView( <a href="tqlistview.html">TQListView</a> * ); </pre> <p> In addition we have a function that selects a listview for the output. @@ -233,7 +233,7 @@ that haven't been closed yet. of TQListItems. An element will be added to the stack when its start tag appears and removed as soon as its end tag is parsed. -<p> <pre> <a href="ntqlistview.html">TQListView</a> * table; +<p> <pre> <a href="tqlistview.html">TQListView</a> * table; }; </pre> <p> Apart from this we define a member variable that contains @@ -246,9 +246,9 @@ relevant functions. <pre> #include "structureparser.h" #include <<a href="tqstring-h.html">tqstring.h</a>> - #include <<a href="qlistview-h.html">ntqlistview.h</a>> + #include <<a href="tqlistview-h.html">tqlistview.h</a>> </pre> -<p> <pre> StructureParser::StructureParser( <a href="ntqlistview.html">TQListView</a> * t ) +<p> <pre> StructureParser::StructureParser( <a href="tqlistview.html">TQListView</a> * t ) : <a href="tqxmldefaulthandler.html">TQXmlDefaultHandler</a>() { </pre> @@ -257,10 +257,10 @@ its argument. <p> <pre> setListView( t ); } </pre> -<p> All we have to do here is to prepare the argument <a href="ntqlistview.html">TQListView</a> +<p> All we have to do here is to prepare the argument <a href="tqlistview.html">TQListView</a> before usage. This we do with the <a href="#setListView()">setListView()</a> function. <p> <a name="setListView()"></a> -<pre> void StructureParser::setListView( <a href="ntqlistview.html">TQListView</a> * t ) +<pre> void StructureParser::setListView( <a href="tqlistview.html">TQListView</a> * t ) { table = t; </pre> @@ -295,43 +295,43 @@ namespace URIs at all <em>namespaceURI</em> contains an empty string. <p> Note that we don't assign a variable to the second argument -- we're simply not interested in the local name of the element. -<p> <pre> <a href="qlistviewitem.html">TQListViewItem</a> * element; +<p> <pre> <a href="tqlistviewitem.html">TQListViewItem</a> * element; </pre> <p> Whenever an element occurs we want to show it in the listview. -Therefore we define a <a href="qlistviewitem.html">TQListViewItem</a> variable. +Therefore we define a <a href="tqlistviewitem.html">TQListViewItem</a> variable. <p> <pre> if ( ! stack.isEmpty() ){ - <a href="qlistviewitem.html">TQListViewItem</a> *lastChild = stack.top()->firstChild(); + <a href="tqlistviewitem.html">TQListViewItem</a> *lastChild = stack.top()->firstChild(); </pre> <p> As long as the element <em>stack</em> isn't empty the current element is a child of the topmost (last unclosed) element on the stack. Thus we -create a new <a href="qlistviewitem.html">TQListViewItem</a> as a child of TQPtrStack::stack.top() with +create a new <a href="tqlistviewitem.html">TQListViewItem</a> as a child of TQPtrStack::stack.top() with the new element's qualified name in the first column and the according namespace URI (or nothing) in the second one. -<p> The <a href="qlistviewitem.html">TQListViewItem</a> is usally inserted as the first child. This means that we +<p> The <a href="tqlistviewitem.html">TQListViewItem</a> is usally inserted as the first child. This means that we would get the elements in reverse order. So we first search for the last child of the TQPtrStack::stack.top() element and insert it after this element. <p> In a valid XML document this applies to all elements except the document root. <p> <pre> if ( lastChild ) { - while ( lastChild-><a href="qlistviewitem.html#nextSibling">nextSibling</a>() ) - lastChild = lastChild-><a href="qlistviewitem.html#nextSibling">nextSibling</a>(); + while ( lastChild-><a href="tqlistviewitem.html#nextSibling">nextSibling</a>() ) + lastChild = lastChild-><a href="tqlistviewitem.html#nextSibling">nextSibling</a>(); } - element = new <a href="qlistviewitem.html">TQListViewItem</a>( stack.top(), lastChild, qName, namespaceURI ); + element = new <a href="tqlistviewitem.html">TQListViewItem</a>( stack.top(), lastChild, qName, namespaceURI ); } else { - element = new <a href="qlistviewitem.html">TQListViewItem</a>( table, qName, namespaceURI ); + element = new <a href="tqlistviewitem.html">TQListViewItem</a>( table, qName, namespaceURI ); } </pre> <p> The root element we have to handle separately because it is -the first element to go onto the <a href="qlistviewitem.html">TQListViewItem</a> stack. +the first element to go onto the <a href="tqlistviewitem.html">TQListViewItem</a> stack. Its listview item is therefore a direct child of the <em>table</em> listview itself. <p> <pre> stack.push( element ); </pre> <p> Now we put the element's listview item on top of the stack. -<p> <pre> element-><a href="qlistviewitem.html#setOpen">setOpen</a>( TRUE ); +<p> <pre> element-><a href="tqlistviewitem.html#setOpen">setOpen</a>( TRUE ); </pre> -<p> By default a <a href="ntqlistview.html">TQListView</a> presents all of its nodes closed. +<p> By default a <a href="tqlistview.html">TQListView</a> presents all of its nodes closed. The user may then click on the <em>+</em> icon to see the child entries. <p> We however want to see the entire element tree @@ -341,7 +341,7 @@ Therefore we open each listview item manually. </pre> <p> What do we do if an element has attributes? <p> <pre> <a name="x2105"></a> for ( int i = 0 ; i < attributes.<a href="tqxmlattributes.html#length">length</a>(); i++ ) { - <a name="x2107"></a><a name="x2106"></a> new <a href="qlistviewitem.html">TQListViewItem</a>( element, attributes.<a href="tqxmlattributes.html#qName">qName</a>(i), attributes.<a href="tqxmlattributes.html#uri">uri</a>(i) ); + <a name="x2107"></a><a name="x2106"></a> new <a href="tqlistviewitem.html">TQListViewItem</a>( element, attributes.<a href="tqxmlattributes.html#qName">qName</a>(i), attributes.<a href="tqxmlattributes.html#uri">uri</a>(i) ); } } </pre> |