diff options
Diffstat (limited to 'doc/html')
308 files changed, 5240 insertions, 5240 deletions
diff --git a/doc/html/abstractwidgets.html b/doc/html/abstractwidgets.html index 567d99d69..28bc11a53 100644 --- a/doc/html/abstractwidgets.html +++ b/doc/html/abstractwidgets.html @@ -39,10 +39,10 @@ these classes. <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="tqcanvas.html">TQCanvas</a></b><td>2D area that can contain TQCanvasItem objects -<tr bgcolor=#f0f0f0><td><b><a href="ntqdialog.html">TQDialog</a></b><td>The base class of dialog windows +<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="ntqscrollview.html">TQScrollView</a></b><td>Scrolling area with on-demand scroll bars +<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 </table> diff --git a/doc/html/addressbook-example.html b/doc/html/addressbook-example.html index 0c6181e81..7d2b9a9dd 100644 --- a/doc/html/addressbook-example.html +++ b/doc/html/addressbook-example.html @@ -256,10 +256,10 @@ protected: <a href="qgridlayout.html">TQGridLayout</a> *mainGrid; <a href="ntqtabwidget.html">TQTabWidget</a> *tabWidget; <a href="ntqlistview.html">TQListView</a> *listView; - <a href="ntqpushbutton.html">TQPushButton</a> *add, *change, *find; - <a href="ntqlineedit.html">TQLineEdit</a> *iFirstName, *iLastName, *iAddress, *iEMail, + <a href="tqpushbutton.html">TQPushButton</a> *add, *change, *find; + <a href="tqlineedit.html">TQLineEdit</a> *iFirstName, *iLastName, *iAddress, *iEMail, *sFirstName, *sLastName, *sAddress, *sEMail; - <a href="ntqcheckbox.html">TQCheckBox</a> *cFirstName, *cLastName, *cAddress, *cEMail; + <a href="tqcheckbox.html">TQCheckBox</a> *cFirstName, *cLastName, *cAddress, *cEMail; }; @@ -285,10 +285,10 @@ protected: #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>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> +#include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> @@ -368,32 +368,32 @@ void <a name="f277"></a>ABCentralWidget::setupTabWidget() 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 ); - add = new <a href="ntqpushbutton.html">TQPushButton</a>( "A&dd", input ); + 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() ) ); - iFirstName = new <a href="ntqlineedit.html">TQLineEdit</a>( input ); -<a name="x583"></a> iFirstName-><a href="tqwidget.html#resize">resize</a>( iFirstName-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); + 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 ); <a name="x580"></a> liFirstName-><a href="tqlabel.html#setBuddy">setBuddy</a>( iFirstName ); - iLastName = new <a href="ntqlineedit.html">TQLineEdit</a>( input ); - iLastName-><a href="tqwidget.html#resize">resize</a>( iLastName-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); + 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 ); liLastName-><a href="tqlabel.html#setBuddy">setBuddy</a>( iLastName ); - iAddress = new <a href="ntqlineedit.html">TQLineEdit</a>( input ); - iAddress-><a href="tqwidget.html#resize">resize</a>( iAddress-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); + 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 ); liAddress-><a href="tqlabel.html#setBuddy">setBuddy</a>( iAddress ); - iEMail = new <a href="ntqlineedit.html">TQLineEdit</a>( input ); - iEMail-><a href="tqwidget.html#resize">resize</a>( iEMail-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); + 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 ); liEMail-><a href="tqlabel.html#setBuddy">setBuddy</a>( iEMail ); - change = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Change", input ); + 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() ) ); @@ -405,48 +405,48 @@ void <a name="f277"></a>ABCentralWidget::setupTabWidget() <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 ); - cFirstName = new <a href="ntqcheckbox.html">TQCheckBox</a>( "First &Name", search ); + 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() ) ); - cLastName = new <a href="ntqcheckbox.html">TQCheckBox</a>( "&Last Name", search ); + 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() ) ); - cAddress = new <a href="ntqcheckbox.html">TQCheckBox</a>( "Add&ress", search ); + 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() ) ); - cEMail = new <a href="ntqcheckbox.html">TQCheckBox</a>( "&E-Mail", search ); + 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() ) ); - sFirstName = new <a href="ntqlineedit.html">TQLineEdit</a>( search ); - sFirstName-><a href="tqwidget.html#resize">resize</a>( sFirstName-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); + 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 ); - sLastName = new <a href="ntqlineedit.html">TQLineEdit</a>( search ); - sLastName-><a href="tqwidget.html#resize">resize</a>( sLastName-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); + 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 ); - sAddress = new <a href="ntqlineedit.html">TQLineEdit</a>( search ); - sAddress-><a href="tqwidget.html#resize">resize</a>( sAddress-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); + 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 ); - sEMail = new <a href="ntqlineedit.html">TQLineEdit</a>( search ); - sEMail-><a href="tqwidget.html#resize">resize</a>( sEMail-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); + 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 ); - find = new <a href="ntqpushbutton.html">TQPushButton</a>( "F&ind", search ); + 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() ) ); -<a name="x574"></a> cFirstName-><a href="ntqcheckbox.html#setChecked">setChecked</a>( TRUE ); +<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 ); sLastName-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); sAddress-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); @@ -475,19 +475,19 @@ void <a name="f278"></a>ABCentralWidget::setupListView() void <a name="f279"></a>ABCentralWidget::addEntry() { -<a name="x584"></a> if ( !iFirstName-><a href="ntqlineedit.html#text">text</a>().isEmpty() || !iLastName-><a href="ntqlineedit.html#text">text</a>().isEmpty() || - !iAddress-><a href="ntqlineedit.html#text">text</a>().isEmpty() || !iEMail-><a href="ntqlineedit.html#text">text</a>().isEmpty() ) { +<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="ntqlineedit.html#text">text</a>() ); - item-><a href="qlistviewitem.html#setText">setText</a>( 1, iLastName-><a href="ntqlineedit.html#text">text</a>() ); - item-><a href="qlistviewitem.html#setText">setText</a>( 2, iAddress-><a href="ntqlineedit.html#text">text</a>() ); - item-><a href="qlistviewitem.html#setText">setText</a>( 3, iEMail-><a href="ntqlineedit.html#text">text</a>() ); + 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 name="x582"></a> iFirstName-><a href="ntqlineedit.html#setText">setText</a>( "" ); - iLastName-><a href="ntqlineedit.html#setText">setText</a>( "" ); - iAddress-><a href="ntqlineedit.html#setText">setText</a>( "" ); - iEMail-><a href="ntqlineedit.html#setText">setText</a>( "" ); +<a name="x582"></a> iFirstName-><a href="tqlineedit.html#setText">setText</a>( "" ); + iLastName-><a href="tqlineedit.html#setText">setText</a>( "" ); + iAddress-><a href="tqlineedit.html#setText">setText</a>( "" ); + iEMail-><a href="tqlineedit.html#setText">setText</a>( "" ); } void <a name="f280"></a>ABCentralWidget::changeEntry() @@ -495,21 +495,21 @@ 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>(); if ( item && - ( !iFirstName-><a href="ntqlineedit.html#text">text</a>().isEmpty() || !iLastName-><a href="ntqlineedit.html#text">text</a>().isEmpty() || - !iAddress-><a href="ntqlineedit.html#text">text</a>().isEmpty() || !iEMail-><a href="ntqlineedit.html#text">text</a>().isEmpty() ) ) { - item-><a href="qlistviewitem.html#setText">setText</a>( 0, iFirstName-><a href="ntqlineedit.html#text">text</a>() ); - item-><a href="qlistviewitem.html#setText">setText</a>( 1, iLastName-><a href="ntqlineedit.html#text">text</a>() ); - item-><a href="qlistviewitem.html#setText">setText</a>( 2, iAddress-><a href="ntqlineedit.html#text">text</a>() ); - item-><a href="qlistviewitem.html#setText">setText</a>( 3, iEMail-><a href="ntqlineedit.html#text">text</a>() ); + ( !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>() ); } } void <a name="f281"></a>ABCentralWidget::selectionChanged() { - iFirstName-><a href="ntqlineedit.html#setText">setText</a>( "" ); - iLastName-><a href="ntqlineedit.html#setText">setText</a>( "" ); - iAddress-><a href="ntqlineedit.html#setText">setText</a>( "" ); - iEMail-><a href="ntqlineedit.html#setText">setText</a>( "" ); + iFirstName-><a href="tqlineedit.html#setText">setText</a>( "" ); + iLastName-><a href="tqlineedit.html#setText">setText</a>( "" ); + iAddress-><a href="tqlineedit.html#setText">setText</a>( "" ); + iEMail-><a href="tqlineedit.html#setText">setText</a>( "" ); } void <a name="f282"></a>ABCentralWidget::itemSelected( <a href="qlistviewitem.html">TQListViewItem</a> *item ) @@ -519,17 +519,17 @@ void <a name="f282"></a>ABCentralWidget::itemSelected( <a href="qlistviewitem.ht <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="x596"></a> iFirstName-><a href="ntqlineedit.html#setText">setText</a>( item-><a href="qlistviewitem.html#text">text</a>( 0 ) ); - iLastName-><a href="ntqlineedit.html#setText">setText</a>( item-><a href="qlistviewitem.html#text">text</a>( 1 ) ); - iAddress-><a href="ntqlineedit.html#setText">setText</a>( item-><a href="qlistviewitem.html#text">text</a>( 2 ) ); - iEMail-><a href="ntqlineedit.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="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 ) ); } void <a name="f283"></a>ABCentralWidget::toggleFirstName() { - sFirstName-><a href="ntqlineedit.html#setText">setText</a>( "" ); + sFirstName-><a href="tqlineedit.html#setText">setText</a>( "" ); -<a name="x573"></a> if ( cFirstName-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ) { +<a name="x573"></a> if ( cFirstName-><a href="tqcheckbox.html#isChecked">isChecked</a>() ) { sFirstName-><a href="tqwidget.html#setEnabled">setEnabled</a>( TRUE ); <a name="x606"></a> sFirstName-><a href="tqwidget.html#setFocus">setFocus</a>(); } @@ -539,9 +539,9 @@ void <a name="f283"></a>ABCentralWidget::toggleFirstName() void <a name="f284"></a>ABCentralWidget::toggleLastName() { - sLastName-><a href="ntqlineedit.html#setText">setText</a>( "" ); + sLastName-><a href="tqlineedit.html#setText">setText</a>( "" ); - if ( cLastName-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ) { + if ( cLastName-><a href="tqcheckbox.html#isChecked">isChecked</a>() ) { sLastName-><a href="tqwidget.html#setEnabled">setEnabled</a>( TRUE ); sLastName-><a href="tqwidget.html#setFocus">setFocus</a>(); } @@ -551,9 +551,9 @@ void <a name="f284"></a>ABCentralWidget::toggleLastName() void <a name="f285"></a>ABCentralWidget::toggleAddress() { - sAddress-><a href="ntqlineedit.html#setText">setText</a>( "" ); + sAddress-><a href="tqlineedit.html#setText">setText</a>( "" ); - if ( cAddress-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ) { + if ( cAddress-><a href="tqcheckbox.html#isChecked">isChecked</a>() ) { sAddress-><a href="tqwidget.html#setEnabled">setEnabled</a>( TRUE ); sAddress-><a href="tqwidget.html#setFocus">setFocus</a>(); } @@ -563,9 +563,9 @@ void <a name="f285"></a>ABCentralWidget::toggleAddress() void <a name="f286"></a>ABCentralWidget::toggleEMail() { - sEMail-><a href="ntqlineedit.html#setText">setText</a>( "" ); + sEMail-><a href="tqlineedit.html#setText">setText</a>( "" ); - if ( cEMail-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ) { + if ( cEMail-><a href="tqcheckbox.html#isChecked">isChecked</a>() ) { sEMail-><a href="tqwidget.html#setEnabled">setEnabled</a>( TRUE ); sEMail-><a href="tqwidget.html#setFocus">setFocus</a>(); } @@ -575,10 +575,10 @@ void <a name="f286"></a>ABCentralWidget::toggleEMail() void <a name="f287"></a>ABCentralWidget::findEntries() { - if ( !cFirstName-><a href="ntqcheckbox.html#isChecked">isChecked</a>() && - !cLastName-><a href="ntqcheckbox.html#isChecked">isChecked</a>() && - !cAddress-><a href="ntqcheckbox.html#isChecked">isChecked</a>() && - !cEMail-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ) { + if ( !cFirstName-><a href="tqcheckbox.html#isChecked">isChecked</a>() && + !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>(); return; } @@ -588,26 +588,26 @@ void <a name="f287"></a>ABCentralWidget::findEntries() for ( ; it.<a href="qlistviewitemiterator.html#current">current</a>(); ++it ) { bool select = TRUE; - if ( cFirstName-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ) { - if ( select && it.<a href="qlistviewitemiterator.html#current">current</a>()->text( 0 ).contains( sFirstName-><a href="ntqlineedit.html#text">text</a>() ) ) + 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>() ) ) select = TRUE; else select = FALSE; } - if ( cLastName-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ) { - if ( select && it.<a href="qlistviewitemiterator.html#current">current</a>()->text( 1 ).contains( sLastName-><a href="ntqlineedit.html#text">text</a>() ) ) + 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>() ) ) select = TRUE; else select = FALSE; } - if ( cAddress-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ) { - if ( select && it.<a href="qlistviewitemiterator.html#current">current</a>()->text( 2 ).contains( sAddress-><a href="ntqlineedit.html#text">text</a>() ) ) + 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>() ) ) select = TRUE; else select = FALSE; } - if ( cEMail-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ) { - if ( select && it.<a href="qlistviewitemiterator.html#current">current</a>()->text( 3 ).contains( sEMail-><a href="ntqlineedit.html#text">text</a>() ) ) + 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>() ) ) select = TRUE; else select = FALSE; diff --git a/doc/html/advanced.html b/doc/html/advanced.html index ebcdd8830..13d802ff4 100644 --- a/doc/html/advanced.html +++ b/doc/html/advanced.html @@ -35,9 +35,9 @@ body { background: #ffffff; color: black; } <p> These classes provide more complex user interface controls (widgets). <p> <p><table width="100%"> -<tr bgcolor=#f0f0f0><td><b><a href="qchecklistitem.html">TQCheckListItem</a></b><td>Checkable list view items -<tr bgcolor=#f0f0f0><td><b><a href="qchecktableitem.html">TQCheckTableItem</a></b><td>Checkboxes in TQTables -<tr bgcolor=#f0f0f0><td><b><a href="qcombotableitem.html">TQComboTableItem</a></b><td>Means of using comboboxes in TQTables +<tr bgcolor=#f0f0f0><td><b><a href="tqchecklistitem.html">TQCheckListItem</a></b><td>Checkable list view items +<tr bgcolor=#f0f0f0><td><b><a href="tqchecktableitem.html">TQCheckTableItem</a></b><td>Checkboxes in TQTables +<tr bgcolor=#f0f0f0><td><b><a href="tqcombotableitem.html">TQComboTableItem</a></b><td>Means of using comboboxes in TQTables <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 diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 4c28b00de..801d0a422 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -78,9 +78,9 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqcanvasview.html">TQCanvasView</a></b><td>On-screen view of a TQCanvas <tr bgcolor=#f0f0f0><td><b><a href="tqchar.html">TQChar</a></b><td>Lightweight Unicode character <tr bgcolor=#f0f0f0><td><b><a href="tqcharref.html">TQCharRef</a></b><td>Helper class for TQString -<tr bgcolor=#f0f0f0><td><b><a href="ntqcheckbox.html">TQCheckBox</a></b><td>Checkbox with a text label -<tr bgcolor=#f0f0f0><td><b><a href="qchecklistitem.html">TQCheckListItem</a></b><td>Checkable list view items -<tr bgcolor=#f0f0f0><td><b><a href="qchecktableitem.html">TQCheckTableItem</a></b><td>Checkboxes in TQTables +<tr bgcolor=#f0f0f0><td><b><a href="tqcheckbox.html">TQCheckBox</a></b><td>Checkbox with a text label +<tr bgcolor=#f0f0f0><td><b><a href="tqchecklistitem.html">TQCheckListItem</a></b><td>Checkable list view items +<tr bgcolor=#f0f0f0><td><b><a href="tqchecktableitem.html">TQCheckTableItem</a></b><td>Checkboxes in TQTables <tr bgcolor=#f0f0f0><td><b><a href="qchildevent.html">TQChildEvent</a></b><td>Event parameters for child object events <tr bgcolor=#f0f0f0><td><b><a href="tqclipboard.html">TQClipboard</a></b><td>Access to the window system clipboard <tr bgcolor=#f0f0f0><td><b><a href="qcloseevent.html">TQCloseEvent</a></b><td>Parameters that describe a close event @@ -88,8 +88,8 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqcolordialog.html">TQColorDialog</a></b><td>Dialog widget for specifying colors <tr bgcolor=#f0f0f0><td><b><a href="tqcolordrag.html">TQColorDrag</a></b><td>Drag and drop object for transferring colors <tr bgcolor=#f0f0f0><td><b><a href="tqcolorgroup.html">TQColorGroup</a></b><td>Group of widget colors -<tr bgcolor=#f0f0f0><td><b><a href="ntqcombobox.html">TQComboBox</a></b><td>Combined button and popup list -<tr bgcolor=#f0f0f0><td><b><a href="qcombotableitem.html">TQComboTableItem</a></b><td>Means of using comboboxes in TQTables +<tr bgcolor=#f0f0f0><td><b><a href="tqcombobox.html">TQComboBox</a></b><td>Combined button and popup list +<tr bgcolor=#f0f0f0><td><b><a href="tqcombotableitem.html">TQComboTableItem</a></b><td>Means of using comboboxes in TQTables <tr bgcolor=#f0f0f0><td><b><a href="ntqcommonstyle.html">TQCommonStyle</a></b><td>Encapsulates the common Look and Feel of a GUI <tr bgcolor=#f0f0f0><td><b><a href="tqconststring.html">TQConstString</a></b><td>String objects using constant Unicode data <tr bgcolor=#f0f0f0><td><b><a href="qcontextmenuevent.html">TQContextMenuEvent</a></b><td>Parameters that describe a context menu event @@ -107,8 +107,8 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqdatetimeeditbase.html">TQDateTimeEditBase</a></b><td>Abstraction for date and edit editors <tr bgcolor=#f0f0f0><td><b><a href="tqdeepcopy.html">TQDeepCopy</a></b><td>Template class which ensures that <a href="shclass.html#implicitly-shared">implicitly shared</a> and <a href="shclass.html#explicitly-shared">explicitly shared</a> classes reference unique data <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="ntqdial.html">TQDial</a></b><td>Rounded range control (like a speedometer or potentiometer) -<tr bgcolor=#f0f0f0><td><b><a href="ntqdialog.html">TQDialog</a></b><td>The base class of dialog windows +<tr bgcolor=#f0f0f0><td><b><a href="tqdial.html">TQDial</a></b><td>Rounded range control (like a speedometer or potentiometer) +<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="tqdict.html">TQDict</a></b><td>Template class that provides a dictionary based on TQString keys <tr bgcolor=#f0f0f0><td><b><a href="tqdictiterator.html">TQDictIterator</a></b><td>Iterator for TQDict collections <tr bgcolor=#f0f0f0><td><b><a href="tqdir.html">TQDir</a></b><td>Access to directory structures and their contents in a platform-independent way @@ -210,13 +210,13 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqjiscodec.html">TQJisCodec</a></b><td>Conversion to and from JIS character sets <tr bgcolor=#f0f0f0><td><b><a href="qkeyevent.html">TQKeyEvent</a></b><td>Describes a key event <tr bgcolor=#f0f0f0><td><b><a href="ntqkeysequence.html">TQKeySequence</a></b><td>Encapsulates a key sequence as used by accelerators -<tr bgcolor=#f0f0f0><td><b><a href="ntqlcdnumber.html">TQLCDNumber</a></b><td>Displays a number with LCD-like digits +<tr bgcolor=#f0f0f0><td><b><a href="tqlcdnumber.html">TQLCDNumber</a></b><td>Displays a number with LCD-like digits <tr bgcolor=#f0f0f0><td><b><a href="tqlabel.html">TQLabel</a></b><td>Text or image display <tr bgcolor=#f0f0f0><td><b><a href="ntqlayout.html">TQLayout</a></b><td>The base class of geometry managers <tr bgcolor=#f0f0f0><td><b><a href="qlayoutitem.html">TQLayoutItem</a></b><td>Abstract item that a TQLayout manipulates <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="ntqlineedit.html">TQLineEdit</a></b><td>One-line text editor +<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 @@ -287,8 +287,8 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqptrqueue.html">TQPtrQueue</a></b><td>Template class that provides a queue <tr bgcolor=#f0f0f0><td><b><a href="tqptrstack.html">TQPtrStack</a></b><td>Template class that provides a stack <tr bgcolor=#f0f0f0><td><b><a href="tqptrvector.html">TQPtrVector</a></b><td>Template collection class that provides a vector (array) -<tr bgcolor=#f0f0f0><td><b><a href="ntqpushbutton.html">TQPushButton</a></b><td>Command button -<tr bgcolor=#f0f0f0><td><b><a href="ntqradiobutton.html">TQRadioButton</a></b><td>Radio button with a text or pixmap label +<tr bgcolor=#f0f0f0><td><b><a href="tqpushbutton.html">TQPushButton</a></b><td>Command button +<tr bgcolor=#f0f0f0><td><b><a href="tqradiobutton.html">TQRadioButton</a></b><td>Radio button with a text or pixmap label <tr bgcolor=#f0f0f0><td><b><a href="ntqrangecontrol.html">TQRangeControl</a></b><td>Integer value within a range <tr bgcolor=#f0f0f0><td><b><a href="tqrect.html">TQRect</a></b><td>Defines a rectangle in the plane <tr bgcolor=#f0f0f0><td><b><a href="tqregexp.html">TQRegExp</a></b><td>Pattern matching using regular expressions @@ -296,8 +296,8 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqregion.html">TQRegion</a></b><td>Clip region for a painter <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="ntqsgistyle.html">TQSGIStyle</a></b><td>SGI/Irix look and feel -<tr bgcolor=#f0f0f0><td><b><a href="ntqscrollbar.html">TQScrollBar</a></b><td>Vertical or horizontal scroll bar -<tr bgcolor=#f0f0f0><td><b><a href="ntqscrollview.html">TQScrollView</a></b><td>Scrolling area with on-demand scroll bars +<tr bgcolor=#f0f0f0><td><b><a href="tqscrollbar.html">TQScrollBar</a></b><td>Vertical or horizontal scroll bar +<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="tqsemaphore.html">TQSemaphore</a></b><td>Robust integer semaphore <tr bgcolor=#f0f0f0><td><b><a href="tqserversocket.html">TQServerSocket</a></b><td>TCP-based server <tr bgcolor=#f0f0f0><td><b><a href="tqsessionmanager.html">TQSessionManager</a></b><td>Access to the session manager @@ -310,13 +310,13 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqsizegrip.html">TQSizeGrip</a></b><td>Corner-grip for resizing a top-level window <tr bgcolor=#f0f0f0><td><b><a href="tqsizepolicy.html">TQSizePolicy</a></b><td>Layout attribute describing horizontal and vertical resizing policy <tr bgcolor=#f0f0f0><td><b><a href="tqsjiscodec.html">TQSjisCodec</a></b><td>Conversion to and from Shift-JIS -<tr bgcolor=#f0f0f0><td><b><a href="ntqslider.html">TQSlider</a></b><td>Vertical or horizontal slider +<tr bgcolor=#f0f0f0><td><b><a href="tqslider.html">TQSlider</a></b><td>Vertical or horizontal slider <tr bgcolor=#f0f0f0><td><b><a href="tqsocket.html">TQSocket</a></b><td>Buffered TCP connection <tr bgcolor=#f0f0f0><td><b><a href="tqsocketdevice.html">TQSocketDevice</a></b><td>Platform-independent low-level socket API <tr bgcolor=#f0f0f0><td><b><a href="tqsocketnotifier.html">TQSocketNotifier</a></b><td>Support for socket callbacks <tr bgcolor=#f0f0f0><td><b><a href="ntqsound.html">TQSound</a></b><td>Access to the platform audio facilities <tr bgcolor=#f0f0f0><td><b><a href="qspaceritem.html">TQSpacerItem</a></b><td>Blank space in a layout -<tr bgcolor=#f0f0f0><td><b><a href="ntqspinbox.html">TQSpinBox</a></b><td>Spin box widget (spin button) +<tr bgcolor=#f0f0f0><td><b><a href="tqspinbox.html">TQSpinBox</a></b><td>Spin box widget (spin button) <tr bgcolor=#f0f0f0><td><b><a href="ntqsplashscreen.html">TQSplashScreen</a></b><td>Splash screen that can be shown during application startup <tr bgcolor=#f0f0f0><td><b><a href="ntqsplitter.html">TQSplitter</a></b><td>Implements a splitter widget <tr bgcolor=#f0f0f0><td><b><a href="tqsql.html">TQSql</a></b><td>Namespace for TQt SQL identifiers that need to be global-like diff --git a/doc/html/basic.html b/doc/html/basic.html index f8497d5e1..8e7e7cfae 100644 --- a/doc/html/basic.html +++ b/doc/html/basic.html @@ -40,19 +40,19 @@ widgets.</a> <p><table width="100%"> <tr bgcolor=#f0f0f0><td><b><a href="tqaction.html">TQAction</a></b><td>Abstract user interface action that can appear both in menus and tool bars <tr bgcolor=#f0f0f0><td><b><a href="tqactiongroup.html">TQActionGroup</a></b><td>Groups actions together -<tr bgcolor=#f0f0f0><td><b><a href="ntqcheckbox.html">TQCheckBox</a></b><td>Checkbox with a text label -<tr bgcolor=#f0f0f0><td><b><a href="ntqcombobox.html">TQComboBox</a></b><td>Combined button and popup list -<tr bgcolor=#f0f0f0><td><b><a href="ntqdial.html">TQDial</a></b><td>Rounded range control (like a speedometer or potentiometer) +<tr bgcolor=#f0f0f0><td><b><a href="tqcheckbox.html">TQCheckBox</a></b><td>Checkbox with a text label +<tr bgcolor=#f0f0f0><td><b><a href="tqcombobox.html">TQComboBox</a></b><td>Combined button and popup list +<tr bgcolor=#f0f0f0><td><b><a href="tqdial.html">TQDial</a></b><td>Rounded range control (like a speedometer or potentiometer) <tr bgcolor=#f0f0f0><td><b><a href="tqlabel.html">TQLabel</a></b><td>Text or image display -<tr bgcolor=#f0f0f0><td><b><a href="ntqlcdnumber.html">TQLCDNumber</a></b><td>Displays a number with LCD-like digits -<tr bgcolor=#f0f0f0><td><b><a href="ntqlineedit.html">TQLineEdit</a></b><td>One-line text editor +<tr bgcolor=#f0f0f0><td><b><a href="tqlcdnumber.html">TQLCDNumber</a></b><td>Displays a number with LCD-like digits +<tr bgcolor=#f0f0f0><td><b><a href="tqlineedit.html">TQLineEdit</a></b><td>One-line text editor <tr bgcolor=#f0f0f0><td><b><a href="tqpopupmenu.html">TQPopupMenu</a></b><td>Popup menu widget -<tr bgcolor=#f0f0f0><td><b><a href="ntqpushbutton.html">TQPushButton</a></b><td>Command button -<tr bgcolor=#f0f0f0><td><b><a href="ntqradiobutton.html">TQRadioButton</a></b><td>Radio button with a text or pixmap label -<tr bgcolor=#f0f0f0><td><b><a href="ntqscrollbar.html">TQScrollBar</a></b><td>Vertical or horizontal scroll bar +<tr bgcolor=#f0f0f0><td><b><a href="tqpushbutton.html">TQPushButton</a></b><td>Command button +<tr bgcolor=#f0f0f0><td><b><a href="tqradiobutton.html">TQRadioButton</a></b><td>Radio button with a text or pixmap label +<tr bgcolor=#f0f0f0><td><b><a href="tqscrollbar.html">TQScrollBar</a></b><td>Vertical or horizontal scroll bar <tr bgcolor=#f0f0f0><td><b><a href="tqsizegrip.html">TQSizeGrip</a></b><td>Corner-grip for resizing a top-level window -<tr bgcolor=#f0f0f0><td><b><a href="ntqslider.html">TQSlider</a></b><td>Vertical or horizontal slider -<tr bgcolor=#f0f0f0><td><b><a href="ntqspinbox.html">TQSpinBox</a></b><td>Spin box widget (spin button) +<tr bgcolor=#f0f0f0><td><b><a href="tqslider.html">TQSlider</a></b><td>Vertical or horizontal slider +<tr bgcolor=#f0f0f0><td><b><a href="tqspinbox.html">TQSpinBox</a></b><td>Spin box widget (spin button) <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="tqtextedit.html">TQTextEdit</a></b><td>Powerful single-page rich text editor <tr bgcolor=#f0f0f0><td><b><a href="tqtoolbutton.html">TQToolButton</a></b><td>Quick-access button to commands or options, usually used inside a TQToolBar diff --git a/doc/html/buttongroups-example.html b/doc/html/buttongroups-example.html index c9b50d912..5f9937544 100644 --- a/doc/html/buttongroups-example.html +++ b/doc/html/buttongroups-example.html @@ -63,8 +63,8 @@ public: ButtonsGroups( <a href="tqwidget.html">TQWidget</a> *parent = 0, const char *name = 0 ); protected: - <a href="ntqcheckbox.html">TQCheckBox</a> *state; - <a href="ntqradiobutton.html">TQRadioButton</a> *rb21, *rb22, *rb23; + <a href="tqcheckbox.html">TQCheckBox</a> *state; + <a href="tqradiobutton.html">TQRadioButton</a> *rb21, *rb22, *rb23; protected slots: void slotChangeGrp3State(); @@ -91,10 +91,10 @@ protected slots: #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> -#include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> -#include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> +#include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> +#include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="qgroupbox-h.html">ntqgroupbox.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> /* * Constructor @@ -118,10 +118,10 @@ protected slots: <a name="x549"></a> bgrp1-><a href="ntqbuttongroup.html#setExclusive">setExclusive</a>( TRUE ); // insert 3 radiobuttons - <a href="ntqradiobutton.html">TQRadioButton</a> *rb11 = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&Radiobutton 1", bgrp1 ); -<a name="x559"></a> rb11-><a href="ntqradiobutton.html#setChecked">setChecked</a>( TRUE ); - (void)new <a href="ntqradiobutton.html">TQRadioButton</a>( "R&adiobutton 2", bgrp1 ); - (void)new <a href="ntqradiobutton.html">TQRadioButton</a>( "Ra&diobutton 3", bgrp1 ); + <a href="tqradiobutton.html">TQRadioButton</a> *rb11 = new <a href="tqradiobutton.html">TQRadioButton</a>( "&Radiobutton 1", bgrp1 ); +<a name="x559"></a> rb11-><a href="tqradiobutton.html#setChecked">setChecked</a>( TRUE ); + (void)new <a href="tqradiobutton.html">TQRadioButton</a>( "R&adiobutton 2", bgrp1 ); + (void)new <a href="tqradiobutton.html">TQRadioButton</a>( "Ra&diobutton 3", bgrp1 ); // ------- second group @@ -131,12 +131,12 @@ protected slots: bgrp2-><a href="ntqbuttongroup.html#setExclusive">setExclusive</a>( FALSE ); // insert 3 checkboxes - (void)new <a href="ntqcheckbox.html">TQCheckBox</a>( "&Checkbox 1", bgrp2 ); - <a href="ntqcheckbox.html">TQCheckBox</a> *cb12 = new <a href="ntqcheckbox.html">TQCheckBox</a>( "C&heckbox 2", bgrp2 ); -<a name="x552"></a> cb12-><a href="ntqcheckbox.html#setChecked">setChecked</a>( TRUE ); - <a href="ntqcheckbox.html">TQCheckBox</a> *cb13 = new <a href="ntqcheckbox.html">TQCheckBox</a>( "Triple &State Button", bgrp2 ); -<a name="x553"></a> cb13-><a href="ntqcheckbox.html#setTristate">setTristate</a>( TRUE ); - cb13-><a href="ntqcheckbox.html#setChecked">setChecked</a>( TRUE ); + (void)new <a href="tqcheckbox.html">TQCheckBox</a>( "&Checkbox 1", bgrp2 ); + <a href="tqcheckbox.html">TQCheckBox</a> *cb12 = new <a href="tqcheckbox.html">TQCheckBox</a>( "C&heckbox 2", bgrp2 ); +<a name="x552"></a> cb12-><a href="tqcheckbox.html#setChecked">setChecked</a>( TRUE ); + <a href="tqcheckbox.html">TQCheckBox</a> *cb13 = new <a href="tqcheckbox.html">TQCheckBox</a>( "Triple &State Button", bgrp2 ); +<a name="x553"></a> cb13-><a href="tqcheckbox.html#setTristate">setTristate</a>( TRUE ); + cb13-><a href="tqcheckbox.html#setChecked">setChecked</a>( TRUE ); // ------------ third group @@ -146,14 +146,14 @@ protected slots: <a name="x550"></a> bgrp3-><a href="ntqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>( TRUE ); // insert three radiobuttons - rb21 = new <a href="ntqradiobutton.html">TQRadioButton</a>( "Rad&iobutton 1", bgrp3 ); - rb22 = new <a href="ntqradiobutton.html">TQRadioButton</a>( "Radi&obutton 2", bgrp3 ); - rb23 = new <a href="ntqradiobutton.html">TQRadioButton</a>( "Radio&button 3", bgrp3 ); - rb23-><a href="ntqradiobutton.html#setChecked">setChecked</a>( TRUE ); + rb21 = new <a href="tqradiobutton.html">TQRadioButton</a>( "Rad&iobutton 1", bgrp3 ); + rb22 = new <a href="tqradiobutton.html">TQRadioButton</a>( "Radi&obutton 2", bgrp3 ); + rb23 = new <a href="tqradiobutton.html">TQRadioButton</a>( "Radio&button 3", bgrp3 ); + rb23-><a href="tqradiobutton.html#setChecked">setChecked</a>( TRUE ); // insert a checkbox... - state = new <a href="ntqcheckbox.html">TQCheckBox</a>( "E&nable Radiobuttons", bgrp3 ); - state-><a href="ntqcheckbox.html#setChecked">setChecked</a>( TRUE ); + 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() ) ); @@ -164,25 +164,25 @@ protected slots: box2-><a href="qboxlayout.html#addWidget">addWidget</a>( bgrp4 ); // insert four pushbuttons... - (void)new <a href="ntqpushbutton.html">TQPushButton</a>( "&Push Button", bgrp4, "push" ); + (void)new <a href="tqpushbutton.html">TQPushButton</a>( "&Push Button", bgrp4, "push" ); // now make the second one a toggle button - <a href="ntqpushbutton.html">TQPushButton</a> *tb2 = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Toggle Button", bgrp4, "toggle" ); -<a name="x558"></a> tb2-><a href="ntqpushbutton.html#setToggleButton">setToggleButton</a>( TRUE ); -<a name="x556"></a> tb2-><a href="ntqpushbutton.html#setOn">setOn</a>( TRUE ); + <a href="tqpushbutton.html">TQPushButton</a> *tb2 = new <a href="tqpushbutton.html">TQPushButton</a>( "&Toggle Button", bgrp4, "toggle" ); +<a name="x558"></a> tb2-><a href="tqpushbutton.html#setToggleButton">setToggleButton</a>( TRUE ); +<a name="x556"></a> tb2-><a href="tqpushbutton.html#setOn">setOn</a>( TRUE ); // ... and make the third one a flat button - <a href="ntqpushbutton.html">TQPushButton</a> *tb3 = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Flat Button", bgrp4, "flat" ); -<a name="x555"></a> tb3-><a href="ntqpushbutton.html#setFlat">setFlat</a>(TRUE); + <a href="tqpushbutton.html">TQPushButton</a> *tb3 = new <a href="tqpushbutton.html">TQPushButton</a>( "&Flat Button", bgrp4, "flat" ); +<a name="x555"></a> tb3-><a href="tqpushbutton.html#setFlat">setFlat</a>(TRUE); // .. and the fourth a button with a menu - <a href="ntqpushbutton.html">TQPushButton</a> *tb4 = new <a href="ntqpushbutton.html">TQPushButton</a>( "Popup Button", bgrp4, "popup" ); + <a href="tqpushbutton.html">TQPushButton</a> *tb4 = new <a href="tqpushbutton.html">TQPushButton</a>( "Popup Button", bgrp4, "popup" ); <a href="tqpopupmenu.html">TQPopupMenu</a> *menu = new <a href="tqpopupmenu.html">TQPopupMenu</a>(tb4); menu-><a href="tqmenudata.html#insertItem">insertItem</a>("Item1", 0); menu-><a href="tqmenudata.html#insertItem">insertItem</a>("Item2", 1); menu-><a href="tqmenudata.html#insertItem">insertItem</a>("Item3", 2); menu-><a href="tqmenudata.html#insertItem">insertItem</a>("Item4", 3); -<a name="x557"></a> tb4-><a href="ntqpushbutton.html#setPopup">setPopup</a>(menu); +<a name="x557"></a> tb4-><a href="tqpushbutton.html#setPopup">setPopup</a>(menu); } /* @@ -193,9 +193,9 @@ protected slots: void <a name="f262"></a>ButtonsGroups::slotChangeGrp3State() { -<a name="x560"></a><a name="x551"></a> rb21-><a href="tqwidget.html#setEnabled">setEnabled</a>( state-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ); - rb22-><a href="tqwidget.html#setEnabled">setEnabled</a>( state-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ); - rb23-><a href="tqwidget.html#setEnabled">setEnabled</a>( state-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ); +<a name="x560"></a><a name="x551"></a> rb21-><a href="tqwidget.html#setEnabled">setEnabled</a>( state-><a href="tqcheckbox.html#isChecked">isChecked</a>() ); + rb22-><a href="tqwidget.html#setEnabled">setEnabled</a>( state-><a href="tqcheckbox.html#isChecked">isChecked</a>() ); + rb23-><a href="tqwidget.html#setEnabled">setEnabled</a>( state-><a href="tqcheckbox.html#isChecked">isChecked</a>() ); } </pre> diff --git a/doc/html/canvas-chart-example.html b/doc/html/canvas-chart-example.html index fd831b302..6696123fa 100644 --- a/doc/html/canvas-chart-example.html +++ b/doc/html/canvas-chart-example.html @@ -251,7 +251,7 @@ private: #include <<a href="tqaction-h.html">tqaction.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> @@ -261,9 +261,9 @@ private: #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqprinter-h.html">tqprinter.h</a>> -#include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> +#include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> #include <<a href="tqsettings-h.html">tqsettings.h</a>> -#include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +#include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> #include <<a href="tqtoolbar-h.html">tqtoolbar.h</a>> #include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>> @@ -669,7 +669,7 @@ void <a name="f606"></a>ChartForm::saveOptions() void <a name="f607"></a>ChartForm::optionsSetData() { SetDataForm *setDataForm = new SetDataForm( &m_elements, m_decimalPlaces, this ); -<a name="x2877"></a> if ( setDataForm-><a href="ntqdialog.html#exec">exec</a>() ) { +<a name="x2877"></a> if ( setDataForm-><a href="tqdialog.html#exec">exec</a>() ) { m_changed = TRUE; drawElements(); } @@ -738,7 +738,7 @@ void <a name="f611"></a>ChartForm::optionsSetOptions() break; } optionsForm->decimalPlacesSpinBox->setValue( m_decimalPlaces ); - if ( optionsForm-><a href="ntqdialog.html#exec">exec</a>() ) { + if ( optionsForm-><a href="tqdialog.html#exec">exec</a>() ) { setChartType( ChartType( optionsForm->chartTypeComboBox->currentItem()) ); <a name="x2897"></a> m_font = optionsForm-><a href="tqwidget.html#font">font</a>(); diff --git a/doc/html/canvas-example.html b/doc/html/canvas-example.html index bc98e34e0..fab7117ff 100644 --- a/doc/html/canvas-example.html +++ b/doc/html/canvas-example.html @@ -291,7 +291,7 @@ void NodeItem::<a href="tqcanvasitem.html#moveBy">moveBy</a>(double dx, double d { } -<a name="x2951"></a>void FigureEditor::<a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>(TQMouseEvent* e) +<a name="x2951"></a>void FigureEditor::<a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>(TQMouseEvent* e) { <a href="tqpoint.html">TQPoint</a> p = inverseWorldMatrix().map(e->pos()); <a href="tqcanvasitemlist.html">TQCanvasItemList</a> l=<a href="tqcanvasitem.html#canvas">canvas</a>()->collisions(p); @@ -318,7 +318,7 @@ void <a name="f622"></a>FigureEditor::clear() } } -<a name="x2950"></a>void FigureEditor::<a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>(TQMouseEvent* e) +<a name="x2950"></a>void FigureEditor::<a href="tqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>(TQMouseEvent* e) { if ( moving ) { <a href="tqpoint.html">TQPoint</a> p = inverseWorldMatrix().map(e->pos()); diff --git a/doc/html/chart-canvasview-cpp.html b/doc/html/chart-canvasview-cpp.html index e2866885b..3d5759a2c 100644 --- a/doc/html/chart-canvasview-cpp.html +++ b/doc/html/chart-canvasview-cpp.html @@ -41,20 +41,20 @@ body { background: #ffffff; color: black; } #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> -void CanvasView::<a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>( <a href="qcontextmenuevent.html">TQContextMenuEvent</a> * ) +void CanvasView::<a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>( <a href="qcontextmenuevent.html">TQContextMenuEvent</a> * ) { ((ChartForm*)<a href="tqobject.html#parent">parent</a>())->optionsMenu->exec( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ); } -void CanvasView::<a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>( <a href="qresizeevent.html">TQResizeEvent</a> *e ) +void CanvasView::<a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>( <a href="qresizeevent.html">TQResizeEvent</a> *e ) { <a href="tqcanvasview.html#canvas">canvas</a>()->resize( e-><a href="qresizeevent.html#size">size</a>().width(), e-><a href="qresizeevent.html#size">size</a>().height() ); ((ChartForm*)<a href="tqobject.html#parent">parent</a>())->drawElements(); } -void CanvasView::<a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> *e ) +void CanvasView::<a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> *e ) { <a href="tqcanvasitemlist.html">TQCanvasItemList</a> list = <a href="tqcanvasview.html#canvas">canvas</a>()->collisions( e-><a href="qmouseevent.html#pos">pos</a>() ); for ( TQCanvasItemList::iterator it = list.<a href="tqvaluelist.html#begin">begin</a>(); it != list.<a href="tqvaluelist.html#end">end</a>(); ++it ) @@ -67,7 +67,7 @@ void CanvasView::<a href="ntqscrollview.html#contentsMousePressEvent">contentsMo } -void CanvasView::<a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> *e ) +void CanvasView::<a href="tqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> *e ) { if ( m_movingItem ) { <a href="tqpoint.html">TQPoint</a> offset = e-><a href="qmouseevent.html#pos">pos</a>() - m_pos; diff --git a/doc/html/chart-chartform-cpp.html b/doc/html/chart-chartform-cpp.html index 1191d01e4..21429cc8b 100644 --- a/doc/html/chart-chartform-cpp.html +++ b/doc/html/chart-chartform-cpp.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } #include <<a href="tqaction-h.html">tqaction.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> @@ -49,9 +49,9 @@ body { background: #ffffff; color: black; } #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqprinter-h.html">tqprinter.h</a>> -#include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> +#include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> #include <<a href="tqsettings-h.html">tqsettings.h</a>> -#include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +#include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> #include <<a href="tqtoolbar-h.html">tqtoolbar.h</a>> #include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>> @@ -457,7 +457,7 @@ void <a name="f158"></a>ChartForm::saveOptions() void <a name="f159"></a>ChartForm::optionsSetData() { SetDataForm *setDataForm = new SetDataForm( &m_elements, m_decimalPlaces, this ); -<a name="x2877"></a> if ( setDataForm-><a href="ntqdialog.html#exec">exec</a>() ) { +<a name="x2877"></a> if ( setDataForm-><a href="tqdialog.html#exec">exec</a>() ) { m_changed = TRUE; drawElements(); } @@ -526,7 +526,7 @@ void <a name="f163"></a>ChartForm::optionsSetOptions() break; } optionsForm->decimalPlacesSpinBox->setValue( m_decimalPlaces ); - if ( optionsForm-><a href="ntqdialog.html#exec">exec</a>() ) { + if ( optionsForm-><a href="tqdialog.html#exec">exec</a>() ) { setChartType( ChartType( optionsForm->chartTypeComboBox->currentItem()) ); <a name="x2897"></a> m_font = optionsForm-><a href="tqwidget.html#font">font</a>(); diff --git a/doc/html/chart-optionsform-cpp.html b/doc/html/chart-optionsform-cpp.html index a38061851..2cbe58572 100644 --- a/doc/html/chart-optionsform-cpp.html +++ b/doc/html/chart-optionsform-cpp.html @@ -35,15 +35,15 @@ body { background: #ffffff; color: black; } <pre>#include "optionsform.h" #include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.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="tqimage-h.html">tqimage.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> -#include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> +#include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include "images/options_horizontalbarchart.xpm" #include "images/options_piechart.xpm" @@ -52,7 +52,7 @@ body { background: #ffffff; color: black; } <a name="f176"></a>OptionsForm::OptionsForm( <a href="tqwidget.html">TQWidget</a>* parent, const char* name, bool modal, WFlags f ) - : <a href="ntqdialog.html">TQDialog</a>( parent, name, modal, f ) + : <a href="tqdialog.html">TQDialog</a>( parent, name, modal, f ) { <a href="tqwidget.html#setCaption">setCaption</a>( "Chart -- Options" ); <a href="tqwidget.html#resize">resize</a>( 320, 290 ); @@ -64,18 +64,18 @@ body { background: #ffffff; color: black; } chartTypeTextLabel = new <a href="tqlabel.html">TQLabel</a>( "&Chart Type", this ); chartTypeLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( chartTypeTextLabel ); - chartTypeComboBox = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, this ); - chartTypeComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_piechart ), "Pie Chart" ); - chartTypeComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_verticalbarchart ), + chartTypeComboBox = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, this ); + chartTypeComboBox-><a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_piechart ), "Pie Chart" ); + chartTypeComboBox-><a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_verticalbarchart ), "Vertical Bar Chart" ); - chartTypeComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_horizontalbarchart ), + chartTypeComboBox-><a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_horizontalbarchart ), "Horizontal Bar Chart" ); chartTypeLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( chartTypeComboBox ); optionsFormLayout-><a href="qboxlayout.html#addLayout">addLayout</a>( chartTypeLayout ); fontLayout = new <a href="qhboxlayout.html">TQHBoxLayout</a>( 0, 0, 6 ); - fontPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Font...", this ); + fontPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( "&Font...", this ); fontLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( fontPushButton ); <a href="qspaceritem.html">TQSpacerItem</a>* spacer = new <a href="qspaceritem.html">TQSpacerItem</a>( 0, 0, TQSizePolicy::Expanding, @@ -99,14 +99,14 @@ body { background: #ffffff; color: black; } addValuesButtonGroup-><a href="tqwidget.html#layout">layout</a>() ); addValuesButtonGroupLayout-><a href="qlayoutitem.html#setAlignment">setAlignment</a>( TQt::AlignTop ); - noRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&No", addValuesButtonGroup ); - noRadioButton-><a href="ntqradiobutton.html#setChecked">setChecked</a>( TRUE ); + noRadioButton = new <a href="tqradiobutton.html">TQRadioButton</a>( "&No", addValuesButtonGroup ); + noRadioButton-><a href="tqradiobutton.html#setChecked">setChecked</a>( TRUE ); addValuesButtonGroupLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( noRadioButton ); - yesRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&Yes", addValuesButtonGroup ); + yesRadioButton = new <a href="tqradiobutton.html">TQRadioButton</a>( "&Yes", addValuesButtonGroup ); addValuesButtonGroupLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( yesRadioButton ); - asPercentageRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "As &Percentage", + asPercentageRadioButton = new <a href="tqradiobutton.html">TQRadioButton</a>( "As &Percentage", addValuesButtonGroup ); addValuesButtonGroupLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( asPercentageRadioButton ); addValuesFrameLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( addValuesButtonGroup ); @@ -116,9 +116,9 @@ body { background: #ffffff; color: black; } decimalPlacesTextLabel = new <a href="tqlabel.html">TQLabel</a>( "&Decimal Places", addValuesFrame ); decimalPlacesLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( decimalPlacesTextLabel ); - decimalPlacesSpinBox = new <a href="ntqspinbox.html">TQSpinBox</a>( addValuesFrame ); - decimalPlacesSpinBox-><a href="ntqspinbox.html#setMinValue">setMinValue</a>( 0 ); - decimalPlacesSpinBox-><a href="ntqspinbox.html#setMaxValue">setMaxValue</a>( 9 ); + decimalPlacesSpinBox = new <a href="tqspinbox.html">TQSpinBox</a>( addValuesFrame ); + decimalPlacesSpinBox-><a href="tqspinbox.html#setMinValue">setMinValue</a>( 0 ); + decimalPlacesSpinBox-><a href="tqspinbox.html#setMaxValue">setMaxValue</a>( 9 ); decimalPlacesLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( decimalPlacesSpinBox ); addValuesFrameLayout-><a href="qboxlayout.html#addLayout">addLayout</a>( decimalPlacesLayout ); @@ -130,17 +130,17 @@ body { background: #ffffff; color: black; } TQSizePolicy::Expanding, TQSizePolicy::Minimum ); buttonsLayout-><a href="qboxlayout.html#addItem">addItem</a>( spacer ); - okPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "OK", this ); - okPushButton-><a href="ntqpushbutton.html#setDefault">setDefault</a>( TRUE ); + okPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( "OK", this ); + okPushButton-><a href="tqpushbutton.html#setDefault">setDefault</a>( TRUE ); buttonsLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( okPushButton ); - cancelPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Cancel", this ); + cancelPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( "Cancel", this ); 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="ntqdialog.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="ntqdialog.html#reject">reject</a>() ) ); + <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>() ) ); 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 bec50c913..04cbcc141 100644 --- a/doc/html/chart-optionsform-h.html +++ b/doc/html/chart-optionsform-h.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <pre>#ifndef OPTIONSFORM_H #define OPTIONSFORM_H -#include <<a href="qdialog-h.html">ntqdialog.h</a>> +#include <<a href="tqdialog-h.html">tqdialog.h</a>> class TQButtonGroup; class TQComboBox; @@ -49,7 +49,7 @@ class TQSpinBox; class TQVBoxLayout; -class OptionsForm : public <a href="ntqdialog.html">TQDialog</a> +class OptionsForm : public <a href="tqdialog.html">TQDialog</a> { TQ_OBJECT public: @@ -61,18 +61,18 @@ public: void setFont( <a href="tqfont.html">TQFont</a> font ); <a href="tqlabel.html">TQLabel</a> *chartTypeTextLabel; - <a href="ntqcombobox.html">TQComboBox</a> *chartTypeComboBox; - <a href="ntqpushbutton.html">TQPushButton</a> *fontPushButton; + <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="ntqradiobutton.html">TQRadioButton</a> *noRadioButton; - <a href="ntqradiobutton.html">TQRadioButton</a> *yesRadioButton; - <a href="ntqradiobutton.html">TQRadioButton</a> *asPercentageRadioButton; + <a href="tqradiobutton.html">TQRadioButton</a> *noRadioButton; + <a href="tqradiobutton.html">TQRadioButton</a> *yesRadioButton; + <a href="tqradiobutton.html">TQRadioButton</a> *asPercentageRadioButton; <a href="tqlabel.html">TQLabel</a> *decimalPlacesTextLabel; - <a href="ntqspinbox.html">TQSpinBox</a> *decimalPlacesSpinBox; - <a href="ntqpushbutton.html">TQPushButton</a> *okPushButton; - <a href="ntqpushbutton.html">TQPushButton</a> *cancelPushButton; + <a href="tqspinbox.html">TQSpinBox</a> *decimalPlacesSpinBox; + <a href="tqpushbutton.html">TQPushButton</a> *okPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *cancelPushButton; protected slots: void chooseFont(); diff --git a/doc/html/chart-setdataform-cpp.html b/doc/html/chart-setdataform-cpp.html index 186ae6329..c181d80ee 100644 --- a/doc/html/chart-setdataform-cpp.html +++ b/doc/html/chart-setdataform-cpp.html @@ -36,10 +36,10 @@ body { background: #ffffff; color: black; } #include "chartform.h" #include <<a href="tqcolordialog-h.html">tqcolordialog.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="qtable-h.html">ntqtable.h</a>> #include "images/pattern01.xpm" @@ -63,7 +63,7 @@ const int MAX_PATTERNS = 14; <a name="f178"></a>SetDataForm::SetDataForm( ElementVector *elements, int decimalPlaces, <a href="tqwidget.html">TQWidget</a>* parent, const char* name, bool modal, WFlags f ) - : <a href="ntqdialog.html">TQDialog</a>( parent, name, modal, f ) + : <a href="tqdialog.html">TQDialog</a>( parent, name, modal, f ) { m_elements = elements; @@ -95,7 +95,7 @@ const int MAX_PATTERNS = 14; buttonBox = new <a href="qhboxlayout.html">TQHBoxLayout</a>( 0, 0, 6, "button box layout" ); - colorPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( this, "color button" ); + colorPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( this, "color button" ); colorPushButton-><a href="ntqbutton.html#setText">setText</a>( "&Color..." ); colorPushButton-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); buttonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( colorPushButton ); @@ -104,12 +104,12 @@ const int MAX_PATTERNS = 14; TQSizePolicy::Minimum ); buttonBox-><a href="qboxlayout.html#addItem">addItem</a>( spacer ); - okPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( this, "ok button" ); + okPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( this, "ok button" ); okPushButton-><a href="ntqbutton.html#setText">setText</a>( "OK" ); - okPushButton-><a href="ntqpushbutton.html#setDefault">setDefault</a>( TRUE ); + okPushButton-><a href="tqpushbutton.html#setDefault">setDefault</a>( TRUE ); buttonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( okPushButton ); - cancelPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( this, "cancel button" ); + 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 ); buttonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( cancelPushButton ); @@ -123,8 +123,8 @@ const int MAX_PATTERNS = 14; <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.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="ntqdialog.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="ntqdialog.html#reject">reject</a>() ) ); + <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>() ) ); TQPixmap patterns[MAX_PATTERNS]; patterns[0] = TQPixmap( pattern01 ); @@ -159,10 +159,10 @@ const int MAX_PATTERNS = 14; 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>() ); - <a href="ntqcombobox.html">TQComboBox</a> *combobox = new <a href="ntqcombobox.html">TQComboBox</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="ntqcombobox.html#insertItem">insertItem</a>( patterns[j] ); - combobox-><a href="ntqcombobox.html#setCurrentItem">setCurrentItem</a>( element.valuePattern() - 1 ); + 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="ntqtable.html#setText">setText</a>( i, 3, element.label() ); @@ -221,7 +221,7 @@ void SetDataForm::setColor( int row, int col ) } -void SetDataForm::<a href="ntqdialog.html#accept">accept</a>() +void SetDataForm::<a href="tqdialog.html#accept">accept</a>() { bool ok; for ( int i = 0; i < ChartForm::MAX_ELEMENTS; ++i ) { @@ -238,7 +238,7 @@ void SetDataForm::<a href="ntqdialog.html#accept">accept</a>() element.setLabelColor( TQColor( table-><a href="ntqtable.html#text">text</a>( i, 4 ) ) ); } - TQDialog::<a href="ntqdialog.html#accept">accept</a>(); + TQDialog::<a href="tqdialog.html#accept">accept</a>(); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/chart-setdataform-h.html b/doc/html/chart-setdataform-h.html index 25bdbae66..2d2514814 100644 --- a/doc/html/chart-setdataform-h.html +++ b/doc/html/chart-setdataform-h.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } #include "element.h" -#include <<a href="qdialog-h.html">ntqdialog.h</a>> +#include <<a href="tqdialog-h.html">tqdialog.h</a>> class TQHBoxLayout; class TQPushButton; @@ -45,7 +45,7 @@ class TQTable; class TQVBoxLayout; -class SetDataForm: public <a href="ntqdialog.html">TQDialog</a> +class SetDataForm: public <a href="tqdialog.html">TQDialog</a> { TQ_OBJECT public: @@ -65,9 +65,9 @@ protected slots: private: <a href="ntqtable.html">TQTable</a> *table; - <a href="ntqpushbutton.html">TQPushButton</a> *colorPushButton; - <a href="ntqpushbutton.html">TQPushButton</a> *okPushButton; - <a href="ntqpushbutton.html">TQPushButton</a> *cancelPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *colorPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *okPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *cancelPushButton; protected: <a href="qvboxlayout.html">TQVBoxLayout</a> *tableButtonBox; diff --git a/doc/html/checklists-example.html b/doc/html/checklists-example.html index 8c58cfa8d..40f7db55c 100644 --- a/doc/html/checklists-example.html +++ b/doc/html/checklists-example.html @@ -94,7 +94,7 @@ protected slots: #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqvaluelist-h.html">tqvaluelist.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> /* @@ -125,10 +125,10 @@ protected slots: // create a list with 4 ListViewItems which will be parent items of other ListViewItems <a href="tqvaluelist.html">TQValueList</a><TQListViewItem *> parentList; -<a name="x434"></a> parentList.<a href="tqvaluelist.html#append">append</a>( new <a href="qchecklistitem.html">TQCheckListItem</a>( lv1, "Parent Item 1", TQCheckListItem::CheckBoxController ) ); - parentList.<a href="tqvaluelist.html#append">append</a>( new <a href="qchecklistitem.html">TQCheckListItem</a>( lv1, "Parent Item 2", TQCheckListItem::CheckBoxController ) ); - parentList.<a href="tqvaluelist.html#append">append</a>( new <a href="qchecklistitem.html">TQCheckListItem</a>( lv1, "Parent Item 3", TQCheckListItem::CheckBoxController ) ); - parentList.<a href="tqvaluelist.html#append">append</a>( new <a href="qchecklistitem.html">TQCheckListItem</a>( lv1, "Parent Item 4", TQCheckListItem::CheckBoxController ) ); +<a name="x434"></a> parentList.<a href="tqvaluelist.html#append">append</a>( new <a href="tqchecklistitem.html">TQCheckListItem</a>( lv1, "Parent Item 1", TQCheckListItem::CheckBoxController ) ); + parentList.<a href="tqvaluelist.html#append">append</a>( new <a href="tqchecklistitem.html">TQCheckListItem</a>( lv1, "Parent Item 2", TQCheckListItem::CheckBoxController ) ); + 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; unsigned int num = 1; @@ -138,7 +138,7 @@ protected slots: item = *it; // ...and create 5 checkable child ListViewItems for each parent item for ( unsigned int i = 1; i <= 5; i++ ) - (void)new <a href="qchecklistitem.html">TQCheckListItem</a>( item, TQString( "%1. Child of Parent %2" ).arg( i ).arg( num ), TQCheckListItem::CheckBox ); + (void)new <a href="tqchecklistitem.html">TQCheckListItem</a>( item, TQString( "%1. Child of Parent %2" ).arg( i ).arg( num ), TQCheckListItem::CheckBox ); } // Create another widget for layouting @@ -146,7 +146,7 @@ protected slots: tmp-><a href="ntqlayout.html#setMargin">setMargin</a>( 5 ); // create a pushbutton - <a href="ntqpushbutton.html">TQPushButton</a> *copy1 = new <a href="ntqpushbutton.html">TQPushButton</a>( " -> ", this ); + <a href="tqpushbutton.html">TQPushButton</a> *copy1 = new <a href="tqpushbutton.html">TQPushButton</a>( " -> ", this ); 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() @@ -170,7 +170,7 @@ protected slots: tmp-><a href="ntqlayout.html#setMargin">setMargin</a>( 5 ); // create another pushbutton... - <a href="ntqpushbutton.html">TQPushButton</a> *copy2 = new <a href="ntqpushbutton.html">TQPushButton</a>( " -> ", this ); + <a href="tqpushbutton.html">TQPushButton</a> *copy2 = new <a href="tqpushbutton.html">TQPushButton</a>( " -> ", this ); 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 @@ -200,7 +200,7 @@ void <a name="f249"></a>CheckLists::copy1to2() // 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="qchecklistitem.html">TQCheckListItem</a> *item = new <a href="qchecklistitem.html">TQCheckListItem</a>( lv2, "Controller", TQCheckListItem::Controller ); + <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 ); // iterate through the first ListView... @@ -210,10 +210,10 @@ void <a name="f249"></a>CheckLists::copy1to2() // ...if the item is checked... if ( ( (TQCheckListItem*)it.<a href="qlistviewitemiterator.html#current">current</a>() )->isOn() ) // ...insert a Radio-ListViewItem with the same text into the second ListView - (void)new <a href="qchecklistitem.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="qlistviewitemiterator.html#current">current</a>()->text( 0 ), TQCheckListItem::RadioButton ); <a name="x430"></a> if ( item-><a href="qlistviewitem.html#firstChild">firstChild</a>() ) - ( ( <a href="qchecklistitem.html">TQCheckListItem</a>* )item-><a href="qlistviewitem.html#firstChild">firstChild</a>() )->setOn( TRUE ); + ( ( <a href="tqchecklistitem.html">TQCheckListItem</a>* )item-><a href="qlistviewitem.html#firstChild">firstChild</a>() )->setOn( TRUE ); } /* diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 02b72c770..2fb6c158e 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -131,29 +131,29 @@ body { background: #ffffff; color: black; } <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="447,80,542,97" href="ntqcombobox.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"> <area shape="rect" coords="448,134,558,152" href="tqdesktopwidget.html"> -<area shape="rect" coords="443,152,558,170" href="ntqdialog.html"> -<area shape="rect" coords="443,170,542,186" href="ntqdial.html"> +<area shape="rect" coords="443,152,558,170" href="tqdialog.html"> +<area shape="rect" coords="443,170,542,186" href="tqdial.html"> <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="444,256,536,277" href="tqmainwindow.html"> -<area shape="rect" coords="444,277,535,293" href="ntqscrollbar.html"> -<area shape="rect" coords="444,293,535,309" href="ntqslider.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="444,327,536,345" href="tqsizegrip.html"> -<area shape="rect" coords="445,345,540,360" href="ntqspinbox.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="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="ntqscrollview.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"> @@ -165,10 +165,10 @@ body { background: #ffffff; color: black; } <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="549,50,651,81" href="ntqcheckbox.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="ntqpushbutton.html"> -<area shape="rect" coords="551,115,651,137" href="ntqradiobutton.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="549,185,647,204" href="tqfiledialog.html"> @@ -183,21 +183,21 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="550,362,653,382" href="ntqhbox.html"> <area shape="rect" coords="545,382,653,398" href="ntqvbox.html"> <area shape="rect" coords="545,398,652,415" href="ntqsplitter.html"> -<area shape="rect" coords="548,415,652,435" href="ntqlineedit.html"> +<area shape="rect" coords="548,415,652,435" href="tqlineedit.html"> <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,505,657,521" href="ntqlcdnumber.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="556,610,657,626" href="qchecklistitem.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,644,661,662" href="qchecktableitem.html"> -<area shape="rect" coords="557,662,661,684" href="qcombotableitem.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"> <area shape="rect" coords="659,61,777,83" href="tqwidgetplugin.html"> <area shape="rect" coords="659,83,783,97" href="tqxmlattributes.html"> diff --git a/doc/html/classes.html b/doc/html/classes.html index 28b51d724..311febd6f 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -242,7 +242,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"><b>J</b> <td><a href="tqjiscodec.html">TQJisCodec</a> <td align="right"> -<td><a href="ntqpushbutton.html">TQPushButton</a> +<td><a href="tqpushbutton.html">TQPushButton</a> <td align="right"> <td><a href="tqthreadstorage.html">TQThreadStorage</a> <tr> @@ -253,7 +253,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td align="right"> <td align="right"><b>R</b> -<td><a href="ntqradiobutton.html">TQRadioButton</a> +<td><a href="tqradiobutton.html">TQRadioButton</a> <td align="right"> <td><a href="tqtime.html">TQTime</a> <tr> @@ -339,9 +339,9 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqdragmoveevent.html">TQDragMoveEvent</a> <td align="right"> -<td><a href="ntqlcdnumber.html">TQLCDNumber</a> +<td><a href="tqlcdnumber.html">TQLCDNumber</a> <td align="right"><b>S</b> -<td><a href="ntqscrollbar.html">TQScrollBar</a> +<td><a href="tqscrollbar.html">TQScrollBar</a> <td align="right"> <td><a href="tqtooltipgroup.html">TQToolTipGroup</a> <tr> @@ -352,7 +352,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="ntqlibrary.html">TQLibrary</a> <td align="right"> -<td><a href="ntqscrollview.html">TQScrollView</a> +<td><a href="tqscrollview.html">TQScrollView</a> <td align="right"> <td><a href="tqtranslator.html">TQTranslator</a> <tr> @@ -361,7 +361,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqdropevent.html">TQDropEvent</a> <td align="right"> -<td><a href="ntqlineedit.html">TQLineEdit</a> +<td><a href="tqlineedit.html">TQLineEdit</a> <td align="right"> <td><a href="tqsemaphore.html">TQSemaphore</a> <td align="right"> @@ -506,7 +506,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqmap.html">TQMap</a> <td align="right"> -<td><a href="ntqslider.html">TQSlider</a> +<td><a href="tqslider.html">TQSlider</a> <td align="right"> <td><a href="ntqvariant.html">TQVariant</a> <tr> @@ -572,7 +572,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="ntqmessagebox.html">TQMessageBox</a> <td align="right"> -<td><a href="ntqspinbox.html">TQSpinBox</a> +<td><a href="tqspinbox.html">TQSpinBox</a> <td align="right"> <td><a href="tqwhatsthis.html">TQWhatsThis</a> <tr> @@ -599,7 +599,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td><a href="tqwidget.html">TQWidget</a> <tr> <td align="right"> -<td><a href="ntqcheckbox.html">TQCheckBox</a> +<td><a href="tqcheckbox.html">TQCheckBox</a> <td align="right"><b>G</b> <td><a href="tqgb18030codec.html">TQGb18030Codec</a> <td align="right"> @@ -610,7 +610,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td><a href="tqwidgetfactory.html">TQWidgetFactory</a> <tr> <td align="right"> -<td><a href="qchecklistitem.html">TQCheckListItem</a> +<td><a href="tqchecklistitem.html">TQCheckListItem</a> <td align="right"> <td><a href="tqgb2312codec.html">TQGb2312Codec</a> <td align="right"> @@ -621,7 +621,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td><a href="tqwidgetitem.html">TQWidgetItem</a> <tr> <td align="right"> -<td><a href="qchecktableitem.html">TQCheckTableItem</a> +<td><a href="tqchecktableitem.html">TQCheckTableItem</a> <td align="right"> <td><a href="tqgbkcodec.html">TQGbkCodec</a> <td align="right"> @@ -709,7 +709,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <tr> <td align="right"> -<td><a href="ntqcombobox.html">TQComboBox</a> +<td><a href="tqcombobox.html">TQComboBox</a> <td align="right"> <td><a href="tqglwidget.html">TQGLWidget</a> <td align="right"> @@ -720,7 +720,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <tr> <td align="right"> -<td><a href="qcombotableitem.html">TQComboTableItem</a> +<td><a href="tqcombotableitem.html">TQComboTableItem</a> <td align="right"> <td><a href="ntqgrid.html">TQGrid</a> <td align="right"> @@ -939,7 +939,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <tr> <td align="right"> -<td><a href="ntqdial.html">TQDial</a> +<td><a href="tqdial.html">TQDial</a> <td align="right"> <td><a href="tqiconfactory.html">TQIconFactory</a> <td align="right"> @@ -950,7 +950,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <tr> <td align="right"> -<td><a href="ntqdialog.html">TQDialog</a> +<td><a href="tqdialog.html">TQDialog</a> <td align="right"> <td><a href="tqiconset.html">TQIconSet</a> <td align="right"> diff --git a/doc/html/clientserver-example.html b/doc/html/clientserver-example.html index 01b0c33bd..18d58fa49 100644 --- a/doc/html/clientserver-example.html +++ b/doc/html/clientserver-example.html @@ -61,7 +61,7 @@ specified. You can send single lines to the server. #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <stdlib.h> @@ -166,7 +166,7 @@ public: <a href="tqlabel.html">TQLabel</a> *lb = new <a href="tqlabel.html">TQLabel</a>( itext, this ); <a name="x784"></a> lb-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignHCenter ); infoText = new <a href="tqtextview.html">TQTextView</a>( this ); - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( tr("Quit") , this ); + <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( tr("Quit") , this ); connect( server, TQ_SIGNAL(newConnect(ClientSocket*)), TQ_SLOT(newConnect(ClientSocket*)) ); @@ -227,9 +227,9 @@ int main( int argc, char** argv ) #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> @@ -242,10 +242,10 @@ public: // GUI layout infoText = new <a href="tqtextview.html">TQTextView</a>( this ); <a href="ntqhbox.html">TQHBox</a> *hb = new <a href="ntqhbox.html">TQHBox</a>( this ); - inputText = new <a href="ntqlineedit.html">TQLineEdit</a>( hb ); - <a href="ntqpushbutton.html">TQPushButton</a> *send = new <a href="ntqpushbutton.html">TQPushButton</a>( tr("Send") , hb ); - <a href="ntqpushbutton.html">TQPushButton</a> *close = new <a href="ntqpushbutton.html">TQPushButton</a>( tr("Close connection") , this ); - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( tr("Quit") , this ); + inputText = new <a href="tqlineedit.html">TQLineEdit</a>( hb ); + <a href="tqpushbutton.html">TQPushButton</a> *send = new <a href="tqpushbutton.html">TQPushButton</a>( tr("Send") , hb ); + <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()) ); @@ -289,8 +289,8 @@ private slots: { // write to the server <a href="tqtextstream.html">TQTextStream</a> os(socket); -<a name="x794"></a> os << inputText-><a href="ntqlineedit.html#text">text</a>() << "\n"; -<a name="x793"></a> inputText-><a href="ntqlineedit.html#setText">setText</a>( "" ); +<a name="x794"></a> os << inputText-><a href="tqlineedit.html#text">text</a>() << "\n"; +<a name="x793"></a> inputText-><a href="tqlineedit.html#setText">setText</a>( "" ); } void socketReadyRead() @@ -324,7 +324,7 @@ private slots: private: <a href="tqsocket.html">TQSocket</a> *socket; <a href="tqtextview.html">TQTextView</a> *infoText; - <a href="ntqlineedit.html">TQLineEdit</a> *inputText; + <a href="tqlineedit.html">TQLineEdit</a> *inputText; }; diff --git a/doc/html/customlayout-example.html b/doc/html/customlayout-example.html index 61a72baa6..ca3f3ae53 100644 --- a/doc/html/customlayout-example.html +++ b/doc/html/customlayout-example.html @@ -759,7 +759,7 @@ CardLayout::~CardLayout() #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqcolor-h.html">tqcolor.h</a>> #include <<a href="qgroupbox-h.html">ntqgroupbox.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> #include <<a href="tqcolor-h.html">tqcolor.h</a>> @@ -772,12 +772,12 @@ int main( int argc, char **argv ) SimpleFlow *b1 = new SimpleFlow( gm ); -<a name="x1536"></a> b1-><a href="ntqlayout.html#add">add</a>( new <a href="ntqpushbutton.html">TQPushButton</a>( "Short", f ) ); - b1-><a href="ntqlayout.html#add">add</a>( new <a href="ntqpushbutton.html">TQPushButton</a>( "Longer", f ) ); - b1-><a href="ntqlayout.html#add">add</a>( new <a href="ntqpushbutton.html">TQPushButton</a>( "Different text", f ) ); - b1-><a href="ntqlayout.html#add">add</a>( new <a href="ntqpushbutton.html">TQPushButton</a>( "More text", f ) ); - b1-><a href="ntqlayout.html#add">add</a>( new <a href="ntqpushbutton.html">TQPushButton</a>( "Even longer button text", f ) ); - <a href="ntqpushbutton.html">TQPushButton</a>* qb = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", f ); +<a name="x1536"></a> b1-><a href="ntqlayout.html#add">add</a>( new <a href="tqpushbutton.html">TQPushButton</a>( "Short", f ) ); + b1-><a href="ntqlayout.html#add">add</a>( new <a href="tqpushbutton.html">TQPushButton</a>( "Longer", f ) ); + b1-><a href="ntqlayout.html#add">add</a>( new <a href="tqpushbutton.html">TQPushButton</a>( "Different text", f ) ); + 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() ) ); b1-><a href="ntqlayout.html#add">add</a>( qb ); @@ -785,16 +785,16 @@ int main( int argc, char **argv ) BorderLayout *large = new BorderLayout( wid ); <a name="x1537"></a> large-><a href="ntqlayout.html#setSpacing">setSpacing</a>( 5 ); - large->addWidget( new <a href="ntqpushbutton.html">TQPushButton</a>( "North", wid ), BorderLayout::North ); - large->addWidget( new <a href="ntqpushbutton.html">TQPushButton</a>( "West", wid ), BorderLayout::West ); + 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 ); 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="ntqpushbutton.html">TQPushButton</a>( "East", wid ); + <a href="tqwidget.html">TQWidget</a> *east1 = new <a href="tqpushbutton.html">TQPushButton</a>( "East", wid ); large->addWidget( east1, BorderLayout::East ); - <a href="tqwidget.html">TQWidget</a> *east2 = new <a href="ntqpushbutton.html">TQPushButton</a>( "East 2", wid ); + <a href="tqwidget.html">TQWidget</a> *east2 = new <a href="tqpushbutton.html">TQPushButton</a>( "East 2", wid ); large->addWidget( east2 , BorderLayout::East ); - large->addWidget( new <a href="ntqpushbutton.html">TQPushButton</a>( "South", wid ), BorderLayout::South ); + large->addWidget( new <a href="tqpushbutton.html">TQPushButton</a>( "South", wid ), BorderLayout::South ); //Left-to-right tab order looks better: <a name="x1542"></a> <a href="tqwidget.html">TQWidget</a>::<a href="tqwidget.html#setTabOrder">setTabOrder</a>( east2, east1 ); gm-><a href="qboxlayout.html#addWidget">addWidget</a>( wid ); diff --git a/doc/html/dclock-example.html b/doc/html/dclock-example.html index e33951470..3351f25e1 100644 --- a/doc/html/dclock-example.html +++ b/doc/html/dclock-example.html @@ -50,10 +50,10 @@ and date. #ifndef DCLOCK_H #define DCLOCK_H -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> -class DigitalClock : public <a href="ntqlcdnumber.html">TQLCDNumber</a> // digital clock widget +class DigitalClock : public <a href="tqlcdnumber.html">TQLCDNumber</a> // digital clock widget { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: @@ -100,7 +100,7 @@ private: // internal data // <a name="f371"></a>DigitalClock::DigitalClock( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) - : <a href="ntqlcdnumber.html">TQLCDNumber</a>( parent, name ) + : <a href="tqlcdnumber.html">TQLCDNumber</a>( parent, name ) { showingColon = FALSE; <a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Raised ); @@ -150,7 +150,7 @@ void <a name="f372"></a>DigitalClock::showDate() <a name="x1098"></a> <a href="tqdate.html">TQDate</a> date = TQDate::<a href="tqdate.html#currentDate">currentDate</a>(); <a href="tqstring.html">TQString</a> s; <a name="x1103"></a><a name="x1100"></a><a name="x1099"></a> s.<a href="tqstring.html#sprintf">sprintf</a>( "%2d %2d", date.<a href="tqdate.html#month">month</a>(), date.<a href="tqdate.html#day">day</a>() ); - <a href="ntqlcdnumber.html#display">display</a>( s ); // sets the LCD number/text + <a href="tqlcdnumber.html#display">display</a>( s ); // sets the LCD number/text showDateTimer = <a href="tqobject.html#startTimer">startTimer</a>( 2000 ); // keep this state for 2 secs } @@ -177,7 +177,7 @@ void <a name="f374"></a>DigitalClock::showTime() s[2] = ' '; if ( s[0] == '0' ) s[0] = ' '; - <a href="ntqlcdnumber.html#display">display</a>( s ); // set LCD number/text + <a href="tqlcdnumber.html#display">display</a>( s ); // set LCD number/text } </pre> diff --git a/doc/html/designer-manual-2.html b/doc/html/designer-manual-2.html index 81a5f8038..a575d8c13 100644 --- a/doc/html/designer-manual-2.html +++ b/doc/html/designer-manual-2.html @@ -95,7 +95,7 @@ body { background: #ffffff; color: black; } </ul><p align="center"><img align="middle" src="qs-addwidg.png" width="422" height="210"> </p> <p>Now we need to relate each of the text labels to the corresponding widget. We do this by creating "buddies".</p> -<p>A widget that does not accept focus itself, e.g. a <a href="tqlabel.html">TQLabel</a>, can have an accelerator that will pass the focus to its "buddy", e.g. a <a href="ntqlineedit.html">TQLineEdit</a>. In <em>TQt Designer</em>, we enable this by setting the first widget's <em>buddy</em> property to the name of the buddy widget.</p> +<p>A widget that does not accept focus itself, e.g. a <a href="tqlabel.html">TQLabel</a>, can have an accelerator that will pass the focus to its "buddy", e.g. a <a href="tqlineedit.html">TQLineEdit</a>. In <em>TQt Designer</em>, we enable this by setting the first widget's <em>buddy</em> property to the name of the buddy widget.</p> <ul><li><p>Click the <b>Set Buddy</b> toolbar button (or press <b>F12</b>). Click the Enter Number label, drag the line to the numberLineEdit, then release.</p> <li><p>Click the <b>Set Buddy</b> toolbar button. Click the Convert From label, drag the line to the fromComboBox, then release.</p> <li><p>Click the <b>Set Buddy</b> toolbar button. Click the Convert To label, drag the line to the toComboBox, then release.</p> diff --git a/doc/html/designer-manual-3.html b/doc/html/designer-manual-3.html index 257d954f4..56b9ec9b3 100644 --- a/doc/html/designer-manual-3.html +++ b/doc/html/designer-manual-3.html @@ -391,8 +391,8 @@ body { background: #ffffff; color: black; } colorTable->setPixmap( row, COL_NAME, pixmap ); colorTable->setText( row, COL_HEX, color.<a href="tqcolor.html#name">name</a>().upper() ); if ( m_show_web ) { - <a href="qchecktableitem.html">TQCheckTableItem</a> *item = new <a href="qchecktableitem.html">TQCheckTableItem</a>( colorTable, "" ); - item-><a href="qchecktableitem.html#setChecked">setChecked</a>( isWebColor( color ) ); + <a href="tqchecktableitem.html">TQCheckTableItem</a> *item = new <a href="tqchecktableitem.html">TQCheckTableItem</a>( colorTable, "" ); + item-><a href="tqchecktableitem.html#setChecked">setChecked</a>( isWebColor( color ) ); colorTable->setItem( row, COL_WEB, item ); } row++; @@ -423,7 +423,7 @@ body { background: #ffffff; color: black; } </pre> <p>This function is at the heart of the application. It visually presents the data to the user. If the table is "dirty" (e.g. if the user has added or deleted colors in the icon view, or has opened a color file) we will populate the table. We start by deleting the contents of every cell. Next we change the number of rows to equal the number of colors in the colors map. For each color we want to display a little square that shows the color, so we create a pixmap of the required size.</p> <p>We now create an iterator for our colors map, and iterate over every color. The colors map has the user's color names as its keys, and <a href="tqcolor.html">TQColor</a> instances as values. We retrieve the color and fill our pixmap with that color. We then set the "Name" column (column <tt>COL_NAME</tt>), to have the color's name (<tt>it.key()</tt>) and the pixmap we've just filled with that color. <a href="tqcolor.html">TQColor</a>'s <tt>name()</tt> function returns a string that is the hex representation of a color, e.g. "#12AB2F"; we retrieve this and set the second ("Hex") column to this value.</p> -<p>If the user wants to see if which colors are web colors we create a <a href="qchecktableitem.html">TQCheckTableItem</a>, and check it if it is a web color. (We'll cover <tt>isWebColor()</tt> shortly.) We then insert this <a href="qchecktableitem.html">TQCheckTableItem</a> into the "Web" column.</p> +<p>If the user wants to see if which colors are web colors we create a <a href="tqchecktableitem.html">TQCheckTableItem</a>, and check it if it is a web color. (We'll cover <tt>isWebColor()</tt> shortly.) We then insert this <a href="tqchecktableitem.html">TQCheckTableItem</a> into the "Web" column.</p> <p>Having populated the table we call <tt>adjustColumn()</tt> to ensure that each column is just wide enough to show its widest entry, and show or hide the "Web" column depending on the user's preference.</p> <p>Finally we set <tt>m_table_dirty</tt> to FALSE, since it is now up-to-date.</p> <p>If the icon view is "dirty" we <tt>clear()</tt> it of any existing data. We then iterate over each color in our colors map. For each color we create a new <a href="tqiconviewitem.html">TQIconViewItem</a>; we label the item with the user's color name and provide a pixmap (generated by <tt>colorSwatch()</tt>, covered shortly) in the relevant color. Finally we set <tt>m_icons_dirty</tt> to "FALSE", since it is now up-to-date.</p> diff --git a/doc/html/designer-manual-4.html b/doc/html/designer-manual-4.html index da13d9d8b..a38c2e628 100644 --- a/doc/html/designer-manual-4.html +++ b/doc/html/designer-manual-4.html @@ -151,11 +151,11 @@ body { background: #ffffff; color: black; } <h4><a name="1-3"></a>Using the Dialog</h4> <p>The ColorNameForm dialog will be called from the main form. The caller will firstly call one of TQt's static "choose a color" dialogs, and if the user chooses a color, will then invoke our custom dialog. Since we're going to use a "choose a color" dialog we will need the appropriate header file. We'll also be accessing the dialog's colorLabel (to set it to the chosen color), and the dialog's line edit (to retrieve the color name), so we'll need appropriate headers for these too.</p> <p>Click "MainForm" in the Project Overview window so that Object Explorer shows the main form's objects.</p> -<p>Click Object Explorer's Members tab. Right click "Includes (in Implementation)", then click <b>Edit</b> to invoke the <em>Edit Includes (in Implementation)</em> dialog. Click <b>Add</b> then enter "tqcolordialog.h". Click <b>Add</b> again, and enter "tqlabel.h". Similarly add "ntqlineedit.h". We also need to include the header for the form we've just created, so add "colornameform.h", and since it is our last entry press <b>Enter</b>, then click <b>Close</b>.</p> +<p>Click Object Explorer's Members tab. Right click "Includes (in Implementation)", then click <b>Edit</b> to invoke the <em>Edit Includes (in Implementation)</em> dialog. Click <b>Add</b> then enter "tqcolordialog.h". Click <b>Add</b> again, and enter "tqlabel.h". Similarly add "tqlineedit.h". We also need to include the header for the form we've just created, so add "colornameform.h", and since it is our last entry press <b>Enter</b>, then click <b>Close</b>.</p> <p>You should now have added the following declarations to your includes (in implementation):</p> <ul><li><p>"tqcolordialog.h"</p> <li><p>"tqlabel.h"</p> -<li><p>"ntqlineedit.h"</p> +<li><p>"tqlineedit.h"</p> <li><p>"colornameform.h"</p> </ul><p>Now we're ready to enter the <tt>editAdd()</tt> slot's code. Click "mainform.ui.h" in the Project Overview to invoke the code editor.</p> <h5><a name="1-3-1"></a>editAdd()</h5> @@ -188,8 +188,8 @@ body { background: #ffffff; color: black; } colorTable->setPixmap( row, COL_NAME, pixmap ); colorTable->setText( row, COL_HEX, color.<a href="tqcolor.html#name">name</a>().upper() ); if ( m_show_web ) { - <a href="qchecktableitem.html">TQCheckTableItem</a> *item = new <a href="qchecktableitem.html">TQCheckTableItem</a>( colorTable, "" ); - item-><a href="qchecktableitem.html#setChecked">setChecked</a>( isWebColor( color ) ); + <a href="tqchecktableitem.html">TQCheckTableItem</a> *item = new <a href="tqchecktableitem.html">TQCheckTableItem</a>( colorTable, "" ); + item-><a href="tqchecktableitem.html#setChecked">setChecked</a>( isWebColor( color ) ); colorTable->setItem( row, COL_WEB, item ); } colorTable->setCurrentCell( row, 0 ); @@ -397,11 +397,11 @@ body { background: #ffffff; color: black; } } </pre> <p>We create a new options form, passing it TRUE to make it modal. We set the radio buttons depending on the current setting of the <tt>m_clip_as</tt> variable. We set the check box to correspond with the <tt>m_show_web</tt> variable. We execute the form, and if the user clicks <b>OK</b>, we reflect their choices back into the relevant main form variables. If the user changed the <tt>m_show_web</tt> variable (by clicking the webCheckBox), we mark the table as "dirty" since it will need updating. We then call <tt>populate()</tt> which will update the table view if required.</p> -<p>Because we use our OptionsForm and access its radio buttons and checkbox we must add "optionsform.h", "ntqradiobutton.h" and "ntqcheckbox.h" to our includes in implementation. (Click Object Explorer's Members tab, right click "Includes (in Implementation)", then click <b>Edit</b>. Click <b>Add</b> and enter "optionsform.h"; click <b>Add</b> again and enter "ntqradiobutton.h"; click <b>Add</b> again and enter "ntqcheckbox.h". Press <b>Enter</b>, then click <b>Close</b>.)</p> +<p>Because we use our OptionsForm and access its radio buttons and checkbox we must add "optionsform.h", "tqradiobutton.h" and "tqcheckbox.h" to our includes in implementation. (Click Object Explorer's Members tab, right click "Includes (in Implementation)", then click <b>Edit</b>. Click <b>Add</b> and enter "optionsform.h"; click <b>Add</b> again and enter "tqradiobutton.h"; click <b>Add</b> again and enter "tqcheckbox.h". Press <b>Enter</b>, then click <b>Close</b>.)</p> <p>You should now have added the following declarations to your includes (in implementation):</p> <ul><li><p>"optionsform.h"</p> -<li><p>"ntqcheckbox.h"</p> -<li><p>"ntqradiobutton.h"</p> +<li><p>"tqcheckbox.h"</p> +<li><p>"tqradiobutton.h"</p> </ul><p>Now the user can change options to suit their own preferences. But these option settings will be lost when they exit the application. We'll finish off by adding functions to load and save the user's settings.</p> <h3><a name="4"></a>Saving and Loading Settings</h3> <p>Logically we think of loading settings first, e.g. at application start up, and of saving settings last, e.g. at application termination. But we will code saving settings first, since then we'll know what it is that we must load.</p> @@ -482,7 +482,7 @@ body { background: #ffffff; color: black; } <ul><li><p>"findform.h"</p> </ul><p>Includes (in Implementation):</p> <ul><li><p>"optionsform.h"</p> -<li><p>"ntqlineedit.h"</p> +<li><p>"tqlineedit.h"</p> <li><p>"tqlabel.h"</p> <li><p>"tqclipboard.h"</p> <li><p>"ntqmessagebox.h"</p> @@ -496,8 +496,8 @@ body { background: #ffffff; color: black; } <li><p>"tqregexp.h"</p> <li><p>"tqcolordialog.h"</p> <li><p>"colornameform.h"</p> -<li><p>"ntqcheckbox.h"</p> -<li><p>"ntqradiobutton.h"</p> +<li><p>"tqcheckbox.h"</p> +<li><p>"tqradiobutton.h"</p> <li><p>"tqsettings.h"</p> </ul><h4><a name="6-2"></a>ColorNameForm Members</h4> <p>We put all the ColorNameForm declarations in the source code file. The file <tt>colornameform.ui.h</tt> should begin with the following declarations:</p> diff --git a/doc/html/designer-manual-6.html b/doc/html/designer-manual-6.html index 8881aae6d..cbe5af6f1 100644 --- a/doc/html/designer-manual-6.html +++ b/doc/html/designer-manual-6.html @@ -113,8 +113,8 @@ int main( int argc, char *argv[] ) </pre> <!-- index Macros!TQ_OBJECT --><!-- index TQ_OBJECT --> <p>We've declared the slot, <tt>setAmount()</tt>, that we created in <em>TQt Designer</em>. The <tt>TQ_OBJECT</tt> macro is included because it is essential for classes that use signals and slots.</p> <p>The implementation in <tt>qt/tools/designer/examples/credit/creditform.cpp</tt> is simple:</p> -<pre> #include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> - #include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +<pre> #include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> + #include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include "creditform.h" CreditForm::CreditForm( <a href="tqwidget.html">TQWidget</a>* parent, const char* name, @@ -200,73 +200,73 @@ INCLUDEPATH += $(TQTDIR)/tools/designer/uilib <li><!-- index Signals and Slots!Connecting to Close a Dialog --><p>We'll now handle the signals and slots connections. Invoke the <em>View and Edit Connections</em> dialog and connect the credit dialog button's clicked() signal to a new creditDialog() custom slot (which is created by clicking the <b>Edit Slots...</b> button). Now connect the Quit button's<!-- index clicked() --> <tt>clicked()</tt> signal to the dialog's<!-- index accept() --> <tt>accept()</tt> function.</p> </ol><p>Save the form and call it <tt>mainform.ui</tt>. (Press <b>Ctrl+S</b> and enter the filename.) In the next section we'll write the code for loading and launching the dynamic dialog directly in <em>TQt Designer</em>.</p> <h5><a name="2-3-2"></a>Loading and Executing a Dynamic Dialog</h5> -<!-- index Dynamic Dialogs!Loading and Executing --><!-- index Dialogs!Dynamic --><!-- index Forms!Forward declarations --><!-- index Forward declarations --><!-- index Includes --><p>We'll now add the code to invoke the credit dialog. Before we can do this we need to add the widget factory's header file to the form. Click the Source tab in the Object Hierarchy. Right click Includes (in Implementation), then click <b>New</b>. Type in '<tt><tqwidgetfactory.h></tt>', then press <b>Enter</b>. Because we will need to access the spin box in the dynamic dialog we must add its header file. Right click Includes (in Implmentation), then click <b>New</b>. Type in '<tt><ntqspinbox.h></tt>', then press <b>Enter</b>.</p> +<!-- index Dynamic Dialogs!Loading and Executing --><!-- index Dialogs!Dynamic --><!-- index Forms!Forward declarations --><!-- index Forward declarations --><!-- index Includes --><p>We'll now add the code to invoke the credit dialog. Before we can do this we need to add the widget factory's header file to the form. Click the Source tab in the Object Hierarchy. Right click Includes (in Implementation), then click <b>New</b>. Type in '<tt><tqwidgetfactory.h></tt>', then press <b>Enter</b>. Because we will need to access the spin box in the dynamic dialog we must add its header file. Right click Includes (in Implmentation), then click <b>New</b>. Type in '<tt><tqspinbox.h></tt>', then press <b>Enter</b>.</p> <p>In our main form we created a slot called <tt>creditDialog()</tt>. We will implement this slot directly in <em>TQt Designer</em> and use it to load and execute the dynamic dialog. The code is taken from <tt>qt/tools/designer/examples/receiver1/mainform.ui.h</tt> which contains the C++ implementation of <tt>mainform.ui</tt>'s slots.</p> <pre> void MainForm::creditDialog() { - <a href="ntqdialog.html">TQDialog</a> *creditForm = (TQDialog *) + <a href="tqdialog.html">TQDialog</a> *creditForm = (TQDialog *) TQWidgetFactory::<a href="tqwidgetfactory.html#create">create</a>( "../credit/creditformbase.ui" ); // Set up the dynamic dialog here - if ( creditForm-><a href="ntqdialog.html#exec">exec</a>() ) { + if ( creditForm-><a href="tqdialog.html#exec">exec</a>() ) { // The user accepted, act accordingly - <a href="ntqspinbox.html">TQSpinBox</a> *amount = (TQSpinBox *) creditForm-><a href="tqobject.html#child">child</a>( "amountSpinBox", "TQSpinBox" ); + <a href="tqspinbox.html">TQSpinBox</a> *amount = (TQSpinBox *) creditForm-><a href="tqobject.html#child">child</a>( "amountSpinBox", "TQSpinBox" ); if ( amount ) - ratingTextLabel->setText( amount-><a href="ntqspinbox.html#text">text</a>() ); + ratingTextLabel->setText( amount-><a href="tqspinbox.html#text">text</a>() ); } delete creditForm; } </pre> - <p>The<!-- index create() --> <tt>create()</tt> function is a static <a href="tqwidgetfactory.html">TQWidgetFactory</a> function. It loads the specified<!-- index .ui --> <tt>.ui</tt> file and returns a pointer to the toplevel <a href="tqwidget.html">TQWidget</a> created from the<!-- index .ui --> <tt>.ui</tt> file. We have cast the pointer to <a href="ntqdialog.html">TQDialog</a> since we know that the <tt>creditformbase.ui</tt> file defines a <a href="ntqdialog.html">TQDialog</a>. After creating the dialog we<!-- index exec() --> <tt>exec()</tt> it. If the user clicked <b>OK</b> the dialog returns Accepted and we enter the body of the <tt>if</tt> statement. We want to know the amount of credit that the user selected. We call the<!-- index child() --> <tt>child()</tt> function on the dialog passing it the name of the widget we're interested in. The<!-- index child() --> <tt>child()</tt> function returns a pointer to the widget with the name we passed, or returns 0 if no widget of that name was found. In the example we call<!-- index child() --> <tt>child()</tt> to get a pointer to the 'amountSpinBox'. If the pointer we get back is not 0 we set the rating text to the amount in the dialog's spin box. At the end we delete the dynamic dialog. Deleting the dialog ensures that we free up its resources as soon as it is no longer required.</p> -<p>We used the<!-- index child() --> <tt>child()</tt> to gain access to a widget within the dynamic dialog, passing it the name of the widget we were interested in. In some situations we might not know what a widget is called. We can access the first widget of a specified class by calling<!-- index child() --> <tt>child()</tt> with a null widget name and a classname, e.g. <tt>child(0,"TQPushButton")</tt>. This will return a pointer to the first <a href="ntqpushbutton.html">TQPushButton</a> it finds (or 0 if there isn't one). If you want pointers to all the widgets of a given class you can call the<!-- index TQObject::queryList() --> <tt>TQObject::queryList()</tt> function, passing it the name of the class. It returns a <a href="tqobjectlist.html">TQObjectList</a> pointer which points to every object in the dialog that is derived from the given class. See the online <a href="http://doc.trolltech.com/tqobject.html">TQObject</a> documentation for further details.</p> + <p>The<!-- index create() --> <tt>create()</tt> function is a static <a href="tqwidgetfactory.html">TQWidgetFactory</a> function. It loads the specified<!-- index .ui --> <tt>.ui</tt> file and returns a pointer to the toplevel <a href="tqwidget.html">TQWidget</a> created from the<!-- index .ui --> <tt>.ui</tt> file. We have cast the pointer to <a href="tqdialog.html">TQDialog</a> since we know that the <tt>creditformbase.ui</tt> file defines a <a href="tqdialog.html">TQDialog</a>. After creating the dialog we<!-- index exec() --> <tt>exec()</tt> it. If the user clicked <b>OK</b> the dialog returns Accepted and we enter the body of the <tt>if</tt> statement. We want to know the amount of credit that the user selected. We call the<!-- index child() --> <tt>child()</tt> function on the dialog passing it the name of the widget we're interested in. The<!-- index child() --> <tt>child()</tt> function returns a pointer to the widget with the name we passed, or returns 0 if no widget of that name was found. In the example we call<!-- index child() --> <tt>child()</tt> to get a pointer to the 'amountSpinBox'. If the pointer we get back is not 0 we set the rating text to the amount in the dialog's spin box. At the end we delete the dynamic dialog. Deleting the dialog ensures that we free up its resources as soon as it is no longer required.</p> +<p>We used the<!-- index child() --> <tt>child()</tt> to gain access to a widget within the dynamic dialog, passing it the name of the widget we were interested in. In some situations we might not know what a widget is called. We can access the first widget of a specified class by calling<!-- index child() --> <tt>child()</tt> with a null widget name and a classname, e.g. <tt>child(0,"TQPushButton")</tt>. This will return a pointer to the first <a href="tqpushbutton.html">TQPushButton</a> it finds (or 0 if there isn't one). If you want pointers to all the widgets of a given class you can call the<!-- index TQObject::queryList() --> <tt>TQObject::queryList()</tt> function, passing it the name of the class. It returns a <a href="tqobjectlist.html">TQObjectList</a> pointer which points to every object in the dialog that is derived from the given class. See the online <a href="http://doc.trolltech.com/tqobject.html">TQObject</a> documentation for further details.</p> <h5><a name="2-3-3"></a>Implementing Slots for Dynamic Dialogs</h5> <!-- index Signals and Slots!Dynamic Dialogs --><!-- index Dynamic Dialogs --><p>There is one outstanding issue that we haven't addressed: the dynamic dialog does not have the behaviour of the original credit dialog because we have not implemented the <tt>setAmount()</tt> slot. We can implement slots for dynamic dialogs by creating a <a href="tqobject.html">TQObject</a> subclass. We then create an instance of this subclass and pass a pointer to it to the<!-- index TQWidgetFactory::create() --> <tt>TQWidgetFactory::create()</tt> function which will connect the dynamic dialog's signals to the slots implemented in our subclass.</p> <p>We need to create a <a href="tqobject.html">TQObject</a> subclass and change our <tt>creditDialog()</tt> to create an instance of our subclass that can be passed to the<!-- index TQWidgetFactory::create() --> <tt>TQWidgetFactory::create()</tt> function. Here is the modified <tt>creditDialog()</tt> function from the <tt>qt/tools/designer/examples/receiver2/mainform.ui.h</tt> file that contains the code for <tt>mainform.ui</tt>'s slots:</p> <pre> void MainForm::creditDialog() { Receiver *receiver = new Receiver; - <a href="ntqdialog.html">TQDialog</a> *creditForm = (TQDialog *) + <a href="tqdialog.html">TQDialog</a> *creditForm = (TQDialog *) TQWidgetFactory::<a href="tqwidgetfactory.html#create">create</a>( "../credit/creditformbase.ui", receiver ); receiver->setParent( creditForm ); // Set up the dynamic dialog here - if ( creditForm-><a href="ntqdialog.html#exec">exec</a>() ) { + if ( creditForm-><a href="tqdialog.html#exec">exec</a>() ) { // The user accepted, act accordingly - <a href="ntqspinbox.html">TQSpinBox</a> *amount = (TQSpinBox *) creditForm-><a href="tqobject.html#child">child</a>( "amountSpinBox", "TQSpinBox" ); + <a href="tqspinbox.html">TQSpinBox</a> *amount = (TQSpinBox *) creditForm-><a href="tqobject.html#child">child</a>( "amountSpinBox", "TQSpinBox" ); if ( amount ) - ratingTextLabel->setText( amount-><a href="ntqspinbox.html#text">text</a>() ); + ratingTextLabel->setText( amount-><a href="tqspinbox.html#text">text</a>() ); } delete receiver; delete creditForm; } </pre> - <p>We create a new instance of our 'Receiver' subclass. (We'll write the code for this class shortly.) We then create the <a href="ntqdialog.html">TQDialog</a> using<!-- index TQWidgetFactory::create() --> <tt>TQWidgetFactory::create()</tt>. This call differs from our previous example because we pass in the subclass object so that the<!-- index create() --> <tt>create()</tt> function can set up the signals/slots connections automatically for us. Since our slot must access the widgets in the dynamic form we pass a pointer to the form to the receiver object through our <tt>setParent()</tt> function. The remainder of the function is the same as before except that we delete our receiver object.</p> + <p>We create a new instance of our 'Receiver' subclass. (We'll write the code for this class shortly.) We then create the <a href="tqdialog.html">TQDialog</a> using<!-- index TQWidgetFactory::create() --> <tt>TQWidgetFactory::create()</tt>. This call differs from our previous example because we pass in the subclass object so that the<!-- index create() --> <tt>create()</tt> function can set up the signals/slots connections automatically for us. Since our slot must access the widgets in the dynamic form we pass a pointer to the form to the receiver object through our <tt>setParent()</tt> function. The remainder of the function is the same as before except that we delete our receiver object.</p> <p>Since we are using the 'Receiver' subclass in our main form we must include its header file. In <em>Object Explorer</em>'s Members tab, right click Includes (in Implmentation), then click <b>New</b>. Type in '<tt>receiver.h</tt>', then press <b>Enter</b>.</p> <!-- index Dynamic Dialogs --><p>We'll now look at the implementation of our 'Receiver' subclass. The code is taken from <tt>qt/tools/designer/examples/receiver2/receiver.h</tt> and the corresponding <tt>receiver.cpp</tt> file. We'll start with the header file.</p> <pre>#include <<a href="tqobject-h.html">tqobject.h</a>> -#include <<a href="qdialog-h.html">ntqdialog.h</a>> +#include <<a href="tqdialog-h.html">tqdialog.h</a>> class Receiver : public <a href="tqobject.html">TQObject</a> { TQ_OBJECT public: - void setParent( <a href="ntqdialog.html">TQDialog</a> *parent ); + void setParent( <a href="tqdialog.html">TQDialog</a> *parent ); public slots: void setAmount(); private: - <a href="ntqdialog.html">TQDialog</a> *p; + <a href="tqdialog.html">TQDialog</a> *p; }; </pre> -<!-- index Macros!TQ_OBJECT --><!-- index TQ_OBJECT!Macros --><p>Our class must be a <a href="tqobject.html">TQObject</a> subclass and because we're using signals and slots it must include the <tt>TQ_OBJECT</tt> macro. We declare a function and the <tt>setAmount()</tt> slot that we wish to implement as well as a private <a href="ntqdialog.html">TQDialog</a> pointer.</p> +<!-- index Macros!TQ_OBJECT --><!-- index TQ_OBJECT!Macros --><p>Our class must be a <a href="tqobject.html">TQObject</a> subclass and because we're using signals and slots it must include the <tt>TQ_OBJECT</tt> macro. We declare a function and the <tt>setAmount()</tt> slot that we wish to implement as well as a private <a href="tqdialog.html">TQDialog</a> pointer.</p> <p>The implementation requires the header files of the classes it uses:</p> -<pre> #include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> - #include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +<pre> #include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> + #include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include "receiver.h" </pre> <p>We'll discuss the implementation of each function in <tt>receiver.cpp</tt> separately.</p> -<pre> void Receiver::setParent( <a href="ntqdialog.html">TQDialog</a> *parent ) +<pre> void Receiver::setParent( <a href="tqdialog.html">TQDialog</a> *parent ) { p = parent; setAmount(); @@ -275,22 +275,22 @@ private: <p>The <tt>setParent()</tt> function assigns a pointer to the dynamic dialog to our private pointer. We could not do this in a constructor call because we have to construct our Receiver object before we call<!-- index TQWidgetFactory::create() --> <tt>TQWidgetFactory::create()</tt>, since we must pass the Receiver object to the<!-- index create() --> <tt>create()</tt> function. Once we've called<!-- index create() --> <tt>create()</tt> we then have a pointer to the dynamic dialog which we can then pass via <tt>setParent()</tt> to our Receiver class. In the subclass version of this example we called <tt>setAmount()</tt> in the constructor; but we cannot do that here because the implementation of <tt>setAmount()</tt> depends on knowledge of the dynamic dialog which is not available at construction time. Because of this we call <tt>setAmount()</tt> in the <tt>setParent()</tt> function.</p> <pre> void Receiver::setAmount() { - <a href="ntqspinbox.html">TQSpinBox</a> *amount = + <a href="tqspinbox.html">TQSpinBox</a> *amount = (TQSpinBox *) p->child( "amountSpinBox", "TQSpinBox" ); - <a href="ntqradiobutton.html">TQRadioButton</a> *radio = + <a href="tqradiobutton.html">TQRadioButton</a> *radio = (TQRadioButton *) p->child( "stdRadioButton", "TQRadioButton" ); - if ( radio && radio-><a href="ntqradiobutton.html#isChecked">isChecked</a>() ) { + if ( radio && radio-><a href="tqradiobutton.html#isChecked">isChecked</a>() ) { if ( amount ) - amount-><a href="ntqspinbox.html#setValue">setValue</a>( amount-><a href="ntqspinbox.html#maxValue">maxValue</a>() / 2 ); + amount-><a href="tqspinbox.html#setValue">setValue</a>( amount-><a href="tqspinbox.html#maxValue">maxValue</a>() / 2 ); return; } radio = (TQRadioButton *) p->child( "noneRadioButton", "TQRadioButton" ); - if ( radio && radio-><a href="ntqradiobutton.html#isChecked">isChecked</a>() ) + if ( radio && radio-><a href="tqradiobutton.html#isChecked">isChecked</a>() ) if ( amount ) - amount-><a href="ntqspinbox.html#setValue">setValue</a>( amount-><a href="ntqspinbox.html#minValue">minValue</a>() ); + amount-><a href="tqspinbox.html#setValue">setValue</a>( amount-><a href="tqspinbox.html#minValue">minValue</a>() ); } </pre> <p>Since we may be updating the amount spin box we need to get a pointer to it. We call<!-- index child() --> <tt>child()</tt> on the pointer <tt>p</tt> which points to the dynamic dialog assigned in the <tt>setParent()</tt> call. We cast the resulting pointer to the correct type so that we can call any functions relevant to that type. In the example we call<!-- index child() --> <tt>child()</tt> to get a pointer to the amount spin box, and then call<!-- index child() --> <tt>child()</tt> again to get a pointer to the 'stdRadioButton'. If we get a pointer to the radio button and the button is checked we set the amount providing we have a pointer to the amount spin box. If this radio button was checked we're finished so we return. If the 'stdRadioButton' isn't checked we get a pointer to the 'noneRadioButton' and set the amount if this button is checked. We do nothing if the 'specialRadioButton' is checked because the user is free to enter a value of their choice.</p> diff --git a/doc/html/designer-manual-7.html b/doc/html/designer-manual-7.html index 472878307..539028b38 100644 --- a/doc/html/designer-manual-7.html +++ b/doc/html/designer-manual-7.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } <!-- index Custom Widgets!Simple --><p>There are two stages to creating a custom widget. Firstly we must create a class that defines the widget, and secondly we must incorporate the widget into <em>TQt Designer</em>. Creating the widget has to be done whether we are creating a simple custom widget or a plugin, but for simple custom widgets the incorporation into <em>TQt Designer</em> is very easy.</p> <p>We will create a VCR style widget comprising four buttons, rewind, play, next and stop. The widget will emit signals according to which button is clicked.</p> <h4><a name="1-1"></a>Coding the Custom Widget</h4> -<p>A custom widget may consist of one or more standard widgets placed together in a particular combination, or may be written from scratch. We will combine some <a href="ntqpushbutton.html">TQPushButton</a> widgets to form the basis of our custom widget.</p> +<p>A custom widget may consist of one or more standard widgets placed together in a particular combination, or may be written from scratch. We will combine some <a href="tqpushbutton.html">TQPushButton</a> widgets to form the basis of our custom widget.</p> <p>We'll look at the header file, <tt>qt/tools/designer/examples/vcr/vcr.h</tt> first.</p> <pre> #include <<a href="tqwidget-h.html">tqwidget.h</a>> @@ -65,10 +65,10 @@ body { background: #ffffff; color: black; } <a href="qhboxlayout.html">TQHBoxLayout</a> *layout = new <a href="qhboxlayout.html">TQHBoxLayout</a>( this ); layout-><a href="ntqlayout.html#setMargin">setMargin</a>( 0 ); - <a href="ntqpushbutton.html">TQPushButton</a> *rewind = new <a href="ntqpushbutton.html">TQPushButton</a>( TQPixmap( rewind_xpm ), 0, this, "vcr_rewind" ); + <a href="tqpushbutton.html">TQPushButton</a> *rewind = new <a href="tqpushbutton.html">TQPushButton</a>( TQPixmap( rewind_xpm ), 0, this, "vcr_rewind" ); layout-><a href="qboxlayout.html#addWidget">addWidget</a>( rewind ); </pre> - <p>We create a <a href="qhboxlayout.html">TQHBoxLayout</a> in which we'll place the buttons. We've only shown the rewind button in the code above since all the others are identical except for the names of the buttons, pixmaps and signals. For each of the buttons we require we call the <a href="ntqpushbutton.html">TQPushButton</a> constructor passing it the appropriate embedded pixmap. We then add it to the layout. Finally we connect the button's<!-- index clicked() --> <tt>clicked()</tt> signal to the appropriate <em>signal</em>. Since the<!-- index clicked() --> <tt>clicked()</tt> signals aren't specific to our widget we want to emit signals that reflect the widget's use. The <tt>rewind()</tt>, <tt>play()</tt>, etc. signals are meaningful in the context of our widget so we propagate each button's<!-- index clicked() --> <tt>clicked()</tt> signal to the appropriate widget-specific signal.</p> + <p>We create a <a href="qhboxlayout.html">TQHBoxLayout</a> in which we'll place the buttons. We've only shown the rewind button in the code above since all the others are identical except for the names of the buttons, pixmaps and signals. For each of the buttons we require we call the <a href="tqpushbutton.html">TQPushButton</a> constructor passing it the appropriate embedded pixmap. We then add it to the layout. Finally we connect the button's<!-- index clicked() --> <tt>clicked()</tt> signal to the appropriate <em>signal</em>. Since the<!-- index clicked() --> <tt>clicked()</tt> signals aren't specific to our widget we want to emit signals that reflect the widget's use. The <tt>rewind()</tt>, <tt>play()</tt>, etc. signals are meaningful in the context of our widget so we propagate each button's<!-- index clicked() --> <tt>clicked()</tt> signal to the appropriate widget-specific signal.</p> <!-- index Forms!Creating Test Harnesses --><p>The implementation is complete, but to make sure that our widget compiles and runs we'll create a tiny test harness. The test harness will require two files, a<!-- index .pro --> <tt>.pro</tt> project file and a<!-- index main.cpp --> <tt>main.cpp</tt>. The <tt>qt/tools/designer/examples/vcr/vcr.pro</tt> project file:</p> <pre>TEMPLATE = app LANGUAGE = C++ @@ -113,7 +113,7 @@ DBFILE = vcr.db <!-- index Properties!Creating Custom Properties --><p>We have two recommendations that you should consider when creating a custom widget for a plugin:</p> <ol type=1><li><p>Using TQt's property system will provide <em>TQt Designer</em> users with a direct means of configuring the widget through the property editor. (See the <a href="http://doc.trolltech.com/properties.html">TQt Properties</a> documentation.)</p> <li><p>Consider making your widget's public 'set' functions into public slots so that you can perform signal-slot connections with the widget in <em>TQt Designer</em>.</p> -</ol><p>In the course of this chapter we will create a simple but useful widget, 'FileChooser', which we'll later make available in <em>TQt Designer</em> as a plugin. In practice most custom widgets are created to add functionality rather than to compose widgets, so we will create our widget in code rather than using <em>TQt Designer</em> to reflect this approach. FileChooser consists of a <a href="ntqlineedit.html">TQLineEdit</a> and a <a href="ntqpushbutton.html">TQPushButton</a>. The <a href="ntqlineedit.html">TQLineEdit</a> is used to hold a file or directory name, the <a href="ntqpushbutton.html">TQPushButton</a> is used to launch a file dialog through which the user can choose a file or directory.</p> +</ol><p>In the course of this chapter we will create a simple but useful widget, 'FileChooser', which we'll later make available in <em>TQt Designer</em> as a plugin. In practice most custom widgets are created to add functionality rather than to compose widgets, so we will create our widget in code rather than using <em>TQt Designer</em> to reflect this approach. FileChooser consists of a <a href="tqlineedit.html">TQLineEdit</a> and a <a href="tqpushbutton.html">TQPushButton</a>. The <a href="tqlineedit.html">TQLineEdit</a> is used to hold a file or directory name, the <a href="tqpushbutton.html">TQPushButton</a> is used to launch a file dialog through which the user can choose a file or directory.</p> <p align="center"><img align="middle" src="filechooser.png" width="169" height="34"> </p> <blockquote><p align="center"><em>The FileChooser Custom Widget</em></p></blockquote> @@ -158,13 +158,13 @@ DBFILE = vcr.db </pre> <p>The two 'set' functions are declared as public slots. <tt>setFileName()</tt> and <tt>setMode()</tt> set the filename and mode respectively. We declare a single signal, <tt>fileNameChanged()</tt>. The private slot, <tt>chooseFile()</tt> is called by the widget itself when its button is clicked.</p> <pre> private: - <a href="ntqlineedit.html">TQLineEdit</a> *lineEdit; - <a href="ntqpushbutton.html">TQPushButton</a> *button; + <a href="tqlineedit.html">TQLineEdit</a> *lineEdit; + <a href="tqpushbutton.html">TQPushButton</a> *button; Mode md; }; </pre> - <p>A pointer to <a href="ntqlineedit.html">TQLineEdit</a> and <a href="ntqpushbutton.html">TQPushButton</a>, as well as a Mode variable are held as private data.</p> + <p>A pointer to <a href="tqlineedit.html">TQLineEdit</a> and <a href="tqpushbutton.html">TQPushButton</a>, as well as a Mode variable are held as private data.</p> <h5><a name="2-1-2"></a>Coding the Implementation</h5> <p>We will work step-by-step through the implementation which is in <tt>qt/tools/designer/examples/filechooser/widget/filechooser.cpp</tt>.</p> <pre> FileChooser::FileChooser( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) @@ -175,51 +175,51 @@ DBFILE = vcr.db <pre> <a href="qhboxlayout.html">TQHBoxLayout</a> *layout = new <a href="qhboxlayout.html">TQHBoxLayout</a>( this ); layout-><a href="ntqlayout.html#setMargin">setMargin</a>( 0 ); - lineEdit = new <a href="ntqlineedit.html">TQLineEdit</a>( this, "filechooser_lineedit" ); + lineEdit = new <a href="tqlineedit.html">TQLineEdit</a>( this, "filechooser_lineedit" ); layout-><a href="qboxlayout.html#addWidget">addWidget</a>( lineEdit ); </pre> - <p>We begin by creating a horizontal box layout (<a href="qhboxlayout.html">TQHBoxLayout</a>) and add a <a href="ntqlineedit.html">TQLineEdit</a> and a <a href="ntqpushbutton.html">TQPushButton</a> to it.</p> -<pre> <a href="tqobject.html#connect">connect</a>( lineEdit, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), + <p>We begin by creating a horizontal box layout (<a href="qhboxlayout.html">TQHBoxLayout</a>) and add a <a href="tqlineedit.html">TQLineEdit</a> and a <a href="tqpushbutton.html">TQPushButton</a> to it.</p> +<pre> <a href="tqobject.html#connect">connect</a>( lineEdit, TQ_SIGNAL( <a href="tqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), this, TQ_SIGNAL( fileNameChanged( const <a href="tqstring.html">TQString</a> & ) ) ); - button = new <a href="ntqpushbutton.html">TQPushButton</a>( "...", this, "filechooser_button" ); + button = new <a href="tqpushbutton.html">TQPushButton</a>( "...", this, "filechooser_button" ); 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>() ), 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="ntqlineedit.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> + <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> <pre> <a href="tqwidget.html#setFocusProxy">setFocusProxy</a>( lineEdit ); } </pre> <p>We set the lineEdit as the focus proxy for our custom widget. This means that when the widget is given focus the focus actually goes to the lineEdit.</p> <pre> void FileChooser::setFileName( const <a href="tqstring.html">TQString</a> &fn ) { - lineEdit-><a href="ntqlineedit.html#setText">setText</a>( fn ); + lineEdit-><a href="tqlineedit.html#setText">setText</a>( fn ); } TQString FileChooser::fileName() const { - return lineEdit-><a href="ntqlineedit.html#text">text</a>(); + return lineEdit-><a href="tqlineedit.html#text">text</a>(); } </pre> - <p>The <tt>setFileName()</tt> function sets the filename in the <a href="ntqlineedit.html">TQLineEdit</a>, and the <tt>fileName()</tt> function returns the filename from the <a href="ntqlineedit.html">TQLineEdit</a>. The <tt>setMode()</tt> and <tt>mode()</tt> functions (not shown) are similarly set and return the given mode.</p> + <p>The <tt>setFileName()</tt> function sets the filename in the <a href="tqlineedit.html">TQLineEdit</a>, and the <tt>fileName()</tt> function returns the filename from the <a href="tqlineedit.html">TQLineEdit</a>. The <tt>setMode()</tt> and <tt>mode()</tt> functions (not shown) are similarly set and return the given mode.</p> <pre> void FileChooser::chooseFile() { <a href="tqstring.html">TQString</a> fn; if ( mode() == File ) - fn = TQFileDialog::<a href="tqfiledialog.html#getOpenFileName">getOpenFileName</a>( lineEdit-><a href="ntqlineedit.html#text">text</a>(), TQString::null, this ); + fn = TQFileDialog::<a href="tqfiledialog.html#getOpenFileName">getOpenFileName</a>( lineEdit-><a href="tqlineedit.html#text">text</a>(), TQString::null, this ); else - fn = TQFileDialog::<a href="tqfiledialog.html#getExistingDirectory">getExistingDirectory</a>( lineEdit-><a href="ntqlineedit.html#text">text</a>(),this ); + fn = TQFileDialog::<a href="tqfiledialog.html#getExistingDirectory">getExistingDirectory</a>( lineEdit-><a href="tqlineedit.html#text">text</a>(),this ); if ( !fn.<a href="tqstring.html#isEmpty">isEmpty</a>() ) { - lineEdit-><a href="ntqlineedit.html#setText">setText</a>( fn ); + lineEdit-><a href="tqlineedit.html#setText">setText</a>( fn ); emit fileNameChanged( fn ); } } </pre> - <p>When <tt>chooseFile()</tt> is called it presents the user with a file or directory dialog depending on the mode. If the user chooses a file or directory the <a href="ntqlineedit.html">TQLineEdit</a> is updated with the chosen file or directory and the <tt>fileNameChanged()</tt> signal is emitted.</p> + <p>When <tt>chooseFile()</tt> is called it presents the user with a file or directory dialog depending on the mode. If the user chooses a file or directory the <a href="tqlineedit.html">TQLineEdit</a> is updated with the chosen file or directory and the <tt>fileNameChanged()</tt> signal is emitted.</p> <p>Although these two files complete the implementation of the FileChooser widget it is good practice to write a test harness to check that the widget behaves as expected before attempting to put it into a plugin.</p> <h5><a name="2-1-3"></a>Testing the Implementation</h5> <!-- index main.cpp --><!-- index Forms!Creating Test Harnesses --><p>We present a rudimentary test harness which will allow us to run our custom widget. The test harness requires two files, a <tt>main.cpp</tt> to contain the FileChooser, and a <tt>.pro</tt> file to create the Makefile from. Here is <tt>qt/tools/designer/examples/filechooser/widget/main.cpp</tt>:</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="ntqpushbutton.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="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> <!-- 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/dialogs.html b/doc/html/dialogs.html index d81d4f6c7..54419de4d 100644 --- a/doc/html/dialogs.html +++ b/doc/html/dialogs.html @@ -37,7 +37,7 @@ boxes, generally. <p> <p><table width="100%"> <tr bgcolor=#f0f0f0><td><b><a href="tqcolordialog.html">TQColorDialog</a></b><td>Dialog widget for specifying colors -<tr bgcolor=#f0f0f0><td><b><a href="ntqdialog.html">TQDialog</a></b><td>The base class of dialog windows +<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="ntqerrormessage.html">TQErrorMessage</a></b><td>Error message display dialog <tr bgcolor=#f0f0f0><td><b><a href="tqfiledialog.html">TQFileDialog</a></b><td>Dialogs that allow users to select files or directories <tr bgcolor=#f0f0f0><td><b><a href="tqfontdialog.html">TQFontDialog</a></b><td>Dialog widget for selecting a font diff --git a/doc/html/dirview-example.html b/doc/html/dirview-example.html index 96dcf08f6..a896745ae 100644 --- a/doc/html/dirview-example.html +++ b/doc/html/dirview-example.html @@ -450,7 +450,7 @@ TQString <a name="f477"></a>Directory::fullName() this, TQ_SLOT( slotFolderSelected( <a href="qlistviewitem.html">TQListViewItem</a> * ) ) ); <a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>( TRUE ); - <a href="ntqscrollview.html#viewport">viewport</a>()->setAcceptDrops( TRUE ); + <a href="tqscrollview.html#viewport">viewport</a>()->setAcceptDrops( TRUE ); <a name="x1706"></a> <a href="tqobject.html#connect">connect</a>( autoopen_timer, TQ_SIGNAL( <a href="tqtimer.html#timeout">timeout</a>() ), this, TQ_SLOT( openFolder() ) ); @@ -477,7 +477,7 @@ void <a name="f480"></a>DirectoryView::openFolder() static const int autoopenTime = 750; -<a name="x1679"></a>void DirectoryView::<a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>( <a href="tqdragenterevent.html">TQDragEnterEvent</a> *e ) +<a name="x1679"></a>void DirectoryView::<a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>( <a href="tqdragenterevent.html">TQDragEnterEvent</a> *e ) { if ( !TQUriDrag::canDecode(e) ) { <a name="x1669"></a> e-><a href="tqdragmoveevent.html#ignore">ignore</a>(); @@ -486,7 +486,7 @@ static const int autoopenTime = 750; oldCurrent = <a href="ntqlistview.html#currentItem">currentItem</a>(); -<a name="x1673"></a> <a href="qlistviewitem.html">TQListViewItem</a> *i = <a href="ntqlistview.html#itemAt">itemAt</a>( <a href="ntqscrollview.html#contentsToViewport">contentsToViewport</a>(e-><a href="tqdropevent.html#pos">pos</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>()) ); if ( i ) { dropItem = i; <a name="x1704"></a> autoopen_timer-><a href="tqtimer.html#start">start</a>( autoopenTime ); @@ -494,14 +494,14 @@ static const int autoopenTime = 750; } -<a name="x1681"></a>void DirectoryView::<a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>( <a href="tqdragmoveevent.html">TQDragMoveEvent</a> *e ) +<a name="x1681"></a>void DirectoryView::<a href="tqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>( <a href="tqdragmoveevent.html">TQDragMoveEvent</a> *e ) { if ( !TQUriDrag::canDecode(e) ) { e-><a href="tqdragmoveevent.html#ignore">ignore</a>(); return; } - <a href="tqpoint.html">TQPoint</a> vp = <a href="ntqscrollview.html#contentsToViewport">contentsToViewport</a>( ( (TQDragMoveEvent*)e )->pos() ); + <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 ); if ( i ) { <a href="ntqlistview.html#setSelected">setSelected</a>( i, TRUE ); @@ -530,7 +530,7 @@ static const int autoopenTime = 750; } } -<a name="x1680"></a>void DirectoryView::<a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>( <a href="tqdragleaveevent.html">TQDragLeaveEvent</a> * ) +<a name="x1680"></a>void DirectoryView::<a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>( <a href="tqdragleaveevent.html">TQDragLeaveEvent</a> * ) { autoopen_timer-><a href="tqtimer.html#stop">stop</a>(); dropItem = 0; @@ -539,7 +539,7 @@ static const int autoopenTime = 750; <a href="ntqlistview.html#setSelected">setSelected</a>( oldCurrent, TRUE ); } -<a name="x1682"></a>void DirectoryView::<a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>( <a href="tqdropevent.html">TQDropEvent</a> *e ) +<a name="x1682"></a>void DirectoryView::<a href="tqscrollview.html#contentsDropEvent">contentsDropEvent</a>( <a href="tqdropevent.html">TQDropEvent</a> *e ) { autoopen_timer-><a href="tqtimer.html#stop">stop</a>(); @@ -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="ntqscrollview.html#contentsToViewport">contentsToViewport</a>(e-><a href="tqdropevent.html#pos">pos</a>()) ); + <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>()) ); if ( item ) { <a href="tqstrlist.html">TQStrList</a> lst; diff --git a/doc/html/distributor-example.html b/doc/html/distributor-example.html index 7acf4920e..b3ac8fa3f 100644 --- a/doc/html/distributor-example.html +++ b/doc/html/distributor-example.html @@ -68,9 +68,9 @@ distributed with TQt. #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="tqfileinfo-h.html">tqfileinfo.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqtimer-h.html">tqtimer.h</a>> @@ -434,7 +434,7 @@ void Distributor::accept() return; } -<a name="x2654"></a> TQWizard::<a href="ntqdialog.html#accept">accept</a>(); +<a name="x2654"></a> TQWizard::<a href="tqdialog.html#accept">accept</a>(); } </pre> diff --git a/doc/html/drawdemo-example.html b/doc/html/drawdemo-example.html index 43984ebfd..ea3b758c9 100644 --- a/doc/html/drawdemo-example.html +++ b/doc/html/drawdemo-example.html @@ -50,8 +50,8 @@ You can easily add you own drawing functions. #include <<a href="tqwidget-h.html">tqwidget.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqprinter-h.html">tqprinter.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qradiobutton-h.html">ntqradiobutton.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="qapplication-h.html">ntqapplication.h</a>> #include <math.h> @@ -184,7 +184,7 @@ protected: private: <a href="tqprinter.html">TQPrinter</a> *printer; <a href="ntqbuttongroup.html">TQButtonGroup</a> *bgroup; - <a href="ntqpushbutton.html">TQPushButton</a> *print; + <a href="tqpushbutton.html">TQPushButton</a> *print; int drawindex; int maxindex; }; @@ -225,13 +225,13 @@ private: maxwidth = maxwidth + 30; // allow 30 pixels for radiobuttons for ( i=0; (n=ourDrawFunctions[i].name) != 0; i++ ) { - <a href="ntqradiobutton.html">TQRadioButton</a> *rb = new <a href="ntqradiobutton.html">TQRadioButton</a>( n, bgroup ); + <a href="tqradiobutton.html">TQRadioButton</a> *rb = new <a href="tqradiobutton.html">TQRadioButton</a>( n, bgroup ); <a name="x1091"></a> rb-><a href="tqwidget.html#setGeometry">setGeometry</a>( 10, i*30+10, maxwidth, 30 ); maxheight += 30; if ( i == 0 ) -<a name="x1082"></a> rb-><a href="ntqradiobutton.html#setChecked">setChecked</a>( TRUE ); +<a name="x1082"></a> rb-><a href="tqradiobutton.html#setChecked">setChecked</a>( TRUE ); } maxheight += 10; // maxheight is now 10 pixels upper margin @@ -256,7 +256,7 @@ private: printer = new <a href="tqprinter.html">TQPrinter</a>; // Create and setup the print button - print = new <a href="ntqpushbutton.html">TQPushButton</a>( "Print...", bgroup ); + 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()) ); diff --git a/doc/html/eventsandfilters.html b/doc/html/eventsandfilters.html index 890229bd5..e2950722a 100644 --- a/doc/html/eventsandfilters.html +++ b/doc/html/eventsandfilters.html @@ -67,7 +67,7 @@ implementation; for example: { // my implementation - TQTable::<a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( me ); // hand it on + TQTable::<a href="tqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( me ); // hand it on } </pre> diff --git a/doc/html/extension-dialog-example.html b/doc/html/extension-dialog-example.html index e3f54e338..50a59bc91 100644 --- a/doc/html/extension-dialog-example.html +++ b/doc/html/extension-dialog-example.html @@ -68,8 +68,8 @@ DBFILE = extension.db #include "dialogform.h" #include "extension.h" #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> +#include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> void MainForm::init() { diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index 7e1607086..18d392f0c 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -725,8 +725,8 @@ TQtFileIconViewItem::~TQtFileIconViewItem() <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="tqiconview.html#contextMenuRequested">contextMenuRequested</a>( <a href="tqiconviewitem.html">TQIconViewItem</a> *, const <a href="tqpoint.html">TQPoint</a> & ) ), this, TQ_SLOT( slotRightPressed( <a href="tqiconviewitem.html">TQIconViewItem</a> * ) ) ); - <a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>( AlwaysOff ); - <a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>( Auto ); + <a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>( AlwaysOff ); + <a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>( Auto ); <a href="tqiconview.html#setAutoArrange">setAutoArrange</a>( TRUE ); <a href="tqiconview.html#setSorting">setSorting</a>( TRUE ); @@ -767,7 +767,7 @@ void <a name="f305"></a>TQtFileIconView::newDirectory() TQtFileIconViewItem *item = new TQtFileIconViewItem( this, new <a href="tqfileinfo.html">TQFileInfo</a>( *fi ) ); <a name="x847"></a> item-><a href="tqiconviewitem.html#setKey">setKey</a>( TQString( "000000%1" ).arg( fi-><a href="tqfileinfo.html#fileName">fileName</a>() ) ); delete fi; - <a href="ntqscrollview.html#repaintContents">repaintContents</a>( <a href="ntqscrollview.html#contentsX">contentsX</a>(), contentsY(), contentsWidth(), contentsHeight(), FALSE ); + <a href="tqscrollview.html#repaintContents">repaintContents</a>( <a href="tqscrollview.html#contentsX">contentsX</a>(), contentsY(), contentsWidth(), contentsHeight(), FALSE ); <a href="tqiconview.html#ensureItemVisible">ensureItemVisible</a>( item ); <a name="x849"></a> item-><a href="tqiconviewitem.html#setSelected">setSelected</a>( TRUE, TRUE ); <a href="tqiconview.html#setCurrentItem">setCurrentItem</a>( item ); @@ -877,8 +877,8 @@ void <a name="f308"></a>TQtFileIconView::itemDoubleClicked( <a href="tqiconviewi if ( !currentItem() ) return 0; -<a name="x809"></a> <a href="tqpoint.html">TQPoint</a> orig = <a href="ntqscrollview.html#viewportToContents">viewportToContents</a>( <a href="ntqscrollview.html#viewport">viewport</a>()->mapFromGlobal( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ) ); - TQtFileIconDrag *drag = new TQtFileIconDrag( <a href="ntqscrollview.html#viewport">viewport</a>() ); +<a name="x809"></a> <a href="tqpoint.html">TQPoint</a> orig = <a href="tqscrollview.html#viewportToContents">viewportToContents</a>( <a href="tqscrollview.html#viewport">viewport</a>()->mapFromGlobal( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ) ); + TQtFileIconDrag *drag = new TQtFileIconDrag( <a href="tqscrollview.html#viewport">viewport</a>() ); <a name="x815"></a> drag-><a href="tqdragobject.html#setPixmap">setPixmap</a>( *currentItem()->pixmap(), TQPoint( <a href="tqiconview.html#currentItem">currentItem</a>()->pixmapRect().width() / 2, currentItem()->pixmapRect().height() / 2 ) ); for ( TQtFileIconViewItem *item = (TQtFileIconViewItem*)<a href="tqiconview.html#firstItem">firstItem</a>(); item; @@ -961,15 +961,15 @@ void <a name="f313"></a>TQtFileIconView::viewRight() void <a name="f314"></a>TQtFileIconView::flowEast() { - <a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>( AlwaysOff ); - <a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>( Auto ); + <a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>( AlwaysOff ); + <a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>( Auto ); <a href="tqiconview.html#setArrangement">setArrangement</a>( LeftToRight ); } void <a name="f315"></a>TQtFileIconView::flowSouth() { - <a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>( AlwaysOff ); - <a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>( Auto ); + <a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>( AlwaysOff ); + <a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>( Auto ); <a href="tqiconview.html#setArrangement">setArrangement</a>( TopToBottom ); } @@ -1097,7 +1097,7 @@ protected: DirectoryView *dirlist; <a href="ntqprogressbar.html">TQProgressBar</a> *progress; <a href="tqlabel.html">TQLabel</a> *label; - <a href="ntqcombobox.html">TQComboBox</a> *pathCombo; + <a href="tqcombobox.html">TQComboBox</a> *pathCombo; <a href="tqtoolbutton.html">TQToolButton</a> *upButton, *mkdirButton; protected slots: @@ -1139,7 +1139,7 @@ protected slots: #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>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>> #include <<a href="tqdir-h.html">tqdir.h</a>> @@ -1217,10 +1217,10 @@ void <a name="f325"></a>FileMainWindow::setup() (void)new <a href="tqlabel.html">TQLabel</a>( <a href="tqobject.html#tr">tr</a>( " Path: " ), toolbar ); - pathCombo = new <a href="ntqcombobox.html">TQComboBox</a>( TRUE, toolbar ); -<a name="x880"></a> pathCombo-><a href="ntqcombobox.html#setAutoCompletion">setAutoCompletion</a>( TRUE ); + pathCombo = new <a href="tqcombobox.html">TQComboBox</a>( TRUE, toolbar ); +<a name="x880"></a> pathCombo-><a href="tqcombobox.html#setAutoCompletion">setAutoCompletion</a>( TRUE ); <a name="x896"></a> toolbar-><a href="tqtoolbar.html#setStretchableWidget">setStretchableWidget</a>( pathCombo ); -<a name="x877"></a> <a href="tqobject.html#connect">connect</a>( pathCombo, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="tqstring.html">TQString</a> & ) ), +<a name="x877"></a> <a href="tqobject.html#connect">connect</a>( pathCombo, TQ_SIGNAL( <a href="tqcombobox.html#activated">activated</a>( const <a href="tqstring.html">TQString</a> & ) ), this, TQ_SLOT ( changePath( const <a href="tqstring.html">TQString</a> & ) ) ); <a name="x895"></a> toolbar-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); @@ -1269,18 +1269,18 @@ void <a name="f326"></a>FileMainWindow::setPathCombo() <a href="tqstring.html">TQString</a> dir = <a href="tqwidget.html#caption">caption</a>(); int i = 0; bool found = FALSE; -<a name="x878"></a> for ( i = 0; i < pathCombo-><a href="ntqcombobox.html#count">count</a>(); ++i ) { -<a name="x882"></a> if ( pathCombo-><a href="ntqcombobox.html#text">text</a>( i ) == dir) { +<a name="x878"></a> for ( i = 0; i < pathCombo-><a href="tqcombobox.html#count">count</a>(); ++i ) { +<a name="x882"></a> if ( pathCombo-><a href="tqcombobox.html#text">text</a>( i ) == dir) { found = TRUE; break; } } if ( found ) -<a name="x881"></a> pathCombo-><a href="ntqcombobox.html#setCurrentItem">setCurrentItem</a>( i ); +<a name="x881"></a> pathCombo-><a href="tqcombobox.html#setCurrentItem">setCurrentItem</a>( i ); else { -<a name="x879"></a> pathCombo-><a href="ntqcombobox.html#insertItem">insertItem</a>( dir ); - pathCombo-><a href="ntqcombobox.html#setCurrentItem">setCurrentItem</a>( pathCombo-><a href="ntqcombobox.html#count">count</a>() - 1 ); +<a name="x879"></a> pathCombo-><a href="tqcombobox.html#insertItem">insertItem</a>( dir ); + pathCombo-><a href="tqcombobox.html#setCurrentItem">setCurrentItem</a>( pathCombo-><a href="tqcombobox.html#count">count</a>() - 1 ); } } diff --git a/doc/html/ftpclient-example.html b/doc/html/ftpclient-example.html index 053bdf566..f760da2d4 100644 --- a/doc/html/ftpclient-example.html +++ b/doc/html/ftpclient-example.html @@ -59,8 +59,8 @@ commands. The GUI parts are done in the Designer. *****************************************************************************/ #include <<a href="tqftp-h.html">tqftp.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> -#include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> +#include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #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>> @@ -131,7 +131,7 @@ void FtpMainWindow::uploadFile() <a href="tqfileinfo.html">TQFileInfo</a> fi( fileName ); <a name="x759"></a><a name="x743"></a> ftp-><a href="tqftp.html#put">put</a>( file, fi.<a href="tqfileinfo.html#fileName">fileName</a>() ); -<a name="x739"></a> progress.<a href="ntqdialog.html#exec">exec</a>(); // ### takes a lot of time!!! +<a name="x739"></a> progress.<a href="tqdialog.html#exec">exec</a>(); // ### takes a lot of time!!! <a name="x756"></a> ftp-><a href="tqftp.html#list">list</a>(); } @@ -176,7 +176,7 @@ void FtpMainWindow::downloadFile() 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 ); - progress.<a href="ntqdialog.html#exec">exec</a>(); // ### takes a lot of time!!! + progress.<a href="tqdialog.html#exec">exec</a>(); // ### takes a lot of time!!! } void FtpMainWindow::removeFile() diff --git a/doc/html/functions.html b/doc/html/functions.html index 413f06d0a..23231d174 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -54,21 +54,21 @@ abort: <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="ntqdialog.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="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="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="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="qchecklistitem.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="qlistviewitem.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="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="ntqcombobox.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#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="tqpalette.html#active">TQPalette</a><li>activeModalWidget: @@ -79,7 +79,7 @@ abort: <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="tqprocess.html#addArgument">TQProcess</a><li>addBindValue: <a href="tqsqlquery.html#addBindValue">TQSqlQuery</a><li>addChild: - <a href="ntqscrollview.html#addChild">TQScrollView</a><li>addChildLayout: + <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="tqrect.html#addCoords">TQRect</a><li>addDatabase: @@ -94,14 +94,14 @@ abort: <a href="qboxlayout.html#addLayout">TQBoxLayout</a> <a href="qgridlayout.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="ntqdial.html#addLine">TQDial</a> <a href="ntqrangecontrol.html#addLine">TQRangeControl</a><li>addMSecs: + <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="tqnetworkprotocol.html#addOperation">TQNetworkProtocol</a><li>addPage: - <a href="ntqdial.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="ntqwizard.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: @@ -109,7 +109,7 @@ abort: <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="ntqslider.html#addStep">TQSlider</a><li>addStretch: + <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: @@ -131,7 +131,7 @@ abort: <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="ntqlineedit.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="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="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: @@ -226,8 +226,8 @@ abort: <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="ntqcombobox.html#autoCompletion">TQComboBox</a><li>autoDefault: - <a href="ntqpushbutton.html#autoDefault">TQPushButton</a><li>autoDelete: + <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: <a href="tqdatabrowser.html#autoEdit">TQDataBrowser</a> <a href="tqdatatable.html#autoEdit">TQDataTable</a><li>autoFormatting: <a href="tqtextedit.html#autoFormatting">TQTextEdit</a><li>autoMask: @@ -248,7 +248,7 @@ back: <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="ntqlineedit.html#backspace">TQLineEdit</a> <a href="ntqmultilineedit.html#backspace">TQMultiLineEdit</a><li>backward: + <a href="tqlineedit.html#backspace">TQLineEdit</a> <a href="ntqmultilineedit.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: @@ -279,7 +279,7 @@ back: <a href="tqmainwindow.html#bottomDock">TQMainWindow</a><li>bottomEdge: <a href="tqcanvassprite.html#bottomEdge">TQCanvasSprite</a><li>bottomLeft: <a href="tqrect.html#bottomLeft">TQRect</a><li>bottomMargin: - <a href="ntqscrollview.html#bottomMargin">TQScrollView</a><li>bottomRight: + <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="ntqrangecontrol.html#bound">TQRangeControl</a><li>boundValue: @@ -298,7 +298,7 @@ back: <a href="tqlabel.html#buddy">TQLabel</a><li>buffer: <a href="tqbuffer.html#buffer">TQBuffer</a><li>button: <a href="tqcolorgroup.html#button">TQColorGroup</a> <a href="qmouseevent.html#button">TQMouseEvent</a><li>buttonSymbols: - <a href="ntqspinbox.html#buttonSymbols">TQSpinBox</a><li>buttonText: + <a href="tqspinbox.html#buttonSymbols">TQSpinBox</a><li>buttonText: <a href="tqcolorgroup.html#buttonText">TQColorGroup</a> <a href="ntqmessagebox.html#buttonText">TQMessageBox</a><li>byteOrder: <a href="tqdatastream.html#byteOrder">TQDataStream</a><li>bytesAvailable: <a href="tqftp.html#bytesAvailable">TQFtp</a> <a href="tqhttp.html#bytesAvailable">TQHttp</a> <a href="tqsocket.html#bytesAvailable">TQSocket</a> <a href="tqsocketdevice.html#bytesAvailable">TQSocketDevice</a><li>bytesPerLine: @@ -346,14 +346,14 @@ c: <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="tqrect.html#center">TQRect</a> <a href="ntqscrollview.html#center">TQScrollView</a><li>centerIndicator: + <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="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="ntqcombobox.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="ntqlistbox.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="tqimageconsumer.html#changed">TQImageConsumer</a><li>charAt: @@ -363,14 +363,14 @@ c: <a href="tqobject.html#checkConnectArgs">TQObject</a><li>checkConnection: <a href="tqnetworkprotocol.html#checkConnection">TQNetworkProtocol</a><li>checkListItem: <a href="tqstyleoption.html#checkListItem">TQStyleOption</a><li>checkOverflow: - <a href="ntqlcdnumber.html#checkOverflow">TQLCDNumber</a><li>child: + <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="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="ntqscrollview.html#childX">TQScrollView</a><li>childY: - <a href="ntqscrollview.html#childY">TQScrollView</a><li>children: + <a href="tqscrollview.html#childX">TQScrollView</a><li>childY: + <a href="tqscrollview.html#childY">TQScrollView</a><li>children: <a href="tqobject.html#children">TQObject</a><li>childrenCollapsible: <a href="ntqsplitter.html#childrenCollapsible">TQSplitter</a><li>childrenRect: <a href="tqwidget.html#childrenRect">TQWidget</a><li>childrenRegion: @@ -384,32 +384,32 @@ c: <a href="ntqmetaobject.html#classInfo">TQMetaObject</a><li>className: <a href="ntqmetaobject.html#className">TQMetaObject</a> <a href="tqobject.html#className">TQObject</a><li>cleanDirPath: <a href="tqdir.html#cleanDirPath">TQDir</a><li>cleanText: - <a href="ntqspinbox.html#cleanText">TQSpinBox</a><li>cleanup: + <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="ntqcombobox.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="ntqlineedit.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="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="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="ntqcombobox.html#clearEdit">TQComboBox</a><li>clearEntries: + <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: <a href="tqiconset.html#clearGenerated">TQIconSet</a><li>clearMask: <a href="tqwidget.html#clearMask">TQWidget</a><li>clearModified: - <a href="ntqlineedit.html#clearModified">TQLineEdit</a><li>clearOperationQueue: + <a href="tqlineedit.html#clearModified">TQLineEdit</a><li>clearOperationQueue: <a href="tqnetworkprotocol.html#clearOperationQueue">TQNetworkProtocol</a><li>clearParagraphBackground: <a href="tqtextedit.html#clearParagraphBackground">TQTextEdit</a><li>clearPendingCommands: <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="ntqcombobox.html#clearValidator">TQComboBox</a> <a href="ntqlineedit.html#clearValidator">TQLineEdit</a><li>clearValues: + <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="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="ntqscrollview.html#clipper">TQScrollView</a><li>cloneNode: + <a href="tqscrollview.html#clipper">TQScrollView</a><li>cloneNode: <a href="tqdomnode.html#cloneNode">TQDomNode</a><li>close: <a href="tqfile.html#close">TQFile</a> <a href="tqftp.html#close">TQFtp</a> <a href="tqiodevice.html#close">TQIODevice</a> <a href="tqsocket.html#close">TQSocket</a> <a href="tqsqldatabase.html#close">TQSqlDatabase</a> <a href="tqsqldriver.html#close">TQSqlDriver</a> <a href="tqwidget.html#close">TQWidget</a><li>closeActiveWindow: <a href="tqworkspace.html#closeActiveWindow">TQWorkspace</a><li>closeAllWindows: @@ -498,23 +498,23 @@ c: <a href="tqxmlreader.html#contentHandler">TQXmlReader</a><li>contentLength: <a href="tqhttpheader.html#contentLength">TQHttpHeader</a><li>contentType: <a href="tqhttpheader.html#contentType">TQHttpHeader</a><li>contentsContextMenuEvent: - <a href="ntqscrollview.html#contentsContextMenuEvent">TQScrollView</a><li>contentsDragEnterEvent: - <a href="ntqscrollview.html#contentsDragEnterEvent">TQScrollView</a> <a href="ntqtable.html#contentsDragEnterEvent">TQTable</a><li>contentsDragLeaveEvent: - <a href="ntqscrollview.html#contentsDragLeaveEvent">TQScrollView</a> <a href="ntqtable.html#contentsDragLeaveEvent">TQTable</a><li>contentsDragMoveEvent: - <a href="ntqscrollview.html#contentsDragMoveEvent">TQScrollView</a> <a href="ntqtable.html#contentsDragMoveEvent">TQTable</a><li>contentsDropEvent: - <a href="ntqscrollview.html#contentsDropEvent">TQScrollView</a> <a href="ntqtable.html#contentsDropEvent">TQTable</a><li>contentsHeight: - <a href="ntqscrollview.html#contentsHeight">TQScrollView</a><li>contentsMouseDoubleClickEvent: - <a href="ntqlistview.html#contentsMouseDoubleClickEvent">TQListView</a> <a href="ntqscrollview.html#contentsMouseDoubleClickEvent">TQScrollView</a><li>contentsMouseMoveEvent: - <a href="ntqlistview.html#contentsMouseMoveEvent">TQListView</a> <a href="ntqscrollview.html#contentsMouseMoveEvent">TQScrollView</a><li>contentsMousePressEvent: - <a href="ntqlistview.html#contentsMousePressEvent">TQListView</a> <a href="ntqscrollview.html#contentsMousePressEvent">TQScrollView</a><li>contentsMouseReleaseEvent: - <a href="ntqlistview.html#contentsMouseReleaseEvent">TQListView</a> <a href="ntqscrollview.html#contentsMouseReleaseEvent">TQScrollView</a><li>contentsMoving: - <a href="ntqscrollview.html#contentsMoving">TQScrollView</a><li>contentsRect: + <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#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="tqscrollview.html#contentsMoving">TQScrollView</a><li>contentsRect: <a href="ntqframe.html#contentsRect">TQFrame</a><li>contentsToViewport: - <a href="ntqscrollview.html#contentsToViewport">TQScrollView</a><li>contentsWheelEvent: - <a href="ntqscrollview.html#contentsWheelEvent">TQScrollView</a><li>contentsWidth: - <a href="ntqscrollview.html#contentsWidth">TQScrollView</a><li>contentsX: - <a href="ntqscrollview.html#contentsX">TQScrollView</a><li>contentsY: - <a href="ntqscrollview.html#contentsY">TQScrollView</a><li>context: + <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: + <a href="tqscrollview.html#contentsX">TQScrollView</a><li>contentsY: + <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: @@ -535,11 +535,11 @@ c: <a href="tqmacmime.html#convertor">TQMacMime</a> <a href="tqwindowsmime.html#convertor">TQWindowsMime</a><li>convertorName: <a href="tqmacmime.html#convertorName">TQMacMime</a> <a href="tqwindowsmime.html#convertorName">TQWindowsMime</a><li>coords: <a href="tqrect.html#coords">TQRect</a><li>copy: - <a href="tqbitarray.html#copy">TQBitArray</a> <a href="tqcstring.html#copy">TQCString</a> <a href="tqimage.html#copy">TQImage</a> <a href="ntqlineedit.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="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="ntqscrollview.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="ntqcombobox.html#count">TQComboBox</a> <a href="qcombotableitem.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="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="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: @@ -562,7 +562,7 @@ c: <a href="tqtextcodecplugin.html#createForName">TQTextCodecPlugin</a><li>createHeuristicMask: <a href="tqimage.html#createHeuristicMask">TQImage</a> <a href="tqpixmap.html#createHeuristicMask">TQPixmap</a><li>createPixmap: <a href="tqiconfactory.html#createPixmap">TQIconFactory</a><li>createPopupMenu: - <a href="ntqlineedit.html#createPopupMenu">TQLineEdit</a> <a href="tqtextedit.html#createPopupMenu">TQTextEdit</a><li>createProcessingInstruction: + <a href="tqlineedit.html#createPopupMenu">TQLineEdit</a> <a href="tqtextedit.html#createPopupMenu">TQTextEdit</a><li>createProcessingInstruction: <a href="tqdomdocument.html#createProcessingInstruction">TQDomDocument</a><li>createQuery: <a href="tqsqldriver.html#createQuery">TQSqlDriver</a><li>createTextNode: <a href="tqdomdocument.html#createTextNode">TQDomDocument</a><li>createUuid: @@ -593,7 +593,7 @@ 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="ntqcombobox.html#currentItem">TQComboBox</a> <a href="qcombotableitem.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="ntqlistbox.html#currentItem">TQListBox</a> <a href="ntqlistview.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: @@ -605,33 +605,33 @@ c: <a href="ntqtable.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="ntqcombobox.html#currentText">TQComboBox</a> <a href="qcombotableitem.html#currentText">TQComboTableItem</a> <a href="ntqlistbox.html#currentText">TQListBox</a><li>currentThread: + <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="tqthread.html#currentThread">TQThread</a><li>currentTime: <a href="tqtime.html#currentTime">TQTime</a><li>currentValueText: - <a href="ntqspinbox.html#currentValueText">TQSpinBox</a><li>currentVerticalAlignmentChanged: + <a href="tqspinbox.html#currentValueText">TQSpinBox</a><li>currentVerticalAlignmentChanged: <a href="tqtextedit.html#currentVerticalAlignmentChanged">TQTextEdit</a><li>cursor: <a href="tqwidget.html#cursor">TQWidget</a><li>cursorBackward: - <a href="ntqlineedit.html#cursorBackward">TQLineEdit</a><li>cursorChanged: + <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="ntqapplication.html#cursorFlashTime">TQApplication</a><li>cursorForward: - <a href="ntqlineedit.html#cursorForward">TQLineEdit</a><li>cursorLeft: + <a href="tqlineedit.html#cursorForward">TQLineEdit</a><li>cursorLeft: <a href="ntqmultilineedit.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="qimevent.html#cursorPos">TQIMEvent</a><li>cursorPosition: - <a href="ntqlineedit.html#cursorPosition">TQLineEdit</a><li>cursorPositionChanged: + <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="ntqlineedit.html#cursorWordBackward">TQLineEdit</a> <a href="ntqmultilineedit.html#cursorWordBackward">TQMultiLineEdit</a><li>cursorWordForward: - <a href="ntqlineedit.html#cursorWordForward">TQLineEdit</a> <a href="ntqmultilineedit.html#cursorWordForward">TQMultiLineEdit</a><li>customColor: + <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="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: <a href="tqwidget.html#customWhatsThis">TQWidget</a><li>customize: <a href="tqmainwindow.html#customize">TQMainWindow</a><li>cut: - <a href="ntqlineedit.html#cut">TQLineEdit</a> <a href="tqtextedit.html#cut">TQTextEdit</a><li><a name="d"></a> + <a href="tqlineedit.html#cut">TQLineEdit</a> <a href="tqtextedit.html#cut">TQTextEdit</a><li><a name="d"></a> dark: <a href="tqcolor.html#dark">TQColor</a> <a href="tqcolorgroup.html#dark">TQColorGroup</a><li>data: <a href="tqclipboard.html#data">TQClipboard</a> <a href="qcustomevent.html#data">TQCustomEvent</a> <a href="tqdomcharacterdata.html#data">TQDomCharacterData</a> <a href="tqdomprocessinginstruction.html#data">TQDomProcessingInstruction</a> <a href="tqicondragitem.html#data">TQIconDragItem</a> <a href="tqmapconstiterator.html#data">TQMapConstIterator</a> <a href="tqmapiterator.html#data">TQMapIterator</a> <a href="tqmemarray.html#data">TQMemArray</a> <a href="tqmimesourcefactory.html#data">TQMimeSourceFactory</a> <a href="tqnetworkprotocol.html#data">TQNetworkProtocol</a> <a href="tqpicture.html#data">TQPicture</a> <a href="tqptrvector.html#data">TQPtrVector</a> <a href="tqsqlresult.html#data">TQSqlResult</a> <a href="tqurloperator.html#data">TQUrlOperator</a> <a href="tqxmlinputsource.html#data">TQXmlInputSource</a><li>dataChanged: @@ -677,7 +677,7 @@ dark: <a href="tqstylesheetitem.html#definesFontItalic">TQStyleSheetItem</a><li>definesFontStrikeOut: <a href="tqstylesheetitem.html#definesFontStrikeOut">TQStyleSheetItem</a><li>definesFontUnderline: <a href="tqstylesheetitem.html#definesFontUnderline">TQStyleSheetItem</a><li>del: - <a href="tqdatabrowser.html#del">TQDataBrowser</a> <a href="ntqlineedit.html#del">TQLineEdit</a> <a href="tqsqlcursor.html#del">TQSqlCursor</a> <a href="tqtextedit.html#del">TQTextEdit</a><li>delay: + <a href="tqdatabrowser.html#del">TQDataBrowser</a> <a href="tqlineedit.html#del">TQLineEdit</a> <a href="tqsqlcursor.html#del">TQSqlCursor</a> <a href="tqtextedit.html#del">TQTextEdit</a><li>delay: <a href="tqtooltipgroup.html#delay">TQToolTipGroup</a><li>delayedCloseFinished: <a href="tqsocket.html#delayedCloseFinished">TQSocket</a><li>deleteAllCodecs: <a href="tqtextcodec.html#deleteAllCodecs">TQTextCodec</a><li>deleteAllItems: @@ -692,7 +692,7 @@ dark: <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: - <a href="ntqlineedit.html#deselect">TQLineEdit</a><li>designable: + <a href="tqlineedit.html#deselect">TQLineEdit</a><li>designable: <a href="qmetaproperty.html#designable">TQMetaProperty</a><li>desktop: <a href="ntqapplication.html#desktop">TQApplication</a><li>desktopSettingsAware: <a href="ntqapplication.html#desktopSettingsAware">TQApplication</a><li>destroy: @@ -703,9 +703,9 @@ dark: <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="tqglcontext.html#deviceIsPixmap">TQGLContext</a><li>dialMoved: - <a href="ntqdial.html#dialMoved">TQDial</a><li>dialPressed: - <a href="ntqdial.html#dialPressed">TQDial</a><li>dialReleased: - <a href="ntqdial.html#dialReleased">TQDial</a><li>dialog: + <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: @@ -725,9 +725,9 @@ dark: <a href="tqmovie.html#disconnectResize">TQMovie</a><li>disconnectStatus: <a href="tqmovie.html#disconnectStatus">TQMovie</a><li>disconnectUpdate: <a href="tqmovie.html#disconnectUpdate">TQMovie</a><li>display: - <a href="ntqlcdnumber.html#display">TQLCDNumber</a> <a href="tqtimeedit.html#display">TQTimeEdit</a> <a href="tqwhatsthis.html#display">TQWhatsThis</a><li>displayMode: + <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="ntqlineedit.html#displayText">TQLineEdit</a><li>doAutoScroll: + <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="qaccessibleinterface.html#doDefaultAction">TQAccessibleInterface</a><li>doKeyboardAction: <a href="tqtextedit.html#doKeyboardAction">TQTextEdit</a><li>doLayout: @@ -741,18 +741,18 @@ dark: <a href="tqdomdocument.html#doctype">TQDomDocument</a><li>documentElement: <a href="tqdomdocument.html#documentElement">TQDomDocument</a><li>documentTitle: <a href="tqtextedit.html#documentTitle">TQTextEdit</a><li>done: - <a href="ntqdialog.html#done">TQDialog</a> <a href="tqftp.html#done">TQFtp</a> <a href="tqhttp.html#done">TQHttp</a><li>doneCurrent: + <a href="tqdialog.html#done">TQDialog</a> <a href="tqftp.html#done">TQFtp</a> <a href="tqhttp.html#done">TQHttp</a><li>doneCurrent: <a href="tqglcontext.html#doneCurrent">TQGLContext</a> <a href="tqglwidget.html#doneCurrent">TQGLWidget</a><li>dotsPerMeterX: <a href="tqimage.html#dotsPerMeterX">TQImage</a><li>dotsPerMeterY: <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="ntqspinbox.html#downRect">TQSpinBox</a><li>drag: + <a href="tqspinbox.html#downRect">TQSpinBox</a><li>drag: <a href="tqdragobject.html#drag">TQDragObject</a><li>dragAutoScroll: - <a href="ntqscrollview.html#dragAutoScroll">TQScrollView</a><li>dragCopy: + <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="ntqlineedit.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="qlistviewitem.html#dragEnabled">TQListViewItem</a> <a href="ntqtable.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="tqwidget.html#dragLeaveEvent">TQWidget</a><li>dragLeft: @@ -761,7 +761,7 @@ dark: <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="ntqscrollbar.html#draggingSlider">TQScrollBar</a><li>draw: + <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: @@ -771,8 +771,8 @@ dark: <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="ntqlcdnumber.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="ntqscrollview.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="ntqscrollview.html#drawContentsOffset">TQScrollView</a><li>drawControl: + <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="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: @@ -811,25 +811,25 @@ dark: <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: - <a href="ntqcombobox.html#duplicatesEnabled">TQComboBox</a><li>dx: + <a href="tqcombobox.html#duplicatesEnabled">TQComboBox</a><li>dx: <a href="tqwmatrix.html#dx">TQWMatrix</a><li>dy: <a href="tqwmatrix.html#dy">TQWMatrix</a><li><a name="e"></a> echoMode: - <a href="ntqlineedit.html#echoMode">TQLineEdit</a><li>editBuffer: + <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="ntqcombobox.html#editable">TQComboBox</a><li>edited: + <a href="tqcombobox.html#editable">TQComboBox</a><li>edited: <a href="ntqmultilineedit.html#edited">TQMultiLineEdit</a><li>editor: - <a href="ntqspinbox.html#editor">TQSpinBox</a><li>elapsed: + <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: <a href="tqdomdocument.html#elementsByTagName">TQDomDocument</a> <a href="tqdomelement.html#elementsByTagName">TQDomElement</a><li>elementsByTagNameNS: <a href="tqdomdocument.html#elementsByTagNameNS">TQDomDocument</a> <a href="tqdomelement.html#elementsByTagNameNS">TQDomElement</a><li>emitSelectionChanged: <a href="tqiconview.html#emitSelectionChanged">TQIconView</a><li>empty: <a href="tqmap.html#empty">TQMap</a> <a href="tqvaluelist.html#empty">TQValueList</a> <a href="tqvaluevector.html#empty">TQValueVector</a><li>enableClipper: - <a href="ntqscrollview.html#enableClipper">TQScrollView</a><li>enableRewind: + <a href="tqscrollview.html#enableClipper">TQScrollView</a><li>enableRewind: <a href="tqdatasource.html#enableRewind">TQDataSource</a> <a href="tqiodevicesource.html#enableRewind">TQIODeviceSource</a><li>enabled: <a href="tqtooltipgroup.html#enabled">TQToolTipGroup</a><li>enabledChange: <a href="tqwidget.html#enabledChange">TQWidget</a><li>encode: @@ -837,7 +837,7 @@ 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="ntqlineedit.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="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="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: @@ -854,7 +854,7 @@ echoMode: <a href="ntqlistbox.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="ntqscrollview.html#ensureVisible">TQScrollView</a><li>enterAllocContext: + <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: <a href="qnpwidget.html#enterInstance">TQNPWidget</a><li>enterLoop: @@ -881,10 +881,10 @@ 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="ntqscrollview.html#eventFilter">TQScrollView</a> <a href="ntqspinbox.html#eventFilter">TQSpinBox</a><li>eventLoop: + <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="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="ntqdialog.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: + <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: <a href="tqsqlquery.html#executedQuery">TQSqlQuery</a><li>exists: <a href="tqdir.html#exists">TQDir</a> <a href="tqfile.html#exists">TQFile</a> <a href="tqfileinfo.html#exists">TQFileInfo</a><li>exit: <a href="ntqapplication.html#exit">TQApplication</a> <a href="tqeventloop.html#exit">TQEventLoop</a> <a href="tqthread.html#exit">TQThread</a><li>exitLoop: @@ -895,7 +895,7 @@ echoMode: <a href="ntqlistview.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="ntqdialog.html#extension">TQDialog</a> <a href="tqfileinfo.html#extension">TQFileInfo</a><li>externalEntityDecl: + <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: <a href="tqdatatable.html#falseText">TQDataTable</a><li>families: @@ -981,7 +981,7 @@ falseText: <a href="tqsqldriver.html#formatValue">TQSqlDriver</a><li>forward: <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="ntqlineedit.html#frame">TQLineEdit</a><li>frameChanged: + <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="tqcanvassprite.html#frameCount">TQCanvasSprite</a><li>frameDone: <a href="tqimageconsumer.html#frameDone">TQImageConsumer</a><li>frameGeometry: @@ -1073,12 +1073,12 @@ gamma: <a href="tqfileinfo.html#groupId">TQFileInfo</a><li>guiThreadAwake: <a href="ntqapplication.html#guiThreadAwake">TQApplication</a><li><a name="h"></a> hScrollBarMode: - <a href="ntqscrollview.html#hScrollBarMode">TQScrollView</a><li>handle: + <a href="tqscrollview.html#hScrollBarMode">TQScrollView</a><li>handle: <a href="ntqcursor.html#handle">TQCursor</a> <a href="tqfile.html#handle">TQFile</a> <a href="tqfont.html#handle">TQFont</a> <a href="tqpaintdevice.html#handle">TQPaintDevice</a> <a href="tqpainter.html#handle">TQPainter</a> <a href="tqregion.html#handle">TQRegion</a> <a href="tqsessionmanager.html#handle">TQSessionManager</a><li>handleError: <a href="tqdatabrowser.html#handleError">TQDataBrowser</a> <a href="tqdatatable.html#handleError">TQDataTable</a><li>handlePosition: <a href="ntqdockarea.html#handlePosition">TQDockArea</a><li>handleWidth: <a href="ntqsplitter.html#handleWidth">TQSplitter</a><li>hasAcceptableInput: - <a href="ntqlineedit.html#hasAcceptableInput">TQLineEdit</a><li>hasAlpha: + <a href="tqlineedit.html#hasAcceptableInput">TQLineEdit</a><li>hasAlpha: <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: @@ -1118,8 +1118,8 @@ hScrollBarMode: <a href="tqxmlreader.html#hasProperty">TQXmlReader</a><li>hasRef: <a href="tqurl.html#hasRef">TQUrl</a><li>hasScaledContents: <a href="tqlabel.html#hasScaledContents">TQLabel</a><li>hasSelectedText: - <a href="ntqlineedit.html#hasSelectedText">TQLineEdit</a> <a href="tqtextedit.html#hasSelectedText">TQTextEdit</a><li>hasStaticBackground: - <a href="ntqscrollview.html#hasStaticBackground">TQScrollView</a><li>hasUser: + <a href="tqlineedit.html#hasSelectedText">TQLineEdit</a> <a href="tqtextedit.html#hasSelectedText">TQTextEdit</a><li>hasStaticBackground: + <a href="tqscrollview.html#hasStaticBackground">TQScrollView</a><li>hasUser: <a href="tqurl.html#hasUser">TQUrl</a><li>hasViewXForm: <a href="tqpainter.html#hasViewXForm">TQPainter</a><li>hasWorldXForm: <a href="tqpainter.html#hasWorldXForm">TQPainter</a><li>hash: @@ -1139,24 +1139,24 @@ hScrollBarMode: <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="ntqscrollbar.html#hideEvent">TQScrollBar</a> <a href="tqwidget.html#hideEvent">TQWidget</a><li>hideOrShow: + <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="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="ntqcombobox.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="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="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="ntqlineedit.html#home">TQLineEdit</a> <a href="ntqmultilineedit.html#home">TQMultiLineEdit</a> <a href="tqtextbrowser.html#home">TQTextBrowser</a><li>homeDirPath: + <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="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="ntqscrollview.html#horizontalScrollBar">TQScrollView</a><li>horizontalSliderPressed: - <a href="ntqscrollview.html#horizontalSliderPressed">TQScrollView</a><li>horizontalSliderReleased: - <a href="ntqscrollview.html#horizontalSliderReleased">TQScrollView</a><li>host: + <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: <a href="tqurl.html#host">TQUrl</a><li>hostFound: <a href="tqsocket.html#hostFound">TQSocket</a><li>hostName: <a href="tqsqldatabase.html#hostName">TQSqlDatabase</a><li>hostNames: @@ -1167,7 +1167,7 @@ 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="ntqpushbutton.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="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="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: @@ -1206,8 +1206,8 @@ icon: <a href="tqglcontext.html#initialized">TQGLContext</a><li>inputFormatList: <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="ntqlineedit.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="ntqlineedit.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="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="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: @@ -1217,7 +1217,7 @@ icon: <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="ntqcombobox.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="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="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: @@ -1226,16 +1226,16 @@ icon: <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="ntqcombobox.html#insertStrList">TQComboBox</a> <a href="ntqlistbox.html#insertStrList">TQListBox</a><li>insertStretch: + <a href="tqcombobox.html#insertStrList">TQComboBox</a> <a href="ntqlistbox.html#insertStrList">TQListBox</a><li>insertStretch: <a href="qboxlayout.html#insertStretch">TQBoxLayout</a><li>insertStringList: - <a href="ntqcombobox.html#insertStringList">TQComboBox</a> <a href="ntqlistbox.html#insertStringList">TQListBox</a><li>insertSubstitution: + <a href="tqcombobox.html#insertStringList">TQComboBox</a> <a href="ntqlistbox.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="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="qchildevent.html#inserted">TQChildEvent</a><li>insertionPolicy: - <a href="ntqcombobox.html#insertionPolicy">TQComboBox</a><li>insideMargin: + <a href="tqcombobox.html#insertionPolicy">TQComboBox</a><li>insideMargin: <a href="ntqgroupbox.html#insideMargin">TQGroupBox</a><li>insideSpacing: <a href="ntqgroupbox.html#insideSpacing">TQGroupBox</a><li>installDefaultFactory: <a href="tqeditorfactory.html#installDefaultFactory">TQEditorFactory</a> <a href="tqiconfactory.html#installDefaultFactory">TQIconFactory</a> <a href="tqsqleditorfactory.html#installDefaultFactory">TQSqlEditorFactory</a><li>installDefaultMap: @@ -1247,10 +1247,10 @@ icon: <a href="tqdatatable.html#installPropertyMap">TQDataTable</a> <a href="tqsqlform.html#installPropertyMap">TQSqlForm</a><li>installTranslator: <a href="ntqapplication.html#installTranslator">TQApplication</a><li>instance: <a href="qnpstream.html#instance">TQNPStream</a> <a href="qnpwidget.html#instance">TQNPWidget</a><li>intValue: - <a href="ntqlcdnumber.html#intValue">TQLCDNumber</a><li>internalEntityDecl: + <a href="tqlcdnumber.html#intValue">TQLCDNumber</a><li>internalEntityDecl: <a href="tqxmldeclhandler.html#internalEntityDecl">TQXmlDeclHandler</a><li>internalSubset: <a href="tqdomdocumenttype.html#internalSubset">TQDomDocumentType</a><li>interpretText: - <a href="ntqspinbox.html#interpretText">TQSpinBox</a><li>intersect: + <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: @@ -1276,7 +1276,7 @@ icon: <a href="tqsqlcursor.html#isCalculated">TQSqlCursor</a> <a href="tqsqlfieldinfo.html#isCalculated">TQSqlFieldInfo</a><li>isCharacterData: <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="ntqcheckbox.html#isChecked">TQCheckBox</a> <a href="qchecktableitem.html#isChecked">TQCheckTableItem</a> <a href="ntqgroupbox.html#isChecked">TQGroupBox</a> <a href="ntqradiobutton.html#isChecked">TQRadioButton</a><li>isClickEnabled: + <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="ntqdockwindow.html#isCloseEnabled">TQDockWindow</a><li>isColumnHidden: <a href="ntqtable.html#isColumnHidden">TQTable</a><li>isColumnReadOnly: @@ -1291,7 +1291,7 @@ icon: <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="tqmainwindow.html#isCustomizable">TQMainWindow</a><li>isDefault: - <a href="ntqpushbutton.html#isDefault">TQPushButton</a> <a href="tqstyleoption.html#isDefault">TQStyleOption</a><li>isDefaultUp: + <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: <a href="tqsqlindex.html#isDescending">TQSqlIndex</a><li>isDesktop: <a href="tqwidget.html#isDesktop">TQWidget</a><li>isDialog: @@ -1307,7 +1307,7 @@ icon: <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="tqsqldatabase.html#isDriverAvailable">TQSqlDatabase</a><li>isEditable: - <a href="qcombotableitem.html#isEditable">TQComboTableItem</a><li>isEditing: + <a href="tqcombotableitem.html#isEditable">TQComboTableItem</a><li>isEditing: <a href="ntqtable.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: @@ -1325,7 +1325,7 @@ icon: <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: <a href="tqfontdatabase.html#isFixedPitch">TQFontDatabase</a><li>isFlat: - <a href="ntqgroupbox.html#isFlat">TQGroupBox</a> <a href="ntqpushbutton.html#isFlat">TQPushButton</a><li>isFocusEnabled: + <a href="ntqgroupbox.html#isFlat">TQGroupBox</a> <a href="tqpushbutton.html#isFlat">TQPushButton</a><li>isFocusEnabled: <a href="tqwidget.html#isFocusEnabled">TQWidget</a><li>isForwardOnly: <a href="tqsqlquery.html#isForwardOnly">TQSqlQuery</a> <a href="tqsqlresult.html#isForwardOnly">TQSqlResult</a><li>isFullScreen: <a href="tqwidget.html#isFullScreen">TQWidget</a><li>isGenerated: @@ -1333,7 +1333,7 @@ icon: <a href="tqtooltip.html#isGloballyEnabled">TQToolTip</a><li>isGrayscale: <a href="tqimage.html#isGrayscale">TQImage</a><li>isHidden: <a href="tqfileinfo.html#isHidden">TQFileInfo</a> <a href="tqwidget.html#isHidden">TQWidget</a><li>isHorizontalSliderPressed: - <a href="ntqscrollview.html#isHorizontalSliderPressed">TQScrollView</a><li>isHorizontallyStretchable: + <a href="tqscrollview.html#isHorizontalSliderPressed">TQScrollView</a><li>isHorizontallyStretchable: <a href="ntqdockwindow.html#isHorizontallyStretchable">TQDockWindow</a><li>isIPv4Address: <a href="tqhostaddress.html#isIPv4Address">TQHostAddress</a><li>isIPv6Address: <a href="tqhostaddress.html#isIPv6Address">TQHostAddress</a><li>isIdentity: @@ -1353,13 +1353,13 @@ icon: <a href="tqchar.html#isMark">TQChar</a><li>isMaximized: <a href="tqwidget.html#isMaximized">TQWidget</a><li>isMinimized: <a href="tqwidget.html#isMinimized">TQWidget</a><li>isModal: - <a href="ntqdialog.html#isModal">TQDialog</a> <a href="tqwidget.html#isModal">TQWidget</a><li>isModified: - <a href="ntqlineedit.html#isModified">TQLineEdit</a> <a href="tqtextedit.html#isModified">TQTextEdit</a><li>isMovingEnabled: + <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="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="qchecklistitem.html#isOn">TQCheckListItem</a> <a href="ntqbutton.html#isOn">TQPushButton</a> <a href="ntqbutton.html#isOn">TQRadioButton</a><li>isOpen: + <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="tqsqldatabase.html#isOpenError">TQSqlDatabase</a> <a href="tqsqldriver.html#isOpenError">TQSqlDriver</a><li>isOptionEnabled: <a href="tqprinter.html#isOptionEnabled">TQPrinter</a><li>isOverwriteMode: @@ -1373,10 +1373,10 @@ icon: <a href="tqpixmap.html#isTQBitmap">TQPixmap</a><li>isRadioButtonExclusive: <a href="ntqbuttongroup.html#isRadioButtonExclusive">TQButtonGroup</a><li>isRaw: <a href="tqiodevice.html#isRaw">TQIODevice</a><li>isReadOnly: - <a href="tqdatabrowser.html#isReadOnly">TQDataBrowser</a> <a href="ntqlineedit.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="ntqtable.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="ntqlineedit.html#isRedoAvailable">TQLineEdit</a> <a href="tqtextedit.html#isRedoAvailable">TQTextEdit</a><li>isRelative: + <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: @@ -1401,7 +1401,7 @@ icon: <a href="qmetaproperty.html#isSetType">TQMetaProperty</a><li>isSharing: <a href="tqglcontext.html#isSharing">TQGLContext</a> <a href="tqglwidget.html#isSharing">TQGLWidget</a><li>isShown: <a href="tqwidget.html#isShown">TQWidget</a><li>isSizeGripEnabled: - <a href="ntqdialog.html#isSizeGripEnabled">TQDialog</a> <a href="tqstatusbar.html#isSizeGripEnabled">TQStatusBar</a><li>isSmoothlyScalable: + <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: @@ -1418,12 +1418,12 @@ icon: <a href="tqiodevice.html#isTranslated">TQIODevice</a><li>isTrim: <a href="tqsqlfieldinfo.html#isTrim">TQSqlFieldInfo</a><li>isTrimmed: <a href="tqsqlcursor.html#isTrimmed">TQSqlCursor</a><li>isTristate: - <a href="ntqcheckbox.html#isTristate">TQCheckBox</a> <a href="qchecklistitem.html#isTristate">TQCheckListItem</a><li>isUndoAvailable: - <a href="ntqlineedit.html#isUndoAvailable">TQLineEdit</a> <a href="tqtextedit.html#isUndoAvailable">TQTextEdit</a><li>isUndoRedoEnabled: + <a href="tqcheckbox.html#isTristate">TQCheckBox</a> <a href="tqchecklistitem.html#isTristate">TQCheckListItem</a><li>isUndoAvailable: + <a href="tqlineedit.html#isUndoAvailable">TQLineEdit</a> <a href="tqtextedit.html#isUndoAvailable">TQTextEdit</a><li>isUndoRedoEnabled: <a href="tqtextedit.html#isUndoRedoEnabled">TQTextEdit</a><li>isUpdatesEnabled: <a href="tqwidget.html#isUpdatesEnabled">TQWidget</a><li>isValid: <a href="qaccessibleinterface.html#isValid">TQAccessibleInterface</a> <a href="tqcanvaspixmaparray.html#isValid">TQCanvasPixmapArray</a> <a href="tqcanvaspolygonalitem.html#isValid">TQCanvasPolygonalItem</a> <a href="tqcolor.html#isValid">TQColor</a> <a href="tqdate.html#isValid">TQDate</a> <a href="tqdatetime.html#isValid">TQDateTime</a> <a href="tqglcontext.html#isValid">TQGLContext</a> <a href="tqglwidget.html#isValid">TQGLWidget</a> <a href="tqhttpheader.html#isValid">TQHttpHeader</a> <a href="tqrect.html#isValid">TQRect</a> <a href="tqregexp.html#isValid">TQRegExp</a> <a href="tqsize.html#isValid">TQSize</a> <a href="tqsocketdevice.html#isValid">TQSocketDevice</a> <a href="tqsqlquery.html#isValid">TQSqlQuery</a> <a href="tqsqlresult.html#isValid">TQSqlResult</a> <a href="tqtime.html#isValid">TQTime</a> <a href="tqurl.html#isValid">TQUrl</a> <a href="tqurlinfo.html#isValid">TQUrlInfo</a> <a href="ntqvariant.html#isValid">TQVariant</a><li>isVerticalSliderPressed: - <a href="ntqscrollview.html#isVerticalSliderPressed">TQScrollView</a><li>isVerticallyStretchable: + <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: @@ -1460,7 +1460,7 @@ join: <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="ntqlineedit.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="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: @@ -1507,19 +1507,19 @@ label: <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: - <a href="ntqscrollview.html#leftMargin">TQScrollView</a><li>length: + <a href="tqscrollview.html#leftMargin">TQScrollView</a><li>length: <a href="tqcstring.html#length">TQCString</a> <a href="tqdomcharacterdata.html#length">TQDomCharacterData</a> <a href="tqdomnamednodemap.html#length">TQDomNamedNodeMap</a> <a href="tqdomnodelist.html#length">TQDomNodeList</a> <a href="tqsqlfieldinfo.html#length">TQSqlFieldInfo</a> <a href="tqstring.html#length">TQString</a> <a href="tqtextedit.html#length">TQTextEdit</a> <a href="tqxmlattributes.html#length">TQXmlAttributes</a><li>lessThan: <a href="tqurlinfo.html#lessThan">TQUrlInfo</a><li>lexicalHandler: <a href="tqxmlreader.html#lexicalHandler">TQXmlReader</a><li>library: <a href="ntqlibrary.html#library">TQLibrary</a><li>libraryPaths: <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="ntqcombobox.html#lineEdit">TQComboBox</a><li>lineLength: + <a href="tqcombobox.html#lineEdit">TQComboBox</a><li>lineLength: <a href="ntqmultilineedit.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="ntqdial.html#lineStep">TQDial</a> <a href="ntqrangecontrol.html#lineStep">TQRangeControl</a> <a href="ntqscrollbar.html#lineStep">TQScrollBar</a> <a href="ntqslider.html#lineStep">TQSlider</a> <a href="ntqspinbox.html#lineStep">TQSpinBox</a><li>lineUp: + <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: @@ -1530,7 +1530,7 @@ 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="ntqcombobox.html#listBox">TQComboBox</a> <a href="qlistboxitem.html#listBox">TQListBoxItem</a><li>listChildren: + <a href="tqcombobox.html#listBox">TQComboBox</a> <a href="qlistboxitem.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: @@ -1560,7 +1560,7 @@ label: <a href="tqeventloop.html#loopLevel">TQEventLoop</a><li>loops: <a href="ntqsound.html#loops">TQSound</a><li>loopsRemaining: <a href="ntqsound.html#loopsRemaining">TQSound</a><li>lostFocus: - <a href="qfocusevent.html#lostFocus">TQFocusEvent</a> <a href="ntqlineedit.html#lostFocus">TQLineEdit</a><li>lower: + <a href="qfocusevent.html#lostFocus">TQFocusEvent</a> <a href="tqlineedit.html#lostFocus">TQLineEdit</a><li>lower: <a href="tqcstring.html#lower">TQCString</a> <a href="tqchar.html#lower">TQChar</a> <a href="tqstring.html#lower">TQString</a> <a href="tqwidget.html#lower">TQWidget</a><li><a name="m"></a> m11: <a href="tqwmatrix.html#m11">TQWMatrix</a><li>m12: @@ -1587,7 +1587,7 @@ m11: <a href="tqwidget.html#mapFromGlobal">TQWidget</a><li>mapFromParent: <a href="tqwidget.html#mapFromParent">TQWidget</a><li>mapRect: <a href="tqwmatrix.html#mapRect">TQWMatrix</a><li>mapTextToValue: - <a href="ntqspinbox.html#mapTextToValue">TQSpinBox</a><li>mapTo: + <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: @@ -1595,7 +1595,7 @@ m11: <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="ntqspinbox.html#mapValueToText">TQSpinBox</a><li>mapped: + <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="tqprinter.html#margins">TQPrinter</a><li>markedText: @@ -1607,14 +1607,14 @@ m11: <a href="ntqkeysequence.html#matches">TQKeySequence</a><li>maxColors: <a href="tqcolor.html#maxColors">TQColor</a><li>maxCost: <a href="tqasciicache.html#maxCost">TQAsciiCache</a> <a href="tqcache.html#maxCost">TQCache</a> <a href="tqintcache.html#maxCost">TQIntCache</a><li>maxCount: - <a href="ntqcombobox.html#maxCount">TQComboBox</a><li>maxIconWidth: + <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="ntqlineedit.html#maxLength">TQLineEdit</a><li>maxLogLines: + <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="ntqdial.html#maxValue">TQDial</a> <a href="ntqrangecontrol.html#maxValue">TQRangeControl</a> <a href="ntqscrollbar.html#maxValue">TQScrollBar</a> <a href="ntqslider.html#maxValue">TQSlider</a> <a href="ntqspinbox.html#maxValue">TQSpinBox</a> <a href="tqtimeedit.html#maxValue">TQTimeEdit</a><li>maxWidth: + <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: @@ -1652,12 +1652,12 @@ m11: <a href="tqfontmetrics.html#minLeftBearing">TQFontMetrics</a><li>minPage: <a href="tqprinter.html#minPage">TQPrinter</a><li>minRightBearing: <a href="tqfontmetrics.html#minRightBearing">TQFontMetrics</a><li>minValue: - <a href="tqdateedit.html#minValue">TQDateEdit</a> <a href="ntqdial.html#minValue">TQDial</a> <a href="ntqrangecontrol.html#minValue">TQRangeControl</a> <a href="ntqscrollbar.html#minValue">TQScrollBar</a> <a href="ntqslider.html#minValue">TQSlider</a> <a href="ntqspinbox.html#minValue">TQSpinBox</a> <a href="tqtimeedit.html#minValue">TQTimeEdit</a><li>minimal: + <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="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="ntqlineedit.html#minimumSizeHint">TQLineEdit</a> <a href="tqwidget.html#minimumSizeHint">TQWidget</a><li>minimumWidth: + <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: <a href="tqtime.html#minute">TQTime</a><li>mirror: @@ -1666,7 +1666,7 @@ m11: <a href="tqchar.html#mirroredChar">TQChar</a><li>mixedColor: <a href="ntqplatinumstyle.html#mixedColor">TQPlatinumStyle</a><li>mkdir: <a href="tqdir.html#mkdir">TQDir</a> <a href="tqftp.html#mkdir">TQFtp</a> <a href="tqurloperator.html#mkdir">TQUrlOperator</a><li>mode: - <a href="tqfiledialog.html#mode">TQFileDialog</a> <a href="tqiodevice.html#mode">TQIODevice</a> <a href="ntqlcdnumber.html#mode">TQLCDNumber</a> <a href="qnpinstance.html#mode">TQNPInstance</a> <a href="tqsqlcursor.html#mode">TQSqlCursor</a><li>modificationChanged: + <a href="tqfiledialog.html#mode">TQFileDialog</a> <a href="tqiodevice.html#mode">TQIODevice</a> <a href="tqlcdnumber.html#mode">TQLCDNumber</a> <a href="qnpinstance.html#mode">TQNPInstance</a> <a href="tqsqlcursor.html#mode">TQSqlCursor</a><li>modificationChanged: <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: @@ -1683,7 +1683,7 @@ m11: <a href="tqrect.html#moveBottomRight">TQRect</a><li>moveBy: <a href="tqcanvasitem.html#moveBy">TQCanvasItem</a> <a href="tqiconviewitem.html#moveBy">TQIconViewItem</a> <a href="tqrect.html#moveBy">TQRect</a><li>moveCenter: <a href="tqrect.html#moveCenter">TQRect</a><li>moveChild: - <a href="ntqscrollview.html#moveChild">TQScrollView</a><li>moveCursor: + <a href="tqscrollview.html#moveChild">TQScrollView</a><li>moveCursor: <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: @@ -1727,8 +1727,8 @@ name: <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="tqiconviewitem.html#nextItem">TQIconViewItem</a><li>nextLine: - <a href="ntqscrollbar.html#nextLine">TQScrollBar</a><li>nextPage: - <a href="ntqscrollbar.html#nextPage">TQScrollBar</a><li>nextRecordAvailable: + <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#nodeName">TQDomNode</a><li>nodeType: @@ -1740,9 +1740,9 @@ name: <a href="tqxmldtdhandler.html#notationDecl">TQXmlDTDHandler</a><li>notationName: <a href="tqdomentity.html#notationName">TQDomEntity</a><li>notations: <a href="tqdomdocumenttype.html#notations">TQDomDocumentType</a><li>notchSize: - <a href="ntqdial.html#notchSize">TQDial</a><li>notchTarget: - <a href="ntqdial.html#notchTarget">TQDial</a><li>notchesVisible: - <a href="ntqdial.html#notchesVisible">TQDial</a><li>notify: + <a href="tqdial.html#notchSize">TQDial</a><li>notchTarget: + <a href="tqdial.html#notchTarget">TQDial</a><li>notchesVisible: + <a href="tqdial.html#notchesVisible">TQDial</a><li>notify: <a href="ntqapplication.html#notify">TQApplication</a><li>notifyURL: <a href="qnpinstance.html#notifyURL">TQNPInstance</a><li>nrefs: <a href="tqmemarray.html#nrefs">TQMemArray</a><li>nullText: @@ -1755,7 +1755,7 @@ name: <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="tqprinter.html#numCopies">TQPrinter</a><li>numDigits: - <a href="ntqlcdnumber.html#numDigits">TQLCDNumber</a><li>numItemsVisible: + <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="ntqmetaobject.html#numProperties">TQMetaObject</a><li>numRows: @@ -1834,14 +1834,14 @@ 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="ntqdialog.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="ntqscrollbar.html#orientation">TQScrollBar</a> <a href="ntqslider.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="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="ntqdockwindow.html#orientationChanged">TQDockWindow</a><li>origin: <a href="qgridlayout.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: <a href="tqprinter.html#outputToFile">TQPrinter</a><li>overflow: - <a href="ntqlcdnumber.html#overflow">TQLCDNumber</a><li>overlayContext: + <a href="tqlcdnumber.html#overflow">TQLCDNumber</a><li>overlayContext: <a href="tqglwidget.html#overlayContext">TQGLWidget</a><li>overlayTransparentColor: <a href="tqglcontext.html#overlayTransparentColor">TQGLContext</a><li>overline: <a href="tqfont.html#overline">TQFont</a><li>overlinePos: @@ -1863,15 +1863,15 @@ packImage: <a href="ntqmultilineedit.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="ntqdial.html#pageStep">TQDial</a> <a href="ntqrangecontrol.html#pageStep">TQRangeControl</a> <a href="ntqscrollbar.html#pageStep">TQScrollBar</a> <a href="ntqslider.html#pageStep">TQSlider</a><li>pageUp: + <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="qchecklistitem.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="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="tqdatatable.html#paintField">TQDataTable</a><li>paintFocus: - <a href="qchecklistitem.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="qlistviewitem.html#paintFocus">TQListViewItem</a> <a href="ntqtable.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: @@ -1898,7 +1898,7 @@ packImage: <a href="tqurl.html#parse">TQUrl</a> <a href="tqxmlreader.html#parse">TQXmlReader</a> <a href="tqxmlsimplereader.html#parse">TQXmlSimpleReader</a><li>parseContinue: <a href="tqxmlsimplereader.html#parseContinue">TQXmlSimpleReader</a><li>password: <a href="tqsqldatabase.html#password">TQSqlDatabase</a> <a href="tqurl.html#password">TQUrl</a><li>paste: - <a href="ntqlineedit.html#paste">TQLineEdit</a> <a href="tqtextedit.html#paste">TQTextEdit</a><li>pasteSubType: + <a href="tqlineedit.html#paste">TQLineEdit</a> <a href="tqtextedit.html#paste">TQTextEdit</a><li>pasteSubType: <a href="tqtextedit.html#pasteSubType">TQTextEdit</a><li>path: <a href="tqdir.html#path">TQDir</a> <a href="tqhttprequestheader.html#path">TQHttpRequestHeader</a> <a href="tqurl.html#path">TQUrl</a><li>pattern: <a href="tqregexp.html#pattern">TQRegExp</a><li>pause: @@ -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="ntqcombobox.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="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="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: @@ -1936,7 +1936,7 @@ packImage: <a href="tqxmlnamespacesupport.html#popContext">TQXmlNamespaceSupport</a><li>pop_back: <a href="tqvaluelist.html#pop_back">TQValueList</a> <a href="tqvaluevector.html#pop_back">TQValueVector</a><li>pop_front: <a href="tqvaluelist.html#pop_front">TQValueList</a><li>popup: - <a href="ntqcombobox.html#popup">TQComboBox</a> <a href="tqpopupmenu.html#popup">TQPopupMenu</a> <a href="ntqpushbutton.html#popup">TQPushButton</a> <a href="tqtoolbutton.html#popup">TQToolButton</a><li>popupDelay: + <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: @@ -1946,7 +1946,7 @@ packImage: <a href="ntqapplication.html#postEvent">TQApplication</a><li>postURL: <a href="qnpinstance.html#postURL">TQNPInstance</a><li>precision: <a href="tqsqlfieldinfo.html#precision">TQSqlFieldInfo</a> <a href="tqtextstream.html#precision">TQTextStream</a><li>prefix: - <a href="tqdomnode.html#prefix">TQDomNode</a> <a href="ntqspinbox.html#prefix">TQSpinBox</a> <a href="tqxmlnamespacesupport.html#prefix">TQXmlNamespaceSupport</a><li>prefixes: + <a href="tqdomnode.html#prefix">TQDomNode</a> <a href="tqspinbox.html#prefix">TQSpinBox</a> <a href="tqxmlnamespacesupport.html#prefix">TQXmlNamespaceSupport</a><li>prefixes: <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: @@ -1954,8 +1954,8 @@ packImage: <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="tqiconviewitem.html#prevItem">TQIconViewItem</a><li>prevLine: - <a href="ntqscrollbar.html#prevLine">TQScrollBar</a><li>prevPage: - <a href="ntqscrollbar.html#prevPage">TQScrollBar</a><li>prevRecordAvailable: + <a href="tqscrollbar.html#prevLine">TQScrollBar</a><li>prevPage: + <a href="tqscrollbar.html#prevPage">TQScrollBar</a><li>prevRecordAvailable: <a href="tqdatabrowser.html#prevRecordAvailable">TQDataBrowser</a><li>prevValue: <a href="ntqrangecontrol.html#prevValue">TQRangeControl</a><li>previewMode: <a href="tqfiledialog.html#previewMode">TQFileDialog</a><li>previewUrl: @@ -2053,7 +2053,7 @@ rBottom: <a href="tqrect.html#rTop">TQRect</a><li>raise: <a href="tqwidget.html#raise">TQWidget</a><li>raiseWidget: <a href="tqwidgetstack.html#raiseWidget">TQWidgetStack</a><li>rangeChange: - <a href="ntqdial.html#rangeChange">TQDial</a> <a href="ntqrangecontrol.html#rangeChange">TQRangeControl</a> <a href="ntqslider.html#rangeChange">TQSlider</a> <a href="ntqspinbox.html#rangeChange">TQSpinBox</a><li>rasterOp: + <a href="tqdial.html#rangeChange">TQDial</a> <a href="ntqrangecontrol.html#rangeChange">TQRangeControl</a> <a href="tqslider.html#rangeChange">TQSlider</a> <a href="tqspinbox.html#rangeChange">TQSpinBox</a><li>rasterOp: <a href="tqpainter.html#rasterOp">TQPainter</a><li>rawArg: <a href="tqnetworkoperation.html#rawArg">TQNetworkOperation</a><li>rawCommand: <a href="tqftp.html#rawCommand">TQFtp</a><li>rawCommandReply: @@ -2097,7 +2097,7 @@ rBottom: <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: - <a href="ntqlineedit.html#redo">TQLineEdit</a> <a href="tqtextedit.html#redo">TQTextEdit</a><li>redoAvailable: + <a href="tqlineedit.html#redo">TQLineEdit</a> <a href="tqtextedit.html#redo">TQTextEdit</a><li>redoAvailable: <a href="tqtextedit.html#redoAvailable">TQTextEdit</a><li>ref: <a href="tqstring.html#ref">TQString</a> <a href="tqurl.html#ref">TQUrl</a><li>reformat: <a href="tqstatusbar.html#reformat">TQStatusBar</a><li>refresh: @@ -2109,7 +2109,7 @@ rBottom: <a href="tqeventloop.html#registerSocketNotifier">TQEventLoop</a><li>registerSqlDriver: <a href="tqsqldatabase.html#registerSqlDriver">TQSqlDatabase</a><li>rehighlight: <a href="tqsyntaxhighlighter.html#rehighlight">TQSyntaxHighlighter</a><li>reject: - <a href="ntqdialog.html#reject">TQDialog</a><li>rejectCallback: + <a href="tqdialog.html#reject">TQDialog</a><li>rejectCallback: <a href="qmotifdialog.html#rejectCallback">TQMotifDialog</a><li>release: <a href="tqsessionmanager.html#release">TQSessionManager</a><li>releaseKeyboard: <a href="tqwidget.html#releaseKeyboard">TQWidget</a><li>releaseMouse: @@ -2120,7 +2120,7 @@ rBottom: <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="ntqscrollview.html#removeChild">TQScrollView</a><li>removeColumn: + <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="tqsqldatabase.html#removeDatabase">TQSqlDatabase</a><li>removeDockWindow: @@ -2130,7 +2130,7 @@ 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="ntqcombobox.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="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="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="tqptrlist.html#removeLast">TQPtrList</a><li>removeLibraryPath: @@ -2166,9 +2166,9 @@ rBottom: <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="tqtextedit.html#repaintChanged">TQTextEdit</a><li>repaintContents: - <a href="ntqscrollview.html#repaintContents">TQScrollView</a><li>repaintItem: + <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="ntqdial.html#repaintScreen">TQDial</a><li>repaintSelectedItems: + <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="tqwidget.html#reparent">TQWidget</a><li>replace: @@ -2191,13 +2191,13 @@ rBottom: <a href="tqiodevice.html#resetStatus">TQIODevice</a><li>resetXForm: <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="ntqscrollview.html#resizeContents">TQScrollView</a><li>resizeData: + <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="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="tqglwidget.html#resizeOverlayGL">TQGLWidget</a><li>resizePolicy: - <a href="ntqscrollview.html#resizePolicy">TQScrollView</a><li>resizeSection: + <a href="tqscrollview.html#resizePolicy">TQScrollView</a><li>resizeSection: <a href="ntqheader.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: @@ -2210,10 +2210,10 @@ rBottom: <a href="tqsessionmanager.html#restartHint">TQSessionManager</a><li>restore: <a href="tqpainter.html#restore">TQPainter</a><li>restoreOverrideCursor: <a href="ntqapplication.html#restoreOverrideCursor">TQApplication</a><li>result: - <a href="ntqdialog.html#result">TQDialog</a> <a href="tqsqlquery.html#result">TQSqlQuery</a><li>resultsReady: + <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="ntqlineedit.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="ntqlistbox.html#returnPressed">TQListBox</a> <a href="ntqlistview.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: @@ -2228,7 +2228,7 @@ rBottom: <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: - <a href="ntqscrollview.html#rightMargin">TQScrollView</a><li>rmdir: + <a href="tqscrollview.html#rightMargin">TQScrollView</a><li>rmdir: <a href="tqdir.html#rmdir">TQDir</a> <a href="tqftp.html#rmdir">TQFtp</a><li>role: <a href="qaccessibleinterface.html#role">TQAccessibleInterface</a><li>rollback: <a href="tqsqldatabase.html#rollback">TQSqlDatabase</a><li>rollbackTransaction: @@ -2248,7 +2248,7 @@ rBottom: <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="qchecklistitem.html#rtti">TQCheckListItem</a> <a href="qchecktableitem.html#rtti">TQCheckTableItem</a> <a href="qcombotableitem.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="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="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: @@ -2270,7 +2270,7 @@ sRect: <a href="qmetaproperty.html#scriptable">TQMetaProperty</a><li>scroll: <a href="tqwidget.html#scroll">TQWidget</a><li>scrollBarsEnabled: <a href="tqworkspace.html#scrollBarsEnabled">TQWorkspace</a><li>scrollBy: - <a href="ntqscrollview.html#scrollBy">TQScrollView</a><li>scrollToAnchor: + <a href="tqscrollview.html#scrollBy">TQScrollView</a><li>scrollToAnchor: <a href="tqtextedit.html#scrollToAnchor">TQTextEdit</a><li>scrollToBottom: <a href="tqtextedit.html#scrollToBottom">TQTextEdit</a><li>search: <a href="tqregexp.html#search">TQRegExp</a><li>searchRev: @@ -2286,9 +2286,9 @@ sRect: <a href="ntqheader.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="ntqlcdnumber.html#segmentStyle">TQLCDNumber</a><li>select: + <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="ntqlineedit.html#selectAll">TQLineEdit</a> <a href="ntqlistbox.html#selectAll">TQListBox</a> <a href="ntqlistview.html#selectAll">TQListView</a> <a href="ntqspinbox.html#selectAll">TQSpinBox</a> <a href="tqtextedit.html#selectAll">TQTextEdit</a><li>selectCells: + <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: @@ -2299,12 +2299,12 @@ sRect: <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="ntqlineedit.html#selectedText">TQLineEdit</a> <a href="tqtextedit.html#selectedText">TQTextEdit</a><li>selection: + <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="ntqlineedit.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="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="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="ntqlineedit.html#selectionStart">TQLineEdit</a><li>selfMask: + <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: <a href="tqsocketdevice.html#sendBufferSize">TQSocketDevice</a><li>sendEvent: @@ -2327,7 +2327,7 @@ 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="ntqlineedit.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="ntqmultilineedit.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="tqglformat.html#setAlpha">TQGLFormat</a><li>setAlphaBuffer: @@ -2351,8 +2351,8 @@ sRect: <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="ntqcombobox.html#setAutoCompletion">TQComboBox</a><li>setAutoDefault: - <a href="ntqpushbutton.html#setAutoDefault">TQPushButton</a><li>setAutoDelete: + <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: <a href="tqdatabrowser.html#setAutoEdit">TQDataBrowser</a> <a href="tqdatatable.html#setAutoEdit">TQDataTable</a><li>setAutoFormatting: <a href="tqtextedit.html#setAutoFormatting">TQTextEdit</a><li>setAutoMask: @@ -2368,7 +2368,7 @@ sRect: <a href="tqcanvas.html#setBackgroundPixmap">TQCanvas</a><li>setBar: <a href="ntqprogressdialog.html#setBar">TQProgressDialog</a><li>setBaseSize: <a href="tqwidget.html#setBaseSize">TQWidget</a><li>setBinMode: - <a href="ntqlcdnumber.html#setBinMode">TQLCDNumber</a><li>setBit: + <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: @@ -2383,7 +2383,7 @@ sRect: <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="ntqspinbox.html#setButtonSymbols">TQSpinBox</a><li>setButtonText: + <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: @@ -2403,7 +2403,7 @@ sRect: <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="ntqcheckbox.html#setChecked">TQCheckBox</a> <a href="qchecktableitem.html#setChecked">TQCheckTableItem</a> <a href="ntqgroupbox.html#setChecked">TQGroupBox</a> <a href="ntqradiobutton.html#setChecked">TQRadioButton</a><li>setChildGeometries: + <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: @@ -2447,26 +2447,26 @@ sRect: <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: - <a href="ntqscrollview.html#setContentsPos">TQScrollView</a><li>setContentsPreview: + <a href="tqscrollview.html#setContentsPos">TQScrollView</a><li>setContentsPreview: <a href="tqfiledialog.html#setContentsPreview">TQFileDialog</a><li>setContentsPreviewEnabled: <a href="tqfiledialog.html#setContentsPreviewEnabled">TQFileDialog</a><li>setContexts: <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="ntqscrollview.html#setCornerWidget">TQScrollView</a> <a href="ntqtabwidget.html#setCornerWidget">TQTabWidget</a><li>setCreator: + <a href="tqscrollview.html#setCornerWidget">TQScrollView</a> <a href="ntqtabwidget.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="tqtextedit.html#setCurrentFont">TQTextEdit</a><li>setCurrentIndex: <a href="tqtoolbox.html#setCurrentIndex">TQToolBox</a><li>setCurrentItem: - <a href="ntqcombobox.html#setCurrentItem">TQComboBox</a> <a href="qcombotableitem.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="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="ntqcombobox.html#setCurrentText">TQComboBox</a><li>setCursor: + <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="ntqlineedit.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="ntqmultilineedit.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="tqxmlreader.html#setDTDHandler">TQXmlReader</a><li>setData: @@ -2477,11 +2477,11 @@ sRect: <a href="tqdatatable.html#setDateFormat">TQDataTable</a><li>setDateTime: <a href="tqdatetimeedit.html#setDateTime">TQDateTimeEdit</a><li>setDay: <a href="tqdateedit.html#setDay">TQDateEdit</a><li>setDecMode: - <a href="ntqlcdnumber.html#setDecMode">TQLCDNumber</a><li>setDecimals: + <a href="tqlcdnumber.html#setDecMode">TQLCDNumber</a><li>setDecimals: <a href="qdoublevalidator.html#setDecimals">TQDoubleValidator</a><li>setDeclHandler: <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="ntqpushbutton.html#setDefault">TQPushButton</a><li>setDefaultButton: + <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="tqmimesourcefactory.html#setDefaultFactory">TQMimeSourceFactory</a><li>setDefaultFont: <a href="tqsimplerichtext.html#setDefaultFont">TQSimpleRichText</a><li>setDefaultFormat: @@ -2515,15 +2515,15 @@ sRect: <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="ntqscrollview.html#setDragAutoScroll">TQScrollView</a><li>setDragEnabled: - <a href="tqiconviewitem.html#setDragEnabled">TQIconViewItem</a> <a href="ntqlineedit.html#setDragEnabled">TQLineEdit</a> <a href="qlistviewitem.html#setDragEnabled">TQListViewItem</a> <a href="ntqtable.html#setDragEnabled">TQTable</a><li>setDriverText: + <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="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="ntqcombobox.html#setDuplicatesEnabled">TQComboBox</a><li>setEchoMode: - <a href="ntqlineedit.html#setEchoMode">TQLineEdit</a><li>setEditMode: + <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="ntqcombobox.html#setEditText">TQComboBox</a><li>setEditable: - <a href="ntqcombobox.html#setEditable">TQComboBox</a> <a href="qcombotableitem.html#setEditable">TQComboTableItem</a><li>setEdited: + <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="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: @@ -2543,7 +2543,7 @@ sRect: <a href="tqactiongroup.html#setExclusive">TQActionGroup</a> <a href="ntqbuttongroup.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="ntqdialog.html#setExtension">TQDialog</a><li>setExtensionType: + <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: <a href="tqfont.html#setFamily">TQFont</a> <a href="tqtextedit.html#setFamily">TQTextEdit</a><li>setFeature: @@ -2562,13 +2562,13 @@ sRect: <a href="tqwidget.html#setFixedSize">TQWidget</a><li>setFixedWidth: <a href="tqwidget.html#setFixedWidth">TQWidget</a><li>setFlags: <a href="tqiodevice.html#setFlags">TQIODevice</a><li>setFlat: - <a href="ntqgroupbox.html#setFlat">TQGroupBox</a> <a href="ntqpushbutton.html#setFlat">TQPushButton</a><li>setFocus: + <a href="ntqgroupbox.html#setFlat">TQGroupBox</a> <a href="tqpushbutton.html#setFlat">TQPushButton</a><li>setFocus: <a href="qaccessibleinterface.html#setFocus">TQAccessibleInterface</a> <a href="tqwidget.html#setFocus">TQWidget</a><li>setFocusPolicy: <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="ntqcombobox.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="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="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: @@ -2578,7 +2578,7 @@ sRect: <a href="tqdatabrowser.html#setForm">TQDataBrowser</a> <a href="tqdataview.html#setForm">TQDataView</a><li>setFormat: <a href="tqglcontext.html#setFormat">TQGLContext</a> <a href="tqimageio.html#setFormat">TQImageIO</a> <a href="tqsyntaxhighlighter.html#setFormat">TQSyntaxHighlighter</a><li>setForwardOnly: <a href="tqsqlquery.html#setForwardOnly">TQSqlQuery</a> <a href="tqsqlresult.html#setForwardOnly">TQSqlResult</a><li>setFrame: - <a href="tqcanvassprite.html#setFrame">TQCanvasSprite</a> <a href="ntqlineedit.html#setFrame">TQLineEdit</a><li>setFrameAnimation: + <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: @@ -2596,15 +2596,15 @@ sRect: <a href="tqiconview.html#setGridX">TQIconView</a><li>setGridY: <a href="tqiconview.html#setGridY">TQIconView</a><li>setGroup: <a href="tqurlinfo.html#setGroup">TQUrlInfo</a><li>setHBarGeometry: - <a href="ntqscrollview.html#setHBarGeometry">TQScrollView</a><li>setHMS: + <a href="tqscrollview.html#setHBarGeometry">TQScrollView</a><li>setHMS: <a href="tqtime.html#setHMS">TQTime</a><li>setHScrollBarMode: - <a href="ntqscrollview.html#setHScrollBarMode">TQScrollView</a><li>setHandleWidth: + <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="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="ntqlcdnumber.html#setHexMode">TQLCDNumber</a><li>setHidden: + <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: <a href="tqsizepolicy.html#setHorStretch">TQSizePolicy</a><li>setHorizontallyStretchable: @@ -2617,7 +2617,7 @@ 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="ntqpushbutton.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="qtab.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: @@ -2630,9 +2630,9 @@ sRect: <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: - <a href="ntqlineedit.html#setInputMask">TQLineEdit</a><li>setInputMethodEnabled: + <a href="tqlineedit.html#setInputMask">TQLineEdit</a><li>setInputMethodEnabled: <a href="tqwidget.html#setInputMethodEnabled">TQWidget</a><li>setInsertionPolicy: - <a href="ntqcombobox.html#setInsertionPolicy">TQComboBox</a><li>setInsideMargin: + <a href="tqcombobox.html#setInsertionPolicy">TQComboBox</a><li>setInsideMargin: <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: @@ -2662,11 +2662,11 @@ sRect: <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="ntqcombobox.html#setLineEdit">TQComboBox</a><li>setLineStep: - <a href="ntqdial.html#setLineStep">TQDial</a> <a href="ntqscrollbar.html#setLineStep">TQScrollBar</a> <a href="ntqslider.html#setLineStep">TQSlider</a> <a href="ntqspinbox.html#setLineStep">TQSpinBox</a><li>setLineWidth: + <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="tqtextedit.html#setLinkUnderline">TQTextEdit</a><li>setListBox: - <a href="ntqcombobox.html#setListBox">TQComboBox</a><li>setListStyle: + <a href="tqcombobox.html#setListBox">TQComboBox</a><li>setListStyle: <a href="tqstylesheetitem.html#setListStyle">TQStyleSheetItem</a><li>setLocalData: <a href="tqthreadstorage.html#setLocalData">TQThreadStorage</a><li>setLogicalFontSize: <a href="tqstylesheetitem.html#setLogicalFontSize">TQStyleSheetItem</a><li>setLogicalFontSizeStep: @@ -2677,17 +2677,17 @@ sRect: <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="tqprinter.html#setMargins">TQPrinter</a> <a href="ntqscrollview.html#setMargins">TQScrollView</a><li>setMask: + <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: <a href="tqwmatrix.html#setMatrix">TQWMatrix</a><li>setMaxCost: <a href="tqasciicache.html#setMaxCost">TQAsciiCache</a> <a href="tqcache.html#setMaxCost">TQCache</a> <a href="tqintcache.html#setMaxCost">TQIntCache</a><li>setMaxCount: - <a href="ntqcombobox.html#setMaxCount">TQComboBox</a><li>setMaxItemTextLength: + <a href="tqcombobox.html#setMaxCount">TQComboBox</a><li>setMaxItemTextLength: <a href="tqiconview.html#setMaxItemTextLength">TQIconView</a><li>setMaxItemWidth: <a href="tqiconview.html#setMaxItemWidth">TQIconView</a><li>setMaxLength: - <a href="ntqlineedit.html#setMaxLength">TQLineEdit</a><li>setMaxLogLines: + <a href="tqlineedit.html#setMaxLength">TQLineEdit</a><li>setMaxLogLines: <a href="tqtextedit.html#setMaxLogLines">TQTextEdit</a><li>setMaxValue: - <a href="tqdateedit.html#setMaxValue">TQDateEdit</a> <a href="ntqdial.html#setMaxValue">TQDial</a> <a href="ntqrangecontrol.html#setMaxValue">TQRangeControl</a> <a href="ntqscrollbar.html#setMaxValue">TQScrollBar</a> <a href="ntqslider.html#setMaxValue">TQSlider</a> <a href="ntqspinbox.html#setMaxValue">TQSpinBox</a> <a href="tqtimeedit.html#setMaxValue">TQTimeEdit</a><li>setMaximumHeight: + <a href="tqdateedit.html#setMaxValue">TQDateEdit</a> <a href="tqdial.html#setMaxValue">TQDial</a> <a href="ntqrangecontrol.html#setMaxValue">TQRangeControl</a> <a href="tqscrollbar.html#setMaxValue">TQScrollBar</a> <a href="tqslider.html#setMaxValue">TQSlider</a> <a href="tqspinbox.html#setMaxValue">TQSpinBox</a> <a href="tqtimeedit.html#setMaxValue">TQTimeEdit</a><li>setMaximumHeight: <a href="tqwidget.html#setMaximumHeight">TQWidget</a><li>setMaximumSize: <a href="tqwidget.html#setMaximumSize">TQWidget</a><li>setMaximumWidth: <a href="tqwidget.html#setMaximumWidth">TQWidget</a><li>setMenuBar: @@ -2697,15 +2697,15 @@ sRect: <a href="ntqframe.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="ntqdial.html#setMinValue">TQDial</a> <a href="ntqrangecontrol.html#setMinValue">TQRangeControl</a> <a href="ntqscrollbar.html#setMinValue">TQScrollBar</a> <a href="ntqslider.html#setMinValue">TQSlider</a> <a href="ntqspinbox.html#setMinValue">TQSpinBox</a> <a href="tqtimeedit.html#setMinValue">TQTimeEdit</a><li>setMinimal: + <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="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: <a href="tqtimeedit.html#setMinute">TQTimeEdit</a><li>setModal: - <a href="ntqdialog.html#setModal">TQDialog</a><li>setMode: - <a href="tqfiledialog.html#setMode">TQFileDialog</a> <a href="tqiodevice.html#setMode">TQIODevice</a> <a href="ntqlcdnumber.html#setMode">TQLCDNumber</a> <a href="tqsqlcursor.html#setMode">TQSqlCursor</a><li>setModified: + <a href="tqdialog.html#setModal">TQDialog</a><li>setMode: + <a href="tqfiledialog.html#setMode">TQFileDialog</a> <a href="tqiodevice.html#setMode">TQIODevice</a> <a href="tqlcdnumber.html#setMode">TQLCDNumber</a> <a href="tqsqlcursor.html#setMode">TQSqlCursor</a><li>setModified: <a href="tqtextedit.html#setModified">TQTextEdit</a><li>setMonth: <a href="tqdateedit.html#setMonth">TQDateEdit</a><li>setMouseTracking: <a href="tqwidget.html#setMouseTracking">TQWidget</a><li>setMovie: @@ -2719,23 +2719,23 @@ sRect: <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="ntqcheckbox.html#setNoChange">TQCheckBox</a><li>setNodeValue: + <a href="tqcheckbox.html#setNoChange">TQCheckBox</a><li>setNodeValue: <a href="tqdomnode.html#setNodeValue">TQDomNode</a><li>setNotchTarget: - <a href="ntqdial.html#setNotchTarget">TQDial</a><li>setNotchesVisible: - <a href="ntqdial.html#setNotchesVisible">TQDial</a><li>setNull: + <a href="tqdial.html#setNotchTarget">TQDial</a><li>setNotchesVisible: + <a href="tqdial.html#setNotchesVisible">TQDial</a><li>setNull: <a href="tqsqlfield.html#setNull">TQSqlField</a> <a href="tqsqlrecord.html#setNull">TQSqlRecord</a><li>setNullText: <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="tqprinter.html#setNumCopies">TQPrinter</a><li>setNumDigits: - <a href="ntqlcdnumber.html#setNumDigits">TQLCDNumber</a><li>setNumRows: + <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="tqsqlerror.html#setNumber">TQSqlError</a><li>setOctMode: - <a href="ntqlcdnumber.html#setOctMode">TQLCDNumber</a><li>setOffset: + <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="qchecklistitem.html#setOn">TQCheckListItem</a> <a href="ntqpushbutton.html#setOn">TQPushButton</a> <a href="tqtoolbutton.html#setOn">TQToolButton</a><li>setOpaqueMoving: + <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="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: @@ -2744,7 +2744,7 @@ sRect: <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="ntqdialog.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="ntqscrollbar.html#setOrientation">TQScrollBar</a> <a href="ntqslider.html#setOrientation">TQSlider</a> <a href="ntqsplitter.html#setOrientation">TQSplitter</a><li>setOrigin: + <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="tqprinter.html#setOutputFileName">TQPrinter</a><li>setOutputToFile: <a href="tqprinter.html#setOutputToFile">TQPrinter</a><li>setOverlay: @@ -2755,8 +2755,8 @@ sRect: <a href="tqurlinfo.html#setOwner">TQUrlInfo</a><li>setPageOrder: <a href="tqprinter.html#setPageOrder">TQPrinter</a><li>setPageSize: <a href="tqprinter.html#setPageSize">TQPrinter</a><li>setPageStep: - <a href="ntqdial.html#setPageStep">TQDial</a> <a href="ntqscrollbar.html#setPageStep">TQScrollBar</a> <a href="ntqslider.html#setPageStep">TQSlider</a><li>setPalette: - <a href="ntqapplication.html#setPalette">TQApplication</a> <a href="ntqcombobox.html#setPalette">TQComboBox</a> <a href="ntqscrollbar.html#setPalette">TQScrollBar</a> <a href="ntqslider.html#setPalette">TQSlider</a> <a href="tqtooltip.html#setPalette">TQToolTip</a> <a href="tqwidget.html#setPalette">TQWidget</a><li>setPaletteBackgroundColor: + <a href="tqdial.html#setPageStep">TQDial</a> <a href="tqscrollbar.html#setPageStep">TQScrollBar</a> <a href="tqslider.html#setPageStep">TQSlider</a><li>setPalette: + <a href="ntqapplication.html#setPalette">TQApplication</a> <a href="tqcombobox.html#setPalette">TQComboBox</a> <a href="tqscrollbar.html#setPalette">TQScrollBar</a> <a href="tqslider.html#setPalette">TQSlider</a> <a href="tqtooltip.html#setPalette">TQToolTip</a> <a href="tqwidget.html#setPalette">TQWidget</a><li>setPaletteBackgroundColor: <a href="tqwidget.html#setPaletteBackgroundColor">TQWidget</a><li>setPaletteBackgroundPixmap: <a href="tqwidget.html#setPaletteBackgroundPixmap">TQWidget</a><li>setPaletteForegroundColor: <a href="tqwidget.html#setPaletteForegroundColor">TQWidget</a><li>setPaper: @@ -2781,11 +2781,11 @@ sRect: <a href="tqfont.html#setPointSize">TQFont</a> <a href="tqtextedit.html#setPointSize">TQTextEdit</a><li>setPointSizeFloat: <a href="tqfont.html#setPointSizeFloat">TQFont</a><li>setPoints: <a href="tqcanvasline.html#setPoints">TQCanvasLine</a> <a href="tqcanvaspolygon.html#setPoints">TQCanvasPolygon</a><li>setPopup: - <a href="ntqpushbutton.html#setPopup">TQPushButton</a> <a href="tqtoolbutton.html#setPopup">TQToolButton</a><li>setPopupDelay: + <a href="tqpushbutton.html#setPopup">TQPushButton</a> <a href="tqtoolbutton.html#setPopup">TQToolButton</a><li>setPopupDelay: <a href="tqtoolbutton.html#setPopupDelay">TQToolButton</a><li>setPort: <a href="tqsqldatabase.html#setPort">TQSqlDatabase</a> <a href="tqurl.html#setPort">TQUrl</a><li>setPos: <a href="ntqcursor.html#setPos">TQCursor</a><li>setPrefix: - <a href="tqdomnode.html#setPrefix">TQDomNode</a> <a href="ntqspinbox.html#setPrefix">TQSpinBox</a> <a href="tqxmlnamespacesupport.html#setPrefix">TQXmlNamespaceSupport</a><li>setPreviewMode: + <a href="tqdomnode.html#setPrefix">TQDomNode</a> <a href="tqspinbox.html#setPrefix">TQSpinBox</a> <a href="tqxmlnamespacesupport.html#setPrefix">TQXmlNamespaceSupport</a><li>setPreviewMode: <a href="tqfiledialog.html#setPreviewMode">TQFileDialog</a><li>setPrimaryIndex: <a href="tqsqlcursor.html#setPrimaryIndex">TQSqlCursor</a><li>setPrintProgram: <a href="tqprinter.html#setPrintProgram">TQPrinter</a><li>setPrintRange: @@ -2807,7 +2807,7 @@ 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="ntqlineedit.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="ntqtable.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: @@ -2821,11 +2821,11 @@ sRect: <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="ntqscrollview.html#setResizePolicy">TQScrollView</a><li>setResolution: + <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: <a href="tqsessionmanager.html#setRestartHint">TQSessionManager</a><li>setResult: - <a href="ntqdialog.html#setResult">TQDialog</a><li>setReverseLayout: + <a href="tqdialog.html#setResult">TQDialog</a><li>setReverseLayout: <a href="ntqapplication.html#setReverseLayout">TQApplication</a><li>setRgb: <a href="tqcolor.html#setRgb">TQColor</a><li>setRgba: <a href="tqglformat.html#setRgba">TQGLFormat</a><li>setRight: @@ -2844,12 +2844,12 @@ sRect: <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="ntqlcdnumber.html#setSegmentStyle">TQLCDNumber</a><li>setSelect: + <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="tqfiledialog.html#setSelectedFilter">TQFileDialog</a><li>setSelection: - <a href="tqfiledialog.html#setSelection">TQFileDialog</a> <a href="ntqlineedit.html#setSelection">TQLineEdit</a> <a href="tqtextedit.html#setSelection">TQTextEdit</a><li>setSelectionAnchor: + <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="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: @@ -2864,12 +2864,12 @@ sRect: <a href="tqiconview.html#setShowToolTips">TQIconView</a> <a href="ntqlistview.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="ntqdialog.html#setSizeGripEnabled">TQDialog</a> <a href="tqstatusbar.html#setSizeGripEnabled">TQStatusBar</a><li>setSizeIncrement: + <a href="tqdialog.html#setSizeGripEnabled">TQDialog</a> <a href="tqstatusbar.html#setSizeGripEnabled">TQStatusBar</a><li>setSizeIncrement: <a href="tqwidget.html#setSizeIncrement">TQWidget</a><li>setSizeLimit: - <a href="ntqcombobox.html#setSizeLimit">TQComboBox</a><li>setSizePolicy: + <a href="tqcombobox.html#setSizeLimit">TQComboBox</a><li>setSizePolicy: <a href="tqwidget.html#setSizePolicy">TQWidget</a><li>setSizes: <a href="ntqsplitter.html#setSizes">TQSplitter</a><li>setSmallDecimalPoint: - <a href="ntqlcdnumber.html#setSmallDecimalPoint">TQLCDNumber</a><li>setSocket: + <a href="tqlcdnumber.html#setSmallDecimalPoint">TQLCDNumber</a><li>setSocket: <a href="tqserversocket.html#setSocket">TQServerSocket</a> <a href="tqsocket.html#setSocket">TQSocket</a> <a href="tqsocketdevice.html#setSocket">TQSocketDevice</a><li>setSocketDevice: <a href="tqsocket.html#setSocketDevice">TQSocket</a><li>setSocketNotifierPending: <a href="tqeventloop.html#setSocketNotifierPending">TQEventLoop</a><li>setSort: @@ -2881,14 +2881,14 @@ sRect: <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="ntqspinbox.html#setSpecialValueText">TQSpinBox</a><li>setSpeed: + <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="qchecklistitem.html#setState">TQCheckListItem</a> <a href="tqiodevice.html#setState">TQIODevice</a> <a href="tqnetworkoperation.html#setState">TQNetworkOperation</a><li>setStaticBackground: - <a href="ntqscrollview.html#setStaticBackground">TQScrollView</a><li>setStatus: + <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="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: <a href="tqglformat.html#setStencil">TQGLFormat</a><li>setSteps: @@ -2900,13 +2900,13 @@ sRect: <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: - <a href="qcombotableitem.html#setStringList">TQComboTableItem</a><li>setStyle: + <a href="tqcombotableitem.html#setStringList">TQComboTableItem</a><li>setStyle: <a href="ntqapplication.html#setStyle">TQApplication</a> <a href="tqbrush.html#setStyle">TQBrush</a> <a href="tqpen.html#setStyle">TQPen</a> <a href="tqwidget.html#setStyle">TQWidget</a><li>setStyleHint: <a href="tqfont.html#setStyleHint">TQFont</a><li>setStyleSheet: <a href="tqtextedit.html#setStyleSheet">TQTextEdit</a><li>setStyleStrategy: <a href="tqfont.html#setStyleStrategy">TQFont</a><li>setSubtype: <a href="tqtextdrag.html#setSubtype">TQTextDrag</a><li>setSuffix: - <a href="ntqspinbox.html#setSuffix">TQSpinBox</a><li>setSupportsMargin: + <a href="tqspinbox.html#setSuffix">TQSpinBox</a><li>setSupportsMargin: <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: @@ -2922,14 +2922,14 @@ sRect: <a href="tqpainter.html#setTabStops">TQPainter</a><li>setTabToolTip: <a href="ntqtabwidget.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="ntqlineedit.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="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="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: <a href="tqtoolbutton.html#setTextPosition">TQToolButton</a><li>setTextRect: <a href="tqiconviewitem.html#setTextRect">TQIconViewItem</a><li>setTickInterval: - <a href="ntqslider.html#setTickInterval">TQSlider</a><li>setTickmarks: - <a href="ntqslider.html#setTickmarks">TQSlider</a><li>setTile: + <a href="tqslider.html#setTickInterval">TQSlider</a><li>setTickmarks: + <a href="tqslider.html#setTickmarks">TQSlider</a><li>setTile: <a href="tqcanvas.html#setTile">TQCanvas</a><li>setTiles: <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: @@ -2937,7 +2937,7 @@ sRect: <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="tqaction.html#setToggleAction">TQAction</a><li>setToggleButton: - <a href="ntqbutton.html#setToggleButton">TQButton</a> <a href="ntqpushbutton.html#setToggleButton">TQPushButton</a> <a href="tqtoolbutton.html#setToggleButton">TQToolButton</a><li>setToggleType: + <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="qdoublevalidator.html#setTop">TQDoubleValidator</a> <a href="qintvalidator.html#setTop">TQIntValidator</a> <a href="tqrect.html#setTop">TQRect</a><li>setTopItem: @@ -2946,13 +2946,13 @@ sRect: <a href="ntqtable.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="ntqdial.html#setTracking">TQDial</a> <a href="ntqheader.html#setTracking">TQHeader</a> <a href="ntqscrollbar.html#setTracking">TQScrollBar</a> <a href="ntqslider.html#setTracking">TQSlider</a><li>setTransformationMode: + <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="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="tqsqlfieldinfo.html#setTrim">TQSqlFieldInfo</a><li>setTrimmed: <a href="tqsqlcursor.html#setTrimmed">TQSqlCursor</a><li>setTristate: - <a href="ntqcheckbox.html#setTristate">TQCheckBox</a> <a href="qchecklistitem.html#setTristate">TQCheckListItem</a><li>setTrueText: + <a href="tqcheckbox.html#setTristate">TQCheckBox</a> <a href="tqchecklistitem.html#setTristate">TQCheckListItem</a><li>setTrueText: <a href="tqdatatable.html#setTrueText">TQDataTable</a><li>setType: <a href="tqiodevice.html#setType">TQIODevice</a> <a href="tqsqlerror.html#setType">TQSqlError</a><li>setUnchanged: <a href="tqcanvas.html#setUnchanged">TQCanvas</a><li>setUnderline: @@ -2974,10 +2974,10 @@ sRect: <a href="tqmainwindow.html#setUsesBigPixmaps">TQMainWindow</a><li>setUsesDropDown: <a href="tqactiongroup.html#setUsesDropDown">TQActionGroup</a><li>setUsesTextLabel: <a href="tqmainwindow.html#setUsesTextLabel">TQMainWindow</a> <a href="tqtoolbutton.html#setUsesTextLabel">TQToolButton</a><li>setVBarGeometry: - <a href="ntqscrollview.html#setVBarGeometry">TQScrollView</a><li>setVScrollBarMode: - <a href="ntqscrollview.html#setVScrollBarMode">TQScrollView</a><li>setValidator: - <a href="ntqcombobox.html#setValidator">TQComboBox</a> <a href="ntqlineedit.html#setValidator">TQLineEdit</a> <a href="ntqspinbox.html#setValidator">TQSpinBox</a><li>setValue: - <a href="ntqdial.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="ntqscrollbar.html#setValue">TQScrollBar</a> <a href="tqsignal.html#setValue">TQSignal</a> <a href="ntqslider.html#setValue">TQSlider</a> <a href="ntqspinbox.html#setValue">TQSpinBox</a> <a href="tqsqlfield.html#setValue">TQSqlField</a> <a href="tqsqlrecord.html#setValue">TQSqlRecord</a><li>setVariableHeight: + <a href="tqscrollview.html#setVBarGeometry">TQScrollView</a><li>setVScrollBarMode: + <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="tqcanvasitem.html#setVelocity">TQCanvasItem</a><li>setVerData: @@ -3013,7 +3013,7 @@ sRect: <a href="tqpainter.html#setWorldXForm">TQPainter</a><li>setWrapColumnOrWidth: <a href="tqtextedit.html#setWrapColumnOrWidth">TQTextEdit</a><li>setWrapPolicy: <a href="tqtextedit.html#setWrapPolicy">TQTextEdit</a><li>setWrapping: - <a href="ntqdial.html#setWrapping">TQDial</a> <a href="ntqspinbox.html#setWrapping">TQSpinBox</a><li>setWritable: + <a href="tqdial.html#setWrapping">TQDial</a> <a href="tqspinbox.html#setWrapping">TQSpinBox</a><li>setWritable: <a href="tqurlinfo.html#setWritable">TQUrlInfo</a><li>setX: <a href="tqcanvasitem.html#setX">TQCanvasItem</a> <a href="tqpoint.html#setX">TQPoint</a> <a href="tqrect.html#setX">TQRect</a><li>setXVelocity: <a href="tqcanvasitem.html#setXVelocity">TQCanvasItem</a><li>setY: @@ -3031,11 +3031,11 @@ sRect: <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="ntqdialog.html#show">TQDialog</a> <a href="tqmenubar.html#show">TQMenuBar</a> <a href="tqwidget.html#show">TQWidget</a><li>showColumn: + <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="tqmainwindow.html#showDockMenu">TQMainWindow</a><li>showEvent: <a href="tqwidget.html#showEvent">TQWidget</a><li>showExtension: - <a href="ntqdialog.html#showExtension">TQDialog</a><li>showFullScreen: + <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="tqfiledialog.html#showHiddenFiles">TQFileDialog</a><li>showMaximized: @@ -3055,22 +3055,22 @@ sRect: <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="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="ntqlineedit.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="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="tqwidget.html#sizeIncrement">TQWidget</a><li>sizeLimit: - <a href="ntqcombobox.html#sizeLimit">TQComboBox</a><li>sizePolicy: + <a href="tqcombobox.html#sizeLimit">TQComboBox</a><li>sizePolicy: <a href="tqwidget.html#sizePolicy">TQWidget</a><li>sizes: <a href="ntqsplitter.html#sizes">TQSplitter</a><li>skipWhiteSpace: <a href="tqtextstream.html#skipWhiteSpace">TQTextStream</a><li>skippedEntity: <a href="tqxmlcontenthandler.html#skippedEntity">TQXmlContentHandler</a><li>sleep: <a href="tqthread.html#sleep">TQThread</a><li>sliderMoved: - <a href="ntqscrollbar.html#sliderMoved">TQScrollBar</a> <a href="ntqslider.html#sliderMoved">TQSlider</a><li>sliderPressed: - <a href="ntqscrollbar.html#sliderPressed">TQScrollBar</a> <a href="ntqslider.html#sliderPressed">TQSlider</a><li>sliderRect: - <a href="ntqscrollbar.html#sliderRect">TQScrollBar</a> <a href="ntqslider.html#sliderRect">TQSlider</a><li>sliderReleased: - <a href="ntqscrollbar.html#sliderReleased">TQScrollBar</a> <a href="ntqslider.html#sliderReleased">TQSlider</a><li>sliderStart: - <a href="ntqscrollbar.html#sliderStart">TQScrollBar</a> <a href="ntqslider.html#sliderStart">TQSlider</a><li>slotNames: + <a href="tqscrollbar.html#sliderMoved">TQScrollBar</a> <a href="tqslider.html#sliderMoved">TQSlider</a><li>sliderPressed: + <a href="tqscrollbar.html#sliderPressed">TQScrollBar</a> <a href="tqslider.html#sliderPressed">TQSlider</a><li>sliderRect: + <a href="tqscrollbar.html#sliderRect">TQScrollBar</a> <a href="tqslider.html#sliderRect">TQSlider</a><li>sliderReleased: + <a href="tqscrollbar.html#sliderReleased">TQScrollBar</a> <a href="tqslider.html#sliderReleased">TQSlider</a><li>sliderStart: + <a href="tqscrollbar.html#sliderStart">TQScrollBar</a> <a href="tqslider.html#sliderStart">TQSlider</a><li>slotNames: <a href="ntqmetaobject.html#slotNames">TQMetaObject</a><li>slotUpdate: <a href="tqiconview.html#slotUpdate">TQIconView</a><li>smallDecimalPoint: - <a href="ntqlcdnumber.html#smallDecimalPoint">TQLCDNumber</a><li>smoothScale: + <a href="tqlcdnumber.html#smallDecimalPoint">TQLCDNumber</a><li>smoothScale: <a href="tqimage.html#smoothScale">TQImage</a><li>smoothSizes: <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: @@ -3091,7 +3091,7 @@ sRect: <a href="ntqlistview.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="ntqspinbox.html#specialValueText">TQSpinBox</a><li>specified: + <a href="tqspinbox.html#specialValueText">TQSpinBox</a><li>specified: <a href="tqdomattr.html#specified">TQDomAttr</a><li>speed: <a href="tqmovie.html#speed">TQMovie</a><li>split: <a href="tqstringlist.html#split">TQStringList</a><li>splitName: @@ -3120,9 +3120,9 @@ sRect: <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="qchecklistitem.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="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="qkeyevent.html#stateAfter">TQKeyEvent</a> <a href="qmouseevent.html#stateAfter">TQMouseEvent</a><li>stateChange: - <a href="qchecklistitem.html#stateChange">TQCheckListItem</a><li>stateChanged: + <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="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: @@ -3132,8 +3132,8 @@ sRect: <a href="tqglformat.html#stencil">TQGLFormat</a><li>step: <a href="tqmovie.html#step">TQMovie</a><li>stepChange: <a href="ntqrangecontrol.html#stepChange">TQRangeControl</a><li>stepDown: - <a href="ntqspinbox.html#stepDown">TQSpinBox</a><li>stepUp: - <a href="ntqspinbox.html#stepUp">TQSpinBox</a><li>steps: + <a href="tqspinbox.html#stepDown">TQSpinBox</a><li>stepUp: + <a href="tqspinbox.html#stepUp">TQSpinBox</a><li>steps: <a href="tqmovie.html#steps">TQMovie</a><li>stereo: <a href="tqglformat.html#stereo">TQGLFormat</a><li>stop: <a href="tqnetworkprotocol.html#stop">TQNetworkProtocol</a> <a href="ntqsound.html#stop">TQSound</a> <a href="tqtimer.html#stop">TQTimer</a> <a href="tqurloperator.html#stop">TQUrlOperator</a><li>stored: @@ -3160,10 +3160,10 @@ sRect: <a href="tqfont.html#substitutions">TQFont</a><li>substringData: <a href="tqdomcharacterdata.html#substringData">TQDomCharacterData</a><li>subtract: <a href="tqregion.html#subtract">TQRegion</a><li>subtractLine: - <a href="ntqdial.html#subtractLine">TQDial</a> <a href="ntqrangecontrol.html#subtractLine">TQRangeControl</a><li>subtractPage: - <a href="ntqdial.html#subtractPage">TQDial</a> <a href="ntqrangecontrol.html#subtractPage">TQRangeControl</a><li>subtractStep: - <a href="ntqslider.html#subtractStep">TQSlider</a><li>suffix: - <a href="ntqspinbox.html#suffix">TQSpinBox</a><li>superClass: + <a href="tqdial.html#subtractLine">TQDial</a> <a href="ntqrangecontrol.html#subtractLine">TQRangeControl</a><li>subtractPage: + <a href="tqdial.html#subtractPage">TQDial</a> <a href="ntqrangecontrol.html#subtractPage">TQRangeControl</a><li>subtractStep: + <a href="tqslider.html#subtractStep">TQSlider</a><li>suffix: + <a href="tqspinbox.html#suffix">TQSpinBox</a><li>superClass: <a href="ntqmetaobject.html#superClass">TQMetaObject</a><li>superClassName: <a href="ntqmetaobject.html#superClassName">TQMetaObject</a><li>supportedOperations: <a href="tqnetworkprotocol.html#supportedOperations">TQNetworkProtocol</a><li>supportsMargin: @@ -3212,8 +3212,8 @@ tab: <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="qchecklistitem.html#text">TQCheckListItem</a> <a href="tqclipboard.html#text">TQClipboard</a> <a href="tqcolorgroup.html#text">TQColorGroup</a> <a href="ntqcombobox.html#text">TQComboBox</a> <a href="qcombotableitem.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="ntqlineedit.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="ntqspinbox.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="ntqcombobox.html#textChanged">TQComboBox</a> <a href="ntqlineedit.html#textChanged">TQLineEdit</a> <a href="ntqspinbox.html#textChanged">TQSpinBox</a> <a href="tqtextedit.html#textChanged">TQTextEdit</a><li>textCursor: + <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="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: <a href="tqcanvastext.html#textFlags">TQCanvasText</a><li>textFor: @@ -3227,8 +3227,8 @@ tab: <a href="tqtoolbutton.html#textPosition">TQToolButton</a><li>textRect: <a href="tqiconviewitem.html#textRect">TQIconViewItem</a><li>texts: <a href="tqdns.html#texts">TQDns</a><li>tickInterval: - <a href="ntqslider.html#tickInterval">TQSlider</a><li>tickmarks: - <a href="ntqslider.html#tickmarks">TQSlider</a><li>tile: + <a href="tqslider.html#tickInterval">TQSlider</a><li>tickmarks: + <a href="tqslider.html#tickmarks">TQSlider</a><li>tile: <a href="tqcanvas.html#tile">TQCanvas</a> <a href="tqworkspace.html#tile">TQWorkspace</a><li>tileHeight: <a href="tqcanvas.html#tileHeight">TQCanvas</a><li>tileWidth: <a href="tqcanvas.html#tileWidth">TQCanvas</a><li>tilesHorizontally: @@ -3320,7 +3320,7 @@ tab: <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="ntqscrollview.html#topMargin">TQScrollView</a><li>topRight: + <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="tqsemaphore.html#total">TQSemaphore</a><li>totalCost: @@ -3329,7 +3329,7 @@ tab: <a href="ntqprogressbar.html#totalSteps">TQProgressBar</a> <a href="ntqprogressdialog.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="ntqdial.html#tracking">TQDial</a> <a href="ntqheader.html#tracking">TQHeader</a> <a href="ntqscrollbar.html#tracking">TQScrollBar</a> <a href="ntqslider.html#tracking">TQSlider</a><li>transaction: + <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="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: @@ -3343,8 +3343,8 @@ tab: <a href="tqsemaphore.html#tryAccess">TQSemaphore</a><li>tryLock: <a href="ntqapplication.html#tryLock">TQApplication</a> <a href="tqmutex.html#tryLock">TQMutex</a><li>tryTerminate: <a href="tqprocess.html#tryTerminate">TQProcess</a><li>turnOffChild: - <a href="qchecklistitem.html#turnOffChild">TQCheckListItem</a><li>type: - <a href="ntqapplication.html#type">TQApplication</a> <a href="qchecklistitem.html#type">TQCheckListItem</a> <a href="tqevent.html#type">TQEvent</a> <a href="qmetaproperty.html#type">TQMetaProperty</a> <a href="qnpstream.html#type">TQNPStream</a> <a href="tqsocketdevice.html#type">TQSocketDevice</a> <a href="tqsocketnotifier.html#type">TQSocketNotifier</a> <a href="tqsqlerror.html#type">TQSqlError</a> <a href="tqsqlfield.html#type">TQSqlField</a> <a href="tqsqlfieldinfo.html#type">TQSqlFieldInfo</a> <a href="ntqvariant.html#type">TQVariant</a> <a href="tqxmlattributes.html#type">TQXmlAttributes</a><li>typeID: + <a href="tqchecklistitem.html#turnOffChild">TQCheckListItem</a><li>type: + <a href="ntqapplication.html#type">TQApplication</a> <a href="tqchecklistitem.html#type">TQCheckListItem</a> <a href="tqevent.html#type">TQEvent</a> <a href="qmetaproperty.html#type">TQMetaProperty</a> <a href="qnpstream.html#type">TQNPStream</a> <a href="tqsocketdevice.html#type">TQSocketDevice</a> <a href="tqsocketnotifier.html#type">TQSocketNotifier</a> <a href="tqsqlerror.html#type">TQSqlError</a> <a href="tqsqlfield.html#type">TQSqlField</a> <a href="tqsqlfieldinfo.html#type">TQSqlFieldInfo</a> <a href="ntqvariant.html#type">TQVariant</a> <a href="tqxmlattributes.html#type">TQXmlAttributes</a><li>typeID: <a href="tqsqlfieldinfo.html#typeID">TQSqlFieldInfo</a><li>typeName: <a href="ntqvariant.html#typeName">TQVariant</a><li>typeToName: <a href="ntqvariant.html#typeToName">TQVariant</a><li><a name="u"></a> @@ -3353,7 +3353,7 @@ ucs2: <a href="tqstyle.html#unPolish">TQStyle</a><li>underline: <a href="tqfont.html#underline">TQFont</a> <a href="tqtextedit.html#underline">TQTextEdit</a><li>underlinePos: <a href="tqfontmetrics.html#underlinePos">TQFontMetrics</a><li>undo: - <a href="ntqlineedit.html#undo">TQLineEdit</a> <a href="tqtextedit.html#undo">TQTextEdit</a><li>undoAvailable: + <a href="tqlineedit.html#undo">TQLineEdit</a> <a href="tqtextedit.html#undo">TQTextEdit</a><li>undoAvailable: <a href="tqtextedit.html#undoAvailable">TQTextEdit</a><li>undoDepth: <a href="tqtextedit.html#undoDepth">TQTextEdit</a><li>undock: <a href="ntqdockwindow.html#undock">TQDockWindow</a><li>ungetch: @@ -3375,22 +3375,22 @@ ucs2: <a href="tqtextstream.html#unsetf">TQTextStream</a><li>unsqueeze: <a href="tqtranslator.html#unsqueeze">TQTranslator</a><li>unuseJavaClass: <a href="qnplugin.html#unuseJavaClass">TQNPlugin</a><li>upRect: - <a href="ntqspinbox.html#upRect">TQSpinBox</a><li>update: + <a href="tqspinbox.html#upRect">TQSpinBox</a><li>update: <a href="tqcanvas.html#update">TQCanvas</a> <a href="tqcanvasitem.html#update">TQCanvasItem</a> <a href="tqdatabrowser.html#update">TQDataBrowser</a> <a href="tqsqlcursor.html#update">TQSqlCursor</a> <a href="tqwidget.html#update">TQWidget</a><li>updateAccessibility: <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="ntqscrollview.html#updateContents">TQScrollView</a><li>updateCurrent: + <a href="ntqlistview.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="ntqspinbox.html#updateDisplay">TQSpinBox</a><li>updateGL: + <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="tqwidget.html#updateMask">TQWidget</a><li>updateOverlayGL: <a href="tqglwidget.html#updateOverlayGL">TQGLWidget</a><li>updateScrollBars: - <a href="ntqscrollview.html#updateScrollBars">TQScrollView</a><li>upper: + <a href="tqscrollview.html#updateScrollBars">TQScrollView</a><li>upper: <a href="tqcstring.html#upper">TQCString</a> <a href="tqchar.html#upper">TQChar</a> <a href="tqstring.html#upper">TQString</a><li>uri: <a href="tqxmlattributes.html#uri">TQXmlAttributes</a> <a href="tqxmlnamespacesupport.html#uri">TQXmlNamespaceSupport</a><li>uriToLocalFile: <a href="tquridrag.html#uriToLocalFile">TQUriDrag</a><li>uriToUnicodeUri: @@ -3409,14 +3409,14 @@ ucs2: <a href="tqthread.html#usleep">TQThread</a><li>utf8: <a href="tqstring.html#utf8">TQString</a><li><a name="v"></a> vScrollBarMode: - <a href="ntqscrollview.html#vScrollBarMode">TQScrollView</a><li>valid: + <a href="tqscrollview.html#vScrollBarMode">TQScrollView</a><li>valid: <a href="tqimage.html#valid">TQImage</a><li>validChunk: <a href="tqcanvas.html#validChunk">TQCanvas</a><li>validate: <a href="qdoublevalidator.html#validate">TQDoubleValidator</a> <a href="qintvalidator.html#validate">TQIntValidator</a> <a href="tqregexpvalidator.html#validate">TQRegExpValidator</a> <a href="ntqvalidator.html#validate">TQValidator</a><li>validator: - <a href="ntqcombobox.html#validator">TQComboBox</a> <a href="ntqlineedit.html#validator">TQLineEdit</a> <a href="ntqspinbox.html#validator">TQSpinBox</a><li>value: - <a href="tqdatatable.html#value">TQDataTable</a> <a href="ntqdial.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="ntqlcdnumber.html#value">TQLCDNumber</a> <a href="ntqrangecontrol.html#value">TQRangeControl</a> <a href="ntqscrollbar.html#value">TQScrollBar</a> <a href="tqsignal.html#value">TQSignal</a> <a href="ntqslider.html#value">TQSlider</a> <a href="ntqspinbox.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="ntqdial.html#valueChange">TQDial</a> <a href="ntqrangecontrol.html#valueChange">TQRangeControl</a> <a href="ntqslider.html#valueChange">TQSlider</a> <a href="ntqspinbox.html#valueChange">TQSpinBox</a><li>valueChanged: - <a href="tqdateedit.html#valueChanged">TQDateEdit</a> <a href="tqdatetimeedit.html#valueChanged">TQDateTimeEdit</a> <a href="ntqdial.html#valueChanged">TQDial</a> <a href="ntqscrollbar.html#valueChanged">TQScrollBar</a> <a href="ntqslider.html#valueChanged">TQSlider</a> <a href="ntqspinbox.html#valueChanged">TQSpinBox</a> <a href="ntqtable.html#valueChanged">TQTable</a> <a href="tqtimeedit.html#valueChanged">TQTimeEdit</a><li>valueFromPosition: + <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="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: @@ -3429,19 +3429,19 @@ vScrollBarMode: <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="ntqscrollview.html#verticalScrollBar">TQScrollView</a><li>verticalSliderPressed: - <a href="ntqscrollview.html#verticalSliderPressed">TQScrollView</a><li>verticalSliderReleased: - <a href="ntqscrollview.html#verticalSliderReleased">TQScrollView</a><li>viewMode: + <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: <a href="tqfiledialog.html#viewMode">TQFileDialog</a><li>viewport: - <a href="tqpainter.html#viewport">TQPainter</a> <a href="ntqscrollview.html#viewport">TQScrollView</a><li>viewportPaintEvent: - <a href="ntqscrollview.html#viewportPaintEvent">TQScrollView</a><li>viewportResizeEvent: - <a href="ntqscrollview.html#viewportResizeEvent">TQScrollView</a><li>viewportSize: - <a href="ntqscrollview.html#viewportSize">TQScrollView</a><li>viewportToContents: - <a href="ntqscrollview.html#viewportToContents">TQScrollView</a><li>visibilityChanged: + <a href="tqpainter.html#viewport">TQPainter</a> <a href="tqscrollview.html#viewport">TQScrollView</a><li>viewportPaintEvent: + <a href="tqscrollview.html#viewportPaintEvent">TQScrollView</a><li>viewportResizeEvent: + <a href="tqscrollview.html#viewportResizeEvent">TQScrollView</a><li>viewportSize: + <a href="tqscrollview.html#viewportSize">TQScrollView</a><li>viewportToContents: + <a href="tqscrollview.html#viewportToContents">TQScrollView</a><li>visibilityChanged: <a href="ntqdockwindow.html#visibilityChanged">TQDockWindow</a><li>visibleHeight: - <a href="ntqscrollview.html#visibleHeight">TQScrollView</a><li>visibleWidget: + <a href="tqscrollview.html#visibleHeight">TQScrollView</a><li>visibleWidget: <a href="tqwidgetstack.html#visibleWidget">TQWidgetStack</a><li>visibleWidth: - <a href="ntqscrollview.html#visibleWidth">TQScrollView</a><li>visualRect: + <a href="tqscrollview.html#visibleWidth">TQScrollView</a><li>visualRect: <a href="tqstyle.html#visualRect">TQStyle</a><li><a name="w"></a> wait: <a href="tqthread.html#wait">TQThread</a> <a href="tqwaitcondition.html#wait">TQWaitCondition</a><li>waitForMore: @@ -3488,7 +3488,7 @@ wait: <a href="tqcanvasview.html#worldMatrix">TQCanvasView</a> <a href="tqpainter.html#worldMatrix">TQPainter</a><li>wrapColumnOrWidth: <a href="tqtextedit.html#wrapColumnOrWidth">TQTextEdit</a><li>wrapPolicy: <a href="tqtextedit.html#wrapPolicy">TQTextEdit</a><li>wrapping: - <a href="ntqdial.html#wrapping">TQDial</a> <a href="ntqspinbox.html#wrapping">TQSpinBox</a><li>writable: + <a href="tqdial.html#wrapping">TQDial</a> <a href="tqspinbox.html#wrapping">TQSpinBox</a><li>writable: <a href="qmetaproperty.html#writable">TQMetaProperty</a><li>write: <a href="tqasciidict.html#write">TQAsciiDict</a> <a href="tqdict.html#write">TQDict</a> <a href="tqimageio.html#write">TQImageIO</a> <a href="tqintdict.html#write">TQIntDict</a> <a href="qnpinstance.html#write">TQNPInstance</a> <a href="qnpstream.html#write">TQNPStream</a> <a href="tqptrdict.html#write">TQPtrDict</a> <a href="tqptrlist.html#write">TQPtrList</a> <a href="tqptrqueue.html#write">TQPtrQueue</a> <a href="tqptrstack.html#write">TQPtrStack</a> <a href="tqptrvector.html#write">TQPtrVector</a> <a href="tqtranslatormessage.html#write">TQTranslatorMessage</a><li>writeBlock: <a href="tqbuffer.html#writeBlock">TQBuffer</a> <a href="tqiodevice.html#writeBlock">TQIODevice</a> <a href="tqsocket.html#writeBlock">TQSocket</a> <a href="tqsocketdevice.html#writeBlock">TQSocketDevice</a><li>writeBytes: diff --git a/doc/html/grapher-nsplugin-example.html b/doc/html/grapher-nsplugin-example.html index d7244b472..6815116d1 100644 --- a/doc/html/grapher-nsplugin-example.html +++ b/doc/html/grapher-nsplugin-example.html @@ -80,7 +80,7 @@ Implementation: #include <<a href="tqbuffer-h.html">tqbuffer.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqptrlist-h.html">tqptrlist.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> diff --git a/doc/html/headerfilesynonyms b/doc/html/headerfilesynonyms index c74b26a89..713c3b64b 100644 --- a/doc/html/headerfilesynonyms +++ b/doc/html/headerfilesynonyms @@ -103,7 +103,7 @@ qlistboxitem.h ntqlistbox.h qlistboxtext.h ntqlistbox.h qlistboxpixmap.h ntqlistbox.h qlistviewitem.h ntqlistview.h -qchecklistitem.h ntqlistview.h +tqchecklistitem.h ntqlistview.h qlistviewitemiterator.h ntqlistview.h qmacstyle.h qmacstyle_mac.h tqmapiterator.h tqmap.h @@ -137,8 +137,8 @@ tqstylesheetitem.h tqstylesheet.h qtab.h ntqtabbar.h qtableselection.h ntqtable.h qtableitem.h ntqtable.h -qcombotableitem.h ntqtable.h -qchecktableitem.h ntqtable.h +tqcombotableitem.h ntqtable.h +tqchecktableitem.h ntqtable.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 62e770614..90471e0a5 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -54,11 +54,11 @@ body { background: #ffffff; color: black; } <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> -<li><a href="qcheckbox-h.html">ntqcheckbox.h</a> +<li><a href="tqcheckbox-h.html">tqcheckbox.h</a> <li><a href="tqclipboard-h.html">tqclipboard.h</a> <li><a href="tqcolor-h.html">tqcolor.h</a> <li><a href="tqcolordialog-h.html">tqcolordialog.h</a> -<li><a href="qcombobox-h.html">ntqcombobox.h</a> +<li><a href="tqcombobox-h.html">tqcombobox.h</a> <li><a href="qcommonstyle-h.html">ntqcommonstyle.h</a> <li><a href="tqcstring-h.html">tqcstring.h</a> <li><a href="qcursor-h.html">ntqcursor.h</a> @@ -70,8 +70,8 @@ body { background: #ffffff; color: black; } <li><a href="tqdatetimeedit-h.html">tqdatetimeedit.h</a> <li><a href="tqdeepcopy-h.html">tqdeepcopy.h</a> <li><a href="tqdesktopwidget-h.html">tqdesktopwidget.h</a> -<li><a href="qdial-h.html">ntqdial.h</a> -<li><a href="qdialog-h.html">ntqdialog.h</a> +<li><a href="tqdial-h.html">tqdial.h</a> +<li><a href="tqdialog-h.html">tqdialog.h</a> <li><a href="tqdict-h.html">tqdict.h</a> <li><a href="tqdir-h.html">tqdir.h</a> <li><a href="tqdns-h.html">tqdns.h</a> @@ -124,9 +124,9 @@ body { background: #ffffff; color: black; } <li><a href="qkeysequence-h.html">ntqkeysequence.h</a> <li><a href="tqlabel-h.html">tqlabel.h</a> <li><a href="qlayout-h.html">ntqlayout.h</a> -<li><a href="qlcdnumber-h.html">ntqlcdnumber.h</a> +<li><a href="tqlcdnumber-h.html">tqlcdnumber.h</a> <li><a href="qlibrary-h.html">ntqlibrary.h</a> -<li><a href="qlineedit-h.html">ntqlineedit.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="tqlocale-h.html">tqlocale.h</a> @@ -178,15 +178,15 @@ body { background: #ffffff; color: black; } <li><a href="tqptrqueue-h.html">tqptrqueue.h</a> <li><a href="tqptrstack-h.html">tqptrstack.h</a> <li><a href="tqptrvector-h.html">tqptrvector.h</a> -<li><a href="qpushbutton-h.html">ntqpushbutton.h</a> -<li><a href="qradiobutton-h.html">ntqradiobutton.h</a> +<li><a href="tqpushbutton-h.html">tqpushbutton.h</a> +<li><a href="tqradiobutton-h.html">tqradiobutton.h</a> <li><a href="qrangecontrol-h.html">ntqrangecontrol.h</a> <li><a href="tqrect-h.html">tqrect.h</a> <li><a href="tqregexp-h.html">tqregexp.h</a> <li><a href="tqregion-h.html">tqregion.h</a> <li><a href="tqhebrewcodec-h.html">tqhebrewcodec.h</a> -<li><a href="qscrollbar-h.html">ntqscrollbar.h</a> -<li><a href="qscrollview-h.html">ntqscrollview.h</a> +<li><a href="tqscrollbar-h.html">tqscrollbar.h</a> +<li><a href="tqscrollview-h.html">tqscrollview.h</a> <li><a href="tqsemaphore-h.html">tqsemaphore.h</a> <li><a href="tqserversocket-h.html">tqserversocket.h</a> <li><a href="tqsessionmanager-h.html">tqsessionmanager.h</a> @@ -199,12 +199,12 @@ body { background: #ffffff; color: black; } <li><a href="tqsizegrip-h.html">tqsizegrip.h</a> <li><a href="tqsizepolicy-h.html">tqsizepolicy.h</a> <li><a href="tqsjiscodec-h.html">tqsjiscodec.h</a> -<li><a href="qslider-h.html">ntqslider.h</a> +<li><a href="tqslider-h.html">tqslider.h</a> <li><a href="tqsocket-h.html">tqsocket.h</a> <li><a href="tqsocketdevice-h.html">tqsocketdevice.h</a> <li><a href="tqsocketnotifier-h.html">tqsocketnotifier.h</a> <li><a href="qsound-h.html">ntqsound.h</a> -<li><a href="qspinbox-h.html">ntqspinbox.h</a> +<li><a href="tqspinbox-h.html">tqspinbox.h</a> <li><a href="qsplashscreen-h.html">ntqsplashscreen.h</a> <li><a href="qsplitter-h.html">ntqsplitter.h</a> <li><a href="tqsql-h.html">tqsql.h</a> diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html index 638a7c251..3a33be96c 100644 --- a/doc/html/hello-example.html +++ b/doc/html/hello-example.html @@ -86,7 +86,7 @@ private: *****************************************************************************/ #include "hello.h" -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqtimer-h.html">tqtimer.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> diff --git a/doc/html/helpsystem-example.html b/doc/html/helpsystem-example.html index 5e19cd6c2..33a55197d 100644 --- a/doc/html/helpsystem-example.html +++ b/doc/html/helpsystem-example.html @@ -108,11 +108,11 @@ to get the section at the requested position and uses 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 ) - <a name="x2683"></a>: <a href="tqtooltip.html">TQToolTip</a>( tipTable-><a href="ntqscrollview.html#viewport">viewport</a>(), group ), table( tipTable ) + <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="ntqscrollview.html">TQScrollView</a> all user interaction +<p> Since <a href="ntqtable.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 @@ -254,7 +254,7 @@ 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 ) - : WhatsThis( t, t-><a href="ntqscrollview.html#viewport">viewport</a>() ) + : WhatsThis( t, t-><a href="tqscrollview.html#viewport">viewport</a>() ) { } </pre> @@ -265,7 +265,7 @@ viewport() to the WhatsThis constructor. { <a href="ntqtable.html">TQTable</a> *table = (TQTable*)parentWidget(); - <a href="tqpoint.html">TQPoint</a> cp = table-><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>( p ); + <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>() ); @@ -282,12 +282,12 @@ viewport() to the WhatsThis constructor. return TQString("This is a <a href=%1/html/qtableitem.html>TQTableItem</a>."). arg(docsPath); } else if ( TQComboTableItem::RTTI == i-><a href="qtableitem.html#rtti">rtti</a>() ) { - return TQString("This is a <a href=%1/html/qcombotableitem.html>TQComboTableItem</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>() ) { - return TQString("This is a <a href=%1/html/qchecktableitem.html>TQCheckTableItem</a>." - "<br>It provide <a href=%1/html/ntqcheckbox.html>checkboxes</a> in tables."). + 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); } return "This is a user defined table item."; @@ -343,10 +343,10 @@ so that the system path is used. // populate table <a href="tqstringlist.html">TQStringList</a> comboEntries; comboEntries << "one" << "two" << "three" << "four"; - <a href="qcombotableitem.html">TQComboTableItem</a>* comboItem1 = new <a href="qcombotableitem.html">TQComboTableItem</a>( table, comboEntries ); - <a href="qcombotableitem.html">TQComboTableItem</a>* comboItem2 = new <a href="qcombotableitem.html">TQComboTableItem</a>( table, comboEntries ); - <a href="qchecktableitem.html">TQCheckTableItem</a>* checkItem1 = new <a href="qchecktableitem.html">TQCheckTableItem</a>( table, "Check me" ); - <a href="qchecktableitem.html">TQCheckTableItem</a>* checkItem2 = new <a href="qchecktableitem.html">TQCheckTableItem</a>( table, "Check me" ); + <a href="tqcombotableitem.html">TQComboTableItem</a>* comboItem1 = new <a href="tqcombotableitem.html">TQComboTableItem</a>( table, comboEntries ); + <a href="tqcombotableitem.html">TQComboTableItem</a>* comboItem2 = new <a href="tqcombotableitem.html">TQComboTableItem</a>( table, comboEntries ); + <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 ); diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html index 0f137723f..fb4c30415 100644 --- a/doc/html/helpviewer-example.html +++ b/doc/html/helpviewer-example.html @@ -87,7 +87,7 @@ private: void readBookmarks(); <a href="tqtextbrowser.html">TQTextBrowser</a>* browser; - <a href="ntqcombobox.html">TQComboBox</a> *pathCombo; + <a href="tqcombobox.html">TQComboBox</a> *pathCombo; int backwardId, forwardId; <a href="tqstringlist.html">TQStringList</a> history, bookmarks; <a href="tqmap.html">TQMap</a><int, TQString> mHistory, mBookmarks; @@ -129,9 +129,9 @@ private: #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqevent-h.html">tqevent.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqobjectlist-h.html">tqobjectlist.h</a>> #include <<a href="tqfileinfo-h.html">tqfileinfo.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> @@ -240,15 +240,15 @@ private: <a name="x1033"></a> toolbar-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); - pathCombo = new <a href="ntqcombobox.html">TQComboBox</a>( TRUE, toolbar ); -<a name="x981"></a> <a href="tqobject.html#connect">connect</a>( pathCombo, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="tqstring.html">TQString</a> & ) ), + pathCombo = new <a href="tqcombobox.html">TQComboBox</a>( TRUE, toolbar ); +<a name="x981"></a> <a href="tqobject.html#connect">connect</a>( pathCombo, TQ_SIGNAL( <a href="tqcombobox.html#activated">activated</a>( const <a href="tqstring.html">TQString</a> & ) ), this, TQ_SLOT( pathSelected( const <a href="tqstring.html">TQString</a> & ) ) ); <a name="x1034"></a> toolbar-><a href="tqtoolbar.html#setStretchableWidget">setStretchableWidget</a>( pathCombo ); <a href="tqmainwindow.html#setRightJustification">setRightJustification</a>( TRUE ); <a href="tqmainwindow.html#setDockEnabled">setDockEnabled</a>( DockLeft, FALSE ); <a href="tqmainwindow.html#setDockEnabled">setDockEnabled</a>( DockRight, FALSE ); -<a name="x983"></a> pathCombo-><a href="ntqcombobox.html#insertItem">insertItem</a>( home_ ); +<a name="x983"></a> pathCombo-><a href="tqcombobox.html#insertItem">insertItem</a>( home_ ); browser-><a href="tqwidget.html#setFocus">setFocus</a>(); } @@ -275,18 +275,18 @@ void <a name="f353"></a>HelpWindow::sourceChanged( const <a href="tqstring.html" if ( !url.<a href="tqstring.html#isEmpty">isEmpty</a>() && pathCombo ) { bool exists = FALSE; int i; -<a name="x982"></a> for ( i = 0; i < pathCombo-><a href="ntqcombobox.html#count">count</a>(); ++i ) { -<a name="x985"></a> if ( pathCombo-><a href="ntqcombobox.html#text">text</a>( i ) == url ) { +<a name="x982"></a> for ( i = 0; i < pathCombo-><a href="tqcombobox.html#count">count</a>(); ++i ) { +<a name="x985"></a> if ( pathCombo-><a href="tqcombobox.html#text">text</a>( i ) == url ) { exists = TRUE; break; } } if ( !exists ) { - pathCombo-><a href="ntqcombobox.html#insertItem">insertItem</a>( url, 0 ); -<a name="x984"></a> pathCombo-><a href="ntqcombobox.html#setCurrentItem">setCurrentItem</a>( 0 ); + pathCombo-><a href="tqcombobox.html#insertItem">insertItem</a>( url, 0 ); +<a name="x984"></a> pathCombo-><a href="tqcombobox.html#setCurrentItem">setCurrentItem</a>( 0 ); mHistory[ hist-><a href="tqmenudata.html#insertItem">insertItem</a>( url ) ] = url; } else - pathCombo-><a href="ntqcombobox.html#setCurrentItem">setCurrentItem</a>( i ); + pathCombo-><a href="tqcombobox.html#setCurrentItem">setCurrentItem</a>( i ); } } diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index c3fbd4926..c638289bf 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -290,7 +290,7 @@ classes in the TQt API. <li><a href="ntqkeysequence.html">TQKeySequence</a> <li><a href="qlistviewitem.html">TQListViewItem</a> <ul> -<li><a href="qchecklistitem.html">TQCheckListItem</a> +<li><a href="tqchecklistitem.html">TQCheckListItem</a> </ul> <li><a href="tqobject.html">TQObject</a> <ul> @@ -389,12 +389,12 @@ classes in the TQt API. <ul> <li><a href="ntqbutton.html">TQButton</a> <ul> -<li><a href="ntqcheckbox.html">TQCheckBox</a> -<li><a href="ntqpushbutton.html">TQPushButton</a> -<li><a href="ntqradiobutton.html">TQRadioButton</a> +<li><a href="tqcheckbox.html">TQCheckBox</a> +<li><a href="tqpushbutton.html">TQPushButton</a> +<li><a href="tqradiobutton.html">TQRadioButton</a> <li><a href="tqtoolbutton.html">TQToolButton</a> </ul> -<li><a href="ntqcombobox.html">TQComboBox</a> +<li><a href="tqcombobox.html">TQComboBox</a> <li><a href="tqdatabrowser.html">TQDataBrowser</a> <li><a href="tqdataview.html">TQDataView</a> <li><a href="tqdatetimeedit.html">TQDateTimeEdit</a> @@ -404,8 +404,8 @@ classes in the TQt API. <li><a href="tqtimeedit.html">TQTimeEdit</a> </ul> <li><a href="tqdesktopwidget.html">TQDesktopWidget</a> -<li><a href="ntqdial.html">TQDial</a> -<li><a href="ntqdialog.html">TQDialog</a> +<li><a href="tqdial.html">TQDial</a> +<li><a href="tqdialog.html">TQDialog</a> <ul> <li><a href="tqcolordialog.html">TQColorDialog</a> <li><a href="ntqerrormessage.html">TQErrorMessage</a> @@ -441,12 +441,12 @@ classes in the TQt API. <li><a href="ntqvbox.html">TQVBox</a> </ul> <li><a href="tqlabel.html">TQLabel</a> -<li><a href="ntqlcdnumber.html">TQLCDNumber</a> -<li><a href="ntqlineedit.html">TQLineEdit</a> +<li><a href="tqlcdnumber.html">TQLCDNumber</a> +<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="ntqscrollview.html">TQScrollView</a> +<li><a href="tqscrollview.html">TQScrollView</a> <ul> <li><a href="tqcanvasview.html">TQCanvasView</a> <li><a href="ntqgridview.html">TQGridView</a> @@ -473,10 +473,10 @@ classes in the TQt API. <li><a href="tqmainwindow.html">TQMainWindow</a> <li><a href="qmotifwidget.html">TQMotifWidget</a> <li><a href="qnpwidget.html">TQNPWidget</a> -<li><a href="ntqscrollbar.html">TQScrollBar</a> +<li><a href="tqscrollbar.html">TQScrollBar</a> <li><a href="tqsizegrip.html">TQSizeGrip</a> -<li><a href="ntqslider.html">TQSlider</a> -<li><a href="ntqspinbox.html">TQSpinBox</a> +<li><a href="tqslider.html">TQSlider</a> +<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> @@ -491,8 +491,8 @@ classes in the TQt API. <li><a href="qtab.html">TQTab</a> <li><a href="qtableitem.html">TQTableItem</a> <ul> -<li><a href="qchecktableitem.html">TQCheckTableItem</a> -<li><a href="qcombotableitem.html">TQComboTableItem</a> +<li><a href="tqchecktableitem.html">TQCheckTableItem</a> +<li><a href="tqcombotableitem.html">TQComboTableItem</a> </ul> <li><a href="tqthread.html">TQThread</a> <li><a href="tqtooltip.html">TQToolTip</a> diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html index f2d118ef8..25dba8104 100644 --- a/doc/html/httpd-example.html +++ b/doc/html/httpd-example.html @@ -58,7 +58,7 @@ sending the page, it closes the connection. #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> // HttpDaemon is the the class that implements the simple HTTP server. class HttpDaemon : public <a href="tqserversocket.html">TQServerSocket</a> @@ -140,7 +140,7 @@ public: <a href="tqlabel.html">TQLabel</a> *lb = new <a href="tqlabel.html">TQLabel</a>( itext, this ); lb-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignHCenter ); infoText = new <a href="tqtextview.html">TQTextView</a>( this ); - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "quit" , this ); + <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "quit" , this ); connect( httpd, TQ_SIGNAL(newConnect()), TQ_SLOT(newConnect()) ); connect( httpd, TQ_SIGNAL(endConnect()), TQ_SLOT(endConnect()) ); diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html index 31b0c8dbf..d15038a7e 100644 --- a/doc/html/i18n-example.html +++ b/doc/html/i18n-example.html @@ -88,10 +88,10 @@ private: *****************************************************************************/ #include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> -#include <<a href="qradiobutton-h.html">ntqradiobutton.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="qcombobox-h.html">ntqcombobox.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>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> @@ -125,9 +125,9 @@ private: <a href="ntqbuttongroup.html">TQButtonGroup</a>* gbox = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, <a href="tqobject.html#tr">tr</a>( "View" ), central ); - (void)new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>( "Perspective" ), gbox ); - (void)new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>( "Isometric" ), gbox ); - (void)new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>( "Oblique" ), gbox ); + (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 ); + (void)new <a href="tqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>( "Oblique" ), gbox ); initChoices(central); } @@ -169,11 +169,11 @@ void <a name="f526"></a>MyWidget::initChoices(TQWidget* parent) #include <<a href="tqtranslator-h.html">tqtranslator.h</a>> #include <<a href="tqfileinfo-h.html">tqfileinfo.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> -#include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> +#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="qpushbutton-h.html">ntqpushbutton.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>> #include <stdlib.h> @@ -186,10 +186,10 @@ void <a name="f526"></a>MyWidget::initChoices(TQWidget* parent) //#define USE_I18N_FONT -class TQVDialog : public <a href="ntqdialog.html">TQDialog</a> { +class TQVDialog : public <a href="tqdialog.html">TQDialog</a> { public: TQVDialog(TQWidget *parent=0, const char *name=0, bool modal=FALSE, - WFlags f=0) : <a href="ntqdialog.html">TQDialog</a>(parent,name,modal,f) + WFlags f=0) : <a href="tqdialog.html">TQDialog</a>(parent,name,modal,f) { <a href="qvboxlayout.html">TQVBoxLayout</a>* vb = new <a href="qvboxlayout.html">TQVBoxLayout</a>(this,8); <a name="x1938"></a> vb-><a href="ntqlayout.html#setAutoAdd">setAutoAdd</a>(TRUE); @@ -214,7 +214,7 @@ public: { if ( !hb ) hb = new <a href="ntqhbox.html">TQHBox</a>(this); - <a href="ntqpushbutton.html">TQPushButton</a> *c = new <a href="ntqpushbutton.html">TQPushButton</a>(text, hb); + <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>())); } @@ -277,11 +277,11 @@ int main( int argc, char** argv ) <a href="ntqbuttongroup.html">TQButtonGroup</a> *bg = new <a href="ntqbuttongroup.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="ntqcheckbox.html">TQCheckBox</a>((const char*)qm[i],bg); + qmb[i] = new <a href="tqcheckbox.html">TQCheckBox</a>((const char*)qm[i],bg); qmb[i]->setChecked( loc == qm[i] ); } dlg.addButtons("Cancel","OK","All"); -<a name="x1936"></a> r = dlg.<a href="ntqdialog.html#exec">exec</a>(); +<a name="x1936"></a> r = dlg.<a href="tqdialog.html#exec">exec</a>(); } if ( r ) { <a name="x1928"></a> <a href="tqrect.html">TQRect</a> screen = tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->availableGeometry(); diff --git a/doc/html/i18n.html b/doc/html/i18n.html index 6b33a64f7..9842b3e9d 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -133,7 +133,7 @@ the fl and fi ligatures used in typesetting US and European books. <p> </ul> <p> TQt tries to take care of all the special features listed above. You usually don't have to worry about these features so long as you use -TQt's input widgets (e.g. <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextedit.html">TQTextEdit</a>, and derived classes) +TQt's input widgets (e.g. <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqtextedit.html">TQTextEdit</a>, and derived classes) and TQt's display widgets (e.g. <a href="tqlabel.html">TQLabel</a>). <p> Support for these writing systems is transparent to the programmer and completely encapsulated in TQt's text engine. This means that you @@ -151,7 +151,7 @@ string. In some languages (e.g. Arabic or languages from the Indian subcontinent), the width and shape of a glyph changes depending on the surrounding characters. Writing input controls usually requires a certain knowledge of the scripts it is going to be used in. Usually -the easiest way is to subclass <a href="ntqlineedit.html">TQLineEdit</a> or <a href="tqtextedit.html">TQTextEdit</a>. +the easiest way is to subclass <a href="tqlineedit.html">TQLineEdit</a> or <a href="tqtextedit.html">TQTextEdit</a>. <p> </ul> <p> The following sections give some information on the status of the internationalization (i18n) support in TQt. diff --git a/doc/html/index b/doc/html/index index 9ad2a9677..91cb19f0d 100644 --- a/doc/html/index +++ b/doc/html/index @@ -826,37 +826,37 @@ "TQChar::unicode" tqchar.html#unicode "TQChar::upper" tqchar.html#upper "TQCharRef" tqcharref.html -"QCheckBox" ntqcheckbox.html -"QCheckBox::autoMask" ntqcheckbox.html#autoMask-prop -"QCheckBox::checked" ntqcheckbox.html#checked-prop -"QCheckBox::isChecked" ntqcheckbox.html#isChecked -"QCheckBox::isTristate" ntqcheckbox.html#isTristate -"QCheckBox::setChecked" ntqcheckbox.html#setChecked -"QCheckBox::setNoChange" ntqcheckbox.html#setNoChange -"QCheckBox::setTristate" ntqcheckbox.html#setTristate -"QCheckBox::tristate" ntqcheckbox.html#tristate-prop -"QCheckListItem" qchecklistitem.html -"QCheckListItem::ToggleState" qchecklistitem.html#ToggleState -"QCheckListItem::Type" qchecklistitem.html#Type -"QCheckListItem::activate" qchecklistitem.html#activate -"QCheckListItem::isOn" qchecklistitem.html#isOn -"QCheckListItem::isTristate" qchecklistitem.html#isTristate -"QCheckListItem::paintCell" qchecklistitem.html#paintCell -"QCheckListItem::paintFocus" qchecklistitem.html#paintFocus -"QCheckListItem::rtti" qchecklistitem.html#rtti -"QCheckListItem::setOn" qchecklistitem.html#setOn -"QCheckListItem::setState" qchecklistitem.html#setState -"QCheckListItem::setTristate" qchecklistitem.html#setTristate -"QCheckListItem::state" qchecklistitem.html#state -"QCheckListItem::stateChange" qchecklistitem.html#stateChange -"QCheckListItem::text" qchecklistitem.html#text -"QCheckListItem::turnOffChild" qchecklistitem.html#turnOffChild -"QCheckListItem::type" qchecklistitem.html#type -"QCheckListItem::~QCheckListItem" qchecklistitem.html#~QCheckListItem -"QCheckTableItem" qchecktableitem.html -"QCheckTableItem::isChecked" qchecktableitem.html#isChecked -"QCheckTableItem::rtti" qchecktableitem.html#rtti -"QCheckTableItem::setChecked" qchecktableitem.html#setChecked +"TQCheckBox" tqcheckbox.html +"TQCheckBox::autoMask" tqcheckbox.html#autoMask-prop +"TQCheckBox::checked" tqcheckbox.html#checked-prop +"TQCheckBox::isChecked" tqcheckbox.html#isChecked +"TQCheckBox::isTristate" tqcheckbox.html#isTristate +"TQCheckBox::setChecked" tqcheckbox.html#setChecked +"TQCheckBox::setNoChange" tqcheckbox.html#setNoChange +"TQCheckBox::setTristate" tqcheckbox.html#setTristate +"TQCheckBox::tristate" tqcheckbox.html#tristate-prop +"TQCheckListItem" tqchecklistitem.html +"TQCheckListItem::ToggleState" tqchecklistitem.html#ToggleState +"TQCheckListItem::Type" tqchecklistitem.html#Type +"TQCheckListItem::activate" tqchecklistitem.html#activate +"TQCheckListItem::isOn" tqchecklistitem.html#isOn +"TQCheckListItem::isTristate" tqchecklistitem.html#isTristate +"TQCheckListItem::paintCell" tqchecklistitem.html#paintCell +"TQCheckListItem::paintFocus" tqchecklistitem.html#paintFocus +"TQCheckListItem::rtti" tqchecklistitem.html#rtti +"TQCheckListItem::setOn" tqchecklistitem.html#setOn +"TQCheckListItem::setState" tqchecklistitem.html#setState +"TQCheckListItem::setTristate" tqchecklistitem.html#setTristate +"TQCheckListItem::state" tqchecklistitem.html#state +"TQCheckListItem::stateChange" tqchecklistitem.html#stateChange +"TQCheckListItem::text" tqchecklistitem.html#text +"TQCheckListItem::turnOffChild" tqchecklistitem.html#turnOffChild +"TQCheckListItem::type" tqchecklistitem.html#type +"TQCheckListItem::~TQCheckListItem" tqchecklistitem.html#~TQCheckListItem +"TQCheckTableItem" tqchecktableitem.html +"TQCheckTableItem::isChecked" tqchecktableitem.html#isChecked +"TQCheckTableItem::rtti" tqchecktableitem.html#rtti +"TQCheckTableItem::setChecked" tqchecktableitem.html#setChecked "QChildEvent" qchildevent.html "QChildEvent::child" qchildevent.html#child "QChildEvent::inserted" qchildevent.html#inserted @@ -954,72 +954,72 @@ "TQColorGroup::shadow" tqcolorgroup.html#shadow "TQColorGroup::text" tqcolorgroup.html#text "TQColorGroup::~TQColorGroup" tqcolorgroup.html#~TQColorGroup -"QComboBox" ntqcombobox.html -"QComboBox::Policy" ntqcombobox.html#Policy -"QComboBox::activated" ntqcombobox.html#activated -"QComboBox::autoCompletion" ntqcombobox.html#autoCompletion -"QComboBox::autoCompletion" ntqcombobox.html#autoCompletion-prop -"QComboBox::autoMask" ntqcombobox.html#autoMask-prop -"QComboBox::changeItem" ntqcombobox.html#changeItem -"QComboBox::clear" ntqcombobox.html#clear -"QComboBox::clearEdit" ntqcombobox.html#clearEdit -"QComboBox::clearValidator" ntqcombobox.html#clearValidator -"QComboBox::completionIndex" ntqcombobox.html#completionIndex -"QComboBox::count" ntqcombobox.html#count -"QComboBox::count" ntqcombobox.html#count-prop -"QComboBox::currentItem" ntqcombobox.html#currentItem -"QComboBox::currentItem" ntqcombobox.html#currentItem-prop -"QComboBox::currentText" ntqcombobox.html#currentText -"QComboBox::currentText" ntqcombobox.html#currentText-prop -"QComboBox::duplicatesEnabled" ntqcombobox.html#duplicatesEnabled -"QComboBox::duplicatesEnabled" ntqcombobox.html#duplicatesEnabled-prop -"QComboBox::editable" ntqcombobox.html#editable -"QComboBox::editable" ntqcombobox.html#editable-prop -"QComboBox::highlighted" ntqcombobox.html#highlighted -"QComboBox::insertItem" ntqcombobox.html#insertItem -"QComboBox::insertStrList" ntqcombobox.html#insertStrList -"QComboBox::insertStringList" ntqcombobox.html#insertStringList -"QComboBox::insertionPolicy" ntqcombobox.html#insertionPolicy -"QComboBox::insertionPolicy" ntqcombobox.html#insertionPolicy-prop -"QComboBox::lineEdit" ntqcombobox.html#lineEdit -"QComboBox::listBox" ntqcombobox.html#listBox -"QComboBox::maxCount" ntqcombobox.html#maxCount -"QComboBox::maxCount" ntqcombobox.html#maxCount-prop -"QComboBox::pixmap" ntqcombobox.html#pixmap -"QComboBox::popup" ntqcombobox.html#popup -"QComboBox::removeItem" ntqcombobox.html#removeItem -"QComboBox::returnPressed" ntqcombobox.html#returnPressed -"QComboBox::setAutoCompletion" ntqcombobox.html#setAutoCompletion -"QComboBox::setCurrentItem" ntqcombobox.html#setCurrentItem -"QComboBox::setCurrentText" ntqcombobox.html#setCurrentText -"QComboBox::setDuplicatesEnabled" ntqcombobox.html#setDuplicatesEnabled -"QComboBox::setEditText" ntqcombobox.html#setEditText -"QComboBox::setEditable" ntqcombobox.html#setEditable -"QComboBox::setFont" ntqcombobox.html#setFont -"QComboBox::setInsertionPolicy" ntqcombobox.html#setInsertionPolicy -"QComboBox::setLineEdit" ntqcombobox.html#setLineEdit -"QComboBox::setListBox" ntqcombobox.html#setListBox -"QComboBox::setMaxCount" ntqcombobox.html#setMaxCount -"QComboBox::setPalette" ntqcombobox.html#setPalette -"QComboBox::setSizeLimit" ntqcombobox.html#setSizeLimit -"QComboBox::setValidator" ntqcombobox.html#setValidator -"QComboBox::sizeLimit" ntqcombobox.html#sizeLimit -"QComboBox::sizeLimit" ntqcombobox.html#sizeLimit-prop -"QComboBox::text" ntqcombobox.html#text -"QComboBox::textChanged" ntqcombobox.html#textChanged -"QComboBox::validator" ntqcombobox.html#validator -"QComboBox::~QComboBox" ntqcombobox.html#~QComboBox -"QComboTableItem" qcombotableitem.html -"QComboTableItem::count" qcombotableitem.html#count -"QComboTableItem::currentItem" qcombotableitem.html#currentItem -"QComboTableItem::currentText" qcombotableitem.html#currentText -"QComboTableItem::isEditable" qcombotableitem.html#isEditable -"QComboTableItem::rtti" qcombotableitem.html#rtti -"QComboTableItem::setCurrentItem" qcombotableitem.html#setCurrentItem -"QComboTableItem::setEditable" qcombotableitem.html#setEditable -"QComboTableItem::setStringList" qcombotableitem.html#setStringList -"QComboTableItem::text" qcombotableitem.html#text -"QComboTableItem::~QComboTableItem" qcombotableitem.html#~QComboTableItem +"TQComboBox" tqcombobox.html +"TQComboBox::Policy" tqcombobox.html#Policy +"TQComboBox::activated" tqcombobox.html#activated +"TQComboBox::autoCompletion" tqcombobox.html#autoCompletion +"TQComboBox::autoCompletion" tqcombobox.html#autoCompletion-prop +"TQComboBox::autoMask" tqcombobox.html#autoMask-prop +"TQComboBox::changeItem" tqcombobox.html#changeItem +"TQComboBox::clear" tqcombobox.html#clear +"TQComboBox::clearEdit" tqcombobox.html#clearEdit +"TQComboBox::clearValidator" tqcombobox.html#clearValidator +"TQComboBox::completionIndex" tqcombobox.html#completionIndex +"TQComboBox::count" tqcombobox.html#count +"TQComboBox::count" tqcombobox.html#count-prop +"TQComboBox::currentItem" tqcombobox.html#currentItem +"TQComboBox::currentItem" tqcombobox.html#currentItem-prop +"TQComboBox::currentText" tqcombobox.html#currentText +"TQComboBox::currentText" tqcombobox.html#currentText-prop +"TQComboBox::duplicatesEnabled" tqcombobox.html#duplicatesEnabled +"TQComboBox::duplicatesEnabled" tqcombobox.html#duplicatesEnabled-prop +"TQComboBox::editable" tqcombobox.html#editable +"TQComboBox::editable" tqcombobox.html#editable-prop +"TQComboBox::highlighted" tqcombobox.html#highlighted +"TQComboBox::insertItem" tqcombobox.html#insertItem +"TQComboBox::insertStrList" tqcombobox.html#insertStrList +"TQComboBox::insertStringList" tqcombobox.html#insertStringList +"TQComboBox::insertionPolicy" tqcombobox.html#insertionPolicy +"TQComboBox::insertionPolicy" tqcombobox.html#insertionPolicy-prop +"TQComboBox::lineEdit" tqcombobox.html#lineEdit +"TQComboBox::listBox" tqcombobox.html#listBox +"TQComboBox::maxCount" tqcombobox.html#maxCount +"TQComboBox::maxCount" tqcombobox.html#maxCount-prop +"TQComboBox::pixmap" tqcombobox.html#pixmap +"TQComboBox::popup" tqcombobox.html#popup +"TQComboBox::removeItem" tqcombobox.html#removeItem +"TQComboBox::returnPressed" tqcombobox.html#returnPressed +"TQComboBox::setAutoCompletion" tqcombobox.html#setAutoCompletion +"TQComboBox::setCurrentItem" tqcombobox.html#setCurrentItem +"TQComboBox::setCurrentText" tqcombobox.html#setCurrentText +"TQComboBox::setDuplicatesEnabled" tqcombobox.html#setDuplicatesEnabled +"TQComboBox::setEditText" tqcombobox.html#setEditText +"TQComboBox::setEditable" tqcombobox.html#setEditable +"TQComboBox::setFont" tqcombobox.html#setFont +"TQComboBox::setInsertionPolicy" tqcombobox.html#setInsertionPolicy +"TQComboBox::setLineEdit" tqcombobox.html#setLineEdit +"TQComboBox::setListBox" tqcombobox.html#setListBox +"TQComboBox::setMaxCount" tqcombobox.html#setMaxCount +"TQComboBox::setPalette" tqcombobox.html#setPalette +"TQComboBox::setSizeLimit" tqcombobox.html#setSizeLimit +"TQComboBox::setValidator" tqcombobox.html#setValidator +"TQComboBox::sizeLimit" tqcombobox.html#sizeLimit +"TQComboBox::sizeLimit" tqcombobox.html#sizeLimit-prop +"TQComboBox::text" tqcombobox.html#text +"TQComboBox::textChanged" tqcombobox.html#textChanged +"TQComboBox::validator" tqcombobox.html#validator +"TQComboBox::~TQComboBox" tqcombobox.html#~TQComboBox +"TQComboTableItem" tqcombotableitem.html +"TQComboTableItem::count" tqcombotableitem.html#count +"TQComboTableItem::currentItem" tqcombotableitem.html#currentItem +"TQComboTableItem::currentText" tqcombotableitem.html#currentText +"TQComboTableItem::isEditable" tqcombotableitem.html#isEditable +"TQComboTableItem::rtti" tqcombotableitem.html#rtti +"TQComboTableItem::setCurrentItem" tqcombotableitem.html#setCurrentItem +"TQComboTableItem::setEditable" tqcombotableitem.html#setEditable +"TQComboTableItem::setStringList" tqcombotableitem.html#setStringList +"TQComboTableItem::text" tqcombotableitem.html#text +"TQComboTableItem::~TQComboTableItem" tqcombotableitem.html#~TQComboTableItem "QCommonStyle" ntqcommonstyle.html "QComponentFactory::createInstance" qcomponentfactory.html#createInstance "QComponentFactory::registerComponent" qcomponentfactory.html#registerComponent @@ -1373,69 +1373,69 @@ "TQDesktopWidget::screenGeometry" tqdesktopwidget.html#screenGeometry "TQDesktopWidget::screenNumber" tqdesktopwidget.html#screenNumber "TQDesktopWidget::~TQDesktopWidget" tqdesktopwidget.html#~TQDesktopWidget -"QDial" ntqdial.html -"QDial::addLine" ntqdial.html#addLine -"QDial::addPage" ntqdial.html#addPage -"QDial::dialMoved" ntqdial.html#dialMoved -"QDial::dialPressed" ntqdial.html#dialPressed -"QDial::dialReleased" ntqdial.html#dialReleased -"QDial::lineStep" ntqdial.html#lineStep -"QDial::lineStep" ntqdial.html#lineStep-prop -"QDial::maxValue" ntqdial.html#maxValue -"QDial::maxValue" ntqdial.html#maxValue-prop -"QDial::minValue" ntqdial.html#minValue -"QDial::minValue" ntqdial.html#minValue-prop -"QDial::notchSize" ntqdial.html#notchSize -"QDial::notchSize" ntqdial.html#notchSize-prop -"QDial::notchTarget" ntqdial.html#notchTarget -"QDial::notchTarget" ntqdial.html#notchTarget-prop -"QDial::notchesVisible" ntqdial.html#notchesVisible -"QDial::notchesVisible" ntqdial.html#notchesVisible-prop -"QDial::pageStep" ntqdial.html#pageStep -"QDial::pageStep" ntqdial.html#pageStep-prop -"QDial::rangeChange" ntqdial.html#rangeChange -"QDial::repaintScreen" ntqdial.html#repaintScreen -"QDial::setLineStep" ntqdial.html#setLineStep -"QDial::setMaxValue" ntqdial.html#setMaxValue -"QDial::setMinValue" ntqdial.html#setMinValue -"QDial::setNotchTarget" ntqdial.html#setNotchTarget -"QDial::setNotchesVisible" ntqdial.html#setNotchesVisible -"QDial::setPageStep" ntqdial.html#setPageStep -"QDial::setTracking" ntqdial.html#setTracking -"QDial::setValue" ntqdial.html#setValue -"QDial::setWrapping" ntqdial.html#setWrapping -"QDial::subtractLine" ntqdial.html#subtractLine -"QDial::subtractPage" ntqdial.html#subtractPage -"QDial::tracking" ntqdial.html#tracking -"QDial::tracking" ntqdial.html#tracking-prop -"QDial::value" ntqdial.html#value -"QDial::value" ntqdial.html#value-prop -"QDial::valueChange" ntqdial.html#valueChange -"QDial::valueChanged" ntqdial.html#valueChanged -"QDial::wrapping" ntqdial.html#wrapping -"QDial::wrapping" ntqdial.html#wrapping-prop -"QDial::~QDial" ntqdial.html#~QDial -"QDialog" ntqdialog.html -"QDialog::DialogCode" ntqdialog.html#DialogCode -"QDialog::accept" ntqdialog.html#accept -"QDialog::done" ntqdialog.html#done -"QDialog::exec" ntqdialog.html#exec -"QDialog::extension" ntqdialog.html#extension -"QDialog::isModal" ntqdialog.html#isModal -"QDialog::isSizeGripEnabled" ntqdialog.html#isSizeGripEnabled -"QDialog::modal" ntqdialog.html#modal-prop -"QDialog::orientation" ntqdialog.html#orientation -"QDialog::reject" ntqdialog.html#reject -"QDialog::result" ntqdialog.html#result -"QDialog::setExtension" ntqdialog.html#setExtension -"QDialog::setModal" ntqdialog.html#setModal -"QDialog::setOrientation" ntqdialog.html#setOrientation -"QDialog::setResult" ntqdialog.html#setResult -"QDialog::setSizeGripEnabled" ntqdialog.html#setSizeGripEnabled -"QDialog::show" ntqdialog.html#show -"QDialog::showExtension" ntqdialog.html#showExtension -"QDialog::sizeGripEnabled" ntqdialog.html#sizeGripEnabled-prop -"QDialog::~QDialog" ntqdialog.html#~QDialog +"TQDial" tqdial.html +"TQDial::addLine" tqdial.html#addLine +"TQDial::addPage" tqdial.html#addPage +"TQDial::dialMoved" tqdial.html#dialMoved +"TQDial::dialPressed" tqdial.html#dialPressed +"TQDial::dialReleased" tqdial.html#dialReleased +"TQDial::lineStep" tqdial.html#lineStep +"TQDial::lineStep" tqdial.html#lineStep-prop +"TQDial::maxValue" tqdial.html#maxValue +"TQDial::maxValue" tqdial.html#maxValue-prop +"TQDial::minValue" tqdial.html#minValue +"TQDial::minValue" tqdial.html#minValue-prop +"TQDial::notchSize" tqdial.html#notchSize +"TQDial::notchSize" tqdial.html#notchSize-prop +"TQDial::notchTarget" tqdial.html#notchTarget +"TQDial::notchTarget" tqdial.html#notchTarget-prop +"TQDial::notchesVisible" tqdial.html#notchesVisible +"TQDial::notchesVisible" tqdial.html#notchesVisible-prop +"TQDial::pageStep" tqdial.html#pageStep +"TQDial::pageStep" tqdial.html#pageStep-prop +"TQDial::rangeChange" tqdial.html#rangeChange +"TQDial::repaintScreen" tqdial.html#repaintScreen +"TQDial::setLineStep" tqdial.html#setLineStep +"TQDial::setMaxValue" tqdial.html#setMaxValue +"TQDial::setMinValue" tqdial.html#setMinValue +"TQDial::setNotchTarget" tqdial.html#setNotchTarget +"TQDial::setNotchesVisible" tqdial.html#setNotchesVisible +"TQDial::setPageStep" tqdial.html#setPageStep +"TQDial::setTracking" tqdial.html#setTracking +"TQDial::setValue" tqdial.html#setValue +"TQDial::setWrapping" tqdial.html#setWrapping +"TQDial::subtractLine" tqdial.html#subtractLine +"TQDial::subtractPage" tqdial.html#subtractPage +"TQDial::tracking" tqdial.html#tracking +"TQDial::tracking" tqdial.html#tracking-prop +"TQDial::value" tqdial.html#value +"TQDial::value" tqdial.html#value-prop +"TQDial::valueChange" tqdial.html#valueChange +"TQDial::valueChanged" tqdial.html#valueChanged +"TQDial::wrapping" tqdial.html#wrapping +"TQDial::wrapping" tqdial.html#wrapping-prop +"TQDial::~TQDial" tqdial.html#~TQDial +"TQDialog" tqdialog.html +"TQDialog::DialogCode" tqdialog.html#DialogCode +"TQDialog::accept" tqdialog.html#accept +"TQDialog::done" tqdialog.html#done +"TQDialog::exec" tqdialog.html#exec +"TQDialog::extension" tqdialog.html#extension +"TQDialog::isModal" tqdialog.html#isModal +"TQDialog::isSizeGripEnabled" tqdialog.html#isSizeGripEnabled +"TQDialog::modal" tqdialog.html#modal-prop +"TQDialog::orientation" tqdialog.html#orientation +"TQDialog::reject" tqdialog.html#reject +"TQDialog::result" tqdialog.html#result +"TQDialog::setExtension" tqdialog.html#setExtension +"TQDialog::setModal" tqdialog.html#setModal +"TQDialog::setOrientation" tqdialog.html#setOrientation +"TQDialog::setResult" tqdialog.html#setResult +"TQDialog::setSizeGripEnabled" tqdialog.html#setSizeGripEnabled +"TQDialog::show" tqdialog.html#show +"TQDialog::showExtension" tqdialog.html#showExtension +"TQDialog::sizeGripEnabled" tqdialog.html#sizeGripEnabled-prop +"TQDialog::~TQDialog" tqdialog.html#~TQDialog "TQDict" tqdict.html "TQDict::clear" tqdict.html#clear "TQDict::count" tqdict.html#count @@ -3196,34 +3196,34 @@ "QKeySequence::operator==" ntqkeysequence.html#operator-eq-eq "QKeySequence::operator[]" ntqkeysequence.html#operator[] "QKeySequence::~QKeySequence" ntqkeysequence.html#~QKeySequence -"QLCDNumber" ntqlcdnumber.html -"QLCDNumber::Mode" ntqlcdnumber.html#Mode -"QLCDNumber::SegmentStyle" ntqlcdnumber.html#SegmentStyle -"QLCDNumber::checkOverflow" ntqlcdnumber.html#checkOverflow -"QLCDNumber::display" ntqlcdnumber.html#display -"QLCDNumber::drawContents" ntqlcdnumber.html#drawContents -"QLCDNumber::intValue" ntqlcdnumber.html#intValue -"QLCDNumber::intValue" ntqlcdnumber.html#intValue-prop -"QLCDNumber::mode" ntqlcdnumber.html#mode -"QLCDNumber::mode" ntqlcdnumber.html#mode-prop -"QLCDNumber::numDigits" ntqlcdnumber.html#numDigits -"QLCDNumber::numDigits" ntqlcdnumber.html#numDigits-prop -"QLCDNumber::overflow" ntqlcdnumber.html#overflow -"QLCDNumber::segmentStyle" ntqlcdnumber.html#segmentStyle -"QLCDNumber::segmentStyle" ntqlcdnumber.html#segmentStyle-prop -"QLCDNumber::setBinMode" ntqlcdnumber.html#setBinMode -"QLCDNumber::setDecMode" ntqlcdnumber.html#setDecMode -"QLCDNumber::setHexMode" ntqlcdnumber.html#setHexMode -"QLCDNumber::setMode" ntqlcdnumber.html#setMode -"QLCDNumber::setNumDigits" ntqlcdnumber.html#setNumDigits -"QLCDNumber::setOctMode" ntqlcdnumber.html#setOctMode -"QLCDNumber::setSegmentStyle" ntqlcdnumber.html#setSegmentStyle -"QLCDNumber::setSmallDecimalPoint" ntqlcdnumber.html#setSmallDecimalPoint -"QLCDNumber::smallDecimalPoint" ntqlcdnumber.html#smallDecimalPoint -"QLCDNumber::smallDecimalPoint" ntqlcdnumber.html#smallDecimalPoint-prop -"QLCDNumber::value" ntqlcdnumber.html#value -"QLCDNumber::value" ntqlcdnumber.html#value-prop -"QLCDNumber::~QLCDNumber" ntqlcdnumber.html#~QLCDNumber +"TQLCDNumber" tqlcdnumber.html +"TQLCDNumber::Mode" tqlcdnumber.html#Mode +"TQLCDNumber::SegmentStyle" tqlcdnumber.html#SegmentStyle +"TQLCDNumber::checkOverflow" tqlcdnumber.html#checkOverflow +"TQLCDNumber::display" tqlcdnumber.html#display +"TQLCDNumber::drawContents" tqlcdnumber.html#drawContents +"TQLCDNumber::intValue" tqlcdnumber.html#intValue +"TQLCDNumber::intValue" tqlcdnumber.html#intValue-prop +"TQLCDNumber::mode" tqlcdnumber.html#mode +"TQLCDNumber::mode" tqlcdnumber.html#mode-prop +"TQLCDNumber::numDigits" tqlcdnumber.html#numDigits +"TQLCDNumber::numDigits" tqlcdnumber.html#numDigits-prop +"TQLCDNumber::overflow" tqlcdnumber.html#overflow +"TQLCDNumber::segmentStyle" tqlcdnumber.html#segmentStyle +"TQLCDNumber::segmentStyle" tqlcdnumber.html#segmentStyle-prop +"TQLCDNumber::setBinMode" tqlcdnumber.html#setBinMode +"TQLCDNumber::setDecMode" tqlcdnumber.html#setDecMode +"TQLCDNumber::setHexMode" tqlcdnumber.html#setHexMode +"TQLCDNumber::setMode" tqlcdnumber.html#setMode +"TQLCDNumber::setNumDigits" tqlcdnumber.html#setNumDigits +"TQLCDNumber::setOctMode" tqlcdnumber.html#setOctMode +"TQLCDNumber::setSegmentStyle" tqlcdnumber.html#setSegmentStyle +"TQLCDNumber::setSmallDecimalPoint" tqlcdnumber.html#setSmallDecimalPoint +"TQLCDNumber::smallDecimalPoint" tqlcdnumber.html#smallDecimalPoint +"TQLCDNumber::smallDecimalPoint" tqlcdnumber.html#smallDecimalPoint-prop +"TQLCDNumber::value" tqlcdnumber.html#value +"TQLCDNumber::value" tqlcdnumber.html#value-prop +"TQLCDNumber::~TQLCDNumber" tqlcdnumber.html#~TQLCDNumber "QLNode::getData" qlnode.html#getData "TQLabel" tqlabel.html "TQLabel::alignment" tqlabel.html#alignment @@ -3329,81 +3329,81 @@ "QLibrary::setAutoUnload" ntqlibrary.html#setAutoUnload "QLibrary::unload" ntqlibrary.html#unload "QLibrary::~QLibrary" ntqlibrary.html#~QLibrary -"QLineEdit" ntqlineedit.html -"QLineEdit::EchoMode" ntqlineedit.html#EchoMode -"QLineEdit::acceptableInput" ntqlineedit.html#acceptableInput-prop -"QLineEdit::alignment" ntqlineedit.html#alignment -"QLineEdit::alignment" ntqlineedit.html#alignment-prop -"QLineEdit::backspace" ntqlineedit.html#backspace -"QLineEdit::clear" ntqlineedit.html#clear -"QLineEdit::clearModified" ntqlineedit.html#clearModified -"QLineEdit::clearValidator" ntqlineedit.html#clearValidator -"QLineEdit::copy" ntqlineedit.html#copy -"QLineEdit::createPopupMenu" ntqlineedit.html#createPopupMenu -"QLineEdit::cursorBackward" ntqlineedit.html#cursorBackward -"QLineEdit::cursorForward" ntqlineedit.html#cursorForward -"QLineEdit::cursorPosition" ntqlineedit.html#cursorPosition -"QLineEdit::cursorPosition" ntqlineedit.html#cursorPosition-prop -"QLineEdit::cursorWordBackward" ntqlineedit.html#cursorWordBackward -"QLineEdit::cursorWordForward" ntqlineedit.html#cursorWordForward -"QLineEdit::cut" ntqlineedit.html#cut -"QLineEdit::del" ntqlineedit.html#del -"QLineEdit::deselect" ntqlineedit.html#deselect -"QLineEdit::displayText" ntqlineedit.html#displayText -"QLineEdit::displayText" ntqlineedit.html#displayText-prop -"QLineEdit::dragEnabled" ntqlineedit.html#dragEnabled -"QLineEdit::dragEnabled" ntqlineedit.html#dragEnabled-prop -"QLineEdit::echoMode" ntqlineedit.html#echoMode -"QLineEdit::echoMode" ntqlineedit.html#echoMode-prop -"QLineEdit::end" ntqlineedit.html#end -"QLineEdit::frame" ntqlineedit.html#frame -"QLineEdit::frame" ntqlineedit.html#frame-prop -"QLineEdit::hasAcceptableInput" ntqlineedit.html#hasAcceptableInput -"QLineEdit::hasSelectedText" ntqlineedit.html#hasSelectedText -"QLineEdit::hasSelectedText" ntqlineedit.html#hasSelectedText-prop -"QLineEdit::home" ntqlineedit.html#home -"QLineEdit::inputMask" ntqlineedit.html#inputMask -"QLineEdit::inputMask" ntqlineedit.html#inputMask-prop -"QLineEdit::insert" ntqlineedit.html#insert -"QLineEdit::isModified" ntqlineedit.html#isModified -"QLineEdit::isReadOnly" ntqlineedit.html#isReadOnly -"QLineEdit::isRedoAvailable" ntqlineedit.html#isRedoAvailable -"QLineEdit::isUndoAvailable" ntqlineedit.html#isUndoAvailable -"QLineEdit::keyPressEvent" ntqlineedit.html#keyPressEvent -"QLineEdit::lostFocus" ntqlineedit.html#lostFocus -"QLineEdit::maxLength" ntqlineedit.html#maxLength -"QLineEdit::maxLength" ntqlineedit.html#maxLength-prop -"QLineEdit::minimumSizeHint" ntqlineedit.html#minimumSizeHint -"QLineEdit::modified" ntqlineedit.html#modified-prop -"QLineEdit::paste" ntqlineedit.html#paste -"QLineEdit::readOnly" ntqlineedit.html#readOnly-prop -"QLineEdit::redo" ntqlineedit.html#redo -"QLineEdit::redoAvailable" ntqlineedit.html#redoAvailable-prop -"QLineEdit::returnPressed" ntqlineedit.html#returnPressed -"QLineEdit::selectAll" ntqlineedit.html#selectAll -"QLineEdit::selectedText" ntqlineedit.html#selectedText -"QLineEdit::selectedText" ntqlineedit.html#selectedText-prop -"QLineEdit::selectionChanged" ntqlineedit.html#selectionChanged -"QLineEdit::selectionStart" ntqlineedit.html#selectionStart -"QLineEdit::setAlignment" ntqlineedit.html#setAlignment -"QLineEdit::setCursorPosition" ntqlineedit.html#setCursorPosition -"QLineEdit::setDragEnabled" ntqlineedit.html#setDragEnabled -"QLineEdit::setEchoMode" ntqlineedit.html#setEchoMode -"QLineEdit::setFrame" ntqlineedit.html#setFrame -"QLineEdit::setInputMask" ntqlineedit.html#setInputMask -"QLineEdit::setMaxLength" ntqlineedit.html#setMaxLength -"QLineEdit::setReadOnly" ntqlineedit.html#setReadOnly -"QLineEdit::setSelection" ntqlineedit.html#setSelection -"QLineEdit::setText" ntqlineedit.html#setText -"QLineEdit::setValidator" ntqlineedit.html#setValidator -"QLineEdit::sizeHint" ntqlineedit.html#sizeHint -"QLineEdit::text" ntqlineedit.html#text -"QLineEdit::text" ntqlineedit.html#text-prop -"QLineEdit::textChanged" ntqlineedit.html#textChanged -"QLineEdit::undo" ntqlineedit.html#undo -"QLineEdit::undoAvailable" ntqlineedit.html#undoAvailable-prop -"QLineEdit::validator" ntqlineedit.html#validator -"QLineEdit::~QLineEdit" ntqlineedit.html#~QLineEdit +"TQLineEdit" tqlineedit.html +"TQLineEdit::EchoMode" tqlineedit.html#EchoMode +"TQLineEdit::acceptableInput" tqlineedit.html#acceptableInput-prop +"TQLineEdit::alignment" tqlineedit.html#alignment +"TQLineEdit::alignment" tqlineedit.html#alignment-prop +"TQLineEdit::backspace" tqlineedit.html#backspace +"TQLineEdit::clear" tqlineedit.html#clear +"TQLineEdit::clearModified" tqlineedit.html#clearModified +"TQLineEdit::clearValidator" tqlineedit.html#clearValidator +"TQLineEdit::copy" tqlineedit.html#copy +"TQLineEdit::createPopupMenu" tqlineedit.html#createPopupMenu +"TQLineEdit::cursorBackward" tqlineedit.html#cursorBackward +"TQLineEdit::cursorForward" tqlineedit.html#cursorForward +"TQLineEdit::cursorPosition" tqlineedit.html#cursorPosition +"TQLineEdit::cursorPosition" tqlineedit.html#cursorPosition-prop +"TQLineEdit::cursorWordBackward" tqlineedit.html#cursorWordBackward +"TQLineEdit::cursorWordForward" tqlineedit.html#cursorWordForward +"TQLineEdit::cut" tqlineedit.html#cut +"TQLineEdit::del" tqlineedit.html#del +"TQLineEdit::deselect" tqlineedit.html#deselect +"TQLineEdit::displayText" tqlineedit.html#displayText +"TQLineEdit::displayText" tqlineedit.html#displayText-prop +"TQLineEdit::dragEnabled" tqlineedit.html#dragEnabled +"TQLineEdit::dragEnabled" tqlineedit.html#dragEnabled-prop +"TQLineEdit::echoMode" tqlineedit.html#echoMode +"TQLineEdit::echoMode" tqlineedit.html#echoMode-prop +"TQLineEdit::end" tqlineedit.html#end +"TQLineEdit::frame" tqlineedit.html#frame +"TQLineEdit::frame" tqlineedit.html#frame-prop +"TQLineEdit::hasAcceptableInput" tqlineedit.html#hasAcceptableInput +"TQLineEdit::hasSelectedText" tqlineedit.html#hasSelectedText +"TQLineEdit::hasSelectedText" tqlineedit.html#hasSelectedText-prop +"TQLineEdit::home" tqlineedit.html#home +"TQLineEdit::inputMask" tqlineedit.html#inputMask +"TQLineEdit::inputMask" tqlineedit.html#inputMask-prop +"TQLineEdit::insert" tqlineedit.html#insert +"TQLineEdit::isModified" tqlineedit.html#isModified +"TQLineEdit::isReadOnly" tqlineedit.html#isReadOnly +"TQLineEdit::isRedoAvailable" tqlineedit.html#isRedoAvailable +"TQLineEdit::isUndoAvailable" tqlineedit.html#isUndoAvailable +"TQLineEdit::keyPressEvent" tqlineedit.html#keyPressEvent +"TQLineEdit::lostFocus" tqlineedit.html#lostFocus +"TQLineEdit::maxLength" tqlineedit.html#maxLength +"TQLineEdit::maxLength" tqlineedit.html#maxLength-prop +"TQLineEdit::minimumSizeHint" tqlineedit.html#minimumSizeHint +"TQLineEdit::modified" tqlineedit.html#modified-prop +"TQLineEdit::paste" tqlineedit.html#paste +"TQLineEdit::readOnly" tqlineedit.html#readOnly-prop +"TQLineEdit::redo" tqlineedit.html#redo +"TQLineEdit::redoAvailable" tqlineedit.html#redoAvailable-prop +"TQLineEdit::returnPressed" tqlineedit.html#returnPressed +"TQLineEdit::selectAll" tqlineedit.html#selectAll +"TQLineEdit::selectedText" tqlineedit.html#selectedText +"TQLineEdit::selectedText" tqlineedit.html#selectedText-prop +"TQLineEdit::selectionChanged" tqlineedit.html#selectionChanged +"TQLineEdit::selectionStart" tqlineedit.html#selectionStart +"TQLineEdit::setAlignment" tqlineedit.html#setAlignment +"TQLineEdit::setCursorPosition" tqlineedit.html#setCursorPosition +"TQLineEdit::setDragEnabled" tqlineedit.html#setDragEnabled +"TQLineEdit::setEchoMode" tqlineedit.html#setEchoMode +"TQLineEdit::setFrame" tqlineedit.html#setFrame +"TQLineEdit::setInputMask" tqlineedit.html#setInputMask +"TQLineEdit::setMaxLength" tqlineedit.html#setMaxLength +"TQLineEdit::setReadOnly" tqlineedit.html#setReadOnly +"TQLineEdit::setSelection" tqlineedit.html#setSelection +"TQLineEdit::setText" tqlineedit.html#setText +"TQLineEdit::setValidator" tqlineedit.html#setValidator +"TQLineEdit::sizeHint" tqlineedit.html#sizeHint +"TQLineEdit::text" tqlineedit.html#text +"TQLineEdit::text" tqlineedit.html#text-prop +"TQLineEdit::textChanged" tqlineedit.html#textChanged +"TQLineEdit::undo" tqlineedit.html#undo +"TQLineEdit::undoAvailable" tqlineedit.html#undoAvailable-prop +"TQLineEdit::validator" tqlineedit.html#validator +"TQLineEdit::~TQLineEdit" tqlineedit.html#~TQLineEdit "QLinuxFbScreen::cache" qlinuxfbscreen.html#cache "QLinuxFbScreen::connect" qlinuxfbscreen.html#connect "QLinuxFbScreen::deleteEntry" qlinuxfbscreen.html#deleteEntry @@ -4889,32 +4889,32 @@ "TQPtrVector::take" tqptrvector.html#take "TQPtrVector::write" tqptrvector.html#write "TQPtrVector::~TQPtrVector" tqptrvector.html#~TQPtrVector -"QPushButton" ntqpushbutton.html -"QPushButton::autoDefault" ntqpushbutton.html#autoDefault -"QPushButton::autoDefault" ntqpushbutton.html#autoDefault-prop -"QPushButton::autoMask" ntqpushbutton.html#autoMask-prop -"QPushButton::default" ntqpushbutton.html#default-prop -"QPushButton::flat" ntqpushbutton.html#flat-prop -"QPushButton::iconSet" ntqpushbutton.html#iconSet -"QPushButton::iconSet" ntqpushbutton.html#iconSet-prop -"QPushButton::isDefault" ntqpushbutton.html#isDefault -"QPushButton::isFlat" ntqpushbutton.html#isFlat -"QPushButton::on" ntqpushbutton.html#on-prop -"QPushButton::popup" ntqpushbutton.html#popup -"QPushButton::setAutoDefault" ntqpushbutton.html#setAutoDefault -"QPushButton::setDefault" ntqpushbutton.html#setDefault -"QPushButton::setFlat" ntqpushbutton.html#setFlat -"QPushButton::setIconSet" ntqpushbutton.html#setIconSet -"QPushButton::setOn" ntqpushbutton.html#setOn -"QPushButton::setPopup" ntqpushbutton.html#setPopup -"QPushButton::setToggleButton" ntqpushbutton.html#setToggleButton -"QPushButton::toggleButton" ntqpushbutton.html#toggleButton-prop -"QPushButton::~QPushButton" ntqpushbutton.html#~QPushButton -"QRadioButton" ntqradiobutton.html -"QRadioButton::autoMask" ntqradiobutton.html#autoMask-prop -"QRadioButton::checked" ntqradiobutton.html#checked-prop -"QRadioButton::isChecked" ntqradiobutton.html#isChecked -"QRadioButton::setChecked" ntqradiobutton.html#setChecked +"TQPushButton" tqpushbutton.html +"TQPushButton::autoDefault" tqpushbutton.html#autoDefault +"TQPushButton::autoDefault" tqpushbutton.html#autoDefault-prop +"TQPushButton::autoMask" tqpushbutton.html#autoMask-prop +"TQPushButton::default" tqpushbutton.html#default-prop +"TQPushButton::flat" tqpushbutton.html#flat-prop +"TQPushButton::iconSet" tqpushbutton.html#iconSet +"TQPushButton::iconSet" tqpushbutton.html#iconSet-prop +"TQPushButton::isDefault" tqpushbutton.html#isDefault +"TQPushButton::isFlat" tqpushbutton.html#isFlat +"TQPushButton::on" tqpushbutton.html#on-prop +"TQPushButton::popup" tqpushbutton.html#popup +"TQPushButton::setAutoDefault" tqpushbutton.html#setAutoDefault +"TQPushButton::setDefault" tqpushbutton.html#setDefault +"TQPushButton::setFlat" tqpushbutton.html#setFlat +"TQPushButton::setIconSet" tqpushbutton.html#setIconSet +"TQPushButton::setOn" tqpushbutton.html#setOn +"TQPushButton::setPopup" tqpushbutton.html#setPopup +"TQPushButton::setToggleButton" tqpushbutton.html#setToggleButton +"TQPushButton::toggleButton" tqpushbutton.html#toggleButton-prop +"TQPushButton::~TQPushButton" tqpushbutton.html#~TQPushButton +"TQRadioButton" tqradiobutton.html +"TQRadioButton::autoMask" tqradiobutton.html#autoMask-prop +"TQRadioButton::checked" tqradiobutton.html#checked-prop +"TQRadioButton::isChecked" tqradiobutton.html#isChecked +"TQRadioButton::setChecked" tqradiobutton.html#setChecked "QRangeControl" ntqrangecontrol.html "QRangeControl::addLine" ntqrangecontrol.html#addLine "QRangeControl::addPage" ntqrangecontrol.html#addPage @@ -5063,129 +5063,129 @@ "QResizeEvent::size" qresizeevent.html#size "QSGIStyle" ntqsgistyle.html "QSGIStyle::~QSGIStyle" ntqsgistyle.html#~QSGIStyle -"QScrollBar" ntqscrollbar.html -"QScrollBar::doAutoRepeat" ntqscrollbar.html#doAutoRepeat -"QScrollBar::draggingSlider" ntqscrollbar.html#draggingSlider -"QScrollBar::draggingSlider" ntqscrollbar.html#draggingSlider-prop -"QScrollBar::hideEvent" ntqscrollbar.html#hideEvent -"QScrollBar::lineStep" ntqscrollbar.html#lineStep -"QScrollBar::lineStep" ntqscrollbar.html#lineStep-prop -"QScrollBar::maxValue" ntqscrollbar.html#maxValue -"QScrollBar::maxValue" ntqscrollbar.html#maxValue-prop -"QScrollBar::minValue" ntqscrollbar.html#minValue -"QScrollBar::minValue" ntqscrollbar.html#minValue-prop -"QScrollBar::nextLine" ntqscrollbar.html#nextLine -"QScrollBar::nextPage" ntqscrollbar.html#nextPage -"QScrollBar::orientation" ntqscrollbar.html#orientation -"QScrollBar::orientation" ntqscrollbar.html#orientation-prop -"QScrollBar::pageStep" ntqscrollbar.html#pageStep -"QScrollBar::pageStep" ntqscrollbar.html#pageStep-prop -"QScrollBar::prevLine" ntqscrollbar.html#prevLine -"QScrollBar::prevPage" ntqscrollbar.html#prevPage -"QScrollBar::setLineStep" ntqscrollbar.html#setLineStep -"QScrollBar::setMaxValue" ntqscrollbar.html#setMaxValue -"QScrollBar::setMinValue" ntqscrollbar.html#setMinValue -"QScrollBar::setOrientation" ntqscrollbar.html#setOrientation -"QScrollBar::setPageStep" ntqscrollbar.html#setPageStep -"QScrollBar::setPalette" ntqscrollbar.html#setPalette -"QScrollBar::setTracking" ntqscrollbar.html#setTracking -"QScrollBar::setValue" ntqscrollbar.html#setValue -"QScrollBar::sliderMoved" ntqscrollbar.html#sliderMoved -"QScrollBar::sliderPressed" ntqscrollbar.html#sliderPressed -"QScrollBar::sliderRect" ntqscrollbar.html#sliderRect -"QScrollBar::sliderReleased" ntqscrollbar.html#sliderReleased -"QScrollBar::sliderStart" ntqscrollbar.html#sliderStart -"QScrollBar::startAutoRepeat" ntqscrollbar.html#startAutoRepeat -"QScrollBar::stopAutoRepeat" ntqscrollbar.html#stopAutoRepeat -"QScrollBar::tracking" ntqscrollbar.html#tracking -"QScrollBar::tracking" ntqscrollbar.html#tracking-prop -"QScrollBar::value" ntqscrollbar.html#value -"QScrollBar::value" ntqscrollbar.html#value-prop -"QScrollBar::valueChanged" ntqscrollbar.html#valueChanged -"QScrollBar::~QScrollBar" ntqscrollbar.html#~QScrollBar -"QScrollView" ntqscrollview.html -"QScrollView::ResizePolicy" ntqscrollview.html#ResizePolicy -"QScrollView::ScrollBarMode" ntqscrollview.html#ScrollBarMode -"QScrollView::addChild" ntqscrollview.html#addChild -"QScrollView::bottomMargin" ntqscrollview.html#bottomMargin -"QScrollView::center" ntqscrollview.html#center -"QScrollView::childX" ntqscrollview.html#childX -"QScrollView::childY" ntqscrollview.html#childY -"QScrollView::clipper" ntqscrollview.html#clipper -"QScrollView::contentsContextMenuEvent" ntqscrollview.html#contentsContextMenuEvent -"QScrollView::contentsDragEnterEvent" ntqscrollview.html#contentsDragEnterEvent -"QScrollView::contentsDragLeaveEvent" ntqscrollview.html#contentsDragLeaveEvent -"QScrollView::contentsDragMoveEvent" ntqscrollview.html#contentsDragMoveEvent -"QScrollView::contentsDropEvent" ntqscrollview.html#contentsDropEvent -"QScrollView::contentsHeight" ntqscrollview.html#contentsHeight -"QScrollView::contentsHeight" ntqscrollview.html#contentsHeight-prop -"QScrollView::contentsMouseDoubleClickEvent" ntqscrollview.html#contentsMouseDoubleClickEvent -"QScrollView::contentsMouseMoveEvent" ntqscrollview.html#contentsMouseMoveEvent -"QScrollView::contentsMousePressEvent" ntqscrollview.html#contentsMousePressEvent -"QScrollView::contentsMouseReleaseEvent" ntqscrollview.html#contentsMouseReleaseEvent -"QScrollView::contentsMoving" ntqscrollview.html#contentsMoving -"QScrollView::contentsToViewport" ntqscrollview.html#contentsToViewport -"QScrollView::contentsWheelEvent" ntqscrollview.html#contentsWheelEvent -"QScrollView::contentsWidth" ntqscrollview.html#contentsWidth -"QScrollView::contentsWidth" ntqscrollview.html#contentsWidth-prop -"QScrollView::contentsX" ntqscrollview.html#contentsX -"QScrollView::contentsX" ntqscrollview.html#contentsX-prop -"QScrollView::contentsY" ntqscrollview.html#contentsY -"QScrollView::contentsY" ntqscrollview.html#contentsY-prop -"QScrollView::cornerWidget" ntqscrollview.html#cornerWidget -"QScrollView::dragAutoScroll" ntqscrollview.html#dragAutoScroll -"QScrollView::dragAutoScroll" ntqscrollview.html#dragAutoScroll-prop -"QScrollView::drawContents" ntqscrollview.html#drawContents -"QScrollView::drawContentsOffset" ntqscrollview.html#drawContentsOffset -"QScrollView::enableClipper" ntqscrollview.html#enableClipper -"QScrollView::ensureVisible" ntqscrollview.html#ensureVisible -"QScrollView::eventFilter" ntqscrollview.html#eventFilter -"QScrollView::hScrollBarMode" ntqscrollview.html#hScrollBarMode -"QScrollView::hScrollBarMode" ntqscrollview.html#hScrollBarMode-prop -"QScrollView::hasStaticBackground" ntqscrollview.html#hasStaticBackground -"QScrollView::horizontalScrollBar" ntqscrollview.html#horizontalScrollBar -"QScrollView::horizontalSliderPressed" ntqscrollview.html#horizontalSliderPressed -"QScrollView::horizontalSliderReleased" ntqscrollview.html#horizontalSliderReleased -"QScrollView::isHorizontalSliderPressed" ntqscrollview.html#isHorizontalSliderPressed -"QScrollView::isVerticalSliderPressed" ntqscrollview.html#isVerticalSliderPressed -"QScrollView::leftMargin" ntqscrollview.html#leftMargin -"QScrollView::moveChild" ntqscrollview.html#moveChild -"QScrollView::moveContents" ntqscrollview.html#moveContents -"QScrollView::removeChild" ntqscrollview.html#removeChild -"QScrollView::repaintContents" ntqscrollview.html#repaintContents -"QScrollView::resizeContents" ntqscrollview.html#resizeContents -"QScrollView::resizePolicy" ntqscrollview.html#resizePolicy -"QScrollView::resizePolicy" ntqscrollview.html#resizePolicy-prop -"QScrollView::rightMargin" ntqscrollview.html#rightMargin -"QScrollView::scrollBy" ntqscrollview.html#scrollBy -"QScrollView::setContentsPos" ntqscrollview.html#setContentsPos -"QScrollView::setCornerWidget" ntqscrollview.html#setCornerWidget -"QScrollView::setDragAutoScroll" ntqscrollview.html#setDragAutoScroll -"QScrollView::setHBarGeometry" ntqscrollview.html#setHBarGeometry -"QScrollView::setHScrollBarMode" ntqscrollview.html#setHScrollBarMode -"QScrollView::setMargins" ntqscrollview.html#setMargins -"QScrollView::setResizePolicy" ntqscrollview.html#setResizePolicy -"QScrollView::setStaticBackground" ntqscrollview.html#setStaticBackground -"QScrollView::setVBarGeometry" ntqscrollview.html#setVBarGeometry -"QScrollView::setVScrollBarMode" ntqscrollview.html#setVScrollBarMode -"QScrollView::topMargin" ntqscrollview.html#topMargin -"QScrollView::updateContents" ntqscrollview.html#updateContents -"QScrollView::updateScrollBars" ntqscrollview.html#updateScrollBars -"QScrollView::vScrollBarMode" ntqscrollview.html#vScrollBarMode -"QScrollView::vScrollBarMode" ntqscrollview.html#vScrollBarMode-prop -"QScrollView::verticalScrollBar" ntqscrollview.html#verticalScrollBar -"QScrollView::verticalSliderPressed" ntqscrollview.html#verticalSliderPressed -"QScrollView::verticalSliderReleased" ntqscrollview.html#verticalSliderReleased -"QScrollView::viewport" ntqscrollview.html#viewport -"QScrollView::viewportPaintEvent" ntqscrollview.html#viewportPaintEvent -"QScrollView::viewportResizeEvent" ntqscrollview.html#viewportResizeEvent -"QScrollView::viewportSize" ntqscrollview.html#viewportSize -"QScrollView::viewportToContents" ntqscrollview.html#viewportToContents -"QScrollView::visibleHeight" ntqscrollview.html#visibleHeight -"QScrollView::visibleHeight" ntqscrollview.html#visibleHeight-prop -"QScrollView::visibleWidth" ntqscrollview.html#visibleWidth -"QScrollView::visibleWidth" ntqscrollview.html#visibleWidth-prop -"QScrollView::~QScrollView" ntqscrollview.html#~QScrollView +"TQScrollBar" tqscrollbar.html +"TQScrollBar::doAutoRepeat" tqscrollbar.html#doAutoRepeat +"TQScrollBar::draggingSlider" tqscrollbar.html#draggingSlider +"TQScrollBar::draggingSlider" tqscrollbar.html#draggingSlider-prop +"TQScrollBar::hideEvent" tqscrollbar.html#hideEvent +"TQScrollBar::lineStep" tqscrollbar.html#lineStep +"TQScrollBar::lineStep" tqscrollbar.html#lineStep-prop +"TQScrollBar::maxValue" tqscrollbar.html#maxValue +"TQScrollBar::maxValue" tqscrollbar.html#maxValue-prop +"TQScrollBar::minValue" tqscrollbar.html#minValue +"TQScrollBar::minValue" tqscrollbar.html#minValue-prop +"TQScrollBar::nextLine" tqscrollbar.html#nextLine +"TQScrollBar::nextPage" tqscrollbar.html#nextPage +"TQScrollBar::orientation" tqscrollbar.html#orientation +"TQScrollBar::orientation" tqscrollbar.html#orientation-prop +"TQScrollBar::pageStep" tqscrollbar.html#pageStep +"TQScrollBar::pageStep" tqscrollbar.html#pageStep-prop +"TQScrollBar::prevLine" tqscrollbar.html#prevLine +"TQScrollBar::prevPage" tqscrollbar.html#prevPage +"TQScrollBar::setLineStep" tqscrollbar.html#setLineStep +"TQScrollBar::setMaxValue" tqscrollbar.html#setMaxValue +"TQScrollBar::setMinValue" tqscrollbar.html#setMinValue +"TQScrollBar::setOrientation" tqscrollbar.html#setOrientation +"TQScrollBar::setPageStep" tqscrollbar.html#setPageStep +"TQScrollBar::setPalette" tqscrollbar.html#setPalette +"TQScrollBar::setTracking" tqscrollbar.html#setTracking +"TQScrollBar::setValue" tqscrollbar.html#setValue +"TQScrollBar::sliderMoved" tqscrollbar.html#sliderMoved +"TQScrollBar::sliderPressed" tqscrollbar.html#sliderPressed +"TQScrollBar::sliderRect" tqscrollbar.html#sliderRect +"TQScrollBar::sliderReleased" tqscrollbar.html#sliderReleased +"TQScrollBar::sliderStart" tqscrollbar.html#sliderStart +"TQScrollBar::startAutoRepeat" tqscrollbar.html#startAutoRepeat +"TQScrollBar::stopAutoRepeat" tqscrollbar.html#stopAutoRepeat +"TQScrollBar::tracking" tqscrollbar.html#tracking +"TQScrollBar::tracking" tqscrollbar.html#tracking-prop +"TQScrollBar::value" tqscrollbar.html#value +"TQScrollBar::value" tqscrollbar.html#value-prop +"TQScrollBar::valueChanged" tqscrollbar.html#valueChanged +"TQScrollBar::~TQScrollBar" tqscrollbar.html#~TQScrollBar +"TQScrollView" tqscrollview.html +"TQScrollView::ResizePolicy" tqscrollview.html#ResizePolicy +"TQScrollView::ScrollBarMode" tqscrollview.html#ScrollBarMode +"TQScrollView::addChild" tqscrollview.html#addChild +"TQScrollView::bottomMargin" tqscrollview.html#bottomMargin +"TQScrollView::center" tqscrollview.html#center +"TQScrollView::childX" tqscrollview.html#childX +"TQScrollView::childY" tqscrollview.html#childY +"TQScrollView::clipper" tqscrollview.html#clipper +"TQScrollView::contentsContextMenuEvent" tqscrollview.html#contentsContextMenuEvent +"TQScrollView::contentsDragEnterEvent" tqscrollview.html#contentsDragEnterEvent +"TQScrollView::contentsDragLeaveEvent" tqscrollview.html#contentsDragLeaveEvent +"TQScrollView::contentsDragMoveEvent" tqscrollview.html#contentsDragMoveEvent +"TQScrollView::contentsDropEvent" tqscrollview.html#contentsDropEvent +"TQScrollView::contentsHeight" tqscrollview.html#contentsHeight +"TQScrollView::contentsHeight" tqscrollview.html#contentsHeight-prop +"TQScrollView::contentsMouseDoubleClickEvent" tqscrollview.html#contentsMouseDoubleClickEvent +"TQScrollView::contentsMouseMoveEvent" tqscrollview.html#contentsMouseMoveEvent +"TQScrollView::contentsMousePressEvent" tqscrollview.html#contentsMousePressEvent +"TQScrollView::contentsMouseReleaseEvent" tqscrollview.html#contentsMouseReleaseEvent +"TQScrollView::contentsMoving" tqscrollview.html#contentsMoving +"TQScrollView::contentsToViewport" tqscrollview.html#contentsToViewport +"TQScrollView::contentsWheelEvent" tqscrollview.html#contentsWheelEvent +"TQScrollView::contentsWidth" tqscrollview.html#contentsWidth +"TQScrollView::contentsWidth" tqscrollview.html#contentsWidth-prop +"TQScrollView::contentsX" tqscrollview.html#contentsX +"TQScrollView::contentsX" tqscrollview.html#contentsX-prop +"TQScrollView::contentsY" tqscrollview.html#contentsY +"TQScrollView::contentsY" tqscrollview.html#contentsY-prop +"TQScrollView::cornerWidget" tqscrollview.html#cornerWidget +"TQScrollView::dragAutoScroll" tqscrollview.html#dragAutoScroll +"TQScrollView::dragAutoScroll" tqscrollview.html#dragAutoScroll-prop +"TQScrollView::drawContents" tqscrollview.html#drawContents +"TQScrollView::drawContentsOffset" tqscrollview.html#drawContentsOffset +"TQScrollView::enableClipper" tqscrollview.html#enableClipper +"TQScrollView::ensureVisible" tqscrollview.html#ensureVisible +"TQScrollView::eventFilter" tqscrollview.html#eventFilter +"TQScrollView::hScrollBarMode" tqscrollview.html#hScrollBarMode +"TQScrollView::hScrollBarMode" tqscrollview.html#hScrollBarMode-prop +"TQScrollView::hasStaticBackground" tqscrollview.html#hasStaticBackground +"TQScrollView::horizontalScrollBar" tqscrollview.html#horizontalScrollBar +"TQScrollView::horizontalSliderPressed" tqscrollview.html#horizontalSliderPressed +"TQScrollView::horizontalSliderReleased" tqscrollview.html#horizontalSliderReleased +"TQScrollView::isHorizontalSliderPressed" tqscrollview.html#isHorizontalSliderPressed +"TQScrollView::isVerticalSliderPressed" tqscrollview.html#isVerticalSliderPressed +"TQScrollView::leftMargin" tqscrollview.html#leftMargin +"TQScrollView::moveChild" tqscrollview.html#moveChild +"TQScrollView::moveContents" tqscrollview.html#moveContents +"TQScrollView::removeChild" tqscrollview.html#removeChild +"TQScrollView::repaintContents" tqscrollview.html#repaintContents +"TQScrollView::resizeContents" tqscrollview.html#resizeContents +"TQScrollView::resizePolicy" tqscrollview.html#resizePolicy +"TQScrollView::resizePolicy" tqscrollview.html#resizePolicy-prop +"TQScrollView::rightMargin" tqscrollview.html#rightMargin +"TQScrollView::scrollBy" tqscrollview.html#scrollBy +"TQScrollView::setContentsPos" tqscrollview.html#setContentsPos +"TQScrollView::setCornerWidget" tqscrollview.html#setCornerWidget +"TQScrollView::setDragAutoScroll" tqscrollview.html#setDragAutoScroll +"TQScrollView::setHBarGeometry" tqscrollview.html#setHBarGeometry +"TQScrollView::setHScrollBarMode" tqscrollview.html#setHScrollBarMode +"TQScrollView::setMargins" tqscrollview.html#setMargins +"TQScrollView::setResizePolicy" tqscrollview.html#setResizePolicy +"TQScrollView::setStaticBackground" tqscrollview.html#setStaticBackground +"TQScrollView::setVBarGeometry" tqscrollview.html#setVBarGeometry +"TQScrollView::setVScrollBarMode" tqscrollview.html#setVScrollBarMode +"TQScrollView::topMargin" tqscrollview.html#topMargin +"TQScrollView::updateContents" tqscrollview.html#updateContents +"TQScrollView::updateScrollBars" tqscrollview.html#updateScrollBars +"TQScrollView::vScrollBarMode" tqscrollview.html#vScrollBarMode +"TQScrollView::vScrollBarMode" tqscrollview.html#vScrollBarMode-prop +"TQScrollView::verticalScrollBar" tqscrollview.html#verticalScrollBar +"TQScrollView::verticalSliderPressed" tqscrollview.html#verticalSliderPressed +"TQScrollView::verticalSliderReleased" tqscrollview.html#verticalSliderReleased +"TQScrollView::viewport" tqscrollview.html#viewport +"TQScrollView::viewportPaintEvent" tqscrollview.html#viewportPaintEvent +"TQScrollView::viewportResizeEvent" tqscrollview.html#viewportResizeEvent +"TQScrollView::viewportSize" tqscrollview.html#viewportSize +"TQScrollView::viewportToContents" tqscrollview.html#viewportToContents +"TQScrollView::visibleHeight" tqscrollview.html#visibleHeight +"TQScrollView::visibleHeight" tqscrollview.html#visibleHeight-prop +"TQScrollView::visibleWidth" tqscrollview.html#visibleWidth +"TQScrollView::visibleWidth" tqscrollview.html#visibleWidth-prop +"TQScrollView::~TQScrollView" tqscrollview.html#~TQScrollView "TQSemaphore" tqsemaphore.html "TQSemaphore::available" tqsemaphore.html#available "TQSemaphore::operator++" tqsemaphore.html#operator++ @@ -5318,48 +5318,48 @@ "TQSjisCodec" tqsjiscodec.html "TQSjisCodec::mimeName" tqsjiscodec.html#mimeName "TQSjisCodec::~TQSjisCodec" tqsjiscodec.html#~TQSjisCodec -"QSlider" ntqslider.html -"QSlider::TickSetting" ntqslider.html#TickSetting -"QSlider::addStep" ntqslider.html#addStep -"QSlider::lineStep" ntqslider.html#lineStep -"QSlider::lineStep" ntqslider.html#lineStep-prop -"QSlider::maxValue" ntqslider.html#maxValue -"QSlider::maxValue" ntqslider.html#maxValue-prop -"QSlider::minValue" ntqslider.html#minValue -"QSlider::minValue" ntqslider.html#minValue-prop -"QSlider::moveSlider" ntqslider.html#moveSlider -"QSlider::orientation" ntqslider.html#orientation -"QSlider::orientation" ntqslider.html#orientation-prop -"QSlider::pageStep" ntqslider.html#pageStep -"QSlider::pageStep" ntqslider.html#pageStep-prop -"QSlider::rangeChange" ntqslider.html#rangeChange -"QSlider::setLineStep" ntqslider.html#setLineStep -"QSlider::setMaxValue" ntqslider.html#setMaxValue -"QSlider::setMinValue" ntqslider.html#setMinValue -"QSlider::setOrientation" ntqslider.html#setOrientation -"QSlider::setPageStep" ntqslider.html#setPageStep -"QSlider::setPalette" ntqslider.html#setPalette -"QSlider::setTickInterval" ntqslider.html#setTickInterval -"QSlider::setTickmarks" ntqslider.html#setTickmarks -"QSlider::setTracking" ntqslider.html#setTracking -"QSlider::setValue" ntqslider.html#setValue -"QSlider::sliderMoved" ntqslider.html#sliderMoved -"QSlider::sliderPressed" ntqslider.html#sliderPressed -"QSlider::sliderRect" ntqslider.html#sliderRect -"QSlider::sliderReleased" ntqslider.html#sliderReleased -"QSlider::sliderStart" ntqslider.html#sliderStart -"QSlider::subtractStep" ntqslider.html#subtractStep -"QSlider::tickInterval" ntqslider.html#tickInterval -"QSlider::tickInterval" ntqslider.html#tickInterval-prop -"QSlider::tickmarks" ntqslider.html#tickmarks -"QSlider::tickmarks" ntqslider.html#tickmarks-prop -"QSlider::tracking" ntqslider.html#tracking -"QSlider::tracking" ntqslider.html#tracking-prop -"QSlider::value" ntqslider.html#value -"QSlider::value" ntqslider.html#value-prop -"QSlider::valueChange" ntqslider.html#valueChange -"QSlider::valueChanged" ntqslider.html#valueChanged -"QSlider::~QSlider" ntqslider.html#~QSlider +"TQSlider" tqslider.html +"TQSlider::TickSetting" tqslider.html#TickSetting +"TQSlider::addStep" tqslider.html#addStep +"TQSlider::lineStep" tqslider.html#lineStep +"TQSlider::lineStep" tqslider.html#lineStep-prop +"TQSlider::maxValue" tqslider.html#maxValue +"TQSlider::maxValue" tqslider.html#maxValue-prop +"TQSlider::minValue" tqslider.html#minValue +"TQSlider::minValue" tqslider.html#minValue-prop +"TQSlider::moveSlider" tqslider.html#moveSlider +"TQSlider::orientation" tqslider.html#orientation +"TQSlider::orientation" tqslider.html#orientation-prop +"TQSlider::pageStep" tqslider.html#pageStep +"TQSlider::pageStep" tqslider.html#pageStep-prop +"TQSlider::rangeChange" tqslider.html#rangeChange +"TQSlider::setLineStep" tqslider.html#setLineStep +"TQSlider::setMaxValue" tqslider.html#setMaxValue +"TQSlider::setMinValue" tqslider.html#setMinValue +"TQSlider::setOrientation" tqslider.html#setOrientation +"TQSlider::setPageStep" tqslider.html#setPageStep +"TQSlider::setPalette" tqslider.html#setPalette +"TQSlider::setTickInterval" tqslider.html#setTickInterval +"TQSlider::setTickmarks" tqslider.html#setTickmarks +"TQSlider::setTracking" tqslider.html#setTracking +"TQSlider::setValue" tqslider.html#setValue +"TQSlider::sliderMoved" tqslider.html#sliderMoved +"TQSlider::sliderPressed" tqslider.html#sliderPressed +"TQSlider::sliderRect" tqslider.html#sliderRect +"TQSlider::sliderReleased" tqslider.html#sliderReleased +"TQSlider::sliderStart" tqslider.html#sliderStart +"TQSlider::subtractStep" tqslider.html#subtractStep +"TQSlider::tickInterval" tqslider.html#tickInterval +"TQSlider::tickInterval" tqslider.html#tickInterval-prop +"TQSlider::tickmarks" tqslider.html#tickmarks +"TQSlider::tickmarks" tqslider.html#tickmarks-prop +"TQSlider::tracking" tqslider.html#tracking +"TQSlider::tracking" tqslider.html#tracking-prop +"TQSlider::value" tqslider.html#value +"TQSlider::value" tqslider.html#value-prop +"TQSlider::valueChange" tqslider.html#valueChange +"TQSlider::valueChanged" tqslider.html#valueChanged +"TQSlider::~TQSlider" tqslider.html#~TQSlider "TQSocket" tqsocket.html "TQSocket::Error" tqsocket.html#Error "TQSocket::State" tqsocket.html#State @@ -5467,79 +5467,79 @@ "QSpacerItem::minimumSize" qspaceritem.html#minimumSize "QSpacerItem::setGeometry" qspaceritem.html#setGeometry "QSpacerItem::sizeHint" qspaceritem.html#sizeHint -"QSpinBox" ntqspinbox.html -"QSpinBox::ButtonSymbols" ntqspinbox.html#ButtonSymbols -"QSpinBox::buttonSymbols" ntqspinbox.html#buttonSymbols -"QSpinBox::buttonSymbols" ntqspinbox.html#buttonSymbols-prop -"QSpinBox::cleanText" ntqspinbox.html#cleanText -"QSpinBox::cleanText" ntqspinbox.html#cleanText-prop -"QSpinBox::currentValueText" ntqspinbox.html#currentValueText -"QSpinBox::downRect" ntqspinbox.html#downRect -"QSpinBox::editor" ntqspinbox.html#editor -"QSpinBox::eventFilter" ntqspinbox.html#eventFilter -"QSpinBox::interpretText" ntqspinbox.html#interpretText -"QSpinBox::lineStep" ntqspinbox.html#lineStep -"QSpinBox::lineStep" ntqspinbox.html#lineStep-prop -"QSpinBox::mapTextToValue" ntqspinbox.html#mapTextToValue -"QSpinBox::mapValueToText" ntqspinbox.html#mapValueToText -"QSpinBox::maxValue" ntqspinbox.html#maxValue -"QSpinBox::maxValue" ntqspinbox.html#maxValue-prop -"QSpinBox::minValue" ntqspinbox.html#minValue -"QSpinBox::minValue" ntqspinbox.html#minValue-prop -"QSpinBox::prefix" ntqspinbox.html#prefix -"QSpinBox::prefix" ntqspinbox.html#prefix-prop -"QSpinBox::rangeChange" ntqspinbox.html#rangeChange -"QSpinBox::selectAll" ntqspinbox.html#selectAll -"QSpinBox::setButtonSymbols" ntqspinbox.html#setButtonSymbols -"QSpinBox::setLineStep" ntqspinbox.html#setLineStep -"QSpinBox::setMaxValue" ntqspinbox.html#setMaxValue -"QSpinBox::setMinValue" ntqspinbox.html#setMinValue -"QSpinBox::setPrefix" ntqspinbox.html#setPrefix -"QSpinBox::setSpecialValueText" ntqspinbox.html#setSpecialValueText -"QSpinBox::setSuffix" ntqspinbox.html#setSuffix -"QSpinBox::setValidator" ntqspinbox.html#setValidator -"QSpinBox::setValue" ntqspinbox.html#setValue -"QSpinBox::setWrapping" ntqspinbox.html#setWrapping -"QSpinBox::specialValueText" ntqspinbox.html#specialValueText -"QSpinBox::specialValueText" ntqspinbox.html#specialValueText-prop -"QSpinBox::stepDown" ntqspinbox.html#stepDown -"QSpinBox::stepUp" ntqspinbox.html#stepUp -"QSpinBox::suffix" ntqspinbox.html#suffix -"QSpinBox::suffix" ntqspinbox.html#suffix-prop -"QSpinBox::text" ntqspinbox.html#text -"QSpinBox::text" ntqspinbox.html#text-prop -"QSpinBox::textChanged" ntqspinbox.html#textChanged -"QSpinBox::upRect" ntqspinbox.html#upRect -"QSpinBox::updateDisplay" ntqspinbox.html#updateDisplay -"QSpinBox::validator" ntqspinbox.html#validator -"QSpinBox::value" ntqspinbox.html#value -"QSpinBox::value" ntqspinbox.html#value-prop -"QSpinBox::valueChange" ntqspinbox.html#valueChange -"QSpinBox::valueChanged" ntqspinbox.html#valueChanged -"QSpinBox::wrapping" ntqspinbox.html#wrapping -"QSpinBox::wrapping" ntqspinbox.html#wrapping-prop -"QSpinBox::~QSpinBox" ntqspinbox.html#~QSpinBox -"QSpinWidget::arrange" qspinwidget.html#arrange -"QSpinWidget::buttonSymbols" qspinwidget.html#buttonSymbols -"QSpinWidget::downRect" qspinwidget.html#downRect -"QSpinWidget::editWidget" qspinwidget.html#editWidget -"QSpinWidget::enableChanged" qspinwidget.html#enableChanged -"QSpinWidget::isDownEnabled" qspinwidget.html#isDownEnabled -"QSpinWidget::isUpEnabled" qspinwidget.html#isUpEnabled -"QSpinWidget::mouseMoveEvent" qspinwidget.html#mouseMoveEvent -"QSpinWidget::mouseReleaseEvent" qspinwidget.html#mouseReleaseEvent -"QSpinWidget::paintEvent" qspinwidget.html#paintEvent -"QSpinWidget::setButtonSymbols" qspinwidget.html#setButtonSymbols -"QSpinWidget::setDownEnabled" qspinwidget.html#setDownEnabled -"QSpinWidget::setEditWidget" qspinwidget.html#setEditWidget -"QSpinWidget::setUpEnabled" qspinwidget.html#setUpEnabled -"QSpinWidget::stepDown" qspinwidget.html#stepDown -"QSpinWidget::stepUp" qspinwidget.html#stepUp -"QSpinWidget::styleChange" qspinwidget.html#styleChange -"QSpinWidget::upRect" qspinwidget.html#upRect -"QSpinWidget::updateDisplay" qspinwidget.html#updateDisplay -"QSpinWidget::wheelEvent" qspinwidget.html#wheelEvent -"QSpinWidget::~QSpinWidget" qspinwidget.html#~QSpinWidget +"TQSpinBox" tqspinbox.html +"TQSpinBox::ButtonSymbols" tqspinbox.html#ButtonSymbols +"TQSpinBox::buttonSymbols" tqspinbox.html#buttonSymbols +"TQSpinBox::buttonSymbols" tqspinbox.html#buttonSymbols-prop +"TQSpinBox::cleanText" tqspinbox.html#cleanText +"TQSpinBox::cleanText" tqspinbox.html#cleanText-prop +"TQSpinBox::currentValueText" tqspinbox.html#currentValueText +"TQSpinBox::downRect" tqspinbox.html#downRect +"TQSpinBox::editor" tqspinbox.html#editor +"TQSpinBox::eventFilter" tqspinbox.html#eventFilter +"TQSpinBox::interpretText" tqspinbox.html#interpretText +"TQSpinBox::lineStep" tqspinbox.html#lineStep +"TQSpinBox::lineStep" tqspinbox.html#lineStep-prop +"TQSpinBox::mapTextToValue" tqspinbox.html#mapTextToValue +"TQSpinBox::mapValueToText" tqspinbox.html#mapValueToText +"TQSpinBox::maxValue" tqspinbox.html#maxValue +"TQSpinBox::maxValue" tqspinbox.html#maxValue-prop +"TQSpinBox::minValue" tqspinbox.html#minValue +"TQSpinBox::minValue" tqspinbox.html#minValue-prop +"TQSpinBox::prefix" tqspinbox.html#prefix +"TQSpinBox::prefix" tqspinbox.html#prefix-prop +"TQSpinBox::rangeChange" tqspinbox.html#rangeChange +"TQSpinBox::selectAll" tqspinbox.html#selectAll +"TQSpinBox::setButtonSymbols" tqspinbox.html#setButtonSymbols +"TQSpinBox::setLineStep" tqspinbox.html#setLineStep +"TQSpinBox::setMaxValue" tqspinbox.html#setMaxValue +"TQSpinBox::setMinValue" tqspinbox.html#setMinValue +"TQSpinBox::setPrefix" tqspinbox.html#setPrefix +"TQSpinBox::setSpecialValueText" tqspinbox.html#setSpecialValueText +"TQSpinBox::setSuffix" tqspinbox.html#setSuffix +"TQSpinBox::setValidator" tqspinbox.html#setValidator +"TQSpinBox::setValue" tqspinbox.html#setValue +"TQSpinBox::setWrapping" tqspinbox.html#setWrapping +"TQSpinBox::specialValueText" tqspinbox.html#specialValueText +"TQSpinBox::specialValueText" tqspinbox.html#specialValueText-prop +"TQSpinBox::stepDown" tqspinbox.html#stepDown +"TQSpinBox::stepUp" tqspinbox.html#stepUp +"TQSpinBox::suffix" tqspinbox.html#suffix +"TQSpinBox::suffix" tqspinbox.html#suffix-prop +"TQSpinBox::text" tqspinbox.html#text +"TQSpinBox::text" tqspinbox.html#text-prop +"TQSpinBox::textChanged" tqspinbox.html#textChanged +"TQSpinBox::upRect" tqspinbox.html#upRect +"TQSpinBox::updateDisplay" tqspinbox.html#updateDisplay +"TQSpinBox::validator" tqspinbox.html#validator +"TQSpinBox::value" tqspinbox.html#value +"TQSpinBox::value" tqspinbox.html#value-prop +"TQSpinBox::valueChange" tqspinbox.html#valueChange +"TQSpinBox::valueChanged" tqspinbox.html#valueChanged +"TQSpinBox::wrapping" tqspinbox.html#wrapping +"TQSpinBox::wrapping" tqspinbox.html#wrapping-prop +"TQSpinBox::~TQSpinBox" tqspinbox.html#~TQSpinBox +"TQSpinWidget::arrange" tqspinwidget.html#arrange +"TQSpinWidget::buttonSymbols" tqspinwidget.html#buttonSymbols +"TQSpinWidget::downRect" tqspinwidget.html#downRect +"TQSpinWidget::editWidget" tqspinwidget.html#editWidget +"TQSpinWidget::enableChanged" tqspinwidget.html#enableChanged +"TQSpinWidget::isDownEnabled" tqspinwidget.html#isDownEnabled +"TQSpinWidget::isUpEnabled" tqspinwidget.html#isUpEnabled +"TQSpinWidget::mouseMoveEvent" tqspinwidget.html#mouseMoveEvent +"TQSpinWidget::mouseReleaseEvent" tqspinwidget.html#mouseReleaseEvent +"TQSpinWidget::paintEvent" tqspinwidget.html#paintEvent +"TQSpinWidget::setButtonSymbols" tqspinwidget.html#setButtonSymbols +"TQSpinWidget::setDownEnabled" tqspinwidget.html#setDownEnabled +"TQSpinWidget::setEditWidget" tqspinwidget.html#setEditWidget +"TQSpinWidget::setUpEnabled" tqspinwidget.html#setUpEnabled +"TQSpinWidget::stepDown" tqspinwidget.html#stepDown +"TQSpinWidget::stepUp" tqspinwidget.html#stepUp +"TQSpinWidget::styleChange" tqspinwidget.html#styleChange +"TQSpinWidget::upRect" tqspinwidget.html#upRect +"TQSpinWidget::updateDisplay" tqspinwidget.html#updateDisplay +"TQSpinWidget::wheelEvent" tqspinwidget.html#wheelEvent +"TQSpinWidget::~TQSpinWidget" tqspinwidget.html#~TQSpinWidget "QSplashScreen" ntqsplashscreen.html "QSplashScreen::clear" ntqsplashscreen.html#clear "QSplashScreen::drawContents" ntqsplashscreen.html#drawContents @@ -7893,7 +7893,7 @@ "Trivial Example" trivial-nsplugin-example.html "Tutorial #2" tutorial2.html "User Interface Compiler (uic)" uic.html -"Using Custom QDialogs" motif-walkthrough-4.html +"Using Custom TQDialogs" motif-walkthrough-4.html "Using Existing Dialogs with QMotifDialog" motif-walkthrough-5.html "Using TQt Main Window Classes" motif-walkthrough-6.html "Using TQt Standard Dialogs" motif-walkthrough-3.html diff --git a/doc/html/layout-example.html b/doc/html/layout-example.html index 272713f50..6abf2a7ed 100644 --- a/doc/html/layout-example.html +++ b/doc/html/layout-example.html @@ -50,9 +50,9 @@ classes, <a href="qgridlayout.html">TQGridLayout</a>, <a href="qboxlayout.html"> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqcolor-h.html">tqcolor.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> @@ -86,7 +86,7 @@ public: <a href="qboxlayout.html">TQBoxLayout</a> *buttons = new <a href="qhboxlayout.html">TQHBoxLayout</a>( topLayout ); int i; for ( i = 1; i <= 4; i++ ) { - <a href="ntqpushbutton.html">TQPushButton</a>* but = new <a href="ntqpushbutton.html">TQPushButton</a>( this ); + <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 ); @@ -104,10 +104,10 @@ public: // Make another hbox that will hold a left-justified row of buttons. <a href="qboxlayout.html">TQBoxLayout</a> *buttons2 = new <a href="qhboxlayout.html">TQHBoxLayout</a>( topLayout ); - <a href="ntqpushbutton.html">TQPushButton</a>* but = new <a href="ntqpushbutton.html">TQPushButton</a>( "Button five", this ); + <a href="tqpushbutton.html">TQPushButton</a>* but = new <a href="tqpushbutton.html">TQPushButton</a>( "Button five", this ); buttons2-><a href="qboxlayout.html#addWidget">addWidget</a>( but ); - but = new <a href="ntqpushbutton.html">TQPushButton</a>( "Button 6", this ); + but = new <a href="tqpushbutton.html">TQPushButton</a>( "Button 6", this ); buttons2-><a href="qboxlayout.html#addWidget">addWidget</a>( but ); // Fill up the rest of the hbox with stretchable space, so that @@ -141,7 +141,7 @@ public: int row; for ( row = 0; row < numRows; row++ ) { - <a href="ntqlineedit.html">TQLineEdit</a> *ed = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); + <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 ); diff --git a/doc/html/layout.html b/doc/html/layout.html index 2217ecf31..a21510528 100644 --- a/doc/html/layout.html +++ b/doc/html/layout.html @@ -163,9 +163,9 @@ improvements: a parameter in the constructor. <pre> <a href="tqwidget.html">TQWidget</a> *main = new <a href="tqwidget.html">TQWidget</a>; - <a href="ntqlineedit.html">TQLineEdit</a> *field = new <a href="ntqlineedit.html">TQLineEdit</a>( main ); - <a href="ntqpushbutton.html">TQPushButton</a> *ok = new <a href="ntqpushbutton.html">TQPushButton</a>( "OK", main ); - <a href="ntqpushbutton.html">TQPushButton</a> *cancel = new <a href="ntqpushbutton.html">TQPushButton</a>( "Cancel", main ); + <a href="tqlineedit.html">TQLineEdit</a> *field = new <a href="tqlineedit.html">TQLineEdit</a>( main ); + <a href="tqpushbutton.html">TQPushButton</a> *ok = new <a href="tqpushbutton.html">TQPushButton</a>( "OK", main ); + <a href="tqpushbutton.html">TQPushButton</a> *cancel = new <a href="tqpushbutton.html">TQPushButton</a>( "Cancel", main ); <a href="tqlabel.html">TQLabel</a> *label = new <a href="tqlabel.html">TQLabel</a>( "Write once, compile everywhere.", main ); // a layout on a widget diff --git a/doc/html/life-example.html b/doc/html/life-example.html index ad3b75aa6..f94b6ba98 100644 --- a/doc/html/life-example.html +++ b/doc/html/life-example.html @@ -112,7 +112,7 @@ private: #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qdrawutil-h.html">ntqdrawutil.h</a>> -#include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> +#include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="tqevent-h.html">tqevent.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html index c470dabe2..08f2be656 100644 --- a/doc/html/lineedits-example.html +++ b/doc/html/lineedits-example.html @@ -63,8 +63,8 @@ public: LineEdits( <a href="tqwidget.html">TQWidget</a> *parent = 0, const char *name = 0 ); protected: - <a href="ntqlineedit.html">TQLineEdit</a> *lined1, *lined2, *lined3, *lined4, *lined5; - <a href="ntqcombobox.html">TQComboBox</a> *combo1, *combo2, *combo3, *combo4, *combo5; + <a href="tqlineedit.html">TQLineEdit</a> *lined1, *lined2, *lined3, *lined4, *lined5; + <a href="tqcombobox.html">TQComboBox</a> *combo1, *combo2, *combo3, *combo4, *combo5; protected slots: void slotEchoChanged( int ); @@ -91,8 +91,8 @@ protected slots: #include "lineedits.h" -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#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="qvalidator-h.html">ntqvalidator.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> @@ -120,17 +120,17 @@ protected slots: <a name="x169"></a> row1-><a href="qboxlayout.html#addWidget">addWidget</a>( label ); // Create a Combobox with three items... - combo1 = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, this ); + combo1 = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, this ); row1-><a href="qboxlayout.html#addWidget">addWidget</a>( combo1 ); -<a name="x171"></a> combo1-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Normal" ); - combo1-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Password" ); - combo1-><a href="ntqcombobox.html#insertItem">insertItem</a>( "No Echo" ); +<a name="x171"></a> combo1-><a href="tqcombobox.html#insertItem">insertItem</a>( "Normal" ); + combo1-><a href="tqcombobox.html#insertItem">insertItem</a>( "Password" ); + combo1-><a href="tqcombobox.html#insertItem">insertItem</a>( "No Echo" ); // ...and connect the activated() TQ_SIGNAL with the slotEchoChanged() TQ_SLOT to be able // to react when an item is selected -<a name="x170"></a> <a href="tqobject.html#connect">connect</a>( combo1, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotEchoChanged( int ) ) ); +<a name="x170"></a> <a href="tqobject.html#connect">connect</a>( combo1, TQ_SIGNAL( <a href="tqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotEchoChanged( int ) ) ); // insert the first LineEdit - lined1 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); + lined1 = new <a href="tqlineedit.html">TQLineEdit</a>( this ); box-><a href="qboxlayout.html#addWidget">addWidget</a>( lined1 ); // another widget which is used for layouting @@ -142,16 +142,16 @@ protected slots: row2-><a href="qboxlayout.html#addWidget">addWidget</a>( label ); // A second Combobox with again three items... - combo2 = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, this ); + combo2 = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, this ); row2-><a href="qboxlayout.html#addWidget">addWidget</a>( combo2 ); - combo2-><a href="ntqcombobox.html#insertItem">insertItem</a>( "No Validator" ); - combo2-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Integer Validator" ); - combo2-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Double Validator" ); + combo2-><a href="tqcombobox.html#insertItem">insertItem</a>( "No Validator" ); + combo2-><a href="tqcombobox.html#insertItem">insertItem</a>( "Integer Validator" ); + combo2-><a href="tqcombobox.html#insertItem">insertItem</a>( "Double Validator" ); // ...and again the activated() TQ_SIGNAL gets connected with a TQ_SLOT - <a href="tqobject.html#connect">connect</a>( combo2, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotValidatorChanged( int ) ) ); + <a href="tqobject.html#connect">connect</a>( combo2, TQ_SIGNAL( <a href="tqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotValidatorChanged( int ) ) ); // and the second LineEdit - lined2 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); + lined2 = new <a href="tqlineedit.html">TQLineEdit</a>( this ); box-><a href="qboxlayout.html#addWidget">addWidget</a>( lined2 ); // yet another widget which is used for layouting @@ -163,16 +163,16 @@ protected slots: row3-><a href="qboxlayout.html#addWidget">addWidget</a>( label ); // A combo box for setting alignment - combo3 = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, this ); + combo3 = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, this ); row3-><a href="qboxlayout.html#addWidget">addWidget</a>( combo3 ); - combo3-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Left" ); - combo3-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Centered" ); - combo3-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Right" ); + combo3-><a href="tqcombobox.html#insertItem">insertItem</a>( "Left" ); + combo3-><a href="tqcombobox.html#insertItem">insertItem</a>( "Centered" ); + combo3-><a href="tqcombobox.html#insertItem">insertItem</a>( "Right" ); // ...and again the activated() TQ_SIGNAL gets connected with a TQ_SLOT - <a href="tqobject.html#connect">connect</a>( combo3, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotAlignmentChanged( int ) ) ); + <a href="tqobject.html#connect">connect</a>( combo3, TQ_SIGNAL( <a href="tqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotAlignmentChanged( int ) ) ); // and the third lineedit - lined3 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); + lined3 = new <a href="tqlineedit.html">TQLineEdit</a>( this ); box-><a href="qboxlayout.html#addWidget">addWidget</a>( lined3 ); // exactly the same for the fourth @@ -184,19 +184,19 @@ protected slots: row4-><a href="qboxlayout.html#addWidget">addWidget</a>( label ); // A combo box for choosing an input mask - combo4 = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, this ); + combo4 = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, this ); row4-><a href="qboxlayout.html#addWidget">addWidget</a>( combo4 ); - combo4-><a href="ntqcombobox.html#insertItem">insertItem</a>( "No mask" ); - combo4-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Phone number" ); - combo4-><a href="ntqcombobox.html#insertItem">insertItem</a>( "ISO date" ); - combo4-><a href="ntqcombobox.html#insertItem">insertItem</a>( "License key" ); + combo4-><a href="tqcombobox.html#insertItem">insertItem</a>( "No mask" ); + combo4-><a href="tqcombobox.html#insertItem">insertItem</a>( "Phone number" ); + combo4-><a href="tqcombobox.html#insertItem">insertItem</a>( "ISO date" ); + combo4-><a href="tqcombobox.html#insertItem">insertItem</a>( "License key" ); // ...this time we use the activated( const <a href="tqstring.html">TQString</a> & ) signal - <a href="tqobject.html#connect">connect</a>( combo4, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), + <a href="tqobject.html#connect">connect</a>( combo4, TQ_SIGNAL( <a href="tqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotInputMaskChanged( int ) ) ); // and the fourth lineedit - lined4 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); + lined4 = new <a href="tqlineedit.html">TQLineEdit</a>( this ); box-><a href="qboxlayout.html#addWidget">addWidget</a>( lined4 ); // last widget used for layouting @@ -208,14 +208,14 @@ protected slots: (void)new <a href="tqlabel.html">TQLabel</a>( "Read-Only: ", row5 ); // A combo box for setting alignment - combo5 = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, row5 ); - combo5-><a href="ntqcombobox.html#insertItem">insertItem</a>( "False" ); - combo5-><a href="ntqcombobox.html#insertItem">insertItem</a>( "True" ); + combo5 = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, row5 ); + combo5-><a href="tqcombobox.html#insertItem">insertItem</a>( "False" ); + combo5-><a href="tqcombobox.html#insertItem">insertItem</a>( "True" ); // ...and again the activated() TQ_SIGNAL gets connected with a TQ_SLOT - <a href="tqobject.html#connect">connect</a>( combo5, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotReadOnlyChanged( int ) ) ); + <a href="tqobject.html#connect">connect</a>( combo5, TQ_SIGNAL( <a href="tqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotReadOnlyChanged( int ) ) ); // and the last lineedit - lined5 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); + lined5 = new <a href="tqlineedit.html">TQLineEdit</a>( this ); box-><a href="qboxlayout.html#addWidget">addWidget</a>( lined5 ); // give the first LineEdit the focus at the beginning @@ -234,13 +234,13 @@ void <a name="f220"></a>LineEdits::slotEchoChanged( int i ) { switch ( i ) { case 0: -<a name="x176"></a> lined1-><a href="ntqlineedit.html#setEchoMode">setEchoMode</a>( TQLineEdit::Normal ); +<a name="x176"></a> lined1-><a href="tqlineedit.html#setEchoMode">setEchoMode</a>( TQLineEdit::Normal ); break; case 1: - lined1-><a href="ntqlineedit.html#setEchoMode">setEchoMode</a>( TQLineEdit::Password ); + lined1-><a href="tqlineedit.html#setEchoMode">setEchoMode</a>( TQLineEdit::Password ); break; case 2: - lined1-><a href="ntqlineedit.html#setEchoMode">setEchoMode</a>( TQLineEdit::NoEcho ); + lined1-><a href="tqlineedit.html#setEchoMode">setEchoMode</a>( TQLineEdit::NoEcho ); break; } @@ -261,18 +261,18 @@ void <a name="f221"></a>LineEdits::slotValidatorChanged( int i ) { switch ( i ) { case 0: -<a name="x180"></a> lined2-><a href="ntqlineedit.html#setValidator">setValidator</a>( 0 ); +<a name="x180"></a> lined2-><a href="tqlineedit.html#setValidator">setValidator</a>( 0 ); break; case 1: - lined2-><a href="ntqlineedit.html#setValidator">setValidator</a>( new <a href="qintvalidator.html">TQIntValidator</a>( lined2 ) ); + lined2-><a href="tqlineedit.html#setValidator">setValidator</a>( new <a href="qintvalidator.html">TQIntValidator</a>( lined2 ) ); break; case 2: - lined2-><a href="ntqlineedit.html#setValidator">setValidator</a>( new <a href="qdoublevalidator.html">TQDoubleValidator</a>( -999.0, 999.0, 2, + lined2-><a href="tqlineedit.html#setValidator">setValidator</a>( new <a href="qdoublevalidator.html">TQDoubleValidator</a>( -999.0, 999.0, 2, lined2 ) ); break; } -<a name="x179"></a> lined2-><a href="ntqlineedit.html#setText">setText</a>( "" ); +<a name="x179"></a> lined2-><a href="tqlineedit.html#setText">setText</a>( "" ); lined2-><a href="tqwidget.html#setFocus">setFocus</a>(); } @@ -289,13 +289,13 @@ void <a name="f222"></a>LineEdits::slotAlignmentChanged( int i ) { switch ( i ) { case 0: -<a name="x174"></a> lined3-><a href="ntqlineedit.html#setAlignment">setAlignment</a>( TQLineEdit::AlignLeft ); +<a name="x174"></a> lined3-><a href="tqlineedit.html#setAlignment">setAlignment</a>( TQLineEdit::AlignLeft ); break; case 1: - lined3-><a href="ntqlineedit.html#setAlignment">setAlignment</a>( TQLineEdit::AlignCenter ); + lined3-><a href="tqlineedit.html#setAlignment">setAlignment</a>( TQLineEdit::AlignCenter ); break; case 2: - lined3-><a href="ntqlineedit.html#setAlignment">setAlignment</a>( TQLineEdit::AlignRight ); + lined3-><a href="tqlineedit.html#setAlignment">setAlignment</a>( TQLineEdit::AlignRight ); break; } @@ -314,18 +314,18 @@ void <a name="f223"></a>LineEdits::slotInputMaskChanged( int i ) { switch( i ) { case 0: -<a name="x177"></a> lined4-><a href="ntqlineedit.html#setInputMask">setInputMask</a>( <a href="tqstring.html#TQString-null">TQString::null</a> ); +<a name="x177"></a> lined4-><a href="tqlineedit.html#setInputMask">setInputMask</a>( <a href="tqstring.html#TQString-null">TQString::null</a> ); break; case 1: - lined4-><a href="ntqlineedit.html#setInputMask">setInputMask</a>( "+99 99 99 99 99;_" ); + lined4-><a href="tqlineedit.html#setInputMask">setInputMask</a>( "+99 99 99 99 99;_" ); break; case 2: - lined4-><a href="ntqlineedit.html#setInputMask">setInputMask</a>( "0000-00-00" ); - lined4-><a href="ntqlineedit.html#setText">setText</a>( "00000000" ); -<a name="x175"></a> lined4-><a href="ntqlineedit.html#setCursorPosition">setCursorPosition</a>( 0 ); + lined4-><a href="tqlineedit.html#setInputMask">setInputMask</a>( "0000-00-00" ); + lined4-><a href="tqlineedit.html#setText">setText</a>( "00000000" ); +<a name="x175"></a> lined4-><a href="tqlineedit.html#setCursorPosition">setCursorPosition</a>( 0 ); break; case 3: - lined4-><a href="ntqlineedit.html#setInputMask">setInputMask</a>( ">AAAAA-AAAAA-AAAAA-AAAAA-AAAAA;#" ); + lined4-><a href="tqlineedit.html#setInputMask">setInputMask</a>( ">AAAAA-AAAAA-AAAAA-AAAAA-AAAAA;#" ); break; } lined4-><a href="tqwidget.html#setFocus">setFocus</a>(); @@ -342,10 +342,10 @@ void <a name="f224"></a>LineEdits::slotReadOnlyChanged( int i ) { switch ( i ) { case 0: -<a name="x178"></a> lined5-><a href="ntqlineedit.html#setReadOnly">setReadOnly</a>( FALSE ); +<a name="x178"></a> lined5-><a href="tqlineedit.html#setReadOnly">setReadOnly</a>( FALSE ); break; case 1: - lined5-><a href="ntqlineedit.html#setReadOnly">setReadOnly</a>( TRUE ); + lined5-><a href="tqlineedit.html#setReadOnly">setReadOnly</a>( TRUE ); break; } diff --git a/doc/html/linguist-manual-4.html b/doc/html/linguist-manual-4.html index 2a462917f..e33dcc972 100644 --- a/doc/html/linguist-manual-4.html +++ b/doc/html/linguist-manual-4.html @@ -190,7 +190,7 @@ TRANSLATIONS = tt1_la.ts ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqtranslator-h.html">tqtranslator.h</a>> @@ -202,7 +202,7 @@ int main( int argc, char **argv ) translator.<a href="tqtranslator.html#load">load</a>( "tt1_la", "." ); app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &translator ); - <a href="ntqpushbutton.html">TQPushButton</a> hello( TQPushButton::<a href="tqobject.html#tr">tr</a>("Hello world!"), 0 ); + <a href="tqpushbutton.html">TQPushButton</a> hello( TQPushButton::<a href="tqobject.html#tr">tr</a>("Hello world!"), 0 ); app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &hello ); hello.<a href="tqwidget.html#show">show</a>(); @@ -224,7 +224,7 @@ int main( int argc, char **argv ) <!-- index TQApplication!installTranslator() --><!-- index installTranslator()!TQApplication --><pre> app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &translator ); </pre> <p>Adds the translations from <tt>tt1_la.qm</tt> to the pool of translations used by the program.</p> -<!-- index Hello World --><pre> <a href="ntqpushbutton.html">TQPushButton</a> hello( TQPushButton::<a href="tqobject.html#tr">tr</a>("Hello world!"), 0 ); +<!-- index Hello World --><pre> <a href="tqpushbutton.html">TQPushButton</a> hello( TQPushButton::<a href="tqobject.html#tr">tr</a>("Hello world!"), 0 ); </pre> <p>Creates a push button that displays "Hello world!". If <tt>tt1_la.qm</tt> was found and contains a translation for "Hello world!", the translation appears; if not, the source text appears.</p> <!-- index tr() --><!-- index TQObject!tr() --><p>All classes that inherit <a href="tqobject.html">TQObject</a> have a <tt>tr()</tt> function. Inside a member function of a <a href="tqobject.html">TQObject</a> class, we simply write <tt>tr("Hello world!")</tt> instead of <tt>TQPushButton::tr("Hello world!")</tt> or <tt>TQObject::tr("Hello world!")</tt>.</p> @@ -321,7 +321,7 @@ TRANSLATIONS = tt2_fr.ts \ </pre> <p>Knowing which class each source text appears in enables <em>TQt Linguist</em> to group texts that are logically related together, e.g. all the text in a dialog will have the context of the dialog's class name and will be shown together. This provides useful information for the translator since the context in which text appears may influence how it should be translated. For some translations keyboard accelerators may need to be changed and having all the source texts in a particular context (class) grouped together makes it easier for the translator to perform any accelerator changes without introducing conflicts.</p> <p>In <tt>arrowpad.cpp</tt> we implement the <tt>ArrowPad</tt> class.</p> -<pre> (void) new <a href="ntqpushbutton.html">TQPushButton</a>( <a href="tqobject.html#tr">tr</a>("&Up"), this ); +<pre> (void) new <a href="tqpushbutton.html">TQPushButton</a>( <a href="tqobject.html#tr">tr</a>("&Up"), this ); </pre> <p>We call <tt>ArrowPad::tr()</tt> for each button's label since the labels are user-visible text.</p> <p align="center"><img align="middle" src="tt2_en.png" width="170" height="157"> @@ -438,13 +438,13 @@ TRANSLATIONS = tt3_pt.ts <!-- index Troll Print --> <p>Some of the code is commented out in Troll Print 1.0; you will uncomment it later, for Troll Print 1.1.</p> <pre> <a href="ntqhbuttongroup.html">TQHButtonGroup</a> *twoSided = new <a href="ntqhbuttongroup.html">TQHButtonGroup</a>( this ); twoSided-><a href="ntqgroupbox.html#setTitle">setTitle</a>( <a href="tqobject.html#tr">tr</a>("2-sided") ); - but = new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>("Enabled"), twoSided ); - but = new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>("Disabled"), twoSided ); + 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>(); <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="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>("Enabled"), colors ); - but = new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>("Disabled"), 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>(); </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> diff --git a/doc/html/listbox-example.html b/doc/html/listbox-example.html index 81fe0c860..46f166126 100644 --- a/doc/html/listbox-example.html +++ b/doc/html/listbox-example.html @@ -78,8 +78,8 @@ private slots: private: <a href="ntqlistbox.html">TQListBox</a> * l; - <a href="ntqspinbox.html">TQSpinBox</a> * columns; - <a href="ntqspinbox.html">TQSpinBox</a> * rows; + <a href="tqspinbox.html">TQSpinBox</a> * columns; + <a href="tqspinbox.html">TQSpinBox</a> * rows; <a href="ntqbuttongroup.html">TQButtonGroup</a> * bg; }; @@ -102,13 +102,13 @@ private: #include "listbox.h" #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> -#include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> -#include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +#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="qlayout-h.html">ntqlayout.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> <a name="f441"></a>ListBoxDemo::ListBoxDemo() @@ -126,27 +126,27 @@ private: <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 href="ntqradiobutton.html">TQRadioButton</a> * b; + <a href="tqradiobutton.html">TQRadioButton</a> * b; bg = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( 0 ); - b = new <a href="ntqradiobutton.html">TQRadioButton</a>( "Fixed number of columns,\n" + 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="x1425"></a> v-><a href="qboxlayout.html#addWidget">addWidget</a>( b ); -<a name="x1440"></a> b-><a href="ntqradiobutton.html#setChecked">setChecked</a>( TRUE ); +<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 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 ); h-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 100 ); h-><a href="qboxlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "Columns:", this ) ); - columns = new <a href="ntqspinbox.html">TQSpinBox</a>( this ); + columns = new <a href="tqspinbox.html">TQSpinBox</a>( this ); h-><a href="qboxlayout.html#addWidget">addWidget</a>( columns ); v-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 12 ); - b = new <a href="ntqradiobutton.html">TQRadioButton</a>( "As many columns as fit on-screen,\n" + 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 ); @@ -155,7 +155,7 @@ private: v-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 12 ); - b = new <a href="ntqradiobutton.html">TQRadioButton</a>( "Fixed number of rows,\n" + 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 ); @@ -166,13 +166,13 @@ private: h-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 30 ); h-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 100 ); h-><a href="qboxlayout.html#addWidget">addWidget</a>( new <a href="tqlabel.html">TQLabel</a>( "Rows:", this ) ); - rows = new <a href="ntqspinbox.html">TQSpinBox</a>( this ); + rows = new <a href="tqspinbox.html">TQSpinBox</a>( this ); <a name="x1442"></a> rows-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); h-><a href="qboxlayout.html#addWidget">addWidget</a>( rows ); v-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 12 ); - b = new <a href="ntqradiobutton.html">TQRadioButton</a>( "As many rows as fit on-screen,\n" + 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 ); @@ -181,25 +181,25 @@ private: v-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 12 ); - <a href="ntqcheckbox.html">TQCheckBox</a> * cb = new <a href="ntqcheckbox.html">TQCheckBox</a>( "Variable-height rows", this ); -<a name="x1429"></a> cb-><a href="ntqcheckbox.html#setChecked">setChecked</a>( TRUE ); + <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)) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( cb ); v-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 6 ); - cb = new <a href="ntqcheckbox.html">TQCheckBox</a>( "Variable-width columns", this ); + 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)) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( cb ); - cb = new <a href="ntqcheckbox.html">TQCheckBox</a>( "Extended-Selection", this ); + 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)) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( cb ); - <a href="ntqpushbutton.html">TQPushButton</a> *pb = new <a href="ntqpushbutton.html">TQPushButton</a>( "Sort ascending", this ); + <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() ) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( pb ); - pb = new <a href="ntqpushbutton.html">TQPushButton</a>( "Sort descending", this ); + 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() ) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( pb ); @@ -210,12 +210,12 @@ private: <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 ), i ); <a name="x1441"></a> columns-><a href="ntqrangecontrol.html#setRange">setRange</a>( 1, 256 ); -<a name="x1443"></a> columns-><a href="ntqspinbox.html#setValue">setValue</a>( 1 ); +<a name="x1443"></a> columns-><a href="tqspinbox.html#setValue">setValue</a>( 1 ); rows-><a href="ntqrangecontrol.html#setRange">setRange</a>( 1, 256 ); - rows-><a href="ntqspinbox.html#setValue">setValue</a>( 256 ); + rows-><a href="tqspinbox.html#setValue">setValue</a>( 256 ); -<a name="x1445"></a> <a href="tqobject.html#connect">connect</a>( columns, TQ_SIGNAL(<a href="ntqspinbox.html#valueChanged">valueChanged</a>(int)), this, TQ_SLOT(setNumCols()) ); - <a href="tqobject.html#connect">connect</a>( rows, TQ_SIGNAL(<a href="ntqspinbox.html#valueChanged">valueChanged</a>(int)), this, TQ_SLOT(setNumRows()) ); +<a name="x1445"></a> <a href="tqobject.html#connect">connect</a>( columns, TQ_SIGNAL(<a href="tqspinbox.html#valueChanged">valueChanged</a>(int)), this, TQ_SLOT(setNumCols()) ); + <a href="tqobject.html#connect">connect</a>( rows, TQ_SIGNAL(<a href="tqspinbox.html#valueChanged">valueChanged</a>(int)), this, TQ_SLOT(setNumRows()) ); } @@ -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="ntqspinbox.html#value">value</a>() ); +<a name="x1444"></a><a name="x1435"></a> l-><a href="ntqlistbox.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="ntqspinbox.html#value">value</a>() ); +<a name="x1434"></a> l-><a href="ntqlistbox.html#setColumnMode">setColumnMode</a>( columns-><a href="tqspinbox.html#value">value</a>() ); } diff --git a/doc/html/listboxcombo-example.html b/doc/html/listboxcombo-example.html index d12f9d009..1e966ba03 100644 --- a/doc/html/listboxcombo-example.html +++ b/doc/html/listboxcombo-example.html @@ -90,10 +90,10 @@ protected slots: #include "listboxcombo.h" -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="qlistbox-h.html">ntqlistbox.h</a>> #include <<a href="qhbox-h.html">ntqhbox.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> @@ -165,7 +165,7 @@ protected: } // Create a pushbutton... - <a href="ntqpushbutton.html">TQPushButton</a> *arrow1 = new <a href="ntqpushbutton.html">TQPushButton</a>( " -> ", row1 ); + <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() ) ); @@ -179,7 +179,7 @@ protected: box1-><a href="ntqhbox.html#setSpacing">setSpacing</a>( 5 ); // Create a non-editable Combobox and a label below... - <a href="ntqcombobox.html">TQComboBox</a> *cb1 = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, box1 ); + <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 ); @@ -188,16 +188,16 @@ protected: for ( i = 0; i < 50; i++ ) { str = TQString( "Combobox Item %1" ).arg( i ); if ( i % 9 ) -<a name="x1399"></a> cb1-><a href="ntqcombobox.html#insertItem">insertItem</a>( str ); +<a name="x1399"></a> cb1-><a href="tqcombobox.html#insertItem">insertItem</a>( str ); else -<a name="x1400"></a> cb1-><a href="ntqcombobox.html#listBox">listBox</a>()->insertItem( new MyListBoxItem ); +<a name="x1400"></a> cb1-><a href="tqcombobox.html#listBox">listBox</a>()->insertItem( new MyListBoxItem ); } <a href="ntqvbox.html">TQVBox</a> *box2 = new <a href="ntqvbox.html">TQVBox</a>( row2 ); box2-><a href="ntqhbox.html#setSpacing">setSpacing</a>( 5 ); // Create an editable Combobox and a label below... - <a href="ntqcombobox.html">TQComboBox</a> *cb2 = new <a href="ntqcombobox.html">TQComboBox</a>( TRUE, box2 ); + <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 ); @@ -206,14 +206,14 @@ protected: for ( i = 0; i < 50; i++ ) { str = TQString( "Combobox Item %1" ).arg( i ); if ( !( i % 4 ) ) - cb2-><a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( "fileopen.xpm" ), str ); + cb2-><a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( "fileopen.xpm" ), str ); else - cb2-><a href="ntqcombobox.html#insertItem">insertItem</a>( str ); + cb2-><a href="tqcombobox.html#insertItem">insertItem</a>( str ); } // Connect the activated SIGNALs of the Comboboxes with SLOTs -<a name="x1398"></a> <a href="tqobject.html#connect">connect</a>( cb1, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="tqstring.html">TQString</a> & ) ), this, TQ_SLOT( slotCombo1Activated( const <a href="tqstring.html">TQString</a> & ) ) ); - <a href="tqobject.html#connect">connect</a>( cb2, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="tqstring.html">TQString</a> & ) ), this, TQ_SLOT( slotCombo2Activated( const <a href="tqstring.html">TQString</a> & ) ) ); +<a name="x1398"></a> <a href="tqobject.html#connect">connect</a>( cb1, TQ_SIGNAL( <a href="tqcombobox.html#activated">activated</a>( const <a href="tqstring.html">TQString</a> & ) ), this, TQ_SLOT( slotCombo1Activated( const <a href="tqstring.html">TQString</a> & ) ) ); + <a href="tqobject.html#connect">connect</a>( cb2, TQ_SIGNAL( <a href="tqcombobox.html#activated">activated</a>( const <a href="tqstring.html">TQString</a> & ) ), this, TQ_SLOT( slotCombo2Activated( const <a href="tqstring.html">TQString</a> & ) ) ); } /* diff --git a/doc/html/mainclasses.html b/doc/html/mainclasses.html index 5f13f023d..24d6c6e10 100644 --- a/doc/html/mainclasses.html +++ b/doc/html/mainclasses.html @@ -45,7 +45,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="ntqmessagebox.html">TQMessageBox</a> <td align="right"> -<td><a href="ntqslider.html">TQSlider</a> +<td><a href="tqslider.html">TQSlider</a> <td align="right"> <td><a href="tqtimer.html">TQTimer</a> <tr> @@ -67,7 +67,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"><b>N</b> <td><a href="tqnetworkprotocol.html">TQNetworkProtocol</a> <td align="right"> -<td><a href="ntqspinbox.html">TQSpinBox</a> +<td><a href="tqspinbox.html">TQSpinBox</a> <td align="right"> <td><a href="tqtoolbox.html">TQToolBox</a> <tr> @@ -83,7 +83,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td><a href="tqtoolbutton.html">TQToolButton</a> <tr> <td align="right"> -<td><a href="ntqcheckbox.html">TQCheckBox</a> +<td><a href="tqcheckbox.html">TQCheckBox</a> <td align="right"> <td><a href="qgridlayout.html">TQGridLayout</a> <td align="right"><b>P</b> @@ -116,7 +116,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td><a href="tqurl.html">TQUrl</a> <tr> <td align="right"> -<td><a href="ntqcombobox.html">TQComboBox</a> +<td><a href="tqcombobox.html">TQComboBox</a> <td align="right"><b>H</b> <td><a href="qhboxlayout.html">TQHBoxLayout</a> <td align="right"> @@ -184,7 +184,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="tqdatetime.html">TQDateTime</a> <td align="right"> -<td><a href="ntqlcdnumber.html">TQLCDNumber</a> +<td><a href="tqlcdnumber.html">TQLCDNumber</a> <td align="right"> <td><a href="ntqprogressdialog.html">TQProgressDialog</a> <td align="right"><b>T</b> @@ -197,25 +197,25 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="ntqlibrary.html">TQLibrary</a> <td align="right"> -<td><a href="ntqpushbutton.html">TQPushButton</a> +<td><a href="tqpushbutton.html">TQPushButton</a> <td align="right"> <td><a href="ntqtable.html">TQTable</a> <td align="right"><b>W</b> <td><a href="tqwhatsthis.html">TQWhatsThis</a> <tr> <td align="right"> -<td><a href="ntqdial.html">TQDial</a> +<td><a href="tqdial.html">TQDial</a> <td align="right"> -<td><a href="ntqlineedit.html">TQLineEdit</a> +<td><a href="tqlineedit.html">TQLineEdit</a> <td align="right"><b>R</b> -<td><a href="ntqradiobutton.html">TQRadioButton</a> +<td><a href="tqradiobutton.html">TQRadioButton</a> <td align="right"> <td><a href="ntqtabwidget.html">TQTabWidget</a> <td align="right"> <td><a href="tqwidget.html">TQWidget</a> <tr> <td align="right"> -<td><a href="ntqdialog.html">TQDialog</a> +<td><a href="tqdialog.html">TQDialog</a> <td align="right"> <td><a href="ntqlistbox.html">TQListBox</a> <td align="right"> @@ -241,7 +241,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"><b>M</b> <td><a href="tqmainwindow.html">TQMainWindow</a> <td align="right"><b>S</b> -<td><a href="ntqscrollview.html">TQScrollView</a> +<td><a href="tqscrollview.html">TQScrollView</a> <td align="right"> <td><a href="tqtextstream.html">TQTextStream</a> <td align="right"> diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html index aa29c5772..3f2ba282a 100644 --- a/doc/html/mdi-example.html +++ b/doc/html/mdi-example.html @@ -149,7 +149,7 @@ private: #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="tqprinter-h.html">tqprinter.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="qaccel-h.html">ntqaccel.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="tqtextedit-h.html">tqtextedit.h</a>> diff --git a/doc/html/motif-dialog-example.html b/doc/html/motif-dialog-example.html index 167df23fe..8a72d6847 100644 --- a/doc/html/motif-dialog-example.html +++ b/doc/html/motif-dialog-example.html @@ -214,14 +214,14 @@ void <a name="f561"></a>MainWindow::showMotifDialog() XtAddCallback( button, XmNactivateCallback, (XtCallbackProc) TQMotifDialog::acceptCallback, &dialog ); -<a name="x2706"></a> dialog.<a href="ntqdialog.html#exec">exec</a>(); +<a name="x2706"></a> dialog.<a href="tqdialog.html#exec">exec</a>(); } void <a name="f562"></a>MainWindow::showTQtDialog() { // custom TQt-based dialog using a Motif-based parent CustomDialog customdialog( <a href="qmotifwidget.html#motifWidget">motifWidget</a>(), "custom dialog", TRUE ); - customdialog.<a href="ntqdialog.html#exec">exec</a>(); + customdialog.<a href="tqdialog.html#exec">exec</a>(); } </pre> diff --git a/doc/html/motif-extension.html b/doc/html/motif-extension.html index 8e42fd4a8..5d7e1bf9d 100644 --- a/doc/html/motif-extension.html +++ b/doc/html/motif-extension.html @@ -46,7 +46,7 @@ versions of TQt. <p> <ul> <li> <a href="qmotif.html">TQMotif</a> - Provides the basis of the TQt Motif Extension. <li> <a href="qmotifwidget.html">TQMotifWidget</a> - Provides the <a href="tqwidget.html">TQWidget</a> API for Motif widgets. -<li> <a href="qmotifdialog.html">TQMotifDialog</a> - Provides the <a href="ntqdialog.html">TQDialog</a> API for Motif dialogs. +<li> <a href="qmotifdialog.html">TQMotifDialog</a> - Provides the <a href="tqdialog.html">TQDialog</a> API for Motif dialogs. <li> <a href="qxtwidget.html">TQXtWidget</a> - The Xt/Motif integration widget from the previous Xt/Motif extension. This class is unsupported and has many known problems and limitations. It is provided only to keep existing source @@ -82,7 +82,7 @@ For example: <p> <pre> // TQt headers first #include <<a href="qapplication-h.html">ntqapplication.h</a>> - #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> + #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqsocket-h.html">tqsocket.h</a>> ... diff --git a/doc/html/motif-walkthrough-2.html b/doc/html/motif-walkthrough-2.html index 013cc6eb5..06c3649de 100644 --- a/doc/html/motif-walkthrough-2.html +++ b/doc/html/motif-walkthrough-2.html @@ -62,7 +62,7 @@ it until we have replaced the <em>View</em> widget. <p> <h2> Removing the <em>Help</em> Dialog </h2> <a name="1"></a><p> The <em>Help</em> dialog is also special. Instead of replacing the <em>Help</em> -dialog with a custom <a href="ntqdialog.html">TQDialog</a>, we will use the <a href="helpsystem.html">TQt +dialog with a custom <a href="tqdialog.html">TQDialog</a>, we will use the <a href="helpsystem.html">TQt Help System</a> classes to provide a more advanced online help. However, we cannot start using classes like <a href="tqtooltip.html">TQToolTip</a> and <a href="tqwhatsthis.html">TQWhatsThis</a> until we replace the <em>Main Window</em> and <em>View</em> widgets. diff --git a/doc/html/motif-walkthrough-4.html b/doc/html/motif-walkthrough-4.html index 56f57fbc6..90099c4c0 100644 --- a/doc/html/motif-walkthrough-4.html +++ b/doc/html/motif-walkthrough-4.html @@ -45,7 +45,7 @@ this document: see the <a href="designer-manual.html">TQt Designer Manual</a> if with TQt's visual design tool. <p> <h2> Replacing the <em>Page Edit</em> Dialog </h2> -<a name="1"></a><p> The custom <a href="ntqdialog.html">TQDialog</a> description for the <em>Page Edit</em> dialog is saved +<a name="1"></a><p> The custom <a href="tqdialog.html">TQDialog</a> description for the <em>Page Edit</em> dialog is saved as <tt>pageeditdialog.ui</tt>. We add this file to the project file by adding the line <pre> @@ -64,7 +64,7 @@ done for the <em>Open</em> and <em>Save As</em> dialogs in <tt>todo.cpp</tt>. <p> <pre></pre> <p> The <tt>EditPage()</tt> function is implemented in <tt>actions.cpp</tt>. We start -by adding the includes needed for the <tt>PageEditDialog</tt> and <a href="ntqlineedit.html">TQLineEdit</a>. +by adding the includes needed for the <tt>PageEditDialog</tt> and <a href="tqlineedit.html">TQLineEdit</a>. <p> <p> <pre></pre> diff --git a/doc/html/motif-walkthrough-5.html b/doc/html/motif-walkthrough-5.html index bf6f75ab0..d6ad1178e 100644 --- a/doc/html/motif-walkthrough-5.html +++ b/doc/html/motif-walkthrough-5.html @@ -40,12 +40,12 @@ body { background: #ffffff; color: black; } have converted the <em>View</em> widget. The <em>Print</em> dialog will be removed once we have finished our migration, since we will use <a href="tqprinter.html">TQPrinter</a> instead. Based on this information, we decide that it is not -worth replacing the <em>Print</em> dialog with a custom <a href="ntqdialog.html">TQDialog</a> replacement. +worth replacing the <em>Print</em> dialog with a custom <a href="tqdialog.html">TQDialog</a> replacement. Instead, we will keep the <a href="motif-extension.html#Motif">Motif</a> based dialog and use <a href="qmotifdialog.html">TQMotifDialog</a> to integrate the dialog with the application. <p> <h2> Modality Requirements </h2> -<a name="1"></a><p> Modality with TQDialog is different from Motif. The <a href="ntqdialog.html#exec">TQDialog::exec</a>() +<a name="1"></a><p> Modality with TQDialog is different from Motif. The <a href="tqdialog.html#exec">TQDialog::exec</a>() function does not return until the dialog is finished. In Motif, modality is simply a property of the shell, and the application programmer must write TQDialog::exec() style functionality if they diff --git a/doc/html/motif-walkthrough-8.html b/doc/html/motif-walkthrough-8.html index ce1ceb4fd..fbfa2eb89 100644 --- a/doc/html/motif-walkthrough-8.html +++ b/doc/html/motif-walkthrough-8.html @@ -70,7 +70,7 @@ application on all platforms supported by TQt. <p> </ol> <p> We will use the first approach to complete the migration of the example project used in this walkthrough, using <a href="tqtextedit.html">TQTextEdit</a>, <a href="tqlabel.html">TQLabel</a> and -<a href="ntqspinbox.html">TQSpinBox</a> to provide a similar look. The only difference is that we +<a href="tqspinbox.html">TQSpinBox</a> to provide a similar look. The only difference is that we will not have tabs. <p> We use <a href="designer-manual.html">TQt Designer</a> to add the TQTextEdit, TQLabel and TQSpinBox widgets to the <em>Main Window</em> widget. @@ -140,7 +140,7 @@ variable, we add a forward declaration at the top of <tt>mainwindow.ui.h</tt>. renamed to <tt>MainWindow::readDB()</tt> and <tt>MainWindow::saveDB()</tt>, respectively. We need to modify the code in order to make the code work properly. -<p> First, We add <tt>#include</tt> statements for the <tt>MainWindow</tt>, <a href="ntqspinbox.html">TQSpinBox</a> +<p> First, We add <tt>#include</tt> statements for the <tt>MainWindow</tt>, <a href="tqspinbox.html">TQSpinBox</a> and <a href="tqtextedit.html">TQTextEdit</a> classes. <p> diff --git a/doc/html/movies-example.html b/doc/html/movies-example.html index 8b0e9ee2e..2d92124fc 100644 --- a/doc/html/movies-example.html +++ b/doc/html/movies-example.html @@ -50,7 +50,7 @@ The Movies example displays MNG and animated GIF files using the <a href="tqmovi #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> @@ -243,14 +243,14 @@ public: { movie = new MovieScreen(fname, m, this); <a href="ntqhbox.html">TQHBox</a>* hb = new <a href="ntqhbox.html">TQHBox</a>(this); - <a href="ntqpushbutton.html">TQPushButton</a>* btn; - btn = new <a href="ntqpushbutton.html">TQPushButton</a>("<<", hb); + <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>())); - btn = new <a href="ntqpushbutton.html">TQPushButton</a>("||", hb); + 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())); - btn = new <a href="ntqpushbutton.html">TQPushButton</a>(">|", hb); + 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>())); - btn = new <a href="ntqpushbutton.html">TQPushButton</a>(">>|", hb); + 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())); } }; @@ -289,11 +289,11 @@ void <a name="f259"></a>MovieStarter::startMovie(const <a href="tqstring.html">T WDestructiveClose))->show(); } -<a name="x495"></a>void MovieStarter::<a href="ntqdialog.html#done">done</a>( int r ) +<a name="x495"></a>void MovieStarter::<a href="tqdialog.html#done">done</a>( int r ) { if (r != Accepted) tqApp-><a href="ntqapplication.html#quit">quit</a>(); // end on Cancel - <a href="ntqdialog.html#setResult">setResult</a>( r ); + <a href="tqdialog.html#setResult">setResult</a>( r ); // And don't hide. } @@ -322,7 +322,7 @@ int main(int argc, char **argv) // "GUI" mode - open a chooser for movies // MovieStarter* fd = new MovieStarter("."); -<a name="x494"></a> fd-><a href="ntqdialog.html#show">show</a>(); +<a name="x494"></a> fd-><a href="tqdialog.html#show">show</a>(); } // Go! diff --git a/doc/html/ntqaccel.html b/doc/html/ntqaccel.html index 998f51a31..6ee5c31c0 100644 --- a/doc/html/ntqaccel.html +++ b/doc/html/ntqaccel.html @@ -90,7 +90,7 @@ widgets automatically generate accelerators, such as <a href="ntqbutton.html">TQ <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>. Example: <pre> - <a href="ntqpushbutton.html">TQPushButton</a> p( "&Exit", parent ); // automatic shortcut ALT+Key_E + <a href="tqpushbutton.html">TQPushButton</a> p( "&Exit", parent ); // automatic shortcut ALT+Key_E <a href="tqpopupmenu.html">TQPopupMenu</a> *fileMenu = new fileMenu( parent ); fileMenu-><a href="tqmenudata.html#insertItem">insertItem</a>( "Undo", parent, TQ_SLOT(undo()), CTRL+Key_Z ); </pre> @@ -111,8 +111,8 @@ slots (see <a href="#connectItem">connectItem</a>() and <a href="#disconnectItem accelerators match the same key. Instead, the first matching accelerator sends out the <a href="#activatedAmbiguously">activatedAmbiguously</a>() signal. By pressing the key multiple times, users can navigate between all -matching accelerators. Some standard controls like <a href="ntqpushbutton.html">TQPushButton</a> and -<a href="ntqcheckbox.html">TQCheckBox</a> connect the activatedAmbiguously() signal to the +matching accelerators. Some standard controls like <a href="tqpushbutton.html">TQPushButton</a> and +<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 diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 7f4045597..1c1d7c3e6 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -534,7 +534,7 @@ this state. </h3> Returns the active modal widget. <p> A modal widget is a special top level widget which is a subclass of -<a href="ntqdialog.html">TQDialog</a> that specifies the modal parameter of the constructor as +<a href="tqdialog.html">TQDialog</a> that specifies the modal parameter of the constructor as TRUE. A modal widget must be closed before the user can continue with other parts of the program. <p> Modal widgets are organized in a stack. This function returns @@ -808,7 +808,7 @@ special function whenever there are no pending events, use a be achieved using <a href="#processEvents">processEvents</a>(). <p> <p>See also <a href="#quit">quit</a>(), <a href="#exit">exit</a>(), <a href="#processEvents">processEvents</a>(), and <a href="#setMainWidget">setMainWidget</a>(). -<p>Examples: <a href="helpsystem-example.html#x2700">helpsystem/main.cpp</a>, <a href="ntqdialog.html#x2132">life/main.cpp</a>, <a href="archivesearch-example.html#x486">network/archivesearch/main.cpp</a>, <a href="ftpclient-example.html#x777">network/ftpclient/main.cpp</a>, <a href="tutorial1-01.html#x2283">t1/main.cpp</a>, and <a href="tutorial1-04.html#x2303">t4/main.cpp</a>. +<p>Examples: <a href="helpsystem-example.html#x2700">helpsystem/main.cpp</a>, <a href="tqdialog.html#x2132">life/main.cpp</a>, <a href="archivesearch-example.html#x486">network/archivesearch/main.cpp</a>, <a href="ftpclient-example.html#x777">network/ftpclient/main.cpp</a>, <a href="tutorial1-01.html#x2283">t1/main.cpp</a>, and <a href="tutorial1-04.html#x2303">t4/main.cpp</a>. <h3 class=fn>void <a name="exit"></a>TQApplication::exit ( int retcode = 0 )<tt> [static]</tt> </h3> Tells the application to exit with a return code. @@ -1116,7 +1116,7 @@ you also often connect e.g. <a href="ntqbutton.html#clicked">TQButton::clicked</ <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="ntqpushbutton.html">TQPushButton</a> *quitButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit" ); + <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>()) ); </pre> @@ -1430,7 +1430,7 @@ set the default geometry (using <a href="tqwidget.html#setGeometry">TQWidget::se calling <a href="#setMainWidget">setMainWidget</a>(). <p> <p>See also <a href="#mainWidget">mainWidget</a>(), <a href="#exec">exec</a>(), and <a href="#quit">quit</a>(). -<p>Examples: <a href="tutorial2-04.html#x2560">chart/main.cpp</a>, <a href="helpsystem-example.html#x2701">helpsystem/main.cpp</a>, <a href="ntqdialog.html#x2133">life/main.cpp</a>, <a href="ftpclient-example.html#x779">network/ftpclient/main.cpp</a>, <a href="tutorial1-01.html#x2284">t1/main.cpp</a>, and <a href="tutorial1-04.html#x2305">t4/main.cpp</a>. +<p>Examples: <a href="tutorial2-04.html#x2560">chart/main.cpp</a>, <a href="helpsystem-example.html#x2701">helpsystem/main.cpp</a>, <a href="tqdialog.html#x2133">life/main.cpp</a>, <a href="ftpclient-example.html#x779">network/ftpclient/main.cpp</a>, <a href="tutorial1-01.html#x2284">t1/main.cpp</a>, and <a href="tutorial1-04.html#x2305">t4/main.cpp</a>. <h3 class=fn>void <a name="setOverrideCursor"></a>TQApplication::setOverrideCursor ( const <a href="ntqcursor.html">TQCursor</a> & cursor, bool replace = FALSE )<tt> [static]</tt> </h3> Sets the application override cursor to <em>cursor</em>. @@ -1567,7 +1567,7 @@ like this: If you support drag and drop in you application and a drag should start after a mouse click and after a certain time elapsed, you should use the value which this method returns as the delay (in ms). -<p> TQt also uses this delay internally, e.g. in <a href="tqtextedit.html">TQTextEdit</a> and <a href="ntqlineedit.html">TQLineEdit</a>, +<p> TQt also uses this delay internally, e.g. in <a href="tqtextedit.html">TQTextEdit</a> and <a href="tqlineedit.html">TQLineEdit</a>, for starting a drag. <p> The default value is 500 ms. <p> <p>See also <a href="#setStartDragTime">setStartDragTime</a>() and <a href="#startDragDistance">startDragDistance</a>(). diff --git a/doc/html/ntqbutton.html b/doc/html/ntqbutton.html index 8b4a3a198..da74633f0 100644 --- a/doc/html/ntqbutton.html +++ b/doc/html/ntqbutton.html @@ -36,7 +36,7 @@ widgets, providing functionality common to buttons. <a href="#details">More...</a> <p><tt>#include <<a href="qbutton-h.html">ntqbutton.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p>Inherited by <a href="ntqcheckbox.html">TQCheckBox</a>, <a href="ntqpushbutton.html">TQPushButton</a>, <a href="ntqradiobutton.html">TQRadioButton</a>, and <a href="tqtoolbutton.html">TQToolButton</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> <h2>Public Members</h2> <ul> @@ -104,12 +104,12 @@ widgets, providing functionality common to buttons. The TQButton class is the abstract base class of button widgets, providing functionality common to buttons. <p> -<p> <b>If you want to create a button use <a href="ntqpushbutton.html">TQPushButton</a>.</b> +<p> <b>If you want to create a button use <a href="tqpushbutton.html">TQPushButton</a>.</b> <p> The TQButton class implements an <em>abstract</em> button, and lets subclasses specify how to reply to user actions and how to draw the button. -<p> TQButton provides both push and toggle buttons. The <a href="ntqradiobutton.html">TQRadioButton</a> -and <a href="ntqcheckbox.html">TQCheckBox</a> classes provide only toggle buttons; TQPushButton and +<p> TQButton provides both push and toggle buttons. The <a href="tqradiobutton.html">TQRadioButton</a> +and <a href="tqcheckbox.html">TQCheckBox</a> classes provide only toggle buttons; TQPushButton and <a href="tqtoolbutton.html">TQToolButton</a> provide both toggle and push buttons. <p> Any button can have either a text or pixmap label. <a href="#setText">setText</a>() sets the button to be a text button and <a href="#setPixmap">setPixmap</a>() sets it to be a @@ -134,7 +134,7 @@ clicks it again (to toggle it off), the button moves first to the <em>pressed</em> state, then to the <em>off</em> state (isOn() and isDown() are both FALSE). <p> Default buttons (as used in many dialogs) are provided by -<a href="ntqpushbutton.html#setDefault">TQPushButton::setDefault</a>() and <a href="ntqpushbutton.html#setAutoDefault">TQPushButton::setAutoDefault</a>(). +<a href="tqpushbutton.html#setDefault">TQPushButton::setDefault</a>() and <a href="tqpushbutton.html#setAutoDefault">TQPushButton::setAutoDefault</a>(). <p> TQButton provides five signals: <ol type=1> <li> <a href="#pressed">pressed</a>() is emitted when the button is pressed. E.g. with the mouse @@ -153,7 +153,7 @@ TQButton creates an automatic accelerator key. This code creates a push button labelled "Ro<u>c</u>k & Roll" (where the c is underlined). The button gets an automatic accelerator key, Alt+C: <p> <pre> - <a href="ntqpushbutton.html">TQPushButton</a> *p = new <a href="ntqpushbutton.html">TQPushButton</a>( "Ro&ck && Roll", this ); + <a href="tqpushbutton.html">TQPushButton</a> *p = new <a href="tqpushbutton.html">TQPushButton</a>( "Ro&ck && Roll", this ); </pre> <p> In this example, when the user presses Alt+C the button will call @@ -166,8 +166,8 @@ have no automatic accelerator. p->setAccel( ALT+Key_F7 ); </pre> -<p> All of the buttons provided by TQt (<a href="ntqpushbutton.html">TQPushButton</a>, <a href="tqtoolbutton.html">TQToolButton</a>, -<a href="ntqcheckbox.html">TQCheckBox</a> and <a href="ntqradiobutton.html">TQRadioButton</a>) can display both text and +<p> All of the buttons provided by TQt (<a href="tqpushbutton.html">TQPushButton</a>, <a href="tqtoolbutton.html">TQToolButton</a>, +<a href="tqcheckbox.html">TQCheckBox</a> and <a href="tqradiobutton.html">TQRadioButton</a>) can display both text and pixmaps. <p> To subclass TQButton, you must reimplement at least <a href="#drawButton">drawButton</a>() (to draw the button's outline) and <a href="#drawButtonLabel">drawButtonLabel</a>() (to draw its @@ -353,7 +353,7 @@ See the <a href="ntqbutton.html#toggleState-prop">"toggleState"</a> property for </h3> <p> This signal is emitted whenever a toggle button changes state. <em>state</em> is <a href="#ToggleState-enum">On</a> if the button is on, <a href="#ToggleState-enum">NoChange</a> if it is in the -<a href="ntqcheckbox.html#setTristate">"no change" state</a> or <a href="#ToggleState-enum">Off</a> +<a href="tqcheckbox.html#setTristate">"no change" state</a> or <a href="#ToggleState-enum">Off</a> if the button is off. <p> This may be the result of a user action, <a href="#toggle">toggle</a>() slot activation, <a href="#setState">setState</a>(), or because <a href="#setOn">setOn</a>() was called. diff --git a/doc/html/ntqbuttongroup.html b/doc/html/ntqbuttongroup.html index 031a301a2..a7af92ce0 100644 --- a/doc/html/ntqbuttongroup.html +++ b/doc/html/ntqbuttongroup.html @@ -107,7 +107,7 @@ button is available using <a href="#id">id</a>(). A button can be set <em>on</em <a href="#setButton">setButton</a>(). The number of buttons in the group is returned by <a href="#count">count</a>(). <p> <img src=qbttngrp-m.png> <img src=qbttngrp-w.png> -<p> <p>See also <a href="ntqpushbutton.html">TQPushButton</a>, <a href="ntqcheckbox.html">TQCheckBox</a>, <a href="ntqradiobutton.html">TQRadioButton</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="tqpushbutton.html">TQPushButton</a>, <a href="tqcheckbox.html">TQCheckBox</a>, <a href="tqradiobutton.html">TQRadioButton</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="TQButtonGroup"></a>TQButtonGroup::TQButtonGroup ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) @@ -238,7 +238,7 @@ in the group. The default value is FALSE. <p>Set this property's value with <a href="#setExclusive">setExclusive</a>() and get this property's value with <a href="#isExclusive">isExclusive</a>(). <h3 class=fn>bool <a name="radioButtonExclusive-prop"></a>radioButtonExclusive</h3> <p>This property holds whether the radio buttons in the group are exclusive. -<p>If this property is TRUE (the default), the <a href="ntqradiobutton.html">radiobuttons</a> in the group are treated exclusively. +<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="#setRadioButtonExclusive">setRadioButtonExclusive</a>() and get this property's value with <a href="#isRadioButtonExclusive">isRadioButtonExclusive</a>(). <h3 class=fn>int <a name="selectedId-prop"></a>selectedId</h3> diff --git a/doc/html/ntqerrormessage.html b/doc/html/ntqerrormessage.html index a682255dd..8969e8f7e 100644 --- a/doc/html/ntqerrormessage.html +++ b/doc/html/ntqerrormessage.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQErrorMessage class provides an error message display dialog. <a href="#details">More...</a> <p><tt>#include <<a href="qerrormessage-h.html">ntqerrormessage.h</a>></tt> -<p>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="qerrormessage-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -75,7 +75,7 @@ after seeing each message. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQErrorMessage"></a>TQErrorMessage::TQErrorMessage ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs and installs an error handler window. -The parent <em>parent</em> and name <em>name</em> are passed on to the <a href="ntqdialog.html">TQDialog</a> +The parent <em>parent</em> and name <em>name</em> are passed on to the <a href="tqdialog.html">TQDialog</a> constructor. <h3 class=fn><a name="~TQErrorMessage"></a>TQErrorMessage::~TQErrorMessage () diff --git a/doc/html/ntqframe.html b/doc/html/ntqframe.html index 4b66bb896..495136e64 100644 --- a/doc/html/ntqframe.html +++ b/doc/html/ntqframe.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qframe-h.html">ntqframe.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p>Inherited by <a href="ntqgroupbox.html">TQGroupBox</a>, <a href="ntqscrollview.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="ntqlcdnumber.html">TQLCDNumber</a>, <a href="ntqlineedit.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>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> <h2>Public Members</h2> <ul> @@ -197,7 +197,7 @@ inside the frame. It should only draw inside <a href="#contentsRect">contentsRec default function does nothing. <p> <p>See also <a href="#contentsRect-prop">contentsRect</a> and <a href="tqpainter.html#setClipRect">TQPainter::setClipRect</a>(). -<p>Reimplemented in <a href="tqlabel.html#drawContents">TQLabel</a>, <a href="ntqlcdnumber.html#drawContents">TQLCDNumber</a>, <a href="tqmenubar.html#drawContents">TQMenuBar</a>, and <a href="tqpopupmenu.html#drawContents">TQPopupMenu</a>. +<p>Reimplemented in <a href="tqlabel.html#drawContents">TQLabel</a>, <a href="tqlcdnumber.html#drawContents">TQLCDNumber</a>, <a href="tqmenubar.html#drawContents">TQMenuBar</a>, and <a href="tqpopupmenu.html#drawContents">TQPopupMenu</a>. <h3 class=fn>void <a name="drawFrame"></a>TQFrame::drawFrame ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws the frame using the painter <em>p</em> and the current frame diff --git a/doc/html/ntqgridview.html b/doc/html/ntqgridview.html index 3ea132d14..886e98ebb 100644 --- a/doc/html/ntqgridview.html +++ b/doc/html/ntqgridview.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } fixed-size grids. <a href="#details">More...</a> <p><tt>#include <<a href="qgridview-h.html">ntqgridview.h</a>></tt> -<p>Inherits <a href="ntqscrollview.html">TQScrollView</a>. +<p>Inherits <a href="tqscrollview.html">TQScrollView</a>. <p><a href="qgridview-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -94,7 +94,7 @@ change handler. row (vertical offset) then column (horizontal offset). This order is the opposite of all pixel operations, which are given in the order x (horizontal offset), y (vertical offset). -<p> TQGridView is a very simple abstract class based on <a href="ntqscrollview.html">TQScrollView</a>. It +<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 @@ -109,7 +109,7 @@ at random positions, consider using either a <a href="tqiconview.html">TQIconVie </h3> Constructs a grid view. <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="ntqscrollview.html">TQScrollView</a> constructor. +to the <a href="tqscrollview.html">TQScrollView</a> constructor. <h3 class=fn><a name="~TQGridView"></a>TQGridView::~TQGridView () </h3> @@ -191,7 +191,7 @@ efficiency. If you want clipping, use This function fills the <em>cw</em> pixels wide and <em>ch</em> pixels high rectangle starting at position (<em>cx</em>, <em>cy</em>) with the background color using the painter <em>p</em>. -<p> <a href="#paintEmptyArea">paintEmptyArea</a>() is invoked by <a href="ntqscrollview.html#drawContents">drawContents</a>() to erase or fill +<p> <a href="#paintEmptyArea">paintEmptyArea</a>() is invoked by <a href="tqscrollview.html#drawContents">drawContents</a>() to erase or fill unused areas. <h3 class=fn>void <a name="repaintCell"></a>TQGridView::repaintCell ( int row, int column, bool erase = TRUE ) diff --git a/doc/html/ntqinputdialog.html b/doc/html/ntqinputdialog.html index af631ca60..c2ec2e2f1 100644 --- a/doc/html/ntqinputdialog.html +++ b/doc/html/ntqinputdialog.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQInputDialog class provides a simple convenience dialog to get a single value from the user. <a href="#details">More...</a> <p><tt>#include <<a href="qinputdialog-h.html">ntqinputdialog.h</a>></tt> -<p>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="qinputdialog-members.html">List of all member functions.</a> <h2>Static Public Members</h2> <ul> @@ -157,7 +157,7 @@ be modal. </pre> -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="getText"></a>TQInputDialog::getText ( const <a href="tqstring.html">TQString</a> & caption, const <a href="tqstring.html">TQString</a> & label, <a href="ntqlineedit.html#EchoMode-enum">TQLineEdit::EchoMode</a> mode = TQLineEdit::Normal, const <a href="tqstring.html">TQString</a> & text = TQString::null, bool * ok = 0, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="getText"></a>TQInputDialog::getText ( const <a href="tqstring.html">TQString</a> & caption, const <a href="tqstring.html">TQString</a> & label, <a href="tqlineedit.html#EchoMode-enum">TQLineEdit::EchoMode</a> mode = TQLineEdit::Normal, const <a href="tqstring.html">TQString</a> & text = TQString::null, bool * ok = 0, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> Static convenience function to get a string from the user. <em>caption</em> is the text which is displayed in the title bar of the dialog. <em>label</em> is the text which is shown to the user (it should diff --git a/doc/html/ntqlistbox.html b/doc/html/ntqlistbox.html index ea6daa6f6..47d9b5c56 100644 --- a/doc/html/ntqlistbox.html +++ b/doc/html/ntqlistbox.html @@ -34,7 +34,7 @@ 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>Inherits <a href="ntqscrollview.html">TQScrollView</a>. +<p>Inherits <a href="tqscrollview.html">TQScrollView</a>. <p><a href="qlistbox-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -255,14 +255,14 @@ the mouse wheel. quite inefficient. It's preferable to insert the items normally and call <a href="#sort">sort</a>() afterwards, or to insert a sorted <a href="tqstringlist.html">TQStringList</a>(). <p> By default, vertical and horizontal scroll bars are added and -removed as necessary. <a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() and <a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() +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>. <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="ntqcombobox.html">TQComboBox</a>, <a href="ntqbuttongroup.html">TQButtonGroup</a>, <a href="guibooks.html#fowler">GUI Design Handbook: List Box (two +<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 sections)</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Type Documentation</h2> @@ -328,21 +328,21 @@ Destroys the list box. Deletes all list box items. </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. -<p> Returns TRUE if <a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() is <a href="ntqscrollview.html#ScrollBarMode-enum">Auto</a>; otherwise returns +<p> Returns TRUE if <a href="tqscrollview.html#hScrollBarMode">hScrollBarMode</a>() is <a href="tqscrollview.html#ScrollBarMode-enum">Auto</a>; otherwise returns FALSE. <h3 class=fn>bool <a name="autoScrollBar"></a>TQListBox::autoScrollBar () const </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. -<p> Returns TRUE if <a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>() is <a href="ntqscrollview.html#ScrollBarMode-enum">Auto</a>; otherwise returns +<p> Returns TRUE if <a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</a>() is <a href="tqscrollview.html#ScrollBarMode-enum">Auto</a>; otherwise returns FALSE. <h3 class=fn>bool <a name="bottomScrollBar"></a>TQListBox::bottomScrollBar () const </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. -<p> Returns FALSE if <a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>() is <a href="ntqscrollview.html#ScrollBarMode-enum">AlwaysOff</a>; otherwise +<p> Returns FALSE if <a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</a>() is <a href="tqscrollview.html#ScrollBarMode-enum">AlwaysOff</a>; otherwise returns TRUE. <h3 class=fn>int <a name="cellHeight"></a>TQListBox::cellHeight ( int i ) const @@ -689,7 +689,7 @@ Returns a pointer to the item at position <em>index</em>, or 0 if <em>index</em> </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>. -<p> Use <a href="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() to convert between widget coordinates and +<p> Use <a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>() to convert between widget coordinates and viewport coordinates. <h3 class=fn>int <a name="itemHeight"></a>TQListBox::itemHeight ( int index = 0 ) const @@ -700,7 +700,7 @@ Returns the height in pixels of the item with index <em>index</em>. <em>index</e <h3 class=fn><a href="tqrect.html">TQRect</a> <a name="itemRect"></a>TQListBox::itemRect ( <a href="qlistboxitem.html">TQListBoxItem</a> * item ) const </h3> Returns the rectangle on the screen that <em>item</em> occupies in -<a href="ntqscrollview.html#viewport">viewport</a>()'s coordinates, or an invalid rectangle if <em>item</em> is 0 +<a href="tqscrollview.html#viewport">viewport</a>()'s coordinates, or an invalid rectangle if <em>item</em> is 0 or is not currently visible. <h3 class=fn>bool <a name="itemVisible"></a>TQListBox::itemVisible ( int index ) @@ -844,7 +844,7 @@ See the <a href="ntqlistbox.html#rowMode-prop">"rowMode"</a> property for detail </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. -<p> Returns FALSE if <a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>() is <a href="ntqscrollview.html#ScrollBarMode-enum">AlwaysOff</a>; otherwise +<p> Returns FALSE if <a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</a>() is <a href="tqscrollview.html#ScrollBarMode-enum">AlwaysOff</a>; otherwise returns TRUE. <h3 class=fn>void <a name="selectAll"></a>TQListBox::selectAll ( bool select )<tt> [virtual slot]</tt> @@ -909,15 +909,15 @@ See the <a href="ntqlistbox.html#selectionMode-prop">"selectionMode"</a> propert </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. -<p> If <em>enable</em> is TRUE sets <a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() to <a href="ntqscrollview.html#ScrollBarMode-enum">AlwaysOn</a>; -otherwise sets setHScrollBarMode() to <a href="ntqscrollview.html#ScrollBarMode-enum">AlwaysOff</a>. +<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="setAutoScrollBar"></a>TQListBox::setAutoScrollBar ( bool enable ) </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. -<p> If <em>enable</em> is TRUE sets <a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() to <a href="ntqscrollview.html#ScrollBarMode-enum">AlwaysOn</a>; -otherwise sets setVScrollBarMode() to <a href="ntqscrollview.html#ScrollBarMode-enum">AlwaysOff</a>. +<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="setBottomItem"></a>TQListBox::setBottomItem ( int index )<tt> [virtual]</tt> </h3> @@ -929,8 +929,8 @@ is displayed in the bottom row of the list box. </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. -<p> If <em>enable</em> is TRUE sets <a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() to <a href="ntqscrollview.html#ScrollBarMode-enum">AlwaysOn</a>; -otherwise sets setHScrollBarMode() to <a href="ntqscrollview.html#ScrollBarMode-enum">AlwaysOff</a>. +<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><p>Sets the column layout mode for this list box. @@ -959,8 +959,8 @@ See the <a href="ntqlistbox.html#rowMode-prop">"rowMode"</a> property for detail </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. -<p> If <em>enable</em> is TRUE sets <a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() to <a href="ntqscrollview.html#ScrollBarMode-enum">AlwaysOn</a>; -otherwise sets setVScrollBarMode() to <a href="ntqscrollview.html#ScrollBarMode-enum">AlwaysOff</a>. +<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> @@ -1025,13 +1025,13 @@ See the <a href="ntqlistbox.html#topItem-prop">"topItem"</a> property for detail </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> -Returns <a href="ntqscrollview.html#contentsHeight">contentsHeight</a>(). +Returns <a href="tqscrollview.html#contentsHeight">contentsHeight</a>(). <h3 class=fn>int <a name="totalWidth"></a>TQListBox::totalWidth () 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. <p> -Returns <a href="ntqscrollview.html#contentsWidth">contentsWidth</a>(). +Returns <a href="tqscrollview.html#contentsWidth">contentsWidth</a>(). <h3 class=fn>void <a name="triggerUpdate"></a>TQListBox::triggerUpdate ( bool doLayout ) </h3> diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index 09def9db3..4c8bacc84 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -34,7 +34,7 @@ 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>Inherits <a href="ntqscrollview.html">TQScrollView</a>. +<p>Inherits <a href="tqscrollview.html">TQScrollView</a>. <p><a href="qlistview-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -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="qchecklistitem.html">TQCheckListItem</a> objects with the TQListView as +<a href="qlistviewitem.html">TQListViewItem</a> or <a href="tqchecklistitem.html">TQCheckListItem</a> objects with the TQListView as parent: <p> @@ -231,16 +231,16 @@ they should be sorted. By default the list view is sorted by the first column; to switch this off call <a href="#setSorting">setSorting</a>(-1). </table></center> <p> To handle events such as mouse presses on the list view, derived -classes can reimplement the <a href="ntqscrollview.html">TQScrollView</a> functions: -<a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>, -<a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>, -<a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>, -<a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>, -<a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>, -<a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>, -<a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>, -<a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>, and -<a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>. +classes can reimplement the <a href="tqscrollview.html">TQScrollView</a> functions: +<a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>, +<a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>, +<a href="tqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>, +<a href="tqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>, +<a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>, +<a href="tqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>, +<a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>, +<a href="tqscrollview.html#contentsDropEvent">contentsDropEvent</a>, and +<a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>. <p> There are also several functions for mapping between items and coordinates. <a href="#itemAt">itemAt</a>() returns the item at a position on-screen, <a href="#itemRect">itemRect</a>() returns the rectangle an item occupies on the screen, @@ -329,7 +329,7 @@ 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="qchecklistitem.html">TQCheckListItem</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="qlistviewitem.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> @@ -505,25 +505,25 @@ See the <a href="ntqlistview.html#columns-prop">"columns"</a> property for detai </h3> Processes the mouse double-click event <em>e</em> on behalf of the viewed widget. -<p>Reimplemented from <a href="ntqscrollview.html#contentsMouseDoubleClickEvent">TQScrollView</a>. +<p>Reimplemented from <a href="tqscrollview.html#contentsMouseDoubleClickEvent">TQScrollView</a>. <h3 class=fn>void <a name="contentsMouseMoveEvent"></a>TQListView::contentsMouseMoveEvent ( <a href="qmouseevent.html">TQMouseEvent</a> * e )<tt> [virtual protected]</tt> </h3> Processes the mouse move event <em>e</em> on behalf of the viewed widget. <p>Example: <a href="dirview-example.html#x1683">dirview/dirview.cpp</a>. -<p>Reimplemented from <a href="ntqscrollview.html#contentsMouseMoveEvent">TQScrollView</a>. +<p>Reimplemented from <a href="tqscrollview.html#contentsMouseMoveEvent">TQScrollView</a>. <h3 class=fn>void <a name="contentsMousePressEvent"></a>TQListView::contentsMousePressEvent ( <a href="qmouseevent.html">TQMouseEvent</a> * e )<tt> [virtual protected]</tt> </h3> Processes the mouse press event <em>e</em> on behalf of the viewed widget. <p>Example: <a href="dirview-example.html#x1684">dirview/dirview.cpp</a>. -<p>Reimplemented from <a href="ntqscrollview.html#contentsMousePressEvent">TQScrollView</a>. +<p>Reimplemented from <a href="tqscrollview.html#contentsMousePressEvent">TQScrollView</a>. <h3 class=fn>void <a name="contentsMouseReleaseEvent"></a>TQListView::contentsMouseReleaseEvent ( <a href="qmouseevent.html">TQMouseEvent</a> * e )<tt> [virtual protected]</tt> </h3> 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="ntqscrollview.html#contentsMouseReleaseEvent">TQScrollView</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> @@ -605,7 +605,7 @@ 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>. -<p>Reimplemented from <a href="ntqscrollview.html#drawContentsOffset">TQScrollView</a>. +<p>Reimplemented from <a href="tqscrollview.html#drawContentsOffset">TQScrollView</a>. <h3 class=fn>void <a name="dropped"></a>TQListView::dropped ( <a href="tqdropevent.html">TQDropEvent</a> * e )<tt> [signal]</tt> </h3> @@ -618,14 +618,14 @@ viewport (not onto an item). Ensures that item <em>i</em> is visible, scrolling the list view vertically if necessary and opening (expanding) any parent items if this is required to show the item. -<p> <p>See also <a href="#itemRect">itemRect</a>() and <a href="ntqscrollview.html#ensureVisible">TQScrollView::ensureVisible</a>(). +<p> <p>See also <a href="#itemRect">itemRect</a>() and <a href="tqscrollview.html#ensureVisible">TQScrollView::ensureVisible</a>(). <h3 class=fn>bool <a name="eventFilter"></a>TQListView::eventFilter ( <a href="tqobject.html">TQObject</a> * o, <a href="tqevent.html">TQEvent</a> * e )<tt> [virtual]</tt> </h3> 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="ntqscrollview.html#eventFilter">TQScrollView</a>. +<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> @@ -705,7 +705,7 @@ returns FALSE. <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> Returns the list view item at <em>viewPos</em>. Note that <em>viewPos</em> is -in the <a href="ntqscrollview.html#viewport">viewport</a>()'s coordinate system, not in the list view's own, +in the <a href="tqscrollview.html#viewport">viewport</a>()'s coordinate system, not in the list view's own, much larger, coordinate system. <p> <a href="#itemAt">itemAt</a>() returns 0 if there is no such item. <p> Note that you also get the pointer to the item if <em>viewPos</em> @@ -728,7 +728,7 @@ of the item, you can do something like this: where the user clicked and if you want to start a drag (which you do not want to do if the user clicked onto the root decoration of an item). -<p> <p>See also <a href="#itemPos">itemPos</a>(), <a href="#itemRect">itemRect</a>(), and <a href="ntqscrollview.html#viewportToContents">viewportToContents</a>(). +<p> <p>See also <a href="#itemPos">itemPos</a>(), <a href="#itemRect">itemRect</a>(), and <a href="tqscrollview.html#viewportToContents">viewportToContents</a>(). <h3 class=fn>int <a name="itemMargin"></a>TQListView::itemMargin () const </h3><p>Returns the advisory item margin that list items may use. @@ -745,7 +745,7 @@ items on the screen. <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> Returns the rectangle on the screen that item <em>i</em> occupies in -<a href="ntqscrollview.html#viewport">viewport</a>()'s coordinates, or an invalid rectangle if <em>i</em> is 0 or +<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 @@ -824,7 +824,7 @@ Paints <em>rect</em> so that it looks like empty background using painter <em>p</em>. <em>rect</em> is in widget coordinates, ready to be fed to <em>p</em>. <p> The default function fills <em>rect</em> with the -<a href="ntqscrollview.html#viewport">viewport</a>()->backgroundBrush(). +<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> diff --git a/doc/html/ntqmessagebox.html b/doc/html/ntqmessagebox.html index a18fd0124..09eb09508 100644 --- a/doc/html/ntqmessagebox.html +++ b/doc/html/ntqmessagebox.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQMessageBox class provides a modal dialog with a short message, an icon, and some buttons. <a href="#details">More...</a> <p><tt>#include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>></tt> -<p>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="qmessagebox-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -248,7 +248,7 @@ TQMessageBox from scratch and use custom button texts: TQMessageBox::Cancel | TQMessageBox::Escape ); mb.<a href="#setButtonText">setButtonText</a>( TQMessageBox::Yes, "Save" ); mb.<a href="#setButtonText">setButtonText</a>( TQMessageBox::No, "Discard" ); - switch( mb.<a href="ntqdialog.html#exec">exec</a>() ) { + switch( mb.<a href="tqdialog.html#exec">exec</a>() ) { case TQMessageBox::Yes: // save and exit break; @@ -294,7 +294,7 @@ latter accepts a <a href="tqpixmap.html">TQPixmap</a> and can be used to set cus <p> <a href="#setButtonText">setButtonText</a>() and <a href="#buttonText">buttonText</a>() provide access to the buttons. <p> TQMessageBox has no signals or slots. <p> <img src=qmsgbox-m.png> <img src=qmsgbox-w.png> -<p> <p>See also <a href="ntqdialog.html">TQDialog</a>, <a href="http://www.iarchitect.com/errormsg.htm +<p> <p>See also <a href="tqdialog.html">TQDialog</a>, <a href="http://www.iarchitect.com/errormsg.htm ">Isys on error messages</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Message Box</a>, and <a href="dialogs.html">Dialog Classes</a>. <hr><h2>Member Type Documentation</h2> @@ -320,7 +320,7 @@ Constructs a message box with no text and a button with the label <p> If <em>parent</em> is 0, the message box becomes an application-global modal dialog box. If <em>parent</em> is a widget, the message box becomes modal relative to <em>parent</em>. -<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="ntqdialog.html">TQDialog</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqdialog.html">TQDialog</a> constructor. <h3 class=fn><a name="TQMessageBox-2"></a>TQMessageBox::TQMessageBox ( const <a href="tqstring.html">TQString</a> & caption, const <a href="tqstring.html">TQString</a> & text, <a href="ntqmessagebox.html#Icon-enum">Icon</a> icon, int button0, int button1, int button2, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, bool modal = TRUE, WFlags f = WStyle_DialogBorder ) @@ -366,7 +366,7 @@ pressed). TQMessageBox::Yes | TQMessageBox::Default, TQMessageBox::No | TQMessageBox::Escape, TQMessageBox::<a href="ntqt.html#ButtonState-enum">NoButton</a> ); - if ( mb.<a href="ntqdialog.html#exec">exec</a>() == TQMessageBox::No ) + if ( mb.<a href="tqdialog.html#exec">exec</a>() == TQMessageBox::No ) // try again </pre> @@ -376,7 +376,7 @@ becomes modal relative to <em>parent</em>. <p> If <em>modal</em> is TRUE the message box is modal; otherwise it is modeless. <p> The <em>parent</em>, <em>name</em>, <em>modal</em>, and <em>f</em> arguments are passed to -the <a href="ntqdialog.html">TQDialog</a> constructor. +the <a href="tqdialog.html">TQDialog</a> constructor. <p> <p>See also <a href="tqwidget.html#caption-prop">caption</a>, <a href="#text-prop">text</a>, and <a href="#icon-prop">icon</a>. <h3 class=fn><a name="~TQMessageBox"></a>TQMessageBox::~TQMessageBox () @@ -411,7 +411,7 @@ See the examples/menu/menu.cpp example. <h3 class=fn>void <a name="adjustSize"></a>TQMessageBox::adjustSize ()<tt> [virtual]</tt> </h3> Adjusts the size of the message box to fit the contents just before -<a href="ntqdialog.html#exec">TQDialog::exec</a>() or <a href="ntqdialog.html#show">TQDialog::show</a>() is called. +<a href="tqdialog.html#exec">TQDialog::exec</a>() or <a href="tqdialog.html#show">TQDialog::show</a>() is called. <p> This function will not be called if the message box has been explicitly resized before showing it. diff --git a/doc/html/ntqprogressdialog.html b/doc/html/ntqprogressdialog.html index dda71b3b3..5a069c068 100644 --- a/doc/html/ntqprogressdialog.html +++ b/doc/html/ntqprogressdialog.html @@ -34,7 +34,7 @@ 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>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="qprogressdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -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="ntqdialog.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="ntqprogressbar.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 ) @@ -190,7 +190,7 @@ Constructs a progress dialog. </ul> <p> The <em>creator</em> argument is the widget to use as the dialog's parent. The <em>name</em>, <em>modal</em>, and the widget flags, <em>f</em>, are -passed to the <a href="ntqdialog.html#TQDialog">TQDialog::TQDialog</a>() constructor. If <em>modal</em> is FALSE (the +passed to the <a href="tqdialog.html#TQDialog">TQDialog::TQDialog</a>() constructor. If <em>modal</em> is FALSE (the default), you must have an event loop proceeding for any redrawing of the dialog to occur. If <em>modal</em> is TRUE, the dialog ensures that events are processed when needed. @@ -210,7 +210,7 @@ processed call setProgress(1), setProgress(2), etc., finally calling setProgress(50) after examining the last file. <p> The <em>creator</em> argument is the widget to use as the dialog's parent. The <em>name</em>, <em>modal</em>, and widget flags, <em>f</em>, are passed to the -<a href="ntqdialog.html#TQDialog">TQDialog::TQDialog</a>() constructor. If <em>modal</em> is FALSE (the default), +<a href="tqdialog.html#TQDialog">TQDialog::TQDialog</a>() constructor. If <em>modal</em> is FALSE (the default), you will must have an event loop proceeding for any redrawing of the dialog to occur. If <em>modal</em> is TRUE, the dialog ensures that events are processed when needed. @@ -281,7 +281,7 @@ fit. The progress dialog takes ownership of the progress <em>bar</em> which will be deleted when necessary, so do not use a progress bar allocated on the stack. -<h3 class=fn>void <a name="setCancelButton"></a>TQProgressDialog::setCancelButton ( <a href="ntqpushbutton.html">TQPushButton</a> * cancelButton ) +<h3 class=fn>void <a name="setCancelButton"></a>TQProgressDialog::setCancelButton ( <a href="tqpushbutton.html">TQPushButton</a> * cancelButton ) </h3> Sets the cancel button to the push button, <em>cancelButton</em>. The progress dialog takes ownership of this button which will be deleted diff --git a/doc/html/ntqrangecontrol.html b/doc/html/ntqrangecontrol.html index 2179a4c76..45be107f8 100644 --- a/doc/html/ntqrangecontrol.html +++ b/doc/html/ntqrangecontrol.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQRangeControl class provides an integer value within a range. <a href="#details">More...</a> <p><tt>#include <<a href="qrangecontrol-h.html">ntqrangecontrol.h</a>></tt> -<p>Inherited by <a href="ntqdial.html">TQDial</a>, <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="ntqslider.html">TQSlider</a>, and <a href="ntqspinbox.html">TQSpinBox</a>. +<p>Inherited by <a href="tqdial.html">TQDial</a>, <a href="tqscrollbar.html">TQScrollBar</a>, <a href="tqslider.html">TQSlider</a>, and <a href="tqspinbox.html">TQSpinBox</a>. <p><a href="qrangecontrol-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -72,9 +72,9 @@ body { background: #ffffff; color: black; } The TQRangeControl class provides an integer value within a range. <p> -<p> Although originally designed for the <a href="ntqscrollbar.html">TQScrollBar</a> widget, the +<p> Although originally designed for the <a href="tqscrollbar.html">TQScrollBar</a> widget, the TQRangeControl can also be used in conjunction with other widgets -such as <a href="ntqslider.html">TQSlider</a> and <a href="ntqspinbox.html">TQSpinBox</a>. Here are the five main concepts in +such as <a href="tqslider.html">TQSlider</a> and <a href="tqspinbox.html">TQSpinBox</a>. Here are the five main concepts in the class: <p> <ol type=1> <p> <li> <em>Current value</em> The bounded integer that @@ -203,7 +203,7 @@ in-between. <p> This function can handle the entire integer range without overflow, providing <em>span</em> is <= 4096. <p> Calling this method is useful when actually drawing a range -control such as a <a href="ntqscrollbar.html">TQScrollBar</a> on-screen. +control such as a <a href="tqscrollbar.html">TQScrollBar</a> on-screen. <p> <p>See also <a href="#valueFromPosition">valueFromPosition</a>(). <h3 class=fn>int <a name="prevValue"></a>TQRangeControl::prevValue () const<tt> [protected]</tt> @@ -228,7 +228,7 @@ the range changes. The default implementation does nothing. <p> Note that this method is called after the range has changed. <p> <p>See also <a href="#setRange">setRange</a>(), <a href="#valueChange">valueChange</a>(), and <a href="#stepChange">stepChange</a>(). -<p>Reimplemented in <a href="ntqdial.html#rangeChange">TQDial</a>, <a href="ntqslider.html#rangeChange">TQSlider</a>, and <a href="ntqspinbox.html#rangeChange">TQSpinBox</a>. +<p>Reimplemented in <a href="tqdial.html#rangeChange">TQDial</a>, <a href="tqslider.html#rangeChange">TQSlider</a>, and <a href="tqspinbox.html#rangeChange">TQSpinBox</a>. <h3 class=fn>void <a name="setMaxValue"></a>TQRangeControl::setMaxValue ( int maxVal ) </h3> Sets the minimum value of the range to <em>maxVal</em>. @@ -309,7 +309,7 @@ the value changes. The default implementation does nothing. previous value can be retrieved using <a href="#prevValue">prevValue</a>(). <p> <p>See also <a href="#setValue">setValue</a>(), <a href="#addPage">addPage</a>(), <a href="#subtractPage">subtractPage</a>(), <a href="#addLine">addLine</a>(), <a href="#subtractLine">subtractLine</a>(), <a href="#rangeChange">rangeChange</a>(), and <a href="#stepChange">stepChange</a>(). -<p>Reimplemented in <a href="ntqdial.html#valueChange">TQDial</a>, <a href="ntqslider.html#valueChange">TQSlider</a>, and <a href="ntqspinbox.html#valueChange">TQSpinBox</a>. +<p>Reimplemented in <a href="tqdial.html#valueChange">TQDial</a>, <a href="tqslider.html#valueChange">TQSlider</a>, and <a href="tqspinbox.html#valueChange">TQSpinBox</a>. <h3 class=fn>int <a name="valueFromPosition"></a>TQRangeControl::valueFromPosition ( int pos, int span ) const<tt> [protected]</tt> </h3> Converts the pixel position <em>pos</em> to a value. 0 maps to @@ -318,7 +318,7 @@ distributed evenly in-between. <p> This function can handle the entire integer range without overflow. <p> Calling this method is useful if you actually implemented a range -control widget such as <a href="ntqscrollbar.html">TQScrollBar</a> and want to handle mouse press +control widget such as <a href="tqscrollbar.html">TQScrollBar</a> and want to handle mouse press events. This function then maps screen coordinates to the logical values. <p> <p>See also <a href="#positionFromValue">positionFromValue</a>(). diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html index e14ca78ac..0bf8b012a 100644 --- a/doc/html/ntqt.html +++ b/doc/html/ntqt.html @@ -660,7 +660,7 @@ point, not as a TQt Key. <ul> <li><tt>TQt::Horizontal</tt> <li><tt>TQt::Vertical</tt> -</ul><p> Orientation is used with <a href="ntqscrollbar.html">TQScrollBar</a> for example. +</ul><p> Orientation is used with <a href="tqscrollbar.html">TQScrollBar</a> for example. <h3 class=fn><a name="PaintUnit-enum"></a>TQt::PaintUnit</h3> @@ -900,7 +900,7 @@ subwindow of its parent (i.e. a dialog). The window will not get its own taskbar entry and will be kept on top of its parent by the window system. Usually it will also be minimized when the parent is minimized. If not customized, the window is decorated with a -slightly simpler title bar. This is the flag <a href="ntqdialog.html">TQDialog</a> uses. +slightly simpler title bar. This is the flag <a href="tqdialog.html">TQDialog</a> uses. <li><tt>TQt::WStyle_Splash</tt> - indicates that the window is a splash screen. On X11, we try to follow NETWM standard for a splash screen window if the window manager supports is otherwise it is equivalent to <a href="#WidgetFlags-enum">WX11BypassWM</a>. On diff --git a/doc/html/ntqtabdialog.html b/doc/html/ntqtabdialog.html index 42fa7a745..4bddab266 100644 --- a/doc/html/ntqtabdialog.html +++ b/doc/html/ntqtabdialog.html @@ -34,7 +34,7 @@ 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>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="qtabdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -132,7 +132,7 @@ the application. the slot it is connected to should reset the state of the dialog to the application defaults. <li> <a href="#helpButtonPressed">helpButtonPressed</a>() is emitted when the user clicks Help. -<li> <a href="#aboutToShow">aboutToShow</a>() is emitted at the start of <a href="ntqdialog.html#show">show</a>(); if there is any +<li> <a href="#aboutToShow">aboutToShow</a>() is emitted at the start of <a href="tqdialog.html#show">show</a>(); if there is any chance that the state of the application may change between the creation of the tab dialog and the time show() is called, you must connect this signal to a slot that resets the state of the dialog. @@ -149,18 +149,18 @@ page can be removed with <a href="#removePage">removePage</a>() and shown with < 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="ntqdialog.html">TQDialog</a> and using a +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> -<p> <p>See also <a href="ntqdialog.html">TQDialog</a> and <a href="dialogs.html">Dialog Classes</a>. +<p> <p>See also <a href="tqdialog.html">TQDialog</a> and <a href="dialogs.html">Dialog Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQTabDialog"></a>TQTabDialog::TQTabDialog ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) </h3> Constructs a TQTabDialog with only an OK button. The <em>parent</em>, <em>name</em>, <em>modal</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments -are passed on to the <a href="ntqdialog.html">TQDialog</a> constructor. +are passed on to the <a href="tqdialog.html">TQDialog</a> constructor. <h3 class=fn><a name="~TQTabDialog"></a>TQTabDialog::~TQTabDialog () </h3> @@ -169,15 +169,15 @@ Destroys the tab dialog. <h3 class=fn>void <a name="aboutToShow"></a>TQTabDialog::aboutToShow ()<tt> [signal]</tt> </h3> -<p> This signal is emitted by <a href="ntqdialog.html#show">show</a>() when it is time to set the state of +<p> This signal is emitted by <a href="tqdialog.html#show">show</a>() when it is time to set the state of the dialog's contents. The dialog should reflect the current state of the application when it appears; if there is any possibility that the state of the application may change between the time you call -<a href="#TQTabDialog">TQTabDialog::TQTabDialog</a>() and <a href="ntqdialog.html#show">TQTabDialog::show</a>(), you should set the +<a href="#TQTabDialog">TQTabDialog::TQTabDialog</a>() and <a href="tqdialog.html#show">TQTabDialog::show</a>(), you should set the dialog's state in a slot and connect this signal to it. <p> This applies mainly to TQTabDialog objects that are kept around hidden, rather than being created, shown, and deleted afterwards. -<p> <p>See also <a href="#applyButtonPressed">applyButtonPressed</a>(), <a href="ntqdialog.html#show">show</a>(), and <a href="#cancelButtonPressed">cancelButtonPressed</a>(). +<p> <p>See also <a href="#applyButtonPressed">applyButtonPressed</a>(), <a href="tqdialog.html#show">show</a>(), and <a href="#cancelButtonPressed">cancelButtonPressed</a>(). <h3 class=fn>void <a name="addTab"></a>TQTabDialog::addTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="tqstring.html">TQString</a> & label ) </h3> @@ -192,7 +192,7 @@ other factors. the ampersand is used as an accelerator for the tab, e.g. if the label is "Bro&wse" then Alt+W becomes an accelerator which will move the focus to this tab. -<p> If you call <a href="#addTab">addTab</a>() after <a href="ntqdialog.html#show">show</a>() the screen will flicker and the +<p> If you call <a href="#addTab">addTab</a>() after <a href="tqdialog.html#show">show</a>() the screen will flicker and the user may be confused. <p> <p>See also <a href="#insertTab">insertTab</a>(). @@ -222,7 +222,7 @@ application's state according to the state of the dialog. </h3> <p> This signal is emitted when the Cancel button is clicked. It is -automatically connected to <a href="ntqdialog.html#reject">TQDialog::reject</a>(), which will hide the +automatically connected to <a href="tqdialog.html#reject">TQDialog::reject</a>(), which will hide the dialog. <p> The Cancel button should not change the application's state at all, so you should generally not need to connect it to any slot. @@ -309,7 +309,7 @@ label is "Bro&wse" then Alt+W becomes an accelerator which will move the focus to this tab. <p> If <em>index</em> is not specified, the tab is simply added. Otherwise it is inserted at the specified position. -<p> If you call <a href="#insertTab">insertTab</a>() after <a href="ntqdialog.html#show">show</a>(), the screen will flicker and the +<p> If you call <a href="#insertTab">insertTab</a>() after <a href="tqdialog.html#show">show</a>(), the screen will flicker and the user may be confused. <p> <p>See also <a href="#addTab">addTab</a>(). @@ -351,7 +351,7 @@ delete <em>w</em>. <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 signal is emitted whenever a tab is selected (raised), -including during the first <a href="ntqdialog.html#show">show</a>(). +including during the first <a href="tqdialog.html#show">show</a>(). <p> <p>See also <a href="tqwidget.html#raise">raise</a>(). <h3 class=fn>void <a name="setApplyButton"></a>TQTabDialog::setApplyButton ( const <a href="tqstring.html">TQString</a> & text ) diff --git a/doc/html/ntqtable.html b/doc/html/ntqtable.html index cd506d10d..c5a8a6a8b 100644 --- a/doc/html/ntqtable.html +++ b/doc/html/ntqtable.html @@ -34,7 +34,7 @@ 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>Inherits <a href="ntqscrollview.html">TQScrollView</a>. +<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> <h2>Public Members</h2> @@ -228,13 +228,13 @@ 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="qcombotableitem.html">TQComboTableItem</a>s or by <a href="qchecktableitem.html">TQCheckTableItem</a>s. +<a href="qtableitem.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="ntqscrollview.html#allviews">TQScrollView</a>). +the <em>viewport</em>; (see <a href="tqscrollview.html#allviews">TQScrollView</a>). <p> <center><img src="qtableitems.png" alt="Table Items"></center> <p> <a name="headers"></a> <h3> Headers @@ -308,19 +308,19 @@ turn. <p> To put a string in a cell use <a href="#setText">setText</a>(). This function will create a new TQTableItem for the cell if one doesn't already exist, and displays the text in it. By default the table item's widget will -be a <a href="ntqlineedit.html">TQLineEdit</a>. A pixmap may be put in a cell with <a href="#setPixmap">setPixmap</a>(), +be a <a href="tqlineedit.html">TQLineEdit</a>. A pixmap may be put in a cell with <a href="#setPixmap">setPixmap</a>(), which also creates a table item if required. A cell may contain <em>both</em> a pixmap and text; the pixmap is displayed to the left of the text. Another approach is to construct a TQTableItem or TQTableItem subclass, set its properties, then insert it into a cell with <a href="#setItem">setItem</a>(). -<p> If you want cells which contain comboboxes use the <a href="qcombotableitem.html">TQComboTableItem</a> +<p> If you want cells which contain comboboxes use the <a href="tqcombotableitem.html">TQComboTableItem</a> class. Similarly if you require cells containing checkboxes use -the <a href="qchecktableitem.html">TQCheckTableItem</a> class. These table items look and behave just +the <a href="tqchecktableitem.html">TQCheckTableItem</a> class. These table items look and behave just like the combobox or checkbox widgets but consume far less memory. <p> <pre> for ( int j = 0; j < numRows; ++j ) - <a name="x2445"></a> table.<a href="#setItem">setItem</a>( j, 1, new <a href="qchecktableitem.html">TQCheckTableItem</a>( &table, "Check me" ) ); + <a name="x2445"></a> table.<a href="#setItem">setItem</a>( j, 1, new <a href="tqchecktableitem.html">TQCheckTableItem</a>( &table, "Check me" ) ); </pre>In the example above we create a column of TQCheckTableItems and insert them into the table using setItem(). <p> TQTable takes ownership of its TQTableItems and will delete them @@ -448,7 +448,7 @@ populating the table if you're using TQTableItems. 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="qcombotableitem.html">TQComboTableItem</a> and <a href="qchecktableitem.html">TQCheckTableItem</a> items +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> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. @@ -602,13 +602,13 @@ This event handler is called whenever a TQTable object receives a button to drag something. <p> The focus is moved to the cell where the <a href="tqdragenterevent.html">TQDragEnterEvent</a> occurred. -<p>Reimplemented from <a href="ntqscrollview.html#contentsDragEnterEvent">TQScrollView</a>. +<p>Reimplemented from <a href="tqscrollview.html#contentsDragEnterEvent">TQScrollView</a>. <h3 class=fn>void <a name="contentsDragLeaveEvent"></a>TQTable::contentsDragLeaveEvent ( <a href="tqdragleaveevent.html">TQDragLeaveEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler is called when a drag activity leaves <em>this</em> TQTable object with event <em>e</em>. -<p>Reimplemented from <a href="ntqscrollview.html#contentsDragLeaveEvent">TQScrollView</a>. +<p>Reimplemented from <a href="tqscrollview.html#contentsDragLeaveEvent">TQScrollView</a>. <h3 class=fn>void <a name="contentsDragMoveEvent"></a>TQTable::contentsDragMoveEvent ( <a href="tqdragmoveevent.html">TQDragMoveEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler is called whenever a TQTable object receives a @@ -616,14 +616,14 @@ This event handler is called whenever a TQTable object receives a mouse. <p> The focus is moved to the cell where the <a href="tqdragmoveevent.html">TQDragMoveEvent</a> occurred. -<p>Reimplemented from <a href="ntqscrollview.html#contentsDragMoveEvent">TQScrollView</a>. +<p>Reimplemented from <a href="tqscrollview.html#contentsDragMoveEvent">TQScrollView</a>. <h3 class=fn>void <a name="contentsDropEvent"></a>TQTable::contentsDropEvent ( <a href="tqdropevent.html">TQDropEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler is called when the user ends a drag and drop by dropping something onto <em>this</em> TQTable and thus triggers the drop event, <em>e</em>. -<p>Reimplemented from <a href="ntqscrollview.html#contentsDropEvent">TQScrollView</a>. +<p>Reimplemented from <a href="tqscrollview.html#contentsDropEvent">TQScrollView</a>. <h3 class=fn>void <a name="contextMenuRequested"></a>TQTable::contextMenuRequested ( int row, int col, const <a href="tqpoint.html">TQPoint</a> & pos )<tt> [signal]</tt> </h3> @@ -647,7 +647,7 @@ into the widget created by this function. 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>()). -Otherwise a <a href="ntqlineedit.html">TQLineEdit</a> is used as the editor. +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(). @@ -734,7 +734,7 @@ wide and <em>ch</em> pixels high clipping rectangle at position <em>cx</em>, <em>cy</em>. <p> Additionally, <a href="#drawContents">drawContents</a>() highlights the current cell. -<p>Reimplemented from <a href="ntqscrollview.html#drawContents">TQScrollView</a>. +<p>Reimplemented from <a href="tqscrollview.html#drawContents">TQScrollView</a>. <h3 class=fn>void <a name="dropped"></a>TQTable::dropped ( <a href="tqdropevent.html">TQDropEvent</a> * e )<tt> [signal]</tt> </h3> @@ -1198,7 +1198,7 @@ margin. <p> In an Arabic or Hebrew <a href="i18n.html#localization">localization</a>, the verticalHeader() will appear on the right side of the table, and this call will set the right margin. -<p> <p>See also <a href="ntqscrollview.html#leftMargin">leftMargin</a>(), <a href="#setTopMargin">setTopMargin</a>(), and <a href="#verticalHeader">verticalHeader</a>(). +<p> <p>See also <a href="tqscrollview.html#leftMargin">leftMargin</a>(), <a href="#setTopMargin">setTopMargin</a>(), and <a href="#verticalHeader">verticalHeader</a>(). <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> @@ -1214,7 +1214,7 @@ Sets the pixmap in the cell at <em>row</em>, <em>col</em> to <em>pix</em>. with an <a href="qtableitem.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="qcombotableitem.html">TQComboTableItem</a>s and <a href="qchecktableitem.html">TQCheckTableItem</a>s don't show +<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>(). @@ -1275,7 +1275,7 @@ otherwise the existing table item's text (if any) is replaced with Sets the top margin to be <em>m</em> pixels high. <p> The <a href="#horizontalHeader">horizontalHeader</a>(), which displays column labels, occupies this margin. -<p> <p>See also <a href="ntqscrollview.html#topMargin">topMargin</a>() and <a href="#setLeftMargin">setLeftMargin</a>(). +<p> <p>See also <a href="tqscrollview.html#topMargin">topMargin</a>() and <a href="#setLeftMargin">setLeftMargin</a>(). <p>Example: <a href="regexptester-example.html#x2505">regexptester/regexptester.cpp</a>. <h3 class=fn>void <a name="showColumn"></a>TQTable::showColumn ( int col )<tt> [virtual slot]</tt> @@ -1347,7 +1347,7 @@ function. (See the <a href="ntqtable.html#notes-on-large-tables">notes on large <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="ntqscrollview.html#updateContents">updateContents</a>(). +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> diff --git a/doc/html/ntqvalidator.html b/doc/html/ntqvalidator.html index ba4ce08a1..781b12307 100644 --- a/doc/html/ntqvalidator.html +++ b/doc/html/ntqvalidator.html @@ -81,12 +81,12 @@ a new URL), and "http:///./" is <a href="#State-enum">Invalid</a>. "http://www.trolltech.com" and "hour" are <a href="#State-enum">Invalid</a>. <p> </ul> <p> <a href="#fixup">fixup</a>() is provided for validators that can repair some user -errors. The default implementation does nothing. <a href="ntqlineedit.html">TQLineEdit</a>, for +errors. The default implementation does nothing. <a href="tqlineedit.html">TQLineEdit</a>, for example, will call <a href="#fixup">fixup</a>() if the user presses Enter (or Return) and the content is not currently valid. This allows the fixup() function the opportunity of performing some magic to make an <a href="#State-enum">Invalid</a> string <a href="#State-enum">Acceptable</a>. -<p> TQValidator is typically used with TQLineEdit, <a href="ntqspinbox.html">TQSpinBox</a> and -<a href="ntqcombobox.html">TQComboBox</a>. +<p> TQValidator is typically used with TQLineEdit, <a href="tqspinbox.html">TQSpinBox</a> and +<a href="tqcombobox.html">TQComboBox</a>. <p>See also <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Type Documentation</h2> diff --git a/doc/html/ntqwizard.html b/doc/html/ntqwizard.html index 6e6b4d04d..23bdcb258 100644 --- a/doc/html/ntqwizard.html +++ b/doc/html/ntqwizard.html @@ -34,7 +34,7 @@ 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>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="qwizard-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -131,7 +131,7 @@ complex pages. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQWizard"></a>TQWizard::TQWizard ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) </h3> -Constructs an empty wizard dialog. The <em>parent</em>, <em>name</em>, <em>modal</em> and <em>f</em> arguments are passed to the <a href="ntqdialog.html">TQDialog</a> constructor. +Constructs an empty wizard dialog. The <em>parent</em>, <em>name</em>, <em>modal</em> and <em>f</em> arguments are passed to the <a href="tqdialog.html">TQDialog</a> constructor. <h3 class=fn><a name="~TQWizard"></a>TQWizard::~TQWizard () </h3> @@ -158,17 +158,17 @@ Called when the user clicks the Back button; this function shows the preceding relevant page in the sequence. <p> <p>See also <a href="#appropriate">appropriate</a>(). -<h3 class=fn><a href="ntqpushbutton.html">TQPushButton</a> * <a name="backButton"></a>TQWizard::backButton () const +<h3 class=fn><a href="tqpushbutton.html">TQPushButton</a> * <a name="backButton"></a>TQWizard::backButton () const </h3> Returns a pointer to the dialog's Back button <p> By default, this button is connected to the <a href="#back">back</a>() slot, which is virtual so you can reimplement it in a TQWizard subclass. Use <a href="#setBackEnabled">setBackEnabled</a>() to enable/disable this button. -<h3 class=fn><a href="ntqpushbutton.html">TQPushButton</a> * <a name="cancelButton"></a>TQWizard::cancelButton () const +<h3 class=fn><a href="tqpushbutton.html">TQPushButton</a> * <a name="cancelButton"></a>TQWizard::cancelButton () const </h3> Returns a pointer to the dialog's Cancel button -<p> By default, this button is connected to the <a href="ntqdialog.html#reject">TQDialog::reject</a>() +<p> By default, this button is connected to the <a href="tqdialog.html#reject">TQDialog::reject</a>() slot, which is virtual so you can reimplement it in a TQWizard subclass. @@ -178,10 +178,10 @@ Returns a pointer to the current page in the sequence. Although the wizard does its best to make sure that this value is never 0, it can be if you try hard enough. -<h3 class=fn><a href="ntqpushbutton.html">TQPushButton</a> * <a name="finishButton"></a>TQWizard::finishButton () const +<h3 class=fn><a href="tqpushbutton.html">TQPushButton</a> * <a name="finishButton"></a>TQWizard::finishButton () const </h3> Returns a pointer to the dialog's Finish button -<p> By default, this button is connected to the <a href="ntqdialog.html#accept">TQDialog::accept</a>() +<p> By default, this button is connected to the <a href="tqdialog.html#accept">TQDialog::accept</a>() slot, which is virtual so you can reimplement it in a TQWizard subclass. Use <a href="#setFinishEnabled">setFinishEnabled</a>() to enable/disable this button. @@ -190,7 +190,7 @@ subclass. Use <a href="#setFinishEnabled">setFinishEnabled</a>() to enable/disab Called when the user clicks the Help button, this function emits the <a href="#helpClicked">helpClicked</a>() signal. -<h3 class=fn><a href="ntqpushbutton.html">TQPushButton</a> * <a name="helpButton"></a>TQWizard::helpButton () const +<h3 class=fn><a href="tqpushbutton.html">TQPushButton</a> * <a name="helpButton"></a>TQWizard::helpButton () const </h3> Returns a pointer to the dialog's Help button <p> By default, this button is connected to the <a href="#help">help</a>() slot, which is @@ -231,7 +231,7 @@ Called when the user clicks the Next button, this function shows the next relevant page in the sequence. <p> <p>See also <a href="#appropriate">appropriate</a>(). -<h3 class=fn><a href="ntqpushbutton.html">TQPushButton</a> * <a name="nextButton"></a>TQWizard::nextButton () const +<h3 class=fn><a href="tqpushbutton.html">TQPushButton</a> * <a name="nextButton"></a>TQWizard::nextButton () const </h3> Returns a pointer to the dialog's Next button <p> By default, this button is connected to the <a href="#next">next</a>() slot, which is diff --git a/doc/html/pictures.html b/doc/html/pictures.html index 7232c7879..ddb0d0167 100644 --- a/doc/html/pictures.html +++ b/doc/html/pictures.html @@ -41,12 +41,12 @@ 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="ntqscrollbar.html">TQScrollBar</a>s. And 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 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 a <a href="tqmenubar.html">TQMenuBar</a> and some <a href="tqtoolbar.html">TQToolBar</a>s that contain -various widgets, e.g. <a href="tqtoolbutton.html">TQToolButton</a>s and <a href="ntqcombobox.html">TQComboBox</a>es. The central +various widgets, e.g. <a href="tqtoolbutton.html">TQToolButton</a>s and <a href="tqcombobox.html">TQComboBox</a>es. The central widget is a <a href="tqworkspace.html">TQWorkspace</a> which is used for MDI window management and which contains an MDI-Window featuring a <a href="tqtextedit.html">TQTextEdit</a>. At the bottom you see a <a href="tqstatusbar.html">TQStatusBar</a> and at the bottom-right a <a href="tqsizegrip.html">TQSizeGrip</a>. @@ -70,16 +70,16 @@ need to be platform independent. <p> The image below shows a <a href="ntqprogressdialog.html">TQProgressDialog</a>. The <a href="ntqprogressbar.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="ntqlineedit.html">TQLineEdit</a>, a read-only <a href="ntqcombobox.html">TQComboBox</a> and an editable <a href="ntqcombobox.html">TQComboBox</a>. +<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="ntqradiobutton.html">TQRadioButton</a>s and two <a href="ntqcheckbox.html">TQCheckBox</a>es. +<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> <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 -the pages, can be used separately. In the visible page you see a <a href="tqlabel.html">TQLabel</a>, the range controls <a href="ntqslider.html">TQSlider</a> and <a href="ntqspinbox.html">TQSpinBox</a> and below a <a href="ntqlcdnumber.html">TQLCDNumber</a>. In the bottom row there are some <a href="ntqpushbutton.html">TQPushButton</a>s. +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> 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>. diff --git a/doc/html/popup-example.html b/doc/html/popup-example.html index 7d7c14d32..0a676a704 100644 --- a/doc/html/popup-example.html +++ b/doc/html/popup-example.html @@ -54,8 +54,8 @@ pop up. #ifndef POPUP_H #define POPUP_H #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> class FancyPopup : public <a href="tqlabel.html">TQLabel</a> { @@ -88,8 +88,8 @@ private: void button2Pressed(); private: - <a href="ntqpushbutton.html">TQPushButton</a> *button1; - <a href="ntqpushbutton.html">TQPushButton</a> *button2; + <a href="tqpushbutton.html">TQPushButton</a> *button1; + <a href="tqpushbutton.html">TQPushButton</a> *button2; <a href="ntqframe.html">TQFrame</a>* popup1; FancyPopup* popup2; @@ -166,9 +166,9 @@ 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){ - button1 = new <a href="ntqpushbutton.html">TQPushButton</a>("Simple Popup", this); + 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() ) ); - button2 = new <a href="ntqpushbutton.html">TQPushButton</a>("Fancy Popup", this); + 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 href="qboxlayout.html">TQBoxLayout</a> * l = new <a href="qhboxlayout.html">TQHBoxLayout</a>( this ); @@ -188,11 +188,11 @@ void <a name="f469"></a>FancyPopup::popup( <a href="tqwidget.html">TQWidget</a>* popup1 = new <a href="ntqframe.html">TQFrame</a>( this ,0, WType_Popup); popup1-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( WinPanel|Raised ); popup1-><a href="tqwidget.html#resize">resize</a>(150,100); - <a href="ntqlineedit.html">TQLineEdit</a> *tmpE = new <a href="ntqlineedit.html">TQLineEdit</a>( popup1 ); -<a name="x1619"></a><a name="x1610"></a> <a href="tqobject.html#connect">connect</a>( tmpE, TQ_SIGNAL( <a href="ntqlineedit.html#returnPressed">returnPressed</a>() ), popup1, TQ_SLOT( <a href="tqwidget.html#hide">hide</a>() ) ); + <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="ntqpushbutton.html">TQPushButton</a> *tmpB = new <a href="ntqpushbutton.html">TQPushButton</a>("Click me!", popup1); + <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>() ) ); tmpB-><a href="tqwidget.html#setGeometry">setGeometry</a>(10, 50, 130, 30); @@ -206,9 +206,9 @@ void <a name="f469"></a>FancyPopup::popup( <a href="tqwidget.html">TQWidget</a>* // it with any other widget. The next four lines (if not // commented out) will for instance add a line edit widget. -// tmpE = new <a href="ntqlineedit.html">TQLineEdit</a>( popup2 ); +// tmpE = new <a href="tqlineedit.html">TQLineEdit</a>( popup2 ); // tmpE-><a href="tqwidget.html#setFocus">setFocus</a>(); -// connect( tmpE, TQ_SIGNAL( <a href="ntqlineedit.html#returnPressed">returnPressed</a>() ), popup2, TQ_SLOT( <a href="tqwidget.html#close">close</a>() ) ); +// connect( tmpE, TQ_SIGNAL( <a href="tqlineedit.html#returnPressed">returnPressed</a>() ), popup2, TQ_SLOT( <a href="tqwidget.html#close">close</a>() ) ); // tmpE-><a href="tqwidget.html#setGeometry">setGeometry</a>(10, 10, 130, 30); } diff --git a/doc/html/porting.html b/doc/html/porting.html index d3b57cb4c..6f4319693 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -308,8 +308,8 @@ new code. <li> <a href="tqcanvaspixmaparray.html#TQCanvasPixmapArray">TQCanvasPixmapArray::TQCanvasPixmapArray</a>( <a href="tqptrlist.html">TQPtrList</a><TQPixmap> list, TQPtrList<TQPoint> hotspots ) <li> <a href="tqcanvaspixmaparray.html#operator!">TQCanvasPixmapArray::operator!</a>() <li> <a href="tqcolorgroup.html#TQColorGroup">TQColorGroup::TQColorGroup</a>( const <a href="tqcolor.html">TQColor</a> & foreground, const TQColor & background, const TQColor & light, const TQColor & dark, const TQColor & mid, const TQColor & text, const TQColor & base ) -<li> <a href="ntqcombobox.html#autoResize">TQComboBox::autoResize</a>() const -<li> <a href="ntqcombobox.html#setAutoResize">TQComboBox::setAutoResize</a>( bool ) +<li> <a href="tqcombobox.html#autoResize">TQComboBox::autoResize</a>() const +<li> <a href="tqcombobox.html#setAutoResize">TQComboBox::setAutoResize</a>( bool ) <li> <a href="tqdate.html#dayName">TQDate::dayName</a>( int weekday ) <li> <a href="tqdate.html#monthName">TQDate::monthName</a>( int month ) <li> <a href="tqdir.html#encodedEntryList">TQDir::encodedEntryList</a>( const <a href="tqstring.html">TQString</a> & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const @@ -362,8 +362,8 @@ new code. <li> <a href="ntqmessagebox.html#query">TQMessageBox::query</a>( const TQString & caption, const TQString & text, const TQString & yesButtonText = TQString::null, const TQString & noButtonText = TQString::null, TQWidget *parent = 0, const char *= 0 ) <li> <a href="ntqmessagebox.html#standardIcon">TQMessageBox::standardIcon</a>( Icon icon, GUIStyle style ) <li> <a href="tqregexp.html#match">TQRegExp::match</a>( const TQString & str, int index = 0, int *len = 0, bool indexIsStart = TRUE ) const -<li> <a href="ntqscrollview.html#childIsVisible">TQScrollView::childIsVisible</a>( TQWidget *child ) -<li> <a href="ntqscrollview.html#showChild">TQScrollView::showChild</a>( TQWidget *child, bool show = TRUE ) +<li> <a href="tqscrollview.html#childIsVisible">TQScrollView::childIsVisible</a>( TQWidget *child ) +<li> <a href="tqscrollview.html#showChild">TQScrollView::showChild</a>( TQWidget *child, bool show = TRUE ) <li> <a href="tqsimplerichtext.html#draw">TQSimpleRichText::draw</a>( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, const <a href="tqregion.html">TQRegion</a> & clipRegion, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="tqbrush.html">TQBrush</a> *paper = 0 ) const <li> <a href="tqstring.html#ascii">TQString::ascii</a>() const <li> <a href="tqstring.html#data">TQString::data</a>() const @@ -427,9 +427,9 @@ names are no longer avaialable. <p> <h2> <a href="ntqbuttongroup.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="ntqradiobutton.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. +<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. This might affect programs that use TQButtonGroups that contain a -mixture of radio buttons and non-radio (e.g. <a href="ntqcheckbox.html">TQCheckBox</a>) toggle buttons. +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> </h2> <a name="8"></a><p> Two TQDate member functions that were virtual in TQt 2.0 are not virtual @@ -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="ntqcheckbox.html">TQCheckBox</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="ntqpushbutton.html">TQPushButton</a>, <a href="ntqradiobutton.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="ntqtabwidget.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 diff --git a/doc/html/process-example.html b/doc/html/process-example.html index 1829895dd..1eef600d3 100644 --- a/doc/html/process-example.html +++ b/doc/html/process-example.html @@ -53,7 +53,7 @@ output of the command. #include <<a href="tqprocess-h.html">tqprocess.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> @@ -74,14 +74,14 @@ public slots: private: <a href="tqprocess.html">TQProcess</a> *proc; <a href="tqtextview.html">TQTextView</a> *output; - <a href="ntqpushbutton.html">TQPushButton</a> *quitButton; + <a href="tqpushbutton.html">TQPushButton</a> *quitButton; }; <a name="f204"></a>UicManager::UicManager() { // Layout output = new <a href="tqtextview.html">TQTextView</a>( this ); - quitButton = new <a href="ntqpushbutton.html">TQPushButton</a>( <a href="tqobject.html#tr">tr</a>("Quit"), 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>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); <a href="tqwidget.html#resize">resize</a>( 500, 500 ); @@ -121,7 +121,7 @@ void <a name="f205"></a>UicManager::readFromStdout() void <a name="f206"></a>UicManager::scrollToTop() { -<a name="x102"></a> output-><a href="ntqscrollview.html#setContentsPos">setContentsPos</a>( 0, 0 ); +<a name="x102"></a> output-><a href="tqscrollview.html#setContentsPos">setContentsPos</a>( 0, 0 ); } int main( int argc, char **argv ) diff --git a/doc/html/progressbar-example.html b/doc/html/progressbar-example.html index a13bbb8f6..ade0aaa17 100644 --- a/doc/html/progressbar-example.html +++ b/doc/html/progressbar-example.html @@ -64,8 +64,8 @@ public: ProgressBar( <a href="tqwidget.html">TQWidget</a> *parent = 0, const char *name = 0 ); protected: - <a href="ntqradiobutton.html">TQRadioButton</a> *slow, *normal, *fast; - <a href="ntqpushbutton.html">TQPushButton</a> *start, *pause, *reset; + <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="tqtimer.html">TQTimer</a> timer; @@ -93,8 +93,8 @@ protected slots: #include "progressbar.h" -#include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#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="qlayout-h.html">ntqlayout.h</a>> @@ -118,9 +118,9 @@ protected slots: // insert three radiobuttons which the user can use // to set the speed of the progress and two pushbuttons // to start/pause/continue and reset the progress - slow = new <a href="ntqradiobutton.html">TQRadioButton</a>( "S&low", this ); - normal = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&Normal", this ); - fast = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&Fast", this ); + slow = new <a href="tqradiobutton.html">TQRadioButton</a>( "S&low", this ); + 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 ); vb1-><a href="qboxlayout.html#addWidget">addWidget</a>( slow ); @@ -128,8 +128,8 @@ protected slots: vb1-><a href="qboxlayout.html#addWidget">addWidget</a>( fast ); // two push buttons, one for start, for for reset. - start = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Start", this ); - reset = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Reset", this ); + 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 ); vb2-><a href="qboxlayout.html#addWidget">addWidget</a>( start ); @@ -148,7 +148,7 @@ protected slots: <a href="tqobject.html#connect">connect</a>( &timer, TQ_SIGNAL( timeout() ), this, TQ_SLOT( slotTimeout() ) ); // Let's start with normal speed... -<a name="x972"></a> normal-><a href="ntqradiobutton.html#setChecked">setChecked</a>( TRUE ); +<a name="x972"></a> normal-><a href="tqradiobutton.html#setChecked">setChecked</a>( TRUE ); // some contraints @@ -169,9 +169,9 @@ void <a name="f347"></a>ProgressBar::slotStart() <a name="x966"></a> if ( progress-><a href="ntqprogressbar.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="ntqradiobutton.html#isChecked">isChecked</a>() ) +<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 ); - else if ( normal-><a href="ntqradiobutton.html#isChecked">isChecked</a>() ) + else if ( normal-><a href="tqradiobutton.html#isChecked">isChecked</a>() ) progress-><a href="ntqprogressbar.html#setTotalSteps">setTotalSteps</a>( 1000 ); else progress-><a href="ntqprogressbar.html#setTotalSteps">setTotalSteps</a>( 50 ); diff --git a/doc/html/properties.html b/doc/html/properties.html index 7d884ba03..fda7cf67f 100644 --- a/doc/html/properties.html +++ b/doc/html/properties.html @@ -188,7 +188,7 @@ this: <p> But we need to make the auto mask property designable in some TQWidget subclasses. Similarly some classes will need this property to be scriptable (e.g. for TQSA). This is achieved by overriding these -features of the property in a subclass. In <a href="ntqcheckbox.html">TQCheckBox</a>, for example, we +features of the property in a subclass. In <a href="tqcheckbox.html">TQCheckBox</a>, for example, we achieve this using the following code: <pre> TQ_OVERRIDE( bool autoMask DESIGNABLE true SCRIPTABLE true ) diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 08509d035..384ad8c72 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -313,7 +313,7 @@ in the group. The default value is FALSE. <name>QButtonGroup::radioButtonExclusive</name> <doc href="ntqbuttongroup.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="ntqradiobutton.html">radiobuttons</a> in the group are treated exclusively. +<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>(). </doc> @@ -333,77 +333,77 @@ off. </doc> </property> <property> - <name>QCheckBox::checked</name> - <doc href="ntqcheckbox.html#checked-prop"> + <name>TQCheckBox::checked</name> + <doc href="tqcheckbox.html#checked-prop"> <p>This property holds whether the checkbox is checked. <p>The default is unchecked, i.e. FALSE. -<p>Set this property's value with <a href="ntqcheckbox.html#setChecked">setChecked</a>() and get this property's value with <a href="ntqcheckbox.html#isChecked">isChecked</a>(). +<p>Set this property's value with <a href="tqcheckbox.html#setChecked">setChecked</a>() and get this property's value with <a href="tqcheckbox.html#isChecked">isChecked</a>(). </doc> </property> <property> - <name>QCheckBox::tristate</name> - <doc href="ntqcheckbox.html#tristate-prop"> + <name>TQCheckBox::tristate</name> + <doc href="tqcheckbox.html#tristate-prop"> <p>This property holds whether the checkbox is a tri-state checkbox. <p>The default is two-state, i.e. tri-state is FALSE. -<p>Set this property's value with <a href="ntqcheckbox.html#setTristate">setTristate</a>() and get this property's value with <a href="ntqcheckbox.html#isTristate">isTristate</a>(). +<p>Set this property's value with <a href="tqcheckbox.html#setTristate">setTristate</a>() and get this property's value with <a href="tqcheckbox.html#isTristate">isTristate</a>(). </doc> </property> <property> - <name>QComboBox::autoCompletion</name> - <doc href="ntqcombobox.html#autoCompletion-prop"> + <name>TQComboBox::autoCompletion</name> + <doc href="tqcombobox.html#autoCompletion-prop"> <p>This property holds whether auto-completion is enabled. <p>This property can only be set for editable comboboxes, for non-editable comboboxes it has no effect. It is FALSE by default. -<p>Set this property's value with <a href="ntqcombobox.html#setAutoCompletion">setAutoCompletion</a>() and get this property's value with <a href="ntqcombobox.html#autoCompletion">autoCompletion</a>(). +<p>Set this property's value with <a href="tqcombobox.html#setAutoCompletion">setAutoCompletion</a>() and get this property's value with <a href="tqcombobox.html#autoCompletion">autoCompletion</a>(). </doc> </property> <property> - <name>QComboBox::autoResize</name> - <doc href="ntqcombobox.html#autoResize-prop"> <p>This property holds whether auto resize is enabled. + <name>TQComboBox::autoResize</name> + <doc href="tqcombobox.html#autoResize-prop"> <p>This property holds whether auto resize is enabled. <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> If this property is set to TRUE then the combobox will resize itself whenever its contents change. The default is FALSE. -<p>Set this property's value with <a href="ntqcombobox.html#setAutoResize">setAutoResize</a>() and get this property's value with <a href="ntqcombobox.html#autoResize">autoResize</a>(). +<p>Set this property's value with <a href="tqcombobox.html#setAutoResize">setAutoResize</a>() and get this property's value with <a href="tqcombobox.html#autoResize">autoResize</a>(). </doc> </property> <property> - <name>QComboBox::count</name> - <doc href="ntqcombobox.html#count-prop"> + <name>TQComboBox::count</name> + <doc href="tqcombobox.html#count-prop"> <p>This property holds the number of items in the combobox. <p> -<p>Get this property's value with <a href="ntqcombobox.html#count">count</a>(). +<p>Get this property's value with <a href="tqcombobox.html#count">count</a>(). </doc> </property> <property> - <name>QComboBox::currentItem</name> - <doc href="ntqcombobox.html#currentItem-prop"> + <name>TQComboBox::currentItem</name> + <doc href="tqcombobox.html#currentItem-prop"> <p>This property holds the index of the current item in the combobox. -<p>Note that the <a href="ntqcombobox.html#activated">activated</a>() and <a href="ntqcombobox.html#highlighted">highlighted</a>() signals are only +<p>Note that the <a href="tqcombobox.html#activated">activated</a>() and <a href="tqcombobox.html#highlighted">highlighted</a>() signals are only emitted when the user changes the current item, not when it is changed programmatically. -<p>Set this property's value with <a href="ntqcombobox.html#setCurrentItem">setCurrentItem</a>() and get this property's value with <a href="ntqcombobox.html#currentItem">currentItem</a>(). +<p>Set this property's value with <a href="tqcombobox.html#setCurrentItem">setCurrentItem</a>() and get this property's value with <a href="tqcombobox.html#currentItem">currentItem</a>(). </doc> </property> <property> - <name>QComboBox::currentText</name> - <doc href="ntqcombobox.html#currentText-prop"> + <name>TQComboBox::currentText</name> + <doc href="tqcombobox.html#currentText-prop"> <p>This property holds the text of the combobox's current item. <p> -<p>Set this property's value with <a href="ntqcombobox.html#setCurrentText">setCurrentText</a>() and get this property's value with <a href="ntqcombobox.html#currentText">currentText</a>(). +<p>Set this property's value with <a href="tqcombobox.html#setCurrentText">setCurrentText</a>() and get this property's value with <a href="tqcombobox.html#currentText">currentText</a>(). </doc> </property> <property> - <name>QComboBox::duplicatesEnabled</name> - <doc href="ntqcombobox.html#duplicatesEnabled-prop"> + <name>TQComboBox::duplicatesEnabled</name> + <doc href="tqcombobox.html#duplicatesEnabled-prop"> <p>This property holds whether duplicates are allowed. <p>If the combobox is editable and the user enters some text in the -combobox's lineedit and presses Enter (and the <a href="ntqcombobox.html#insertionPolicy">insertionPolicy</a>() -is not <a href="ntqcombobox.html#Policy-enum">NoInsertion</a>), then what happens is this: +combobox's lineedit and presses Enter (and the <a href="tqcombobox.html#insertionPolicy">insertionPolicy</a>() +is not <a href="tqcombobox.html#Policy-enum">NoInsertion</a>), then what happens is this: <ul> <li> If the text is not already in the list, the text is inserted. <li> If the text is in the list and this property is TRUE (the @@ -413,53 +413,53 @@ is <em>not</em> inserted; instead the item which has matching text b the current item. </ul> <p> This property only affects user-interaction. You can use -<a href="ntqcombobox.html#insertItem">insertItem</a>() to insert duplicates if you wish regardless of this +<a href="tqcombobox.html#insertItem">insertItem</a>() to insert duplicates if you wish regardless of this setting. -<p>Set this property's value with <a href="ntqcombobox.html#setDuplicatesEnabled">setDuplicatesEnabled</a>() and get this property's value with <a href="ntqcombobox.html#duplicatesEnabled">duplicatesEnabled</a>(). +<p>Set this property's value with <a href="tqcombobox.html#setDuplicatesEnabled">setDuplicatesEnabled</a>() and get this property's value with <a href="tqcombobox.html#duplicatesEnabled">duplicatesEnabled</a>(). </doc> </property> <property> - <name>QComboBox::editable</name> - <doc href="ntqcombobox.html#editable-prop"> + <name>TQComboBox::editable</name> + <doc href="tqcombobox.html#editable-prop"> <p>This property holds whether the combobox is editable. <p>This property's default is FALSE. Note that the combobox will be cleared if this property is set to TRUE for a 1.x <a href="motif-extension.html#Motif">Motif</a> style -combobox. To avoid this, use <a href="ntqcombobox.html#setEditable">setEditable</a>() before inserting any +combobox. To avoid this, use <a href="tqcombobox.html#setEditable">setEditable</a>() before inserting any items. Also note that the 1.x version of Motif didn't have any editable comboboxes, so the combobox will change it's appearance to a 2.0 style Motif combobox is it is set to be editable. -<p>Set this property's value with <a href="ntqcombobox.html#setEditable">setEditable</a>() and get this property's value with <a href="ntqcombobox.html#editable">editable</a>(). +<p>Set this property's value with <a href="tqcombobox.html#setEditable">setEditable</a>() and get this property's value with <a href="tqcombobox.html#editable">editable</a>(). </doc> </property> <property> - <name>QComboBox::insertionPolicy</name> - <doc href="ntqcombobox.html#insertionPolicy-prop"> + <name>TQComboBox::insertionPolicy</name> + <doc href="tqcombobox.html#insertionPolicy-prop"> <p>This property holds the position of the items inserted by the user. -<p>The default insertion policy is <a href="ntqcombobox.html#Policy-enum">AtBottom</a>. See <a href="ntqcombobox.html#Policy-enum">Policy</a>. +<p>The default insertion policy is <a href="tqcombobox.html#Policy-enum">AtBottom</a>. See <a href="tqcombobox.html#Policy-enum">Policy</a>. -<p>Set this property's value with <a href="ntqcombobox.html#setInsertionPolicy">setInsertionPolicy</a>() and get this property's value with <a href="ntqcombobox.html#insertionPolicy">insertionPolicy</a>(). +<p>Set this property's value with <a href="tqcombobox.html#setInsertionPolicy">setInsertionPolicy</a>() and get this property's value with <a href="tqcombobox.html#insertionPolicy">insertionPolicy</a>(). </doc> </property> <property> - <name>QComboBox::maxCount</name> - <doc href="ntqcombobox.html#maxCount-prop"> + <name>TQComboBox::maxCount</name> + <doc href="tqcombobox.html#maxCount-prop"> <p>This property holds the maximum number of items allowed in the combobox. <p> -<p>Set this property's value with <a href="ntqcombobox.html#setMaxCount">setMaxCount</a>() and get this property's value with <a href="ntqcombobox.html#maxCount">maxCount</a>(). +<p>Set this property's value with <a href="tqcombobox.html#setMaxCount">setMaxCount</a>() and get this property's value with <a href="tqcombobox.html#maxCount">maxCount</a>(). </doc> </property> <property> - <name>QComboBox::sizeLimit</name> - <doc href="ntqcombobox.html#sizeLimit-prop"> + <name>TQComboBox::sizeLimit</name> + <doc href="tqcombobox.html#sizeLimit-prop"> <p>This property holds the maximum on-screen size of the combobox. <p>This property is ignored for both <a href="motif-extension.html#Motif">Motif</a> 1.x style and non-editable comboboxes in Mac style. The default limit is ten lines. If the number of items in the combobox is or grows larger than lines, a scrollbar is added. -<p>Set this property's value with <a href="ntqcombobox.html#setSizeLimit">setSizeLimit</a>() and get this property's value with <a href="ntqcombobox.html#sizeLimit">sizeLimit</a>(). +<p>Set this property's value with <a href="tqcombobox.html#setSizeLimit">setSizeLimit</a>() and get this property's value with <a href="tqcombobox.html#sizeLimit">sizeLimit</a>(). </doc> </property> <property> @@ -841,136 +841,136 @@ date. The default minimum date is 1752-09-14. </doc> </property> <property> - <name>QDial::lineStep</name> - <doc href="ntqdial.html#lineStep-prop"> + <name>TQDial::lineStep</name> + <doc href="tqdial.html#lineStep-prop"> <p>This property holds the current line step. <p>setLineStep() calls the virtual <a href="ntqrangecontrol.html#stepChange">stepChange</a>() function if the new line step is different from the previous setting. -<p> <p>See also <a href="ntqrangecontrol.html#setSteps">QRangeControl::setSteps</a>(), <a href="ntqdial.html#pageStep-prop">pageStep</a>, and <a href="ntqrangecontrol.html#setRange">setRange</a>(). +<p> <p>See also <a href="ntqrangecontrol.html#setSteps">QRangeControl::setSteps</a>(), <a href="tqdial.html#pageStep-prop">pageStep</a>, and <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqdial.html#setLineStep">setLineStep</a>() and get this property's value with <a href="ntqdial.html#lineStep">lineStep</a>(). +<p>Set this property's value with <a href="tqdial.html#setLineStep">setLineStep</a>() and get this property's value with <a href="tqdial.html#lineStep">lineStep</a>(). </doc> </property> <property> - <name>QDial::maxValue</name> - <doc href="ntqdial.html#maxValue-prop"> + <name>TQDial::maxValue</name> + <doc href="tqdial.html#maxValue-prop"> <p>This property holds the current maximum value. -<p>When setting this property, the <a href="ntqdial.html#minValue-prop">QDial::minValue</a> is adjusted if +<p>When setting this property, the <a href="tqdial.html#minValue-prop">TQDial::minValue</a> is adjusted if necessary to ensure that the range remains valid. <p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqdial.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="ntqdial.html#maxValue">maxValue</a>(). +<p>Set this property's value with <a href="tqdial.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="tqdial.html#maxValue">maxValue</a>(). </doc> </property> <property> - <name>QDial::minValue</name> - <doc href="ntqdial.html#minValue-prop"> + <name>TQDial::minValue</name> + <doc href="tqdial.html#minValue-prop"> <p>This property holds the current minimum value. -<p>When setting this property, the <a href="ntqdial.html#maxValue-prop">QDial::maxValue</a> is adjusted if +<p>When setting this property, the <a href="tqdial.html#maxValue-prop">TQDial::maxValue</a> is adjusted if necessary to ensure that the range remains valid. <p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqdial.html#setMinValue">setMinValue</a>() and get this property's value with <a href="ntqdial.html#minValue">minValue</a>(). +<p>Set this property's value with <a href="tqdial.html#setMinValue">setMinValue</a>() and get this property's value with <a href="tqdial.html#minValue">minValue</a>(). </doc> </property> <property> - <name>QDial::notchSize</name> - <doc href="ntqdial.html#notchSize-prop"> + <name>TQDial::notchSize</name> + <doc href="tqdial.html#notchSize-prop"> <p>This property holds the current notch size. <p>The notch size is in range control units, not pixels, and if -possible it is a multiple of <a href="ntqdial.html#lineStep">lineStep</a>() that results in an -on-screen notch size near <a href="ntqdial.html#notchTarget">notchTarget</a>(). -<p> <p>See also <a href="ntqdial.html#notchTarget-prop">notchTarget</a> and <a href="ntqdial.html#lineStep-prop">lineStep</a>. +possible it is a multiple of <a href="tqdial.html#lineStep">lineStep</a>() that results in an +on-screen notch size near <a href="tqdial.html#notchTarget">notchTarget</a>(). +<p> <p>See also <a href="tqdial.html#notchTarget-prop">notchTarget</a> and <a href="tqdial.html#lineStep-prop">lineStep</a>. -<p>Get this property's value with <a href="ntqdial.html#notchSize">notchSize</a>(). +<p>Get this property's value with <a href="tqdial.html#notchSize">notchSize</a>(). </doc> </property> <property> - <name>QDial::notchTarget</name> - <doc href="ntqdial.html#notchTarget-prop"> + <name>TQDial::notchTarget</name> + <doc href="tqdial.html#notchTarget-prop"> <p>This property holds the target number of pixels between notches. -<p>The notch target is the number of pixels QDial attempts to put +<p>The notch target is the number of pixels TQDial attempts to put between each notch. <p> The actual size may differ from the target size. -<p>Set this property's value with <a href="ntqdial.html#setNotchTarget">setNotchTarget</a>() and get this property's value with <a href="ntqdial.html#notchTarget">notchTarget</a>(). +<p>Set this property's value with <a href="tqdial.html#setNotchTarget">setNotchTarget</a>() and get this property's value with <a href="tqdial.html#notchTarget">notchTarget</a>(). </doc> </property> <property> - <name>QDial::notchesVisible</name> - <doc href="ntqdial.html#notchesVisible-prop"> + <name>TQDial::notchesVisible</name> + <doc href="tqdial.html#notchesVisible-prop"> <p>This property holds whether the notches are shown. <p>If TRUE, the notches are shown. If FALSE (the default) notches are not shown. -<p>Set this property's value with <a href="ntqdial.html#setNotchesVisible">setNotchesVisible</a>() and get this property's value with <a href="ntqdial.html#notchesVisible">notchesVisible</a>(). +<p>Set this property's value with <a href="tqdial.html#setNotchesVisible">setNotchesVisible</a>() and get this property's value with <a href="tqdial.html#notchesVisible">notchesVisible</a>(). </doc> </property> <property> - <name>QDial::pageStep</name> - <doc href="ntqdial.html#pageStep-prop"> + <name>TQDial::pageStep</name> + <doc href="tqdial.html#pageStep-prop"> <p>This property holds the current page step. <p>setPageStep() calls the virtual <a href="ntqrangecontrol.html#stepChange">stepChange</a>() function if the new page step is different from the previous setting. <p> <p>See also <a href="ntqrangecontrol.html#stepChange">stepChange</a>(). -<p>Set this property's value with <a href="ntqdial.html#setPageStep">setPageStep</a>() and get this property's value with <a href="ntqdial.html#pageStep">pageStep</a>(). +<p>Set this property's value with <a href="tqdial.html#setPageStep">setPageStep</a>() and get this property's value with <a href="tqdial.html#pageStep">pageStep</a>(). </doc> </property> <property> - <name>QDial::tracking</name> - <doc href="ntqdial.html#tracking-prop"> + <name>TQDial::tracking</name> + <doc href="tqdial.html#tracking-prop"> <p>This property holds whether tracking is enabled. <p>If TRUE (the default), tracking is enabled. This means that the arrow can be moved using the mouse; otherwise the arrow cannot be moved with the mouse. -<p>Set this property's value with <a href="ntqdial.html#setTracking">setTracking</a>() and get this property's value with <a href="ntqdial.html#tracking">tracking</a>(). +<p>Set this property's value with <a href="tqdial.html#setTracking">setTracking</a>() and get this property's value with <a href="tqdial.html#tracking">tracking</a>(). </doc> </property> <property> - <name>QDial::value</name> - <doc href="ntqdial.html#value-prop"> + <name>TQDial::value</name> + <doc href="tqdial.html#value-prop"> <p>This property holds the current dial value. <p>This is guaranteed to be within the range -<a href="ntqdial.html#minValue-prop">QDial::minValue</a>..<a href="ntqdial.html#maxValue-prop">QDial::maxValue</a>. -<p> <p>See also <a href="ntqdial.html#minValue-prop">minValue</a> and <a href="ntqdial.html#maxValue-prop">maxValue</a>. +<a href="tqdial.html#minValue-prop">TQDial::minValue</a>..<a href="tqdial.html#maxValue-prop">TQDial::maxValue</a>. +<p> <p>See also <a href="tqdial.html#minValue-prop">minValue</a> and <a href="tqdial.html#maxValue-prop">maxValue</a>. -<p>Set this property's value with <a href="ntqdial.html#setValue">setValue</a>() and get this property's value with <a href="ntqdial.html#value">value</a>(). +<p>Set this property's value with <a href="tqdial.html#setValue">setValue</a>() and get this property's value with <a href="tqdial.html#value">value</a>(). </doc> </property> <property> - <name>QDial::wrapping</name> - <doc href="ntqdial.html#wrapping-prop"> + <name>TQDial::wrapping</name> + <doc href="tqdial.html#wrapping-prop"> <p>This property holds whether wrapping is enabled. <p>If TRUE, wrapping is enabled. This means that the arrow can be turned around 360°. Otherwise there is some space at the bottom of the dial which is skipped by the arrow. <p> This property's default is FALSE. -<p>Set this property's value with <a href="ntqdial.html#setWrapping">setWrapping</a>() and get this property's value with <a href="ntqdial.html#wrapping">wrapping</a>(). +<p>Set this property's value with <a href="tqdial.html#setWrapping">setWrapping</a>() and get this property's value with <a href="tqdial.html#wrapping">wrapping</a>(). </doc> </property> <property> - <name>QDialog::modal</name> - <doc href="ntqdialog.html#modal-prop"> <p>This property holds whether <a href="ntqdialog.html#show">show</a>() should pop up the dialog as modal or modeless. + <name>TQDialog::modal</name> + <doc href="tqdialog.html#modal-prop"> <p>This property holds whether <a href="tqdialog.html#show">show</a>() should pop up the dialog as modal or modeless. <p>By default, this property is false and show() pops up the dialog as modeless. -<p> <a href="ntqdialog.html#exec">exec</a>() ignores the value of this property and always pops up the +<p> <a href="tqdialog.html#exec">exec</a>() ignores the value of this property and always pops up the dialog as modal. -<p> <p>See also <a href="ntqdialog.html#show">show</a>() and <a href="ntqdialog.html#exec">exec</a>(). +<p> <p>See also <a href="tqdialog.html#show">show</a>() and <a href="tqdialog.html#exec">exec</a>(). -<p>Set this property's value with <a href="ntqdialog.html#setModal">setModal</a>() and get this property's value with <a href="ntqdialog.html#isModal">isModal</a>(). +<p>Set this property's value with <a href="tqdialog.html#setModal">setModal</a>() and get this property's value with <a href="tqdialog.html#isModal">isModal</a>(). </doc> </property> <property> - <name>QDialog::sizeGripEnabled</name> - <doc href="ntqdialog.html#sizeGripEnabled-prop"> + <name>TQDialog::sizeGripEnabled</name> + <doc href="tqdialog.html#sizeGripEnabled-prop"> <p>This property holds whether the size grip is enabled. <p>A <a href="tqsizegrip.html">TQSizeGrip</a> is placed in the bottom right corner of the dialog when this property is enabled. By default, the size grip is disabled. -<p>Set this property's value with <a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() and get this property's value with <a href="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>(). +<p>Set this property's value with <a href="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() and get this property's value with <a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>(). </doc> </property> <property> @@ -1751,8 +1751,8 @@ tooltip; see <a href="tqiconview.html#setShowToolTips">setShowToolTips< </doc> </property> <property> - <name>QLCDNumber::intValue</name> - <doc href="ntqlcdnumber.html#intValue-prop"> + <name>TQLCDNumber::intValue</name> + <doc href="tqlcdnumber.html#intValue-prop"> <p>This property holds the displayed value rounded to the nearest integer. <p>This property corresponds to the nearest integer to the current value displayed by the LCDNumber. This is the value used for @@ -1760,77 +1760,77 @@ hexadecimal, octal and binary modes. <p> If the displayed value is not a number, the property has a value of 0. -<p>Set this property's value with <a href="ntqlcdnumber.html#display">display</a>() and get this property's value with <a href="ntqlcdnumber.html#intValue">intValue</a>(). +<p>Set this property's value with <a href="tqlcdnumber.html#display">display</a>() and get this property's value with <a href="tqlcdnumber.html#intValue">intValue</a>(). </doc> </property> <property> - <name>QLCDNumber::mode</name> - <doc href="ntqlcdnumber.html#mode-prop"> + <name>TQLCDNumber::mode</name> + <doc href="tqlcdnumber.html#mode-prop"> <p>This property holds the current display mode (number base). -<p>Corresponds to the current display mode, which is one of <a href="ntqlcdnumber.html#Mode-enum">BIN</a>, -<a href="ntqlcdnumber.html#Mode-enum">OCT</a>, <a href="ntqlcdnumber.html#Mode-enum">DEC</a> (the default) and <a href="ntqlcdnumber.html#Mode-enum">HEX</a>. <a href="ntqlcdnumber.html#Mode-enum">DEC</a> mode can display +<p>Corresponds to the current display mode, which is one of <a href="tqlcdnumber.html#Mode-enum">BIN</a>, +<a href="tqlcdnumber.html#Mode-enum">OCT</a>, <a href="tqlcdnumber.html#Mode-enum">DEC</a> (the default) and <a href="tqlcdnumber.html#Mode-enum">HEX</a>. <a href="tqlcdnumber.html#Mode-enum">DEC</a> mode can display floating point values, the other modes display the integer equivalent. -<p> <p>See also <a href="ntqlcdnumber.html#smallDecimalPoint-prop">smallDecimalPoint</a>, <a href="ntqlcdnumber.html#setHexMode">setHexMode</a>(), <a href="ntqlcdnumber.html#setDecMode">setDecMode</a>(), <a href="ntqlcdnumber.html#setOctMode">setOctMode</a>(), and <a href="ntqlcdnumber.html#setBinMode">setBinMode</a>(). +<p> <p>See also <a href="tqlcdnumber.html#smallDecimalPoint-prop">smallDecimalPoint</a>, <a href="tqlcdnumber.html#setHexMode">setHexMode</a>(), <a href="tqlcdnumber.html#setDecMode">setDecMode</a>(), <a href="tqlcdnumber.html#setOctMode">setOctMode</a>(), and <a href="tqlcdnumber.html#setBinMode">setBinMode</a>(). -<p>Set this property's value with <a href="ntqlcdnumber.html#setMode">setMode</a>() and get this property's value with <a href="ntqlcdnumber.html#mode">mode</a>(). +<p>Set this property's value with <a href="tqlcdnumber.html#setMode">setMode</a>() and get this property's value with <a href="tqlcdnumber.html#mode">mode</a>(). </doc> </property> <property> - <name>QLCDNumber::numDigits</name> - <doc href="ntqlcdnumber.html#numDigits-prop"> + <name>TQLCDNumber::numDigits</name> + <doc href="tqlcdnumber.html#numDigits-prop"> <p>This property holds the current number of digits displayed. -<p>Corresponds to the current number of digits. If <a href="ntqlcdnumber.html#smallDecimalPoint-prop">QLCDNumber::smallDecimalPoint</a> is FALSE, the decimal point occupies +<p>Corresponds to the current number of digits. If <a href="tqlcdnumber.html#smallDecimalPoint-prop">TQLCDNumber::smallDecimalPoint</a> is FALSE, the decimal point occupies one digit position. -<p> <p>See also <a href="ntqlcdnumber.html#smallDecimalPoint-prop">smallDecimalPoint</a>. +<p> <p>See also <a href="tqlcdnumber.html#smallDecimalPoint-prop">smallDecimalPoint</a>. -<p>Set this property's value with <a href="ntqlcdnumber.html#setNumDigits">setNumDigits</a>() and get this property's value with <a href="ntqlcdnumber.html#numDigits">numDigits</a>(). +<p>Set this property's value with <a href="tqlcdnumber.html#setNumDigits">setNumDigits</a>() and get this property's value with <a href="tqlcdnumber.html#numDigits">numDigits</a>(). </doc> </property> <property> - <name>QLCDNumber::segmentStyle</name> - <doc href="ntqlcdnumber.html#segmentStyle-prop"> + <name>TQLCDNumber::segmentStyle</name> + <doc href="tqlcdnumber.html#segmentStyle-prop"> <p>This property holds the style of the LCDNumber. <p><center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Style <th valign="top">Result -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqlcdnumber.html#SegmentStyle-enum">Outline</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqlcdnumber.html#SegmentStyle-enum">Outline</a> <td valign="top">Produces raised segments filled with the background color (this is the default). -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqlcdnumber.html#SegmentStyle-enum">Filled</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqlcdnumber.html#SegmentStyle-enum">Filled</a> <td valign="top">Produces raised segments filled with the foreground color. -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqlcdnumber.html#SegmentStyle-enum">Flat</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqlcdnumber.html#SegmentStyle-enum">Flat</a> <td valign="top">Produces flat segments filled with the foreground color. </table></center> -<p> <a href="ntqlcdnumber.html#SegmentStyle-enum">Outline</a> and <a href="ntqlcdnumber.html#SegmentStyle-enum">Filled</a> will additionally use +<p> <a href="tqlcdnumber.html#SegmentStyle-enum">Outline</a> and <a href="tqlcdnumber.html#SegmentStyle-enum">Filled</a> will additionally use <a href="tqcolorgroup.html#light">TQColorGroup::light</a>() and <a href="tqcolorgroup.html#dark">TQColorGroup::dark</a>() for shadow effects. -<p>Set this property's value with <a href="ntqlcdnumber.html#setSegmentStyle">setSegmentStyle</a>() and get this property's value with <a href="ntqlcdnumber.html#segmentStyle">segmentStyle</a>(). +<p>Set this property's value with <a href="tqlcdnumber.html#setSegmentStyle">setSegmentStyle</a>() and get this property's value with <a href="tqlcdnumber.html#segmentStyle">segmentStyle</a>(). </doc> </property> <property> - <name>QLCDNumber::smallDecimalPoint</name> - <doc href="ntqlcdnumber.html#smallDecimalPoint-prop"> + <name>TQLCDNumber::smallDecimalPoint</name> + <doc href="tqlcdnumber.html#smallDecimalPoint-prop"> <p>This property holds the style of the decimal point. <p>If TRUE the decimal point is drawn between two digit positions. Otherwise it occupies a digit position of its own, i.e. is drawn in a digit position. The default is FALSE. <p> The inter-digit space is made slightly wider when the decimal point is drawn between the digits. -<p> <p>See also <a href="ntqlcdnumber.html#mode-prop">mode</a>. +<p> <p>See also <a href="tqlcdnumber.html#mode-prop">mode</a>. -<p>Set this property's value with <a href="ntqlcdnumber.html#setSmallDecimalPoint">setSmallDecimalPoint</a>() and get this property's value with <a href="ntqlcdnumber.html#smallDecimalPoint">smallDecimalPoint</a>(). +<p>Set this property's value with <a href="tqlcdnumber.html#setSmallDecimalPoint">setSmallDecimalPoint</a>() and get this property's value with <a href="tqlcdnumber.html#smallDecimalPoint">smallDecimalPoint</a>(). </doc> </property> <property> - <name>QLCDNumber::value</name> - <doc href="ntqlcdnumber.html#value-prop"> + <name>TQLCDNumber::value</name> + <doc href="tqlcdnumber.html#value-prop"> <p>This property holds the displayed value. <p>This property corresponds to the current value displayed by the LCDNumber. <p> If the displayed value is not a number, the property has a value of 0. -<p>Set this property's value with <a href="ntqlcdnumber.html#display">display</a>() and get this property's value with <a href="ntqlcdnumber.html#value">value</a>(). +<p>Set this property's value with <a href="tqlcdnumber.html#display">display</a>() and get this property's value with <a href="tqlcdnumber.html#value">value</a>(). </doc> </property> <property> @@ -1963,108 +1963,108 @@ should not override the widget's spacing. </doc> </property> <property> - <name>QLineEdit::acceptableInput</name> - <doc href="ntqlineedit.html#acceptableInput-prop"> + <name>TQLineEdit::acceptableInput</name> + <doc href="tqlineedit.html#acceptableInput-prop"> <p>This property holds whether the input satisfies the inputMask and the validator. -<p>Get this property's value with <a href="ntqlineedit.html#hasAcceptableInput">hasAcceptableInput</a>(). -<p><p>See also <a href="ntqlineedit.html#inputMask-prop">inputMask</a> and <a href="ntqlineedit.html#setValidator">setValidator</a>(). +<p>Get this property's value with <a href="tqlineedit.html#hasAcceptableInput">hasAcceptableInput</a>(). +<p><p>See also <a href="tqlineedit.html#inputMask-prop">inputMask</a> and <a href="tqlineedit.html#setValidator">setValidator</a>(). </doc> </property> <property> - <name>QLineEdit::alignment</name> - <doc href="ntqlineedit.html#alignment-prop"> + <name>TQLineEdit::alignment</name> + <doc href="tqlineedit.html#alignment-prop"> <p>This property holds the alignment of the line edit. <p>Possible Values are <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignAuto</a>, <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignRight</a> and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignHCenter</a>. <p> Attempting to set the alignment to an illegal flag combination does nothing. <p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. -<p>Set this property's value with <a href="ntqlineedit.html#setAlignment">setAlignment</a>() and get this property's value with <a href="ntqlineedit.html#alignment">alignment</a>(). +<p>Set this property's value with <a href="tqlineedit.html#setAlignment">setAlignment</a>() and get this property's value with <a href="tqlineedit.html#alignment">alignment</a>(). </doc> </property> <property> - <name>QLineEdit::cursorPosition</name> - <doc href="ntqlineedit.html#cursorPosition-prop"> + <name>TQLineEdit::cursorPosition</name> + <doc href="tqlineedit.html#cursorPosition-prop"> <p>This property holds the current cursor position for this line edit. <p>Setting the cursor position causes a repaint when appropriate. -<p>Set this property's value with <a href="ntqlineedit.html#setCursorPosition">setCursorPosition</a>() and get this property's value with <a href="ntqlineedit.html#cursorPosition">cursorPosition</a>(). +<p>Set this property's value with <a href="tqlineedit.html#setCursorPosition">setCursorPosition</a>() and get this property's value with <a href="tqlineedit.html#cursorPosition">cursorPosition</a>(). </doc> </property> <property> - <name>QLineEdit::displayText</name> - <doc href="ntqlineedit.html#displayText-prop"> + <name>TQLineEdit::displayText</name> + <doc href="tqlineedit.html#displayText-prop"> <p>This property holds the displayed text. -<p>If <a href="ntqlineedit.html#EchoMode-enum">EchoMode</a> is <a href="ntqlineedit.html#EchoMode-enum">Normal</a> this returns the same as <a href="ntqlineedit.html#text">text</a>(); if -<a href="ntqlineedit.html#EchoMode-enum">EchoMode</a> is <a href="ntqlineedit.html#EchoMode-enum">Password</a> it returns a string of asterisks -text().length() characters long, e.g. "******"; if <a href="ntqlineedit.html#EchoMode-enum">EchoMode</a> is -<a href="ntqlineedit.html#EchoMode-enum">NoEcho</a> returns an empty string, "". -<p> <p>See also <a href="ntqlineedit.html#echoMode-prop">echoMode</a>, <a href="ntqlineedit.html#text-prop">text</a>, and <a href="ntqlineedit.html#EchoMode-enum">EchoMode</a>. +<p>If <a href="tqlineedit.html#EchoMode-enum">EchoMode</a> is <a href="tqlineedit.html#EchoMode-enum">Normal</a> this returns the same as <a href="tqlineedit.html#text">text</a>(); if +<a href="tqlineedit.html#EchoMode-enum">EchoMode</a> is <a href="tqlineedit.html#EchoMode-enum">Password</a> it returns a string of asterisks +text().length() characters long, e.g. "******"; if <a href="tqlineedit.html#EchoMode-enum">EchoMode</a> is +<a href="tqlineedit.html#EchoMode-enum">NoEcho</a> returns an empty string, "". +<p> <p>See also <a href="tqlineedit.html#echoMode-prop">echoMode</a>, <a href="tqlineedit.html#text-prop">text</a>, and <a href="tqlineedit.html#EchoMode-enum">EchoMode</a>. -<p>Get this property's value with <a href="ntqlineedit.html#displayText">displayText</a>(). +<p>Get this property's value with <a href="tqlineedit.html#displayText">displayText</a>(). </doc> </property> <property> - <name>QLineEdit::dragEnabled</name> - <doc href="ntqlineedit.html#dragEnabled-prop"> + <name>TQLineEdit::dragEnabled</name> + <doc href="tqlineedit.html#dragEnabled-prop"> <p>This property holds whether the lineedit starts a drag if the user presses and moves the mouse on some selected text. <p> -<p>Set this property's value with <a href="ntqlineedit.html#setDragEnabled">setDragEnabled</a>() and get this property's value with <a href="ntqlineedit.html#dragEnabled">dragEnabled</a>(). +<p>Set this property's value with <a href="tqlineedit.html#setDragEnabled">setDragEnabled</a>() and get this property's value with <a href="tqlineedit.html#dragEnabled">dragEnabled</a>(). </doc> </property> <property> - <name>QLineEdit::echoMode</name> - <doc href="ntqlineedit.html#echoMode-prop"> + <name>TQLineEdit::echoMode</name> + <doc href="tqlineedit.html#echoMode-prop"> <p>This property holds the line edit's echo mode. -<p>The initial setting is <a href="ntqlineedit.html#EchoMode-enum">Normal</a>, but QLineEdit also supports <a href="ntqlineedit.html#EchoMode-enum">NoEcho</a> and <a href="ntqlineedit.html#EchoMode-enum">Password</a> modes. +<p>The initial setting is <a href="tqlineedit.html#EchoMode-enum">Normal</a>, but TQLineEdit also supports <a href="tqlineedit.html#EchoMode-enum">NoEcho</a> and <a href="tqlineedit.html#EchoMode-enum">Password</a> modes. <p> The widget's display and the ability to copy or drag the text is affected by this setting. -<p> <p>See also <a href="ntqlineedit.html#EchoMode-enum">EchoMode</a> and <a href="ntqlineedit.html#displayText-prop">displayText</a>. +<p> <p>See also <a href="tqlineedit.html#EchoMode-enum">EchoMode</a> and <a href="tqlineedit.html#displayText-prop">displayText</a>. -<p>Set this property's value with <a href="ntqlineedit.html#setEchoMode">setEchoMode</a>() and get this property's value with <a href="ntqlineedit.html#echoMode">echoMode</a>(). +<p>Set this property's value with <a href="tqlineedit.html#setEchoMode">setEchoMode</a>() and get this property's value with <a href="tqlineedit.html#echoMode">echoMode</a>(). </doc> </property> <property> - <name>QLineEdit::edited</name> - <doc href="ntqlineedit.html#edited-prop"> + <name>TQLineEdit::edited</name> + <doc href="tqlineedit.html#edited-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 line edit has been edited. Use modified instead. <p> -<p>Set this property's value with <a href="ntqlineedit.html#setEdited">setEdited</a>() and get this property's value with <a href="ntqlineedit.html#edited">edited</a>(). +<p>Set this property's value with <a href="tqlineedit.html#setEdited">setEdited</a>() and get this property's value with <a href="tqlineedit.html#edited">edited</a>(). </doc> </property> <property> - <name>QLineEdit::frame</name> - <doc href="ntqlineedit.html#frame-prop"> + <name>TQLineEdit::frame</name> + <doc href="tqlineedit.html#frame-prop"> <p>This property holds whether the line edit draws itself with a frame. <p>If enabled (the default) the line edit draws itself inside a two-pixel frame, otherwise the line edit draws itself without any frame. -<p>Set this property's value with <a href="ntqlineedit.html#setFrame">setFrame</a>() and get this property's value with <a href="ntqlineedit.html#frame">frame</a>(). +<p>Set this property's value with <a href="tqlineedit.html#setFrame">setFrame</a>() and get this property's value with <a href="tqlineedit.html#frame">frame</a>(). </doc> </property> <property> - <name>QLineEdit::hasSelectedText</name> - <doc href="ntqlineedit.html#hasSelectedText-prop"> + <name>TQLineEdit::hasSelectedText</name> + <doc href="tqlineedit.html#hasSelectedText-prop"> <p>This property holds whether there is any text selected. <p>hasSelectedText() returns TRUE if some or all of the text has been selected by the user; otherwise returns FALSE. -<p> <p>See also <a href="ntqlineedit.html#selectedText-prop">selectedText</a>. +<p> <p>See also <a href="tqlineedit.html#selectedText-prop">selectedText</a>. -<p>Get this property's value with <a href="ntqlineedit.html#hasSelectedText">hasSelectedText</a>(). +<p>Get this property's value with <a href="tqlineedit.html#hasSelectedText">hasSelectedText</a>(). </doc> </property> <property> - <name>QLineEdit::inputMask</name> - <doc href="ntqlineedit.html#inputMask-prop"> + <name>TQLineEdit::inputMask</name> + <doc href="tqlineedit.html#inputMask-prop"> <p>This property holds the validation input mask. -<p>If no mask is set, <a href="ntqlineedit.html#inputMask">inputMask</a>() returns <a href="tqstring.html#TQString-null">TQString::null</a>. -<p> Sets the QLineEdit's validation mask. Validators can be used -instead of, or in conjunction with masks; see <a href="ntqlineedit.html#setValidator">setValidator</a>(). -<p> Unset the mask and return to normal QLineEdit operation by passing -an empty string ("") or just calling <a href="ntqlineedit.html#setInputMask">setInputMask</a>() with no +<p>If no mask is set, <a href="tqlineedit.html#inputMask">inputMask</a>() returns <a href="tqstring.html#TQString-null">TQString::null</a>. +<p> Sets the TQLineEdit's validation mask. Validators can be used +instead of, or in conjunction with masks; see <a href="tqlineedit.html#setValidator">setValidator</a>(). +<p> Unset the mask and return to normal TQLineEdit operation by passing +an empty string ("") or just calling <a href="tqlineedit.html#setInputMask">setInputMask</a>() with no arguments. <p> The mask format understands these mask characters: <center><table cellpadding="4" cellspacing="2" border="0"> @@ -2101,15 +2101,15 @@ blanks are <tt>-</tt> and all (alphabetic) characters are converted uppercase. </table></center> <p> To get range control (e.g. for an IP address) use masks together -with <a href="ntqlineedit.html#setValidator">validators</a>. -<p> <p>See also <a href="ntqlineedit.html#maxLength-prop">maxLength</a>. +with <a href="tqlineedit.html#setValidator">validators</a>. +<p> <p>See also <a href="tqlineedit.html#maxLength-prop">maxLength</a>. -<p>Set this property's value with <a href="ntqlineedit.html#setInputMask">setInputMask</a>() and get this property's value with <a href="ntqlineedit.html#inputMask">inputMask</a>(). +<p>Set this property's value with <a href="tqlineedit.html#setInputMask">setInputMask</a>() and get this property's value with <a href="tqlineedit.html#inputMask">inputMask</a>(). </doc> </property> <property> - <name>QLineEdit::maxLength</name> - <doc href="ntqlineedit.html#maxLength-prop"> + <name>TQLineEdit::maxLength</name> + <doc href="tqlineedit.html#maxLength-prop"> <p>This property holds the maximum permitted length of the text. <p>If the text is too long, it is truncated at the limit. <p> If truncation occurs any selected text will be unselected, the @@ -2117,16 +2117,16 @@ cursor position is set to 0 and the first part of the string is shown. <p> If the line edit has an input mask, the mask defines the maximum string length. -<p> <p>See also <a href="ntqlineedit.html#inputMask-prop">inputMask</a>. +<p> <p>See also <a href="tqlineedit.html#inputMask-prop">inputMask</a>. -<p>Set this property's value with <a href="ntqlineedit.html#setMaxLength">setMaxLength</a>() and get this property's value with <a href="ntqlineedit.html#maxLength">maxLength</a>(). +<p>Set this property's value with <a href="tqlineedit.html#setMaxLength">setMaxLength</a>() and get this property's value with <a href="tqlineedit.html#maxLength">maxLength</a>(). </doc> </property> <property> - <name>QLineEdit::modified</name> - <doc href="ntqlineedit.html#modified-prop"> + <name>TQLineEdit::modified</name> + <doc href="tqlineedit.html#modified-prop"> <p>This property holds whether the line edit's contents has been modified by the user. -<p>The modified flag is never read by QLineEdit; it has a default value +<p>The modified flag is never read by TQLineEdit; it has a default value of FALSE and is changed to TRUE whenever the user changes the line edit's contents. <p> This is useful for things that need to provide a default value but @@ -2135,64 +2135,64 @@ depends on other fields on the form). Start the line edit without the best default, and when the default is known, if modified() returns FALSE (the user hasn't entered any text), insert the default value. -<p> Calling <a href="ntqlineedit.html#clearModified">clearModified</a>() or <a href="ntqlineedit.html#setText">setText</a>() resets the modified flag to +<p> Calling <a href="tqlineedit.html#clearModified">clearModified</a>() or <a href="tqlineedit.html#setText">setText</a>() resets the modified flag to FALSE. -<p>Get this property's value with <a href="ntqlineedit.html#isModified">isModified</a>(). +<p>Get this property's value with <a href="tqlineedit.html#isModified">isModified</a>(). </doc> </property> <property> - <name>QLineEdit::readOnly</name> - <doc href="ntqlineedit.html#readOnly-prop"> + <name>TQLineEdit::readOnly</name> + <doc href="tqlineedit.html#readOnly-prop"> <p>This property holds whether the line edit is read only. <p>In read-only mode, the user can still copy the text to the -clipboard or drag-and-drop the text (if <a href="ntqlineedit.html#echoMode">echoMode</a>() is <a href="ntqlineedit.html#EchoMode-enum">Normal</a>), +clipboard or drag-and-drop the text (if <a href="tqlineedit.html#echoMode">echoMode</a>() is <a href="tqlineedit.html#EchoMode-enum">Normal</a>), but cannot edit it. -<p> QLineEdit does not show a cursor in read-only mode. +<p> TQLineEdit does not show a cursor in read-only mode. <p> <p>See also <a href="tqwidget.html#enabled-prop">enabled</a>. -<p>Set this property's value with <a href="ntqlineedit.html#setReadOnly">setReadOnly</a>() and get this property's value with <a href="ntqlineedit.html#isReadOnly">isReadOnly</a>(). +<p>Set this property's value with <a href="tqlineedit.html#setReadOnly">setReadOnly</a>() and get this property's value with <a href="tqlineedit.html#isReadOnly">isReadOnly</a>(). </doc> </property> <property> - <name>QLineEdit::redoAvailable</name> - <doc href="ntqlineedit.html#redoAvailable-prop"> + <name>TQLineEdit::redoAvailable</name> + <doc href="tqlineedit.html#redoAvailable-prop"> <p>This property holds whether redo is available. <p> -<p>Get this property's value with <a href="ntqlineedit.html#isRedoAvailable">isRedoAvailable</a>(). +<p>Get this property's value with <a href="tqlineedit.html#isRedoAvailable">isRedoAvailable</a>(). </doc> </property> <property> - <name>QLineEdit::selectedText</name> - <doc href="ntqlineedit.html#selectedText-prop"> + <name>TQLineEdit::selectedText</name> + <doc href="tqlineedit.html#selectedText-prop"> <p>This property holds the selected text. <p>If there is no selected text this property's value is <a href="tqstring.html#TQString-null">TQString::null</a>. -<p> <p>See also <a href="ntqlineedit.html#hasSelectedText-prop">hasSelectedText</a>. +<p> <p>See also <a href="tqlineedit.html#hasSelectedText-prop">hasSelectedText</a>. -<p>Get this property's value with <a href="ntqlineedit.html#selectedText">selectedText</a>(). +<p>Get this property's value with <a href="tqlineedit.html#selectedText">selectedText</a>(). </doc> </property> <property> - <name>QLineEdit::text</name> - <doc href="ntqlineedit.html#text-prop"> + <name>TQLineEdit::text</name> + <doc href="tqlineedit.html#text-prop"> <p>This property holds the line edit's text. <p>Note that setting this property clears the selection, clears the undo/redo history, moves the cursor to the end of the line and -resets the <a href="ntqlineedit.html#modified-prop">modified</a> property to FALSE. The text is not -validated when inserted with <a href="ntqlineedit.html#setText">setText</a>(). -<p> The text is truncated to <a href="ntqlineedit.html#maxLength">maxLength</a>() length. -<p> <p>See also <a href="ntqlineedit.html#insert">insert</a>(). +resets the <a href="tqlineedit.html#modified-prop">modified</a> property to FALSE. The text is not +validated when inserted with <a href="tqlineedit.html#setText">setText</a>(). +<p> The text is truncated to <a href="tqlineedit.html#maxLength">maxLength</a>() length. +<p> <p>See also <a href="tqlineedit.html#insert">insert</a>(). -<p>Set this property's value with <a href="ntqlineedit.html#setText">setText</a>() and get this property's value with <a href="ntqlineedit.html#text">text</a>(). +<p>Set this property's value with <a href="tqlineedit.html#setText">setText</a>() and get this property's value with <a href="tqlineedit.html#text">text</a>(). </doc> </property> <property> - <name>QLineEdit::undoAvailable</name> - <doc href="ntqlineedit.html#undoAvailable-prop"> + <name>TQLineEdit::undoAvailable</name> + <doc href="tqlineedit.html#undoAvailable-prop"> <p>This property holds whether undo is available. <p> -<p>Get this property's value with <a href="ntqlineedit.html#isUndoAvailable">isUndoAvailable</a>(). +<p>Get this property's value with <a href="tqlineedit.html#isUndoAvailable">isUndoAvailable</a>(). </doc> </property> <property> @@ -2876,8 +2876,8 @@ don't use a QProgressDialog inside a <a href="tqwidget.html#paintEvent">pa </doc> </property> <property> - <name>QPushButton::autoDefault</name> - <doc href="ntqpushbutton.html#autoDefault-prop"> + <name>TQPushButton::autoDefault</name> + <doc href="tqpushbutton.html#autoDefault-prop"> <p>This property holds whether the push button is the auto default button. <p>If this property is set to TRUE then the push button is the auto default button in a dialog. @@ -2885,25 +2885,25 @@ default button in a dialog. around it, up to 3 pixels or more. TQt automatically keeps this space free around auto-default buttons, i.e. auto-default buttons may have a slightly larger size hint. -<p> This property's default is TRUE for buttons that have a <a href="ntqdialog.html">QDialog</a> +<p> This property's default is TRUE for buttons that have a <a href="tqdialog.html">TQDialog</a> parent; otherwise it defaults to FALSE. -<p> See the <a href="ntqpushbutton.html#default-prop">default</a> property for details of how <a href="ntqpushbutton.html#default-prop">default</a> and +<p> See the <a href="tqpushbutton.html#default-prop">default</a> property for details of how <a href="tqpushbutton.html#default-prop">default</a> and auto-default interact. -<p>Set this property's value with <a href="ntqpushbutton.html#setAutoDefault">setAutoDefault</a>() and get this property's value with <a href="ntqpushbutton.html#autoDefault">autoDefault</a>(). +<p>Set this property's value with <a href="tqpushbutton.html#setAutoDefault">setAutoDefault</a>() and get this property's value with <a href="tqpushbutton.html#autoDefault">autoDefault</a>(). </doc> </property> <property> - <name>QPushButton::default</name> - <doc href="ntqpushbutton.html#default-prop"> + <name>TQPushButton::default</name> + <doc href="tqpushbutton.html#default-prop"> <p>This property holds whether the push button is the default button. <p>If this property is set to TRUE then the push button will be pressed if the user presses the Enter (or Return) key in a dialog. <p> Regardless of focus, if the user presses Enter: If there is a default button the default button is pressed; otherwise, if -there are one or more <a href="ntqpushbutton.html#autoDefault-prop">autoDefault</a> buttons the first <a href="ntqpushbutton.html#autoDefault-prop">autoDefault</a> +there are one or more <a href="tqpushbutton.html#autoDefault-prop">autoDefault</a> buttons the first <a href="tqpushbutton.html#autoDefault-prop">autoDefault</a> button that is next in the tab order is pressed. If there are no -default or <a href="ntqpushbutton.html#autoDefault-prop">autoDefault</a> buttons only pressing Space on a button +default or <a href="tqpushbutton.html#autoDefault-prop">autoDefault</a> buttons only pressing Space on a button with focus, mouse clicking, or using an accelerator will press a button. <p> In a dialog, only one push button at a time can be the default @@ -2914,389 +2914,389 @@ can always be clicked from the keyboard by pressing Enter (or Return) or the Spacebar when the button has focus. <p> This property's default is FALSE. -<p>Set this property's value with <a href="ntqpushbutton.html#setDefault">setDefault</a>() and get this property's value with <a href="ntqpushbutton.html#isDefault">isDefault</a>(). +<p>Set this property's value with <a href="tqpushbutton.html#setDefault">setDefault</a>() and get this property's value with <a href="tqpushbutton.html#isDefault">isDefault</a>(). </doc> </property> <property> - <name>QPushButton::flat</name> - <doc href="ntqpushbutton.html#flat-prop"> + <name>TQPushButton::flat</name> + <doc href="tqpushbutton.html#flat-prop"> <p>This property holds whether the border is disabled. <p>This property's default is FALSE. -<p>Set this property's value with <a href="ntqpushbutton.html#setFlat">setFlat</a>() and get this property's value with <a href="ntqpushbutton.html#isFlat">isFlat</a>(). +<p>Set this property's value with <a href="tqpushbutton.html#setFlat">setFlat</a>() and get this property's value with <a href="tqpushbutton.html#isFlat">isFlat</a>(). </doc> </property> <property> - <name>QPushButton::iconSet</name> - <doc href="ntqpushbutton.html#iconSet-prop"> + <name>TQPushButton::iconSet</name> + <doc href="tqpushbutton.html#iconSet-prop"> <p>This property holds the icon set on the push button. <p>This property will return 0 if the push button has no iconset. -<p>Set this property's value with <a href="ntqpushbutton.html#setIconSet">setIconSet</a>() and get this property's value with <a href="ntqpushbutton.html#iconSet">iconSet</a>(). +<p>Set this property's value with <a href="tqpushbutton.html#setIconSet">setIconSet</a>() and get this property's value with <a href="tqpushbutton.html#iconSet">iconSet</a>(). </doc> </property> <property> - <name>QPushButton::menuButton</name> - <doc href="ntqpushbutton.html#menuButton-prop"> <p>This property holds whether the push button has a menu button on it. + <name>TQPushButton::menuButton</name> + <doc href="tqpushbutton.html#menuButton-prop"> <p>This property holds whether the push button has a menu button on it. <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> If this property is set to TRUE, then a down arrow is drawn on the push button to indicate that a menu will pop up if the user clicks on the arrow. -<p>Get this property's value with <a href="ntqpushbutton.html#isMenuButton">isMenuButton</a>(). +<p>Get this property's value with <a href="tqpushbutton.html#isMenuButton">isMenuButton</a>(). </doc> </property> <property> - <name>QRadioButton::checked</name> - <doc href="ntqradiobutton.html#checked-prop"> + <name>TQRadioButton::checked</name> + <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 FALSE (unchecked). -<p>Set this property's value with <a href="ntqradiobutton.html#setChecked">setChecked</a>() and get this property's value with <a href="ntqradiobutton.html#isChecked">isChecked</a>(). +<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>(). </doc> </property> <property> - <name>QScrollBar::draggingSlider</name> - <doc href="ntqscrollbar.html#draggingSlider-prop"> + <name>TQScrollBar::draggingSlider</name> + <doc href="tqscrollbar.html#draggingSlider-prop"> <p>This property holds whether the user has clicked the mouse on the slider and is currently dragging it. <p> -<p>Get this property's value with <a href="ntqscrollbar.html#draggingSlider">draggingSlider</a>(). +<p>Get this property's value with <a href="tqscrollbar.html#draggingSlider">draggingSlider</a>(). </doc> </property> <property> - <name>QScrollBar::lineStep</name> - <doc href="ntqscrollbar.html#lineStep-prop"> + <name>TQScrollBar::lineStep</name> + <doc href="tqscrollbar.html#lineStep-prop"> <p>This property holds the line step. <p>When setting lineStep, the virtual <a href="ntqrangecontrol.html#stepChange">stepChange</a>() function will be called if the new line step is different from the previous setting. <p> <p>See also <a href="ntqrangecontrol.html#setSteps">setSteps</a>(), <a href="ntqrangecontrol.html#pageStep">QRangeControl::pageStep</a>(), and <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqscrollbar.html#setLineStep">setLineStep</a>() and get this property's value with <a href="ntqscrollbar.html#lineStep">lineStep</a>(). +<p>Set this property's value with <a href="tqscrollbar.html#setLineStep">setLineStep</a>() and get this property's value with <a href="tqscrollbar.html#lineStep">lineStep</a>(). </doc> </property> <property> - <name>QScrollBar::maxValue</name> - <doc href="ntqscrollbar.html#maxValue-prop"> + <name>TQScrollBar::maxValue</name> + <doc href="tqscrollbar.html#maxValue-prop"> <p>This property holds the scroll bar's maximum value. -<p>When setting this property, the <a href="ntqscrollbar.html#minValue-prop">QScrollBar::minValue</a> is +<p>When setting this property, the <a href="tqscrollbar.html#minValue-prop">TQScrollBar::minValue</a> is adjusted if necessary to ensure that the range remains valid. <p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqscrollbar.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="ntqscrollbar.html#maxValue">maxValue</a>(). +<p>Set this property's value with <a href="tqscrollbar.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="tqscrollbar.html#maxValue">maxValue</a>(). </doc> </property> <property> - <name>QScrollBar::minValue</name> - <doc href="ntqscrollbar.html#minValue-prop"> + <name>TQScrollBar::minValue</name> + <doc href="tqscrollbar.html#minValue-prop"> <p>This property holds the scroll bar's minimum value. -<p>When setting this property, the <a href="ntqscrollbar.html#maxValue-prop">QScrollBar::maxValue</a> is +<p>When setting this property, the <a href="tqscrollbar.html#maxValue-prop">TQScrollBar::maxValue</a> is adjusted if necessary to ensure that the range remains valid. <p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqscrollbar.html#setMinValue">setMinValue</a>() and get this property's value with <a href="ntqscrollbar.html#minValue">minValue</a>(). +<p>Set this property's value with <a href="tqscrollbar.html#setMinValue">setMinValue</a>() and get this property's value with <a href="tqscrollbar.html#minValue">minValue</a>(). </doc> </property> <property> - <name>QScrollBar::orientation</name> - <doc href="ntqscrollbar.html#orientation-prop"> + <name>TQScrollBar::orientation</name> + <doc href="tqscrollbar.html#orientation-prop"> <p>This property holds the orientation of the scroll bar. <p>The orientation must be <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> (the default) or <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a>. -<p>Set this property's value with <a href="ntqscrollbar.html#setOrientation">setOrientation</a>() and get this property's value with <a href="ntqscrollbar.html#orientation">orientation</a>(). +<p>Set this property's value with <a href="tqscrollbar.html#setOrientation">setOrientation</a>() and get this property's value with <a href="tqscrollbar.html#orientation">orientation</a>(). </doc> </property> <property> - <name>QScrollBar::pageStep</name> - <doc href="ntqscrollbar.html#pageStep-prop"> + <name>TQScrollBar::pageStep</name> + <doc href="tqscrollbar.html#pageStep-prop"> <p>This property holds the page step. <p>When setting pageStep, the virtual <a href="ntqrangecontrol.html#stepChange">stepChange</a>() function will be called if the new page step is different from the previous setting. -<p> <p>See also <a href="ntqrangecontrol.html#setSteps">QRangeControl::setSteps</a>(), <a href="ntqscrollbar.html#lineStep-prop">lineStep</a>, and <a href="ntqrangecontrol.html#setRange">setRange</a>(). +<p> <p>See also <a href="ntqrangecontrol.html#setSteps">QRangeControl::setSteps</a>(), <a href="tqscrollbar.html#lineStep-prop">lineStep</a>, and <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqscrollbar.html#setPageStep">setPageStep</a>() and get this property's value with <a href="ntqscrollbar.html#pageStep">pageStep</a>(). +<p>Set this property's value with <a href="tqscrollbar.html#setPageStep">setPageStep</a>() and get this property's value with <a href="tqscrollbar.html#pageStep">pageStep</a>(). </doc> </property> <property> - <name>QScrollBar::tracking</name> - <doc href="ntqscrollbar.html#tracking-prop"> + <name>TQScrollBar::tracking</name> + <doc href="tqscrollbar.html#tracking-prop"> <p>This property holds whether scroll bar tracking is enabled. <p>If tracking is enabled (the default), the scroll bar emits the -<a href="ntqscrollbar.html#valueChanged">valueChanged</a>() signal while the slider is being dragged. If +<a href="tqscrollbar.html#valueChanged">valueChanged</a>() signal while the slider is being dragged. If tracking is disabled, the scroll bar emits the valueChanged() signal only when the user releases the mouse button after moving the slider. -<p>Set this property's value with <a href="ntqscrollbar.html#setTracking">setTracking</a>() and get this property's value with <a href="ntqscrollbar.html#tracking">tracking</a>(). +<p>Set this property's value with <a href="tqscrollbar.html#setTracking">setTracking</a>() and get this property's value with <a href="tqscrollbar.html#tracking">tracking</a>(). </doc> </property> <property> - <name>QScrollBar::value</name> - <doc href="ntqscrollbar.html#value-prop"> + <name>TQScrollBar::value</name> + <doc href="tqscrollbar.html#value-prop"> <p>This property holds the scroll bar's value. -<p>Set this property's value with <a href="ntqscrollbar.html#setValue">setValue</a>() and get this property's value with <a href="ntqscrollbar.html#value">value</a>(). +<p>Set this property's value with <a href="tqscrollbar.html#setValue">setValue</a>() and get this property's value with <a href="tqscrollbar.html#value">value</a>(). <p><p>See also <a href="ntqrangecontrol.html#value">QRangeControl::value</a>() and <a href="ntqrangecontrol.html#prevValue">prevValue</a>(). </doc> </property> <property> - <name>QScrollView::contentsHeight</name> - <doc href="ntqscrollview.html#contentsHeight-prop"> + <name>TQScrollView::contentsHeight</name> + <doc href="tqscrollview.html#contentsHeight-prop"> <p>This property holds the height of the contents area. <p> -<p>Get this property's value with <a href="ntqscrollview.html#contentsHeight">contentsHeight</a>(). +<p>Get this property's value with <a href="tqscrollview.html#contentsHeight">contentsHeight</a>(). </doc> </property> <property> - <name>QScrollView::contentsWidth</name> - <doc href="ntqscrollview.html#contentsWidth-prop"> + <name>TQScrollView::contentsWidth</name> + <doc href="tqscrollview.html#contentsWidth-prop"> <p>This property holds the width of the contents area. <p> -<p>Get this property's value with <a href="ntqscrollview.html#contentsWidth">contentsWidth</a>(). +<p>Get this property's value with <a href="tqscrollview.html#contentsWidth">contentsWidth</a>(). </doc> </property> <property> - <name>QScrollView::contentsX</name> - <doc href="ntqscrollview.html#contentsX-prop"> + <name>TQScrollView::contentsX</name> + <doc href="tqscrollview.html#contentsX-prop"> <p>This property holds the X coordinate of the contents that are at the left edge of the viewport. <p> -<p>Get this property's value with <a href="ntqscrollview.html#contentsX">contentsX</a>(). +<p>Get this property's value with <a href="tqscrollview.html#contentsX">contentsX</a>(). </doc> </property> <property> - <name>QScrollView::contentsY</name> - <doc href="ntqscrollview.html#contentsY-prop"> + <name>TQScrollView::contentsY</name> + <doc href="tqscrollview.html#contentsY-prop"> <p>This property holds the Y coordinate of the contents that are at the top edge of the viewport. <p> -<p>Get this property's value with <a href="ntqscrollview.html#contentsY">contentsY</a>(). +<p>Get this property's value with <a href="tqscrollview.html#contentsY">contentsY</a>(). </doc> </property> <property> - <name>QScrollView::dragAutoScroll</name> - <doc href="ntqscrollview.html#dragAutoScroll-prop"> + <name>TQScrollView::dragAutoScroll</name> + <doc href="tqscrollview.html#dragAutoScroll-prop"> <p>This property holds whether autoscrolling in drag move events is enabled. -<p>If this property is set to TRUE (the default), the QScrollView +<p>If this property is set to TRUE (the default), the TQScrollView automatically scrolls the contents in drag move events if the user moves the cursor close to a border of the view. Of course this works only if the viewport accepts drops. Specifying FALSE disables this autoscroll feature. <p> <b>Warning:</b> Enabling this property might not be enough to effectively turn on autoscrolling. If you put a custom widget in -the QScrollView, you might need to call TQDragEvent::ignore() on +the TQScrollView, you might need to call TQDragEvent::ignore() on the event in the <a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() and <a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() reimplementations. -<p>Set this property's value with <a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() and get this property's value with <a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>(). +<p>Set this property's value with <a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() and get this property's value with <a href="tqscrollview.html#dragAutoScroll">dragAutoScroll</a>(). </doc> </property> <property> - <name>QScrollView::hScrollBarMode</name> - <doc href="ntqscrollview.html#hScrollBarMode-prop"> + <name>TQScrollView::hScrollBarMode</name> + <doc href="tqscrollview.html#hScrollBarMode-prop"> <p>This property holds the mode for the horizontal scroll bar. -<p>The default mode is <a href="ntqscrollview.html#ScrollBarMode-enum">QScrollView::Auto</a>. -<p> <p>See also <a href="ntqscrollview.html#vScrollBarMode-prop">vScrollBarMode</a>. +<p>The default mode is <a href="tqscrollview.html#ScrollBarMode-enum">TQScrollView::Auto</a>. +<p> <p>See also <a href="tqscrollview.html#vScrollBarMode-prop">vScrollBarMode</a>. -<p>Set this property's value with <a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() and get this property's value with <a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>(). +<p>Set this property's value with <a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() and get this property's value with <a href="tqscrollview.html#hScrollBarMode">hScrollBarMode</a>(). </doc> </property> <property> - <name>QScrollView::resizePolicy</name> - <doc href="ntqscrollview.html#resizePolicy-prop"> + <name>TQScrollView::resizePolicy</name> + <doc href="tqscrollview.html#resizePolicy-prop"> <p>This property holds the resize policy. -<p>The default is <a href="ntqscrollview.html#ResizePolicy-enum">Default</a>. -<p> <p>See also <a href="ntqscrollview.html#ResizePolicy-enum">ResizePolicy</a>. +<p>The default is <a href="tqscrollview.html#ResizePolicy-enum">Default</a>. +<p> <p>See also <a href="tqscrollview.html#ResizePolicy-enum">ResizePolicy</a>. -<p>Set this property's value with <a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() and get this property's value with <a href="ntqscrollview.html#resizePolicy">resizePolicy</a>(). +<p>Set this property's value with <a href="tqscrollview.html#setResizePolicy">setResizePolicy</a>() and get this property's value with <a href="tqscrollview.html#resizePolicy">resizePolicy</a>(). </doc> </property> <property> - <name>QScrollView::vScrollBarMode</name> - <doc href="ntqscrollview.html#vScrollBarMode-prop"> + <name>TQScrollView::vScrollBarMode</name> + <doc href="tqscrollview.html#vScrollBarMode-prop"> <p>This property holds the mode for the vertical scroll bar. -<p>The default mode is <a href="ntqscrollview.html#ScrollBarMode-enum">QScrollView::Auto</a>. -<p> <p>See also <a href="ntqscrollview.html#hScrollBarMode-prop">hScrollBarMode</a>. +<p>The default mode is <a href="tqscrollview.html#ScrollBarMode-enum">TQScrollView::Auto</a>. +<p> <p>See also <a href="tqscrollview.html#hScrollBarMode-prop">hScrollBarMode</a>. -<p>Set this property's value with <a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() and get this property's value with <a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>(). +<p>Set this property's value with <a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() and get this property's value with <a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</a>(). </doc> </property> <property> - <name>QScrollView::visibleHeight</name> - <doc href="ntqscrollview.html#visibleHeight-prop"> + <name>TQScrollView::visibleHeight</name> + <doc href="tqscrollview.html#visibleHeight-prop"> <p>This property holds the vertical amount of the content that is visible. <p> -<p>Get this property's value with <a href="ntqscrollview.html#visibleHeight">visibleHeight</a>(). +<p>Get this property's value with <a href="tqscrollview.html#visibleHeight">visibleHeight</a>(). </doc> </property> <property> - <name>QScrollView::visibleWidth</name> - <doc href="ntqscrollview.html#visibleWidth-prop"> + <name>TQScrollView::visibleWidth</name> + <doc href="tqscrollview.html#visibleWidth-prop"> <p>This property holds the horizontal amount of the content that is visible. <p> -<p>Get this property's value with <a href="ntqscrollview.html#visibleWidth">visibleWidth</a>(). +<p>Get this property's value with <a href="tqscrollview.html#visibleWidth">visibleWidth</a>(). </doc> </property> <property> - <name>QSlider::lineStep</name> - <doc href="ntqslider.html#lineStep-prop"> + <name>TQSlider::lineStep</name> + <doc href="tqslider.html#lineStep-prop"> <p>This property holds the current line step. <p>When setting lineStep, the virtual <a href="ntqrangecontrol.html#stepChange">stepChange</a>() function will be called if the new line step is different from the previous setting. <p> <p>See also <a href="ntqrangecontrol.html#setSteps">setSteps</a>(), <a href="ntqrangecontrol.html#pageStep">QRangeControl::pageStep</a>(), and <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqslider.html#setLineStep">setLineStep</a>() and get this property's value with <a href="ntqslider.html#lineStep">lineStep</a>(). +<p>Set this property's value with <a href="tqslider.html#setLineStep">setLineStep</a>() and get this property's value with <a href="tqslider.html#lineStep">lineStep</a>(). </doc> </property> <property> - <name>QSlider::maxValue</name> - <doc href="ntqslider.html#maxValue-prop"> + <name>TQSlider::maxValue</name> + <doc href="tqslider.html#maxValue-prop"> <p>This property holds the current maximum value of the slider. -<p>When setting this property, the <a href="ntqslider.html#minValue-prop">QSlider::minValue</a> is adjusted, +<p>When setting this property, the <a href="tqslider.html#minValue-prop">TQSlider::minValue</a> is adjusted, if necessary, to ensure that the range remains valid. <p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqslider.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="ntqslider.html#maxValue">maxValue</a>(). +<p>Set this property's value with <a href="tqslider.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="tqslider.html#maxValue">maxValue</a>(). </doc> </property> <property> - <name>QSlider::minValue</name> - <doc href="ntqslider.html#minValue-prop"> + <name>TQSlider::minValue</name> + <doc href="tqslider.html#minValue-prop"> <p>This property holds the current minimum value of the slider. -<p>When setting this property, the <a href="ntqslider.html#maxValue-prop">QSlider::maxValue</a> is adjusted, +<p>When setting this property, the <a href="tqslider.html#maxValue-prop">TQSlider::maxValue</a> is adjusted, if necessary, to ensure that the range remains valid. <p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqslider.html#setMinValue">setMinValue</a>() and get this property's value with <a href="ntqslider.html#minValue">minValue</a>(). +<p>Set this property's value with <a href="tqslider.html#setMinValue">setMinValue</a>() and get this property's value with <a href="tqslider.html#minValue">minValue</a>(). </doc> </property> <property> - <name>QSlider::orientation</name> - <doc href="ntqslider.html#orientation-prop"> + <name>TQSlider::orientation</name> + <doc href="tqslider.html#orientation-prop"> <p>This property holds the slider's orientation. <p>The orientation must be <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> (the default) or <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a>. -<p>Set this property's value with <a href="ntqslider.html#setOrientation">setOrientation</a>() and get this property's value with <a href="ntqslider.html#orientation">orientation</a>(). +<p>Set this property's value with <a href="tqslider.html#setOrientation">setOrientation</a>() and get this property's value with <a href="tqslider.html#orientation">orientation</a>(). </doc> </property> <property> - <name>QSlider::pageStep</name> - <doc href="ntqslider.html#pageStep-prop"> + <name>TQSlider::pageStep</name> + <doc href="tqslider.html#pageStep-prop"> <p>This property holds the current page step. <p>When setting pageStep, the virtual <a href="ntqrangecontrol.html#stepChange">stepChange</a>() function will be called if the new page step is different from the previous setting. -<p> <p>See also <a href="ntqrangecontrol.html#setSteps">QRangeControl::setSteps</a>(), <a href="ntqslider.html#lineStep-prop">lineStep</a>, and <a href="ntqrangecontrol.html#setRange">setRange</a>(). +<p> <p>See also <a href="ntqrangecontrol.html#setSteps">QRangeControl::setSteps</a>(), <a href="tqslider.html#lineStep-prop">lineStep</a>, and <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqslider.html#setPageStep">setPageStep</a>() and get this property's value with <a href="ntqslider.html#pageStep">pageStep</a>(). +<p>Set this property's value with <a href="tqslider.html#setPageStep">setPageStep</a>() and get this property's value with <a href="tqslider.html#pageStep">pageStep</a>(). </doc> </property> <property> - <name>QSlider::tickInterval</name> - <doc href="ntqslider.html#tickInterval-prop"> + <name>TQSlider::tickInterval</name> + <doc href="tqslider.html#tickInterval-prop"> <p>This property holds the interval between tickmarks. <p>This is a value interval, not a pixel interval. If it is 0, the -slider will choose between <a href="ntqslider.html#lineStep">lineStep</a>() and <a href="ntqslider.html#pageStep">pageStep</a>(). The initial +slider will choose between <a href="tqslider.html#lineStep">lineStep</a>() and <a href="tqslider.html#pageStep">pageStep</a>(). The initial value of tickInterval is 0. <p> <p>See also <a href="ntqrangecontrol.html#lineStep">QRangeControl::lineStep</a>() and <a href="ntqrangecontrol.html#pageStep">QRangeControl::pageStep</a>(). -<p>Set this property's value with <a href="ntqslider.html#setTickInterval">setTickInterval</a>() and get this property's value with <a href="ntqslider.html#tickInterval">tickInterval</a>(). +<p>Set this property's value with <a href="tqslider.html#setTickInterval">setTickInterval</a>() and get this property's value with <a href="tqslider.html#tickInterval">tickInterval</a>(). </doc> </property> <property> - <name>QSlider::tickmarks</name> - <doc href="ntqslider.html#tickmarks-prop"> + <name>TQSlider::tickmarks</name> + <doc href="tqslider.html#tickmarks-prop"> <p>This property holds the tickmark settings for this slider. -<p>The valid values are in <a href="ntqslider.html#TickSetting-enum">QSlider::TickSetting</a>. The default is -<a href="ntqslider.html#TickSetting-enum">NoMarks</a>. -<p> <p>See also <a href="ntqslider.html#tickInterval-prop">tickInterval</a>. +<p>The valid values are in <a href="tqslider.html#TickSetting-enum">TQSlider::TickSetting</a>. The default is +<a href="tqslider.html#TickSetting-enum">NoMarks</a>. +<p> <p>See also <a href="tqslider.html#tickInterval-prop">tickInterval</a>. -<p>Set this property's value with <a href="ntqslider.html#setTickmarks">setTickmarks</a>() and get this property's value with <a href="ntqslider.html#tickmarks">tickmarks</a>(). +<p>Set this property's value with <a href="tqslider.html#setTickmarks">setTickmarks</a>() and get this property's value with <a href="tqslider.html#tickmarks">tickmarks</a>(). </doc> </property> <property> - <name>QSlider::tracking</name> - <doc href="ntqslider.html#tracking-prop"> + <name>TQSlider::tracking</name> + <doc href="tqslider.html#tracking-prop"> <p>This property holds whether slider tracking is enabled. <p>If tracking is enabled (the default), the slider emits the -<a href="ntqslider.html#valueChanged">valueChanged</a>() signal whenever the slider is being dragged. If +<a href="tqslider.html#valueChanged">valueChanged</a>() signal whenever the slider is being dragged. If tracking is disabled, the slider emits the valueChanged() signal when the user releases the mouse button (unless the value happens to be the same as before). -<p>Set this property's value with <a href="ntqslider.html#setTracking">setTracking</a>() and get this property's value with <a href="ntqslider.html#tracking">tracking</a>(). +<p>Set this property's value with <a href="tqslider.html#setTracking">setTracking</a>() and get this property's value with <a href="tqslider.html#tracking">tracking</a>(). </doc> </property> <property> - <name>QSlider::value</name> - <doc href="ntqslider.html#value-prop"> + <name>TQSlider::value</name> + <doc href="tqslider.html#value-prop"> <p>This property holds the current slider value. -<p>Set this property's value with <a href="ntqslider.html#setValue">setValue</a>() and get this property's value with <a href="ntqslider.html#value">value</a>(). +<p>Set this property's value with <a href="tqslider.html#setValue">setValue</a>() and get this property's value with <a href="tqslider.html#value">value</a>(). <p><p>See also <a href="ntqrangecontrol.html#value">QRangeControl::value</a>() and <a href="ntqrangecontrol.html#prevValue">prevValue</a>(). </doc> </property> <property> - <name>QSpinBox::buttonSymbols</name> - <doc href="ntqspinbox.html#buttonSymbols-prop"> + <name>TQSpinBox::buttonSymbols</name> + <doc href="tqspinbox.html#buttonSymbols-prop"> <p>This property holds the current button symbol mode. -<p>The possible values can be either <a href="ntqspinbox.html#ButtonSymbols-enum">UpDownArrows</a> or <a href="ntqspinbox.html#ButtonSymbols-enum">PlusMinus</a>. -The default is <a href="ntqspinbox.html#ButtonSymbols-enum">UpDownArrows</a>. -<p> <p>See also <a href="ntqspinbox.html#ButtonSymbols-enum">ButtonSymbols</a>. +<p>The possible values can be either <a href="tqspinbox.html#ButtonSymbols-enum">UpDownArrows</a> or <a href="tqspinbox.html#ButtonSymbols-enum">PlusMinus</a>. +The default is <a href="tqspinbox.html#ButtonSymbols-enum">UpDownArrows</a>. +<p> <p>See also <a href="tqspinbox.html#ButtonSymbols-enum">ButtonSymbols</a>. -<p>Set this property's value with <a href="ntqspinbox.html#setButtonSymbols">setButtonSymbols</a>() and get this property's value with <a href="ntqspinbox.html#buttonSymbols">buttonSymbols</a>(). +<p>Set this property's value with <a href="tqspinbox.html#setButtonSymbols">setButtonSymbols</a>() and get this property's value with <a href="tqspinbox.html#buttonSymbols">buttonSymbols</a>(). </doc> </property> <property> - <name>QSpinBox::cleanText</name> - <doc href="ntqspinbox.html#cleanText-prop"> -<p>This property holds the spin box's text with no <a href="ntqspinbox.html#prefix">prefix</a>(), <a href="ntqspinbox.html#suffix">suffix</a>() or leading or trailing whitespace. -<p>Get this property's value with <a href="ntqspinbox.html#cleanText">cleanText</a>(). -<p><p>See also <a href="ntqspinbox.html#text-prop">text</a>, <a href="ntqspinbox.html#prefix-prop">prefix</a>, and <a href="ntqspinbox.html#suffix-prop">suffix</a>. + <name>TQSpinBox::cleanText</name> + <doc href="tqspinbox.html#cleanText-prop"> +<p>This property holds the spin box's text with no <a href="tqspinbox.html#prefix">prefix</a>(), <a href="tqspinbox.html#suffix">suffix</a>() or leading or trailing whitespace. +<p>Get this property's value with <a href="tqspinbox.html#cleanText">cleanText</a>(). +<p><p>See also <a href="tqspinbox.html#text-prop">text</a>, <a href="tqspinbox.html#prefix-prop">prefix</a>, and <a href="tqspinbox.html#suffix-prop">suffix</a>. </doc> </property> <property> - <name>QSpinBox::lineStep</name> - <doc href="ntqspinbox.html#lineStep-prop"> + <name>TQSpinBox::lineStep</name> + <doc href="tqspinbox.html#lineStep-prop"> <p>This property holds the line step. <p>When the user uses the arrows to change the spin box's value the value will be incremented/decremented by the amount of the line step. -<p> The <a href="ntqspinbox.html#setLineStep">setLineStep</a>() function calls the virtual <a href="ntqrangecontrol.html#stepChange">stepChange</a>() function +<p> The <a href="tqspinbox.html#setLineStep">setLineStep</a>() function calls the virtual <a href="ntqrangecontrol.html#stepChange">stepChange</a>() function if the new line step is different from the previous setting. <p> <p>See also <a href="ntqrangecontrol.html#setSteps">QRangeControl::setSteps</a>() and <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqspinbox.html#setLineStep">setLineStep</a>() and get this property's value with <a href="ntqspinbox.html#lineStep">lineStep</a>(). +<p>Set this property's value with <a href="tqspinbox.html#setLineStep">setLineStep</a>() and get this property's value with <a href="tqspinbox.html#lineStep">lineStep</a>(). </doc> </property> <property> - <name>QSpinBox::maxValue</name> - <doc href="ntqspinbox.html#maxValue-prop"> + <name>TQSpinBox::maxValue</name> + <doc href="tqspinbox.html#maxValue-prop"> <p>This property holds the maximum value of the spin box. -<p>When setting this property, <a href="ntqspinbox.html#minValue-prop">QSpinBox::minValue</a> is adjusted, if +<p>When setting this property, <a href="tqspinbox.html#minValue-prop">TQSpinBox::minValue</a> is adjusted, if necessary, to ensure that the range remains valid. -<p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>() and <a href="ntqspinbox.html#specialValueText-prop">specialValueText</a>. +<p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>() and <a href="tqspinbox.html#specialValueText-prop">specialValueText</a>. -<p>Set this property's value with <a href="ntqspinbox.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="ntqspinbox.html#maxValue">maxValue</a>(). +<p>Set this property's value with <a href="tqspinbox.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="tqspinbox.html#maxValue">maxValue</a>(). </doc> </property> <property> - <name>QSpinBox::minValue</name> - <doc href="ntqspinbox.html#minValue-prop"> + <name>TQSpinBox::minValue</name> + <doc href="tqspinbox.html#minValue-prop"> <p>This property holds the minimum value of the spin box. -<p>When setting this property, <a href="ntqspinbox.html#maxValue-prop">QSpinBox::maxValue</a> is adjusted, if +<p>When setting this property, <a href="tqspinbox.html#maxValue-prop">TQSpinBox::maxValue</a> is adjusted, if necessary, to ensure that the range remains valid. -<p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>() and <a href="ntqspinbox.html#specialValueText-prop">specialValueText</a>. +<p> <p>See also <a href="ntqrangecontrol.html#setRange">setRange</a>() and <a href="tqspinbox.html#specialValueText-prop">specialValueText</a>. -<p>Set this property's value with <a href="ntqspinbox.html#setMinValue">setMinValue</a>() and get this property's value with <a href="ntqspinbox.html#minValue">minValue</a>(). +<p>Set this property's value with <a href="tqspinbox.html#setMinValue">setMinValue</a>() and get this property's value with <a href="tqspinbox.html#minValue">minValue</a>(). </doc> </property> <property> - <name>QSpinBox::prefix</name> - <doc href="ntqspinbox.html#prefix-prop"> + <name>TQSpinBox::prefix</name> + <doc href="tqspinbox.html#prefix-prop"> <p>This property holds the spin box's prefix. <p>The prefix is prepended to the start of the displayed value. Typical use is to display a unit of measurement or a currency @@ -3307,16 +3307,16 @@ symbol. For example: <p> To turn off the prefix display, set this property to an empty string. The default is no prefix. The prefix is not displayed for -the <a href="ntqspinbox.html#minValue">minValue</a>() if <a href="ntqspinbox.html#specialValueText">specialValueText</a>() is not empty. -<p> If no prefix is set, <a href="ntqspinbox.html#prefix">prefix</a>() returns <a href="tqstring.html#TQString-null">TQString::null</a>. -<p> <p>See also <a href="ntqspinbox.html#suffix-prop">suffix</a>. +the <a href="tqspinbox.html#minValue">minValue</a>() if <a href="tqspinbox.html#specialValueText">specialValueText</a>() is not empty. +<p> If no prefix is set, <a href="tqspinbox.html#prefix">prefix</a>() returns <a href="tqstring.html#TQString-null">TQString::null</a>. +<p> <p>See also <a href="tqspinbox.html#suffix-prop">suffix</a>. -<p>Set this property's value with <a href="ntqspinbox.html#setPrefix">setPrefix</a>() and get this property's value with <a href="ntqspinbox.html#prefix">prefix</a>(). +<p>Set this property's value with <a href="tqspinbox.html#setPrefix">setPrefix</a>() and get this property's value with <a href="tqspinbox.html#prefix">prefix</a>(). </doc> </property> <property> - <name>QSpinBox::specialValueText</name> - <doc href="ntqspinbox.html#specialValueText-prop"> + <name>TQSpinBox::specialValueText</name> + <doc href="tqspinbox.html#specialValueText-prop"> <p>This property holds the special-value text. <p>If set, the spin box will display this text instead of a numeric value whenever the current value is equal to minVal(). Typical use @@ -3326,30 +3326,30 @@ width in a print dialog and your application is able to automatically choose a good margin width, you can set up the spin box like this: <pre> - QSpinBox marginBox( -1, 20, 1, parent, "marginBox" ); - marginBox-&gt;<a href="ntqspinbox.html#setSuffix">setSuffix</a>( " mm" ); - marginBox-&gt;<a href="ntqspinbox.html#setSpecialValueText">setSpecialValueText</a>( "Auto" ); + TQSpinBox marginBox( -1, 20, 1, parent, "marginBox" ); + marginBox-&gt;<a href="tqspinbox.html#setSuffix">setSuffix</a>( " mm" ); + marginBox-&gt;<a href="tqspinbox.html#setSpecialValueText">setSpecialValueText</a>( "Auto" ); </pre> The user will then be able to choose a margin width from 0-20 millimeters or select "Auto" to leave it to the application to choose. Your code must then interpret the spin box value of -1 as the user requesting automatic margin width. -<p> All values are displayed with the <a href="ntqspinbox.html#prefix">prefix</a>() and <a href="ntqspinbox.html#suffix">suffix</a>() (if set), +<p> All values are displayed with the <a href="tqspinbox.html#prefix">prefix</a>() and <a href="tqspinbox.html#suffix">suffix</a>() (if set), <em>except</em> for the special value, which only shows the special value text. <p> To turn off the special-value text display, call this function with an empty string. The default is no special-value text, i.e. the numeric value is shown as usual. -<p> If no special-value text is set, <a href="ntqspinbox.html#specialValueText">specialValueText</a>() returns +<p> If no special-value text is set, <a href="tqspinbox.html#specialValueText">specialValueText</a>() returns <a href="tqstring.html#TQString-null">TQString::null</a>. -<p>Set this property's value with <a href="ntqspinbox.html#setSpecialValueText">setSpecialValueText</a>() and get this property's value with <a href="ntqspinbox.html#specialValueText">specialValueText</a>(). +<p>Set this property's value with <a href="tqspinbox.html#setSpecialValueText">setSpecialValueText</a>() and get this property's value with <a href="tqspinbox.html#specialValueText">specialValueText</a>(). </doc> </property> <property> - <name>QSpinBox::suffix</name> - <doc href="ntqspinbox.html#suffix-prop"> + <name>TQSpinBox::suffix</name> + <doc href="tqspinbox.html#suffix-prop"> <p>This property holds the suffix of the spin box. <p>The suffix is appended to the end of the displayed value. Typical use is to display a unit of measurement or a currency symbol. For @@ -3360,35 +3360,35 @@ example: <p> To turn off the suffix display, set this property to an empty string. The default is no suffix. The suffix is not displayed for -the <a href="ntqspinbox.html#minValue">minValue</a>() if <a href="ntqspinbox.html#specialValueText">specialValueText</a>() is not empty. -<p> If no suffix is set, <a href="ntqspinbox.html#suffix">suffix</a>() returns a <a href="tqstring.html#TQString-null">TQString::null</a>. -<p> <p>See also <a href="ntqspinbox.html#prefix-prop">prefix</a>. +the <a href="tqspinbox.html#minValue">minValue</a>() if <a href="tqspinbox.html#specialValueText">specialValueText</a>() is not empty. +<p> If no suffix is set, <a href="tqspinbox.html#suffix">suffix</a>() returns a <a href="tqstring.html#TQString-null">TQString::null</a>. +<p> <p>See also <a href="tqspinbox.html#prefix-prop">prefix</a>. -<p>Set this property's value with <a href="ntqspinbox.html#setSuffix">setSuffix</a>() and get this property's value with <a href="ntqspinbox.html#suffix">suffix</a>(). +<p>Set this property's value with <a href="tqspinbox.html#setSuffix">setSuffix</a>() and get this property's value with <a href="tqspinbox.html#suffix">suffix</a>(). </doc> </property> <property> - <name>QSpinBox::text</name> - <doc href="ntqspinbox.html#text-prop"> -<p>This property holds the spin box's text, including any <a href="ntqspinbox.html#prefix">prefix</a>() and <a href="ntqspinbox.html#suffix">suffix</a>(). + <name>TQSpinBox::text</name> + <doc href="tqspinbox.html#text-prop"> +<p>This property holds the spin box's text, including any <a href="tqspinbox.html#prefix">prefix</a>() and <a href="tqspinbox.html#suffix">suffix</a>(). <p>There is no default text. -<p> <p>See also <a href="ntqspinbox.html#value-prop">value</a>. +<p> <p>See also <a href="tqspinbox.html#value-prop">value</a>. -<p>Get this property's value with <a href="ntqspinbox.html#text">text</a>(). +<p>Get this property's value with <a href="tqspinbox.html#text">text</a>(). </doc> </property> <property> - <name>QSpinBox::value</name> - <doc href="ntqspinbox.html#value-prop"> + <name>TQSpinBox::value</name> + <doc href="tqspinbox.html#value-prop"> <p>This property holds the value of the spin box. -<p>Set this property's value with <a href="ntqspinbox.html#setValue">setValue</a>() and get this property's value with <a href="ntqspinbox.html#value">value</a>(). +<p>Set this property's value with <a href="tqspinbox.html#setValue">setValue</a>() and get this property's value with <a href="tqspinbox.html#value">value</a>(). <p><p>See also <a href="ntqrangecontrol.html#setValue">QRangeControl::setValue</a>(). </doc> </property> <property> - <name>QSpinBox::wrapping</name> - <doc href="ntqspinbox.html#wrapping-prop"> + <name>TQSpinBox::wrapping</name> + <doc href="tqspinbox.html#wrapping-prop"> <p>This property holds whether it is possible to step the value from the highest value to the lowest value and vice versa. <p>By default, wrapping is turned off. <p> If you have a range of 0..100 and wrapping is off when the user @@ -3396,9 +3396,9 @@ reaches 100 and presses the Up Arrow nothing will happen; but if wrapping is on the value will change from 100 to 0, then to 1, etc. When wrapping is on, navigating past the highest value takes you to the lowest and vice versa. -<p> <p>See also <a href="ntqspinbox.html#minValue-prop">minValue</a>, <a href="ntqspinbox.html#maxValue-prop">maxValue</a>, and <a href="ntqrangecontrol.html#setRange">setRange</a>(). +<p> <p>See also <a href="tqspinbox.html#minValue-prop">minValue</a>, <a href="tqspinbox.html#maxValue-prop">maxValue</a>, and <a href="ntqrangecontrol.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="ntqspinbox.html#setWrapping">setWrapping</a>() and get this property's value with <a href="ntqspinbox.html#wrapping">wrapping</a>(). +<p>Set this property's value with <a href="tqspinbox.html#setWrapping">setWrapping</a>() and get this property's value with <a href="tqspinbox.html#wrapping">wrapping</a>(). </doc> </property> <property> @@ -4461,7 +4461,7 @@ explicitly disabled. <a href="tqwidget.html#FocusPolicy-enum">TQWidget::NoFocus</a>). <p> You must enable keyboard focus for a widget if it processes keyboard events. This is normally done from the widget's -constructor. For instance, the <a href="ntqlineedit.html">QLineEdit</a> constructor calls +constructor. For instance, the <a href="tqlineedit.html">TQLineEdit</a> constructor calls <a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>(TQWidget::StrongFocus). <p> <p>See also <a href="tqwidget.html#focusPolicy-prop">focusPolicy</a>, <a href="tqwidget.html#focusInEvent">focusInEvent</a>(), <a href="tqwidget.html#focusOutEvent">focusOutEvent</a>(), <a href="tqwidget.html#keyPressEvent">keyPressEvent</a>(), <a href="tqwidget.html#keyReleaseEvent">keyReleaseEvent</a>(), and <a href="tqwidget.html#enabled-prop">enabled</a>. @@ -4479,7 +4479,7 @@ focus by clicking, <a href="tqwidget.html#FocusPolicy-enum">TQWidget::Stro all. <p> You must enable keyboard focus for a widget if it processes keyboard events. This is normally done from the widget's -constructor. For instance, the <a href="ntqlineedit.html">QLineEdit</a> constructor calls +constructor. For instance, the <a href="tqlineedit.html">TQLineEdit</a> constructor calls <a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>(TQWidget::StrongFocus). <p> <p>See also <a href="tqwidget.html#focusEnabled-prop">focusEnabled</a>, <a href="tqwidget.html#focusInEvent">focusInEvent</a>(), <a href="tqwidget.html#focusOutEvent">focusOutEvent</a>(), <a href="tqwidget.html#keyPressEvent">keyPressEvent</a>(), <a href="tqwidget.html#keyReleaseEvent">keyReleaseEvent</a>(), and <a href="tqwidget.html#enabled-prop">enabled</a>. @@ -4642,7 +4642,7 @@ active window <em>and</em> for the popup. <p>This property holds whether the widget is a dialog widget. <p>A dialog widget is a secondary top-level widget, i.e. a top-level widget with a parent. -<p> <p>See also <a href="tqwidget.html#isTopLevel-prop">isTopLevel</a> and <a href="ntqdialog.html">QDialog</a>. +<p> <p>See also <a href="tqwidget.html#isTopLevel-prop">isTopLevel</a> and <a href="tqdialog.html">TQDialog</a>. <p>Get this property's value with <a href="tqwidget.html#isDialog">isDialog</a>(). </doc> @@ -4654,7 +4654,7 @@ widget with a parent. <p>This property only makes sense for top-level widgets. A modal widget prevents widgets in all other top-level widgets from getting any input. -<p> <p>See also <a href="tqwidget.html#isTopLevel-prop">isTopLevel</a>, <a href="tqwidget.html#isDialog-prop">isDialog</a>, and <a href="ntqdialog.html">QDialog</a>. +<p> <p>See also <a href="tqwidget.html#isTopLevel-prop">isTopLevel</a>, <a href="tqwidget.html#isDialog-prop">isDialog</a>, and <a href="tqdialog.html">TQDialog</a>. <p>Get this property's value with <a href="tqwidget.html#isModal">isModal</a>(). </doc> @@ -4681,7 +4681,7 @@ top-level widget. when the parent is deleted, minimized when the parent is minimized etc. If supported by the window manager, it will also have a common taskbar entry with its parent. -<p> <a href="ntqdialog.html">QDialog</a> and <a href="tqmainwindow.html">TQMainWindow</a> widgets are by default top-level, even if +<p> <a href="tqdialog.html">TQDialog</a> and <a href="tqmainwindow.html">TQMainWindow</a> widgets are by default top-level, even if a parent widget is specified in the constructor. This behavior is specified by the <a href="ntqt.html#WidgetFlags-enum">WType_TopLevel</a> widget flag. <p> <p>See also <a href="tqwidget.html#topLevelWidget">topLevelWidget</a>(), <a href="tqwidget.html#isDialog-prop">isDialog</a>, <a href="tqwidget.html#isModal-prop">isModal</a>, <a href="tqwidget.html#isPopup-prop">isPopup</a>, <a href="tqwidget.html#isDesktop-prop">isDesktop</a>, and <a href="tqwidget.html#parentWidget">parentWidget</a>(). @@ -5036,13 +5036,13 @@ widget can be freely resized, but prefers to be the size <a href="tqwidget.html#sizeHint">sizeHint</a>() returns. Button-like widgets set the size policy to specify that they may stretch horizontally, but are fixed vertically. The same applies to lineedit controls (such as -<a href="ntqlineedit.html">QLineEdit</a>, <a href="ntqspinbox.html">QSpinBox</a> or an editable <a href="ntqcombobox.html">QComboBox</a>) and other +<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>). <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="ntqslider.html">QSlider</a>, <a href="ntqscrollbar.html">QScrollBar</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="ntqheader.html">QHeader</a>) specify stretching in the respective direction only. Widgets that can provide scrollbars -(usually subclasses of <a href="ntqscrollview.html">QScrollView</a>) tend to specify that they can +(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 sizeHint(). <p> <p>See also <a href="tqwidget.html#sizeHint-prop">sizeHint</a>, <a href="ntqlayout.html">QLayout</a>, <a href="tqsizepolicy.html">TQSizePolicy</a>, and <a href="tqwidget.html#updateGeometry">updateGeometry</a>(). diff --git a/doc/html/propertyindex b/doc/html/propertyindex index 0dd3819c9..894fd314f 100644 --- a/doc/html/propertyindex +++ b/doc/html/propertyindex @@ -25,18 +25,18 @@ "QButtonGroup/exclusive" ntqbuttongroup.html#exclusive-prop "QButtonGroup/radioButtonExclusive" ntqbuttongroup.html#radioButtonExclusive-prop "QButtonGroup/selectedId" ntqbuttongroup.html#selectedId-prop -"QCheckBox/checked" ntqcheckbox.html#checked-prop -"QCheckBox/tristate" ntqcheckbox.html#tristate-prop -"QComboBox/autoCompletion" ntqcombobox.html#autoCompletion-prop -"QComboBox/autoResize" ntqcombobox.html#autoResize-prop -"QComboBox/count" ntqcombobox.html#count-prop -"QComboBox/currentItem" ntqcombobox.html#currentItem-prop -"QComboBox/currentText" ntqcombobox.html#currentText-prop -"QComboBox/duplicatesEnabled" ntqcombobox.html#duplicatesEnabled-prop -"QComboBox/editable" ntqcombobox.html#editable-prop -"QComboBox/insertionPolicy" ntqcombobox.html#insertionPolicy-prop -"QComboBox/maxCount" ntqcombobox.html#maxCount-prop -"QComboBox/sizeLimit" ntqcombobox.html#sizeLimit-prop +"TQCheckBox/checked" tqcheckbox.html#checked-prop +"TQCheckBox/tristate" tqcheckbox.html#tristate-prop +"TQComboBox/autoCompletion" tqcombobox.html#autoCompletion-prop +"TQComboBox/autoResize" tqcombobox.html#autoResize-prop +"TQComboBox/count" tqcombobox.html#count-prop +"TQComboBox/currentItem" tqcombobox.html#currentItem-prop +"TQComboBox/currentText" tqcombobox.html#currentText-prop +"TQComboBox/duplicatesEnabled" tqcombobox.html#duplicatesEnabled-prop +"TQComboBox/editable" tqcombobox.html#editable-prop +"TQComboBox/insertionPolicy" tqcombobox.html#insertionPolicy-prop +"TQComboBox/maxCount" tqcombobox.html#maxCount-prop +"TQComboBox/sizeLimit" tqcombobox.html#sizeLimit-prop "TQDataBrowser/autoEdit" tqdatabrowser.html#autoEdit-prop "TQDataBrowser/boundaryChecking" tqdatabrowser.html#boundaryChecking-prop "TQDataBrowser/confirmCancels" tqdatabrowser.html#confirmCancels-prop @@ -67,18 +67,18 @@ "TQDateEdit/minValue" tqdateedit.html#minValue-prop "TQDateEdit/order" tqdateedit.html#order-prop "TQDateTimeEdit/dateTime" tqdatetimeedit.html#dateTime-prop -"QDial/lineStep" ntqdial.html#lineStep-prop -"QDial/maxValue" ntqdial.html#maxValue-prop -"QDial/minValue" ntqdial.html#minValue-prop -"QDial/notchSize" ntqdial.html#notchSize-prop -"QDial/notchTarget" ntqdial.html#notchTarget-prop -"QDial/notchesVisible" ntqdial.html#notchesVisible-prop -"QDial/pageStep" ntqdial.html#pageStep-prop -"QDial/tracking" ntqdial.html#tracking-prop -"QDial/value" ntqdial.html#value-prop -"QDial/wrapping" ntqdial.html#wrapping-prop -"QDialog/modal" ntqdialog.html#modal-prop -"QDialog/sizeGripEnabled" ntqdialog.html#sizeGripEnabled-prop +"TQDial/lineStep" tqdial.html#lineStep-prop +"TQDial/maxValue" tqdial.html#maxValue-prop +"TQDial/minValue" tqdial.html#minValue-prop +"TQDial/notchSize" tqdial.html#notchSize-prop +"TQDial/notchTarget" tqdial.html#notchTarget-prop +"TQDial/notchesVisible" tqdial.html#notchesVisible-prop +"TQDial/pageStep" tqdial.html#pageStep-prop +"TQDial/tracking" tqdial.html#tracking-prop +"TQDial/value" tqdial.html#value-prop +"TQDial/wrapping" tqdial.html#wrapping-prop +"TQDialog/modal" tqdialog.html#modal-prop +"TQDialog/sizeGripEnabled" tqdialog.html#sizeGripEnabled-prop "QDockArea/count" ntqdockarea.html#count-prop "QDockArea/empty" ntqdockarea.html#empty-prop "QDockArea/handlePosition" ntqdockarea.html#handlePosition-prop @@ -150,12 +150,12 @@ "TQIconView/wordWrapIconText" tqiconview.html#wordWrapIconText-prop "QIntValidator/bottom" qintvalidator.html#bottom-prop "QIntValidator/top" qintvalidator.html#top-prop -"QLCDNumber/intValue" ntqlcdnumber.html#intValue-prop -"QLCDNumber/mode" ntqlcdnumber.html#mode-prop -"QLCDNumber/numDigits" ntqlcdnumber.html#numDigits-prop -"QLCDNumber/segmentStyle" ntqlcdnumber.html#segmentStyle-prop -"QLCDNumber/smallDecimalPoint" ntqlcdnumber.html#smallDecimalPoint-prop -"QLCDNumber/value" ntqlcdnumber.html#value-prop +"TQLCDNumber/intValue" tqlcdnumber.html#intValue-prop +"TQLCDNumber/mode" tqlcdnumber.html#mode-prop +"TQLCDNumber/numDigits" tqlcdnumber.html#numDigits-prop +"TQLCDNumber/segmentStyle" tqlcdnumber.html#segmentStyle-prop +"TQLCDNumber/smallDecimalPoint" tqlcdnumber.html#smallDecimalPoint-prop +"TQLCDNumber/value" tqlcdnumber.html#value-prop "TQLabel/alignment" tqlabel.html#alignment-prop "TQLabel/indent" tqlabel.html#indent-prop "TQLabel/pixmap" tqlabel.html#pixmap-prop @@ -165,23 +165,23 @@ "QLayout/margin" ntqlayout.html#margin-prop "QLayout/resizeMode" ntqlayout.html#resizeMode-prop "QLayout/spacing" ntqlayout.html#spacing-prop -"QLineEdit/acceptableInput" ntqlineedit.html#acceptableInput-prop -"QLineEdit/alignment" ntqlineedit.html#alignment-prop -"QLineEdit/cursorPosition" ntqlineedit.html#cursorPosition-prop -"QLineEdit/displayText" ntqlineedit.html#displayText-prop -"QLineEdit/dragEnabled" ntqlineedit.html#dragEnabled-prop -"QLineEdit/echoMode" ntqlineedit.html#echoMode-prop -"QLineEdit/edited" ntqlineedit.html#edited-prop -"QLineEdit/frame" ntqlineedit.html#frame-prop -"QLineEdit/hasSelectedText" ntqlineedit.html#hasSelectedText-prop -"QLineEdit/inputMask" ntqlineedit.html#inputMask-prop -"QLineEdit/maxLength" ntqlineedit.html#maxLength-prop -"QLineEdit/modified" ntqlineedit.html#modified-prop -"QLineEdit/readOnly" ntqlineedit.html#readOnly-prop -"QLineEdit/redoAvailable" ntqlineedit.html#redoAvailable-prop -"QLineEdit/selectedText" ntqlineedit.html#selectedText-prop -"QLineEdit/text" ntqlineedit.html#text-prop -"QLineEdit/undoAvailable" ntqlineedit.html#undoAvailable-prop +"TQLineEdit/acceptableInput" tqlineedit.html#acceptableInput-prop +"TQLineEdit/alignment" tqlineedit.html#alignment-prop +"TQLineEdit/cursorPosition" tqlineedit.html#cursorPosition-prop +"TQLineEdit/displayText" tqlineedit.html#displayText-prop +"TQLineEdit/dragEnabled" tqlineedit.html#dragEnabled-prop +"TQLineEdit/echoMode" tqlineedit.html#echoMode-prop +"TQLineEdit/edited" tqlineedit.html#edited-prop +"TQLineEdit/frame" tqlineedit.html#frame-prop +"TQLineEdit/hasSelectedText" tqlineedit.html#hasSelectedText-prop +"TQLineEdit/inputMask" tqlineedit.html#inputMask-prop +"TQLineEdit/maxLength" tqlineedit.html#maxLength-prop +"TQLineEdit/modified" tqlineedit.html#modified-prop +"TQLineEdit/readOnly" tqlineedit.html#readOnly-prop +"TQLineEdit/redoAvailable" tqlineedit.html#redoAvailable-prop +"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 @@ -239,50 +239,50 @@ "QProgressDialog/totalSteps" ntqprogressdialog.html#totalSteps-prop "QProgressDialog/wasCanceled" ntqprogressdialog.html#wasCanceled-prop "QProgressDialog/wasCancelled" ntqprogressdialog.html#wasCancelled-prop -"QPushButton/autoDefault" ntqpushbutton.html#autoDefault-prop -"QPushButton/default" ntqpushbutton.html#default-prop -"QPushButton/flat" ntqpushbutton.html#flat-prop -"QPushButton/iconSet" ntqpushbutton.html#iconSet-prop -"QPushButton/menuButton" ntqpushbutton.html#menuButton-prop -"QRadioButton/checked" ntqradiobutton.html#checked-prop -"QScrollBar/draggingSlider" ntqscrollbar.html#draggingSlider-prop -"QScrollBar/lineStep" ntqscrollbar.html#lineStep-prop -"QScrollBar/maxValue" ntqscrollbar.html#maxValue-prop -"QScrollBar/minValue" ntqscrollbar.html#minValue-prop -"QScrollBar/orientation" ntqscrollbar.html#orientation-prop -"QScrollBar/pageStep" ntqscrollbar.html#pageStep-prop -"QScrollBar/tracking" ntqscrollbar.html#tracking-prop -"QScrollBar/value" ntqscrollbar.html#value-prop -"QScrollView/contentsHeight" ntqscrollview.html#contentsHeight-prop -"QScrollView/contentsWidth" ntqscrollview.html#contentsWidth-prop -"QScrollView/contentsX" ntqscrollview.html#contentsX-prop -"QScrollView/contentsY" ntqscrollview.html#contentsY-prop -"QScrollView/dragAutoScroll" ntqscrollview.html#dragAutoScroll-prop -"QScrollView/hScrollBarMode" ntqscrollview.html#hScrollBarMode-prop -"QScrollView/resizePolicy" ntqscrollview.html#resizePolicy-prop -"QScrollView/vScrollBarMode" ntqscrollview.html#vScrollBarMode-prop -"QScrollView/visibleHeight" ntqscrollview.html#visibleHeight-prop -"QScrollView/visibleWidth" ntqscrollview.html#visibleWidth-prop -"QSlider/lineStep" ntqslider.html#lineStep-prop -"QSlider/maxValue" ntqslider.html#maxValue-prop -"QSlider/minValue" ntqslider.html#minValue-prop -"QSlider/orientation" ntqslider.html#orientation-prop -"QSlider/pageStep" ntqslider.html#pageStep-prop -"QSlider/tickInterval" ntqslider.html#tickInterval-prop -"QSlider/tickmarks" ntqslider.html#tickmarks-prop -"QSlider/tracking" ntqslider.html#tracking-prop -"QSlider/value" ntqslider.html#value-prop -"QSpinBox/buttonSymbols" ntqspinbox.html#buttonSymbols-prop -"QSpinBox/cleanText" ntqspinbox.html#cleanText-prop -"QSpinBox/lineStep" ntqspinbox.html#lineStep-prop -"QSpinBox/maxValue" ntqspinbox.html#maxValue-prop -"QSpinBox/minValue" ntqspinbox.html#minValue-prop -"QSpinBox/prefix" ntqspinbox.html#prefix-prop -"QSpinBox/specialValueText" ntqspinbox.html#specialValueText-prop -"QSpinBox/suffix" ntqspinbox.html#suffix-prop -"QSpinBox/text" ntqspinbox.html#text-prop -"QSpinBox/value" ntqspinbox.html#value-prop -"QSpinBox/wrapping" ntqspinbox.html#wrapping-prop +"TQPushButton/autoDefault" tqpushbutton.html#autoDefault-prop +"TQPushButton/default" tqpushbutton.html#default-prop +"TQPushButton/flat" tqpushbutton.html#flat-prop +"TQPushButton/iconSet" tqpushbutton.html#iconSet-prop +"TQPushButton/menuButton" tqpushbutton.html#menuButton-prop +"TQRadioButton/checked" tqradiobutton.html#checked-prop +"TQScrollBar/draggingSlider" tqscrollbar.html#draggingSlider-prop +"TQScrollBar/lineStep" tqscrollbar.html#lineStep-prop +"TQScrollBar/maxValue" tqscrollbar.html#maxValue-prop +"TQScrollBar/minValue" tqscrollbar.html#minValue-prop +"TQScrollBar/orientation" tqscrollbar.html#orientation-prop +"TQScrollBar/pageStep" tqscrollbar.html#pageStep-prop +"TQScrollBar/tracking" tqscrollbar.html#tracking-prop +"TQScrollBar/value" tqscrollbar.html#value-prop +"TQScrollView/contentsHeight" tqscrollview.html#contentsHeight-prop +"TQScrollView/contentsWidth" tqscrollview.html#contentsWidth-prop +"TQScrollView/contentsX" tqscrollview.html#contentsX-prop +"TQScrollView/contentsY" tqscrollview.html#contentsY-prop +"TQScrollView/dragAutoScroll" tqscrollview.html#dragAutoScroll-prop +"TQScrollView/hScrollBarMode" tqscrollview.html#hScrollBarMode-prop +"TQScrollView/resizePolicy" tqscrollview.html#resizePolicy-prop +"TQScrollView/vScrollBarMode" tqscrollview.html#vScrollBarMode-prop +"TQScrollView/visibleHeight" tqscrollview.html#visibleHeight-prop +"TQScrollView/visibleWidth" tqscrollview.html#visibleWidth-prop +"TQSlider/lineStep" tqslider.html#lineStep-prop +"TQSlider/maxValue" tqslider.html#maxValue-prop +"TQSlider/minValue" tqslider.html#minValue-prop +"TQSlider/orientation" tqslider.html#orientation-prop +"TQSlider/pageStep" tqslider.html#pageStep-prop +"TQSlider/tickInterval" tqslider.html#tickInterval-prop +"TQSlider/tickmarks" tqslider.html#tickmarks-prop +"TQSlider/tracking" tqslider.html#tracking-prop +"TQSlider/value" tqslider.html#value-prop +"TQSpinBox/buttonSymbols" tqspinbox.html#buttonSymbols-prop +"TQSpinBox/cleanText" tqspinbox.html#cleanText-prop +"TQSpinBox/lineStep" tqspinbox.html#lineStep-prop +"TQSpinBox/maxValue" tqspinbox.html#maxValue-prop +"TQSpinBox/minValue" tqspinbox.html#minValue-prop +"TQSpinBox/prefix" tqspinbox.html#prefix-prop +"TQSpinBox/specialValueText" tqspinbox.html#specialValueText-prop +"TQSpinBox/suffix" tqspinbox.html#suffix-prop +"TQSpinBox/text" tqspinbox.html#text-prop +"TQSpinBox/value" tqspinbox.html#value-prop +"TQSpinBox/wrapping" tqspinbox.html#wrapping-prop "QSplitter/childrenCollapsible" ntqsplitter.html#childrenCollapsible-prop "QSplitter/handleWidth" ntqsplitter.html#handleWidth-prop "QSplitter/opaqueResize" ntqsplitter.html#opaqueResize-prop diff --git a/doc/html/qerrormessage-h.html b/doc/html/qerrormessage-h.html index 6b363eaf1..4dc041b6b 100644 --- a/doc/html/qerrormessage-h.html +++ b/doc/html/qerrormessage-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQERRORMESSAGE_H #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #endif // QT_H #ifndef TQT_NO_ERRORMESSAGE diff --git a/doc/html/qerrormessage-members.html b/doc/html/qerrormessage-members.html index 4c4bc98e4..d507e608e 100644 --- a/doc/html/qerrormessage-members.html +++ b/doc/html/qerrormessage-members.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqerrormessage.html#TQErrorMessage">TQErrorMessage</a>() <li><a href="ntqerrormessage.html#~TQErrorMessage">~TQErrorMessage</a>() -<li><a href="ntqdialog.html#accept">accept</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="tqwidget.html#autoMask">autoMask</a>() @@ -78,7 +78,7 @@ 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="ntqdialog.html#done">done</a>() +<li><a href="tqdialog.html#done">done</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>() @@ -93,8 +93,8 @@ 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="ntqdialog.html#exec">exec</a>() -<li><a href="ntqdialog.html#extension">extension</a>() +<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="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -146,10 +146,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() -<li><a href="ntqdialog.html#isModal">isModal</a>() +<li><a href="tqdialog.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() +<li><a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</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>() @@ -192,7 +192,7 @@ 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="ntqdialog.html#orientation">orientation</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>() @@ -213,7 +213,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqdialog.html#reject">reject</a>() +<li><a href="tqdialog.html#reject">reject</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -223,7 +223,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="tqwidget.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqdialog.html#result">result</a>() +<li><a href="tqdialog.html#result">result</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>() @@ -240,7 +240,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="ntqdialog.html#setExtension">setExtension</a>() +<li><a href="tqdialog.html#setExtension">setExtension</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>() @@ -262,18 +262,18 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#setModal">setModal</a>() +<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="ntqdialog.html#setOrientation">setOrientation</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>() <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="ntqdialog.html#setResult">setResult</a>() +<li><a href="tqdialog.html#setResult">setResult</a>() <li><a href="tqwidget.html#setShown">setShown</a>() -<li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() +<li><a href="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</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>() @@ -282,9 +282,9 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#show">show</a>() +<li><a href="tqdialog.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() -<li><a href="ntqdialog.html#showExtension">showExtension</a>() +<li><a href="tqdialog.html#showExtension">showExtension</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() diff --git a/doc/html/qfd-example.html b/doc/html/qfd-example.html index 9690f9480..3e86686fd 100644 --- a/doc/html/qfd-example.html +++ b/doc/html/qfd-example.html @@ -100,13 +100,13 @@ public: #include "fontdisplayer.h" #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> +#include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqtoolbar-h.html">tqtoolbar.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>> #include <stdlib.h> @@ -233,11 +233,11 @@ void <a name="f534"></a>FontRowTable::chooseFont() FontRowTable* table = new FontRowTable(this); <a href="tqtoolbar.html">TQToolBar</a>* controls = new <a href="tqtoolbar.html">TQToolBar</a>(this); (void) new <a href="tqlabel.html">TQLabel</a>(<a href="tqobject.html#tr">tr</a>("Row:"), controls); - <a href="ntqspinbox.html">TQSpinBox</a> *row = new <a href="ntqspinbox.html">TQSpinBox</a>(0,255,1,controls); + <a href="tqspinbox.html">TQSpinBox</a> *row = new <a href="tqspinbox.html">TQSpinBox</a>(0,255,1,controls); <a name="x2010"></a> controls-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); - <a href="ntqpushbutton.html">TQPushButton</a> *fontbutton = new <a href="ntqpushbutton.html">TQPushButton</a>(<a href="tqobject.html#tr">tr</a>("Font..."), controls); + <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="ntqspinbox.html#valueChanged">valueChanged</a>(int)),table,TQ_SLOT(setRow(int))); +<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>(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>&))); @@ -261,7 +261,7 @@ void <a name="f534"></a>FontRowTable::chooseFont() #include "fontdisplayer.h" #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qslider-h.html">ntqslider.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> diff --git a/doc/html/qgridlayout.html b/doc/html/qgridlayout.html index 7e6fd4035..c13757f62 100644 --- a/doc/html/qgridlayout.html +++ b/doc/html/qgridlayout.html @@ -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="ntqlineedit.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="ntqlistbox.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 diff --git a/doc/html/qgridview-h.html b/doc/html/qgridview-h.html index 441c1ff54..b49ba7205 100644 --- a/doc/html/qgridview-h.html +++ b/doc/html/qgridview-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQGRIDVIEW_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #endif // QT_H #ifndef TQT_NO_GRIDVIEW diff --git a/doc/html/qgridview-members.html b/doc/html/qgridview-members.html index 6511e6617..396597089 100644 --- a/doc/html/qgridview-members.html +++ b/doc/html/qgridview-members.html @@ -38,7 +38,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqgridview.html#TQGridView">TQGridView</a>() <li><a href="ntqgridview.html#~TQGridView">~TQGridView</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqscrollview.html#addChild">addChild</a>() +<li><a href="tqscrollview.html#addChild">addChild</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,20 +48,20 @@ 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="ntqscrollview.html#bottomMargin">bottomMargin</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="ntqscrollview.html#center">center</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>() <li><a href="tqwidget.html#childAt">childAt</a>() <li><a href="tqobject.html#childEvent">childEvent</a>() -<li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() -<li><a href="ntqscrollview.html#childX">childX</a>() -<li><a href="ntqscrollview.html#childY">childY</a>() +<li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() +<li><a href="tqscrollview.html#childX">childX</a>() +<li><a href="tqscrollview.html#childY">childY</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() @@ -70,7 +70,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() -<li><a href="ntqscrollview.html#clipper">clipper</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>() @@ -79,25 +79,25 @@ 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="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() -<li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() -<li><a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() -<li><a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>() -<li><a href="ntqscrollview.html#contentsHeight">contentsHeight</a>() -<li><a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() -<li><a href="ntqscrollview.html#contentsMoving">contentsMoving</a>() +<li><a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() +<li><a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() +<li><a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() +<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="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="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() -<li><a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() -<li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() -<li><a href="ntqscrollview.html#contentsX">contentsX</a>() -<li><a href="ntqscrollview.html#contentsY">contentsY</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="ntqscrollview.html#cornerWidget">cornerWidget</a>() +<li><a href="tqscrollview.html#cornerWidget">cornerWidget</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>() @@ -108,27 +108,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqgridview.html#dimensionChange">dimensionChange</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</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="ntqscrollview.html#drawContents">drawContents</a>() -<li><a href="ntqscrollview.html#drawContentsOffset">drawContentsOffset</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="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="ntqscrollview.html#enableClipper">enableClipper</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="ntqscrollview.html#ensureVisible">ensureVisible</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="ntqscrollview.html#eventFilter">eventFilter</a>() +<li><a href="tqscrollview.html#eventFilter">eventFilter</a>() <li><a href="tqwidget.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -155,20 +155,20 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#hScrollBarMode">hScrollBarMode</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>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() +<li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</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="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() -<li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() -<li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</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>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -189,7 +189,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() -<li><a href="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() +<li><a href="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() @@ -198,7 +198,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() +<li><a href="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() @@ -210,7 +210,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="ntqscrollview.html#leftMargin">leftMargin</a>() +<li><a href="tqscrollview.html#leftMargin">leftMargin</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() @@ -238,7 +238,7 @@ 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="ntqscrollview.html#moveChild">moveChild</a>() +<li><a href="tqscrollview.html#moveChild">moveChild</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() @@ -268,21 +268,21 @@ 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="ntqscrollview.html#removeChild">removeChild</a>() +<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="ntqscrollview.html#repaintContents">repaintContents</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="ntqscrollview.html#resizeContents">resizeContents</a>() +<li><a href="tqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqscrollview.html#resizePolicy">resizePolicy</a>() -<li><a href="ntqscrollview.html#rightMargin">rightMargin</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="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() +<li><a href="tqscrollview.html#scrollBy">scrollBy</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>() @@ -295,11 +295,11 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setContentsPos">setContentsPos</a>() -<li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</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>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() +<li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</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>() @@ -315,8 +315,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() <li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqscrollview.html#setHBarGeometry">setHBarGeometry</a>() -<li><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() +<li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() +<li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</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>() @@ -324,7 +324,7 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setMargins">setMargins</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>() @@ -343,21 +343,21 @@ 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="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() +<li><a href="tqscrollview.html#setResizePolicy">setResizePolicy</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="ntqscrollview.html#setStaticBackground">setStaticBackground</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="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() -<li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() +<li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() +<li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</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="tqwidget.html#show">show</a>() -<li><a href="ntqscrollview.html#showChild">showChild</a>() +<li><a href="tqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() @@ -376,7 +376,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="ntqscrollview.html#topMargin">topMargin</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="tqwidget.html#unsetCursor">unsetCursor</a>() @@ -384,22 +384,22 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#updateContents">updateContents</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>() -<li><a href="ntqscrollview.html#updateScrollBars">updateScrollBars</a>() -<li><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>() -<li><a href="ntqscrollview.html#verticalScrollBar">verticalScrollBar</a>() -<li><a href="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() -<li><a href="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() -<li><a href="ntqscrollview.html#viewport">viewport</a>() -<li><a href="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() -<li><a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() -<li><a href="ntqscrollview.html#viewportSize">viewportSize</a>() -<li><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>() -<li><a href="ntqscrollview.html#visibleHeight">visibleHeight</a>() +<li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() +<li><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</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>() +<li><a href="tqscrollview.html#viewport">viewport</a>() +<li><a href="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() +<li><a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() +<li><a href="tqscrollview.html#viewportSize">viewportSize</a>() +<li><a href="tqscrollview.html#viewportToContents">viewportToContents</a>() +<li><a href="tqscrollview.html#visibleHeight">visibleHeight</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqscrollview.html#visibleWidth">visibleWidth</a>() +<li><a href="tqscrollview.html#visibleWidth">visibleWidth</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/qinputdialog-h.html b/doc/html/qinputdialog-h.html index d3d3a5283..238bdf48d 100644 --- a/doc/html/qinputdialog-h.html +++ b/doc/html/qinputdialog-h.html @@ -78,9 +78,9 @@ body { background: #ffffff; color: black; } #define TQINPUTDIALOG_H #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #include "tqstring.h" -#include "ntqlineedit.h" +#include "tqlineedit.h" #endif // QT_H #ifndef TQT_NO_INPUTDIALOG diff --git a/doc/html/qinputdialog-members.html b/doc/html/qinputdialog-members.html index 3dd249771..b8fc6caa0 100644 --- a/doc/html/qinputdialog-members.html +++ b/doc/html/qinputdialog-members.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="ntqinputdialog.html">TQInputDialog</a>, including inherited members. <ul> -<li><a href="ntqdialog.html#accept">accept</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="tqwidget.html#autoMask">autoMask</a>() @@ -76,7 +76,7 @@ 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="ntqdialog.html#done">done</a>() +<li><a href="tqdialog.html#done">done</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>() @@ -91,8 +91,8 @@ 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="ntqdialog.html#exec">exec</a>() -<li><a href="ntqdialog.html#extension">extension</a>() +<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="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -148,10 +148,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() -<li><a href="ntqdialog.html#isModal">isModal</a>() +<li><a href="tqdialog.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() +<li><a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</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>() @@ -193,7 +193,7 @@ 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="ntqdialog.html#orientation">orientation</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>() @@ -213,7 +213,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqdialog.html#reject">reject</a>() +<li><a href="tqdialog.html#reject">reject</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -223,7 +223,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="tqwidget.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqdialog.html#result">result</a>() +<li><a href="tqdialog.html#result">result</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>() @@ -240,7 +240,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="ntqdialog.html#setExtension">setExtension</a>() +<li><a href="tqdialog.html#setExtension">setExtension</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>() @@ -262,18 +262,18 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#setModal">setModal</a>() +<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="ntqdialog.html#setOrientation">setOrientation</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>() <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="ntqdialog.html#setResult">setResult</a>() +<li><a href="tqdialog.html#setResult">setResult</a>() <li><a href="tqwidget.html#setShown">setShown</a>() -<li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() +<li><a href="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</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>() @@ -282,9 +282,9 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#show">show</a>() +<li><a href="tqdialog.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() -<li><a href="ntqdialog.html#showExtension">showExtension</a>() +<li><a href="tqdialog.html#showExtension">showExtension</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() diff --git a/doc/html/qintvalidator.html b/doc/html/qintvalidator.html index 965f0b030..119a8116a 100644 --- a/doc/html/qintvalidator.html +++ b/doc/html/qintvalidator.html @@ -63,10 +63,10 @@ that a string contains a valid integer within a specified range. <p> Example of use: <p> <pre> <a href="ntqvalidator.html">TQValidator</a>* validator = new TQIntValidator( 100, 999, this ); - <a href="ntqlineedit.html">TQLineEdit</a>* edit = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); + <a href="tqlineedit.html">TQLineEdit</a>* edit = new <a href="tqlineedit.html">TQLineEdit</a>( this ); // the edit lineedit will only accept integers between 100 and 999 - edit-><a href="ntqlineedit.html#setValidator">setValidator</a>( validator ); + edit-><a href="tqlineedit.html#setValidator">setValidator</a>( validator ); </pre> <p> Below we present some examples of validators. In practice they would diff --git a/doc/html/qlistbox-h.html b/doc/html/qlistbox-h.html index 5472e2641..2ced14ccf 100644 --- a/doc/html/qlistbox-h.html +++ b/doc/html/qlistbox-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQLISTBOX_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #include "tqpixmap.h" #endif // QT_H diff --git a/doc/html/qlistbox-members.html b/doc/html/qlistbox-members.html index 6a7d54b2c..3597fb360 100644 --- a/doc/html/qlistbox-members.html +++ b/doc/html/qlistbox-members.html @@ -38,7 +38,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistbox.html#TQListBox">TQListBox</a>() <li><a href="ntqlistbox.html#~TQListBox">~TQListBox</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqscrollview.html#addChild">addChild</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="tqwidget.html#autoMask">autoMask</a>() @@ -50,21 +50,21 @@ 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="ntqscrollview.html#bottomMargin">bottomMargin</a>() +<li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="ntqlistbox.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="ntqscrollview.html#center">center</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="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() <li><a href="tqobject.html#childEvent">childEvent</a>() -<li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() -<li><a href="ntqscrollview.html#childX">childX</a>() -<li><a href="ntqscrollview.html#childY">childY</a>() +<li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() +<li><a href="tqscrollview.html#childX">childX</a>() +<li><a href="tqscrollview.html#childY">childY</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() @@ -76,7 +76,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="ntqlistbox.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() -<li><a href="ntqscrollview.html#clipper">clipper</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>() @@ -85,26 +85,26 @@ 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="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() -<li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() -<li><a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() -<li><a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>() -<li><a href="ntqscrollview.html#contentsHeight">contentsHeight</a>() -<li><a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() -<li><a href="ntqscrollview.html#contentsMoving">contentsMoving</a>() +<li><a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() +<li><a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() +<li><a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() +<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="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="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() -<li><a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() -<li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() -<li><a href="ntqscrollview.html#contentsX">contentsX</a>() -<li><a href="ntqscrollview.html#contentsY">contentsY</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="ntqscrollview.html#cornerWidget">cornerWidget</a>() +<li><a href="tqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="ntqlistbox.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="ntqlistbox.html#currentChanged">currentChanged</a>() @@ -120,27 +120,27 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#dragAutoScroll">dragAutoScroll</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="ntqscrollview.html#drawContents">drawContents</a>() -<li><a href="ntqscrollview.html#drawContentsOffset">drawContentsOffset</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="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="ntqscrollview.html#enableClipper">enableClipper</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="ntqscrollview.html#ensureVisible">ensureVisible</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="ntqscrollview.html#eventFilter">eventFilter</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>() @@ -168,21 +168,21 @@ 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="ntqscrollview.html#hScrollBarMode">hScrollBarMode</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>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() +<li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</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="ntqlistbox.html#highlighted">highlighted</a>() -<li><a href="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() -<li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() -<li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</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>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -209,7 +209,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() -<li><a href="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() +<li><a href="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() @@ -221,7 +221,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() +<li><a href="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() @@ -239,7 +239,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="ntqscrollview.html#leftMargin">leftMargin</a>() +<li><a href="tqscrollview.html#leftMargin">leftMargin</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() @@ -270,7 +270,7 @@ 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="ntqscrollview.html#moveChild">moveChild</a>() +<li><a href="tqscrollview.html#moveChild">moveChild</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() @@ -305,25 +305,25 @@ 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="ntqscrollview.html#removeChild">removeChild</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="tqwidget.html#repaint">repaint</a>() -<li><a href="ntqscrollview.html#repaintContents">repaintContents</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="ntqscrollview.html#resizeContents">resizeContents</a>() +<li><a href="tqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqscrollview.html#resizePolicy">resizePolicy</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="ntqscrollview.html#rightMargin">rightMargin</a>() +<li><a href="tqscrollview.html#rightMargin">rightMargin</a>() <li><a href="ntqlistbox.html#rowMode">rowMode</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="ntqlistbox.html#scrollBar">scrollBar</a>() -<li><a href="ntqscrollview.html#scrollBy">scrollBy</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>() @@ -344,12 +344,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistbox.html#setBottomScrollBar">setBottomScrollBar</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="ntqlistbox.html#setColumnMode">setColumnMode</a>() -<li><a href="ntqscrollview.html#setContentsPos">setContentsPos</a>() -<li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</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="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() +<li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</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>() @@ -365,8 +365,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() <li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqscrollview.html#setHBarGeometry">setHBarGeometry</a>() -<li><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() +<li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() +<li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</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>() @@ -374,7 +374,7 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setMargins">setMargins</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>() @@ -392,7 +392,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="ntqscrollview.html#setResizePolicy">setResizePolicy</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>() @@ -400,20 +400,20 @@ 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="ntqscrollview.html#setStaticBackground">setStaticBackground</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="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() -<li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</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="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() <li><a href="tqwidget.html#setWindowState">setWindowState</a>() <li><a href="tqwidget.html#show">show</a>() -<li><a href="ntqscrollview.html#showChild">showChild</a>() +<li><a href="tqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() @@ -437,7 +437,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistbox.html#toggleCurrentItem">toggleCurrentItem</a>() <li><a href="ntqlistbox.html#topItem">topItem</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqscrollview.html#topMargin">topMargin</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="tqobject.html#tr">tr</a>() @@ -447,25 +447,25 @@ 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="ntqscrollview.html#updateContents">updateContents</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="tqwidget.html#updateMask">updateMask</a>() -<li><a href="ntqscrollview.html#updateScrollBars">updateScrollBars</a>() -<li><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</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="ntqscrollview.html#verticalScrollBar">verticalScrollBar</a>() -<li><a href="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() -<li><a href="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() -<li><a href="ntqscrollview.html#viewport">viewport</a>() -<li><a href="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() -<li><a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() -<li><a href="ntqscrollview.html#viewportSize">viewportSize</a>() -<li><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>() -<li><a href="ntqscrollview.html#visibleHeight">visibleHeight</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>() +<li><a href="tqscrollview.html#viewport">viewport</a>() +<li><a href="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() +<li><a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() +<li><a href="tqscrollview.html#viewportSize">viewportSize</a>() +<li><a href="tqscrollview.html#viewportToContents">viewportToContents</a>() +<li><a href="tqscrollview.html#visibleHeight">visibleHeight</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqscrollview.html#visibleWidth">visibleWidth</a>() +<li><a href="tqscrollview.html#visibleWidth">visibleWidth</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/qlistview-h.html b/doc/html/qlistview-h.html index a5594975b..414b2b23c 100644 --- a/doc/html/qlistview-h.html +++ b/doc/html/qlistview-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQLISTVIEW_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #endif // QT_H #ifndef TQT_NO_LISTVIEW diff --git a/doc/html/qlistview-members.html b/doc/html/qlistview-members.html index 212eaa24f..b3fa5379d 100644 --- a/doc/html/qlistview-members.html +++ b/doc/html/qlistview-members.html @@ -38,7 +38,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistview.html#TQListView">TQListView</a>() <li><a href="ntqlistview.html#~TQListView">~TQListView</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqscrollview.html#addChild">addChild</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="tqwidget.html#adjustSize">adjustSize</a>() @@ -51,17 +51,17 @@ 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="ntqscrollview.html#bottomMargin">bottomMargin</a>() +<li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqscrollview.html#center">center</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>() <li><a href="tqwidget.html#childAt">childAt</a>() <li><a href="ntqlistview.html#childCount">childCount</a>() <li><a href="tqobject.html#childEvent">childEvent</a>() -<li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() -<li><a href="ntqscrollview.html#childX">childX</a>() -<li><a href="ntqscrollview.html#childY">childY</a>() +<li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() +<li><a href="tqscrollview.html#childX">childX</a>() +<li><a href="tqscrollview.html#childY">childY</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() @@ -73,7 +73,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="ntqlistview.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() -<li><a href="ntqscrollview.html#clipper">clipper</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>() @@ -87,26 +87,26 @@ 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="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() -<li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() -<li><a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() -<li><a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>() -<li><a href="ntqscrollview.html#contentsHeight">contentsHeight</a>() +<li><a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() +<li><a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() +<li><a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() +<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="ntqscrollview.html#contentsMoving">contentsMoving</a>() +<li><a href="tqscrollview.html#contentsMoving">contentsMoving</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() -<li><a href="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() -<li><a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() -<li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() -<li><a href="ntqscrollview.html#contentsX">contentsX</a>() -<li><a href="ntqscrollview.html#contentsY">contentsY</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="ntqscrollview.html#cornerWidget">cornerWidget</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>() @@ -121,12 +121,12 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#dragAutoScroll">dragAutoScroll</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="ntqscrollview.html#drawContents">drawContents</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="tqwidget.html#drawText">drawText</a>() @@ -134,10 +134,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistview.html#dropped">dropped</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqscrollview.html#enableClipper">enableClipper</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="ntqscrollview.html#ensureVisible">ensureVisible</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>() @@ -172,12 +172,12 @@ 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="ntqscrollview.html#hScrollBarMode">hScrollBarMode</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>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() +<li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</a>() <li><a href="ntqlistview.html#header">header</a>() <li><a href="tqwidget.html#height">height</a>() <li><a href="tqwidget.html#heightForWidth">heightForWidth</a>() @@ -185,9 +185,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistview.html#hideColumn">hideColumn</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() -<li><a href="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() -<li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() -<li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</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>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -210,7 +210,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() -<li><a href="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() +<li><a href="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() @@ -223,7 +223,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() +<li><a href="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() @@ -241,7 +241,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistview.html#lastItem">lastItem</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() +<li><a href="tqscrollview.html#leftMargin">leftMargin</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() @@ -271,7 +271,7 @@ 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="ntqscrollview.html#moveChild">moveChild</a>() +<li><a href="tqscrollview.html#moveChild">moveChild</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() @@ -301,27 +301,27 @@ 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="ntqscrollview.html#removeChild">removeChild</a>() +<li><a href="tqscrollview.html#removeChild">removeChild</a>() <li><a href="ntqlistview.html#removeColumn">removeColumn</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqlistview.html#removeItem">removeItem</a>() <li><a href="tqwidget.html#repaint">repaint</a>() -<li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() +<li><a href="tqscrollview.html#repaintContents">repaintContents</a>() <li><a href="ntqlistview.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="ntqscrollview.html#resizeContents">resizeContents</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="ntqscrollview.html#resizePolicy">resizePolicy</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="ntqscrollview.html#rightMargin">rightMargin</a>() +<li><a href="tqscrollview.html#rightMargin">rightMargin</a>() <li><a href="ntqlistview.html#rootIsDecorated">rootIsDecorated</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqscrollview.html#scrollBy">scrollBy</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>() @@ -341,13 +341,13 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setContentsPos">setContentsPos</a>() -<li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</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="tqwidget.html#setCursor">setCursor</a>() <li><a href="ntqlistview.html#setDefaultRenameAction">setDefaultRenameAction</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() +<li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</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>() @@ -363,8 +363,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() <li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqscrollview.html#setHBarGeometry">setHBarGeometry</a>() -<li><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() +<li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() +<li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</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>() @@ -373,7 +373,7 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setMargins">setMargins</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>() @@ -393,7 +393,7 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setResizePolicy">setResizePolicy</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>() @@ -406,18 +406,18 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setStaticBackground">setStaticBackground</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="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() -<li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() +<li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() +<li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</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="tqwidget.html#show">show</a>() -<li><a href="ntqscrollview.html#showChild">showChild</a>() +<li><a href="tqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() @@ -444,7 +444,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="ntqscrollview.html#topMargin">topMargin</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>() @@ -456,19 +456,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistview.html#updateContents">updateContents</a>() <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() -<li><a href="ntqscrollview.html#updateScrollBars">updateScrollBars</a>() -<li><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>() -<li><a href="ntqscrollview.html#verticalScrollBar">verticalScrollBar</a>() -<li><a href="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() -<li><a href="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() -<li><a href="ntqscrollview.html#viewport">viewport</a>() -<li><a href="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() -<li><a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() -<li><a href="ntqscrollview.html#viewportSize">viewportSize</a>() -<li><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>() -<li><a href="ntqscrollview.html#visibleHeight">visibleHeight</a>() +<li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() +<li><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</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>() +<li><a href="tqscrollview.html#viewport">viewport</a>() +<li><a href="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() +<li><a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() +<li><a href="tqscrollview.html#viewportSize">viewportSize</a>() +<li><a href="tqscrollview.html#viewportToContents">viewportToContents</a>() +<li><a href="tqscrollview.html#visibleHeight">visibleHeight</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqscrollview.html#visibleWidth">visibleWidth</a>() +<li><a href="tqscrollview.html#visibleWidth">visibleWidth</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/qlistviewitem.html b/doc/html/qlistviewitem.html index aaa38fac6..70dd424ef 100644 --- a/doc/html/qlistviewitem.html +++ b/doc/html/qlistviewitem.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qlistview-h.html">ntqlistview.h</a>></tt> <p>Inherits <a href="ntqt.html">TQt</a>. -<p>Inherited by <a href="qchecklistitem.html">TQCheckListItem</a>. +<p>Inherited by <a href="tqchecklistitem.html">TQCheckListItem</a>. <p><a href="qlistviewitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -149,7 +149,7 @@ you can get a pointer to any TQListViewItem in a <a href="ntqlistview.html">TQLi <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. -<p> <a href="qchecklistitem.html">TQCheckListItem</a>s are list view items that have a checkbox or +<p> <a href="tqchecklistitem.html">TQCheckListItem</a>s are list view items that have a checkbox or radio button and can be used in place of plain TQListViewItems. <p> You can traverse the tree as if it were a doubly-linked list using <a href="#itemAbove">itemAbove</a>() and <a href="#itemBelow">itemBelow</a>(); they return pointers to the items @@ -209,7 +209,7 @@ 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="qchecklistitem.html">TQCheckListItem</a>, <a href="ntqlistview.html">TQListView</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="tqchecklistitem.html">TQCheckListItem</a>, <a href="ntqlistview.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 ) @@ -280,7 +280,7 @@ This virtual function is called whenever the user presses the mouse on this item or presses Space on it. <p> <p>See also <a href="#activatedPos">activatedPos</a>(). -<p>Reimplemented in <a href="qchecklistitem.html#activate">TQCheckListItem</a>. +<p>Reimplemented in <a href="tqchecklistitem.html#activate">TQCheckListItem</a>. <h3 class=fn>bool <a name="activatedPos"></a>TQListViewItem::activatedPos ( <a href="tqpoint.html">TQPoint</a> & pos )<tt> [protected]</tt> </h3> When called from a reimplementation of <a href="#activate">activate</a>(), this function @@ -553,7 +553,7 @@ 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>Example: <a href="listviews-example.html#x157">listviews/listviews.cpp</a>. -<p>Reimplemented in <a href="qchecklistitem.html#paintCell">TQCheckListItem</a>. +<p>Reimplemented in <a href="tqchecklistitem.html#paintCell">TQCheckListItem</a>. <h3 class=fn>void <a name="paintFocus"></a>TQListViewItem::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> Paints a focus indicator on the rectangle <em>r</em> using painter <em>p</em> @@ -561,7 +561,7 @@ 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>Reimplemented in <a href="qchecklistitem.html#paintFocus">TQCheckListItem</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> Returns the parent of this item, or 0 if this item has no parent. @@ -598,7 +598,7 @@ that you can distinguish between different kinds of list view items. You should use values greater than 1000 to allow for extensions to this class. -<p>Reimplemented in <a href="qchecklistitem.html#rtti">TQCheckListItem</a>. +<p>Reimplemented in <a href="tqchecklistitem.html#rtti">TQCheckListItem</a>. <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 diff --git a/doc/html/qmacstyle.html b/doc/html/qmacstyle.html index 99aaa8da0..b959189cf 100644 --- a/doc/html/qmacstyle.html +++ b/doc/html/qmacstyle.html @@ -79,7 +79,7 @@ subsequently not rendered correctly by the Appearance Manager).The managed widgets (widgets enumerated in <a href="tqstyle.html#ContentsType-enum">TQStyle::ContentsType</a>). <p> <li> Effects - TQMacStyle (in contrast to TQAquaStyle) is not emulating (except where Appearance Manager does not provide certain -capabilities), for example <a href="ntqpushbutton.html">TQPushButton</a> pulsing effects. In this case a +capabilities), for example <a href="tqpushbutton.html">TQPushButton</a> pulsing effects. In this case a near matching emulation has been implemented, but naturally this will not be identical to the similar functionality built into the Appearance Manager. Please report any issues you see in effects or non-standard @@ -102,7 +102,7 @@ documentation. <li><tt>TQMacStyle::FocusEnabled</tt> - show a focus rectangle when the widget has focus. <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="ntqlineedit.html">TQLineEdit</a>, +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 subclasses. </ul> diff --git a/doc/html/qmag-example.html b/doc/html/qmag-example.html index 3e8f4f0ba..bdaed4f16 100644 --- a/doc/html/qmag-example.html +++ b/doc/html/qmag-example.html @@ -52,8 +52,8 @@ magnified area as a .bmp file. ** *****************************************************************************/ -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> @@ -90,11 +90,11 @@ private: void grabAround(TQPoint pos); void grab(); - <a href="ntqcombobox.html">TQComboBox</a> *zoom; - <a href="ntqcombobox.html">TQComboBox</a> *refresh; - <a href="ntqpushbutton.html">TQPushButton</a> *saveButton; - <a href="ntqpushbutton.html">TQPushButton</a> *multiSaveButton; - <a href="ntqpushbutton.html">TQPushButton</a> *quitButton; + <a href="tqcombobox.html">TQComboBox</a> *zoom; + <a href="tqcombobox.html">TQComboBox</a> *refresh; + <a href="tqpushbutton.html">TQPushButton</a> *saveButton; + <a href="tqpushbutton.html">TQPushButton</a> *multiSaveButton; + <a href="tqpushbutton.html">TQPushButton</a> *quitButton; <a href="tqpixmap.html">TQPixmap</a> pm; // pixmap, magnified <a href="tqpixmap.html">TQPixmap</a> p; // pixmap <a href="tqimage.html">TQImage</a> image; // image of pixmap (for RGB) @@ -132,15 +132,15 @@ static const int timer[] = { #ifdef COMPLEX_GUI int w=0, x=0, n; - zoom = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, this ); + zoom = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, this ); <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(zoom); -<a name="x1773"></a> zoom-><a href="ntqcombobox.html#insertStrList">insertStrList</a>( zoomfactors, 9 ); -<a name="x1772"></a> <a href="tqobject.html#connect">connect</a>( zoom, TQ_SIGNAL(<a href="ntqcombobox.html#activated">activated</a>(int)), TQ_SLOT(setZoom(int)) ); +<a name="x1773"></a> zoom-><a href="tqcombobox.html#insertStrList">insertStrList</a>( zoomfactors, 9 ); +<a name="x1772"></a> <a href="tqobject.html#connect">connect</a>( zoom, TQ_SIGNAL(<a href="tqcombobox.html#activated">activated</a>(int)), TQ_SLOT(setZoom(int)) ); - refresh = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, this ); + refresh = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, this ); <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(refresh); - refresh-><a href="ntqcombobox.html#insertStrList">insertStrList</a>( refreshrates, 9 ); - <a href="tqobject.html#connect">connect</a>( refresh, TQ_SIGNAL(<a href="ntqcombobox.html#activated">activated</a>(int)), TQ_SLOT(setRefresh(int)) ); + refresh-><a href="tqcombobox.html#insertStrList">insertStrList</a>( refreshrates, 9 ); + <a href="tqobject.html#connect">connect</a>( refresh, TQ_SIGNAL(<a href="tqcombobox.html#activated">activated</a>(int)), TQ_SLOT(setRefresh(int)) ); for( n=0; n<9; n++) { <a name="x1797"></a> int w2 = zoom-><a href="tqwidget.html#fontMetrics">fontMetrics</a>().width( zoomfactors[n] ); @@ -156,22 +156,22 @@ static const int timer[] = { } refresh-><a href="tqwidget.html#setGeometry">setGeometry</a>( x, 2, w+30, 20 ); - saveButton = new <a href="ntqpushbutton.html">TQPushButton</a>( this ); + 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 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="ntqpushbutton.html">TQPushButton</a>( this ); -<a name="x1790"></a> multiSaveButton-><a href="ntqpushbutton.html#setToggleButton">setToggleButton</a>(TRUE); + 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 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="ntqpushbutton.html">TQPushButton</a>( this ); + 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" ); @@ -248,11 +248,11 @@ void <a name="f488"></a>MagWidget::multiSave() multifn = ""; // stops saving multifn = TQFileDialog::<a href="tqfiledialog.html#getSaveFileName">getSaveFileName</a>(); if ( multifn.<a href="tqstring.html#isEmpty">isEmpty</a>() ) -<a name="x1789"></a> multiSaveButton-><a href="ntqpushbutton.html#setOn">setOn</a>(FALSE); +<a name="x1789"></a> multiSaveButton-><a href="tqpushbutton.html#setOn">setOn</a>(FALSE); if ( !r ) p.<a href="tqpixmap.html#save">save</a>( multifn, "BMP" ); } else { - multiSaveButton-><a href="ntqpushbutton.html#setOn">setOn</a>(FALSE); + multiSaveButton-><a href="tqpushbutton.html#setOn">setOn</a>(FALSE); } } @@ -351,7 +351,7 @@ void <a name="f490"></a>MagWidget::grabAround(TQPoint pos) if ( pz > 8 ) pz = 8; if ( zoom ) -<a name="x1774"></a> zoom-><a href="ntqcombobox.html#setCurrentItem">setCurrentItem</a>( pz-1 ); +<a name="x1774"></a> zoom-><a href="tqcombobox.html#setCurrentItem">setCurrentItem</a>( pz-1 ); z = pz; grabx = TQMIN(rx, grabx) + w/2; diff --git a/doc/html/qmake-manual-7.html b/doc/html/qmake-manual-7.html index 969637d39..fe4763db0 100644 --- a/doc/html/qmake-manual-7.html +++ b/doc/html/qmake-manual-7.html @@ -57,7 +57,7 @@ body { background: #ffffff; color: black; } #include <iostream> #include <vector> #include <ntqapplication.h> // TQt includes - #include <ntqpushbutton.h> + #include <tqpushbutton.h> #include <tqlabel.h> #include "thirdparty/include/libmain.h" #include "my_stable_class.h" @@ -119,7 +119,7 @@ body { background: #ffffff; color: black; } # include <iostream> # include <ntqapplication.h> - # include <ntqpushbutton.h> + # include <tqpushbutton.h> # include <tqlabel.h> #endif </pre> @@ -154,7 +154,7 @@ body { background: #ffffff; color: black; } </pre> <p><b>main.cpp</b></p> <pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> - #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> + #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include "myobject.h" #include "mydialog.h" diff --git a/doc/html/qmessagebox-h.html b/doc/html/qmessagebox-h.html index 5b7f298e6..ec07d8d21 100644 --- a/doc/html/qmessagebox-h.html +++ b/doc/html/qmessagebox-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQMESSAGEBOX_H #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #endif // QT_H #ifndef TQT_NO_MESSAGEBOX diff --git a/doc/html/qmessagebox-members.html b/doc/html/qmessagebox-members.html index f85618f48..cd18e8555 100644 --- a/doc/html/qmessagebox-members.html +++ b/doc/html/qmessagebox-members.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqmessagebox.html#~TQMessageBox">~TQMessageBox</a>() <li><a href="ntqmessagebox.html#about">about</a>() <li><a href="ntqmessagebox.html#aboutTQt">aboutTQt</a>() -<li><a href="ntqdialog.html#accept">accept</a>() +<li><a href="tqdialog.html#accept">accept</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="ntqmessagebox.html#adjustSize">adjustSize</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() @@ -82,7 +82,7 @@ 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="ntqdialog.html#done">done</a>() +<li><a href="tqdialog.html#done">done</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>() @@ -97,8 +97,8 @@ 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="ntqdialog.html#exec">exec</a>() -<li><a href="ntqdialog.html#extension">extension</a>() +<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="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -152,10 +152,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() -<li><a href="ntqdialog.html#isModal">isModal</a>() +<li><a href="tqdialog.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() +<li><a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</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>() @@ -198,7 +198,7 @@ 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="ntqdialog.html#orientation">orientation</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>() @@ -220,7 +220,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqdialog.html#reject">reject</a>() +<li><a href="tqdialog.html#reject">reject</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -230,7 +230,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="tqwidget.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqdialog.html#result">result</a>() +<li><a href="tqdialog.html#result">result</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,7 +248,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="ntqdialog.html#setExtension">setExtension</a>() +<li><a href="tqdialog.html#setExtension">setExtension</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,18 +271,18 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#setModal">setModal</a>() +<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="ntqdialog.html#setOrientation">setOrientation</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>() <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="ntqdialog.html#setResult">setResult</a>() +<li><a href="tqdialog.html#setResult">setResult</a>() <li><a href="tqwidget.html#setShown">setShown</a>() -<li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() +<li><a href="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</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>() @@ -293,9 +293,9 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#show">show</a>() +<li><a href="tqdialog.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() -<li><a href="ntqdialog.html#showExtension">showExtension</a>() +<li><a href="tqdialog.html#showExtension">showExtension</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() diff --git a/doc/html/qmotifdialog-h.html b/doc/html/qmotifdialog-h.html index 56b2dccd2..18c5a45af 100644 --- a/doc/html/qmotifdialog-h.html +++ b/doc/html/qmotifdialog-h.html @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } #ifndef TQMOTIFDIALOG_H #define TQMOTIFDIALOG_H -#include <ntqdialog.h> +#include <tqdialog.h> #include <X11/Intrinsic.h> #include <Xm/Xm.h> diff --git a/doc/html/qmotifdialog-members.html b/doc/html/qmotifdialog-members.html index 59d7d7d12..85ea8d7a1 100644 --- a/doc/html/qmotifdialog-members.html +++ b/doc/html/qmotifdialog-members.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qmotifdialog.html#TQMotifDialog">TQMotifDialog</a>() <li><a href="qmotifdialog.html#~TQMotifDialog">~TQMotifDialog</a>() -<li><a href="ntqdialog.html#accept">accept</a>() +<li><a href="tqdialog.html#accept">accept</a>() <li><a href="qmotifdialog.html#acceptCallback">acceptCallback</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } <li><a href="qmotifdialog.html#dialog">dialog</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqdialog.html#done">done</a>() +<li><a href="tqdialog.html#done">done</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>() @@ -95,8 +95,8 @@ 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="ntqdialog.html#exec">exec</a>() -<li><a href="ntqdialog.html#extension">extension</a>() +<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="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -148,10 +148,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() -<li><a href="ntqdialog.html#isModal">isModal</a>() +<li><a href="tqdialog.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() +<li><a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</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>() @@ -193,7 +193,7 @@ 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="ntqdialog.html#orientation">orientation</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>() @@ -213,7 +213,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqdialog.html#reject">reject</a>() +<li><a href="tqdialog.html#reject">reject</a>() <li><a href="qmotifdialog.html#rejectCallback">rejectCallback</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() @@ -224,7 +224,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="tqwidget.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqdialog.html#result">result</a>() +<li><a href="tqdialog.html#result">result</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>() @@ -241,7 +241,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="ntqdialog.html#setExtension">setExtension</a>() +<li><a href="tqdialog.html#setExtension">setExtension</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>() @@ -263,18 +263,18 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#setModal">setModal</a>() +<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="ntqdialog.html#setOrientation">setOrientation</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>() <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="ntqdialog.html#setResult">setResult</a>() +<li><a href="tqdialog.html#setResult">setResult</a>() <li><a href="tqwidget.html#setShown">setShown</a>() -<li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() +<li><a href="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</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>() @@ -284,9 +284,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() <li><a href="tqwidget.html#setWindowState">setWindowState</a>() <li><a href="qmotifdialog.html#shell">shell</a>() -<li><a href="ntqdialog.html#show">show</a>() +<li><a href="tqdialog.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() -<li><a href="ntqdialog.html#showExtension">showExtension</a>() +<li><a href="tqdialog.html#showExtension">showExtension</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() diff --git a/doc/html/qmotifdialog.html b/doc/html/qmotifdialog.html index 4990c489b..f0cbd8595 100644 --- a/doc/html/qmotifdialog.html +++ b/doc/html/qmotifdialog.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>This class is part of the <b>TQt Motif Extension</b>. <p><tt>#include <<a href="qmotifdialog-h.html">qmotifdialog.h</a>></tt> -<p>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="qmotifdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -57,7 +57,7 @@ body { background: #ffffff; color: black; } <p> This class is defined in the <b>TQt <a href="motif-extension.html#Motif">Motif</a> Extension</b>, which can be found in the <tt>qt/extensions</tt> directory. It is not included in the main TQt API. <p> -The TQMotifDialog class provides the <a href="ntqdialog.html">TQDialog</a> API for Motif-based dialogs. +The TQMotifDialog class provides the <a href="tqdialog.html">TQDialog</a> API for Motif-based dialogs. <p> <p> TQMotifDialog provides two separate modes of operation. The @@ -72,10 +72,10 @@ member function. <p> The single child of the <tt>Shell</tt> can be accessed using the <a href="#dialog">dialog</a>() member function <em>after</em> it has been created. <p> The <a href="#acceptCallback">acceptCallback</a>() and <a href="#rejectCallback">rejectCallback</a>() functions provide a -convenient way to call <a href="ntqdialog.html#accept">TQDialog::accept</a>() and <a href="ntqdialog.html#reject">TQDialog::reject</a>() +convenient way to call <a href="tqdialog.html#accept">TQDialog::accept</a>() and <a href="tqdialog.html#reject">TQDialog::reject</a>() through callbacks. A pointer to the TQMotifDialog should be passed as the <tt>client_data</tt> argument to the callback. -<p> The API and behavior TQMotifDialog is identical to that of <a href="ntqdialog.html">TQDialog</a> +<p> The API and behavior TQMotifDialog is identical to that of <a href="tqdialog.html">TQDialog</a> when using a custom TQt-based dialog with a Motif-based parent. The only difference is that a Motif-based <em>parent</em> argument is passed to the constructor, instead of a <a href="tqwidget.html">TQWidget</a> parent. @@ -102,7 +102,7 @@ passed to the constructor, instead of a <a href="tqwidget.html">TQWidget</a> par </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> Creates a TQMotifDialog using one of the predefined <a href="motif-extension.html#Motif">Motif</a> dialog types. The <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to -the <a href="ntqdialog.html">TQDialog</a> constructor. +the <a href="tqdialog.html">TQDialog</a> constructor. <p> This constructor creates a Shell widget, which is a special subclass of XmDialogShell. The <em>parent</em>, <em>args</em> and <em>argcount</em> arguments are passed to XtCreatePopupShell() when creating the @@ -121,7 +121,7 @@ widget yourself. <h3 class=fn><a name="TQMotifDialog-2"></a>TQMotifDialog::TQMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) </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> Creates a TQMotifDialog which allows the application programmer to -use the <a href="motif-extension.html#Motif">Motif</a>-based <em>parent</em> for a custom <a href="ntqdialog.html">TQDialog</a>. The <em>name</em>, +use the <a href="motif-extension.html#Motif">Motif</a>-based <em>parent</em> for a custom <a href="tqdialog.html">TQDialog</a>. The <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to the TQDialog constructor. <p> This constructor creates a Shell widget, which is a special @@ -144,7 +144,7 @@ widget yourself. <h3 class=fn><a name="TQMotifDialog-3"></a>TQMotifDialog::TQMotifDialog ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) </h3> Creates a TQMotifDialog which allows the application programmer to -use the <a href="motif-extension.html#Motif">Motif</a>-based <em>parent</em> for a custom <a href="ntqdialog.html">TQDialog</a>. The <em>name</em>, +use the <a href="motif-extension.html#Motif">Motif</a>-based <em>parent</em> for a custom <a href="tqdialog.html">TQDialog</a>. The <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to the TQDialog constructor. <p> This constructor creates a <tt>Shell</tt> widget, which is a special @@ -156,7 +156,7 @@ with the <a href="#shell">shell</a>() member function. </h3> Creates a TQMotifDialog which allows the application programmer to use a <a href="tqwidget.html">TQWidget</a> parent for an existing <a href="motif-extension.html#Motif">Motif</a>-based dialog. The <em>parent</em>, <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to the -<a href="ntqdialog.html">TQDialog</a> constructor. +<a href="tqdialog.html">TQDialog</a> constructor. <p> This constructor creates a <tt>Shell</tt> widget, which is a special subclass of <tt>XmDialogShell</tt>. You can access the <tt>Shell</tt> widget with the <a href="#shell">shell</a>() member functon. @@ -171,7 +171,7 @@ widget yourself. <h3 class=fn><a name="~TQMotifDialog"></a>TQMotifDialog::~TQMotifDialog ()<tt> [virtual]</tt> </h3> -Destroys the <a href="ntqdialog.html">TQDialog</a>, dialog widget and <tt>Shell</tt> widget. +Destroys the <a href="tqdialog.html">TQDialog</a>, dialog widget and <tt>Shell</tt> widget. <h3 class=fn>void <a name="acceptCallback"></a>TQMotifDialog::acceptCallback ( Widget, XtPointer client_data, XtPointer )<tt> [static]</tt> </h3> diff --git a/doc/html/qmultilineedit-members.html b/doc/html/qmultilineedit-members.html index 40c193968..37a7828cb 100644 --- a/doc/html/qmultilineedit-members.html +++ b/doc/html/qmultilineedit-members.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqmultilineedit.html#TQMultiLineEdit">TQMultiLineEdit</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqscrollview.html#addChild">addChild</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="tqtextedit.html#anchorAt">anchorAt</a>() @@ -56,17 +56,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqtextedit.html#bold">bold</a>() -<li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() +<li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqscrollview.html#center">center</a>() +<li><a href="tqscrollview.html#center">center</a>() <li><a href="tqtextedit.html#charAt">charAt</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>() <li><a href="tqobject.html#childEvent">childEvent</a>() -<li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() -<li><a href="ntqscrollview.html#childX">childX</a>() -<li><a href="ntqscrollview.html#childY">childY</a>() +<li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() +<li><a href="tqscrollview.html#childX">childX</a>() +<li><a href="tqscrollview.html#childY">childY</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="tqtextedit.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() -<li><a href="ntqscrollview.html#clipper">clipper</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>() @@ -87,28 +87,28 @@ 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="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() -<li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() -<li><a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() -<li><a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>() -<li><a href="ntqscrollview.html#contentsHeight">contentsHeight</a>() -<li><a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() -<li><a href="ntqscrollview.html#contentsMoving">contentsMoving</a>() +<li><a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() +<li><a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() +<li><a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() +<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="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="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() -<li><a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() -<li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() -<li><a href="ntqscrollview.html#contentsX">contentsX</a>() -<li><a href="ntqscrollview.html#contentsY">contentsY</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="tqtextedit.html#context">context</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqtextedit.html#copy">copy</a>() <li><a href="tqtextedit.html#copyAvailable">copyAvailable</a>() -<li><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() +<li><a href="tqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqtextedit.html#createPopupMenu">createPopupMenu</a>() <li><a href="tqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</a>() @@ -138,29 +138,29 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#doKeyboardAction">doKeyboardAction</a>() <li><a href="tqtextedit.html#documentTitle">documentTitle</a>() <li><a href="tqtextedit.html#doubleClicked">doubleClicked</a>() -<li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</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="ntqscrollview.html#drawContents">drawContents</a>() -<li><a href="ntqscrollview.html#drawContentsOffset">drawContentsOffset</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="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="ntqscrollview.html#enableClipper">enableClipper</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="tqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() -<li><a href="ntqscrollview.html#ensureVisible">ensureVisible</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="ntqscrollview.html#eventFilter">eventFilter</a>() +<li><a href="tqscrollview.html#eventFilter">eventFilter</a>() <li><a href="tqtextedit.html#family">family</a>() <li><a href="tqtextedit.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() @@ -190,23 +190,23 @@ 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="ntqscrollview.html#hScrollBarMode">hScrollBarMode</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>() <li><a href="ntqmultilineedit.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>() -<li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() +<li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</a>() <li><a href="tqwidget.html#height">height</a>() <li><a href="tqtextedit.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="ntqmultilineedit.html#home">home</a>() -<li><a href="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() -<li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() -<li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</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>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -232,7 +232,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() -<li><a href="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() +<li><a href="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() @@ -247,7 +247,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#isUndoAvailable">isUndoAvailable</a>() <li><a href="tqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() +<li><a href="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() @@ -261,7 +261,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="ntqscrollview.html#leftMargin">leftMargin</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="tqtextedit.html#lineOfChar">lineOfChar</a>() @@ -300,7 +300,7 @@ 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="ntqscrollview.html#moveChild">moveChild</a>() +<li><a href="tqscrollview.html#moveChild">moveChild</a>() <li><a href="tqtextedit.html#moveCursor">moveCursor</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() @@ -343,7 +343,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#redoAvailable">redoAvailable</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqscrollview.html#removeChild">removeChild</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="tqtextedit.html#removeParagraph">removeParagraph</a>() @@ -351,17 +351,17 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#removeSelection">removeSelection</a>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqtextedit.html#repaintChanged">repaintChanged</a>() -<li><a href="ntqscrollview.html#repaintContents">repaintContents</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="ntqscrollview.html#resizeContents">resizeContents</a>() +<li><a href="tqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqscrollview.html#resizePolicy">resizePolicy</a>() +<li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqtextedit.html#returnPressed">returnPressed</a>() -<li><a href="ntqscrollview.html#rightMargin">rightMargin</a>() +<li><a href="tqscrollview.html#rightMargin">rightMargin</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() +<li><a href="tqscrollview.html#scrollBy">scrollBy</a>() <li><a href="tqtextedit.html#scrollToAnchor">scrollToAnchor</a>() <li><a href="tqtextedit.html#scrollToBottom">scrollToBottom</a>() <li><a href="tqtextedit.html#selectAll">selectAll</a>() @@ -382,13 +382,13 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setBold">setBold</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="tqtextedit.html#setColor">setColor</a>() -<li><a href="ntqscrollview.html#setContentsPos">setContentsPos</a>() -<li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</a>() +<li><a href="tqscrollview.html#setContentsPos">setContentsPos</a>() +<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="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() +<li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() <li><a href="ntqmultilineedit.html#setEdited">setEdited</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() @@ -406,8 +406,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() <li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqscrollview.html#setHBarGeometry">setHBarGeometry</a>() -<li><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() +<li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() +<li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</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>() @@ -417,7 +417,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() <li><a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() <li><a href="ntqframe.html#setMargin">setMargin</a>() -<li><a href="ntqscrollview.html#setMargins">setMargins</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="tqtextedit.html#setMaxLogLines">setMaxLogLines</a>() @@ -443,13 +443,13 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setPointSize">setPointSize</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqtextedit.html#setReadOnly">setReadOnly</a>() -<li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() +<li><a href="tqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="tqtextedit.html#setSelection">setSelection</a>() <li><a href="tqtextedit.html#setSelectionAttributes">setSelectionAttributes</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="ntqscrollview.html#setStaticBackground">setStaticBackground</a>() +<li><a href="tqscrollview.html#setStaticBackground">setStaticBackground</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqtextedit.html#setStyleSheet">setStyleSheet</a>() <li><a href="tqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() @@ -461,8 +461,8 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setUndoDepth">setUndoDepth</a>() <li><a href="tqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() -<li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() +<li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() +<li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() <li><a href="tqtextedit.html#setVerticalAlignment">setVerticalAlignment</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() @@ -471,7 +471,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() <li><a href="tqtextedit.html#setWrapPolicy">setWrapPolicy</a>() <li><a href="tqwidget.html#show">show</a>() -<li><a href="ntqscrollview.html#showChild">showChild</a>() +<li><a href="tqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() @@ -500,7 +500,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqmultilineedit.html#textLine">textLine</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqscrollview.html#topMargin">topMargin</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="tqobject.html#tr">tr</a>() @@ -513,22 +513,22 @@ 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="ntqscrollview.html#updateContents">updateContents</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>() -<li><a href="ntqscrollview.html#updateScrollBars">updateScrollBars</a>() -<li><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>() -<li><a href="ntqscrollview.html#verticalScrollBar">verticalScrollBar</a>() -<li><a href="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() -<li><a href="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() -<li><a href="ntqscrollview.html#viewport">viewport</a>() -<li><a href="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() -<li><a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() -<li><a href="ntqscrollview.html#viewportSize">viewportSize</a>() -<li><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>() -<li><a href="ntqscrollview.html#visibleHeight">visibleHeight</a>() +<li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() +<li><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</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>() +<li><a href="tqscrollview.html#viewport">viewport</a>() +<li><a href="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() +<li><a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() +<li><a href="tqscrollview.html#viewportSize">viewportSize</a>() +<li><a href="tqscrollview.html#viewportToContents">viewportToContents</a>() +<li><a href="tqscrollview.html#visibleHeight">visibleHeight</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqscrollview.html#visibleWidth">visibleWidth</a>() +<li><a href="tqscrollview.html#visibleWidth">visibleWidth</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/qprogressdialog-members.html b/doc/html/qprogressdialog-members.html index 8cfbb7056..1bb734b5d 100644 --- a/doc/html/qprogressdialog-members.html +++ b/doc/html/qprogressdialog-members.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqprogressdialog.html#TQProgressDialog">TQProgressDialog</a>() <li><a href="ntqprogressdialog.html#~TQProgressDialog">~TQProgressDialog</a>() -<li><a href="ntqdialog.html#accept">accept</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>() @@ -83,7 +83,7 @@ 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="ntqdialog.html#done">done</a>() +<li><a href="tqdialog.html#done">done</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>() @@ -98,8 +98,8 @@ 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="ntqdialog.html#exec">exec</a>() -<li><a href="ntqdialog.html#extension">extension</a>() +<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="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -152,10 +152,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() -<li><a href="ntqdialog.html#isModal">isModal</a>() +<li><a href="tqdialog.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() +<li><a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</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>() @@ -199,7 +199,7 @@ 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="ntqdialog.html#orientation">orientation</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>() @@ -220,7 +220,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqdialog.html#reject">reject</a>() +<li><a href="tqdialog.html#reject">reject</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -231,7 +231,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="tqwidget.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqdialog.html#result">result</a>() +<li><a href="tqdialog.html#result">result</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>() @@ -253,7 +253,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="ntqdialog.html#setExtension">setExtension</a>() +<li><a href="tqdialog.html#setExtension">setExtension</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,19 +278,19 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#setModal">setModal</a>() +<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="ntqdialog.html#setOrientation">setOrientation</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>() <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="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqdialog.html#setResult">setResult</a>() +<li><a href="tqdialog.html#setResult">setResult</a>() <li><a href="tqwidget.html#setShown">setShown</a>() -<li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() +<li><a href="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</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>() @@ -300,9 +300,9 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#show">show</a>() +<li><a href="tqdialog.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() -<li><a href="ntqdialog.html#showExtension">showExtension</a>() +<li><a href="tqdialog.html#showExtension">showExtension</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index 5800fab1d..b14684658 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -872,47 +872,47 @@ <section ref="tqcharref-members.html" title="List of All Member Functions"/> <section ref="tqstring-h.html" title="Header File"/> </section> -<section ref="ntqcheckbox.html" title="QCheckBox Class Reference"> - <keyword ref="ntqcheckbox.html">QCheckBox</keyword> - <keyword ref="ntqcheckbox.html#autoMask-prop">autoMask</keyword> - <keyword ref="ntqcheckbox.html#checked-prop">checked</keyword> - <keyword ref="ntqcheckbox.html#isChecked">isChecked</keyword> - <keyword ref="ntqcheckbox.html#isTristate">isTristate</keyword> - <keyword ref="ntqcheckbox.html#setChecked">setChecked</keyword> - <keyword ref="ntqcheckbox.html#setNoChange">setNoChange</keyword> - <keyword ref="ntqcheckbox.html#setTristate">setTristate</keyword> - <keyword ref="ntqcheckbox.html#tristate-prop">tristate</keyword> - <section ref="qcheckbox-members.html" title="List of All Member Functions"/> - <section ref="qcheckbox-h.html" title="Header File"/> -</section> -<section ref="qchecklistitem.html" title="QCheckListItem Class Reference"> - <keyword ref="qchecklistitem.html">QCheckListItem</keyword> - <keyword ref="qchecklistitem.html#ToggleState">ToggleState</keyword> - <keyword ref="qchecklistitem.html#Type">Type</keyword> - <keyword ref="qchecklistitem.html#activate">activate</keyword> - <keyword ref="qchecklistitem.html#isOn">isOn</keyword> - <keyword ref="qchecklistitem.html#isTristate">isTristate</keyword> - <keyword ref="qchecklistitem.html#paintCell">paintCell</keyword> - <keyword ref="qchecklistitem.html#paintFocus">paintFocus</keyword> - <keyword ref="qchecklistitem.html#rtti">rtti</keyword> - <keyword ref="qchecklistitem.html#setOn">setOn</keyword> - <keyword ref="qchecklistitem.html#setState">setState</keyword> - <keyword ref="qchecklistitem.html#setTristate">setTristate</keyword> - <keyword ref="qchecklistitem.html#state">state</keyword> - <keyword ref="qchecklistitem.html#stateChange">stateChange</keyword> - <keyword ref="qchecklistitem.html#text">text</keyword> - <keyword ref="qchecklistitem.html#turnOffChild">turnOffChild</keyword> - <keyword ref="qchecklistitem.html#type">type</keyword> - <keyword ref="qchecklistitem.html#~QCheckListItem">~QCheckListItem</keyword> - <section ref="qchecklistitem-members.html" title="List of All Member Functions"/> +<section ref="tqcheckbox.html" title="TQCheckBox Class Reference"> + <keyword ref="tqcheckbox.html">TQCheckBox</keyword> + <keyword ref="tqcheckbox.html#autoMask-prop">autoMask</keyword> + <keyword ref="tqcheckbox.html#checked-prop">checked</keyword> + <keyword ref="tqcheckbox.html#isChecked">isChecked</keyword> + <keyword ref="tqcheckbox.html#isTristate">isTristate</keyword> + <keyword ref="tqcheckbox.html#setChecked">setChecked</keyword> + <keyword ref="tqcheckbox.html#setNoChange">setNoChange</keyword> + <keyword ref="tqcheckbox.html#setTristate">setTristate</keyword> + <keyword ref="tqcheckbox.html#tristate-prop">tristate</keyword> + <section ref="tqcheckbox-members.html" title="List of All Member Functions"/> + <section ref="tqcheckbox-h.html" title="Header File"/> +</section> +<section ref="tqchecklistitem.html" title="TQCheckListItem Class Reference"> + <keyword ref="tqchecklistitem.html">TQCheckListItem</keyword> + <keyword ref="tqchecklistitem.html#ToggleState">ToggleState</keyword> + <keyword ref="tqchecklistitem.html#Type">Type</keyword> + <keyword ref="tqchecklistitem.html#activate">activate</keyword> + <keyword ref="tqchecklistitem.html#isOn">isOn</keyword> + <keyword ref="tqchecklistitem.html#isTristate">isTristate</keyword> + <keyword ref="tqchecklistitem.html#paintCell">paintCell</keyword> + <keyword ref="tqchecklistitem.html#paintFocus">paintFocus</keyword> + <keyword ref="tqchecklistitem.html#rtti">rtti</keyword> + <keyword ref="tqchecklistitem.html#setOn">setOn</keyword> + <keyword ref="tqchecklistitem.html#setState">setState</keyword> + <keyword ref="tqchecklistitem.html#setTristate">setTristate</keyword> + <keyword ref="tqchecklistitem.html#state">state</keyword> + <keyword ref="tqchecklistitem.html#stateChange">stateChange</keyword> + <keyword ref="tqchecklistitem.html#text">text</keyword> + <keyword ref="tqchecklistitem.html#turnOffChild">turnOffChild</keyword> + <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> -<section ref="qchecktableitem.html" title="QCheckTableItem Class Reference"> - <keyword ref="qchecktableitem.html">QCheckTableItem</keyword> - <keyword ref="qchecktableitem.html#isChecked">isChecked</keyword> - <keyword ref="qchecktableitem.html#rtti">rtti</keyword> - <keyword ref="qchecktableitem.html#setChecked">setChecked</keyword> - <section ref="qchecktableitem-members.html" title="List of All Member Functions"/> +<section ref="tqchecktableitem.html" title="TQCheckTableItem Class Reference"> + <keyword ref="tqchecktableitem.html">TQCheckTableItem</keyword> + <keyword ref="tqchecktableitem.html#isChecked">isChecked</keyword> + <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> <section ref="qchildevent.html" title="QChildEvent Class Reference"> @@ -1050,78 +1050,78 @@ <section ref="tqcolorgroup-members.html" title="List of All Member Functions"/> <section ref="tqpalette-h.html" title="Header File"/> </section> -<section ref="ntqcombobox.html" title="QComboBox Class Reference"> - <keyword ref="ntqcombobox.html">QComboBox</keyword> - <keyword ref="ntqcombobox.html#Policy">Policy</keyword> - <keyword ref="ntqcombobox.html#activated">activated</keyword> - <keyword ref="ntqcombobox.html#autoCompletion">autoCompletion</keyword> - <keyword ref="ntqcombobox.html#autoCompletion-prop">autoCompletion</keyword> - <keyword ref="ntqcombobox.html#autoMask-prop">autoMask</keyword> - <keyword ref="ntqcombobox.html#changeItem">changeItem</keyword> - <keyword ref="ntqcombobox.html#clear">clear</keyword> - <keyword ref="ntqcombobox.html#clearEdit">clearEdit</keyword> - <keyword ref="ntqcombobox.html#clearValidator">clearValidator</keyword> - <keyword ref="ntqcombobox.html#completionIndex">completionIndex</keyword> - <keyword ref="ntqcombobox.html#count">count</keyword> - <keyword ref="ntqcombobox.html#count-prop">count</keyword> - <keyword ref="ntqcombobox.html#currentItem">currentItem</keyword> - <keyword ref="ntqcombobox.html#currentItem-prop">currentItem</keyword> - <keyword ref="ntqcombobox.html#currentText">currentText</keyword> - <keyword ref="ntqcombobox.html#currentText-prop">currentText</keyword> - <keyword ref="ntqcombobox.html#duplicatesEnabled">duplicatesEnabled</keyword> - <keyword ref="ntqcombobox.html#duplicatesEnabled-prop">duplicatesEnabled</keyword> - <keyword ref="ntqcombobox.html#editable">editable</keyword> - <keyword ref="ntqcombobox.html#editable-prop">editable</keyword> - <keyword ref="ntqcombobox.html#highlighted">highlighted</keyword> - <keyword ref="ntqcombobox.html#insertItem">insertItem</keyword> - <keyword ref="ntqcombobox.html#insertStrList">insertStrList</keyword> - <keyword ref="ntqcombobox.html#insertStringList">insertStringList</keyword> - <keyword ref="ntqcombobox.html#insertionPolicy">insertionPolicy</keyword> - <keyword ref="ntqcombobox.html#insertionPolicy-prop">insertionPolicy</keyword> - <keyword ref="ntqcombobox.html#lineEdit">lineEdit</keyword> - <keyword ref="ntqcombobox.html#listBox">listBox</keyword> - <keyword ref="ntqcombobox.html#maxCount">maxCount</keyword> - <keyword ref="ntqcombobox.html#maxCount-prop">maxCount</keyword> - <keyword ref="ntqcombobox.html#pixmap">pixmap</keyword> - <keyword ref="ntqcombobox.html#popup">popup</keyword> - <keyword ref="ntqcombobox.html#removeItem">removeItem</keyword> - <keyword ref="ntqcombobox.html#returnPressed">returnPressed</keyword> - <keyword ref="ntqcombobox.html#setAutoCompletion">setAutoCompletion</keyword> - <keyword ref="ntqcombobox.html#setCurrentItem">setCurrentItem</keyword> - <keyword ref="ntqcombobox.html#setCurrentText">setCurrentText</keyword> - <keyword ref="ntqcombobox.html#setDuplicatesEnabled">setDuplicatesEnabled</keyword> - <keyword ref="ntqcombobox.html#setEditText">setEditText</keyword> - <keyword ref="ntqcombobox.html#setEditable">setEditable</keyword> - <keyword ref="ntqcombobox.html#setFont">setFont</keyword> - <keyword ref="ntqcombobox.html#setInsertionPolicy">setInsertionPolicy</keyword> - <keyword ref="ntqcombobox.html#setLineEdit">setLineEdit</keyword> - <keyword ref="ntqcombobox.html#setListBox">setListBox</keyword> - <keyword ref="ntqcombobox.html#setMaxCount">setMaxCount</keyword> - <keyword ref="ntqcombobox.html#setPalette">setPalette</keyword> - <keyword ref="ntqcombobox.html#setSizeLimit">setSizeLimit</keyword> - <keyword ref="ntqcombobox.html#setValidator">setValidator</keyword> - <keyword ref="ntqcombobox.html#sizeLimit">sizeLimit</keyword> - <keyword ref="ntqcombobox.html#sizeLimit-prop">sizeLimit</keyword> - <keyword ref="ntqcombobox.html#text">text</keyword> - <keyword ref="ntqcombobox.html#textChanged">textChanged</keyword> - <keyword ref="ntqcombobox.html#validator">validator</keyword> - <keyword ref="ntqcombobox.html#~QComboBox">~QComboBox</keyword> - <section ref="qcombobox-members.html" title="List of All Member Functions"/> - <section ref="qcombobox-h.html" title="Header File"/> -</section> -<section ref="qcombotableitem.html" title="QComboTableItem Class Reference"> - <keyword ref="qcombotableitem.html">QComboTableItem</keyword> - <keyword ref="qcombotableitem.html#count">count</keyword> - <keyword ref="qcombotableitem.html#currentItem">currentItem</keyword> - <keyword ref="qcombotableitem.html#currentText">currentText</keyword> - <keyword ref="qcombotableitem.html#isEditable">isEditable</keyword> - <keyword ref="qcombotableitem.html#rtti">rtti</keyword> - <keyword ref="qcombotableitem.html#setCurrentItem">setCurrentItem</keyword> - <keyword ref="qcombotableitem.html#setEditable">setEditable</keyword> - <keyword ref="qcombotableitem.html#setStringList">setStringList</keyword> - <keyword ref="qcombotableitem.html#text">text</keyword> - <keyword ref="qcombotableitem.html#~QComboTableItem">~QComboTableItem</keyword> - <section ref="qcombotableitem-members.html" title="List of All Member Functions"/> +<section ref="tqcombobox.html" title="TQComboBox Class Reference"> + <keyword ref="tqcombobox.html">TQComboBox</keyword> + <keyword ref="tqcombobox.html#Policy">Policy</keyword> + <keyword ref="tqcombobox.html#activated">activated</keyword> + <keyword ref="tqcombobox.html#autoCompletion">autoCompletion</keyword> + <keyword ref="tqcombobox.html#autoCompletion-prop">autoCompletion</keyword> + <keyword ref="tqcombobox.html#autoMask-prop">autoMask</keyword> + <keyword ref="tqcombobox.html#changeItem">changeItem</keyword> + <keyword ref="tqcombobox.html#clear">clear</keyword> + <keyword ref="tqcombobox.html#clearEdit">clearEdit</keyword> + <keyword ref="tqcombobox.html#clearValidator">clearValidator</keyword> + <keyword ref="tqcombobox.html#completionIndex">completionIndex</keyword> + <keyword ref="tqcombobox.html#count">count</keyword> + <keyword ref="tqcombobox.html#count-prop">count</keyword> + <keyword ref="tqcombobox.html#currentItem">currentItem</keyword> + <keyword ref="tqcombobox.html#currentItem-prop">currentItem</keyword> + <keyword ref="tqcombobox.html#currentText">currentText</keyword> + <keyword ref="tqcombobox.html#currentText-prop">currentText</keyword> + <keyword ref="tqcombobox.html#duplicatesEnabled">duplicatesEnabled</keyword> + <keyword ref="tqcombobox.html#duplicatesEnabled-prop">duplicatesEnabled</keyword> + <keyword ref="tqcombobox.html#editable">editable</keyword> + <keyword ref="tqcombobox.html#editable-prop">editable</keyword> + <keyword ref="tqcombobox.html#highlighted">highlighted</keyword> + <keyword ref="tqcombobox.html#insertItem">insertItem</keyword> + <keyword ref="tqcombobox.html#insertStrList">insertStrList</keyword> + <keyword ref="tqcombobox.html#insertStringList">insertStringList</keyword> + <keyword ref="tqcombobox.html#insertionPolicy">insertionPolicy</keyword> + <keyword ref="tqcombobox.html#insertionPolicy-prop">insertionPolicy</keyword> + <keyword ref="tqcombobox.html#lineEdit">lineEdit</keyword> + <keyword ref="tqcombobox.html#listBox">listBox</keyword> + <keyword ref="tqcombobox.html#maxCount">maxCount</keyword> + <keyword ref="tqcombobox.html#maxCount-prop">maxCount</keyword> + <keyword ref="tqcombobox.html#pixmap">pixmap</keyword> + <keyword ref="tqcombobox.html#popup">popup</keyword> + <keyword ref="tqcombobox.html#removeItem">removeItem</keyword> + <keyword ref="tqcombobox.html#returnPressed">returnPressed</keyword> + <keyword ref="tqcombobox.html#setAutoCompletion">setAutoCompletion</keyword> + <keyword ref="tqcombobox.html#setCurrentItem">setCurrentItem</keyword> + <keyword ref="tqcombobox.html#setCurrentText">setCurrentText</keyword> + <keyword ref="tqcombobox.html#setDuplicatesEnabled">setDuplicatesEnabled</keyword> + <keyword ref="tqcombobox.html#setEditText">setEditText</keyword> + <keyword ref="tqcombobox.html#setEditable">setEditable</keyword> + <keyword ref="tqcombobox.html#setFont">setFont</keyword> + <keyword ref="tqcombobox.html#setInsertionPolicy">setInsertionPolicy</keyword> + <keyword ref="tqcombobox.html#setLineEdit">setLineEdit</keyword> + <keyword ref="tqcombobox.html#setListBox">setListBox</keyword> + <keyword ref="tqcombobox.html#setMaxCount">setMaxCount</keyword> + <keyword ref="tqcombobox.html#setPalette">setPalette</keyword> + <keyword ref="tqcombobox.html#setSizeLimit">setSizeLimit</keyword> + <keyword ref="tqcombobox.html#setValidator">setValidator</keyword> + <keyword ref="tqcombobox.html#sizeLimit">sizeLimit</keyword> + <keyword ref="tqcombobox.html#sizeLimit-prop">sizeLimit</keyword> + <keyword ref="tqcombobox.html#text">text</keyword> + <keyword ref="tqcombobox.html#textChanged">textChanged</keyword> + <keyword ref="tqcombobox.html#validator">validator</keyword> + <keyword ref="tqcombobox.html#~TQComboBox">~TQComboBox</keyword> + <section ref="tqcombobox-members.html" title="List of All Member Functions"/> + <section ref="tqcombobox-h.html" title="Header File"/> +</section> +<section ref="tqcombotableitem.html" title="TQComboTableItem Class Reference"> + <keyword ref="tqcombotableitem.html">TQComboTableItem</keyword> + <keyword ref="tqcombotableitem.html#count">count</keyword> + <keyword ref="tqcombotableitem.html#currentItem">currentItem</keyword> + <keyword ref="tqcombotableitem.html#currentText">currentText</keyword> + <keyword ref="tqcombotableitem.html#isEditable">isEditable</keyword> + <keyword ref="tqcombotableitem.html#rtti">rtti</keyword> + <keyword ref="tqcombotableitem.html#setCurrentItem">setCurrentItem</keyword> + <keyword ref="tqcombotableitem.html#setEditable">setEditable</keyword> + <keyword ref="tqcombotableitem.html#setStringList">setStringList</keyword> + <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> <section ref="ntqcommonstyle.html" title="QCommonStyle Class Reference"> @@ -1614,76 +1614,76 @@ <section ref="tqdesktopwidget-members.html" title="List of All Member Functions"/> <section ref="tqdesktopwidget-h.html" title="Header File"/> </section> -<section ref="ntqdial.html" title="QDial Class Reference"> - <keyword ref="ntqdial.html">QDial</keyword> - <keyword ref="ntqdial.html#addLine">addLine</keyword> - <keyword ref="ntqdial.html#addPage">addPage</keyword> - <keyword ref="ntqdial.html#dialMoved">dialMoved</keyword> - <keyword ref="ntqdial.html#dialPressed">dialPressed</keyword> - <keyword ref="ntqdial.html#dialReleased">dialReleased</keyword> - <keyword ref="ntqdial.html#lineStep">lineStep</keyword> - <keyword ref="ntqdial.html#lineStep-prop">lineStep</keyword> - <keyword ref="ntqdial.html#maxValue">maxValue</keyword> - <keyword ref="ntqdial.html#maxValue-prop">maxValue</keyword> - <keyword ref="ntqdial.html#minValue">minValue</keyword> - <keyword ref="ntqdial.html#minValue-prop">minValue</keyword> - <keyword ref="ntqdial.html#notchSize">notchSize</keyword> - <keyword ref="ntqdial.html#notchSize-prop">notchSize</keyword> - <keyword ref="ntqdial.html#notchTarget">notchTarget</keyword> - <keyword ref="ntqdial.html#notchTarget-prop">notchTarget</keyword> - <keyword ref="ntqdial.html#notchesVisible">notchesVisible</keyword> - <keyword ref="ntqdial.html#notchesVisible-prop">notchesVisible</keyword> - <keyword ref="ntqdial.html#pageStep">pageStep</keyword> - <keyword ref="ntqdial.html#pageStep-prop">pageStep</keyword> - <keyword ref="ntqdial.html#rangeChange">rangeChange</keyword> - <keyword ref="ntqdial.html#repaintScreen">repaintScreen</keyword> - <keyword ref="ntqdial.html#setLineStep">setLineStep</keyword> - <keyword ref="ntqdial.html#setMaxValue">setMaxValue</keyword> - <keyword ref="ntqdial.html#setMinValue">setMinValue</keyword> - <keyword ref="ntqdial.html#setNotchTarget">setNotchTarget</keyword> - <keyword ref="ntqdial.html#setNotchesVisible">setNotchesVisible</keyword> - <keyword ref="ntqdial.html#setPageStep">setPageStep</keyword> - <keyword ref="ntqdial.html#setTracking">setTracking</keyword> - <keyword ref="ntqdial.html#setValue">setValue</keyword> - <keyword ref="ntqdial.html#setWrapping">setWrapping</keyword> - <keyword ref="ntqdial.html#subtractLine">subtractLine</keyword> - <keyword ref="ntqdial.html#subtractPage">subtractPage</keyword> - <keyword ref="ntqdial.html#tracking">tracking</keyword> - <keyword ref="ntqdial.html#tracking-prop">tracking</keyword> - <keyword ref="ntqdial.html#value">value</keyword> - <keyword ref="ntqdial.html#value-prop">value</keyword> - <keyword ref="ntqdial.html#valueChange">valueChange</keyword> - <keyword ref="ntqdial.html#valueChanged">valueChanged</keyword> - <keyword ref="ntqdial.html#wrapping">wrapping</keyword> - <keyword ref="ntqdial.html#wrapping-prop">wrapping</keyword> - <keyword ref="ntqdial.html#~QDial">~QDial</keyword> - <section ref="qdial-members.html" title="List of All Member Functions"/> - <section ref="qdial-h.html" title="Header File"/> -</section> -<section ref="ntqdialog.html" title="QDialog Class Reference"> - <keyword ref="ntqdialog.html">QDialog</keyword> - <keyword ref="ntqdialog.html#DialogCode">DialogCode</keyword> - <keyword ref="ntqdialog.html#accept">accept</keyword> - <keyword ref="ntqdialog.html#done">done</keyword> - <keyword ref="ntqdialog.html#exec">exec</keyword> - <keyword ref="ntqdialog.html#extension">extension</keyword> - <keyword ref="ntqdialog.html#isModal">isModal</keyword> - <keyword ref="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</keyword> - <keyword ref="ntqdialog.html#modal-prop">modal</keyword> - <keyword ref="ntqdialog.html#orientation">orientation</keyword> - <keyword ref="ntqdialog.html#reject">reject</keyword> - <keyword ref="ntqdialog.html#result">result</keyword> - <keyword ref="ntqdialog.html#setExtension">setExtension</keyword> - <keyword ref="ntqdialog.html#setModal">setModal</keyword> - <keyword ref="ntqdialog.html#setOrientation">setOrientation</keyword> - <keyword ref="ntqdialog.html#setResult">setResult</keyword> - <keyword ref="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</keyword> - <keyword ref="ntqdialog.html#show">show</keyword> - <keyword ref="ntqdialog.html#showExtension">showExtension</keyword> - <keyword ref="ntqdialog.html#sizeGripEnabled-prop">sizeGripEnabled</keyword> - <keyword ref="ntqdialog.html#~QDialog">~QDialog</keyword> - <section ref="qdialog-members.html" title="List of All Member Functions"/> - <section ref="qdialog-h.html" title="Header File"/> +<section ref="tqdial.html" title="TQDial Class Reference"> + <keyword ref="tqdial.html">TQDial</keyword> + <keyword ref="tqdial.html#addLine">addLine</keyword> + <keyword ref="tqdial.html#addPage">addPage</keyword> + <keyword ref="tqdial.html#dialMoved">dialMoved</keyword> + <keyword ref="tqdial.html#dialPressed">dialPressed</keyword> + <keyword ref="tqdial.html#dialReleased">dialReleased</keyword> + <keyword ref="tqdial.html#lineStep">lineStep</keyword> + <keyword ref="tqdial.html#lineStep-prop">lineStep</keyword> + <keyword ref="tqdial.html#maxValue">maxValue</keyword> + <keyword ref="tqdial.html#maxValue-prop">maxValue</keyword> + <keyword ref="tqdial.html#minValue">minValue</keyword> + <keyword ref="tqdial.html#minValue-prop">minValue</keyword> + <keyword ref="tqdial.html#notchSize">notchSize</keyword> + <keyword ref="tqdial.html#notchSize-prop">notchSize</keyword> + <keyword ref="tqdial.html#notchTarget">notchTarget</keyword> + <keyword ref="tqdial.html#notchTarget-prop">notchTarget</keyword> + <keyword ref="tqdial.html#notchesVisible">notchesVisible</keyword> + <keyword ref="tqdial.html#notchesVisible-prop">notchesVisible</keyword> + <keyword ref="tqdial.html#pageStep">pageStep</keyword> + <keyword ref="tqdial.html#pageStep-prop">pageStep</keyword> + <keyword ref="tqdial.html#rangeChange">rangeChange</keyword> + <keyword ref="tqdial.html#repaintScreen">repaintScreen</keyword> + <keyword ref="tqdial.html#setLineStep">setLineStep</keyword> + <keyword ref="tqdial.html#setMaxValue">setMaxValue</keyword> + <keyword ref="tqdial.html#setMinValue">setMinValue</keyword> + <keyword ref="tqdial.html#setNotchTarget">setNotchTarget</keyword> + <keyword ref="tqdial.html#setNotchesVisible">setNotchesVisible</keyword> + <keyword ref="tqdial.html#setPageStep">setPageStep</keyword> + <keyword ref="tqdial.html#setTracking">setTracking</keyword> + <keyword ref="tqdial.html#setValue">setValue</keyword> + <keyword ref="tqdial.html#setWrapping">setWrapping</keyword> + <keyword ref="tqdial.html#subtractLine">subtractLine</keyword> + <keyword ref="tqdial.html#subtractPage">subtractPage</keyword> + <keyword ref="tqdial.html#tracking">tracking</keyword> + <keyword ref="tqdial.html#tracking-prop">tracking</keyword> + <keyword ref="tqdial.html#value">value</keyword> + <keyword ref="tqdial.html#value-prop">value</keyword> + <keyword ref="tqdial.html#valueChange">valueChange</keyword> + <keyword ref="tqdial.html#valueChanged">valueChanged</keyword> + <keyword ref="tqdial.html#wrapping">wrapping</keyword> + <keyword ref="tqdial.html#wrapping-prop">wrapping</keyword> + <keyword ref="tqdial.html#~TQDial">~TQDial</keyword> + <section ref="tqdial-members.html" title="List of All Member Functions"/> + <section ref="tqdial-h.html" title="Header File"/> +</section> +<section ref="tqdialog.html" title="TQDialog Class Reference"> + <keyword ref="tqdialog.html">TQDialog</keyword> + <keyword ref="tqdialog.html#DialogCode">DialogCode</keyword> + <keyword ref="tqdialog.html#accept">accept</keyword> + <keyword ref="tqdialog.html#done">done</keyword> + <keyword ref="tqdialog.html#exec">exec</keyword> + <keyword ref="tqdialog.html#extension">extension</keyword> + <keyword ref="tqdialog.html#isModal">isModal</keyword> + <keyword ref="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</keyword> + <keyword ref="tqdialog.html#modal-prop">modal</keyword> + <keyword ref="tqdialog.html#orientation">orientation</keyword> + <keyword ref="tqdialog.html#reject">reject</keyword> + <keyword ref="tqdialog.html#result">result</keyword> + <keyword ref="tqdialog.html#setExtension">setExtension</keyword> + <keyword ref="tqdialog.html#setModal">setModal</keyword> + <keyword ref="tqdialog.html#setOrientation">setOrientation</keyword> + <keyword ref="tqdialog.html#setResult">setResult</keyword> + <keyword ref="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</keyword> + <keyword ref="tqdialog.html#show">show</keyword> + <keyword ref="tqdialog.html#showExtension">showExtension</keyword> + <keyword ref="tqdialog.html#sizeGripEnabled-prop">sizeGripEnabled</keyword> + <keyword ref="tqdialog.html#~TQDialog">~TQDialog</keyword> + <section ref="tqdialog-members.html" title="List of All Member Functions"/> + <section ref="tqdialog-h.html" title="Header File"/> </section> <section ref="tqdict.html" title="TQDict Class Reference"> <keyword ref="tqdict.html">TQDict</keyword> @@ -3854,37 +3854,37 @@ <section ref="qlayoutiterator-members.html" title="List of All Member Functions"/> <section ref="qlayout-h.html" title="Header File"/> </section> -<section ref="ntqlcdnumber.html" title="QLCDNumber Class Reference"> - <keyword ref="ntqlcdnumber.html">QLCDNumber</keyword> - <keyword ref="ntqlcdnumber.html#Mode">Mode</keyword> - <keyword ref="ntqlcdnumber.html#SegmentStyle">SegmentStyle</keyword> - <keyword ref="ntqlcdnumber.html#checkOverflow">checkOverflow</keyword> - <keyword ref="ntqlcdnumber.html#display">display</keyword> - <keyword ref="ntqlcdnumber.html#drawContents">drawContents</keyword> - <keyword ref="ntqlcdnumber.html#intValue">intValue</keyword> - <keyword ref="ntqlcdnumber.html#intValue-prop">intValue</keyword> - <keyword ref="ntqlcdnumber.html#mode">mode</keyword> - <keyword ref="ntqlcdnumber.html#mode-prop">mode</keyword> - <keyword ref="ntqlcdnumber.html#numDigits">numDigits</keyword> - <keyword ref="ntqlcdnumber.html#numDigits-prop">numDigits</keyword> - <keyword ref="ntqlcdnumber.html#overflow">overflow</keyword> - <keyword ref="ntqlcdnumber.html#segmentStyle">segmentStyle</keyword> - <keyword ref="ntqlcdnumber.html#segmentStyle-prop">segmentStyle</keyword> - <keyword ref="ntqlcdnumber.html#setBinMode">setBinMode</keyword> - <keyword ref="ntqlcdnumber.html#setDecMode">setDecMode</keyword> - <keyword ref="ntqlcdnumber.html#setHexMode">setHexMode</keyword> - <keyword ref="ntqlcdnumber.html#setMode">setMode</keyword> - <keyword ref="ntqlcdnumber.html#setNumDigits">setNumDigits</keyword> - <keyword ref="ntqlcdnumber.html#setOctMode">setOctMode</keyword> - <keyword ref="ntqlcdnumber.html#setSegmentStyle">setSegmentStyle</keyword> - <keyword ref="ntqlcdnumber.html#setSmallDecimalPoint">setSmallDecimalPoint</keyword> - <keyword ref="ntqlcdnumber.html#smallDecimalPoint">smallDecimalPoint</keyword> - <keyword ref="ntqlcdnumber.html#smallDecimalPoint-prop">smallDecimalPoint</keyword> - <keyword ref="ntqlcdnumber.html#value">value</keyword> - <keyword ref="ntqlcdnumber.html#value-prop">value</keyword> - <keyword ref="ntqlcdnumber.html#~QLCDNumber">~QLCDNumber</keyword> - <section ref="qlcdnumber-members.html" title="List of All Member Functions"/> - <section ref="qlcdnumber-h.html" title="Header File"/> +<section ref="tqlcdnumber.html" title="TQLCDNumber Class Reference"> + <keyword ref="tqlcdnumber.html">TQLCDNumber</keyword> + <keyword ref="tqlcdnumber.html#Mode">Mode</keyword> + <keyword ref="tqlcdnumber.html#SegmentStyle">SegmentStyle</keyword> + <keyword ref="tqlcdnumber.html#checkOverflow">checkOverflow</keyword> + <keyword ref="tqlcdnumber.html#display">display</keyword> + <keyword ref="tqlcdnumber.html#drawContents">drawContents</keyword> + <keyword ref="tqlcdnumber.html#intValue">intValue</keyword> + <keyword ref="tqlcdnumber.html#intValue-prop">intValue</keyword> + <keyword ref="tqlcdnumber.html#mode">mode</keyword> + <keyword ref="tqlcdnumber.html#mode-prop">mode</keyword> + <keyword ref="tqlcdnumber.html#numDigits">numDigits</keyword> + <keyword ref="tqlcdnumber.html#numDigits-prop">numDigits</keyword> + <keyword ref="tqlcdnumber.html#overflow">overflow</keyword> + <keyword ref="tqlcdnumber.html#segmentStyle">segmentStyle</keyword> + <keyword ref="tqlcdnumber.html#segmentStyle-prop">segmentStyle</keyword> + <keyword ref="tqlcdnumber.html#setBinMode">setBinMode</keyword> + <keyword ref="tqlcdnumber.html#setDecMode">setDecMode</keyword> + <keyword ref="tqlcdnumber.html#setHexMode">setHexMode</keyword> + <keyword ref="tqlcdnumber.html#setMode">setMode</keyword> + <keyword ref="tqlcdnumber.html#setNumDigits">setNumDigits</keyword> + <keyword ref="tqlcdnumber.html#setOctMode">setOctMode</keyword> + <keyword ref="tqlcdnumber.html#setSegmentStyle">setSegmentStyle</keyword> + <keyword ref="tqlcdnumber.html#setSmallDecimalPoint">setSmallDecimalPoint</keyword> + <keyword ref="tqlcdnumber.html#smallDecimalPoint">smallDecimalPoint</keyword> + <keyword ref="tqlcdnumber.html#smallDecimalPoint-prop">smallDecimalPoint</keyword> + <keyword ref="tqlcdnumber.html#value">value</keyword> + <keyword ref="tqlcdnumber.html#value-prop">value</keyword> + <keyword ref="tqlcdnumber.html#~TQLCDNumber">~TQLCDNumber</keyword> + <section ref="tqlcdnumber-members.html" title="List of All Member Functions"/> + <section ref="tqlcdnumber-h.html" title="Header File"/> </section> <section ref="ntqlibrary.html" title="QLibrary Class Reference"> <keyword ref="ntqlibrary.html">QLibrary</keyword> @@ -3899,84 +3899,84 @@ <section ref="qlibrary-members.html" title="List of All Member Functions"/> <section ref="qlibrary-h.html" title="Header File"/> </section> -<section ref="ntqlineedit.html" title="QLineEdit Class Reference"> - <keyword ref="ntqlineedit.html">QLineEdit</keyword> - <keyword ref="ntqlineedit.html#EchoMode">EchoMode</keyword> - <keyword ref="ntqlineedit.html#acceptableInput-prop">acceptableInput</keyword> - <keyword ref="ntqlineedit.html#alignment">alignment</keyword> - <keyword ref="ntqlineedit.html#alignment-prop">alignment</keyword> - <keyword ref="ntqlineedit.html#backspace">backspace</keyword> - <keyword ref="ntqlineedit.html#clear">clear</keyword> - <keyword ref="ntqlineedit.html#clearModified">clearModified</keyword> - <keyword ref="ntqlineedit.html#clearValidator">clearValidator</keyword> - <keyword ref="ntqlineedit.html#copy">copy</keyword> - <keyword ref="ntqlineedit.html#createPopupMenu">createPopupMenu</keyword> - <keyword ref="ntqlineedit.html#cursorBackward">cursorBackward</keyword> - <keyword ref="ntqlineedit.html#cursorForward">cursorForward</keyword> - <keyword ref="ntqlineedit.html#cursorPosition">cursorPosition</keyword> - <keyword ref="ntqlineedit.html#cursorPosition-prop">cursorPosition</keyword> - <keyword ref="ntqlineedit.html#cursorWordBackward">cursorWordBackward</keyword> - <keyword ref="ntqlineedit.html#cursorWordForward">cursorWordForward</keyword> - <keyword ref="ntqlineedit.html#cut">cut</keyword> - <keyword ref="ntqlineedit.html#del">del</keyword> - <keyword ref="ntqlineedit.html#deselect">deselect</keyword> - <keyword ref="ntqlineedit.html#displayText">displayText</keyword> - <keyword ref="ntqlineedit.html#displayText-prop">displayText</keyword> - <keyword ref="ntqlineedit.html#dragEnabled">dragEnabled</keyword> - <keyword ref="ntqlineedit.html#dragEnabled-prop">dragEnabled</keyword> - <keyword ref="ntqlineedit.html#echoMode">echoMode</keyword> - <keyword ref="ntqlineedit.html#echoMode-prop">echoMode</keyword> - <keyword ref="ntqlineedit.html#end">end</keyword> - <keyword ref="ntqlineedit.html#frame">frame</keyword> - <keyword ref="ntqlineedit.html#frame-prop">frame</keyword> - <keyword ref="ntqlineedit.html#hasAcceptableInput">hasAcceptableInput</keyword> - <keyword ref="ntqlineedit.html#hasSelectedText">hasSelectedText</keyword> - <keyword ref="ntqlineedit.html#hasSelectedText-prop">hasSelectedText</keyword> - <keyword ref="ntqlineedit.html#home">home</keyword> - <keyword ref="ntqlineedit.html#inputMask">inputMask</keyword> - <keyword ref="ntqlineedit.html#inputMask-prop">inputMask</keyword> - <keyword ref="ntqlineedit.html#insert">insert</keyword> - <keyword ref="ntqlineedit.html#isModified">isModified</keyword> - <keyword ref="ntqlineedit.html#isReadOnly">isReadOnly</keyword> - <keyword ref="ntqlineedit.html#isRedoAvailable">isRedoAvailable</keyword> - <keyword ref="ntqlineedit.html#isUndoAvailable">isUndoAvailable</keyword> - <keyword ref="ntqlineedit.html#keyPressEvent">keyPressEvent</keyword> - <keyword ref="ntqlineedit.html#lostFocus">lostFocus</keyword> - <keyword ref="ntqlineedit.html#maxLength">maxLength</keyword> - <keyword ref="ntqlineedit.html#maxLength-prop">maxLength</keyword> - <keyword ref="ntqlineedit.html#minimumSizeHint">minimumSizeHint</keyword> - <keyword ref="ntqlineedit.html#modified-prop">modified</keyword> - <keyword ref="ntqlineedit.html#paste">paste</keyword> - <keyword ref="ntqlineedit.html#readOnly-prop">readOnly</keyword> - <keyword ref="ntqlineedit.html#redo">redo</keyword> - <keyword ref="ntqlineedit.html#redoAvailable-prop">redoAvailable</keyword> - <keyword ref="ntqlineedit.html#returnPressed">returnPressed</keyword> - <keyword ref="ntqlineedit.html#selectAll">selectAll</keyword> - <keyword ref="ntqlineedit.html#selectedText">selectedText</keyword> - <keyword ref="ntqlineedit.html#selectedText-prop">selectedText</keyword> - <keyword ref="ntqlineedit.html#selectionChanged">selectionChanged</keyword> - <keyword ref="ntqlineedit.html#selectionStart">selectionStart</keyword> - <keyword ref="ntqlineedit.html#setAlignment">setAlignment</keyword> - <keyword ref="ntqlineedit.html#setCursorPosition">setCursorPosition</keyword> - <keyword ref="ntqlineedit.html#setDragEnabled">setDragEnabled</keyword> - <keyword ref="ntqlineedit.html#setEchoMode">setEchoMode</keyword> - <keyword ref="ntqlineedit.html#setFrame">setFrame</keyword> - <keyword ref="ntqlineedit.html#setInputMask">setInputMask</keyword> - <keyword ref="ntqlineedit.html#setMaxLength">setMaxLength</keyword> - <keyword ref="ntqlineedit.html#setReadOnly">setReadOnly</keyword> - <keyword ref="ntqlineedit.html#setSelection">setSelection</keyword> - <keyword ref="ntqlineedit.html#setText">setText</keyword> - <keyword ref="ntqlineedit.html#setValidator">setValidator</keyword> - <keyword ref="ntqlineedit.html#sizeHint">sizeHint</keyword> - <keyword ref="ntqlineedit.html#text">text</keyword> - <keyword ref="ntqlineedit.html#text-prop">text</keyword> - <keyword ref="ntqlineedit.html#textChanged">textChanged</keyword> - <keyword ref="ntqlineedit.html#undo">undo</keyword> - <keyword ref="ntqlineedit.html#undoAvailable-prop">undoAvailable</keyword> - <keyword ref="ntqlineedit.html#validator">validator</keyword> - <keyword ref="ntqlineedit.html#~QLineEdit">~QLineEdit</keyword> - <section ref="qlineedit-members.html" title="List of All Member Functions"/> - <section ref="qlineedit-h.html" title="Header File"/> +<section ref="tqlineedit.html" title="TQLineEdit Class Reference"> + <keyword ref="tqlineedit.html">TQLineEdit</keyword> + <keyword ref="tqlineedit.html#EchoMode">EchoMode</keyword> + <keyword ref="tqlineedit.html#acceptableInput-prop">acceptableInput</keyword> + <keyword ref="tqlineedit.html#alignment">alignment</keyword> + <keyword ref="tqlineedit.html#alignment-prop">alignment</keyword> + <keyword ref="tqlineedit.html#backspace">backspace</keyword> + <keyword ref="tqlineedit.html#clear">clear</keyword> + <keyword ref="tqlineedit.html#clearModified">clearModified</keyword> + <keyword ref="tqlineedit.html#clearValidator">clearValidator</keyword> + <keyword ref="tqlineedit.html#copy">copy</keyword> + <keyword ref="tqlineedit.html#createPopupMenu">createPopupMenu</keyword> + <keyword ref="tqlineedit.html#cursorBackward">cursorBackward</keyword> + <keyword ref="tqlineedit.html#cursorForward">cursorForward</keyword> + <keyword ref="tqlineedit.html#cursorPosition">cursorPosition</keyword> + <keyword ref="tqlineedit.html#cursorPosition-prop">cursorPosition</keyword> + <keyword ref="tqlineedit.html#cursorWordBackward">cursorWordBackward</keyword> + <keyword ref="tqlineedit.html#cursorWordForward">cursorWordForward</keyword> + <keyword ref="tqlineedit.html#cut">cut</keyword> + <keyword ref="tqlineedit.html#del">del</keyword> + <keyword ref="tqlineedit.html#deselect">deselect</keyword> + <keyword ref="tqlineedit.html#displayText">displayText</keyword> + <keyword ref="tqlineedit.html#displayText-prop">displayText</keyword> + <keyword ref="tqlineedit.html#dragEnabled">dragEnabled</keyword> + <keyword ref="tqlineedit.html#dragEnabled-prop">dragEnabled</keyword> + <keyword ref="tqlineedit.html#echoMode">echoMode</keyword> + <keyword ref="tqlineedit.html#echoMode-prop">echoMode</keyword> + <keyword ref="tqlineedit.html#end">end</keyword> + <keyword ref="tqlineedit.html#frame">frame</keyword> + <keyword ref="tqlineedit.html#frame-prop">frame</keyword> + <keyword ref="tqlineedit.html#hasAcceptableInput">hasAcceptableInput</keyword> + <keyword ref="tqlineedit.html#hasSelectedText">hasSelectedText</keyword> + <keyword ref="tqlineedit.html#hasSelectedText-prop">hasSelectedText</keyword> + <keyword ref="tqlineedit.html#home">home</keyword> + <keyword ref="tqlineedit.html#inputMask">inputMask</keyword> + <keyword ref="tqlineedit.html#inputMask-prop">inputMask</keyword> + <keyword ref="tqlineedit.html#insert">insert</keyword> + <keyword ref="tqlineedit.html#isModified">isModified</keyword> + <keyword ref="tqlineedit.html#isReadOnly">isReadOnly</keyword> + <keyword ref="tqlineedit.html#isRedoAvailable">isRedoAvailable</keyword> + <keyword ref="tqlineedit.html#isUndoAvailable">isUndoAvailable</keyword> + <keyword ref="tqlineedit.html#keyPressEvent">keyPressEvent</keyword> + <keyword ref="tqlineedit.html#lostFocus">lostFocus</keyword> + <keyword ref="tqlineedit.html#maxLength">maxLength</keyword> + <keyword ref="tqlineedit.html#maxLength-prop">maxLength</keyword> + <keyword ref="tqlineedit.html#minimumSizeHint">minimumSizeHint</keyword> + <keyword ref="tqlineedit.html#modified-prop">modified</keyword> + <keyword ref="tqlineedit.html#paste">paste</keyword> + <keyword ref="tqlineedit.html#readOnly-prop">readOnly</keyword> + <keyword ref="tqlineedit.html#redo">redo</keyword> + <keyword ref="tqlineedit.html#redoAvailable-prop">redoAvailable</keyword> + <keyword ref="tqlineedit.html#returnPressed">returnPressed</keyword> + <keyword ref="tqlineedit.html#selectAll">selectAll</keyword> + <keyword ref="tqlineedit.html#selectedText">selectedText</keyword> + <keyword ref="tqlineedit.html#selectedText-prop">selectedText</keyword> + <keyword ref="tqlineedit.html#selectionChanged">selectionChanged</keyword> + <keyword ref="tqlineedit.html#selectionStart">selectionStart</keyword> + <keyword ref="tqlineedit.html#setAlignment">setAlignment</keyword> + <keyword ref="tqlineedit.html#setCursorPosition">setCursorPosition</keyword> + <keyword ref="tqlineedit.html#setDragEnabled">setDragEnabled</keyword> + <keyword ref="tqlineedit.html#setEchoMode">setEchoMode</keyword> + <keyword ref="tqlineedit.html#setFrame">setFrame</keyword> + <keyword ref="tqlineedit.html#setInputMask">setInputMask</keyword> + <keyword ref="tqlineedit.html#setMaxLength">setMaxLength</keyword> + <keyword ref="tqlineedit.html#setReadOnly">setReadOnly</keyword> + <keyword ref="tqlineedit.html#setSelection">setSelection</keyword> + <keyword ref="tqlineedit.html#setText">setText</keyword> + <keyword ref="tqlineedit.html#setValidator">setValidator</keyword> + <keyword ref="tqlineedit.html#sizeHint">sizeHint</keyword> + <keyword ref="tqlineedit.html#text">text</keyword> + <keyword ref="tqlineedit.html#text-prop">text</keyword> + <keyword ref="tqlineedit.html#textChanged">textChanged</keyword> + <keyword ref="tqlineedit.html#undo">undo</keyword> + <keyword ref="tqlineedit.html#undoAvailable-prop">undoAvailable</keyword> + <keyword ref="tqlineedit.html#validator">validator</keyword> + <keyword ref="tqlineedit.html#~TQLineEdit">~TQLineEdit</keyword> + <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> @@ -5759,39 +5759,39 @@ <section ref="tqptrvector-members.html" title="List of All Member Functions"/> <section ref="tqptrvector-h.html" title="Header File"/> </section> -<section ref="ntqpushbutton.html" title="QPushButton Class Reference"> - <keyword ref="ntqpushbutton.html">QPushButton</keyword> - <keyword ref="ntqpushbutton.html#autoDefault">autoDefault</keyword> - <keyword ref="ntqpushbutton.html#autoDefault-prop">autoDefault</keyword> - <keyword ref="ntqpushbutton.html#autoMask-prop">autoMask</keyword> - <keyword ref="ntqpushbutton.html#default-prop">default</keyword> - <keyword ref="ntqpushbutton.html#flat-prop">flat</keyword> - <keyword ref="ntqpushbutton.html#iconSet">iconSet</keyword> - <keyword ref="ntqpushbutton.html#iconSet-prop">iconSet</keyword> - <keyword ref="ntqpushbutton.html#isDefault">isDefault</keyword> - <keyword ref="ntqpushbutton.html#isFlat">isFlat</keyword> - <keyword ref="ntqpushbutton.html#on-prop">on</keyword> - <keyword ref="ntqpushbutton.html#popup">popup</keyword> - <keyword ref="ntqpushbutton.html#setAutoDefault">setAutoDefault</keyword> - <keyword ref="ntqpushbutton.html#setDefault">setDefault</keyword> - <keyword ref="ntqpushbutton.html#setFlat">setFlat</keyword> - <keyword ref="ntqpushbutton.html#setIconSet">setIconSet</keyword> - <keyword ref="ntqpushbutton.html#setOn">setOn</keyword> - <keyword ref="ntqpushbutton.html#setPopup">setPopup</keyword> - <keyword ref="ntqpushbutton.html#setToggleButton">setToggleButton</keyword> - <keyword ref="ntqpushbutton.html#toggleButton-prop">toggleButton</keyword> - <keyword ref="ntqpushbutton.html#~QPushButton">~QPushButton</keyword> - <section ref="qpushbutton-members.html" title="List of All Member Functions"/> - <section ref="qpushbutton-h.html" title="Header File"/> -</section> -<section ref="ntqradiobutton.html" title="QRadioButton Class Reference"> - <keyword ref="ntqradiobutton.html">QRadioButton</keyword> - <keyword ref="ntqradiobutton.html#autoMask-prop">autoMask</keyword> - <keyword ref="ntqradiobutton.html#checked-prop">checked</keyword> - <keyword ref="ntqradiobutton.html#isChecked">isChecked</keyword> - <keyword ref="ntqradiobutton.html#setChecked">setChecked</keyword> - <section ref="qradiobutton-members.html" title="List of All Member Functions"/> - <section ref="qradiobutton-h.html" title="Header File"/> +<section ref="tqpushbutton.html" title="TQPushButton Class Reference"> + <keyword ref="tqpushbutton.html">TQPushButton</keyword> + <keyword ref="tqpushbutton.html#autoDefault">autoDefault</keyword> + <keyword ref="tqpushbutton.html#autoDefault-prop">autoDefault</keyword> + <keyword ref="tqpushbutton.html#autoMask-prop">autoMask</keyword> + <keyword ref="tqpushbutton.html#default-prop">default</keyword> + <keyword ref="tqpushbutton.html#flat-prop">flat</keyword> + <keyword ref="tqpushbutton.html#iconSet">iconSet</keyword> + <keyword ref="tqpushbutton.html#iconSet-prop">iconSet</keyword> + <keyword ref="tqpushbutton.html#isDefault">isDefault</keyword> + <keyword ref="tqpushbutton.html#isFlat">isFlat</keyword> + <keyword ref="tqpushbutton.html#on-prop">on</keyword> + <keyword ref="tqpushbutton.html#popup">popup</keyword> + <keyword ref="tqpushbutton.html#setAutoDefault">setAutoDefault</keyword> + <keyword ref="tqpushbutton.html#setDefault">setDefault</keyword> + <keyword ref="tqpushbutton.html#setFlat">setFlat</keyword> + <keyword ref="tqpushbutton.html#setIconSet">setIconSet</keyword> + <keyword ref="tqpushbutton.html#setOn">setOn</keyword> + <keyword ref="tqpushbutton.html#setPopup">setPopup</keyword> + <keyword ref="tqpushbutton.html#setToggleButton">setToggleButton</keyword> + <keyword ref="tqpushbutton.html#toggleButton-prop">toggleButton</keyword> + <keyword ref="tqpushbutton.html#~TQPushButton">~TQPushButton</keyword> + <section ref="tqpushbutton-members.html" title="List of All Member Functions"/> + <section ref="tqpushbutton-h.html" title="Header File"/> +</section> +<section ref="tqradiobutton.html" title="TQRadioButton Class Reference"> + <keyword ref="tqradiobutton.html">TQRadioButton</keyword> + <keyword ref="tqradiobutton.html#autoMask-prop">autoMask</keyword> + <keyword ref="tqradiobutton.html#checked-prop">checked</keyword> + <keyword ref="tqradiobutton.html#isChecked">isChecked</keyword> + <keyword ref="tqradiobutton.html#setChecked">setChecked</keyword> + <section ref="tqradiobutton-members.html" title="List of All Member Functions"/> + <section ref="tqradiobutton-h.html" title="Header File"/> </section> <section ref="ntqrangecontrol.html" title="QRangeControl Class Reference"> <keyword ref="ntqrangecontrol.html">QRangeControl</keyword> @@ -5969,136 +5969,136 @@ <section ref="qresizeevent-members.html" title="List of All Member Functions"/> <section ref="tqevent-h.html" title="Header File"/> </section> -<section ref="ntqscrollbar.html" title="QScrollBar Class Reference"> - <keyword ref="ntqscrollbar.html">QScrollBar</keyword> - <keyword ref="ntqscrollbar.html#doAutoRepeat">doAutoRepeat</keyword> - <keyword ref="ntqscrollbar.html#draggingSlider">draggingSlider</keyword> - <keyword ref="ntqscrollbar.html#draggingSlider-prop">draggingSlider</keyword> - <keyword ref="ntqscrollbar.html#hideEvent">hideEvent</keyword> - <keyword ref="ntqscrollbar.html#lineStep">lineStep</keyword> - <keyword ref="ntqscrollbar.html#lineStep-prop">lineStep</keyword> - <keyword ref="ntqscrollbar.html#maxValue">maxValue</keyword> - <keyword ref="ntqscrollbar.html#maxValue-prop">maxValue</keyword> - <keyword ref="ntqscrollbar.html#minValue">minValue</keyword> - <keyword ref="ntqscrollbar.html#minValue-prop">minValue</keyword> - <keyword ref="ntqscrollbar.html#nextLine">nextLine</keyword> - <keyword ref="ntqscrollbar.html#nextPage">nextPage</keyword> - <keyword ref="ntqscrollbar.html#orientation">orientation</keyword> - <keyword ref="ntqscrollbar.html#orientation-prop">orientation</keyword> - <keyword ref="ntqscrollbar.html#pageStep">pageStep</keyword> - <keyword ref="ntqscrollbar.html#pageStep-prop">pageStep</keyword> - <keyword ref="ntqscrollbar.html#prevLine">prevLine</keyword> - <keyword ref="ntqscrollbar.html#prevPage">prevPage</keyword> - <keyword ref="ntqscrollbar.html#setLineStep">setLineStep</keyword> - <keyword ref="ntqscrollbar.html#setMaxValue">setMaxValue</keyword> - <keyword ref="ntqscrollbar.html#setMinValue">setMinValue</keyword> - <keyword ref="ntqscrollbar.html#setOrientation">setOrientation</keyword> - <keyword ref="ntqscrollbar.html#setPageStep">setPageStep</keyword> - <keyword ref="ntqscrollbar.html#setPalette">setPalette</keyword> - <keyword ref="ntqscrollbar.html#setTracking">setTracking</keyword> - <keyword ref="ntqscrollbar.html#setValue">setValue</keyword> - <keyword ref="ntqscrollbar.html#sliderMoved">sliderMoved</keyword> - <keyword ref="ntqscrollbar.html#sliderPressed">sliderPressed</keyword> - <keyword ref="ntqscrollbar.html#sliderRect">sliderRect</keyword> - <keyword ref="ntqscrollbar.html#sliderReleased">sliderReleased</keyword> - <keyword ref="ntqscrollbar.html#sliderStart">sliderStart</keyword> - <keyword ref="ntqscrollbar.html#startAutoRepeat">startAutoRepeat</keyword> - <keyword ref="ntqscrollbar.html#stopAutoRepeat">stopAutoRepeat</keyword> - <keyword ref="ntqscrollbar.html#tracking">tracking</keyword> - <keyword ref="ntqscrollbar.html#tracking-prop">tracking</keyword> - <keyword ref="ntqscrollbar.html#value">value</keyword> - <keyword ref="ntqscrollbar.html#value-prop">value</keyword> - <keyword ref="ntqscrollbar.html#valueChanged">valueChanged</keyword> - <keyword ref="ntqscrollbar.html#~QScrollBar">~QScrollBar</keyword> - <section ref="qscrollbar-members.html" title="List of All Member Functions"/> - <section ref="qscrollbar-h.html" title="Header File"/> -</section> -<section ref="ntqscrollview.html" title="QScrollView Class Reference"> - <keyword ref="ntqscrollview.html">QScrollView</keyword> - <keyword ref="ntqscrollview.html#ResizePolicy">ResizePolicy</keyword> - <keyword ref="ntqscrollview.html#ScrollBarMode">ScrollBarMode</keyword> - <keyword ref="ntqscrollview.html#addChild">addChild</keyword> - <keyword ref="ntqscrollview.html#bottomMargin">bottomMargin</keyword> - <keyword ref="ntqscrollview.html#center">center</keyword> - <keyword ref="ntqscrollview.html#childX">childX</keyword> - <keyword ref="ntqscrollview.html#childY">childY</keyword> - <keyword ref="ntqscrollview.html#clipper">clipper</keyword> - <keyword ref="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</keyword> - <keyword ref="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</keyword> - <keyword ref="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</keyword> - <keyword ref="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</keyword> - <keyword ref="ntqscrollview.html#contentsDropEvent">contentsDropEvent</keyword> - <keyword ref="ntqscrollview.html#contentsHeight">contentsHeight</keyword> - <keyword ref="ntqscrollview.html#contentsHeight-prop">contentsHeight</keyword> - <keyword ref="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</keyword> - <keyword ref="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</keyword> - <keyword ref="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</keyword> - <keyword ref="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</keyword> - <keyword ref="ntqscrollview.html#contentsMoving">contentsMoving</keyword> - <keyword ref="ntqscrollview.html#contentsToViewport">contentsToViewport</keyword> - <keyword ref="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</keyword> - <keyword ref="ntqscrollview.html#contentsWidth">contentsWidth</keyword> - <keyword ref="ntqscrollview.html#contentsWidth-prop">contentsWidth</keyword> - <keyword ref="ntqscrollview.html#contentsX">contentsX</keyword> - <keyword ref="ntqscrollview.html#contentsX-prop">contentsX</keyword> - <keyword ref="ntqscrollview.html#contentsY">contentsY</keyword> - <keyword ref="ntqscrollview.html#contentsY-prop">contentsY</keyword> - <keyword ref="ntqscrollview.html#cornerWidget">cornerWidget</keyword> - <keyword ref="ntqscrollview.html#dragAutoScroll">dragAutoScroll</keyword> - <keyword ref="ntqscrollview.html#dragAutoScroll-prop">dragAutoScroll</keyword> - <keyword ref="ntqscrollview.html#drawContents">drawContents</keyword> - <keyword ref="ntqscrollview.html#drawContentsOffset">drawContentsOffset</keyword> - <keyword ref="ntqscrollview.html#enableClipper">enableClipper</keyword> - <keyword ref="ntqscrollview.html#ensureVisible">ensureVisible</keyword> - <keyword ref="ntqscrollview.html#eventFilter">eventFilter</keyword> - <keyword ref="ntqscrollview.html#hScrollBarMode">hScrollBarMode</keyword> - <keyword ref="ntqscrollview.html#hScrollBarMode-prop">hScrollBarMode</keyword> - <keyword ref="ntqscrollview.html#hasStaticBackground">hasStaticBackground</keyword> - <keyword ref="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</keyword> - <keyword ref="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</keyword> - <keyword ref="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</keyword> - <keyword ref="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</keyword> - <keyword ref="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</keyword> - <keyword ref="ntqscrollview.html#leftMargin">leftMargin</keyword> - <keyword ref="ntqscrollview.html#moveChild">moveChild</keyword> - <keyword ref="ntqscrollview.html#moveContents">moveContents</keyword> - <keyword ref="ntqscrollview.html#removeChild">removeChild</keyword> - <keyword ref="ntqscrollview.html#repaintContents">repaintContents</keyword> - <keyword ref="ntqscrollview.html#resizeContents">resizeContents</keyword> - <keyword ref="ntqscrollview.html#resizePolicy">resizePolicy</keyword> - <keyword ref="ntqscrollview.html#resizePolicy-prop">resizePolicy</keyword> - <keyword ref="ntqscrollview.html#rightMargin">rightMargin</keyword> - <keyword ref="ntqscrollview.html#scrollBy">scrollBy</keyword> - <keyword ref="ntqscrollview.html#setContentsPos">setContentsPos</keyword> - <keyword ref="ntqscrollview.html#setCornerWidget">setCornerWidget</keyword> - <keyword ref="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</keyword> - <keyword ref="ntqscrollview.html#setHBarGeometry">setHBarGeometry</keyword> - <keyword ref="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</keyword> - <keyword ref="ntqscrollview.html#setMargins">setMargins</keyword> - <keyword ref="ntqscrollview.html#setResizePolicy">setResizePolicy</keyword> - <keyword ref="ntqscrollview.html#setStaticBackground">setStaticBackground</keyword> - <keyword ref="ntqscrollview.html#setVBarGeometry">setVBarGeometry</keyword> - <keyword ref="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</keyword> - <keyword ref="ntqscrollview.html#topMargin">topMargin</keyword> - <keyword ref="ntqscrollview.html#updateContents">updateContents</keyword> - <keyword ref="ntqscrollview.html#updateScrollBars">updateScrollBars</keyword> - <keyword ref="ntqscrollview.html#vScrollBarMode">vScrollBarMode</keyword> - <keyword ref="ntqscrollview.html#vScrollBarMode-prop">vScrollBarMode</keyword> - <keyword ref="ntqscrollview.html#verticalScrollBar">verticalScrollBar</keyword> - <keyword ref="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</keyword> - <keyword ref="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</keyword> - <keyword ref="ntqscrollview.html#viewport">viewport</keyword> - <keyword ref="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</keyword> - <keyword ref="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</keyword> - <keyword ref="ntqscrollview.html#viewportSize">viewportSize</keyword> - <keyword ref="ntqscrollview.html#viewportToContents">viewportToContents</keyword> - <keyword ref="ntqscrollview.html#visibleHeight">visibleHeight</keyword> - <keyword ref="ntqscrollview.html#visibleHeight-prop">visibleHeight</keyword> - <keyword ref="ntqscrollview.html#visibleWidth">visibleWidth</keyword> - <keyword ref="ntqscrollview.html#visibleWidth-prop">visibleWidth</keyword> - <keyword ref="ntqscrollview.html#~QScrollView">~QScrollView</keyword> - <section ref="qscrollview-members.html" title="List of All Member Functions"/> - <section ref="qscrollview-h.html" title="Header File"/> +<section ref="tqscrollbar.html" title="TQScrollBar Class Reference"> + <keyword ref="tqscrollbar.html">TQScrollBar</keyword> + <keyword ref="tqscrollbar.html#doAutoRepeat">doAutoRepeat</keyword> + <keyword ref="tqscrollbar.html#draggingSlider">draggingSlider</keyword> + <keyword ref="tqscrollbar.html#draggingSlider-prop">draggingSlider</keyword> + <keyword ref="tqscrollbar.html#hideEvent">hideEvent</keyword> + <keyword ref="tqscrollbar.html#lineStep">lineStep</keyword> + <keyword ref="tqscrollbar.html#lineStep-prop">lineStep</keyword> + <keyword ref="tqscrollbar.html#maxValue">maxValue</keyword> + <keyword ref="tqscrollbar.html#maxValue-prop">maxValue</keyword> + <keyword ref="tqscrollbar.html#minValue">minValue</keyword> + <keyword ref="tqscrollbar.html#minValue-prop">minValue</keyword> + <keyword ref="tqscrollbar.html#nextLine">nextLine</keyword> + <keyword ref="tqscrollbar.html#nextPage">nextPage</keyword> + <keyword ref="tqscrollbar.html#orientation">orientation</keyword> + <keyword ref="tqscrollbar.html#orientation-prop">orientation</keyword> + <keyword ref="tqscrollbar.html#pageStep">pageStep</keyword> + <keyword ref="tqscrollbar.html#pageStep-prop">pageStep</keyword> + <keyword ref="tqscrollbar.html#prevLine">prevLine</keyword> + <keyword ref="tqscrollbar.html#prevPage">prevPage</keyword> + <keyword ref="tqscrollbar.html#setLineStep">setLineStep</keyword> + <keyword ref="tqscrollbar.html#setMaxValue">setMaxValue</keyword> + <keyword ref="tqscrollbar.html#setMinValue">setMinValue</keyword> + <keyword ref="tqscrollbar.html#setOrientation">setOrientation</keyword> + <keyword ref="tqscrollbar.html#setPageStep">setPageStep</keyword> + <keyword ref="tqscrollbar.html#setPalette">setPalette</keyword> + <keyword ref="tqscrollbar.html#setTracking">setTracking</keyword> + <keyword ref="tqscrollbar.html#setValue">setValue</keyword> + <keyword ref="tqscrollbar.html#sliderMoved">sliderMoved</keyword> + <keyword ref="tqscrollbar.html#sliderPressed">sliderPressed</keyword> + <keyword ref="tqscrollbar.html#sliderRect">sliderRect</keyword> + <keyword ref="tqscrollbar.html#sliderReleased">sliderReleased</keyword> + <keyword ref="tqscrollbar.html#sliderStart">sliderStart</keyword> + <keyword ref="tqscrollbar.html#startAutoRepeat">startAutoRepeat</keyword> + <keyword ref="tqscrollbar.html#stopAutoRepeat">stopAutoRepeat</keyword> + <keyword ref="tqscrollbar.html#tracking">tracking</keyword> + <keyword ref="tqscrollbar.html#tracking-prop">tracking</keyword> + <keyword ref="tqscrollbar.html#value">value</keyword> + <keyword ref="tqscrollbar.html#value-prop">value</keyword> + <keyword ref="tqscrollbar.html#valueChanged">valueChanged</keyword> + <keyword ref="tqscrollbar.html#~TQScrollBar">~TQScrollBar</keyword> + <section ref="tqscrollbar-members.html" title="List of All Member Functions"/> + <section ref="tqscrollbar-h.html" title="Header File"/> +</section> +<section ref="tqscrollview.html" title="TQScrollView Class Reference"> + <keyword ref="tqscrollview.html">TQScrollView</keyword> + <keyword ref="tqscrollview.html#ResizePolicy">ResizePolicy</keyword> + <keyword ref="tqscrollview.html#ScrollBarMode">ScrollBarMode</keyword> + <keyword ref="tqscrollview.html#addChild">addChild</keyword> + <keyword ref="tqscrollview.html#bottomMargin">bottomMargin</keyword> + <keyword ref="tqscrollview.html#center">center</keyword> + <keyword ref="tqscrollview.html#childX">childX</keyword> + <keyword ref="tqscrollview.html#childY">childY</keyword> + <keyword ref="tqscrollview.html#clipper">clipper</keyword> + <keyword ref="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</keyword> + <keyword ref="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</keyword> + <keyword ref="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</keyword> + <keyword ref="tqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</keyword> + <keyword ref="tqscrollview.html#contentsDropEvent">contentsDropEvent</keyword> + <keyword ref="tqscrollview.html#contentsHeight">contentsHeight</keyword> + <keyword ref="tqscrollview.html#contentsHeight-prop">contentsHeight</keyword> + <keyword ref="tqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</keyword> + <keyword ref="tqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</keyword> + <keyword ref="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</keyword> + <keyword ref="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</keyword> + <keyword ref="tqscrollview.html#contentsMoving">contentsMoving</keyword> + <keyword ref="tqscrollview.html#contentsToViewport">contentsToViewport</keyword> + <keyword ref="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</keyword> + <keyword ref="tqscrollview.html#contentsWidth">contentsWidth</keyword> + <keyword ref="tqscrollview.html#contentsWidth-prop">contentsWidth</keyword> + <keyword ref="tqscrollview.html#contentsX">contentsX</keyword> + <keyword ref="tqscrollview.html#contentsX-prop">contentsX</keyword> + <keyword ref="tqscrollview.html#contentsY">contentsY</keyword> + <keyword ref="tqscrollview.html#contentsY-prop">contentsY</keyword> + <keyword ref="tqscrollview.html#cornerWidget">cornerWidget</keyword> + <keyword ref="tqscrollview.html#dragAutoScroll">dragAutoScroll</keyword> + <keyword ref="tqscrollview.html#dragAutoScroll-prop">dragAutoScroll</keyword> + <keyword ref="tqscrollview.html#drawContents">drawContents</keyword> + <keyword ref="tqscrollview.html#drawContentsOffset">drawContentsOffset</keyword> + <keyword ref="tqscrollview.html#enableClipper">enableClipper</keyword> + <keyword ref="tqscrollview.html#ensureVisible">ensureVisible</keyword> + <keyword ref="tqscrollview.html#eventFilter">eventFilter</keyword> + <keyword ref="tqscrollview.html#hScrollBarMode">hScrollBarMode</keyword> + <keyword ref="tqscrollview.html#hScrollBarMode-prop">hScrollBarMode</keyword> + <keyword ref="tqscrollview.html#hasStaticBackground">hasStaticBackground</keyword> + <keyword ref="tqscrollview.html#horizontalScrollBar">horizontalScrollBar</keyword> + <keyword ref="tqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</keyword> + <keyword ref="tqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</keyword> + <keyword ref="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</keyword> + <keyword ref="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</keyword> + <keyword ref="tqscrollview.html#leftMargin">leftMargin</keyword> + <keyword ref="tqscrollview.html#moveChild">moveChild</keyword> + <keyword ref="tqscrollview.html#moveContents">moveContents</keyword> + <keyword ref="tqscrollview.html#removeChild">removeChild</keyword> + <keyword ref="tqscrollview.html#repaintContents">repaintContents</keyword> + <keyword ref="tqscrollview.html#resizeContents">resizeContents</keyword> + <keyword ref="tqscrollview.html#resizePolicy">resizePolicy</keyword> + <keyword ref="tqscrollview.html#resizePolicy-prop">resizePolicy</keyword> + <keyword ref="tqscrollview.html#rightMargin">rightMargin</keyword> + <keyword ref="tqscrollview.html#scrollBy">scrollBy</keyword> + <keyword ref="tqscrollview.html#setContentsPos">setContentsPos</keyword> + <keyword ref="tqscrollview.html#setCornerWidget">setCornerWidget</keyword> + <keyword ref="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</keyword> + <keyword ref="tqscrollview.html#setHBarGeometry">setHBarGeometry</keyword> + <keyword ref="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</keyword> + <keyword ref="tqscrollview.html#setMargins">setMargins</keyword> + <keyword ref="tqscrollview.html#setResizePolicy">setResizePolicy</keyword> + <keyword ref="tqscrollview.html#setStaticBackground">setStaticBackground</keyword> + <keyword ref="tqscrollview.html#setVBarGeometry">setVBarGeometry</keyword> + <keyword ref="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</keyword> + <keyword ref="tqscrollview.html#topMargin">topMargin</keyword> + <keyword ref="tqscrollview.html#updateContents">updateContents</keyword> + <keyword ref="tqscrollview.html#updateScrollBars">updateScrollBars</keyword> + <keyword ref="tqscrollview.html#vScrollBarMode">vScrollBarMode</keyword> + <keyword ref="tqscrollview.html#vScrollBarMode-prop">vScrollBarMode</keyword> + <keyword ref="tqscrollview.html#verticalScrollBar">verticalScrollBar</keyword> + <keyword ref="tqscrollview.html#verticalSliderPressed">verticalSliderPressed</keyword> + <keyword ref="tqscrollview.html#verticalSliderReleased">verticalSliderReleased</keyword> + <keyword ref="tqscrollview.html#viewport">viewport</keyword> + <keyword ref="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</keyword> + <keyword ref="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</keyword> + <keyword ref="tqscrollview.html#viewportSize">viewportSize</keyword> + <keyword ref="tqscrollview.html#viewportToContents">viewportToContents</keyword> + <keyword ref="tqscrollview.html#visibleHeight">visibleHeight</keyword> + <keyword ref="tqscrollview.html#visibleHeight-prop">visibleHeight</keyword> + <keyword ref="tqscrollview.html#visibleWidth">visibleWidth</keyword> + <keyword ref="tqscrollview.html#visibleWidth-prop">visibleWidth</keyword> + <keyword ref="tqscrollview.html#~TQScrollView">~TQScrollView</keyword> + <section ref="tqscrollview-members.html" title="List of All Member Functions"/> + <section ref="tqscrollview-h.html" title="Header File"/> </section> <section ref="tqsemaphore.html" title="TQSemaphore Class Reference"> <keyword ref="tqsemaphore.html">TQSemaphore</keyword> @@ -6294,51 +6294,51 @@ <section ref="tqsjiscodec-members.html" title="List of All Member Functions"/> <section ref="tqsjiscodec-h.html" title="Header File"/> </section> -<section ref="ntqslider.html" title="QSlider Class Reference"> - <keyword ref="ntqslider.html">QSlider</keyword> - <keyword ref="ntqslider.html#TickSetting">TickSetting</keyword> - <keyword ref="ntqslider.html#addStep">addStep</keyword> - <keyword ref="ntqslider.html#lineStep">lineStep</keyword> - <keyword ref="ntqslider.html#lineStep-prop">lineStep</keyword> - <keyword ref="ntqslider.html#maxValue">maxValue</keyword> - <keyword ref="ntqslider.html#maxValue-prop">maxValue</keyword> - <keyword ref="ntqslider.html#minValue">minValue</keyword> - <keyword ref="ntqslider.html#minValue-prop">minValue</keyword> - <keyword ref="ntqslider.html#moveSlider">moveSlider</keyword> - <keyword ref="ntqslider.html#orientation">orientation</keyword> - <keyword ref="ntqslider.html#orientation-prop">orientation</keyword> - <keyword ref="ntqslider.html#pageStep">pageStep</keyword> - <keyword ref="ntqslider.html#pageStep-prop">pageStep</keyword> - <keyword ref="ntqslider.html#rangeChange">rangeChange</keyword> - <keyword ref="ntqslider.html#setLineStep">setLineStep</keyword> - <keyword ref="ntqslider.html#setMaxValue">setMaxValue</keyword> - <keyword ref="ntqslider.html#setMinValue">setMinValue</keyword> - <keyword ref="ntqslider.html#setOrientation">setOrientation</keyword> - <keyword ref="ntqslider.html#setPageStep">setPageStep</keyword> - <keyword ref="ntqslider.html#setPalette">setPalette</keyword> - <keyword ref="ntqslider.html#setTickInterval">setTickInterval</keyword> - <keyword ref="ntqslider.html#setTickmarks">setTickmarks</keyword> - <keyword ref="ntqslider.html#setTracking">setTracking</keyword> - <keyword ref="ntqslider.html#setValue">setValue</keyword> - <keyword ref="ntqslider.html#sliderMoved">sliderMoved</keyword> - <keyword ref="ntqslider.html#sliderPressed">sliderPressed</keyword> - <keyword ref="ntqslider.html#sliderRect">sliderRect</keyword> - <keyword ref="ntqslider.html#sliderReleased">sliderReleased</keyword> - <keyword ref="ntqslider.html#sliderStart">sliderStart</keyword> - <keyword ref="ntqslider.html#subtractStep">subtractStep</keyword> - <keyword ref="ntqslider.html#tickInterval">tickInterval</keyword> - <keyword ref="ntqslider.html#tickInterval-prop">tickInterval</keyword> - <keyword ref="ntqslider.html#tickmarks">tickmarks</keyword> - <keyword ref="ntqslider.html#tickmarks-prop">tickmarks</keyword> - <keyword ref="ntqslider.html#tracking">tracking</keyword> - <keyword ref="ntqslider.html#tracking-prop">tracking</keyword> - <keyword ref="ntqslider.html#value">value</keyword> - <keyword ref="ntqslider.html#value-prop">value</keyword> - <keyword ref="ntqslider.html#valueChange">valueChange</keyword> - <keyword ref="ntqslider.html#valueChanged">valueChanged</keyword> - <keyword ref="ntqslider.html#~QSlider">~QSlider</keyword> - <section ref="qslider-members.html" title="List of All Member Functions"/> - <section ref="qslider-h.html" title="Header File"/> +<section ref="tqslider.html" title="TQSlider Class Reference"> + <keyword ref="tqslider.html">TQSlider</keyword> + <keyword ref="tqslider.html#TickSetting">TickSetting</keyword> + <keyword ref="tqslider.html#addStep">addStep</keyword> + <keyword ref="tqslider.html#lineStep">lineStep</keyword> + <keyword ref="tqslider.html#lineStep-prop">lineStep</keyword> + <keyword ref="tqslider.html#maxValue">maxValue</keyword> + <keyword ref="tqslider.html#maxValue-prop">maxValue</keyword> + <keyword ref="tqslider.html#minValue">minValue</keyword> + <keyword ref="tqslider.html#minValue-prop">minValue</keyword> + <keyword ref="tqslider.html#moveSlider">moveSlider</keyword> + <keyword ref="tqslider.html#orientation">orientation</keyword> + <keyword ref="tqslider.html#orientation-prop">orientation</keyword> + <keyword ref="tqslider.html#pageStep">pageStep</keyword> + <keyword ref="tqslider.html#pageStep-prop">pageStep</keyword> + <keyword ref="tqslider.html#rangeChange">rangeChange</keyword> + <keyword ref="tqslider.html#setLineStep">setLineStep</keyword> + <keyword ref="tqslider.html#setMaxValue">setMaxValue</keyword> + <keyword ref="tqslider.html#setMinValue">setMinValue</keyword> + <keyword ref="tqslider.html#setOrientation">setOrientation</keyword> + <keyword ref="tqslider.html#setPageStep">setPageStep</keyword> + <keyword ref="tqslider.html#setPalette">setPalette</keyword> + <keyword ref="tqslider.html#setTickInterval">setTickInterval</keyword> + <keyword ref="tqslider.html#setTickmarks">setTickmarks</keyword> + <keyword ref="tqslider.html#setTracking">setTracking</keyword> + <keyword ref="tqslider.html#setValue">setValue</keyword> + <keyword ref="tqslider.html#sliderMoved">sliderMoved</keyword> + <keyword ref="tqslider.html#sliderPressed">sliderPressed</keyword> + <keyword ref="tqslider.html#sliderRect">sliderRect</keyword> + <keyword ref="tqslider.html#sliderReleased">sliderReleased</keyword> + <keyword ref="tqslider.html#sliderStart">sliderStart</keyword> + <keyword ref="tqslider.html#subtractStep">subtractStep</keyword> + <keyword ref="tqslider.html#tickInterval">tickInterval</keyword> + <keyword ref="tqslider.html#tickInterval-prop">tickInterval</keyword> + <keyword ref="tqslider.html#tickmarks">tickmarks</keyword> + <keyword ref="tqslider.html#tickmarks-prop">tickmarks</keyword> + <keyword ref="tqslider.html#tracking">tracking</keyword> + <keyword ref="tqslider.html#tracking-prop">tracking</keyword> + <keyword ref="tqslider.html#value">value</keyword> + <keyword ref="tqslider.html#value-prop">value</keyword> + <keyword ref="tqslider.html#valueChange">valueChange</keyword> + <keyword ref="tqslider.html#valueChanged">valueChanged</keyword> + <keyword ref="tqslider.html#~TQSlider">~TQSlider</keyword> + <section ref="tqslider-members.html" title="List of All Member Functions"/> + <section ref="tqslider-h.html" title="Header File"/> </section> <section ref="tqsocket.html" title="TQSocket Class Reference"> <keyword ref="tqsocket.html">TQSocket</keyword> @@ -6467,61 +6467,61 @@ <section ref="qspaceritem-members.html" title="List of All Member Functions"/> <section ref="qlayout-h.html" title="Header File"/> </section> -<section ref="ntqspinbox.html" title="QSpinBox Class Reference"> - <keyword ref="ntqspinbox.html">QSpinBox</keyword> - <keyword ref="ntqspinbox.html#ButtonSymbols">ButtonSymbols</keyword> - <keyword ref="ntqspinbox.html#buttonSymbols">buttonSymbols</keyword> - <keyword ref="ntqspinbox.html#buttonSymbols-prop">buttonSymbols</keyword> - <keyword ref="ntqspinbox.html#cleanText">cleanText</keyword> - <keyword ref="ntqspinbox.html#cleanText-prop">cleanText</keyword> - <keyword ref="ntqspinbox.html#currentValueText">currentValueText</keyword> - <keyword ref="ntqspinbox.html#downRect">downRect</keyword> - <keyword ref="ntqspinbox.html#editor">editor</keyword> - <keyword ref="ntqspinbox.html#eventFilter">eventFilter</keyword> - <keyword ref="ntqspinbox.html#interpretText">interpretText</keyword> - <keyword ref="ntqspinbox.html#lineStep">lineStep</keyword> - <keyword ref="ntqspinbox.html#lineStep-prop">lineStep</keyword> - <keyword ref="ntqspinbox.html#mapTextToValue">mapTextToValue</keyword> - <keyword ref="ntqspinbox.html#mapValueToText">mapValueToText</keyword> - <keyword ref="ntqspinbox.html#maxValue">maxValue</keyword> - <keyword ref="ntqspinbox.html#maxValue-prop">maxValue</keyword> - <keyword ref="ntqspinbox.html#minValue">minValue</keyword> - <keyword ref="ntqspinbox.html#minValue-prop">minValue</keyword> - <keyword ref="ntqspinbox.html#prefix">prefix</keyword> - <keyword ref="ntqspinbox.html#prefix-prop">prefix</keyword> - <keyword ref="ntqspinbox.html#rangeChange">rangeChange</keyword> - <keyword ref="ntqspinbox.html#selectAll">selectAll</keyword> - <keyword ref="ntqspinbox.html#setButtonSymbols">setButtonSymbols</keyword> - <keyword ref="ntqspinbox.html#setLineStep">setLineStep</keyword> - <keyword ref="ntqspinbox.html#setMaxValue">setMaxValue</keyword> - <keyword ref="ntqspinbox.html#setMinValue">setMinValue</keyword> - <keyword ref="ntqspinbox.html#setPrefix">setPrefix</keyword> - <keyword ref="ntqspinbox.html#setSpecialValueText">setSpecialValueText</keyword> - <keyword ref="ntqspinbox.html#setSuffix">setSuffix</keyword> - <keyword ref="ntqspinbox.html#setValidator">setValidator</keyword> - <keyword ref="ntqspinbox.html#setValue">setValue</keyword> - <keyword ref="ntqspinbox.html#setWrapping">setWrapping</keyword> - <keyword ref="ntqspinbox.html#specialValueText">specialValueText</keyword> - <keyword ref="ntqspinbox.html#specialValueText-prop">specialValueText</keyword> - <keyword ref="ntqspinbox.html#stepDown">stepDown</keyword> - <keyword ref="ntqspinbox.html#stepUp">stepUp</keyword> - <keyword ref="ntqspinbox.html#suffix">suffix</keyword> - <keyword ref="ntqspinbox.html#suffix-prop">suffix</keyword> - <keyword ref="ntqspinbox.html#text">text</keyword> - <keyword ref="ntqspinbox.html#text-prop">text</keyword> - <keyword ref="ntqspinbox.html#textChanged">textChanged</keyword> - <keyword ref="ntqspinbox.html#upRect">upRect</keyword> - <keyword ref="ntqspinbox.html#updateDisplay">updateDisplay</keyword> - <keyword ref="ntqspinbox.html#validator">validator</keyword> - <keyword ref="ntqspinbox.html#value">value</keyword> - <keyword ref="ntqspinbox.html#value-prop">value</keyword> - <keyword ref="ntqspinbox.html#valueChange">valueChange</keyword> - <keyword ref="ntqspinbox.html#valueChanged">valueChanged</keyword> - <keyword ref="ntqspinbox.html#wrapping">wrapping</keyword> - <keyword ref="ntqspinbox.html#wrapping-prop">wrapping</keyword> - <keyword ref="ntqspinbox.html#~QSpinBox">~QSpinBox</keyword> - <section ref="qspinbox-members.html" title="List of All Member Functions"/> - <section ref="qspinbox-h.html" title="Header File"/> +<section ref="tqspinbox.html" title="TQSpinBox Class Reference"> + <keyword ref="tqspinbox.html">TQSpinBox</keyword> + <keyword ref="tqspinbox.html#ButtonSymbols">ButtonSymbols</keyword> + <keyword ref="tqspinbox.html#buttonSymbols">buttonSymbols</keyword> + <keyword ref="tqspinbox.html#buttonSymbols-prop">buttonSymbols</keyword> + <keyword ref="tqspinbox.html#cleanText">cleanText</keyword> + <keyword ref="tqspinbox.html#cleanText-prop">cleanText</keyword> + <keyword ref="tqspinbox.html#currentValueText">currentValueText</keyword> + <keyword ref="tqspinbox.html#downRect">downRect</keyword> + <keyword ref="tqspinbox.html#editor">editor</keyword> + <keyword ref="tqspinbox.html#eventFilter">eventFilter</keyword> + <keyword ref="tqspinbox.html#interpretText">interpretText</keyword> + <keyword ref="tqspinbox.html#lineStep">lineStep</keyword> + <keyword ref="tqspinbox.html#lineStep-prop">lineStep</keyword> + <keyword ref="tqspinbox.html#mapTextToValue">mapTextToValue</keyword> + <keyword ref="tqspinbox.html#mapValueToText">mapValueToText</keyword> + <keyword ref="tqspinbox.html#maxValue">maxValue</keyword> + <keyword ref="tqspinbox.html#maxValue-prop">maxValue</keyword> + <keyword ref="tqspinbox.html#minValue">minValue</keyword> + <keyword ref="tqspinbox.html#minValue-prop">minValue</keyword> + <keyword ref="tqspinbox.html#prefix">prefix</keyword> + <keyword ref="tqspinbox.html#prefix-prop">prefix</keyword> + <keyword ref="tqspinbox.html#rangeChange">rangeChange</keyword> + <keyword ref="tqspinbox.html#selectAll">selectAll</keyword> + <keyword ref="tqspinbox.html#setButtonSymbols">setButtonSymbols</keyword> + <keyword ref="tqspinbox.html#setLineStep">setLineStep</keyword> + <keyword ref="tqspinbox.html#setMaxValue">setMaxValue</keyword> + <keyword ref="tqspinbox.html#setMinValue">setMinValue</keyword> + <keyword ref="tqspinbox.html#setPrefix">setPrefix</keyword> + <keyword ref="tqspinbox.html#setSpecialValueText">setSpecialValueText</keyword> + <keyword ref="tqspinbox.html#setSuffix">setSuffix</keyword> + <keyword ref="tqspinbox.html#setValidator">setValidator</keyword> + <keyword ref="tqspinbox.html#setValue">setValue</keyword> + <keyword ref="tqspinbox.html#setWrapping">setWrapping</keyword> + <keyword ref="tqspinbox.html#specialValueText">specialValueText</keyword> + <keyword ref="tqspinbox.html#specialValueText-prop">specialValueText</keyword> + <keyword ref="tqspinbox.html#stepDown">stepDown</keyword> + <keyword ref="tqspinbox.html#stepUp">stepUp</keyword> + <keyword ref="tqspinbox.html#suffix">suffix</keyword> + <keyword ref="tqspinbox.html#suffix-prop">suffix</keyword> + <keyword ref="tqspinbox.html#text">text</keyword> + <keyword ref="tqspinbox.html#text-prop">text</keyword> + <keyword ref="tqspinbox.html#textChanged">textChanged</keyword> + <keyword ref="tqspinbox.html#upRect">upRect</keyword> + <keyword ref="tqspinbox.html#updateDisplay">updateDisplay</keyword> + <keyword ref="tqspinbox.html#validator">validator</keyword> + <keyword ref="tqspinbox.html#value">value</keyword> + <keyword ref="tqspinbox.html#value-prop">value</keyword> + <keyword ref="tqspinbox.html#valueChange">valueChange</keyword> + <keyword ref="tqspinbox.html#valueChanged">valueChanged</keyword> + <keyword ref="tqspinbox.html#wrapping">wrapping</keyword> + <keyword ref="tqspinbox.html#wrapping-prop">wrapping</keyword> + <keyword ref="tqspinbox.html#~TQSpinBox">~TQSpinBox</keyword> + <section ref="tqspinbox-members.html" title="List of All Member Functions"/> + <section ref="tqspinbox-h.html" title="Header File"/> </section> <section ref="ntqsplashscreen.html" title="QSplashScreen Class Reference"> <keyword ref="ntqsplashscreen.html">QSplashScreen</keyword> @@ -9947,8 +9947,8 @@ <section ref="uic.html" title="User Interface Compiler (uic)"> <keyword ref="uic.html">User Interface Compiler (uic)</keyword> </section> -<section ref="motif-walkthrough-4.html" title="Using Custom QDialogs"> - <keyword ref="motif-walkthrough-4.html">Using Custom QDialogs</keyword> +<section ref="motif-walkthrough-4.html" title="Using Custom TQDialogs"> + <keyword ref="motif-walkthrough-4.html">Using Custom TQDialogs</keyword> </section> <section ref="motif-walkthrough-5.html" title="Using Existing Dialogs with QMotifDialog"> <keyword ref="motif-walkthrough-5.html">Using Existing Dialogs with QMotifDialog</keyword> diff --git a/doc/html/qtabdialog-h.html b/doc/html/qtabdialog-h.html index c9f306946..05068f669 100644 --- a/doc/html/qtabdialog-h.html +++ b/doc/html/qtabdialog-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQTABDIALOG_H #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #include "tqiconset.h" #endif // QT_H diff --git a/doc/html/qtabdialog-members.html b/doc/html/qtabdialog-members.html index b25ca0e26..720f55da3 100644 --- a/doc/html/qtabdialog-members.html +++ b/doc/html/qtabdialog-members.html @@ -38,7 +38,7 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#accept">accept</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="tqwidget.html#adjustSize">adjustSize</a>() @@ -86,7 +86,7 @@ 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="ntqdialog.html#done">done</a>() +<li><a href="tqdialog.html#done">done</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>() @@ -101,8 +101,8 @@ 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="ntqdialog.html#exec">exec</a>() -<li><a href="ntqdialog.html#extension">extension</a>() +<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="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -161,10 +161,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() -<li><a href="ntqdialog.html#isModal">isModal</a>() +<li><a href="tqdialog.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() +<li><a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() <li><a href="ntqtabdialog.html#isTabEnabled">isTabEnabled</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() @@ -207,7 +207,7 @@ 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="ntqdialog.html#orientation">orientation</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>() @@ -227,7 +227,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqdialog.html#reject">reject</a>() +<li><a href="tqdialog.html#reject">reject</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -238,7 +238,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="tqwidget.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqdialog.html#result">result</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="tqobject.html#sender">sender</a>() @@ -259,7 +259,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="ntqdialog.html#setExtension">setExtension</a>() +<li><a href="tqdialog.html#setExtension">setExtension</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>() @@ -282,19 +282,19 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#setModal">setModal</a>() +<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="ntqdialog.html#setOrientation">setOrientation</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>() <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="ntqdialog.html#setResult">setResult</a>() +<li><a href="tqdialog.html#setResult">setResult</a>() <li><a href="tqwidget.html#setShown">setShown</a>() -<li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() +<li><a href="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</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>() @@ -305,9 +305,9 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#show">show</a>() +<li><a href="tqdialog.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() -<li><a href="ntqdialog.html#showExtension">showExtension</a>() +<li><a href="tqdialog.html#showExtension">showExtension</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() diff --git a/doc/html/qtable-h.html b/doc/html/qtable-h.html index c7d8afa42..609b120cf 100644 --- a/doc/html/qtable-h.html +++ b/doc/html/qtable-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #define TQTABLE_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #include "tqpixmap.h" #include "tqptrvector.h" #include "ntqheader.h" diff --git a/doc/html/qtable-members.html b/doc/html/qtable-members.html index 3078ab629..db48c7d08 100644 --- a/doc/html/qtable-members.html +++ b/doc/html/qtable-members.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#~TQTable">~TQTable</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="ntqtable.html#activateNextCell">activateNextCell</a>() -<li><a href="ntqscrollview.html#addChild">addChild</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>() @@ -53,19 +53,19 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="ntqtable.html#beginEdit">beginEdit</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqscrollview.html#bottomMargin">bottomMargin</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="ntqscrollview.html#center">center</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>() <li><a href="tqwidget.html#childAt">childAt</a>() <li><a href="tqobject.html#childEvent">childEvent</a>() -<li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() -<li><a href="ntqscrollview.html#childX">childX</a>() -<li><a href="ntqscrollview.html#childY">childY</a>() +<li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() +<li><a href="tqscrollview.html#childX">childX</a>() +<li><a href="tqscrollview.html#childY">childY</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="ntqtable.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() -<li><a href="ntqscrollview.html#clipper">clipper</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>() @@ -93,26 +93,26 @@ 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="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</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="ntqscrollview.html#contentsHeight">contentsHeight</a>() -<li><a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() -<li><a href="ntqscrollview.html#contentsMoving">contentsMoving</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="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() -<li><a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() -<li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() -<li><a href="ntqscrollview.html#contentsX">contentsX</a>() -<li><a href="ntqscrollview.html#contentsY">contentsY</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="ntqscrollview.html#cornerWidget">cornerWidget</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>() @@ -130,14 +130,14 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() +<li><a href="tqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="ntqtable.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="ntqscrollview.html#drawContentsOffset">drawContentsOffset</a>() +<li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() @@ -146,17 +146,17 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#enableClipper">enableClipper</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="ntqscrollview.html#ensureVisible">ensureVisible</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="ntqscrollview.html#eventFilter">eventFilter</a>() +<li><a href="tqscrollview.html#eventFilter">eventFilter</a>() <li><a href="tqwidget.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -183,12 +183,12 @@ 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="ntqscrollview.html#hScrollBarMode">hScrollBarMode</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>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() +<li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</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>() @@ -197,9 +197,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#hideRow">hideRow</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>() -<li><a href="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() -<li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() -<li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</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>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -229,7 +229,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() -<li><a href="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() +<li><a href="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() @@ -244,7 +244,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() +<li><a href="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() @@ -257,7 +257,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="ntqscrollview.html#leftMargin">leftMargin</a>() +<li><a href="tqscrollview.html#leftMargin">leftMargin</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() @@ -285,7 +285,7 @@ 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="ntqscrollview.html#moveChild">moveChild</a>() +<li><a href="tqscrollview.html#moveChild">moveChild</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() @@ -319,7 +319,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="ntqscrollview.html#removeChild">removeChild</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="tqobject.html#removeEventFilter">removeEventFilter</a>() @@ -327,16 +327,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#removeRows">removeRows</a>() <li><a href="ntqtable.html#removeSelection">removeSelection</a>() <li><a href="tqwidget.html#repaint">repaint</a>() -<li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() +<li><a href="tqscrollview.html#repaintContents">repaintContents</a>() <li><a href="ntqtable.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="ntqscrollview.html#resizeContents">resizeContents</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="ntqscrollview.html#resizePolicy">resizePolicy</a>() -<li><a href="ntqscrollview.html#rightMargin">rightMargin</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>() @@ -344,7 +344,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#rowMovingEnabled">rowMovingEnabled</a>() <li><a href="ntqtable.html#rowPos">rowPos</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqscrollview.html#scrollBy">scrollBy</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>() @@ -368,12 +368,12 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setContentsPos">setContentsPos</a>() -<li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</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="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</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="tqwidget.html#setEnabled">setEnabled</a>() @@ -392,8 +392,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() <li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqscrollview.html#setHBarGeometry">setHBarGeometry</a>() -<li><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() +<li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() +<li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</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>() @@ -403,7 +403,7 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setMargins">setMargins</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>() @@ -424,7 +424,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#setPixmap">setPixmap</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqtable.html#setReadOnly">setReadOnly</a>() -<li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</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>() @@ -436,19 +436,19 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setStaticBackground">setStaticBackground</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="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() -<li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() +<li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() +<li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</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="tqwidget.html#show">show</a>() -<li><a href="ntqscrollview.html#showChild">showChild</a>() +<li><a href="tqscrollview.html#showChild">showChild</a>() <li><a href="ntqtable.html#showColumn">showColumn</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() @@ -478,7 +478,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#text">text</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqscrollview.html#topMargin">topMargin</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="tqwidget.html#unsetCursor">unsetCursor</a>() @@ -486,25 +486,25 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#updateContents">updateContents</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="tqwidget.html#updateMask">updateMask</a>() -<li><a href="ntqscrollview.html#updateScrollBars">updateScrollBars</a>() -<li><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</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="ntqscrollview.html#verticalScrollBar">verticalScrollBar</a>() -<li><a href="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() -<li><a href="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() -<li><a href="ntqscrollview.html#viewport">viewport</a>() -<li><a href="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() -<li><a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() -<li><a href="ntqscrollview.html#viewportSize">viewportSize</a>() -<li><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>() -<li><a href="ntqscrollview.html#visibleHeight">visibleHeight</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>() +<li><a href="tqscrollview.html#viewport">viewport</a>() +<li><a href="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() +<li><a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() +<li><a href="tqscrollview.html#viewportSize">viewportSize</a>() +<li><a href="tqscrollview.html#viewportToContents">viewportToContents</a>() +<li><a href="tqscrollview.html#visibleHeight">visibleHeight</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqscrollview.html#visibleWidth">visibleWidth</a>() +<li><a href="tqscrollview.html#visibleWidth">visibleWidth</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/qtableitem.html b/doc/html/qtableitem.html index 8e69385ba..37b03883b 100644 --- a/doc/html/qtableitem.html +++ b/doc/html/qtableitem.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qtable-h.html">ntqtable.h</a>></tt> <p>Inherits <a href="ntqt.html">TQt</a>. -<p>Inherited by <a href="qcombotableitem.html">TQComboTableItem</a> and <a href="qchecktableitem.html">TQCheckTableItem</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> <h2>Public Members</h2> <ul> @@ -86,8 +86,8 @@ to using TQTableItems: see the <a href="ntqtable.html#notes-on-large-tables">not 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 <a href="#EditType-enum">EditType</a> and the editor used for in-place editing (by default a -<a href="ntqlineedit.html">TQLineEdit</a>). If you want checkboxes use <a href="qchecktableitem.html">TQCheckTableItem</a>, and if -you want comboboxes use <a href="qcombotableitem.html">TQComboTableItem</a>. The <a href="#EditType-enum">EditType</a> (set +<a href="tqlineedit.html">TQLineEdit</a>). If you want checkboxes use <a href="tqchecktableitem.html">TQCheckTableItem</a>, and if +you want comboboxes use <a href="tqcombotableitem.html">TQComboTableItem</a>. The <a href="#EditType-enum">EditType</a> (set in the constructor) determines whether the cell's contents may be edited. <p> If a pixmap is specified it is displayed to the left of any text. @@ -118,7 +118,7 @@ table and cell will be updated accordingly. then anything you do to that item other than insert it into a table will result in undefined behaviour. <p> Reimplement <a href="#createEditor">createEditor</a>() and <a href="#setContentFromEditor">setContentFromEditor</a>() if you want -to use your own widget instead of a <a href="ntqlineedit.html">TQLineEdit</a> for editing cell +to use your own widget instead of a <a href="tqlineedit.html">TQLineEdit</a> for editing cell contents. Reimplement <a href="#paint">paint</a>() if you want to display custom content. <p> It is important to ensure that your custom widget can accept the @@ -132,8 +132,8 @@ accept the keyboard focus: TQWidget* MyTableItem::createEditor() const { <a href="ntqhbox.html">TQHBox</a>* hbox = new <a href="ntqhbox.html">TQHBox</a>( <a href="#table">table</a>()->viewport() ); - hbox-><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>(new <a href="ntqlineedit.html">TQLineEdit</a>( hbox )); - new <a href="ntqlineedit.html">TQLineEdit</a>( hbox ); + hbox-><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>(new <a href="tqlineedit.html">TQLineEdit</a>( hbox )); + new <a href="tqlineedit.html">TQLineEdit</a>( hbox ); return hbox; } </pre> @@ -144,7 +144,7 @@ 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> <p>See also <a href="qchecktableitem.html">TQCheckTableItem</a>, <a href="qcombotableitem.html">TQComboTableItem</a>, and <a href="advanced.html">Advanced Widgets</a>. +<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> <hr><h2>Member Type Documentation</h2> @@ -158,7 +158,7 @@ should be displayed. <li><tt>TQTableItem::Always</tt> - The cell always <em>looks</em> editable. </ul><p> Using this EditType ensures that the editor created with -<a href="#createEditor">createEditor</a>() (by default a <a href="ntqlineedit.html">TQLineEdit</a>) is always visible. This +<a href="#createEditor">createEditor</a>() (by default a <a href="tqlineedit.html">TQLineEdit</a>) is always visible. This has implications for the alignment of the content: the default editor aligns everything (even numbers) to the left whilst numerical values in the cell are by default aligned to the right. @@ -191,7 +191,7 @@ in accordance with their EditType as described above. </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="ntqlineedit.html">TQLineEdit</a> for its editor, will not +<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>(). <p> The table takes ownership of the table item, so a table item @@ -201,7 +201,7 @@ should not be inserted into more than one table at a time. </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="ntqlineedit.html">TQLineEdit</a> for its editor, will not +<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>(). <p> The table takes ownership of the table item, so a table item @@ -212,7 +212,7 @@ should not be inserted into more than one table at a time. 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="ntqlineedit.html">TQLineEdit</a> for editing the text, will not word-wrap and +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>(). <p> The table takes ownership of the table item, so a table item @@ -250,10 +250,10 @@ Returns the column span of the table item, usually 1. </h3> This virtual function creates an editor which the user can interact with to edit the cell's contents. The default -implementation creates a <a href="ntqlineedit.html">TQLineEdit</a>. +implementation creates a <a href="tqlineedit.html">TQLineEdit</a>. <p> If the function returns 0, the cell is read-only. <p> The returned widget should preferably be invisible, ideally with -<a href="ntqscrollview.html#viewport">TQTable::viewport</a>() as parent. +<a href="tqscrollview.html#viewport">TQTable::viewport</a>() as parent. <p> If you reimplement this function you'll almost certainly need to reimplement <a href="#setContentFromEditor">setContentFromEditor</a>(), and may need to reimplement <a href="#sizeHint">sizeHint</a>(). @@ -262,7 +262,7 @@ reimplement <a href="#setContentFromEditor">setContentFromEditor</a>(), and may <pre> <a name="x2444"></a>TQWidget *ComboItem::<a href="#createEditor">createEditor</a>() const { // create an editor - a combobox in our case - ( (ComboItem*)this )->cb = new <a href="ntqcombobox.html">TQComboBox</a>( <a href="#table">table</a>()->viewport() ); + ( (ComboItem*)this )->cb = new <a href="tqcombobox.html">TQComboBox</a>( <a href="#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" ); @@ -270,7 +270,7 @@ 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="ntqscrollview.html#viewport">TQTable::viewport</a>(), and <a href="#setReplaceable">setReplaceable</a>(). +<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>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 @@ -348,9 +348,9 @@ which for TQTableItems is 0. subclass returns a unique <a href="#rtti">rtti</a>() value. It is advisable to use values greater than 1000, preferably large random numbers, to allow for extensions to this class. -<p> <p>See also <a href="qchecktableitem.html#rtti">TQCheckTableItem::rtti</a>() and <a href="qcombotableitem.html#rtti">TQComboTableItem::rtti</a>(). +<p> <p>See also <a href="tqchecktableitem.html#rtti">TQCheckTableItem::rtti</a>() and <a href="tqcombotableitem.html#rtti">TQComboTableItem::rtti</a>(). -<p>Reimplemented in <a href="qcombotableitem.html#rtti">TQComboTableItem</a> and <a href="qchecktableitem.html#rtti">TQCheckTableItem</a>. +<p>Reimplemented in <a href="tqcombotableitem.html#rtti">TQComboTableItem</a> and <a href="tqchecktableitem.html#rtti">TQCheckTableItem</a>. <h3 class=fn>void <a name="setCol"></a>TQTableItem::setCol ( int c )<tt> [virtual]</tt> </h3> Sets column <em>c</em> as the table item's column. Usually you will not @@ -366,7 +366,7 @@ 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 TQTableItem. <p> If you reimplement <a href="#createEditor">createEditor</a>() and return something that is not -a <a href="ntqlineedit.html">TQLineEdit</a> you will need to reimplement this function. +a <a href="tqlineedit.html">TQLineEdit</a> you will need to reimplement this function. <p> <pre> void ComboItem::<a href="#setContentFromEditor">setContentFromEditor</a>( <a href="tqwidget.html">TQWidget</a> *w ) @@ -394,7 +394,7 @@ 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 contents. -<p> For <a href="qcombotableitem.html">TQComboTableItem</a>s and <a href="qchecktableitem.html">TQCheckTableItem</a>s this function +<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>(). @@ -469,7 +469,7 @@ text. <ol type=1> <li> if the editMode() is <a href="#EditType-enum">Always</a>, or <li> if editMode() is <em>not</em> <a href="#EditType-enum">Always</a> but the editor of the cell is -active and the editor is not a <a href="ntqlineedit.html">TQLineEdit</a>. +active and the editor is not a <a href="tqlineedit.html">TQLineEdit</a>. </ol> <p> This means that <a href="#text">text</a>() returns the original text value of the item if the editor is a line edit, until the user commits an edit (e.g. diff --git a/doc/html/qwizard-h.html b/doc/html/qwizard-h.html index c72ed832c..defb82e87 100644 --- a/doc/html/qwizard-h.html +++ b/doc/html/qwizard-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #endif // QT_H #ifndef TQT_NO_WIZARD diff --git a/doc/html/qwizard-members.html b/doc/html/qwizard-members.html index 61a192667..88dd0979d 100644 --- a/doc/html/qwizard-members.html +++ b/doc/html/qwizard-members.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqwizard.html#TQWizard">TQWizard</a>() <li><a href="ntqwizard.html#~TQWizard">~TQWizard</a>() -<li><a href="ntqdialog.html#accept">accept</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="tqwidget.html#adjustSize">adjustSize</a>() @@ -84,7 +84,7 @@ 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="ntqdialog.html#done">done</a>() +<li><a href="tqdialog.html#done">done</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>() @@ -99,8 +99,8 @@ 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="ntqdialog.html#exec">exec</a>() -<li><a href="ntqdialog.html#extension">extension</a>() +<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="tqwidget.html#focusData">focusData</a>() @@ -158,10 +158,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() -<li><a href="ntqdialog.html#isModal">isModal</a>() +<li><a href="tqdialog.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() +<li><a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</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>() @@ -207,7 +207,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwizard.html#nextButton">nextButton</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqdialog.html#orientation">orientation</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>() @@ -229,7 +229,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqdialog.html#reject">reject</a>() +<li><a href="tqdialog.html#reject">reject</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -240,7 +240,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="tqwidget.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqdialog.html#result">result</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="tqobject.html#sender">sender</a>() @@ -260,7 +260,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="ntqdialog.html#setExtension">setExtension</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="tqwidget.html#setFixedHeight">setFixedHeight</a>() @@ -285,19 +285,19 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#setModal">setModal</a>() +<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="ntqdialog.html#setOrientation">setOrientation</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>() <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="ntqdialog.html#setResult">setResult</a>() +<li><a href="tqdialog.html#setResult">setResult</a>() <li><a href="tqwidget.html#setShown">setShown</a>() -<li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() +<li><a href="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</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>() @@ -308,9 +308,9 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#show">show</a>() +<li><a href="tqdialog.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() -<li><a href="ntqdialog.html#showExtension">showExtension</a>() +<li><a href="tqdialog.html#showExtension">showExtension</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() diff --git a/doc/html/rangecontrols-example.html b/doc/html/rangecontrols-example.html index 5c2d2bd3c..81ea6c6b9 100644 --- a/doc/html/rangecontrols-example.html +++ b/doc/html/rangecontrols-example.html @@ -62,7 +62,7 @@ public: RangeControls( <a href="tqwidget.html">TQWidget</a> *parent = 0, const char *name = 0 ); private: - <a href="ntqcheckbox.html">TQCheckBox</a> *notches, *wrapping; + <a href="tqcheckbox.html">TQCheckBox</a> *notches, *wrapping; }; #endif @@ -83,12 +83,12 @@ private: #include "rangecontrols.h" #include <<a href="qhbox-h.html">ntqhbox.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> -#include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> +#include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> -#include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> +#include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <limits.h> @@ -105,20 +105,20 @@ private: <a href="tqlabel.html">TQLabel</a> *label1 = new <a href="tqlabel.html">TQLabel</a>( TQString( "Enter a value between\n%1 and %2:" ).arg( -INT_MAX ).arg( INT_MAX ), cell2 ); <a name="x1391"></a><a name="x1383"></a> label1-><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>( label1-><a href="tqwidget.html#sizeHint">sizeHint</a>().height() ); - <a href="ntqspinbox.html">TQSpinBox</a> *sb1 = new <a href="ntqspinbox.html">TQSpinBox</a>( -INT_MAX, INT_MAX, 1, cell2 ); -<a name="x1390"></a> sb1-><a href="ntqspinbox.html#setValue">setValue</a>( 0 ); + <a href="tqspinbox.html">TQSpinBox</a> *sb1 = new <a href="tqspinbox.html">TQSpinBox</a>( -INT_MAX, INT_MAX, 1, cell2 ); +<a name="x1390"></a> sb1-><a href="tqspinbox.html#setValue">setValue</a>( 0 ); <a href="tqlabel.html">TQLabel</a> *label2 = new <a href="tqlabel.html">TQLabel</a>( "Enter a zoom value:", cell2 ); label2-><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>( label2-><a href="tqwidget.html#sizeHint">sizeHint</a>().height() ); - <a href="ntqspinbox.html">TQSpinBox</a> *sb2 = new <a href="ntqspinbox.html">TQSpinBox</a>( 0, 1000, 10, cell2 ); -<a name="x1389"></a> sb2-><a href="ntqspinbox.html#setSuffix">setSuffix</a>( " %" ); -<a name="x1388"></a> sb2-><a href="ntqspinbox.html#setSpecialValueText">setSpecialValueText</a>( "Automatic" ); + <a href="tqspinbox.html">TQSpinBox</a> *sb2 = new <a href="tqspinbox.html">TQSpinBox</a>( 0, 1000, 10, cell2 ); +<a name="x1389"></a> sb2-><a href="tqspinbox.html#setSuffix">setSuffix</a>( " %" ); +<a name="x1388"></a> sb2-><a href="tqspinbox.html#setSpecialValueText">setSpecialValueText</a>( "Automatic" ); <a href="tqlabel.html">TQLabel</a> *label3 = new <a href="tqlabel.html">TQLabel</a>( "Enter a price:", cell2 ); label3-><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>( label3-><a href="tqwidget.html#sizeHint">sizeHint</a>().height() ); - <a href="ntqspinbox.html">TQSpinBox</a> *sb3 = new <a href="ntqspinbox.html">TQSpinBox</a>( 0, INT_MAX, 1, cell2 ); -<a name="x1387"></a> sb3-><a href="ntqspinbox.html#setPrefix">setPrefix</a>( "$" ); - sb3-><a href="ntqspinbox.html#setValue">setValue</a>( 355 ); + <a href="tqspinbox.html">TQSpinBox</a> *sb3 = new <a href="tqspinbox.html">TQSpinBox</a>( 0, INT_MAX, 1, cell2 ); +<a name="x1387"></a> sb3-><a href="tqspinbox.html#setPrefix">setPrefix</a>( "$" ); + sb3-><a href="tqspinbox.html#setValue">setValue</a>( 355 ); (void)new <a href="tqwidget.html">TQWidget</a>( cell2 ); @@ -127,19 +127,19 @@ private: <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 ); - <a href="ntqslider.html">TQSlider</a> *hslider = new <a href="ntqslider.html">TQSlider</a>( 0, 64, 1, 33, TQt::Horizontal, cell3, "horizontal_s" ); - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd2 = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, cell3 ); -<a name="x1384"></a> lcd2-><a href="ntqlcdnumber.html#display">display</a>( 33 ); -<a name="x1385"></a> lcd2-><a href="ntqlcdnumber.html#setSegmentStyle">setSegmentStyle</a>( TQLCDNumber::Filled ); -<a name="x1386"></a> <a href="tqobject.html#connect">connect</a>( hslider, TQ_SIGNAL( <a href="ntqslider.html#valueChanged">valueChanged</a>( int ) ), lcd2, TQ_SLOT( <a href="ntqlcdnumber.html#display">display</a>( int ) ) ); + <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 ); +<a name="x1385"></a> lcd2-><a href="tqlcdnumber.html#setSegmentStyle">setSegmentStyle</a>( TQLCDNumber::Filled ); +<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 ); - <a href="ntqslider.html">TQSlider</a> *vslider = new <a href="ntqslider.html">TQSlider</a>( 0, 64, 1, 8, TQt::Vertical, cell4 ); - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd3 = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 3, cell4 ); - lcd3-><a href="ntqlcdnumber.html#display">display</a>( 8 ); - <a href="tqobject.html#connect">connect</a>( vslider, TQ_SIGNAL( <a href="ntqslider.html#valueChanged">valueChanged</a>( int ) ), lcd3, TQ_SLOT( <a href="ntqlcdnumber.html#display">display</a>( int ) ) ); + <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 ); + <a href="tqobject.html#connect">connect</a>( vslider, TQ_SIGNAL( <a href="tqslider.html#valueChanged">valueChanged</a>( int ) ), lcd3, TQ_SLOT( <a href="tqlcdnumber.html#display">display</a>( int ) ) ); } </pre> diff --git a/doc/html/regexptester-example.html b/doc/html/regexptester-example.html index 0666ff806..c134421d4 100644 --- a/doc/html/regexptester-example.html +++ b/doc/html/regexptester-example.html @@ -48,7 +48,7 @@ comboboxes. <p> <pre>#ifndef REGEXPTESTER_H #define REGEXPTESTER_H -#include <<a href="qdialog-h.html">ntqdialog.h</a>> +#include <<a href="tqdialog-h.html">tqdialog.h</a>> class TQCheckBox; class TQComboBox; @@ -57,7 +57,7 @@ class TQPushButton; class TQStatusBar; class TQTable; -class RegexpTester : public <a href="ntqdialog.html">TQDialog</a> +class RegexpTester : public <a href="tqdialog.html">TQDialog</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> @@ -66,16 +66,16 @@ public: WFlags f=0); <a href="tqlabel.html">TQLabel</a> *regexLabel; - <a href="ntqcombobox.html">TQComboBox</a> *regexComboBox; + <a href="tqcombobox.html">TQComboBox</a> *regexComboBox; <a href="tqlabel.html">TQLabel</a> *textLabel; - <a href="ntqcombobox.html">TQComboBox</a> *textComboBox; - <a href="ntqcheckbox.html">TQCheckBox</a> *caseSensitiveCheckBox; - <a href="ntqcheckbox.html">TQCheckBox</a> *minimalCheckBox; - <a href="ntqcheckbox.html">TQCheckBox</a> *wildcardCheckBox; + <a href="tqcombobox.html">TQComboBox</a> *textComboBox; + <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="ntqpushbutton.html">TQPushButton</a> *executePushButton; - <a href="ntqpushbutton.html">TQPushButton</a> *copyPushButton; - <a href="ntqpushbutton.html">TQPushButton</a> *quitPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *executePushButton; + <a href="tqpushbutton.html">TQPushButton</a> *copyPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *quitPushButton; <a href="tqstatusbar.html">TQStatusBar</a> *statusBar; public slots: @@ -92,12 +92,12 @@ private: <p> <hr> <p> Implementation: <p> <pre>#include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> +#include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="tqclipboard-h.html">tqclipboard.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#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>> @@ -107,32 +107,32 @@ private: <a name="f556"></a>RegexpTester::RegexpTester(TQWidget* parent, const char* name, bool modal, WFlags f) - : <a href="ntqdialog.html">TQDialog</a>(parent, name, modal, f) + : <a href="tqdialog.html">TQDialog</a>(parent, name, modal, f) { regexLabel = new <a href="tqlabel.html">TQLabel</a>(this); - regexComboBox = new <a href="ntqcombobox.html">TQComboBox</a>(this); -<a name="x2480"></a> regexComboBox-><a href="ntqcombobox.html#setEditable">setEditable</a>(true); + regexComboBox = new <a href="tqcombobox.html">TQComboBox</a>(this); +<a name="x2480"></a> regexComboBox-><a href="tqcombobox.html#setEditable">setEditable</a>(true); <a name="x2507"></a> regexComboBox-><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>(TQSizePolicy::Expanding, TQSizePolicy::Preferred); <a name="x2482"></a> regexLabel-><a href="tqlabel.html#setBuddy">setBuddy</a>(regexComboBox); textLabel = new <a href="tqlabel.html">TQLabel</a>(this); - textComboBox = new <a href="ntqcombobox.html">TQComboBox</a>(this); - textComboBox-><a href="ntqcombobox.html#setEditable">setEditable</a>(true); + textComboBox = new <a href="tqcombobox.html">TQComboBox</a>(this); + textComboBox-><a href="tqcombobox.html#setEditable">setEditable</a>(true); textComboBox-><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>(TQSizePolicy::Expanding, TQSizePolicy::Preferred); textLabel-><a href="tqlabel.html#setBuddy">setBuddy</a>(textComboBox); - caseSensitiveCheckBox = new <a href="ntqcheckbox.html">TQCheckBox</a>(this); -<a name="x2475"></a> caseSensitiveCheckBox-><a href="ntqcheckbox.html#setChecked">setChecked</a>(true); - minimalCheckBox = new <a href="ntqcheckbox.html">TQCheckBox</a>(this); - wildcardCheckBox = new <a href="ntqcheckbox.html">TQCheckBox</a>(this); + caseSensitiveCheckBox = new <a href="tqcheckbox.html">TQCheckBox</a>(this); +<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); - executePushButton = new <a href="ntqpushbutton.html">TQPushButton</a>(this); -<a name="x2484"></a> executePushButton-><a href="ntqpushbutton.html#setDefault">setDefault</a>(true); - copyPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>(this); - quitPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>(this); + 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); @@ -165,20 +165,20 @@ private: <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="ntqdialog.html#accept">accept</a>())); + <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>())); execute(); } void <a name="f557"></a>RegexpTester::execute() { -<a name="x2478"></a> <a href="tqstring.html">TQString</a> regex = regexComboBox-><a href="ntqcombobox.html#currentText">currentText</a>(); - <a href="tqstring.html">TQString</a> text = textComboBox-><a href="ntqcombobox.html#currentText">currentText</a>(); +<a name="x2478"></a> <a href="tqstring.html">TQString</a> regex = regexComboBox-><a href="tqcombobox.html#currentText">currentText</a>(); + <a href="tqstring.html">TQString</a> text = textComboBox-><a href="tqcombobox.html#currentText">currentText</a>(); if (!regex.<a href="tqstring.html#isEmpty">isEmpty</a>() && !text.<a href="tqstring.html#isEmpty">isEmpty</a>()) { <a href="tqregexp.html">TQRegExp</a> re(regex); -<a name="x2491"></a><a name="x2474"></a> re.<a href="tqregexp.html#setCaseSensitive">setCaseSensitive</a>(caseSensitiveCheckBox-><a href="ntqcheckbox.html#isChecked">isChecked</a>()); -<a name="x2492"></a> re.<a href="tqregexp.html#setMinimal">setMinimal</a>(minimalCheckBox-><a href="ntqcheckbox.html#isChecked">isChecked</a>()); - bool wildcard = wildcardCheckBox-><a href="ntqcheckbox.html#isChecked">isChecked</a>(); +<a name="x2491"></a><a name="x2474"></a> re.<a href="tqregexp.html#setCaseSensitive">setCaseSensitive</a>(caseSensitiveCheckBox-><a href="tqcheckbox.html#isChecked">isChecked</a>()); +<a name="x2492"></a> re.<a href="tqregexp.html#setMinimal">setMinimal</a>(minimalCheckBox-><a href="tqcheckbox.html#isChecked">isChecked</a>()); + bool wildcard = wildcardCheckBox-><a href="tqcheckbox.html#isChecked">isChecked</a>(); <a name="x2493"></a> re.<a href="tqregexp.html#setWildcard">setWildcard</a>(wildcard); <a name="x2487"></a> if (!re.<a href="tqregexp.html#isValid">isValid</a>()) { <a name="x2494"></a> statusBar-><a href="tqstatusbar.html#message">message</a>(<a href="tqobject.html#tr">tr</a>("Invalid <a href="tqregexp.html#regular-expression">regular expression</a>: %1") @@ -243,7 +243,7 @@ void <a name="f557"></a>RegexpTester::execute() void <a name="f558"></a>RegexpTester::copy() { - <a href="tqstring.html">TQString</a> escaped = regexComboBox-><a href="ntqcombobox.html#currentText">currentText</a>(); + <a href="tqstring.html">TQString</a> escaped = regexComboBox-><a href="tqcombobox.html#currentText">currentText</a>(); if (!escaped.<a href="tqstring.html#isEmpty">isEmpty</a>()) { escaped = escaped.<a href="tqstring.html#replace">replace</a>("\\", "\\\\"); <a name="x2468"></a> <a href="tqclipboard.html">TQClipboard</a> *cb = TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>(); @@ -259,9 +259,9 @@ void <a name="f559"></a>RegexpTester::languageChange() { <a href="tqwidget.html#setCaption">setCaption</a>(<a href="tqobject.html#tr">tr</a>("Regex Tester")); regexLabel-><a href="tqlabel.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Regex:")); -<a name="x2479"></a> regexComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>(<a href="tqobject.html#tr">tr</a>("[A-Z]+=(\\d+):(\\d*)")); +<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="ntqcombobox.html#insertItem">insertItem</a>(<a href="tqobject.html#tr">tr</a>("ABC=12:3456")); + 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")); @@ -281,7 +281,7 @@ int main(int argc, char **argv) { <a href="ntqapplication.html">TQApplication</a> app(argc, argv); RegexpTester form; -<a name="x2511"></a> form.<a href="ntqdialog.html#show">show</a>(); +<a name="x2511"></a> form.<a href="tqdialog.html#show">show</a>(); <a name="x2512"></a><a name="x2510"></a><a name="x2509"></a> app.<a href="tqobject.html#connect">connect</a>(&app, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &app, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); return app.<a href="ntqapplication.html#exec">exec</a>(); } diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html index 119aaa472..e7f0867f3 100644 --- a/doc/html/richtext-example.html +++ b/doc/html/richtext-example.html @@ -65,7 +65,7 @@ public: protected: <a href="tqtextview.html">TQTextView</a> *view; - <a href="ntqpushbutton.html">TQPushButton</a> *bClose, *bNext, *bPrev; + <a href="tqpushbutton.html">TQPushButton</a> *bClose, *bNext, *bPrev; int num; protected slots: @@ -93,7 +93,7 @@ protected slots: #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="qhbox-h.html">ntqhbox.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="tqbrush-h.html">tqbrush.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> @@ -176,9 +176,9 @@ static const char* sayings[] = { <a href="ntqhbox.html">TQHBox</a> *buttons = new <a href="ntqhbox.html">TQHBox</a>( this ); buttons-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); - bClose = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Close", buttons ); - bPrev = new <a href="ntqpushbutton.html">TQPushButton</a>( "<< &Prev", buttons ); - bNext = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Next >>", buttons ); + bClose = new <a href="tqpushbutton.html">TQPushButton</a>( "&Close", buttons ); + bPrev = new <a href="tqpushbutton.html">TQPushButton</a>( "<< &Prev", buttons ); + bNext = new <a href="tqpushbutton.html">TQPushButton</a>( "&Next >>", buttons ); <a name="x466"></a> bPrev-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); diff --git a/doc/html/rot-example.html b/doc/html/rot-example.html index 8d283eaed..dad8dae48 100644 --- a/doc/html/rot-example.html +++ b/doc/html/rot-example.html @@ -92,7 +92,7 @@ private: #include "rot13.h" #include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.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>> @@ -103,7 +103,7 @@ private: <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="ntqpushbutton.html">TQPushButton</a> * quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this ); + <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>()) ); diff --git a/doc/html/scribble-example.html b/doc/html/scribble-example.html index 6ea991fb2..232179dc8 100644 --- a/doc/html/scribble-example.html +++ b/doc/html/scribble-example.html @@ -113,7 +113,7 @@ public: protected: Canvas* canvas; - <a href="ntqspinbox.html">TQSpinBox</a> *bPWidth; + <a href="tqspinbox.html">TQSpinBox</a> *bPWidth; <a href="tqtoolbutton.html">TQToolButton</a> *bPColor, *bSave, *bClear; protected slots: @@ -146,7 +146,7 @@ protected slots: #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqtoolbar-h.html">tqtoolbar.h</a>> #include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>> -#include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +#include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include <<a href="tqtooltip-h.html">tqtooltip.h</a>> #include <<a href="tqrect-h.html">tqrect.h</a>> #include <<a href="tqpoint-h.html">tqpoint.h</a>> @@ -265,10 +265,10 @@ void <a name="f340"></a>Canvas::clearScreen() tools-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); - bPWidth = new <a href="ntqspinbox.html">TQSpinBox</a>( 1, 20, 1, tools ); + bPWidth = new <a href="tqspinbox.html">TQSpinBox</a>( 1, 20, 1, tools ); <a name="x945"></a> TQToolTip::<a href="tqtooltip.html#add">add</a>( bPWidth, "Choose Pen Width" ); -<a name="x939"></a> <a href="tqobject.html#connect">connect</a>( bPWidth, TQ_SIGNAL( <a href="ntqspinbox.html#valueChanged">valueChanged</a>( int ) ), this, TQ_SLOT( slotWidth( int ) ) ); -<a name="x938"></a> bPWidth-><a href="ntqspinbox.html#setValue">setValue</a>( 3 ); +<a name="x939"></a> <a href="tqobject.html#connect">connect</a>( bPWidth, TQ_SIGNAL( <a href="tqspinbox.html#valueChanged">valueChanged</a>( int ) ), this, TQ_SLOT( slotWidth( int ) ) ); +<a name="x938"></a> bPWidth-><a href="tqspinbox.html#setValue">setValue</a>( 3 ); tools-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); diff --git a/doc/html/scrollview-example.html b/doc/html/scrollview-example.html index 9437e1d1e..c23b0321c 100644 --- a/doc/html/scrollview-example.html +++ b/doc/html/scrollview-example.html @@ -47,11 +47,11 @@ optimized for very large contents. ** *****************************************************************************/ -#include <<a href="qscrollview-h.html">ntqscrollview.h</a>> +#include <<a href="tqscrollview-h.html">tqscrollview.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>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> @@ -82,7 +82,7 @@ public: 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="ntqpushbutton.html">TQPushButton</a>("Quit", this); + <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>())); } else { <a href="tqstring.html">TQString</a> str; @@ -92,7 +92,7 @@ public: str = "I'm shrinking!"; ++b; } - (new <a href="ntqpushbutton.html">TQPushButton</a>(str, this))->move(y/2,y); + (new <a href="tqpushbutton.html">TQPushButton</a>(str, this))->move(y/2,y); } } resize(1000,2000); @@ -118,11 +118,11 @@ signals: void clicked(int,int); }; -class BigMatrix : public <a href="ntqscrollview.html">TQScrollView</a> { +class BigMatrix : public <a href="tqscrollview.html">TQScrollView</a> { <a href="ntqmultilineedit.html">TQMultiLineEdit</a> *dragging; public: BigMatrix(TQWidget* parent) : - <a href="ntqscrollview.html">TQScrollView</a>(parent,"matrix", WStaticContents), + <a href="tqscrollview.html">TQScrollView</a>(parent,"matrix", WStaticContents), bg("bg.ppm") { <a name="x640"></a> bg.<a href="tqpixmap.html#load">load</a>("bg.ppm"); @@ -267,24 +267,24 @@ public: corn_id = vp_options-><a href="tqmenudata.html#insertItem">insertItem</a>( "cornerWidget" ); if (technique == 1) { - vp = new <a href="ntqscrollview.html">TQScrollView</a>(this); -<a name="x655"></a> BigShrinker *bs = new BigShrinker(0);//(vp-><a href="ntqscrollview.html#viewport">viewport</a>()); -<a name="x645"></a> vp-><a href="ntqscrollview.html#addChild">addChild</a>(bs); + vp = new <a href="tqscrollview.html">TQScrollView</a>(this); +<a name="x655"></a> BigShrinker *bs = new BigShrinker(0);//(vp-><a href="tqscrollview.html#viewport">viewport</a>()); +<a name="x645"></a> vp-><a href="tqscrollview.html#addChild">addChild</a>(bs); <a name="x659"></a> bs-><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>(TRUE); TQObject::<a href="tqobject.html#connect">connect</a>(bs, TQ_SIGNAL(clicked(int,int)), -<a name="x646"></a> vp, TQ_SLOT(<a href="ntqscrollview.html#center">center</a>(int,int))); +<a name="x646"></a> vp, TQ_SLOT(<a href="tqscrollview.html#center">center</a>(int,int))); } else { vp = new BigMatrix(this); if ( technique == 3 ) -<a name="x648"></a> vp-><a href="ntqscrollview.html#enableClipper">enableClipper</a>(TRUE); +<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="ntqscrollview.html#viewport">viewport</a>(),"First"); + <a href="ntqmultilineedit.html">TQMultiLineEdit</a> *l = new <a href="ntqmultilineedit.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="ntqscrollview.html#addChild">addChild</a>(l, rand()%800, rand()%10000); + vp-><a href="tqscrollview.html#addChild">addChild</a>(l, rand()%800, rand()%10000); } - vp-><a href="ntqscrollview.html#viewport">viewport</a>()->setBackgroundMode(NoBackground); + vp-><a href="tqscrollview.html#viewport">viewport</a>()->setBackgroundMode(NoBackground); } f_options = new <a href="tqpopupmenu.html">TQPopupMenu</a>( menubar ); @@ -355,20 +355,20 @@ private slots: void doVPMenuItem(int id) { if (id == vauto_id ) { -<a name="x653"></a> vp-><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>(TQScrollView::Auto); +<a name="x653"></a> vp-><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>(TQScrollView::Auto); } else if (id == vaoff_id) { - vp-><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>(TQScrollView::AlwaysOff); + vp-><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>(TQScrollView::AlwaysOff); } else if (id == vaon_id) { - vp-><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>(TQScrollView::AlwaysOn); + vp-><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>(TQScrollView::AlwaysOn); } else if (id == hauto_id) { -<a name="x652"></a> vp-><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>(TQScrollView::Auto); +<a name="x652"></a> vp-><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>(TQScrollView::Auto); } else if (id == haoff_id) { - vp-><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>(TQScrollView::AlwaysOff); + vp-><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>(TQScrollView::AlwaysOff); } else if (id == haon_id) { - vp-><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>(TQScrollView::AlwaysOn); + vp-><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>(TQScrollView::AlwaysOn); } else if (id == corn_id) { -<a name="x647"></a> bool corn = !vp-><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>(); -<a name="x651"></a> vp-><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</a>(corn ? corner : 0); +<a name="x647"></a> bool corn = !vp-><a href="tqscrollview.html#cornerWidget">cornerWidget</a>(); +<a name="x651"></a> vp-><a href="tqscrollview.html#setCornerWidget">setCornerWidget</a>(corn ? corner : 0); } else { return; // Not for us to process. } @@ -377,17 +377,17 @@ private slots: void setVPMenuItems() { -<a name="x654"></a> TQScrollView::ScrollBarMode vm = vp-><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>(); +<a name="x654"></a> TQScrollView::ScrollBarMode vm = vp-><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</a>(); <a name="x636"></a> vp_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( vauto_id, vm == TQScrollView::Auto ); vp_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( vaoff_id, vm == TQScrollView::AlwaysOff ); vp_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( vaon_id, vm == TQScrollView::AlwaysOn ); -<a name="x649"></a> TQScrollView::ScrollBarMode hm = vp-><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>(); +<a name="x649"></a> TQScrollView::ScrollBarMode hm = vp-><a href="tqscrollview.html#hScrollBarMode">hScrollBarMode</a>(); vp_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( hauto_id, hm == TQScrollView::Auto ); vp_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( haoff_id, hm == TQScrollView::AlwaysOff ); vp_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( haon_id, hm == TQScrollView::AlwaysOn ); - vp_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( corn_id, !!vp-><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() ); + vp_options-><a href="tqmenudata.html#setItemChecked">setItemChecked</a>( corn_id, !!vp-><a href="tqscrollview.html#cornerWidget">cornerWidget</a>() ); } void doFMenuItem(int id) @@ -444,7 +444,7 @@ private slots: } private: - <a href="ntqscrollview.html">TQScrollView</a>* vp; + <a href="tqscrollview.html">TQScrollView</a>* vp; <a href="tqpopupmenu.html">TQPopupMenu</a>* vp_options; <a href="tqpopupmenu.html">TQPopupMenu</a>* f_options; <a href="tqpopupmenu.html">TQPopupMenu</a>* lw_options; diff --git a/doc/html/showimg-example.html b/doc/html/showimg-example.html index ef2124b97..658556656 100644 --- a/doc/html/showimg-example.html +++ b/doc/html/showimg-example.html @@ -690,7 +690,7 @@ void <a name="f419"></a>ImageViewer::giveHelp() helpmsg = new <a href="ntqmessagebox.html">TQMessageBox</a>( "Help", helptext, TQMessageBox::Information, TQMessageBox::Ok, 0, 0, 0, 0, FALSE ); } -<a name="x1317"></a> helpmsg-><a href="ntqdialog.html#show">show</a>(); +<a name="x1317"></a> helpmsg-><a href="tqdialog.html#show">show</a>(); <a name="x1352"></a> helpmsg-><a href="tqwidget.html#raise">raise</a>(); } @@ -784,7 +784,7 @@ void <a name="f426"></a>ImageViewer::setImage(const <a href="tqimage.html">TQIma void <a name="f427"></a>ImageViewer::editText() { ImageTextEditor editor(image,this); - editor.<a href="ntqdialog.html#exec">exec</a>(); + editor.<a href="tqdialog.html#exec">exec</a>(); } void <a name="f428"></a>ImageViewer::to1Bit() diff --git a/doc/html/signalsandslots.html b/doc/html/signalsandslots.html index 19e238065..116cd27b1 100644 --- a/doc/html/signalsandslots.html +++ b/doc/html/signalsandslots.html @@ -201,7 +201,7 @@ is emitted. and must not be implemented in the <tt>.cpp</tt> file. They can never have return types (i.e. use <tt>void</tt>). <p> A note about arguments. Our experience shows that signals and slots -are more reusable if they do <em>not</em> use special types. If <a href="ntqscrollbar.html#valueChanged">TQScrollBar::valueChanged</a>() were to use a special type such as the +are more reusable if they do <em>not</em> use special types. If <a href="tqscrollbar.html#valueChanged">TQScrollBar::valueChanged</a>() were to use a special type such as the hypothetical <tt>TQRangeControl::Range</tt>, it could only be connected to slots designed specifically for <a href="ntqrangecontrol.html">TQRangeControl</a>. Something as simple as the program in <a href="tutorial1-05.html">Tutorial #1 part 5</a> @@ -270,7 +270,7 @@ doesn't TQt use templates for signals and slots?</a>.) <p> <h2> A Real Example </h2> -<a name="5"></a><p> Here is a simple commented example (code fragments from <a href="qlcdnumber-h.html">ntqlcdnumber.h</a> ). +<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 "tqbitarray.h" @@ -278,7 +278,7 @@ doesn't TQt use templates for signals and slots?</a>.) class TQLCDNumber : public <a href="ntqframe.html">TQFrame</a> </pre> -<p> <a href="ntqlcdnumber.html">TQLCDNumber</a> inherits <a href="tqobject.html">TQObject</a>, which has most of the signal/slot +<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 declarations. <p> <pre> @@ -293,7 +293,7 @@ you have probably forgotten to <a href="moc.html">run the moc</a> or to include the moc output in the link command. <p> <pre> public: - <a href="ntqlcdnumber.html">TQLCDNumber</a>( <a href="tqwidget.html">TQWidget</a> *parent=0, const char *name=0 ); + <a href="tqlcdnumber.html">TQLCDNumber</a>( <a href="tqwidget.html">TQWidget</a> *parent=0, const char *name=0 ); TQLCDNumber( uint numDigits, TQWidget *parent=0, const char *name=0 ); </pre> @@ -308,7 +308,7 @@ ignores member functions. void overflow(); </pre> -<p> <a href="ntqlcdnumber.html">TQLCDNumber</a> emits a signal when it is asked to show an impossible +<p> <a href="tqlcdnumber.html">TQLCDNumber</a> emits a signal when it is asked to show an impossible value. <p> If you don't care about overflow, or you know that overflow cannot occur, you can ignore the overflow() signal, i.e. don't connect it to @@ -334,7 +334,7 @@ indicates, to set the displayed number. Since <tt>display()</tt> is part of the class's interface with the rest of the program, the slot is public. <p> Several of the example programs connect the newValue() signal of a -<a href="ntqscrollbar.html">TQScrollBar</a> to the display() slot, so the LCD number continuously shows +<a href="tqscrollbar.html">TQScrollBar</a> to the display() slot, so the LCD number continuously shows the value of the scroll bar. <p> Note that display() is overloaded; TQt will select the appropriate version when you connect a signal to the slot. With callbacks, you'd have to find diff --git a/doc/html/simple-font-demo-example.html b/doc/html/simple-font-demo-example.html index 4dc4addac..572a4d512 100644 --- a/doc/html/simple-font-demo-example.html +++ b/doc/html/simple-font-demo-example.html @@ -69,9 +69,9 @@ private: <a href="tqtextview.html">TQTextView</a> * greetings; <a href="tqtextview.html">TQTextView</a> * fontInfo; - <a href="ntqpushbutton.html">TQPushButton</a> * defaultButton; - <a href="ntqpushbutton.html">TQPushButton</a> * sansSerifButton; - <a href="ntqpushbutton.html">TQPushButton</a> * italicsButton; + <a href="tqpushbutton.html">TQPushButton</a> * defaultButton; + <a href="tqpushbutton.html">TQPushButton</a> * sansSerifButton; + <a href="tqpushbutton.html">TQPushButton</a> * italicsButton; }; #endif @@ -85,7 +85,7 @@ private: #include <<a href="tqstring-h.html">tqstring.h</a>> #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> <a name="f590"></a>Viewer::Viewer() @@ -107,19 +107,19 @@ private: setDefault(); - defaultButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Default", this, + 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>() ), this, TQ_SLOT( setDefault() ) ); - sansSerifButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Sans Serif", this, + 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>() ), this, TQ_SLOT( setSansSerif() ) ); - italicsButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Italics", this, + 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>() ), diff --git a/doc/html/small-table-example-example.html b/doc/html/small-table-example-example.html index a1d66d5bf..0ac7ce43a 100644 --- a/doc/html/small-table-example-example.html +++ b/doc/html/small-table-example-example.html @@ -83,12 +83,12 @@ int main( int argc, char **argv ) comboEntries << "one" << "two" << "three" << "four"; for ( int i = 0; i < numRows; ++i ){ - <a href="qcombotableitem.html">TQComboTableItem</a> * item = new <a href="qcombotableitem.html">TQComboTableItem</a>( &table, comboEntries, FALSE ); -<a name="x2797"></a> item-><a href="qcombotableitem.html#setCurrentItem">setCurrentItem</a>( i % 4 ); + <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 ); } for ( int j = 0; j < numRows; ++j ) - table.<a href="ntqtable.html#setItem">setItem</a>( j, 1, new <a href="qchecktableitem.html">TQCheckTableItem</a>( &table, "Check me" ) ); + table.<a href="ntqtable.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/sql-overview-custom1-main-cpp.html b/doc/html/sql-overview-custom1-main-cpp.html index 13961bb5f..6ae9969cf 100644 --- a/doc/html/sql-overview-custom1-main-cpp.html +++ b/doc/html/sql-overview-custom1-main-cpp.html @@ -46,9 +46,9 @@ body { background: #ffffff; color: black; } <a name="f16"></a>CustomEdit::CustomEdit( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : - <a href="ntqlineedit.html">TQLineEdit</a>( parent, name ) + <a href="tqlineedit.html">TQLineEdit</a>( parent, name ) { - <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL(<a href="ntqlineedit.html#textChanged">textChanged</a>(const <a href="tqstring.html">TQString</a> &)), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL(<a href="tqlineedit.html#textChanged">textChanged</a>(const <a href="tqstring.html">TQString</a> &)), this, TQ_SLOT(changed(const <a href="tqstring.html">TQString</a> &)) ); } @@ -79,9 +79,9 @@ TQString <a name="f19"></a>CustomEdit::upperLine() const <a href="tqlabel.html">TQLabel</a> *surnameLabel = new <a href="tqlabel.html">TQLabel</a>( "Surname:", this ); CustomEdit *surnameEdit = new CustomEdit( this ); <a href="tqlabel.html">TQLabel</a> *salaryLabel = new <a href="tqlabel.html">TQLabel</a>( "Salary:", this ); - <a href="ntqlineedit.html">TQLineEdit</a> *salaryEdit = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); - salaryEdit-><a href="ntqlineedit.html#setAlignment">setAlignment</a>( TQt::AlignRight ); - <a href="ntqpushbutton.html">TQPushButton</a> *saveButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Save", this ); + <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 ); @@ -137,7 +137,7 @@ int main( int argc, char *argv[] ) return 1; FormDialog *formDialog = new FormDialog(); - formDialog-><a href="ntqdialog.html#show">show</a>(); + formDialog-><a href="tqdialog.html#show">show</a>(); app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( formDialog ); return app.<a href="ntqapplication.html#exec">exec</a>(); diff --git a/doc/html/sql-overview-custom1-main-h.html b/doc/html/sql-overview-custom1-main-h.html index 9087e3fd3..ecb617167 100644 --- a/doc/html/sql-overview-custom1-main-h.html +++ b/doc/html/sql-overview-custom1-main-h.html @@ -43,18 +43,18 @@ body { background: #ffffff; color: black; } *****************************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qdialog-h.html">ntqdialog.h</a>> +#include <<a href="tqdialog-h.html">tqdialog.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include <<a href="tqsqlform-h.html">tqsqlform.h</a>> #include <<a href="tqsqlpropertymap-h.html">tqsqlpropertymap.h</a>> #include "../connection.h" -class CustomEdit : public <a href="ntqlineedit.html">TQLineEdit</a> +class CustomEdit : public <a href="tqlineedit.html">TQLineEdit</a> { TQ_OBJECT TQ_PROPERTY( TQString upperLine READ upperLine WRITE setUpperLine ) @@ -69,7 +69,7 @@ class CustomEdit : public <a href="ntqlineedit.html">TQLineEdit</a> }; -class FormDialog : public <a href="ntqdialog.html">TQDialog</a> +class FormDialog : public <a href="tqdialog.html">TQDialog</a> { TQ_OBJECT public: diff --git a/doc/html/sql-overview-form1-main-cpp.html b/doc/html/sql-overview-form1-main-cpp.html index 8f8dd8c91..122ced96f 100644 --- a/doc/html/sql-overview-form1-main-cpp.html +++ b/doc/html/sql-overview-form1-main-cpp.html @@ -43,16 +43,16 @@ body { background: #ffffff; color: black; } *****************************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qdialog-h.html">ntqdialog.h</a>> +#include <<a href="tqdialog-h.html">tqdialog.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include <<a href="tqsqlform-h.html">tqsqlform.h</a>> #include "../connection.h" -class FormDialog : public <a href="ntqdialog.html">TQDialog</a> +class FormDialog : public <a href="tqdialog.html">TQDialog</a> { public: FormDialog(); @@ -66,7 +66,7 @@ class FormDialog : public <a href="ntqdialog.html">TQDialog</a> <a href="tqlabel.html">TQLabel</a> *surnameLabel = new <a href="tqlabel.html">TQLabel</a>( "Surname:", this ); <a href="tqlabel.html">TQLabel</a> *surnameDisplay = new <a href="tqlabel.html">TQLabel</a>( this ); <a href="tqlabel.html">TQLabel</a> *salaryLabel = new <a href="tqlabel.html">TQLabel</a>( "Salary:", this ); - <a href="ntqlineedit.html">TQLineEdit</a> *salaryEdit = new <a href="ntqlineedit.html">TQLineEdit</a>( 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 ); @@ -97,7 +97,7 @@ int main( int argc, char *argv[] ) if ( ! createConnections() ) return 1; FormDialog *formDialog = new FormDialog(); - formDialog-><a href="ntqdialog.html#show">show</a>(); + formDialog-><a href="tqdialog.html#show">show</a>(); app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( formDialog ); return app.<a href="ntqapplication.html#exec">exec</a>(); diff --git a/doc/html/sql-overview-form2-main-h.html b/doc/html/sql-overview-form2-main-h.html index 7c235e3ae..fbc20a1fb 100644 --- a/doc/html/sql-overview-form2-main-h.html +++ b/doc/html/sql-overview-form2-main-h.html @@ -43,17 +43,17 @@ body { background: #ffffff; color: black; } *****************************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qdialog-h.html">ntqdialog.h</a>> +#include <<a href="tqdialog-h.html">tqdialog.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include <<a href="tqsqlform-h.html">tqsqlform.h</a>> #include "../connection.h" -class FormDialog : public <a href="ntqdialog.html">TQDialog</a> +class FormDialog : public <a href="tqdialog.html">TQDialog</a> { TQ_OBJECT public: diff --git a/doc/html/sql-overview-table3-main-cpp.html b/doc/html/sql-overview-table3-main-cpp.html index 987f6ff0c..338d908e2 100644 --- a/doc/html/sql-overview-table3-main-cpp.html +++ b/doc/html/sql-overview-table3-main-cpp.html @@ -46,14 +46,14 @@ body { background: #ffffff; color: black; } #include <<a href="tqdatatable-h.html">tqdatatable.h</a>> <a name="f9"></a>StatusPicker::StatusPicker( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) - : <a href="ntqcombobox.html">TQComboBox</a>( parent, name ) + : <a href="tqcombobox.html">TQComboBox</a>( parent, name ) { <a href="tqsqlcursor.html">TQSqlCursor</a> cur( "status" ); cur.<a href="tqsqlcursor.html#select">select</a>( cur.<a href="tqsqlcursor.html#index">index</a>( "name" ) ); int i = 0; while ( cur.<a href="tqsqlquery.html#next">next</a>() ) { - <a href="ntqcombobox.html#insertItem">insertItem</a>( cur.<a href="tqsqlquery.html#value">value</a>( "name" ).toString(), i ); + <a href="tqcombobox.html#insertItem">insertItem</a>( cur.<a href="tqsqlquery.html#value">value</a>( "name" ).toString(), i ); index2id[i] = cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toInt(); i++; } diff --git a/doc/html/sql-overview-table3-main-h.html b/doc/html/sql-overview-table3-main-h.html index 352004991..cc5891653 100644 --- a/doc/html/sql-overview-table3-main-h.html +++ b/doc/html/sql-overview-table3-main-h.html @@ -43,7 +43,7 @@ body { background: #ffffff; color: black; } *****************************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqmap-h.html">tqmap.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> @@ -51,7 +51,7 @@ body { background: #ffffff; color: black; } #include <<a href="tqsqlpropertymap-h.html">tqsqlpropertymap.h</a>> #include "../connection.h" -class StatusPicker : public <a href="ntqcombobox.html">TQComboBox</a> +class StatusPicker : public <a href="tqcombobox.html">TQComboBox</a> { TQ_OBJECT TQ_PROPERTY( int statusid READ statusId WRITE setStatusId ) diff --git a/doc/html/sql-overview-table4-main-cpp.html b/doc/html/sql-overview-table4-main-cpp.html index dc5ab08f6..79acf6461 100644 --- a/doc/html/sql-overview-table4-main-cpp.html +++ b/doc/html/sql-overview-table4-main-cpp.html @@ -46,14 +46,14 @@ body { background: #ffffff; color: black; } <a name="f12"></a>StatusPicker::StatusPicker( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) - : <a href="ntqcombobox.html">TQComboBox</a>( parent, name ) + : <a href="tqcombobox.html">TQComboBox</a>( parent, name ) { <a href="tqsqlcursor.html">TQSqlCursor</a> cur( "status" ); cur.<a href="tqsqlcursor.html#select">select</a>( cur.<a href="tqsqlcursor.html#index">index</a>( "name" ) ); int i = 0; while ( cur.<a href="tqsqlquery.html#next">next</a>() ) { - <a href="ntqcombobox.html#insertItem">insertItem</a>( cur.<a href="tqsqlquery.html#value">value</a>( "name" ).toString(), i ); + <a href="tqcombobox.html#insertItem">insertItem</a>( cur.<a href="tqsqlquery.html#value">value</a>( "name" ).toString(), i ); index2id[i] = cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toInt(); i++; } diff --git a/doc/html/sql-overview-table4-main-h.html b/doc/html/sql-overview-table4-main-h.html index f0c934f02..4f72e6b8d 100644 --- a/doc/html/sql-overview-table4-main-h.html +++ b/doc/html/sql-overview-table4-main-h.html @@ -43,7 +43,7 @@ body { background: #ffffff; color: black; } *****************************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqmap-h.html">tqmap.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> @@ -53,7 +53,7 @@ body { background: #ffffff; color: black; } #include <<a href="tqdatatable-h.html">tqdatatable.h</a>> #include "../connection.h" -class StatusPicker : public <a href="ntqcombobox.html">TQComboBox</a> +class StatusPicker : public <a href="tqcombobox.html">TQComboBox</a> { TQ_OBJECT TQ_PROPERTY( int statusid READ statusId WRITE setStatusId ) diff --git a/doc/html/sql.html b/doc/html/sql.html index 4b170081f..a88b8cbf7 100644 --- a/doc/html/sql.html +++ b/doc/html/sql.html @@ -1024,16 +1024,16 @@ the code below can be automatically generated by <a href="designer-manual.html"> <a name="8-2-1"></a><p> <pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> - #include <<a href="qdialog-h.html">ntqdialog.h</a>> + #include <<a href="tqdialog-h.html">tqdialog.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> - #include <<a href="qlineedit-h.html">ntqlineedit.h</a>> + #include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include <<a href="tqsqlform-h.html">tqsqlform.h</a>> #include "../connection.h" - class FormDialog : public <a href="ntqdialog.html">TQDialog</a> + class FormDialog : public <a href="tqdialog.html">TQDialog</a> { public: FormDialog(); @@ -1046,7 +1046,7 @@ the code below can be automatically generated by <a href="designer-manual.html"> <a href="tqlabel.html">TQLabel</a> *surnameLabel = new <a href="tqlabel.html">TQLabel</a>( "Surname:", this ); <a href="tqlabel.html">TQLabel</a> *surnameDisplay = new <a href="tqlabel.html">TQLabel</a>( this ); <a href="tqlabel.html">TQLabel</a> *salaryLabel = new <a href="tqlabel.html">TQLabel</a>( "Salary:", this ); - <a href="ntqlineedit.html">TQLineEdit</a> *salaryEdit = new <a href="ntqlineedit.html">TQLineEdit</a>( 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 ); @@ -1076,7 +1076,7 @@ the code below can be automatically generated by <a href="designer-manual.html"> if ( ! createConnections() ) return 1; FormDialog *formDialog = new FormDialog(); - <a name="x2220"></a> formDialog-><a href="ntqdialog.html#show">show</a>(); + <a name="x2220"></a> formDialog-><a href="tqdialog.html#show">show</a>(); app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( formDialog ); return app.<a href="ntqapplication.html#exec">exec</a>(); @@ -1086,8 +1086,8 @@ the code below can be automatically generated by <a href="designer-manual.html"> </blockquote><p> We include the header files for the widgets that we need. We also include <a href="tqsqldatabase-h.html">tqsqldatabase.h</a> and <a href="tqsqlcursor-h.html">tqsqlcursor.h</a> as usual, but we now add <a href="tqsqlform-h.html">tqsqlform.h</a>. -<p> The form will be presented as a dialog so we subclass <a href="ntqdialog.html">TQDialog</a> with -our own FormDialog class. We use a <a href="ntqlineedit.html">TQLineEdit</a> for the salary so that +<p> The form will be presented as a dialog so we subclass <a href="tqdialog.html">TQDialog</a> with +our own FormDialog class. We use a <a href="tqlineedit.html">TQLineEdit</a> for the salary so that the user can change it. All the widgets are laid out using a grid. <p> We create a cursor on the staff table, select all records and move to the first record. @@ -1115,7 +1115,7 @@ view of a record: differences. <p> -<pre> class FormDialog : public <a href="ntqdialog.html">TQDialog</a> +<pre> class FormDialog : public <a href="tqdialog.html">TQDialog</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: @@ -1142,15 +1142,15 @@ confirm their update. We also hold pointers to the <a href="tqsqlcursor.html">TQ right pad the fields are removed when the fields are retrieved. <p> Properties that we might wish to apply to fields, such as alignment and validation are achieved in the conventional way, for example, by -calling <a href="ntqlineedit.html#setAlignment">TQLineEdit::setAlignment</a>() and <a href="ntqlineedit.html#setValidator">TQLineEdit::setValidator</a>(). -<p> <pre> <a href="ntqlineedit.html">TQLineEdit</a> *forenameEdit = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); +calling <a href="tqlineedit.html#setAlignment">TQLineEdit::setAlignment</a>() and <a href="tqlineedit.html#setValidator">TQLineEdit::setValidator</a>(). +<p> <pre> <a href="tqlineedit.html">TQLineEdit</a> *forenameEdit = new <a href="tqlineedit.html">TQLineEdit</a>( this ); </pre> -<p> <pre> <a href="ntqpushbutton.html">TQPushButton</a> *saveButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Save", this ); +<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()) ); </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="ntqlineedit.html">TQLineEdit</a>s to make them editable and have added a <a href="ntqpushbutton.html">TQPushButton</a> +<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 ); </pre> @@ -1171,7 +1171,7 @@ cursor's update buffer. sqlForm-><a href="tqsqlform.html#insert">insert</a>( salaryEdit, "salary" ); <a name="x2232"></a> sqlForm-><a href="tqsqlform.html#readFields">readFields</a>(); </pre> -<p> Now we link the buffer's fields to the <a href="ntqlineedit.html">TQLineEdit</a> controls. (In the +<p> Now we link the buffer's fields to the <a href="tqlineedit.html">TQLineEdit</a> controls. (In the previous example we linked the cursor's fields.) The edit controls are populated by the readFields() call as before. <p> <pre> FormDialog::~FormDialog() @@ -1214,7 +1214,7 @@ data. we will only cover the differences here. The full source is in <a href="sql-overview-custom1-main-h.html">sql/overview/custom1/main.h</a> and <a href="sql-overview-custom1-main-cpp.html">sql/overview/custom1/main.cpp</a> <p> -<pre> class CustomEdit : public <a href="ntqlineedit.html">TQLineEdit</a> +<pre> class CustomEdit : public <a href="tqlineedit.html">TQLineEdit</a> { TQ_OBJECT TQ_PROPERTY( TQString upperLine READ upperLine WRITE setUpperLine ) @@ -1228,7 +1228,7 @@ we will only cover the differences here. The full source is in <a href="sql-over <a href="tqstring.html">TQString</a> upperLineText; }; </pre> -<p> We've created a simple subclass of <a href="ntqlineedit.html">TQLineEdit</a> and added a property, +<p> We've created a simple subclass of <a href="tqlineedit.html">TQLineEdit</a> and added a property, upperLineText, which will hold an uppercase version of the text. We also created a slot, changed(). <p> <pre> <a href="tqsqlpropertymap.html">TQSqlPropertyMap</a> *propMap; @@ -1238,9 +1238,9 @@ to our FormDialog's private data. <p> <pre> CustomEdit::CustomEdit( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : - <a href="ntqlineedit.html">TQLineEdit</a>( parent, name ) + <a href="tqlineedit.html">TQLineEdit</a>( parent, name ) { - <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL(<a href="ntqlineedit.html#textChanged">textChanged</a>(const <a href="tqstring.html">TQString</a> &)), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL(<a href="tqlineedit.html#textChanged">textChanged</a>(const <a href="tqstring.html">TQString</a> &)), this, TQ_SLOT(changed(const <a href="tqstring.html">TQString</a> &)) ); } </pre> @@ -1268,7 +1268,7 @@ CustomEdit instances directly to database fields. <p> <pre> CustomEdit *surnameEdit = new CustomEdit( this ); </pre> <p> We use the same FormDialog as we did before, but this time replace two -of the <a href="ntqlineedit.html">TQLineEdit</a> widgets with our own CustomEdit widgets. +of the <a href="tqlineedit.html">TQLineEdit</a> widgets with our own CustomEdit widgets. <p> Laying out the grid and setting up the cursor is the same as before. <p> <pre> propMap = new <a href="tqsqlpropertymap.html">TQSqlPropertyMap</a>; <a name="x2239"></a><a name="x2235"></a> propMap-><a href="tqsqlpropertymap.html#insert">insert</a>( forenameEdit-><a href="tqobject.html#className">className</a>(), "upperLine" ); @@ -1291,11 +1291,11 @@ our CustomEdit widget. </h4> <a name="8-3-1"></a><p> We must reimpliment <a href="tqsqleditorfactory.html">TQSqlEditorFactory</a> to use custom editor widgets in tables. In the following example we will create a custom editor based -on <a href="ntqcombobox.html">TQComboBox</a> and a TQSqlEditorFactory subclass to show how a <a href="tqdatatable.html">TQDataTable</a> +on <a href="tqcombobox.html">TQComboBox</a> and a TQSqlEditorFactory subclass to show how a <a href="tqdatatable.html">TQDataTable</a> can use a custom editor. <p> -<pre> class StatusPicker : public <a href="ntqcombobox.html">TQComboBox</a> +<pre> class StatusPicker : public <a href="tqcombobox.html">TQComboBox</a> { TQ_OBJECT TQ_PROPERTY( int statusid READ statusId WRITE setStatusId ) @@ -1324,14 +1324,14 @@ function since that is the only function we need to reimplement. <p> <pre> StatusPicker::StatusPicker( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) - : <a href="ntqcombobox.html">TQComboBox</a>( parent, name ) + : <a href="tqcombobox.html">TQComboBox</a>( parent, name ) { <a href="tqsqlcursor.html">TQSqlCursor</a> cur( "status" ); <a name="x2242"></a><a name="x2241"></a> cur.<a href="tqsqlcursor.html#select">select</a>( cur.<a href="tqsqlcursor.html#index">index</a>( "name" ) ); int i = 0; while ( cur.<a href="tqsqlquery.html#next">next</a>() ) { - <a name="x2243"></a> <a href="ntqcombobox.html#insertItem">insertItem</a>( cur.<a href="tqsqlquery.html#value">value</a>( "name" ).toString(), i ); + <a name="x2243"></a> <a href="tqcombobox.html#insertItem">insertItem</a>( cur.<a href="tqsqlquery.html#value">value</a>( "name" ).toString(), i ); index2id[i] = cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toInt(); i++; } diff --git a/doc/html/statistics-example.html b/doc/html/statistics-example.html index 92b04e059..3a032d538 100644 --- a/doc/html/statistics-example.html +++ b/doc/html/statistics-example.html @@ -50,7 +50,7 @@ Another <a href="ntqtable.html">TQTable</a> example. #define STATISTICS_H #include <<a href="qtable-h.html">ntqtable.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> class TableItem : public <a href="qtableitem.html">TQTableItem</a> { @@ -68,7 +68,7 @@ public: void setText( const <a href="tqstring.html">TQString</a> &s ); private: - <a href="ntqcombobox.html">TQComboBox</a> *cb; + <a href="tqcombobox.html">TQComboBox</a> *cb; }; @@ -108,7 +108,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="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <stdlib.h> const char* dirs[] = { @@ -235,7 +235,7 @@ void <a name="f580"></a>Table::recalcSum( int, int col ) <a name="x2785"></a>TQWidget *ComboItem::<a href="qtableitem.html#createEditor">createEditor</a>() const { // create an editor - a combobox in our case - ( (ComboItem*)this )->cb = new <a href="ntqcombobox.html">TQComboBox</a>( <a href="qtableitem.html#table">table</a>()->viewport() ); + ( (ComboItem*)this )->cb = new <a href="tqcombobox.html">TQComboBox</a>( <a href="qtableitem.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" ); diff --git a/doc/html/t10-lcdrange-cpp.html b/doc/html/t10-lcdrange-cpp.html index 0364aa5f4..364ef44fe 100644 --- a/doc/html/t10-lcdrange-cpp.html +++ b/doc/html/t10-lcdrange-cpp.html @@ -40,19 +40,19 @@ body { background: #ffffff; color: black; } #include "lcdrange.h" -#include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> <a name="f44"></a>LCDRange::LCDRange( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); - slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); + <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); + slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), - lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), + lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="tqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); @@ -60,12 +60,12 @@ body { background: #ffffff; color: black; } int <a name="f45"></a>LCDRange::value() const { - return slider-><a href="ntqslider.html#value">value</a>(); + return slider-><a href="tqslider.html#value">value</a>(); } void <a name="f46"></a>LCDRange::setValue( int value ) { - slider-><a href="ntqslider.html#setValue">setValue</a>( value ); + slider-><a href="tqslider.html#setValue">setValue</a>( value ); } void <a name="f47"></a>LCDRange::setRange( int minVal, int maxVal ) diff --git a/doc/html/t10-lcdrange-h.html b/doc/html/t10-lcdrange-h.html index b9b27fea7..ecd052817 100644 --- a/doc/html/t10-lcdrange-h.html +++ b/doc/html/t10-lcdrange-h.html @@ -62,7 +62,7 @@ signals: void valueChanged( int ); private: - <a href="ntqslider.html">TQSlider</a> *slider; + <a href="tqslider.html">TQSlider</a> *slider; }; diff --git a/doc/html/t10-main-cpp.html b/doc/html/t10-main-cpp.html index 55f66b0fe..82b82d5cc 100644 --- a/doc/html/t10-main-cpp.html +++ b/doc/html/t10-main-cpp.html @@ -39,8 +39,8 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -58,7 +58,7 @@ public: <a name="f52"></a>MyWidget::MyWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="tqwidget.html">TQWidget</a>( parent, name ) { - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); + <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>()) ); diff --git a/doc/html/t11-lcdrange-cpp.html b/doc/html/t11-lcdrange-cpp.html index 4a2e92976..9e2327595 100644 --- a/doc/html/t11-lcdrange-cpp.html +++ b/doc/html/t11-lcdrange-cpp.html @@ -40,19 +40,19 @@ body { background: #ffffff; color: black; } #include "lcdrange.h" -#include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> <a name="f53"></a>LCDRange::LCDRange( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); - slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); + <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); + slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), - lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), + lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="tqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); @@ -60,12 +60,12 @@ body { background: #ffffff; color: black; } int <a name="f54"></a>LCDRange::value() const { - return slider-><a href="ntqslider.html#value">value</a>(); + return slider-><a href="tqslider.html#value">value</a>(); } void <a name="f55"></a>LCDRange::setValue( int value ) { - slider-><a href="ntqslider.html#setValue">setValue</a>( value ); + slider-><a href="tqslider.html#setValue">setValue</a>( value ); } void <a name="f56"></a>LCDRange::setRange( int minVal, int maxVal ) diff --git a/doc/html/t11-lcdrange-h.html b/doc/html/t11-lcdrange-h.html index d382fde58..6e02b61e2 100644 --- a/doc/html/t11-lcdrange-h.html +++ b/doc/html/t11-lcdrange-h.html @@ -62,7 +62,7 @@ signals: void valueChanged( int ); private: - <a href="ntqslider.html">TQSlider</a> *slider; + <a href="tqslider.html">TQSlider</a> *slider; }; diff --git a/doc/html/t11-main-cpp.html b/doc/html/t11-main-cpp.html index a05267f03..ce49957aa 100644 --- a/doc/html/t11-main-cpp.html +++ b/doc/html/t11-main-cpp.html @@ -39,8 +39,8 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -58,7 +58,7 @@ public: <a name="f66"></a>MyWidget::MyWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="tqwidget.html">TQWidget</a>( parent, name ) { - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); + <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>()) ); @@ -81,7 +81,7 @@ public: <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), force, TQ_SLOT(setValue(int)) ); - <a href="ntqpushbutton.html">TQPushButton</a> *shoot = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); + <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()) ); diff --git a/doc/html/t12-lcdrange-cpp.html b/doc/html/t12-lcdrange-cpp.html index 288d23ec2..32bc0135e 100644 --- a/doc/html/t12-lcdrange-cpp.html +++ b/doc/html/t12-lcdrange-cpp.html @@ -40,8 +40,8 @@ body { background: #ffffff; color: black; } #include "lcdrange.h" -#include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> @@ -63,17 +63,17 @@ LCDRange::LCDRange( const char *s, TQWidget *parent, void <a name="f68"></a>LCDRange::init() { - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); - slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); + <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); + slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); + slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); label = new <a href="tqlabel.html">TQLabel</a>( " ", this, "label" ); label-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), - lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), + lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="tqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); @@ -82,7 +82,7 @@ void <a name="f68"></a>LCDRange::init() int <a name="f69"></a>LCDRange::value() const { - return slider-><a href="ntqslider.html#value">value</a>(); + return slider-><a href="tqslider.html#value">value</a>(); } @@ -94,7 +94,7 @@ const char *<a name="f70"></a>LCDRange::text() const void <a name="f71"></a>LCDRange::setValue( int value ) { - slider-><a href="ntqslider.html#setValue">setValue</a>( value ); + slider-><a href="tqslider.html#setValue">setValue</a>( value ); } diff --git a/doc/html/t12-lcdrange-h.html b/doc/html/t12-lcdrange-h.html index 62f57870d..fdc0bc425 100644 --- a/doc/html/t12-lcdrange-h.html +++ b/doc/html/t12-lcdrange-h.html @@ -69,7 +69,7 @@ signals: private: void init(); - <a href="ntqslider.html">TQSlider</a> *slider; + <a href="tqslider.html">TQSlider</a> *slider; <a href="tqlabel.html">TQLabel</a> *label; }; diff --git a/doc/html/t12-main-cpp.html b/doc/html/t12-main-cpp.html index f49b697c2..8abd2c9c2 100644 --- a/doc/html/t12-main-cpp.html +++ b/doc/html/t12-main-cpp.html @@ -39,8 +39,8 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -58,7 +58,7 @@ public: <a name="f86"></a>MyWidget::MyWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="tqwidget.html">TQWidget</a>( parent, name ) { - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); + <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>()) ); @@ -81,7 +81,7 @@ public: <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), force, TQ_SLOT(setValue(int)) ); - <a href="ntqpushbutton.html">TQPushButton</a> *shoot = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); + <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()) ); diff --git a/doc/html/t13-gamebrd-cpp.html b/doc/html/t13-gamebrd-cpp.html index d1140eb88..34186e59b 100644 --- a/doc/html/t13-gamebrd-cpp.html +++ b/doc/html/t13-gamebrd-cpp.html @@ -43,8 +43,8 @@ body { background: #ffffff; color: black; } #include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include "lcdrange.h" @@ -53,7 +53,7 @@ body { background: #ffffff; color: black; } <a name="f109"></a>GameBoard::GameBoard( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="tqwidget.html">TQWidget</a>( parent, name ) { - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); + <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>()) ); @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(missed()), this, TQ_SLOT(missed()) ); - <a href="ntqpushbutton.html">TQPushButton</a> *shoot = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); + <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()) ); @@ -89,13 +89,13 @@ body { background: #ffffff; color: black; } shoot, TQ_SLOT(<a href="tqwidget.html#setEnabled">setEnabled</a>(bool)) ); TQPushButton *restart - = new <a href="ntqpushbutton.html">TQPushButton</a>( "&New Game", this, "newgame" ); + = new <a href="tqpushbutton.html">TQPushButton</a>( "&New Game", this, "newgame" ); restart->setFont( TQFont( "Times", 18, TQFont::Bold ) ); <a href="tqobject.html#connect">connect</a>( restart, TQ_SIGNAL(clicked()), this, TQ_SLOT(newGame()) ); - hits = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "hits" ); - shotsLeft = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "shotsleft" ); + hits = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "hits" ); + shotsLeft = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "shotsleft" ); <a href="tqlabel.html">TQLabel</a> *hitsL = new <a href="tqlabel.html">TQLabel</a>( "HITS", this, "hitsLabel" ); TQLabel *shotsLeftL = new <a href="tqlabel.html">TQLabel</a>( "SHOTS LEFT", this, "shotsleftLabel" ); @@ -132,15 +132,15 @@ void <a name="f110"></a>GameBoard::fire() { if ( cannonField->gameOver() || cannonField->isShooting() ) return; - shotsLeft-><a href="ntqlcdnumber.html#display">display</a>( shotsLeft-><a href="ntqlcdnumber.html#intValue">intValue</a>() - 1 ); + shotsLeft-><a href="tqlcdnumber.html#display">display</a>( shotsLeft-><a href="tqlcdnumber.html#intValue">intValue</a>() - 1 ); cannonField->shoot(); } void <a name="f111"></a>GameBoard::hit() { - hits-><a href="ntqlcdnumber.html#display">display</a>( hits-><a href="ntqlcdnumber.html#intValue">intValue</a>() + 1 ); - if ( shotsLeft-><a href="ntqlcdnumber.html#intValue">intValue</a>() == 0 ) + hits-><a href="tqlcdnumber.html#display">display</a>( hits-><a href="tqlcdnumber.html#intValue">intValue</a>() + 1 ); + if ( shotsLeft-><a href="tqlcdnumber.html#intValue">intValue</a>() == 0 ) cannonField->setGameOver(); else cannonField->newTarget(); @@ -149,15 +149,15 @@ void <a name="f111"></a>GameBoard::hit() void <a name="f112"></a>GameBoard::missed() { - if ( shotsLeft-><a href="ntqlcdnumber.html#intValue">intValue</a>() == 0 ) + if ( shotsLeft-><a href="tqlcdnumber.html#intValue">intValue</a>() == 0 ) cannonField->setGameOver(); } void <a name="f113"></a>GameBoard::newGame() { - shotsLeft-><a href="ntqlcdnumber.html#display">display</a>( 15 ); - hits-><a href="ntqlcdnumber.html#display">display</a>( 0 ); + shotsLeft-><a href="tqlcdnumber.html#display">display</a>( 15 ); + hits-><a href="tqlcdnumber.html#display">display</a>( 0 ); cannonField->restartGame(); cannonField->newTarget(); } diff --git a/doc/html/t13-gamebrd-h.html b/doc/html/t13-gamebrd-h.html index 802b87d31..c7cb68900 100644 --- a/doc/html/t13-gamebrd-h.html +++ b/doc/html/t13-gamebrd-h.html @@ -65,8 +65,8 @@ protected slots: void newGame(); private: - <a href="ntqlcdnumber.html">TQLCDNumber</a> *hits; - <a href="ntqlcdnumber.html">TQLCDNumber</a> *shotsLeft; + <a href="tqlcdnumber.html">TQLCDNumber</a> *hits; + <a href="tqlcdnumber.html">TQLCDNumber</a> *shotsLeft; CannonField *cannonField; }; diff --git a/doc/html/t13-lcdrange-cpp.html b/doc/html/t13-lcdrange-cpp.html index 40abeb305..edb1ae1ce 100644 --- a/doc/html/t13-lcdrange-cpp.html +++ b/doc/html/t13-lcdrange-cpp.html @@ -40,8 +40,8 @@ body { background: #ffffff; color: black; } #include "lcdrange.h" -#include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -63,17 +63,17 @@ LCDRange::LCDRange( const char *s, TQWidget *parent, const char *name ) void <a name="f88"></a>LCDRange::init() { - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); - slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); + <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); + slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); + slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); label = new <a href="tqlabel.html">TQLabel</a>( " ", this, "label" ); label-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), - lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), + lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="tqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); @@ -87,7 +87,7 @@ void <a name="f88"></a>LCDRange::init() int <a name="f89"></a>LCDRange::value() const { - return slider-><a href="ntqslider.html#value">value</a>(); + return slider-><a href="tqslider.html#value">value</a>(); } @@ -99,7 +99,7 @@ const char *<a name="f90"></a>LCDRange::text() const void <a name="f91"></a>LCDRange::setValue( int value ) { - slider-><a href="ntqslider.html#setValue">setValue</a>( value ); + slider-><a href="tqslider.html#setValue">setValue</a>( value ); } diff --git a/doc/html/t13-lcdrange-h.html b/doc/html/t13-lcdrange-h.html index c47150867..92ba046e4 100644 --- a/doc/html/t13-lcdrange-h.html +++ b/doc/html/t13-lcdrange-h.html @@ -68,7 +68,7 @@ signals: private: void init(); - <a href="ntqslider.html">TQSlider</a> *slider; + <a href="tqslider.html">TQSlider</a> *slider; <a href="tqlabel.html">TQLabel</a> *label; }; diff --git a/doc/html/t14-gamebrd-cpp.html b/doc/html/t14-gamebrd-cpp.html index 9ebd6d3ae..4b42ca9ba 100644 --- a/doc/html/t14-gamebrd-cpp.html +++ b/doc/html/t14-gamebrd-cpp.html @@ -44,8 +44,8 @@ body { background: #ffffff; color: black; } #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qaccel-h.html">ntqaccel.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> @@ -55,7 +55,7 @@ body { background: #ffffff; color: black; } <a name="f139"></a>GameBoard::GameBoard( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="tqwidget.html">TQWidget</a>( parent, name ) { - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); + <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>()) ); @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(missed()), this, TQ_SLOT(missed()) ); - <a href="ntqpushbutton.html">TQPushButton</a> *shoot = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); + <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()) ); @@ -95,13 +95,13 @@ body { background: #ffffff; color: black; } shoot, TQ_SLOT(<a href="tqwidget.html#setEnabled">setEnabled</a>(bool)) ); TQPushButton *restart - = new <a href="ntqpushbutton.html">TQPushButton</a>( "&New Game", this, "newgame" ); + = new <a href="tqpushbutton.html">TQPushButton</a>( "&New Game", this, "newgame" ); restart->setFont( TQFont( "Times", 18, TQFont::Bold ) ); <a href="tqobject.html#connect">connect</a>( restart, TQ_SIGNAL(clicked()), this, TQ_SLOT(newGame()) ); - hits = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "hits" ); - shotsLeft = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "shotsleft" ); + hits = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "hits" ); + shotsLeft = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "shotsleft" ); <a href="tqlabel.html">TQLabel</a> *hitsL = new <a href="tqlabel.html">TQLabel</a>( "HITS", this, "hitsLabel" ); TQLabel *shotsLeftL = new <a href="tqlabel.html">TQLabel</a>( "SHOTS LEFT", this, "shotsleftLabel" ); @@ -146,15 +146,15 @@ void <a name="f140"></a>GameBoard::fire() { if ( cannonField->gameOver() || cannonField->isShooting() ) return; - shotsLeft-><a href="ntqlcdnumber.html#display">display</a>( shotsLeft-><a href="ntqlcdnumber.html#intValue">intValue</a>() - 1 ); + shotsLeft-><a href="tqlcdnumber.html#display">display</a>( shotsLeft-><a href="tqlcdnumber.html#intValue">intValue</a>() - 1 ); cannonField->shoot(); } void <a name="f141"></a>GameBoard::hit() { - hits-><a href="ntqlcdnumber.html#display">display</a>( hits-><a href="ntqlcdnumber.html#intValue">intValue</a>() + 1 ); - if ( shotsLeft-><a href="ntqlcdnumber.html#intValue">intValue</a>() == 0 ) + hits-><a href="tqlcdnumber.html#display">display</a>( hits-><a href="tqlcdnumber.html#intValue">intValue</a>() + 1 ); + if ( shotsLeft-><a href="tqlcdnumber.html#intValue">intValue</a>() == 0 ) cannonField->setGameOver(); else cannonField->newTarget(); @@ -163,15 +163,15 @@ void <a name="f141"></a>GameBoard::hit() void <a name="f142"></a>GameBoard::missed() { - if ( shotsLeft-><a href="ntqlcdnumber.html#intValue">intValue</a>() == 0 ) + if ( shotsLeft-><a href="tqlcdnumber.html#intValue">intValue</a>() == 0 ) cannonField->setGameOver(); } void <a name="f143"></a>GameBoard::newGame() { - shotsLeft-><a href="ntqlcdnumber.html#display">display</a>( 15 ); - hits-><a href="ntqlcdnumber.html#display">display</a>( 0 ); + shotsLeft-><a href="tqlcdnumber.html#display">display</a>( 15 ); + hits-><a href="tqlcdnumber.html#display">display</a>( 0 ); cannonField->restartGame(); cannonField->newTarget(); } diff --git a/doc/html/t14-gamebrd-h.html b/doc/html/t14-gamebrd-h.html index b102175cd..d513bd9cd 100644 --- a/doc/html/t14-gamebrd-h.html +++ b/doc/html/t14-gamebrd-h.html @@ -65,8 +65,8 @@ protected slots: void newGame(); private: - <a href="ntqlcdnumber.html">TQLCDNumber</a> *hits; - <a href="ntqlcdnumber.html">TQLCDNumber</a> *shotsLeft; + <a href="tqlcdnumber.html">TQLCDNumber</a> *hits; + <a href="tqlcdnumber.html">TQLCDNumber</a> *shotsLeft; CannonField *cannonField; }; diff --git a/doc/html/t14-lcdrange-cpp.html b/doc/html/t14-lcdrange-cpp.html index 90935592d..6206f4573 100644 --- a/doc/html/t14-lcdrange-cpp.html +++ b/doc/html/t14-lcdrange-cpp.html @@ -40,8 +40,8 @@ body { background: #ffffff; color: black; } #include "lcdrange.h" -#include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -63,17 +63,17 @@ LCDRange::LCDRange( const char *s, TQWidget *parent, const char *name ) void <a name="f115"></a>LCDRange::init() { - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); - slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); + <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); + slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); + slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); label = new <a href="tqlabel.html">TQLabel</a>( " ", this, "label" ); label-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), - lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), + lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="tqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); @@ -87,7 +87,7 @@ void <a name="f115"></a>LCDRange::init() int <a name="f116"></a>LCDRange::value() const { - return slider-><a href="ntqslider.html#value">value</a>(); + return slider-><a href="tqslider.html#value">value</a>(); } @@ -99,7 +99,7 @@ const char *<a name="f117"></a>LCDRange::text() const void <a name="f118"></a>LCDRange::setValue( int value ) { - slider-><a href="ntqslider.html#setValue">setValue</a>( value ); + slider-><a href="tqslider.html#setValue">setValue</a>( value ); } diff --git a/doc/html/t14-lcdrange-h.html b/doc/html/t14-lcdrange-h.html index 245c1318c..0f73d432f 100644 --- a/doc/html/t14-lcdrange-h.html +++ b/doc/html/t14-lcdrange-h.html @@ -68,7 +68,7 @@ signals: private: void init(); - <a href="ntqslider.html">TQSlider</a> *slider; + <a href="tqslider.html">TQSlider</a> *slider; <a href="tqlabel.html">TQLabel</a> *label; }; diff --git a/doc/html/t7-lcdrange-cpp.html b/doc/html/t7-lcdrange-cpp.html index 306140321..97b8f38ea 100644 --- a/doc/html/t7-lcdrange-cpp.html +++ b/doc/html/t7-lcdrange-cpp.html @@ -40,30 +40,30 @@ body { background: #ffffff; color: black; } #include "lcdrange.h" -#include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> <a name="f26"></a>LCDRange::LCDRange( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); - slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); + <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); + slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), - lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), + lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); } int <a name="f27"></a>LCDRange::value() const { - return slider-><a href="ntqslider.html#value">value</a>(); + return slider-><a href="tqslider.html#value">value</a>(); } void <a name="f28"></a>LCDRange::setValue( int value ) { - slider-><a href="ntqslider.html#setValue">setValue</a>( value ); + slider-><a href="tqslider.html#setValue">setValue</a>( value ); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/t7-lcdrange-h.html b/doc/html/t7-lcdrange-h.html index f99f30c70..3a3de6701 100644 --- a/doc/html/t7-lcdrange-h.html +++ b/doc/html/t7-lcdrange-h.html @@ -61,7 +61,7 @@ signals: void valueChanged( int ); private: - <a href="ntqslider.html">TQSlider</a> *slider; + <a href="tqslider.html">TQSlider</a> *slider; }; diff --git a/doc/html/t7-main-cpp.html b/doc/html/t7-main-cpp.html index cc1816a6b..fa319e90f 100644 --- a/doc/html/t7-main-cpp.html +++ b/doc/html/t7-main-cpp.html @@ -39,8 +39,8 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#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>> @@ -58,7 +58,7 @@ public: <a name="f29"></a>MyWidget::MyWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); + <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>()) ); diff --git a/doc/html/t8-lcdrange-cpp.html b/doc/html/t8-lcdrange-cpp.html index fe6ad8cd6..faf86517c 100644 --- a/doc/html/t8-lcdrange-cpp.html +++ b/doc/html/t8-lcdrange-cpp.html @@ -40,19 +40,19 @@ body { background: #ffffff; color: black; } #include "lcdrange.h" -#include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> <a name="f30"></a>LCDRange::LCDRange( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); - slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); + <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); + slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), - lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), + lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="tqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); @@ -60,12 +60,12 @@ body { background: #ffffff; color: black; } int <a name="f31"></a>LCDRange::value() const { - return slider-><a href="ntqslider.html#value">value</a>(); + return slider-><a href="tqslider.html#value">value</a>(); } void <a name="f32"></a>LCDRange::setValue( int value ) { - slider-><a href="ntqslider.html#setValue">setValue</a>( value ); + slider-><a href="tqslider.html#setValue">setValue</a>( value ); } void <a name="f33"></a>LCDRange::setRange( int minVal, int maxVal ) diff --git a/doc/html/t8-lcdrange-h.html b/doc/html/t8-lcdrange-h.html index 224f2e9e1..45cd1fdd8 100644 --- a/doc/html/t8-lcdrange-h.html +++ b/doc/html/t8-lcdrange-h.html @@ -62,7 +62,7 @@ signals: void valueChanged( int ); private: - <a href="ntqslider.html">TQSlider</a> *slider; + <a href="tqslider.html">TQSlider</a> *slider; }; diff --git a/doc/html/t8-main-cpp.html b/doc/html/t8-main-cpp.html index a137a6e2d..c07aae999 100644 --- a/doc/html/t8-main-cpp.html +++ b/doc/html/t8-main-cpp.html @@ -39,8 +39,8 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -58,7 +58,7 @@ public: <a name="f36"></a>MyWidget::MyWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="tqwidget.html">TQWidget</a>( parent, name ) { - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); + <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>()) ); diff --git a/doc/html/t9-lcdrange-cpp.html b/doc/html/t9-lcdrange-cpp.html index bf732969e..ce72af615 100644 --- a/doc/html/t9-lcdrange-cpp.html +++ b/doc/html/t9-lcdrange-cpp.html @@ -40,19 +40,19 @@ body { background: #ffffff; color: black; } #include "lcdrange.h" -#include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> <a name="f37"></a>LCDRange::LCDRange( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); - slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); + <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); + slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), - lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), + lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="tqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); @@ -60,12 +60,12 @@ body { background: #ffffff; color: black; } int <a name="f38"></a>LCDRange::value() const { - return slider-><a href="ntqslider.html#value">value</a>(); + return slider-><a href="tqslider.html#value">value</a>(); } void <a name="f39"></a>LCDRange::setValue( int value ) { - slider-><a href="ntqslider.html#setValue">setValue</a>( value ); + slider-><a href="tqslider.html#setValue">setValue</a>( value ); } void <a name="f40"></a>LCDRange::setRange( int minVal, int maxVal ) diff --git a/doc/html/t9-lcdrange-h.html b/doc/html/t9-lcdrange-h.html index b9d579d88..92dc87f9c 100644 --- a/doc/html/t9-lcdrange-h.html +++ b/doc/html/t9-lcdrange-h.html @@ -62,7 +62,7 @@ signals: void valueChanged( int ); private: - <a href="ntqslider.html">TQSlider</a> *slider; + <a href="tqslider.html">TQSlider</a> *slider; }; diff --git a/doc/html/t9-main-cpp.html b/doc/html/t9-main-cpp.html index f90f8fb30..8a09b066d 100644 --- a/doc/html/t9-main-cpp.html +++ b/doc/html/t9-main-cpp.html @@ -39,8 +39,8 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -58,7 +58,7 @@ public: <a name="f43"></a>MyWidget::MyWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="tqwidget.html">TQWidget</a>( parent, name ) { - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); + <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>()) ); diff --git a/doc/html/tabdialog-example.html b/doc/html/tabdialog-example.html index fa33e954d..22ef50441 100644 --- a/doc/html/tabdialog-example.html +++ b/doc/html/tabdialog-example.html @@ -92,10 +92,10 @@ protected: #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.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="qcheckbox-h.html">ntqcheckbox.h</a>> +#include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="qlistbox-h.html">ntqlistbox.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> @@ -115,7 +115,7 @@ void <a name="f201"></a>TabDialog::setupTab1() <a name="x53"></a> tab1-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); (void)new <a href="tqlabel.html">TQLabel</a>( "Filename:", tab1 ); - <a href="ntqlineedit.html">TQLineEdit</a> *fname = new <a href="ntqlineedit.html">TQLineEdit</a>( filename, tab1 ); + <a href="tqlineedit.html">TQLineEdit</a> *fname = new <a href="tqlineedit.html">TQLineEdit</a>( filename, tab1 ); fname-><a href="tqwidget.html#setFocus">setFocus</a>(); (void)new <a href="tqlabel.html">TQLabel</a>( "Path:", tab1 ); @@ -145,17 +145,17 @@ void <a name="f202"></a>TabDialog::setupTab2() <a href="ntqbuttongroup.html">TQButtonGroup</a> *bg = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, "Permissions", tab2 ); - <a href="ntqcheckbox.html">TQCheckBox</a> *readable = new <a href="ntqcheckbox.html">TQCheckBox</a>( "Readable", bg ); + <a href="tqcheckbox.html">TQCheckBox</a> *readable = new <a href="tqcheckbox.html">TQCheckBox</a>( "Readable", bg ); if ( fileinfo.isReadable() ) -<a name="x51"></a> readable-><a href="ntqcheckbox.html#setChecked">setChecked</a>( TRUE ); +<a name="x51"></a> readable-><a href="tqcheckbox.html#setChecked">setChecked</a>( TRUE ); - <a href="ntqcheckbox.html">TQCheckBox</a> *writable = new <a href="ntqcheckbox.html">TQCheckBox</a>( "Writeable", bg ); + <a href="tqcheckbox.html">TQCheckBox</a> *writable = new <a href="tqcheckbox.html">TQCheckBox</a>( "Writeable", bg ); if ( fileinfo.isWritable() ) - writable-><a href="ntqcheckbox.html#setChecked">setChecked</a>( TRUE ); + writable-><a href="tqcheckbox.html#setChecked">setChecked</a>( TRUE ); - <a href="ntqcheckbox.html">TQCheckBox</a> *executable = new <a href="ntqcheckbox.html">TQCheckBox</a>( "Executable", bg ); + <a href="tqcheckbox.html">TQCheckBox</a> *executable = new <a href="tqcheckbox.html">TQCheckBox</a>( "Executable", bg ); if ( fileinfo.isExecutable() ) - executable-><a href="ntqcheckbox.html#setChecked">setChecked</a>( TRUE ); + 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 ); @@ -185,7 +185,7 @@ void <a name="f203"></a>TabDialog::setupTab3() } <a name="x56"></a> prgs-><a href="ntqlistbox.html#setCurrentItem">setCurrentItem</a>( 3 ); - (void)new <a href="ntqcheckbox.html">TQCheckBox</a>( TQString( "Open files with the extension '%1' always with this application" ).arg( fileinfo.extension() ), tab3 ); + (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" ); } @@ -216,7 +216,7 @@ int main( int argc, char **argv ) <a name="x60"></a> tabdialog.<a href="tqwidget.html#resize">resize</a>( 450, 350 ); tabdialog.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Tabbed Dialog" ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &tabdialog ); -<a name="x61"></a> tabdialog.<a href="ntqdialog.html#show">show</a>(); +<a name="x61"></a> tabdialog.<a href="tqdialog.html#show">show</a>(); return a.<a href="ntqapplication.html#exec">exec</a>(); } diff --git a/doc/html/table-small-table-demo-main-cpp.html b/doc/html/table-small-table-demo-main-cpp.html index fce5b599d..7d224c51f 100644 --- a/doc/html/table-small-table-demo-main-cpp.html +++ b/doc/html/table-small-table-demo-main-cpp.html @@ -79,12 +79,12 @@ int main( int argc, char **argv ) comboEntries << "one" << "two" << "three" << "four"; for ( int i = 0; i < numRows; ++i ){ - <a href="qcombotableitem.html">TQComboTableItem</a> * item = new <a href="qcombotableitem.html">TQComboTableItem</a>( &table, comboEntries, FALSE ); -<a name="x2797"></a> item-><a href="qcombotableitem.html#setCurrentItem">setCurrentItem</a>( i % 4 ); + <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 ); } for ( int j = 0; j < numRows; ++j ) - table.<a href="ntqtable.html#setItem">setItem</a>( j, 1, new <a href="qchecktableitem.html">TQCheckTableItem</a>( &table, "Check me" ) ); + table.<a href="ntqtable.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 595ebc003..71ca318d1 100644 --- a/doc/html/table-statistics-statistics-cpp.html +++ b/doc/html/table-statistics-statistics-cpp.html @@ -47,7 +47,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="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <stdlib.h> const char* dirs[] = { @@ -174,7 +174,7 @@ void <a name="f147"></a>Table::recalcSum( int, int col ) <a name="x2785"></a>TQWidget *ComboItem::<a href="qtableitem.html#createEditor">createEditor</a>() const { // create an editor - a combobox in our case - ( (ComboItem*)this )->cb = new <a href="ntqcombobox.html">TQComboBox</a>( <a href="qtableitem.html#table">table</a>()->viewport() ); + ( (ComboItem*)this )->cb = new <a href="tqcombobox.html">TQComboBox</a>( <a href="qtableitem.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" ); diff --git a/doc/html/table.html b/doc/html/table.html index 7c16a7183..97732ae1b 100644 --- a/doc/html/table.html +++ b/doc/html/table.html @@ -45,8 +45,8 @@ 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 each table item holding the contents of a cell. -<li> The <a href="qcombotableitem.html">TQComboTableItem</a> class provides memory-efficient combobox items for TQTables. -<li> The <a href="qchecktableitem.html">TQCheckTableItem</a> class provides memory-efficient checkbox items for TQTables. +<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 headers) and vertical header (row headers). diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html index d598910fc..b74b3029c 100644 --- a/doc/html/themes-example.html +++ b/doc/html/themes-example.html @@ -149,7 +149,7 @@ private: #ifndef TQT_NO_STYLE_WINDOWS #include "ntqapplication.h" -#include "ntqcombobox.h" +#include "tqcombobox.h" #include "tqpainter.h" #include "ntqdrawutil.h" // for now #include "tqpixmap.h" // for now @@ -157,10 +157,10 @@ private: #include "tqwidget.h" #include "tqlabel.h" #include "tqimage.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "tqwidget.h" #include "ntqrangecontrol.h" -#include "ntqscrollbar.h" +#include "tqscrollbar.h" #include <limits.h> #include "tqstylefactory.h" @@ -1133,8 +1133,8 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" switch( element ) { case CE_PushButton: { - const <a href="ntqpushbutton.html">TQPushButton</a> *btn; - btn = ( const <a href="ntqpushbutton.html">TQPushButton</a> * )widget; + const <a href="tqpushbutton.html">TQPushButton</a> *btn; + 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>() ) @@ -1143,9 +1143,9 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" flags |= Style_Down; if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() || btn-><a href="ntqbutton.html#isDown">isDown</a>() ) flags |= Style_Sunken; -<a name="x233"></a> if ( btn-><a href="ntqpushbutton.html#isDefault">isDefault</a>() ) +<a name="x233"></a> if ( btn-><a href="tqpushbutton.html#isDefault">isDefault</a>() ) flags |= Style_Default; -<a name="x234"></a> if ( ! btn-><a href="ntqpushbutton.html#isFlat">isFlat</a>() && !(flags & Style_Down) ) +<a name="x234"></a> if ( ! btn-><a href="tqpushbutton.html#isFlat">isFlat</a>() && !(flags & Style_Down) ) flags |= Style_Raised; int x1, y1, x2, y2; @@ -1163,7 +1163,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" fill = cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Button ); <a name="x202"></a> myCg.<a href="tqcolorgroup.html#setBrush">setBrush</a>( TQColorGroup::Mid, fill ); - if ( btn-><a href="ntqpushbutton.html#isDefault">isDefault</a>() ) { + if ( btn-><a href="tqpushbutton.html#isDefault">isDefault</a>() ) { x1 += 2; y1 += 2; x2 -= 2; @@ -1174,7 +1174,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" TQRect( x1, y1, x2 - x1 + 1, y2 - y1 + 1), myCg, flags, opt ); - if ( btn-><a href="ntqpushbutton.html#isDefault">isDefault</a>() ) { + if ( btn-><a href="tqpushbutton.html#isDefault">isDefault</a>() ) { <a href="tqpen.html">TQPen</a> pen( TQt::black, 4 ); <a name="x226"></a> pen.<a href="tqpen.html#setCapStyle">setCapStyle</a>( TQt::RoundCap ); <a name="x227"></a> pen.<a href="tqpen.html#setJoinStyle">setJoinStyle</a>( TQt::RoundJoin ); @@ -1182,7 +1182,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" drawroundrect( p, x1 - 1, y1 - 1, x2 - x1 + 3, y2 - y1 + 3, 8 ); } -<a name="x235"></a> if ( btn-><a href="ntqpushbutton.html#isMenuButton">isMenuButton</a>() ) { +<a name="x235"></a> if ( btn-><a href="tqpushbutton.html#isMenuButton">isMenuButton</a>() ) { int dx = ( y1 - y2 - 4 ) / 3; // reset the flags @@ -1200,8 +1200,8 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" } case CE_PushButtonLabel: { - const <a href="ntqpushbutton.html">TQPushButton</a> *btn; - btn = (const <a href="ntqpushbutton.html">TQPushButton</a>*)widget; + const <a href="tqpushbutton.html">TQPushButton</a> *btn; + btn = (const <a href="tqpushbutton.html">TQPushButton</a>*)widget; int x, y, w, h; r.<a href="tqrect.html#rect">rect</a>( &x, &y, &w, &h ); @@ -1209,7 +1209,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" r.<a href="tqrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); int dx = 0; int dy = 0; - if ( btn-><a href="ntqpushbutton.html#isMenuButton">isMenuButton</a>() ) + if ( btn-><a href="tqpushbutton.html#isMenuButton">isMenuButton</a>() ) dx = ( y2 - y1 ) / 3; if ( dx || dy ) <a name="x223"></a> p-><a href="tqpainter.html#translate">translate</a>( dx, dy ); @@ -1268,8 +1268,8 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" switch( cc ) { case CC_ComboBox: { - const <a href="ntqcombobox.html">TQComboBox</a> *cmb; - cmb = (const <a href="ntqcombobox.html">TQComboBox</a>*)widget; + const <a href="tqcombobox.html">TQComboBox</a> *cmb; + cmb = (const <a href="tqcombobox.html">TQComboBox</a>*)widget; int awh, ax, ay, sh, sy, dh, ew; get_combo_parameters( <a href="tqstyle.html#subRect">subRect</a>(SR_PushButtonContents, widget), @@ -1292,7 +1292,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" p-><a href="tqpainter.html#drawLine">drawLine</a>( ax + awh - 1, sy + 1, ax + awh - 1, sy + sh - 1 ); p-><a href="tqpainter.html#setPen">setPen</a>( oldPen ); - if ( cmb-><a href="ntqcombobox.html#editable">editable</a>() ) { + if ( cmb-><a href="tqcombobox.html#editable">editable</a>() ) { <a href="tqrect.html">TQRect</a> r( <a href="tqstyle.html#querySubControlMetrics">querySubControlMetrics</a>(CC_ComboBox, widget, SC_ComboBoxEditField, opt) ); <a href="tqpainter.html#qDrawShadePanel">qDrawShadePanel</a>( p, r, cg, TRUE, 1, @@ -1356,9 +1356,9 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" } case CC_ScrollBar: { - const <a href="ntqscrollbar.html">TQScrollBar</a>* sb; - sb = (const <a href="ntqscrollbar.html">TQScrollBar</a>*)widget; - bool horz = sb-><a href="ntqscrollbar.html#orientation">orientation</a>() == TQScrollBar::Horizontal; + const <a href="tqscrollbar.html">TQScrollBar</a>* sb; + sb = (const <a href="tqscrollbar.html">TQScrollBar</a>*)widget; + bool horz = sb-><a href="tqscrollbar.html#orientation">orientation</a>() == TQScrollBar::Horizontal; int b = 2; <a name="x257"></a> int w = horz ? sb-><a href="tqwidget.html#height">height</a>() : sb-><a href="tqwidget.html#width">width</a>(); @@ -1394,8 +1394,8 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" switch ( sr ) { case SR_PushButtonContents: { - const <a href="ntqpushbutton.html">TQPushButton</a> *btn; - btn = (const <a href="ntqpushbutton.html">TQPushButton</a>*)widget; + const <a href="tqpushbutton.html">TQPushButton</a> *btn; + btn = (const <a href="tqpushbutton.html">TQPushButton</a>*)widget; <a name="x254"></a> r = btn-><a href="tqwidget.html#rect">rect</a>(); int d = TQMIN( r.<a href="tqrect.html#width">width</a>(), r.<a href="tqrect.html#height">height</a>() ) / 2; int b = buttonthickness( d ); @@ -1645,7 +1645,7 @@ private: #ifndef TQT_NO_STYLE_WINDOWS #include "ntqapplication.h" -#include "ntqcombobox.h" +#include "tqcombobox.h" #include "tqpainter.h" #include "ntqdrawutil.h" // for now #include "tqpixmap.h" // for now @@ -1653,11 +1653,11 @@ private: #include "tqwidget.h" #include "tqlabel.h" #include "tqimage.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "tqwidget.h" #include "ntqrangecontrol.h" -#include "ntqscrollbar.h" -#include "ntqslider.h" +#include "tqscrollbar.h" +#include "tqslider.h" #include <limits.h> @@ -1834,8 +1834,8 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget switch( element ) { case CE_PushButton: { - const <a href="ntqpushbutton.html">TQPushButton</a> *btn; - btn = (const <a href="ntqpushbutton.html">TQPushButton</a>*)widget; + const <a href="tqpushbutton.html">TQPushButton</a> *btn; + btn = (const <a href="tqpushbutton.html">TQPushButton</a>*)widget; int x1, y1, x2, y2; <a name="x297"></a> r.<a href="tqrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); @@ -1852,7 +1852,7 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget else fill = cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Button ); -<a name="x294"></a> if ( btn-><a href="ntqpushbutton.html#isDefault">isDefault</a>() ) { +<a name="x294"></a> if ( btn-><a href="tqpushbutton.html#isDefault">isDefault</a>() ) { <a href="tqpointarray.html">TQPointArray</a> a; <a name="x293"></a> a.setPoints( 9, x1, y1, x2, y1, x2, y2, x1, y2, x1, y1+1, @@ -1869,13 +1869,13 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget flags |= Style_On; if ( btn-><a href="ntqbutton.html#isDown">isDown</a>() ) flags |= Style_Down; -<a name="x295"></a> if ( !btn-><a href="ntqpushbutton.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="ntqbutton.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), cg, flags, opt ); -<a name="x296"></a> if ( btn-><a href="ntqpushbutton.html#isMenuButton">isMenuButton</a>() ) { +<a name="x296"></a> if ( btn-><a href="tqpushbutton.html#isMenuButton">isMenuButton</a>() ) { flags = Style_Default; <a name="x306"></a> if ( btn-><a href="tqwidget.html#isEnabled">isEnabled</a>() ) flags |= Style_Enabled; @@ -1891,8 +1891,8 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget } case CE_PushButtonLabel: { - const <a href="ntqpushbutton.html">TQPushButton</a> *btn; - btn = (const <a href="ntqpushbutton.html">TQPushButton</a>*)widget; + const <a href="tqpushbutton.html">TQPushButton</a> *btn; + btn = (const <a href="tqpushbutton.html">TQPushButton</a>*)widget; int x, y, w, h; <a name="x300"></a> r.<a href="tqrect.html#rect">rect</a>( &x, &y, &w, &h ); @@ -1900,7 +1900,7 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget r.<a href="tqrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); int dx = 0; int dy = 0; - if ( btn-><a href="ntqpushbutton.html#isMenuButton">isMenuButton</a>() ) + 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>() ) { dx--; @@ -1939,7 +1939,7 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget switch ( cc ) { case CC_Slider: { - const <a href="ntqslider.html">TQSlider</a> *slider = ( const <a href="ntqslider.html">TQSlider</a>* ) widget; + const <a href="tqslider.html">TQSlider</a> *slider = ( const <a href="tqslider.html">TQSlider</a>* ) widget; <a href="tqrect.html">TQRect</a> handle = <a href="tqstyle.html#querySubControlMetrics">querySubControlMetrics</a>( CC_Slider, widget, SC_SliderHandle, opt); if ( sub & SC_SliderGroove ) @@ -1948,13 +1948,13 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget <a name="x299"></a> if ( (sub & SC_SliderHandle) && handle.<a href="tqrect.html#isValid">isValid</a>() ) drawMetalButton( p, handle.<a href="tqrect.html#x">x</a>(), handle.<a href="tqrect.html#y">y</a>(), handle.<a href="tqrect.html#width">width</a>(), handle.<a href="tqrect.html#height">height</a>(), FALSE, -<a name="x304"></a> slider-><a href="ntqslider.html#orientation">orientation</a>() == TQSlider::Horizontal); +<a name="x304"></a> slider-><a href="tqslider.html#orientation">orientation</a>() == TQSlider::Horizontal); break; } case CC_ComboBox: { // not exactly correct... - const <a href="ntqcombobox.html">TQComboBox</a> *cmb = ( const <a href="ntqcombobox.html">TQComboBox</a>* ) widget; + const <a href="tqcombobox.html">TQComboBox</a> *cmb = ( const <a href="tqcombobox.html">TQComboBox</a>* ) widget; <a href="tqpainter.html#qDrawWinPanel">qDrawWinPanel</a>( p, r.<a href="tqrect.html#x">x</a>(), r.<a href="tqrect.html#y">y</a>(), r.<a href="tqrect.html#width">width</a>(), r.<a href="tqrect.html#height">height</a>(), cg, TRUE, cmb-><a href="tqwidget.html#isEnabled">isEnabled</a>() ? &cg.<a href="tqcolorgroup.html#brush">brush</a>( TQColorGroup::Base ) : diff --git a/doc/html/threads.html b/doc/html/threads.html index f52ad6d3e..b3fb0f3b4 100644 --- a/doc/html/threads.html +++ b/doc/html/threads.html @@ -232,7 +232,7 @@ system functions. This mutex is locked while the event loop is running (e.g. during event delivery) and unlocked when the eventloop goes to sleep. Note: The TQt event loop is recursive, and the library mutex is <em>not</em> unlocked when re-entering the event loop (e.g. when -executing a modal dialog with <a href="ntqdialog.html#exec">TQDialog::exec</a>()). +executing a modal dialog with <a href="tqdialog.html#exec">TQDialog::exec</a>()). <p> If another thread locks the TQt library mutex, then the event loop will stop processing events, and the locking thread may do simple GUI operations. Operations such as creating a <a href="tqpainter.html">TQPainter</a> and drawing a line diff --git a/doc/html/tictac-example.html b/doc/html/tictac-example.html index efd2b2f59..fae1bdba3 100644 --- a/doc/html/tictac-example.html +++ b/doc/html/tictac-example.html @@ -54,7 +54,7 @@ widget. #define TICTAC_H -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqptrvector-h.html">tqptrvector.h</a>> class TQComboBox; @@ -65,7 +65,7 @@ class TQLabel; // TicTacButton implements a single tic-tac-toe button // -class TicTacButton : public <a href="ntqpushbutton.html">TQPushButton</a> +class TicTacButton : public <a href="tqpushbutton.html">TQPushButton</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: @@ -139,9 +139,9 @@ private slots: void gameOver(); private: void newState(); - <a href="ntqcombobox.html">TQComboBox</a> *whoStarts; - <a href="ntqpushbutton.html">TQPushButton</a> *newGame; - <a href="ntqpushbutton.html">TQPushButton</a> *quit; + <a href="tqcombobox.html">TQComboBox</a> *whoStarts; + <a href="tqpushbutton.html">TQPushButton</a> *newGame; + <a href="tqpushbutton.html">TQPushButton</a> *quit; <a href="tqlabel.html">TQLabel</a> *message; TicTacGameBoard *board; }; @@ -166,8 +166,8 @@ private: #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="qdrawutil-h.html">ntqdrawutil.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> -#include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>> +#include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <stdlib.h> // rand() function @@ -182,7 +182,7 @@ private: // Creates a TicTacButton // -<a name="f188"></a>TicTacButton::TicTacButton( <a href="tqwidget.html">TQWidget</a> *parent ) : <a href="ntqpushbutton.html">TQPushButton</a>( parent ) +<a name="f188"></a>TicTacButton::TicTacButton( <a href="tqwidget.html">TQWidget</a> *parent ) : <a href="tqpushbutton.html">TQPushButton</a>( parent ) { t = Blank; // initial type } @@ -468,17 +468,17 @@ void <a name="f195"></a>TicTacGameBoard::computerMove() // Create the combo box for deciding who should start, and // connect its clicked() signals to the buttonClicked() slot - whoStarts = new <a href="ntqcombobox.html">TQComboBox</a>( this ); -<a name="x23"></a> whoStarts-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Computer starts" ); - whoStarts-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Human starts" ); + whoStarts = new <a href="tqcombobox.html">TQComboBox</a>( this ); +<a name="x23"></a> whoStarts-><a href="tqcombobox.html#insertItem">insertItem</a>( "Computer starts" ); + whoStarts-><a href="tqcombobox.html#insertItem">insertItem</a>( "Human starts" ); l-><a href="qboxlayout.html#addWidget">addWidget</a>( whoStarts ); // Create the push buttons and connect their clicked() signals // to this right slots. - newGame = new <a href="ntqpushbutton.html">TQPushButton</a>( "Play!", this ); + 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()) ); - quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this ); + 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="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 ); @@ -497,7 +497,7 @@ void <a name="f195"></a>TicTacGameBoard::computerMove() void <a name="f197"></a>TicTacToe::newGameClicked() { -<a name="x22"></a> board->computerStarts( whoStarts-><a href="ntqcombobox.html#currentItem">currentItem</a>() == 0 ); +<a name="x22"></a> board->computerStarts( whoStarts-><a href="tqcombobox.html#currentItem">currentItem</a>() == 0 ); board->newGame(); newState(); } diff --git a/doc/html/titleindex b/doc/html/titleindex index 67b80a7e1..67112607c 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -222,12 +222,12 @@ TQChar Class | tqchar.html TQChar Member List | tqchar-members.html TQCharRef Class | tqcharref.html TQCharRef Member List | tqcharref-members.html -QCheckBox Class | ntqcheckbox.html -QCheckBox Member List | qcheckbox-members.html -QCheckListItem Class | qchecklistitem.html -QCheckListItem Member List | qchecklistitem-members.html -QCheckTableItem Class | qchecktableitem.html -QCheckTableItem Member List | qchecktableitem-members.html +TQCheckBox Class | tqcheckbox.html +TQCheckBox Member List | tqcheckbox-members.html +TQCheckListItem Class | tqchecklistitem.html +TQCheckListItem Member List | tqchecklistitem-members.html +TQCheckTableItem Class | tqchecktableitem.html +TQCheckTableItem Member List | tqchecktableitem-members.html QChildEvent Class | qchildevent.html QChildEvent Member List | qchildevent-members.html TQClipboard Class | tqclipboard.html @@ -242,10 +242,10 @@ TQColorDrag Class | tqcolordrag.html TQColorDrag Member List | tqcolordrag-members.html TQColorGroup Class | tqcolorgroup.html TQColorGroup Member List | tqcolorgroup-members.html -QComboBox Class | ntqcombobox.html -QComboBox Member List | qcombobox-members.html -QComboTableItem Class | qcombotableitem.html -QComboTableItem Member List | qcombotableitem-members.html +TQComboBox Class | tqcombobox.html +TQComboBox Member List | tqcombobox-members.html +TQComboTableItem Class | tqcombotableitem.html +TQComboTableItem Member List | tqcombotableitem-members.html QCommonStyle Class | ntqcommonstyle.html QCommonStyle Member List | qcommonstyle-members.html TQConstString Class | tqconststring.html @@ -286,10 +286,10 @@ TQDeepCopy Class | tqdeepcopy.html TQDeepCopy Member List | tqdeepcopy-members.html TQDesktopWidget Class | tqdesktopwidget.html TQDesktopWidget Member List | tqdesktopwidget-members.html -QDial Class | ntqdial.html -QDial Member List | qdial-members.html -QDialog Class | ntqdialog.html -QDialog Member List | qdialog-members.html +TQDial Class | tqdial.html +TQDial Member List | tqdial-members.html +TQDialog Class | tqdialog.html +TQDialog Member List | tqdialog-members.html TQDict Class | tqdict.html TQDict Member List | tqdict-members.html TQDictIterator Class | tqdictiterator.html @@ -499,8 +499,8 @@ QKeyEvent Class | qkeyevent.html QKeyEvent Member List | qkeyevent-members.html QKeySequence Class | ntqkeysequence.html QKeySequence Member List | qkeysequence-members.html -QLCDNumber Class | ntqlcdnumber.html -QLCDNumber Member List | qlcdnumber-members.html +TQLCDNumber Class | tqlcdnumber.html +TQLCDNumber Member List | tqlcdnumber-members.html TQLabel Class | tqlabel.html TQLabel Member List | tqlabel-members.html QLayout Class | ntqlayout.html @@ -511,8 +511,8 @@ QLayoutIterator Class | qlayoutiterator.html QLayoutIterator Member List | qlayoutiterator-members.html QLibrary Class | ntqlibrary.html QLibrary Member List | qlibrary-members.html -QLineEdit Class | ntqlineedit.html -QLineEdit Member List | qlineedit-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 @@ -658,10 +658,10 @@ TQPtrStack Class | tqptrstack.html TQPtrStack Member List | tqptrstack-members.html TQPtrVector Class | tqptrvector.html TQPtrVector Member List | tqptrvector-members.html -QPushButton Class | ntqpushbutton.html -QPushButton Member List | qpushbutton-members.html -QRadioButton Class | ntqradiobutton.html -QRadioButton Member List | qradiobutton-members.html +TQPushButton Class | tqpushbutton.html +TQPushButton Member List | tqpushbutton-members.html +TQRadioButton Class | tqradiobutton.html +TQRadioButton Member List | tqradiobutton-members.html QRangeControl Class | ntqrangecontrol.html QRangeControl Member List | qrangecontrol-members.html TQRect Class | tqrect.html @@ -676,10 +676,10 @@ QResizeEvent Class | qresizeevent.html QResizeEvent Member List | qresizeevent-members.html QSGIStyle Class | ntqsgistyle.html QSGIStyle Member List | qsgistyle-members.html -QScrollBar Class | ntqscrollbar.html -QScrollBar Member List | qscrollbar-members.html -QScrollView Class | ntqscrollview.html -QScrollView Member List | qscrollview-members.html +TQScrollBar Class | tqscrollbar.html +TQScrollBar Member List | tqscrollbar-members.html +TQScrollView Class | tqscrollview.html +TQScrollView Member List | tqscrollview-members.html TQSemaphore Class | tqsemaphore.html TQSemaphore Member List | tqsemaphore-members.html TQServerSocket Class | tqserversocket.html @@ -704,8 +704,8 @@ TQSizePolicy Class | tqsizepolicy.html TQSizePolicy Member List | tqsizepolicy-members.html TQSjisCodec Class | tqsjiscodec.html TQSjisCodec Member List | tqsjiscodec-members.html -QSlider Class | ntqslider.html -QSlider Member List | qslider-members.html +TQSlider Class | tqslider.html +TQSlider Member List | tqslider-members.html TQSocket Class | tqsocket.html TQSocket Member List | tqsocket-members.html TQSocketDevice Class | tqsocketdevice.html @@ -716,8 +716,8 @@ QSound Class | ntqsound.html QSound Member List | qsound-members.html QSpacerItem Class | qspaceritem.html QSpacerItem Member List | qspaceritem-members.html -QSpinBox Class | ntqspinbox.html -QSpinBox Member List | qspinbox-members.html +TQSpinBox Class | tqspinbox.html +TQSpinBox Member List | tqspinbox-members.html QSplashScreen Class | ntqsplashscreen.html QSplashScreen Member List | qsplashscreen-members.html QSplitter Class | ntqsplitter.html @@ -1032,7 +1032,7 @@ Transformed Graphics Demo | xform-example.html Trivial Example | trivial-nsplugin-example.html Tutorial #2 | tutorial2.html User Interface Compiler (uic) | uic.html -Using Custom QDialogs | motif-walkthrough-4.html +Using Custom TQDialogs | motif-walkthrough-4.html Using Existing Dialogs with QMotifDialog | motif-walkthrough-5.html Using TQt Main Window Classes | motif-walkthrough-6.html Using TQt Standard Dialogs | motif-walkthrough-3.html @@ -1090,11 +1090,11 @@ ntqbuttongroup.h Include File | qbuttongroup-h.html tqcache.h Include File | tqcache-h.html tqcanvas.h Include File | tqcanvas-h.html ntqcdestyle.h Include File | qcdestyle-h.html -ntqcheckbox.h Include File | qcheckbox-h.html +tqcheckbox.h Include File | tqcheckbox-h.html tqclipboard.h Include File | tqclipboard-h.html tqcolor.h Include File | tqcolor-h.html tqcolordialog.h Include File | tqcolordialog-h.html -ntqcombobox.h Include File | qcombobox-h.html +tqcombobox.h Include File | tqcombobox-h.html ntqcommonstyle.h Include File | qcommonstyle-h.html tqcstring.h Include File | tqcstring-h.html ntqcursor.h Include File | qcursor-h.html @@ -1106,8 +1106,8 @@ tqdatetime.h Include File | tqdatetime-h.html tqdatetimeedit.h Include File | tqdatetimeedit-h.html tqdeepcopy.h Include File | tqdeepcopy-h.html tqdesktopwidget.h Include File | tqdesktopwidget-h.html -ntqdial.h Include File | qdial-h.html -ntqdialog.h Include File | qdialog-h.html +tqdial.h Include File | tqdial-h.html +tqdialog.h Include File | tqdialog-h.html tqdict.h Include File | tqdict-h.html tqdir.h Include File | tqdir-h.html tqdns.h Include File | tqdns-h.html @@ -1159,9 +1159,9 @@ tqiodevice.h Include File | tqiodevice-h.html tqjiscodec.h Include File | tqjiscodec-h.html tqlabel.h Include File | tqlabel-h.html ntqlayout.h Include File | qlayout-h.html -ntqlcdnumber.h Include File | qlcdnumber-h.html +tqlcdnumber.h Include File | tqlcdnumber-h.html ntqlibrary.h Include File | qlibrary-h.html -ntqlineedit.h Include File | qlineedit-h.html +tqlineedit.h Include File | tqlineedit-h.html ntqlistbox.h Include File | qlistbox-h.html ntqlistview.h Include File | qlistview-h.html tqlocale.h Include File | tqlocale-h.html @@ -1214,15 +1214,15 @@ tqptrlist.h Include File | tqptrlist-h.html tqptrqueue.h Include File | tqptrqueue-h.html tqptrstack.h Include File | tqptrstack-h.html tqptrvector.h Include File | tqptrvector-h.html -ntqpushbutton.h Include File | qpushbutton-h.html -ntqradiobutton.h Include File | qradiobutton-h.html +tqpushbutton.h Include File | tqpushbutton-h.html +tqradiobutton.h Include File | tqradiobutton-h.html ntqrangecontrol.h Include File | qrangecontrol-h.html tqrect.h Include File | tqrect-h.html tqregexp.h Include File | tqregexp-h.html tqregion.h Include File | tqregion-h.html tqhebrewcodec.h Include File | tqhebrewcodec-h.html -ntqscrollbar.h Include File | qscrollbar-h.html -ntqscrollview.h Include File | qscrollview-h.html +tqscrollbar.h Include File | tqscrollbar-h.html +tqscrollview.h Include File | tqscrollview-h.html tqsemaphore.h Include File | tqsemaphore-h.html tqserversocket.h Include File | tqserversocket-h.html tqsessionmanager.h Include File | tqsessionmanager-h.html @@ -1235,12 +1235,12 @@ tqsize.h Include File | tqsize-h.html tqsizegrip.h Include File | tqsizegrip-h.html tqsizepolicy.h Include File | tqsizepolicy-h.html tqsjiscodec.h Include File | tqsjiscodec-h.html -ntqslider.h Include File | qslider-h.html +tqslider.h Include File | tqslider-h.html tqsocket.h Include File | tqsocket-h.html tqsocketdevice.h Include File | tqsocketdevice-h.html tqsocketnotifier.h Include File | tqsocketnotifier-h.html ntqsound.h Include File | qsound-h.html -ntqspinbox.h Include File | qspinbox-h.html +tqspinbox.h Include File | tqspinbox-h.html ntqsplashscreen.h Include File | qsplashscreen-h.html ntqsplitter.h Include File | qsplitter-h.html tqsql.h Include File | tqsql-h.html diff --git a/doc/html/toplevel-example.html b/doc/html/toplevel-example.html index 376ee1563..7b0791999 100644 --- a/doc/html/toplevel-example.html +++ b/doc/html/toplevel-example.html @@ -166,7 +166,7 @@ automatically. Popup menus are a typical example for such widgets. } </pre>A modal widget blocks input to other toplevel widgets, unless those are in a different modal group (see <tt>WGroupLeader</tt>). -Dialogs are often modal, and the <a href="ntqdialog.html">TQDialog</a> class provides an easy API +Dialogs are often modal, and the <a href="tqdialog.html">TQDialog</a> class provides an easy API to create and display them without the need to explicitly use this flag. <p> <pre> if ( cbBehaviorTool->isChecked() ) { @@ -187,7 +187,7 @@ modeless dialogs. <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="ntqpushbutton.html">TQPushButton</a> *okButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Close", widget ); + <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="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 diff --git a/doc/html/tqasciidict.html b/doc/html/tqasciidict.html index 3dce4794b..1f5cadc19 100644 --- a/doc/html/tqasciidict.html +++ b/doc/html/tqasciidict.html @@ -84,8 +84,8 @@ performace as a TQAsciiDict. <p> Example: <pre> TQAsciiDict<TQLineEdit> fields; // char* keys, TQLineEdit* values - fields.<a href="#insert">insert</a>( "forename", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); - fields.<a href="#insert">insert</a>( "surname", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="#insert">insert</a>( "forename", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="#insert">insert</a>( "surname", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); fields["forename"]->setText( "Homer" ); fields["surname"]->setText( "Simpson" ); diff --git a/doc/html/tqasciidictiterator.html b/doc/html/tqasciidictiterator.html index 7de74f80a..817ebd45d 100644 --- a/doc/html/tqasciidictiterator.html +++ b/doc/html/tqasciidictiterator.html @@ -61,9 +61,9 @@ iterator that operates on TQAsciiDict<X> (dictionary of X*). <p> Example: <pre> <a href="tqasciidict.html">TQAsciiDict</a><TQLineEdit> fields; - fields.<a href="tqasciidict.html#insert">insert</a>( "forename", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); - fields.<a href="tqasciidict.html#insert">insert</a>( "surname", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); - fields.<a href="tqasciidict.html#insert">insert</a>( "age", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="tqasciidict.html#insert">insert</a>( "forename", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="tqasciidict.html#insert">insert</a>( "surname", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="tqasciidict.html#insert">insert</a>( "age", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); fields["forename"]->setText( "Homer" ); fields["surname"]->setText( "Simpson" ); diff --git a/doc/html/tqcanvas-h.html b/doc/html/tqcanvas-h.html index a244fd266..049a27bf9 100644 --- a/doc/html/tqcanvas-h.html +++ b/doc/html/tqcanvas-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQCANVAS_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #include "tqpixmap.h" #include "tqptrlist.h" #include "tqbrush.h" diff --git a/doc/html/tqcanvas.html b/doc/html/tqcanvas.html index fb85f60e8..c32af75ff 100644 --- a/doc/html/tqcanvas.html +++ b/doc/html/tqcanvas.html @@ -108,7 +108,7 @@ provide multiple views of the same canvas. <p> The canvas is optimized for large numbers of items, particularly where only a small percentage of the items change at any one time. If the entire display changes very frequently, you should -consider using your own custom <a href="ntqscrollview.html">TQScrollView</a> subclass. +consider using your own custom <a href="tqscrollview.html">TQScrollView</a> subclass. <p> TQt provides a rich set of canvas item classes, e.g. <a href="tqcanvasellipse.html">TQCanvasEllipse</a>, <a href="tqcanvasline.html">TQCanvasLine</a>, <a href="tqcanvaspolygon.html">TQCanvasPolygon</a>, <a href="tqcanvaspolygonalitem.html">TQCanvasPolygonalItem</a>, <a href="tqcanvasrectangle.html">TQCanvasRectangle</a>, <a href="tqcanvasspline.html">TQCanvasSpline</a>, diff --git a/doc/html/tqcanvasview-members.html b/doc/html/tqcanvasview-members.html index c703fd711..c3b973c8a 100644 --- a/doc/html/tqcanvasview-members.html +++ b/doc/html/tqcanvasview-members.html @@ -38,7 +38,7 @@ body { background: #ffffff; color: black; } <li><a href="tqcanvasview.html#TQCanvasView">TQCanvasView</a>() <li><a href="tqcanvasview.html#~TQCanvasView">~TQCanvasView</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqscrollview.html#addChild">addChild</a>() +<li><a href="tqscrollview.html#addChild">addChild</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,17 +48,17 @@ 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="ntqscrollview.html#bottomMargin">bottomMargin</a>() +<li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqcanvasview.html#canvas">canvas</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqscrollview.html#center">center</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>() <li><a href="tqwidget.html#childAt">childAt</a>() <li><a href="tqobject.html#childEvent">childEvent</a>() -<li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() -<li><a href="ntqscrollview.html#childX">childX</a>() -<li><a href="ntqscrollview.html#childY">childY</a>() +<li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() +<li><a href="tqscrollview.html#childX">childX</a>() +<li><a href="tqscrollview.html#childY">childY</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() @@ -67,7 +67,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() -<li><a href="ntqscrollview.html#clipper">clipper</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>() @@ -75,25 +75,25 @@ 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="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() -<li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() -<li><a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() -<li><a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>() -<li><a href="ntqscrollview.html#contentsHeight">contentsHeight</a>() -<li><a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() -<li><a href="ntqscrollview.html#contentsMoving">contentsMoving</a>() +<li><a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() +<li><a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() +<li><a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() +<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="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="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() -<li><a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() -<li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() -<li><a href="ntqscrollview.html#contentsX">contentsX</a>() -<li><a href="ntqscrollview.html#contentsY">contentsY</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="ntqscrollview.html#cornerWidget">cornerWidget</a>() +<li><a href="tqscrollview.html#cornerWidget">cornerWidget</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>() @@ -103,26 +103,26 @@ 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="ntqscrollview.html#dragAutoScroll">dragAutoScroll</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="tqcanvasview.html#drawContents">drawContents</a>() -<li><a href="ntqscrollview.html#drawContentsOffset">drawContentsOffset</a>() +<li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() <li><a href="ntqframe.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="ntqscrollview.html#enableClipper">enableClipper</a>() +<li><a href="tqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() -<li><a href="ntqscrollview.html#ensureVisible">ensureVisible</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="ntqscrollview.html#eventFilter">eventFilter</a>() +<li><a href="tqscrollview.html#eventFilter">eventFilter</a>() <li><a href="tqwidget.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -148,20 +148,20 @@ 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="ntqscrollview.html#hScrollBarMode">hScrollBarMode</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>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() +<li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</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="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() -<li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() -<li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</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>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -183,7 +183,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() -<li><a href="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() +<li><a href="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() @@ -192,7 +192,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() +<li><a href="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() @@ -204,7 +204,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="ntqscrollview.html#leftMargin">leftMargin</a>() +<li><a href="tqscrollview.html#leftMargin">leftMargin</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() @@ -232,7 +232,7 @@ 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="ntqscrollview.html#moveChild">moveChild</a>() +<li><a href="tqscrollview.html#moveChild">moveChild</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() @@ -258,19 +258,19 @@ 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="ntqscrollview.html#removeChild">removeChild</a>() +<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="ntqscrollview.html#repaintContents">repaintContents</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="ntqscrollview.html#resizeContents">resizeContents</a>() +<li><a href="tqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqscrollview.html#resizePolicy">resizePolicy</a>() -<li><a href="ntqscrollview.html#rightMargin">rightMargin</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>() -<li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() +<li><a href="tqscrollview.html#scrollBy">scrollBy</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>() @@ -282,11 +282,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqcanvasview.html#setCanvas">setCanvas</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqscrollview.html#setContentsPos">setContentsPos</a>() -<li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</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>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() +<li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</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>() @@ -302,8 +302,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() <li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqscrollview.html#setHBarGeometry">setHBarGeometry</a>() -<li><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() +<li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() +<li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</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>() @@ -311,7 +311,7 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setMargins">setMargins</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>() @@ -328,22 +328,22 @@ 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="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() +<li><a href="tqscrollview.html#setResizePolicy">setResizePolicy</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="ntqscrollview.html#setStaticBackground">setStaticBackground</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="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() -<li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() +<li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() +<li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</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="tqcanvasview.html#setWorldMatrix">setWorldMatrix</a>() <li><a href="tqwidget.html#show">show</a>() -<li><a href="ntqscrollview.html#showChild">showChild</a>() +<li><a href="tqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() @@ -362,29 +362,29 @@ 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="ntqscrollview.html#topMargin">topMargin</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="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="ntqscrollview.html#updateContents">updateContents</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>() -<li><a href="ntqscrollview.html#updateScrollBars">updateScrollBars</a>() -<li><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>() -<li><a href="ntqscrollview.html#verticalScrollBar">verticalScrollBar</a>() -<li><a href="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() -<li><a href="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() -<li><a href="ntqscrollview.html#viewport">viewport</a>() -<li><a href="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() -<li><a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() -<li><a href="ntqscrollview.html#viewportSize">viewportSize</a>() -<li><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>() -<li><a href="ntqscrollview.html#visibleHeight">visibleHeight</a>() +<li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() +<li><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</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>() +<li><a href="tqscrollview.html#viewport">viewport</a>() +<li><a href="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() +<li><a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() +<li><a href="tqscrollview.html#viewportSize">viewportSize</a>() +<li><a href="tqscrollview.html#viewportToContents">viewportToContents</a>() +<li><a href="tqscrollview.html#visibleHeight">visibleHeight</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqscrollview.html#visibleWidth">visibleWidth</a>() +<li><a href="tqscrollview.html#visibleWidth">visibleWidth</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/tqcanvasview.html b/doc/html/tqcanvasview.html index 740635351..97d7d5b6c 100644 --- a/doc/html/tqcanvasview.html +++ b/doc/html/tqcanvasview.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQCanvasView class provides an on-screen view of a TQCanvas. <a href="#details">More...</a> <p><tt>#include <<a href="tqcanvas-h.html">tqcanvas.h</a>></tt> -<p>Inherits <a href="ntqscrollview.html">TQScrollView</a>. +<p>Inherits <a href="tqscrollview.html">TQScrollView</a>. <p><a href="tqcanvasview-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -63,7 +63,7 @@ The TQCanvasView class provides an on-screen view of a <a href="tqcanvas.html">T <p> A TQCanvasView is widget which provides a view of a TQCanvas. <p> If you want users to be able to interact with a canvas view, subclass TQCanvasView. You might then reimplement -<a href="ntqscrollview.html#contentsMousePressEvent">TQScrollView::contentsMousePressEvent</a>(). For example, assuming no +<a href="tqscrollview.html#contentsMousePressEvent">TQScrollView::contentsMousePressEvent</a>(). For example, assuming no <a href="tqwmatrix.html#TransformationMode">transformation matrix</a> is set: <p> <pre> void MyCanvasView::contentsMousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a>* e ) @@ -138,13 +138,13 @@ Repaints part of the <a href="tqcanvas.html">TQCanvas</a> that the canvas view i starting at <em>cx</em> by <em>cy</em>, with a width of <em>cw</em> and a height of <em>ch</em> using the painter <em>p</em>. <p> <b>Warning:</b> When double buffering is enabled, <a href="#drawContents">drawContents</a>() will not respect the current settings of the painter when setting up -the painter for the double buffer (e.g., <a href="ntqscrollview.html#viewport">viewport</a>() and +the painter for the double buffer (e.g., <a href="tqscrollview.html#viewport">viewport</a>() and window()). Also, be aware that <a href="tqcanvas.html#update">TQCanvas::update</a>() bypasses drawContents(), which means any reimplementation of drawContents() is not called. <p> <p>See also <a href="tqcanvas.html#setDoubleBuffering">TQCanvas::setDoubleBuffering</a>(). -<p>Reimplemented from <a href="ntqscrollview.html#drawContents">TQScrollView</a>. +<p>Reimplemented from <a href="tqscrollview.html#drawContents">TQScrollView</a>. <h3 class=fn>const <a href="tqwmatrix.html">TQWMatrix</a> & <a name="inverseWorldMatrix"></a>TQCanvasView::inverseWorldMatrix () const </h3> Returns a reference to the inverse of the canvas view's current diff --git a/doc/html/qcheckbox-h.html b/doc/html/tqcheckbox-h.html index c50ccad62..e1677d95e 100644 --- a/doc/html/qcheckbox-h.html +++ b/doc/html/tqcheckbox-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/ntqcheckbox.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqcheckbox.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqcheckbox.h Include File</title> +<title>tqcheckbox.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>ntqcheckbox.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>tqcheckbox.h</h1> -<p>This is the verbatim text of the ntqcheckbox.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqcheckbox.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqcheckbox.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqcheckbox.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQCheckBox class ** diff --git a/doc/html/qcheckbox-members.html b/doc/html/tqcheckbox-members.html index d42a0cbb7..2869106cd 100644 --- a/doc/html/qcheckbox-members.html +++ b/doc/html/tqcheckbox-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/ntqcheckbox.h:47 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqcheckbox.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 TQCheckBox</h1> <p>This is the complete list of member functions for -<a href="ntqcheckbox.html">TQCheckBox</a>, including inherited members. +<a href="tqcheckbox.html">TQCheckBox</a>, including inherited members. <ul> -<li><a href="ntqcheckbox.html#TQCheckBox">TQCheckBox</a>() +<li><a href="tqcheckbox.html#TQCheckBox">TQCheckBox</a>() <li><a href="ntqbutton.html#accel">accel</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() @@ -137,7 +137,7 @@ body { background: #ffffff; color: black; } <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="ntqcheckbox.html#isChecked">isChecked</a>() +<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>() @@ -158,7 +158,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="ntqbutton.html#isToggleButton">isToggleButton</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() -<li><a href="ntqcheckbox.html#isTristate">isTristate</a>() +<li><a href="tqcheckbox.html#isTristate">isTristate</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() @@ -243,7 +243,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="ntqcheckbox.html#setChecked">setChecked</a>() +<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>() @@ -273,7 +273,7 @@ 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="ntqcheckbox.html#setNoChange">setNoChange</a>() +<li><a href="tqcheckbox.html#setNoChange">setNoChange</a>() <li><a href="ntqbutton.html#setOn">setOn</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() @@ -290,7 +290,7 @@ body { background: #ffffff; color: black; } <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="ntqcheckbox.html#setTristate">setTristate</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>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() diff --git a/doc/html/ntqcheckbox.html b/doc/html/tqcheckbox.html index 72cf66804..56e2abf5e 100644 --- a/doc/html/ntqcheckbox.html +++ b/doc/html/tqcheckbox.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/qcheckbox.cpp:49 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqcheckbox.cpp:49 --> <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 TQCheckBox widget provides a checkbox with a text label. <a href="#details">More...</a> -<p><tt>#include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>></tt> +<p><tt>#include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>></tt> <p>Inherits <a href="ntqbutton.html">TQButton</a>. -<p><a href="qcheckbox-members.html">List of all member functions.</a> +<p><a href="tqcheckbox-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQCheckBox"><b>TQCheckBox</b></a> ( TQWidget * parent, const char * name = 0 )</li> @@ -85,7 +85,7 @@ body { background: #ffffff; color: black; } The TQCheckBox widget provides a checkbox with a text label. <p> -<p> TQCheckBox and <a href="ntqradiobutton.html">TQRadioButton</a> are both option buttons. That is, they +<p> TQCheckBox and <a href="tqradiobutton.html">TQRadioButton</a> are both option buttons. That is, they 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 @@ -104,12 +104,12 @@ 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 toggle state. When a tristate checkbox changes state, it emits the <a href="ntqbutton.html#stateChanged">stateChanged</a>() signal. -<p> Just like <a href="ntqpushbutton.html">TQPushButton</a>, a checkbox can display text or a pixmap. +<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>(). <p> <p> <img src=qchkbox-m.png> <img src=qchkbox-w.png> -<p> <p>See also <a href="ntqbutton.html">TQButton</a>, <a href="ntqradiobutton.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="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>. <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 ) @@ -153,7 +153,7 @@ returns 0. <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="ntqcheckbox.html#checked-prop">"checked"</a> property for details. +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. @@ -168,7 +168,7 @@ See the <a href="ntqbutton.html#on-prop">"on"</a> property for details. See the <a href="ntqbutton.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="ntqcheckbox.html#tristate-prop">"tristate"</a> property for details. +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. @@ -193,7 +193,7 @@ See the <a href="ntqbutton.html#accel-prop">"accel"</a> property for details. See the <a href="ntqbutton.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="ntqcheckbox.html#checked-prop">"checked"</a> property for details. +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. @@ -210,7 +210,7 @@ See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. See the <a href="ntqbutton.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="ntqcheckbox.html#tristate-prop">"tristate"</a> property for details. +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><p>Returns the state of the toggle button. See the <a href="ntqbutton.html#toggleState-prop">"toggleState"</a> property for details. diff --git a/doc/html/qchecklistitem-members.html b/doc/html/tqchecklistitem-members.html index 390cd7b0f..4385fe658 100644 --- a/doc/html/qchecklistitem-members.html +++ b/doc/html/tqchecklistitem-members.html @@ -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 TQCheckListItem</h1> <p>This is the complete list of member functions for -<a href="qchecklistitem.html">TQCheckListItem</a>, including inherited members. +<a href="tqchecklistitem.html">TQCheckListItem</a>, including inherited members. <ul> -<li><a href="qchecklistitem.html#TQCheckListItem">TQCheckListItem</a>() -<li><a href="qchecklistitem.html#~TQCheckListItem">~TQCheckListItem</a>() +<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="qchecklistitem.html#activate">activate</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>() @@ -56,11 +56,11 @@ body { background: #ffffff; color: black; } <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="qchecklistitem.html#isOn">isOn</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="qchecklistitem.html#isTristate">isTristate</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>() @@ -72,41 +72,41 @@ body { background: #ffffff; color: black; } <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="qchecklistitem.html#paintCell">paintCell</a>() -<li><a href="qchecklistitem.html#paintFocus">paintFocus</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="qchecklistitem.html#rtti">rtti</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="qchecklistitem.html#setOn">setOn</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="qchecklistitem.html#setState">setState</a>() +<li><a href="tqchecklistitem.html#setState">setState</a>() <li><a href="qlistviewitem.html#setText">setText</a>() -<li><a href="qchecklistitem.html#setTristate">setTristate</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="qchecklistitem.html#state">state</a>() -<li><a href="qchecklistitem.html#stateChange">stateChange</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="qchecklistitem.html#text">text</a>() +<li><a href="tqchecklistitem.html#text">text</a>() <li><a href="qlistviewitem.html#totalHeight">totalHeight</a>() -<li><a href="qchecklistitem.html#turnOffChild">turnOffChild</a>() -<li><a href="qchecklistitem.html#type">type</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>() </ul> diff --git a/doc/html/qchecklistitem.html b/doc/html/tqchecklistitem.html index 15693c5cc..c1096d1af 100644 --- a/doc/html/qchecklistitem.html +++ b/doc/html/tqchecklistitem.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <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><a href="qchecklistitem-members.html">List of all member functions.</a> +<p><a href="tqchecklistitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#Type-enum"><b>Type</b></a> { RadioButton, CheckBox, Controller, RadioButtonController = Controller, CheckBoxController }</li> @@ -103,37 +103,37 @@ retrieved with <a href="#type">type</a>() and its text retrieved with <a href="# <li><tt>TQCheckListItem::CheckBoxController</tt> </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQCheckListItem"></a>TQCheckListItem::TQCheckListItem ( <a href="qchecklistitem.html">TQCheckListItem</a> * parent, const <a href="tqstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<h3 class=fn><a name="TQCheckListItem"></a>TQCheckListItem::TQCheckListItem ( <a href="tqchecklistitem.html">TQCheckListItem</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 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="qchecklistitem.html">TQCheckListItem</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, <a href="qchecklistitem.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="qlistviewitem.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="qchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<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> 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="qchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<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> 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="qchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<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> 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="qchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<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> 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 @@ -197,7 +197,7 @@ greater than 1000, to allow for extensions to this class. Sets the button on if <em>b</em> is TRUE, otherwise sets it off. Maintains radio button exclusivity. -<h3 class=fn>void <a name="setState"></a>TQCheckListItem::setState ( <a href="qchecklistitem.html#ToggleState-enum">ToggleState</a> s ) +<h3 class=fn>void <a name="setState"></a>TQCheckListItem::setState ( <a href="tqchecklistitem.html#ToggleState-enum">ToggleState</a> s ) </h3> Sets the toggle state of the checklistitem 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>. @@ -217,7 +217,7 @@ a <a href="#Type-enum">CheckBox</a>. <p> <tt>CheckBoxControllers</tt> are tristate by default. <p> <p>See also <a href="#state">state</a>() and <a href="#isTristate">isTristate</a>(). -<h3 class=fn><a href="qchecklistitem.html#ToggleState-enum">ToggleState</a> <a name="state"></a>TQCheckListItem::state () const +<h3 class=fn><a href="tqchecklistitem.html#ToggleState-enum">ToggleState</a> <a name="state"></a>TQCheckListItem::state () const </h3> Returns the state of the item. <p> <p>See also <a href="#ToggleState-enum">TQCheckListItem::ToggleState</a>. @@ -238,7 +238,7 @@ use <a href="#state">state</a>() to determine if the state is actually <a href=" If this is a <a href="#Type-enum">RadioButtonController</a> that has <a href="#Type-enum">RadioButton</a> children, turn off the child that is on. -<h3 class=fn><a href="qchecklistitem.html#Type-enum">Type</a> <a name="type"></a>TQCheckListItem::type () const +<h3 class=fn><a href="tqchecklistitem.html#Type-enum">Type</a> <a name="type"></a>TQCheckListItem::type () const </h3> <p> Returns the type of this item. diff --git a/doc/html/qchecktableitem-members.html b/doc/html/tqchecktableitem-members.html index 25d7c9303..4d1568d7b 100644 --- a/doc/html/qchecktableitem-members.html +++ b/doc/html/tqchecktableitem-members.html @@ -32,16 +32,16 @@ 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 TQCheckTableItem</h1> <p>This is the complete list of member functions for -<a href="qchecktableitem.html">TQCheckTableItem</a>, including inherited members. +<a href="tqchecktableitem.html">TQCheckTableItem</a>, including inherited members. <ul> -<li><a href="qchecktableitem.html#TQCheckTableItem">TQCheckTableItem</a>() +<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="qchecktableitem.html#isChecked">isChecked</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>() @@ -49,8 +49,8 @@ body { background: #ffffff; color: black; } <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="qchecktableitem.html#rtti">rtti</a>() -<li><a href="qchecktableitem.html#setChecked">setChecked</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>() diff --git a/doc/html/qchecktableitem.html b/doc/html/tqchecktableitem.html index e3ab99b40..2616c56cb 100644 --- a/doc/html/qchecktableitem.html +++ b/doc/html/tqchecktableitem.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <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><a href="qchecktableitem-members.html">List of all member functions.</a> +<p><a href="tqchecktableitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQCheckTableItem"><b>TQCheckTableItem</b></a> ( TQTable * table, const TQString & txt )</li> @@ -65,10 +65,10 @@ 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="qcombotableitem.html">TQComboTableItem</a>s using their Run Time Type Identification +<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="qcombotableitem.html">TQComboTableItem</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="ntqcheckbox.html">TQCheckBox</a>, and <a href="advanced.html">Advanced Widgets</a>. +<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>. <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 ) diff --git a/doc/html/tqcolordialog-h.html b/doc/html/tqcolordialog-h.html index 3d7974436..42db8da21 100644 --- a/doc/html/tqcolordialog-h.html +++ b/doc/html/tqcolordialog-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQCOLORDIALOG_H #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #endif // QT_H #ifndef TQT_NO_COLORDIALOG diff --git a/doc/html/tqcolordialog-members.html b/doc/html/tqcolordialog-members.html index ce6b5df71..bdcc7f728 100644 --- a/doc/html/tqcolordialog-members.html +++ b/doc/html/tqcolordialog-members.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="tqcolordialog.html">TQColorDialog</a>, including inherited members. <ul> -<li><a href="ntqdialog.html#accept">accept</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="tqwidget.html#autoMask">autoMask</a>() @@ -78,7 +78,7 @@ 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="ntqdialog.html#done">done</a>() +<li><a href="tqdialog.html#done">done</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>() @@ -93,8 +93,8 @@ 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="ntqdialog.html#exec">exec</a>() -<li><a href="ntqdialog.html#extension">extension</a>() +<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="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -148,10 +148,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() -<li><a href="ntqdialog.html#isModal">isModal</a>() +<li><a href="tqdialog.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() +<li><a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</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>() @@ -193,7 +193,7 @@ 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="ntqdialog.html#orientation">orientation</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>() @@ -213,7 +213,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqdialog.html#reject">reject</a>() +<li><a href="tqdialog.html#reject">reject</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -223,7 +223,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="tqwidget.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqdialog.html#result">result</a>() +<li><a href="tqdialog.html#result">result</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>() @@ -241,7 +241,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="ntqdialog.html#setExtension">setExtension</a>() +<li><a href="tqdialog.html#setExtension">setExtension</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>() @@ -263,18 +263,18 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#setModal">setModal</a>() +<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="ntqdialog.html#setOrientation">setOrientation</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>() <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="ntqdialog.html#setResult">setResult</a>() +<li><a href="tqdialog.html#setResult">setResult</a>() <li><a href="tqwidget.html#setShown">setShown</a>() -<li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() +<li><a href="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="tqcolordialog.html#setStandardColor">setStandardColor</a>() @@ -284,9 +284,9 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#show">show</a>() +<li><a href="tqdialog.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() -<li><a href="ntqdialog.html#showExtension">showExtension</a>() +<li><a href="tqdialog.html#showExtension">showExtension</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() diff --git a/doc/html/tqcolordialog.html b/doc/html/tqcolordialog.html index 0bf8f88f0..125864afa 100644 --- a/doc/html/tqcolordialog.html +++ b/doc/html/tqcolordialog.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQColorDialog class provides a dialog widget for specifying colors. <a href="#details">More...</a> <p><tt>#include <<a href="tqcolordialog-h.html">tqcolordialog.h</a>></tt> -<p>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="tqcolordialog-members.html">List of all member functions.</a> <h2>Static Public Members</h2> <ul> diff --git a/doc/html/qcombo1-m.png b/doc/html/tqcombo1-m.png Binary files differindex 852b98052..852b98052 100644 --- a/doc/html/qcombo1-m.png +++ b/doc/html/tqcombo1-m.png diff --git a/doc/html/qcombo1-w.png b/doc/html/tqcombo1-w.png Binary files differindex fbebfdcbc..fbebfdcbc 100644 --- a/doc/html/qcombo1-w.png +++ b/doc/html/tqcombo1-w.png diff --git a/doc/html/qcombo2-m.png b/doc/html/tqcombo2-m.png Binary files differindex 8a6754262..8a6754262 100644 --- a/doc/html/qcombo2-m.png +++ b/doc/html/tqcombo2-m.png diff --git a/doc/html/qcombo3-m.png b/doc/html/tqcombo3-m.png Binary files differindex e5fe6b33a..e5fe6b33a 100644 --- a/doc/html/qcombo3-m.png +++ b/doc/html/tqcombo3-m.png diff --git a/doc/html/qcombobox-h.html b/doc/html/tqcombobox-h.html index d700bf302..b319dd82c 100644 --- a/doc/html/qcombobox-h.html +++ b/doc/html/tqcombobox-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/ntqcombobox.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqcombobox.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqcombobox.h Include File</title> +<title>tqcombobox.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>ntqcombobox.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>tqcombobox.h</h1> -<p>This is the verbatim text of the ntqcombobox.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqcombobox.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /********************************************************************** -** $Id: qt/ntqcombobox.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqcombobox.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQComboBox class ** diff --git a/doc/html/qcombobox-members.html b/doc/html/tqcombobox-members.html index 701a71b91..fa7f74214 100644 --- a/doc/html/qcombobox-members.html +++ b/doc/html/tqcombobox-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/ntqcombobox.h:56 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqcombobox.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 TQComboBox</h1> <p>This is the complete list of member functions for -<a href="ntqcombobox.html">TQComboBox</a>, including inherited members. +<a href="tqcombobox.html">TQComboBox</a>, including inherited members. <ul> -<li><a href="ntqcombobox.html#TQComboBox">TQComboBox</a>() -<li><a href="ntqcombobox.html#~TQComboBox">~TQComboBox</a>() +<li><a href="tqcombobox.html#TQComboBox">TQComboBox</a>() +<li><a href="tqcombobox.html#~TQComboBox">~TQComboBox</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqcombobox.html#activated">activated</a>() +<li><a href="tqcombobox.html#activated">activated</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqcombobox.html#autoCompletion">autoCompletion</a>() +<li><a href="tqcombobox.html#autoCompletion">autoCompletion</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() -<li><a href="ntqcombobox.html#autoResize">autoResize</a>() +<li><a href="tqcombobox.html#autoResize">autoResize</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,7 +51,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="ntqcombobox.html#changeItem">changeItem</a>() +<li><a href="tqcombobox.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>() @@ -60,11 +60,11 @@ 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="ntqcombobox.html#clear">clear</a>() -<li><a href="ntqcombobox.html#clearEdit">clearEdit</a>() +<li><a href="tqcombobox.html#clear">clear</a>() +<li><a href="tqcombobox.html#clearEdit">clearEdit</a>() <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() -<li><a href="ntqcombobox.html#clearValidator">clearValidator</a>() +<li><a href="tqcombobox.html#clearValidator">clearValidator</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() @@ -75,10 +75,10 @@ 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="ntqcombobox.html#count">count</a>() +<li><a href="tqcombobox.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqcombobox.html#currentItem">currentItem</a>() -<li><a href="ntqcombobox.html#currentText">currentText</a>() +<li><a href="tqcombobox.html#currentItem">currentItem</a>() +<li><a href="tqcombobox.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>() @@ -94,8 +94,8 @@ body { background: #ffffff; color: black; } <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="ntqcombobox.html#duplicatesEnabled">duplicatesEnabled</a>() -<li><a href="ntqcombobox.html#editable">editable</a>() +<li><a href="tqcombobox.html#duplicatesEnabled">duplicatesEnabled</a>() +<li><a href="tqcombobox.html#editable">editable</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() <li><a href="tqwidget.html#enterEvent">enterEvent</a>() <li><a href="tqwidget.html#erase">erase</a>() @@ -131,7 +131,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="ntqcombobox.html#highlighted">highlighted</a>() +<li><a href="tqcombobox.html#highlighted">highlighted</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,10 +140,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="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqcombobox.html#insertItem">insertItem</a>() -<li><a href="ntqcombobox.html#insertStrList">insertStrList</a>() -<li><a href="ntqcombobox.html#insertStringList">insertStringList</a>() -<li><a href="ntqcombobox.html#insertionPolicy">insertionPolicy</a>() +<li><a href="tqcombobox.html#insertItem">insertItem</a>() +<li><a href="tqcombobox.html#insertStrList">insertStrList</a>() +<li><a href="tqcombobox.html#insertStringList">insertStringList</a>() +<li><a href="tqcombobox.html#insertionPolicy">insertionPolicy</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>() @@ -175,8 +175,8 @@ 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="ntqcombobox.html#lineEdit">lineEdit</a>() -<li><a href="ntqcombobox.html#listBox">listBox</a>() +<li><a href="tqcombobox.html#lineEdit">lineEdit</a>() +<li><a href="tqcombobox.html#listBox">listBox</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>() @@ -185,7 +185,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="ntqcombobox.html#maxCount">maxCount</a>() +<li><a href="tqcombobox.html#maxCount">maxCount</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>() @@ -218,9 +218,9 @@ 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="ntqcombobox.html#pixmap">pixmap</a>() +<li><a href="tqcombobox.html#pixmap">pixmap</a>() <li><a href="tqwidget.html#polish">polish</a>() -<li><a href="ntqcombobox.html#popup">popup</a>() +<li><a href="tqcombobox.html#popup">popup</a>() <li><a href="tqwidget.html#pos">pos</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() @@ -231,7 +231,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="ntqcombobox.html#removeItem">removeItem</a>() +<li><a href="tqcombobox.html#removeItem">removeItem</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>() @@ -241,22 +241,22 @@ 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="ntqcombobox.html#setAutoCompletion">setAutoCompletion</a>() +<li><a href="tqcombobox.html#setAutoCompletion">setAutoCompletion</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() -<li><a href="ntqcombobox.html#setAutoResize">setAutoResize</a>() +<li><a href="tqcombobox.html#setAutoResize">setAutoResize</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="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqcombobox.html#setCurrentItem">setCurrentItem</a>() -<li><a href="ntqcombobox.html#setCurrentText">setCurrentText</a>() +<li><a href="tqcombobox.html#setCurrentItem">setCurrentItem</a>() +<li><a href="tqcombobox.html#setCurrentText">setCurrentText</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqcombobox.html#setDuplicatesEnabled">setDuplicatesEnabled</a>() -<li><a href="ntqcombobox.html#setEditText">setEditText</a>() -<li><a href="ntqcombobox.html#setEditable">setEditable</a>() +<li><a href="tqcombobox.html#setDuplicatesEnabled">setDuplicatesEnabled</a>() +<li><a href="tqcombobox.html#setEditText">setEditText</a>() +<li><a href="tqcombobox.html#setEditable">setEditable</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>() @@ -266,18 +266,18 @@ 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="ntqcombobox.html#setFont">setFont</a>() +<li><a href="tqcombobox.html#setFont">setFont</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="ntqcombobox.html#setInsertionPolicy">setInsertionPolicy</a>() +<li><a href="tqcombobox.html#setInsertionPolicy">setInsertionPolicy</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() -<li><a href="ntqcombobox.html#setLineEdit">setLineEdit</a>() -<li><a href="ntqcombobox.html#setListBox">setListBox</a>() +<li><a href="tqcombobox.html#setLineEdit">setLineEdit</a>() +<li><a href="tqcombobox.html#setListBox">setListBox</a>() <li><a href="tqwidget.html#setMask">setMask</a>() -<li><a href="ntqcombobox.html#setMaxCount">setMaxCount</a>() +<li><a href="tqcombobox.html#setMaxCount">setMaxCount</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>() @@ -287,19 +287,19 @@ 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="ntqcombobox.html#setPalette">setPalette</a>() +<li><a href="tqcombobox.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="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() -<li><a href="ntqcombobox.html#setSizeLimit">setSizeLimit</a>() +<li><a href="tqcombobox.html#setSizeLimit">setSizeLimit</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="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqcombobox.html#setValidator">setValidator</a>() +<li><a href="tqcombobox.html#setValidator">setValidator</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>() @@ -313,7 +313,7 @@ body { background: #ffffff; color: black; } <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="ntqcombobox.html#sizeLimit">sizeLimit</a>() +<li><a href="tqcombobox.html#sizeLimit">sizeLimit</a>() <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() @@ -321,8 +321,8 @@ body { background: #ffffff; color: black; } <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="ntqcombobox.html#text">text</a>() -<li><a href="ntqcombobox.html#textChanged">textChanged</a>() +<li><a href="tqcombobox.html#text">text</a>() +<li><a href="tqcombobox.html#textChanged">textChanged</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqobject.html#tr">tr</a>() @@ -333,7 +333,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#update">update</a>() <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() -<li><a href="ntqcombobox.html#validator">validator</a>() +<li><a href="tqcombobox.html#validator">validator</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() <li><a href="tqwidget.html#wheelEvent">wheelEvent</a>() <li><a href="tqwidget.html#width">width</a>() diff --git a/doc/html/ntqcombobox.html b/doc/html/tqcombobox.html index e63d3a88b..b6ced9342 100644 --- a/doc/html/ntqcombobox.html +++ b/doc/html/tqcombobox.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/qcombobox.cpp:59 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqcombobox.cpp:59 --> <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 TQComboBox widget is a combined button and popup list. <a href="#details">More...</a> -<p><tt>#include <<a href="qcombobox-h.html">ntqcombobox.h</a>></tt> +<p><tt>#include <<a href="tqcombobox-h.html">tqcombobox.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p><a href="qcombobox-members.html">List of all member functions.</a> +<p><a href="tqcombobox-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQComboBox"><b>TQComboBox</b></a> ( TQWidget * parent = 0, const char * name = 0 )</li> @@ -186,14 +186,14 @@ items can be set with <a href="#setMaxCount">setMaxCount</a>(). You can allow ed <a href="#setEditable">setEditable</a>(). For editable comboboxes you can set auto-completion using <a href="#setAutoCompletion">setAutoCompletion</a>() and whether or not the user can add duplicates is set with <a href="#setDuplicatesEnabled">setDuplicatesEnabled</a>(). -<p> <img src="qcombo1-m.png">(Motif 1, read-only)<br clear=all> -<img src="qcombo2-m.png">(Motif 2, editable)<br clear=all> -<img src="qcombo3-m.png">(Motif 2, read-only)<br clear=all> -<img src="qcombo1-w.png">(Windows style) +<p> <img src="tqcombo1-m.png">(Motif 1, read-only)<br clear=all> +<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 <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="ntqlineedit.html">TQLineEdit</a>, <a href="ntqlistbox.html">TQListBox</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="ntqradiobutton.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="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>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Policy-enum"></a>TQComboBox::Policy</h3> @@ -263,10 +263,10 @@ entered strings. <h3 class=fn>bool <a name="autoCompletion"></a>TQComboBox::autoCompletion () const </h3><p>Returns TRUE if auto-completion is enabled; otherwise returns FALSE. -See the <a href="ntqcombobox.html#autoCompletion-prop">"autoCompletion"</a> property for details. +See the <a href="tqcombobox.html#autoCompletion-prop">"autoCompletion"</a> property for details. <h3 class=fn>bool <a name="autoResize"></a>TQComboBox::autoResize () const </h3><p>Returns TRUE if auto resize is enabled; otherwise returns FALSE. -See the <a href="ntqcombobox.html#autoResize-prop">"autoResize"</a> property for details. +See the <a href="tqcombobox.html#autoResize-prop">"autoResize"</a> property for details. <h3 class=fn>void <a name="changeItem"></a>TQComboBox::changeItem ( const <a href="tqstring.html">TQString</a> & t, int index ) </h3> Replaces the item at position <em>index</em> with the text <em>t</em>. @@ -305,19 +305,19 @@ This slot is equivalent to <a href="#setValidator">setValidator</a>( 0 ). <h3 class=fn>int <a name="count"></a>TQComboBox::count () const </h3><p>Returns the number of items in the combobox. -See the <a href="ntqcombobox.html#count-prop">"count"</a> property for details. +See the <a href="tqcombobox.html#count-prop">"count"</a> property for details. <h3 class=fn>int <a name="currentItem"></a>TQComboBox::currentItem () const </h3><p>Returns the index of the current item in the combobox. -See the <a href="ntqcombobox.html#currentItem-prop">"currentItem"</a> property for details. +See the <a href="tqcombobox.html#currentItem-prop">"currentItem"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="currentText"></a>TQComboBox::currentText () const </h3><p>Returns the text of the combobox's current item. -See the <a href="ntqcombobox.html#currentText-prop">"currentText"</a> property for details. +See the <a href="tqcombobox.html#currentText-prop">"currentText"</a> property for details. <h3 class=fn>bool <a name="duplicatesEnabled"></a>TQComboBox::duplicatesEnabled () const </h3><p>Returns TRUE if duplicates are allowed; otherwise returns FALSE. -See the <a href="ntqcombobox.html#duplicatesEnabled-prop">"duplicatesEnabled"</a> property for details. +See the <a href="tqcombobox.html#duplicatesEnabled-prop">"duplicatesEnabled"</a> property for details. <h3 class=fn>bool <a name="editable"></a>TQComboBox::editable () const </h3><p>Returns TRUE if the combobox is editable; otherwise returns FALSE. -See the <a href="ntqcombobox.html#editable-prop">"editable"</a> property for details. +See the <a href="tqcombobox.html#editable-prop">"editable"</a> property for details. <h3 class=fn>void <a name="highlighted"></a>TQComboBox::highlighted ( int index )<tt> [signal]</tt> </h3> @@ -388,10 +388,10 @@ strings. See <a href="#insertStringList">insertStringList</a>(). Inserts the <em>list</em> of strings at position <em>index</em> in the combobox. -<h3 class=fn><a href="ntqcombobox.html#Policy-enum">Policy</a> <a name="insertionPolicy"></a>TQComboBox::insertionPolicy () const +<h3 class=fn><a href="tqcombobox.html#Policy-enum">Policy</a> <a name="insertionPolicy"></a>TQComboBox::insertionPolicy () const </h3><p>Returns the position of the items inserted by the user. -See the <a href="ntqcombobox.html#insertionPolicy-prop">"insertionPolicy"</a> property for details. -<h3 class=fn><a href="ntqlineedit.html">TQLineEdit</a> * <a name="lineEdit"></a>TQComboBox::lineEdit () const +See the <a href="tqcombobox.html#insertionPolicy-prop">"insertionPolicy"</a> property for details. +<h3 class=fn><a href="tqlineedit.html">TQLineEdit</a> * <a name="lineEdit"></a>TQComboBox::lineEdit () const </h3> Returns the line edit, or 0 if there is no line edit. <p> Only editable listboxes have a line editor. @@ -406,7 +406,7 @@ match <a href="#setListBox">setListBox</a>(). <p>Example: <a href="listboxcombo-example.html#x1400">listboxcombo/listboxcombo.cpp</a>. <h3 class=fn>int <a name="maxCount"></a>TQComboBox::maxCount () const </h3><p>Returns the maximum number of items allowed in the combobox. -See the <a href="ntqcombobox.html#maxCount-prop">"maxCount"</a> property for details. +See the <a href="tqcombobox.html#maxCount-prop">"maxCount"</a> property for details. <h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQComboBox::pixmap ( int index ) const </h3> Returns the pixmap item at position <em>index</em>, or 0 if the item is @@ -423,19 +423,19 @@ Removes the item at position <em>index</em>. <h3 class=fn>void <a name="setAutoCompletion"></a>TQComboBox::setAutoCompletion ( bool )<tt> [virtual]</tt> </h3><p>Sets whether auto-completion is enabled. -See the <a href="ntqcombobox.html#autoCompletion-prop">"autoCompletion"</a> property for details. +See the <a href="tqcombobox.html#autoCompletion-prop">"autoCompletion"</a> property for details. <h3 class=fn>void <a name="setAutoResize"></a>TQComboBox::setAutoResize ( bool )<tt> [virtual]</tt> </h3><p>Sets whether auto resize is enabled. -See the <a href="ntqcombobox.html#autoResize-prop">"autoResize"</a> property for details. +See the <a href="tqcombobox.html#autoResize-prop">"autoResize"</a> property for details. <h3 class=fn>void <a name="setCurrentItem"></a>TQComboBox::setCurrentItem ( int index )<tt> [virtual]</tt> </h3><p>Sets the index of the current item in the combobox to <em>index</em>. -See the <a href="ntqcombobox.html#currentItem-prop">"currentItem"</a> property for details. +See the <a href="tqcombobox.html#currentItem-prop">"currentItem"</a> property for details. <h3 class=fn>void <a name="setCurrentText"></a>TQComboBox::setCurrentText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual]</tt> </h3><p>Sets the text of the combobox's current item. -See the <a href="ntqcombobox.html#currentText-prop">"currentText"</a> property for details. +See the <a href="tqcombobox.html#currentText-prop">"currentText"</a> property for details. <h3 class=fn>void <a name="setDuplicatesEnabled"></a>TQComboBox::setDuplicatesEnabled ( bool enable ) </h3><p>Sets whether duplicates are allowed to <em>enable</em>. -See the <a href="ntqcombobox.html#duplicatesEnabled-prop">"duplicatesEnabled"</a> property for details. +See the <a href="tqcombobox.html#duplicatesEnabled-prop">"duplicatesEnabled"</a> property for details. <h3 class=fn>void <a name="setEditText"></a>TQComboBox::setEditText ( const <a href="tqstring.html">TQString</a> & newText )<tt> [virtual slot]</tt> </h3> Sets the text in the line edit to <em>newText</em> without changing the @@ -447,17 +447,17 @@ the user presses Enter. <h3 class=fn>void <a name="setEditable"></a>TQComboBox::setEditable ( bool ) </h3><p>Sets whether the combobox is editable. -See the <a href="ntqcombobox.html#editable-prop">"editable"</a> property for details. +See the <a href="tqcombobox.html#editable-prop">"editable"</a> property for details. <h3 class=fn>void <a name="setFont"></a>TQComboBox::setFont ( const <a href="tqfont.html">TQFont</a> & font )<tt> [virtual]</tt> </h3> Sets the font for both the combobox button and the combobox popup list to <em>font</em>. <p>Reimplemented from <a href="tqwidget.html#setFont">TQWidget</a>. -<h3 class=fn>void <a name="setInsertionPolicy"></a>TQComboBox::setInsertionPolicy ( <a href="ntqcombobox.html#Policy-enum">Policy</a> policy )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setInsertionPolicy"></a>TQComboBox::setInsertionPolicy ( <a href="tqcombobox.html#Policy-enum">Policy</a> policy )<tt> [virtual]</tt> </h3><p>Sets the position of the items inserted by the user to <em>policy</em>. -See the <a href="ntqcombobox.html#insertionPolicy-prop">"insertionPolicy"</a> property for details. -<h3 class=fn>void <a name="setLineEdit"></a>TQComboBox::setLineEdit ( <a href="ntqlineedit.html">TQLineEdit</a> * edit )<tt> [virtual]</tt> +See the <a href="tqcombobox.html#insertionPolicy-prop">"insertionPolicy"</a> property for details. +<h3 class=fn>void <a name="setLineEdit"></a>TQComboBox::setLineEdit ( <a href="tqlineedit.html">TQLineEdit</a> * edit )<tt> [virtual]</tt> </h3> Sets the line edit to use <em>edit</em> instead of the current line edit. @@ -472,7 +472,7 @@ necessary because of the line edit in TQComboBox. <h3 class=fn>void <a name="setMaxCount"></a>TQComboBox::setMaxCount ( int )<tt> [virtual]</tt> </h3><p>Sets the maximum number of items allowed in the combobox. -See the <a href="ntqcombobox.html#maxCount-prop">"maxCount"</a> property for details. +See the <a href="tqcombobox.html#maxCount-prop">"maxCount"</a> property for details. <h3 class=fn>void <a name="setPalette"></a>TQComboBox::setPalette ( const <a href="tqpalette.html">TQPalette</a> & palette )<tt> [virtual]</tt> </h3> Sets the palette for both the combobox button and the combobox @@ -481,7 +481,7 @@ popup list to <em>palette</em>. <p>Reimplemented from <a href="tqwidget.html#setPalette">TQWidget</a>. <h3 class=fn>void <a name="setSizeLimit"></a>TQComboBox::setSizeLimit ( int )<tt> [virtual]</tt> </h3><p>Sets the maximum on-screen size of the combobox. -See the <a href="ntqcombobox.html#sizeLimit-prop">"sizeLimit"</a> property for details. +See the <a href="tqcombobox.html#sizeLimit-prop">"sizeLimit"</a> property for details. <h3 class=fn>void <a name="setValidator"></a>TQComboBox::setValidator ( const <a href="ntqvalidator.html">TQValidator</a> * v )<tt> [virtual]</tt> </h3> Applies the validator <em>v</em> to the combobox so that only text which @@ -491,7 +491,7 @@ is valid according to <em>v</em> is accepted. <h3 class=fn>int <a name="sizeLimit"></a>TQComboBox::sizeLimit () const </h3><p>Returns the maximum on-screen size of the combobox. -See the <a href="ntqcombobox.html#sizeLimit-prop">"sizeLimit"</a> property for details. +See the <a href="tqcombobox.html#sizeLimit-prop">"sizeLimit"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQComboBox::text ( int index ) const </h3> Returns the text item at position <em>index</em>, or <a href="tqstring.html#TQString-null">TQString::null</a> if @@ -572,7 +572,7 @@ editable comboboxes, so the combobox will change it's appearance to a 2.0 style Motif combobox is it is set to be editable. <p>Set this property's value with <a href="#setEditable">setEditable</a>() and get this property's value with <a href="#editable">editable</a>(). -<h3 class=fn><a href="ntqcombobox.html#Policy-enum">Policy</a> <a name="insertionPolicy-prop"></a>insertionPolicy</h3> +<h3 class=fn><a href="tqcombobox.html#Policy-enum">Policy</a> <a name="insertionPolicy-prop"></a>insertionPolicy</h3> <p>This property holds the position of the items inserted by the user. <p>The default insertion policy is <a href="#Policy-enum">AtBottom</a>. See <a href="#Policy-enum">Policy</a>. diff --git a/doc/html/qcombotableitem-members.html b/doc/html/tqcombotableitem-members.html index d56591411..ff2ab4f3c 100644 --- a/doc/html/qcombotableitem-members.html +++ b/doc/html/tqcombotableitem-members.html @@ -32,20 +32,20 @@ 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 TQComboTableItem</h1> <p>This is the complete list of member functions for -<a href="qcombotableitem.html">TQComboTableItem</a>, including inherited members. +<a href="tqcombotableitem.html">TQComboTableItem</a>, including inherited members. <ul> -<li><a href="qcombotableitem.html#TQComboTableItem">TQComboTableItem</a>() -<li><a href="qcombotableitem.html#~TQComboTableItem">~TQComboTableItem</a>() +<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="qcombotableitem.html#count">count</a>() +<li><a href="tqcombotableitem.html#count">count</a>() <li><a href="qtableitem.html#createEditor">createEditor</a>() -<li><a href="qcombotableitem.html#currentItem">currentItem</a>() -<li><a href="qcombotableitem.html#currentText">currentText</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="qcombotableitem.html#isEditable">isEditable</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>() @@ -53,22 +53,22 @@ body { background: #ffffff; color: black; } <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="qcombotableitem.html#rtti">rtti</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="qcombotableitem.html#setCurrentItem">setCurrentItem</a>() -<li><a href="qcombotableitem.html#setEditable">setEditable</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="qcombotableitem.html#setStringList">setStringList</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="qcombotableitem.html#text">text</a>() +<li><a href="tqcombotableitem.html#text">text</a>() <li><a href="qtableitem.html#wordWrap">wordWrap</a>() </ul> <!-- eof --> diff --git a/doc/html/qcombotableitem.html b/doc/html/tqcombotableitem.html index e0453c3b1..af6b0c02b 100644 --- a/doc/html/qcombotableitem.html +++ b/doc/html/tqcombotableitem.html @@ -36,7 +36,7 @@ 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><a href="qcombotableitem-members.html">List of all member functions.</a> +<p><a href="tqcombotableitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQComboTableItem"><b>TQComboTableItem</b></a> ( TQTable * table, const TQStringList & list, bool editable = FALSE )</li> @@ -84,10 +84,10 @@ of the existing list items. <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="qchecktableitem.html">TQCheckTableItem</a>s using their Run Time Type Identification +<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="qchecktableitem.html">TQCheckTableItem</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="ntqcombobox.html">TQComboBox</a>, and <a href="advanced.html">Advanced Widgets</a>. +<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>. <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 ) diff --git a/doc/html/tqdatatable-members.html b/doc/html/tqdatatable-members.html index e9351c509..e91b1a979 100644 --- a/doc/html/tqdatatable-members.html +++ b/doc/html/tqdatatable-members.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#addChild">addChild</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="tqdatatable.html#adjustColumn">adjustColumn</a>() @@ -61,19 +61,19 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#bottomMargin">bottomMargin</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="ntqscrollview.html#center">center</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>() <li><a href="tqwidget.html#childAt">childAt</a>() <li><a href="tqobject.html#childEvent">childEvent</a>() -<li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() -<li><a href="ntqscrollview.html#childX">childX</a>() -<li><a href="ntqscrollview.html#childY">childY</a>() +<li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() +<li><a href="tqscrollview.html#childX">childX</a>() +<li><a href="tqscrollview.html#childY">childY</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="ntqtable.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() -<li><a href="ntqscrollview.html#clipper">clipper</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>() @@ -108,26 +108,26 @@ 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="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</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="ntqscrollview.html#contentsHeight">contentsHeight</a>() -<li><a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() -<li><a href="ntqscrollview.html#contentsMoving">contentsMoving</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="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() -<li><a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() -<li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() -<li><a href="ntqscrollview.html#contentsX">contentsX</a>() -<li><a href="ntqscrollview.html#contentsY">contentsY</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="ntqscrollview.html#cornerWidget">cornerWidget</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>() @@ -149,14 +149,14 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() +<li><a href="tqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="ntqtable.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="ntqscrollview.html#drawContentsOffset">drawContentsOffset</a>() +<li><a href="tqscrollview.html#drawContentsOffset">drawContentsOffset</a>() <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() @@ -165,17 +165,17 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#enableClipper">enableClipper</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="ntqscrollview.html#ensureVisible">ensureVisible</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="ntqscrollview.html#eventFilter">eventFilter</a>() +<li><a href="tqscrollview.html#eventFilter">eventFilter</a>() <li><a href="tqdatatable.html#falseText">falseText</a>() <li><a href="tqdatatable.html#fieldAlignment">fieldAlignment</a>() <li><a href="tqdatatable.html#filter">filter</a>() @@ -205,13 +205,13 @@ 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="ntqscrollview.html#hScrollBarMode">hScrollBarMode</a>() +<li><a href="tqscrollview.html#hScrollBarMode">hScrollBarMode</a>() <li><a href="tqpaintdevice.html#handle">handle</a>() <li><a href="tqdatatable.html#handleError">handleError</a>() <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="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() +<li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</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>() @@ -220,9 +220,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#hideRow">hideRow</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>() -<li><a href="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() -<li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() -<li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</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>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -255,7 +255,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() -<li><a href="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() +<li><a href="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() @@ -270,7 +270,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() +<li><a href="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() @@ -283,7 +283,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="ntqscrollview.html#leftMargin">leftMargin</a>() +<li><a href="tqscrollview.html#leftMargin">leftMargin</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() @@ -311,7 +311,7 @@ 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="ntqscrollview.html#moveChild">moveChild</a>() +<li><a href="tqscrollview.html#moveChild">moveChild</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() @@ -351,7 +351,7 @@ body { background: #ffffff; color: black; } <li><a href="tqdatatable.html#refresh">refresh</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqscrollview.html#removeChild">removeChild</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="tqobject.html#removeEventFilter">removeEventFilter</a>() @@ -359,17 +359,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#removeRows">removeRows</a>() <li><a href="ntqtable.html#removeSelection">removeSelection</a>() <li><a href="tqwidget.html#repaint">repaint</a>() -<li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() +<li><a href="tqscrollview.html#repaintContents">repaintContents</a>() <li><a href="ntqtable.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="ntqscrollview.html#resizeContents">resizeContents</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="ntqscrollview.html#resizePolicy">resizePolicy</a>() -<li><a href="ntqscrollview.html#rightMargin">rightMargin</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>() @@ -377,7 +377,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#rowMovingEnabled">rowMovingEnabled</a>() <li><a href="ntqtable.html#rowPos">rowPos</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqscrollview.html#scrollBy">scrollBy</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>() @@ -409,13 +409,13 @@ body { background: #ffffff; color: black; } <li><a href="tqdatatable.html#setConfirmEdits">setConfirmEdits</a>() <li><a href="tqdatatable.html#setConfirmInsert">setConfirmInsert</a>() <li><a href="tqdatatable.html#setConfirmUpdate">setConfirmUpdate</a>() -<li><a href="ntqscrollview.html#setContentsPos">setContentsPos</a>() -<li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</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="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqdatatable.html#setDateFormat">setDateFormat</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</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="tqwidget.html#setEnabled">setEnabled</a>() @@ -436,8 +436,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() <li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqscrollview.html#setHBarGeometry">setHBarGeometry</a>() -<li><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() +<li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() +<li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</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>() @@ -447,7 +447,7 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setMargins">setMargins</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>() @@ -469,7 +469,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#setPixmap">setPixmap</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqtable.html#setReadOnly">setReadOnly</a>() -<li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</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>() @@ -484,20 +484,20 @@ body { background: #ffffff; color: black; } <li><a href="tqdatatable.html#setSort">setSort</a>() <li><a href="ntqtable.html#setSorting">setSorting</a>() <li><a href="tqdatatable.html#setSqlCursor">setSqlCursor</a>() -<li><a href="ntqscrollview.html#setStaticBackground">setStaticBackground</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="tqdatatable.html#setTrueText">setTrueText</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() -<li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() +<li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() +<li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</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="tqwidget.html#show">show</a>() -<li><a href="ntqscrollview.html#showChild">showChild</a>() +<li><a href="tqscrollview.html#showChild">showChild</a>() <li><a href="ntqtable.html#showColumn">showColumn</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() @@ -531,7 +531,7 @@ body { background: #ffffff; color: black; } <li><a href="tqdatatable.html#text">text</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqscrollview.html#topMargin">topMargin</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="tqdatatable.html#trueText">trueText</a>() @@ -540,27 +540,27 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#updateContents">updateContents</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="tqwidget.html#updateMask">updateMask</a>() -<li><a href="ntqscrollview.html#updateScrollBars">updateScrollBars</a>() -<li><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</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="ntqscrollview.html#verticalScrollBar">verticalScrollBar</a>() -<li><a href="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() -<li><a href="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() -<li><a href="ntqscrollview.html#viewport">viewport</a>() -<li><a href="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() -<li><a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() -<li><a href="ntqscrollview.html#viewportSize">viewportSize</a>() -<li><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>() -<li><a href="ntqscrollview.html#visibleHeight">visibleHeight</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>() +<li><a href="tqscrollview.html#viewport">viewport</a>() +<li><a href="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() +<li><a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() +<li><a href="tqscrollview.html#viewportSize">viewportSize</a>() +<li><a href="tqscrollview.html#viewportToContents">viewportToContents</a>() +<li><a href="tqscrollview.html#visibleHeight">visibleHeight</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqscrollview.html#visibleWidth">visibleWidth</a>() +<li><a href="tqscrollview.html#visibleWidth">visibleWidth</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/qdial-h.html b/doc/html/tqdial-h.html index df51f2147..7ba920253 100644 --- a/doc/html/qdial-h.html +++ b/doc/html/tqdial-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/ntqdial.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqdial.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqdial.h Include File</title> +<title>tqdial.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>ntqdial.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>tqdial.h</h1> -<p>This is the verbatim text of the ntqdial.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqdial.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqdial.h 3.3.8 edited Jan 11 14:46 $ +** $Id: qt/tqdial.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of the dial widget ** diff --git a/doc/html/qdial-m.png b/doc/html/tqdial-m.png Binary files differindex e3936587a..e3936587a 100644 --- a/doc/html/qdial-m.png +++ b/doc/html/tqdial-m.png diff --git a/doc/html/qdial-members.html b/doc/html/tqdial-members.html index 3a0515bf5..d99ffcd31 100644 --- a/doc/html/qdial-members.html +++ b/doc/html/tqdial-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/ntqdial.h:51 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqdial.h:51 --> <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 TQDial</h1> <p>This is the complete list of member functions for -<a href="ntqdial.html">TQDial</a>, including inherited members. +<a href="tqdial.html">TQDial</a>, including inherited members. <ul> -<li><a href="ntqdial.html#TQDial">TQDial</a>() -<li><a href="ntqdial.html#~TQDial">~TQDial</a>() +<li><a href="tqdial.html#TQDial">TQDial</a>() +<li><a href="tqdial.html#~TQDial">~TQDial</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqdial.html#addLine">addLine</a>() -<li><a href="ntqdial.html#addPage">addPage</a>() +<li><a href="tqdial.html#addLine">addLine</a>() +<li><a href="tqdial.html#addPage">addPage</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>() @@ -78,9 +78,9 @@ 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="ntqdial.html#dialMoved">dialMoved</a>() -<li><a href="ntqdial.html#dialPressed">dialPressed</a>() -<li><a href="ntqdial.html#dialReleased">dialReleased</a>() +<li><a href="tqdial.html#dialMoved">dialMoved</a>() +<li><a href="tqdial.html#dialPressed">dialPressed</a>() +<li><a href="tqdial.html#dialReleased">dialReleased</a>() <li><a href="ntqrangecontrol.html#directSetValue">directSetValue</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() @@ -165,7 +165,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="ntqdial.html#lineStep">lineStep</a>() +<li><a href="tqdial.html#lineStep">lineStep</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>() @@ -174,14 +174,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="ntqdial.html#maxValue">maxValue</a>() +<li><a href="tqdial.html#maxValue">maxValue</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="ntqdial.html#minValue">minValue</a>() +<li><a href="tqdial.html#minValue">minValue</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>() @@ -195,14 +195,14 @@ 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="ntqdial.html#notchSize">notchSize</a>() -<li><a href="ntqdial.html#notchTarget">notchTarget</a>() -<li><a href="ntqdial.html#notchesVisible">notchesVisible</a>() +<li><a href="tqdial.html#notchSize">notchSize</a>() +<li><a href="tqdial.html#notchTarget">notchTarget</a>() +<li><a href="tqdial.html#notchesVisible">notchesVisible</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="ntqdial.html#pageStep">pageStep</a>() +<li><a href="tqdial.html#pageStep">pageStep</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>() @@ -219,7 +219,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() -<li><a href="ntqdial.html#rangeChange">rangeChange</a>() +<li><a href="tqdial.html#rangeChange">rangeChange</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() @@ -227,7 +227,7 @@ body { background: #ffffff; color: black; } <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="ntqdial.html#repaintScreen">repaintScreen</a>() +<li><a href="tqdial.html#repaintScreen">repaintScreen</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>() @@ -261,22 +261,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="ntqdial.html#setLineStep">setLineStep</a>() +<li><a href="tqdial.html#setLineStep">setLineStep</a>() <li><a href="tqwidget.html#setMask">setMask</a>() -<li><a href="ntqdial.html#setMaxValue">setMaxValue</a>() +<li><a href="tqdial.html#setMaxValue">setMaxValue</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="ntqdial.html#setMinValue">setMinValue</a>() +<li><a href="tqdial.html#setMinValue">setMinValue</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="ntqdial.html#setNotchTarget">setNotchTarget</a>() -<li><a href="ntqdial.html#setNotchesVisible">setNotchesVisible</a>() -<li><a href="ntqdial.html#setPageStep">setPageStep</a>() +<li><a href="tqdial.html#setNotchTarget">setNotchTarget</a>() +<li><a href="tqdial.html#setNotchesVisible">setNotchesVisible</a>() +<li><a href="tqdial.html#setPageStep">setPageStep</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>() @@ -289,13 +289,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqrangecontrol.html#setSteps">setSteps</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqdial.html#setTracking">setTracking</a>() +<li><a href="tqdial.html#setTracking">setTracking</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqdial.html#setValue">setValue</a>() +<li><a href="tqdial.html#setValue">setValue</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="ntqdial.html#setWrapping">setWrapping</a>() +<li><a href="tqdial.html#setWrapping">setWrapping</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>() @@ -312,24 +312,24 @@ body { background: #ffffff; color: black; } <li><a href="ntqrangecontrol.html#stepChange">stepChange</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() -<li><a href="ntqdial.html#subtractLine">subtractLine</a>() -<li><a href="ntqdial.html#subtractPage">subtractPage</a>() +<li><a href="tqdial.html#subtractLine">subtractLine</a>() +<li><a href="tqdial.html#subtractPage">subtractPage</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="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() -<li><a href="ntqdial.html#tracking">tracking</a>() +<li><a href="tqdial.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>() <li><a href="tqwidget.html#update">update</a>() <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() -<li><a href="ntqdial.html#value">value</a>() -<li><a href="ntqdial.html#valueChange">valueChange</a>() -<li><a href="ntqdial.html#valueChanged">valueChanged</a>() +<li><a href="tqdial.html#value">value</a>() +<li><a href="tqdial.html#valueChange">valueChange</a>() +<li><a href="tqdial.html#valueChanged">valueChanged</a>() <li><a href="ntqrangecontrol.html#valueFromPosition">valueFromPosition</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() <li><a href="tqwidget.html#wheelEvent">wheelEvent</a>() @@ -339,7 +339,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowActivationChange">windowActivationChange</a>() <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() -<li><a href="ntqdial.html#wrapping">wrapping</a>() +<li><a href="tqdial.html#wrapping">wrapping</a>() <li><a href="tqwidget.html#x">x</a>() <li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() <li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() diff --git a/doc/html/qdial-w.png b/doc/html/tqdial-w.png Binary files differindex 41b5fd92a..41b5fd92a 100644 --- a/doc/html/qdial-w.png +++ b/doc/html/tqdial-w.png diff --git a/doc/html/ntqdial.html b/doc/html/tqdial.html index 4dc44c3c4..70a6662fb 100644 --- a/doc/html/ntqdial.html +++ b/doc/html/tqdial.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/qdial.cpp:86 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqdial.cpp:86 --> <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 TQDial class provides a rounded range control (like a speedometer or potentiometer). <a href="#details">More...</a> -<p><tt>#include <<a href="qdial-h.html">ntqdial.h</a>></tt> +<p><tt>#include <<a href="tqdial-h.html">tqdial.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>. -<p><a href="qdial-members.html">List of all member functions.</a> +<p><a href="tqdial-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQDial"><b>TQDial</b></a> ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )</li> @@ -104,7 +104,7 @@ body { background: #ffffff; color: black; } program-definable range, and the range either wraps around (typically, 0..359 degrees) or the dialog layout needs a square widget. -<p> Both API- and UI-wise, the dial is very similar to a <a href="ntqslider.html">slider.</a> Indeed, when <a href="#wrapping">wrapping</a>() is FALSE (the default) +<p> Both API- and UI-wise, the dial is very similar to a <a href="tqslider.html">slider.</a> Indeed, when <a href="#wrapping">wrapping</a>() is FALSE (the default) there is no real difference between a slider and a dial. They have the same signals, slots and member functions, all of which do the same things. Which one you use depends only on your taste @@ -131,8 +131,8 @@ default is 3.75 pixels. <p> The dial's keyboard interface is fairly simple: The left/up and right/down arrow keys move by lineStep(), page up and page down by <a href="#pageStep">pageStep</a>() and Home and End to <a href="#minValue">minValue</a>() and <a href="#maxValue">maxValue</a>(). -<p> <img src=qdial-m.png> <img src=qdial-w.png> -<p> <p>See also <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Slider</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <img src=tqdial-m.png> <img src=tqdial-w.png> +<p> <p>See also <a href="tqscrollbar.html">TQScrollBar</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Slider</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQDial"></a>TQDial::TQDial ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) @@ -183,25 +183,25 @@ the dial. <h3 class=fn>int <a name="lineStep"></a>TQDial::lineStep () const </h3><p>Returns the current line step. -See the <a href="ntqdial.html#lineStep-prop">"lineStep"</a> property for details. +See the <a href="tqdial.html#lineStep-prop">"lineStep"</a> property for details. <h3 class=fn>int <a name="maxValue"></a>TQDial::maxValue () const </h3><p>Returns the current maximum value. -See the <a href="ntqdial.html#maxValue-prop">"maxValue"</a> property for details. +See the <a href="tqdial.html#maxValue-prop">"maxValue"</a> property for details. <h3 class=fn>int <a name="minValue"></a>TQDial::minValue () const </h3><p>Returns the current minimum value. -See the <a href="ntqdial.html#minValue-prop">"minValue"</a> property for details. +See the <a href="tqdial.html#minValue-prop">"minValue"</a> property for details. <h3 class=fn>int <a name="notchSize"></a>TQDial::notchSize () const </h3><p>Returns the current notch size. -See the <a href="ntqdial.html#notchSize-prop">"notchSize"</a> property for details. +See the <a href="tqdial.html#notchSize-prop">"notchSize"</a> property for details. <h3 class=fn>double <a name="notchTarget"></a>TQDial::notchTarget () const </h3><p>Returns the target number of pixels between notches. -See the <a href="ntqdial.html#notchTarget-prop">"notchTarget"</a> property for details. +See the <a href="tqdial.html#notchTarget-prop">"notchTarget"</a> property for details. <h3 class=fn>bool <a name="notchesVisible"></a>TQDial::notchesVisible () const </h3><p>Returns TRUE if the notches are shown; otherwise returns FALSE. -See the <a href="ntqdial.html#notchesVisible-prop">"notchesVisible"</a> property for details. +See the <a href="tqdial.html#notchesVisible-prop">"notchesVisible"</a> property for details. <h3 class=fn>int <a name="pageStep"></a>TQDial::pageStep () const </h3><p>Returns the current page step. -See the <a href="ntqdial.html#pageStep-prop">"pageStep"</a> property for details. +See the <a href="tqdial.html#pageStep-prop">"pageStep"</a> property for details. <h3 class=fn>void <a name="rangeChange"></a>TQDial::rangeChange ()<tt> [virtual protected]</tt> </h3> Reimplemented to ensure tick-marks are consistent with the new range. @@ -213,31 +213,31 @@ Paints the dial using clip region <em>cr</em>. <h3 class=fn>void <a name="setLineStep"></a>TQDial::setLineStep ( int ) </h3><p>Sets the current line step. -See the <a href="ntqdial.html#lineStep-prop">"lineStep"</a> property for details. +See the <a href="tqdial.html#lineStep-prop">"lineStep"</a> property for details. <h3 class=fn>void <a name="setMaxValue"></a>TQDial::setMaxValue ( int ) </h3><p>Sets the current maximum value. -See the <a href="ntqdial.html#maxValue-prop">"maxValue"</a> property for details. +See the <a href="tqdial.html#maxValue-prop">"maxValue"</a> property for details. <h3 class=fn>void <a name="setMinValue"></a>TQDial::setMinValue ( int ) </h3><p>Sets the current minimum value. -See the <a href="ntqdial.html#minValue-prop">"minValue"</a> property for details. +See the <a href="tqdial.html#minValue-prop">"minValue"</a> property for details. <h3 class=fn>void <a name="setNotchTarget"></a>TQDial::setNotchTarget ( double )<tt> [virtual]</tt> </h3><p>Sets the target number of pixels between notches. -See the <a href="ntqdial.html#notchTarget-prop">"notchTarget"</a> property for details. +See the <a href="tqdial.html#notchTarget-prop">"notchTarget"</a> property for details. <h3 class=fn>void <a name="setNotchesVisible"></a>TQDial::setNotchesVisible ( bool b )<tt> [virtual slot]</tt> </h3><p>Sets whether the notches are shown to <em>b</em>. -See the <a href="ntqdial.html#notchesVisible-prop">"notchesVisible"</a> property for details. +See the <a href="tqdial.html#notchesVisible-prop">"notchesVisible"</a> property for details. <h3 class=fn>void <a name="setPageStep"></a>TQDial::setPageStep ( int ) </h3><p>Sets the current page step. -See the <a href="ntqdial.html#pageStep-prop">"pageStep"</a> property for details. +See the <a href="tqdial.html#pageStep-prop">"pageStep"</a> property for details. <h3 class=fn>void <a name="setTracking"></a>TQDial::setTracking ( bool enable )<tt> [virtual slot]</tt> </h3><p>Sets whether tracking is enabled to <em>enable</em>. -See the <a href="ntqdial.html#tracking-prop">"tracking"</a> property for details. +See the <a href="tqdial.html#tracking-prop">"tracking"</a> property for details. <h3 class=fn>void <a name="setValue"></a>TQDial::setValue ( int )<tt> [virtual slot]</tt> </h3><p>Sets the current dial value. -See the <a href="ntqdial.html#value-prop">"value"</a> property for details. +See the <a href="tqdial.html#value-prop">"value"</a> property for details. <h3 class=fn>void <a name="setWrapping"></a>TQDial::setWrapping ( bool on )<tt> [virtual slot]</tt> </h3><p>Sets whether wrapping is enabled to <em>on</em>. -See the <a href="ntqdial.html#wrapping-prop">"wrapping"</a> property for details. +See the <a href="tqdial.html#wrapping-prop">"wrapping"</a> property for details. <h3 class=fn>void <a name="subtractLine"></a>TQDial::subtractLine ()<tt> [slot]</tt> </h3> Decrements the dial's <a href="#value">value</a>() by one <a href="#lineStep">lineStep</a>(). @@ -248,10 +248,10 @@ Decrements the dial's <a href="#value">value</a>() by one <a href="#pageStep">pa <h3 class=fn>bool <a name="tracking"></a>TQDial::tracking () const </h3><p>Returns TRUE if tracking is enabled; otherwise returns FALSE. -See the <a href="ntqdial.html#tracking-prop">"tracking"</a> property for details. +See the <a href="tqdial.html#tracking-prop">"tracking"</a> property for details. <h3 class=fn>int <a name="value"></a>TQDial::value () const </h3><p>Returns the current dial value. -See the <a href="ntqdial.html#value-prop">"value"</a> property for details. +See the <a href="tqdial.html#value-prop">"value"</a> property for details. <h3 class=fn>void <a name="valueChange"></a>TQDial::valueChange ()<tt> [virtual protected]</tt> </h3> Reimplemented to ensure the display is correct and to emit the @@ -266,7 +266,7 @@ frequency of this signal is influenced by <a href="#setTracking">setTracking</a> <h3 class=fn>bool <a name="wrapping"></a>TQDial::wrapping () const </h3><p>Returns TRUE if wrapping is enabled; otherwise returns FALSE. -See the <a href="ntqdial.html#wrapping-prop">"wrapping"</a> property for details. +See the <a href="tqdial.html#wrapping-prop">"wrapping"</a> property for details. <hr><h2>Property Documentation</h2> <h3 class=fn>int <a name="lineStep-prop"></a>lineStep</h3> <p>This property holds the current line step. diff --git a/doc/html/qdialog-h.html b/doc/html/tqdialog-h.html index 5f5f8dede..f2430c0f5 100644 --- a/doc/html/qdialog-h.html +++ b/doc/html/tqdialog-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/ntqdialog.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqdialog.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqdialog.h Include File</title> +<title>tqdialog.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>ntqdialog.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>tqdialog.h</h1> -<p>This is the verbatim text of the ntqdialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqdialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqdialog.h 3.3.8 edited Jan 11 14:37 $ +** $Id: qt/tqdialog.h 3.3.8 edited Jan 11 14:37 $ ** ** Definition of TQDialog class ** diff --git a/doc/html/qdialog-members.html b/doc/html/tqdialog-members.html index c244bafa0..6ffd22cca 100644 --- a/doc/html/qdialog-members.html +++ b/doc/html/tqdialog-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/ntqdialog.h:52 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqdialog.h:52 --> <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 TQDialog</h1> <p>This is the complete list of member functions for -<a href="ntqdialog.html">TQDialog</a>, including inherited members. +<a href="tqdialog.html">TQDialog</a>, including inherited members. <ul> -<li><a href="ntqdialog.html#TQDialog">TQDialog</a>() -<li><a href="ntqdialog.html#~TQDialog">~TQDialog</a>() -<li><a href="ntqdialog.html#accept">accept</a>() +<li><a href="tqdialog.html#TQDialog">TQDialog</a>() +<li><a href="tqdialog.html#~TQDialog">~TQDialog</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="tqwidget.html#autoMask">autoMask</a>() @@ -78,7 +78,7 @@ 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="ntqdialog.html#done">done</a>() +<li><a href="tqdialog.html#done">done</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>() @@ -93,8 +93,8 @@ 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="ntqdialog.html#exec">exec</a>() -<li><a href="ntqdialog.html#extension">extension</a>() +<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="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -146,10 +146,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() -<li><a href="ntqdialog.html#isModal">isModal</a>() +<li><a href="tqdialog.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() +<li><a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</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>() @@ -191,7 +191,7 @@ 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="ntqdialog.html#orientation">orientation</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>() @@ -211,7 +211,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqdialog.html#reject">reject</a>() +<li><a href="tqdialog.html#reject">reject</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -221,7 +221,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="tqwidget.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqdialog.html#result">result</a>() +<li><a href="tqdialog.html#result">result</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>() @@ -238,7 +238,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="ntqdialog.html#setExtension">setExtension</a>() +<li><a href="tqdialog.html#setExtension">setExtension</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>() @@ -260,18 +260,18 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#setModal">setModal</a>() +<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="ntqdialog.html#setOrientation">setOrientation</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>() <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="ntqdialog.html#setResult">setResult</a>() +<li><a href="tqdialog.html#setResult">setResult</a>() <li><a href="tqwidget.html#setShown">setShown</a>() -<li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() +<li><a href="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</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>() @@ -280,9 +280,9 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#show">show</a>() +<li><a href="tqdialog.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() -<li><a href="ntqdialog.html#showExtension">showExtension</a>() +<li><a href="tqdialog.html#showExtension">showExtension</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() diff --git a/doc/html/ntqdialog.html b/doc/html/tqdialog.html index a545ffbfc..d3483c2c9 100644 --- a/doc/html/ntqdialog.html +++ b/doc/html/tqdialog.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/qdialog.cpp:59 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/dialogs/tqdialog.cpp:59 --> <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 TQDialog class is the base class of dialog windows. <a href="#details">More...</a> -<p><tt>#include <<a href="qdialog-h.html">ntqdialog.h</a>></tt> +<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><a href="qdialog-members.html">List of all member functions.</a> +<p><a href="tqdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>explicit <a href="#TQDialog"><b>TQDialog</b></a> ( TQWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )</li> @@ -131,8 +131,8 @@ to the caller immediately. <a name="1-2"></a><p> A dialog's <em>default</em> button is the button that's pressed when the user presses Enter (Return). This button is used to signify that the user accepts the dialog's settings and wants to close the -dialog. Use <a href="ntqpushbutton.html#setDefault">TQPushButton::setDefault</a>(), <a href="ntqpushbutton.html#isDefault">TQPushButton::isDefault</a>() -and <a href="ntqpushbutton.html#autoDefault">TQPushButton::autoDefault</a>() to set and control the dialog's +dialog. Use <a href="tqpushbutton.html#setDefault">TQPushButton::setDefault</a>(), <a href="tqpushbutton.html#isDefault">TQPushButton::isDefault</a>() +and <a href="tqpushbutton.html#autoDefault">TQPushButton::autoDefault</a>() to set and control the dialog's default button. <p> <a name="escapekey"></a> <h3> Escape Key @@ -252,7 +252,7 @@ blocking until the user closes it. The function returns a <a href="#DialogCode-e application until they close the dialog. <p> <p>See also <a href="#show">show</a>() and <a href="#result">result</a>(). -<p>Examples: <a href="canvas-chart-example.html#x2877">chart/chartform.cpp</a>, <a href="motif-dialog-example.html#x2706">dialog/mainwindow.cpp</a>, <a href="i18n-example.html#x1936">i18n/main.cpp</a>, <a href="ftpclient-example.html#x739">network/ftpclient/ftpmainwindow.ui.h</a>, <a href="ntqdialog.html#x2126">network/networkprotocol/view.cpp</a>, <a href="tqdir-example.html#x1812">tqdir/tqdir.cpp</a>, and <a href="wizard-example.html#x16">wizard/main.cpp</a>. +<p>Examples: <a href="canvas-chart-example.html#x2877">chart/chartform.cpp</a>, <a href="motif-dialog-example.html#x2706">dialog/mainwindow.cpp</a>, <a href="i18n-example.html#x1936">i18n/main.cpp</a>, <a href="ftpclient-example.html#x739">network/ftpclient/ftpmainwindow.ui.h</a>, <a href="tqdialog.html#x2126">network/networkprotocol/view.cpp</a>, <a href="tqdir-example.html#x1812">tqdir/tqdir.cpp</a>, and <a href="wizard-example.html#x16">wizard/main.cpp</a>. <h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="extension"></a>TQDialog::extension () const </h3> Returns the dialog's extension or 0 if no extension has been @@ -261,10 +261,10 @@ defined. <h3 class=fn>bool <a name="isModal"></a>TQDialog::isModal () const </h3><p>Returns TRUE if <a href="#show">show</a>() should pop up the dialog as modal or modeless; otherwise returns FALSE. -See the <a href="ntqdialog.html#modal-prop">"modal"</a> property for details. +See the <a href="tqdialog.html#modal-prop">"modal"</a> property for details. <h3 class=fn>bool <a name="isSizeGripEnabled"></a>TQDialog::isSizeGripEnabled () const </h3><p>Returns TRUE if the size grip is enabled; otherwise returns FALSE. -See the <a href="ntqdialog.html#sizeGripEnabled-prop">"sizeGripEnabled"</a> property for details. +See the <a href="tqdialog.html#sizeGripEnabled-prop">"sizeGripEnabled"</a> property for details. <h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQDialog::orientation () const </h3> Returns the dialog's extension orientation. @@ -292,7 +292,7 @@ deleted. <h3 class=fn>void <a name="setModal"></a>TQDialog::setModal ( bool modal ) </h3><p>Sets whether <a href="#show">show</a>() should pop up the dialog as modal or modeless to <em>modal</em>. -See the <a href="ntqdialog.html#modal-prop">"modal"</a> property for details. +See the <a href="tqdialog.html#modal-prop">"modal"</a> property for details. <h3 class=fn>void <a name="setOrientation"></a>TQDialog::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> orientation ) </h3> If <em>orientation</em> is <a href="ntqt.html#Orientation-enum">Horizontal</a>, the extension will be displayed @@ -307,7 +307,7 @@ area. <h3 class=fn>void <a name="setSizeGripEnabled"></a>TQDialog::setSizeGripEnabled ( bool ) </h3><p>Sets whether the size grip is enabled. -See the <a href="ntqdialog.html#sizeGripEnabled-prop">"sizeGripEnabled"</a> property for details. +See the <a href="tqdialog.html#sizeGripEnabled-prop">"sizeGripEnabled"</a> property for details. <h3 class=fn>void <a name="show"></a>TQDialog::show ()<tt> [virtual]</tt> </h3> Shows the dialog as a <a href="#modeless">modeless</a> dialog. @@ -323,7 +323,7 @@ of the <a href="#modal-prop">modal</a> property. 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 -of a <a href="ntqpushbutton.html">TQPushButton</a>. +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/tqdict.html b/doc/html/tqdict.html index 4694ca278..7608ff1cf 100644 --- a/doc/html/tqdict.html +++ b/doc/html/tqdict.html @@ -124,8 +124,8 @@ implementation is to delete the item if auto-deletion is enabled. <p> Example #1: <pre> TQDict<TQLineEdit> fields; // TQString keys, TQLineEdit* values - fields.<a href="#insert">insert</a>( "forename", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); - fields.<a href="#insert">insert</a>( "surname", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="#insert">insert</a>( "forename", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="#insert">insert</a>( "surname", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); fields["forename"]->setText( "Homer" ); fields["surname"]->setText( "Simpson" ); diff --git a/doc/html/tqdictiterator.html b/doc/html/tqdictiterator.html index 45cac8ace..85af32016 100644 --- a/doc/html/tqdictiterator.html +++ b/doc/html/tqdictiterator.html @@ -68,9 +68,9 @@ point to the next item in the (arbitrary) traversal order. <p> Example: <pre> <a href="tqdict.html">TQDict</a><TQLineEdit> fields; - fields.<a href="tqdict.html#insert">insert</a>( "forename", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); - fields.<a href="tqdict.html#insert">insert</a>( "surname", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); - fields.<a href="tqdict.html#insert">insert</a>( "age", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="tqdict.html#insert">insert</a>( "forename", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="tqdict.html#insert">insert</a>( "surname", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="tqdict.html#insert">insert</a>( "age", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); fields["forename"]->setText( "Homer" ); fields["surname"]->setText( "Simpson" ); diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html index fcb68d84e..cc84fea51 100644 --- a/doc/html/tqdir-example.html +++ b/doc/html/tqdir-example.html @@ -54,14 +54,14 @@ body { background: #ffffff; color: black; } #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="qhbox-h.html">ntqhbox.h</a>> -#include <<a href="qspinbox-h.html">ntqspinbox.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="tqevent-h.html">tqevent.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> @@ -123,19 +123,19 @@ static const char *home[]={ // **************************************************************************************************** <a name="f495"></a>PixmapView::PixmapView( <a href="tqwidget.html">TQWidget</a> *parent ) - : <a href="ntqscrollview.html">TQScrollView</a>( parent ) + : <a href="tqscrollview.html">TQScrollView</a>( parent ) { - <a href="ntqscrollview.html#viewport">viewport</a>()->setBackgroundMode( PaletteBase ); + <a href="tqscrollview.html#viewport">viewport</a>()->setBackgroundMode( PaletteBase ); } void <a name="f496"></a>PixmapView::setPixmap( const <a href="tqpixmap.html">TQPixmap</a> &pix ) { pixmap = pix; -<a name="x1855"></a> <a href="ntqscrollview.html#resizeContents">resizeContents</a>( pixmap.<a href="tqwidget.html#size">size</a>().width(), pixmap.<a href="tqwidget.html#size">size</a>().height() ); - <a href="ntqscrollview.html#viewport">viewport</a>()->repaint( FALSE ); +<a name="x1855"></a> <a href="tqscrollview.html#resizeContents">resizeContents</a>( pixmap.<a href="tqwidget.html#size">size</a>().width(), pixmap.<a href="tqwidget.html#size">size</a>().height() ); + <a href="tqscrollview.html#viewport">viewport</a>()->repaint( FALSE ); } -<a name="x1837"></a>void PixmapView::<a href="ntqscrollview.html#drawContents">drawContents</a>( <a href="tqpainter.html">TQPainter</a> *p, int cx, int cy, int cw, int ch ) +<a name="x1837"></a>void PixmapView::<a href="tqscrollview.html#drawContents">drawContents</a>( <a href="tqpainter.html">TQPainter</a> *p, int cx, int cy, int cw, int ch ) { <a name="x1833"></a> p-><a href="tqpainter.html#fillRect">fillRect</a>( cx, cy, cw, ch, colorGroup().brush( TQColorGroup::Base ) ); <a name="x1832"></a> p-><a href="tqpainter.html#drawPixmap">drawPixmap</a>( 0, 0, pixmap ); @@ -206,16 +206,16 @@ void <a name="f498"></a>Preview::showPreview( const <a href="tqurl.html">TQUrl</ <a href="ntqhbox.html">TQHBox</a> *row = new <a href="ntqhbox.html">TQHBox</a>( this ); <a name="x1826"></a> row-><a href="ntqhbox.html#setSpacing">setSpacing</a>( 5 ); (void)new <a href="tqlabel.html">TQLabel</a>( <a href="tqobject.html#tr">tr</a>( "Only show files smaller than: " ), row ); - sizeSpinBox = new <a href="ntqspinbox.html">TQSpinBox</a>( 1, 10000, 1, row ); -<a name="x1838"></a> sizeSpinBox-><a href="ntqspinbox.html#setSuffix">setSuffix</a>( " KB" ); -<a name="x1839"></a> sizeSpinBox-><a href="ntqspinbox.html#setValue">setValue</a>( 64 ); + sizeSpinBox = new <a href="tqspinbox.html">TQSpinBox</a>( 1, 10000, 1, row ); +<a name="x1838"></a> sizeSpinBox-><a href="tqspinbox.html#setSuffix">setSuffix</a>( " KB" ); +<a name="x1839"></a> sizeSpinBox-><a href="tqspinbox.html#setValue">setValue</a>( 64 ); <a name="x1852"></a><a name="x1840"></a> row-><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>( 10 + sizeSpinBox-><a href="tqwidget.html#sizeHint">sizeHint</a>().height() ); preview = new Preview( this ); } void <a name="f500"></a>PreviewWidget::previewUrl( const <a href="tqurl.html">TQUrl</a> &u ) { -<a name="x1841"></a> preview->showPreview( u, sizeSpinBox-><a href="ntqspinbox.html#value">value</a>() ); +<a name="x1841"></a> preview->showPreview( u, sizeSpinBox-><a href="tqspinbox.html#value">value</a>() ); } // **************************************************************************************************** @@ -234,7 +234,7 @@ void <a name="f500"></a>PreviewWidget::previewUrl( const <a href="tqurl.html">TQ <a href="tqfiledialog.html#addLeftWidget">addLeftWidget</a>( dirView ); - <a href="ntqpushbutton.html">TQPushButton</a> *p = new <a href="ntqpushbutton.html">TQPushButton</a>( this ); + <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="x1848"></a> TQToolTip::<a href="tqtooltip.html#add">add</a>( p, tr( "Bookmarks" ) ); @@ -256,7 +256,7 @@ void <a name="f500"></a>PreviewWidget::previewUrl( const <a href="tqurl.html">TQ } } -<a name="x1836"></a> p-><a href="ntqpushbutton.html#setPopup">setPopup</a>( bookmarkMenu ); +<a name="x1836"></a> p-><a href="tqpushbutton.html#setPopup">setPopup</a>( bookmarkMenu ); <a href="tqfiledialog.html#addToolButton">addToolButton</a>( p, TRUE ); @@ -382,7 +382,7 @@ int main( int argc, char ** argv ) } fd.<a href="tqwidget.html#setCaption">setCaption</a>( caption ); <a name="x1821"></a> fd.<a href="tqfiledialog.html#setSelection">setSelection</a>( start ); -<a name="x1812"></a> if ( fd.<a href="ntqdialog.html#exec">exec</a>() == TQDialog::Accepted ) { +<a name="x1812"></a> if ( fd.<a href="tqdialog.html#exec">exec</a>() == TQDialog::Accepted ) { <a name="x1816"></a> <a href="tqstring.html">TQString</a> result = fd.<a href="tqfiledialog.html#selectedFile">selectedFile</a>(); printf("%s\n", (const char*)result); return 0; @@ -391,7 +391,7 @@ int main( int argc, char ** argv ) } } else { CustomFileDialog fd; - fd.<a href="ntqdialog.html#exec">exec</a>(); + fd.<a href="tqdialog.html#exec">exec</a>(); return 1; } } diff --git a/doc/html/tqeditorfactory.html b/doc/html/tqeditorfactory.html index 1f7144946..1658a4bb0 100644 --- a/doc/html/tqeditorfactory.html +++ b/doc/html/tqeditorfactory.html @@ -59,8 +59,8 @@ for <a href="ntqvariant.html">TQVariant</a> data types. <p> Each editor factory provides the <a href="#createEditor">createEditor</a>() function which given a TQVariant will create and return a <a href="tqwidget.html">TQWidget</a> that can edit that TQVariant. For example if you have a TQVariant::String type, a -<a href="ntqlineedit.html">TQLineEdit</a> would be the default editor returned, whereas a -TQVariant::Int's default editor would be a <a href="ntqspinbox.html">TQSpinBox</a>. +<a href="tqlineedit.html">TQLineEdit</a> would be the default editor returned, whereas a +TQVariant::Int's default editor would be a <a href="tqspinbox.html">TQSpinBox</a>. <p> If you want to create different editors for fields with the same data type, subclass TQEditorFactory and reimplement the createEditor() function. diff --git a/doc/html/tqfiledialog-h.html b/doc/html/tqfiledialog-h.html index 0901ef2b6..5017ce420 100644 --- a/doc/html/tqfiledialog-h.html +++ b/doc/html/tqfiledialog-h.html @@ -92,7 +92,7 @@ class TQFileDialogTQFileListView; #ifndef QT_H #include "tqdir.h" -#include "ntqdialog.h" +#include "tqdialog.h" #include "tqurloperator.h" #include "tqurlinfo.h" #endif // QT_H diff --git a/doc/html/tqfiledialog-members.html b/doc/html/tqfiledialog-members.html index 57a8fe1b1..966804aa0 100644 --- a/doc/html/tqfiledialog-members.html +++ b/doc/html/tqfiledialog-members.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqfiledialog.html#TQFileDialog">TQFileDialog</a>() <li><a href="tqfiledialog.html#~TQFileDialog">~TQFileDialog</a>() -<li><a href="ntqdialog.html#accept">accept</a>() +<li><a href="tqdialog.html#accept">accept</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqfiledialog.html#addFilter">addFilter</a>() <li><a href="tqfiledialog.html#addLeftWidget">addLeftWidget</a>() @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } <li><a href="tqfiledialog.html#dirPath">dirPath</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqdialog.html#done">done</a>() +<li><a href="tqdialog.html#done">done</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>() @@ -101,8 +101,8 @@ 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="ntqdialog.html#exec">exec</a>() -<li><a href="ntqdialog.html#extension">extension</a>() +<li><a href="tqdialog.html#exec">exec</a>() +<li><a href="tqdialog.html#extension">extension</a>() <li><a href="tqfiledialog.html#fileHighlighted">fileHighlighted</a>() <li><a href="tqfiledialog.html#fileSelected">fileSelected</a>() <li><a href="tqfiledialog.html#filesSelected">filesSelected</a>() @@ -165,10 +165,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() -<li><a href="ntqdialog.html#isModal">isModal</a>() +<li><a href="tqdialog.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() +<li><a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</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>() @@ -211,7 +211,7 @@ 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="ntqdialog.html#orientation">orientation</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>() @@ -232,7 +232,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqdialog.html#reject">reject</a>() +<li><a href="tqdialog.html#reject">reject</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -244,7 +244,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resize">resize</a>() <li><a href="tqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="tqfiledialog.html#resortDir">resortDir</a>() -<li><a href="ntqdialog.html#result">result</a>() +<li><a href="tqdialog.html#result">result</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="tqfiledialog.html#selectAll">selectAll</a>() <li><a href="tqfiledialog.html#selectedFile">selectedFile</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="ntqdialog.html#setExtension">setExtension</a>() +<li><a href="tqdialog.html#setExtension">setExtension</a>() <li><a href="tqfiledialog.html#setFilter">setFilter</a>() <li><a href="tqfiledialog.html#setFilters">setFilters</a>() <li><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>() @@ -295,23 +295,23 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#setModal">setModal</a>() +<li><a href="tqdialog.html#setModal">setModal</a>() <li><a href="tqfiledialog.html#setMode">setMode</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqdialog.html#setOrientation">setOrientation</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>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="tqfiledialog.html#setPreviewMode">setPreviewMode</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqdialog.html#setResult">setResult</a>() +<li><a href="tqdialog.html#setResult">setResult</a>() <li><a href="tqfiledialog.html#setSelectedFilter">setSelectedFilter</a>() <li><a href="tqfiledialog.html#setSelection">setSelection</a>() <li><a href="tqfiledialog.html#setShowHiddenFiles">setShowHiddenFiles</a>() <li><a href="tqwidget.html#setShown">setShown</a>() -<li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() +<li><a href="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</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>() @@ -322,9 +322,9 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#show">show</a>() +<li><a href="tqdialog.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() -<li><a href="ntqdialog.html#showExtension">showExtension</a>() +<li><a href="tqdialog.html#showExtension">showExtension</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqfiledialog.html#showHiddenFiles">showHiddenFiles</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() diff --git a/doc/html/tqfiledialog.html b/doc/html/tqfiledialog.html index 2a575c942..29e8d2f48 100644 --- a/doc/html/tqfiledialog.html +++ b/doc/html/tqfiledialog.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQFileDialog class provides dialogs that allow users to select files or directories. <a href="#details">More...</a> <p><tt>#include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>></tt> -<p>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="tqfiledialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -189,7 +189,7 @@ modification date, etc. Set the mode with <a href="#setViewMode">setViewMode</a> own file dialog is <a href="#selectedFile">selectedFile</a>(). <p> <pre> <a href="tqstring.html">TQString</a> fileName; - if ( fd->exec() == TQDialog::<a href="ntqdialog.html#DialogCode-enum">Accepted</a> ) + if ( fd->exec() == TQDialog::<a href="tqdialog.html#DialogCode-enum">Accepted</a> ) fileName = fd->selectedFile(); </pre> @@ -243,7 +243,7 @@ pixmap. Here's how to make a file dialog use a preview widget: fd-><a href="#setContentsPreviewEnabled">setContentsPreviewEnabled</a>( TRUE ); fd-><a href="#setContentsPreview">setContentsPreview</a>( p, p ); fd-><a href="#setPreviewMode">setPreviewMode</a>( TQFileDialog::<a href="#PreviewMode-enum">Contents</a> ); - fd-><a href="ntqdialog.html#show">show</a>(); + fd-><a href="tqdialog.html#show">show</a>(); </pre> <p> The first line creates an instance of our preview widget. We then @@ -325,7 +325,7 @@ current filter. <p> <pre> TQFileDialog* fd = new TQFileDialog( this ); fd-><a href="#addFilter">addFilter</a>( "Images (*.png *.jpg *.xpm)" ); - fd-><a href="ntqdialog.html#show">show</a>(); + fd-><a href="tqdialog.html#show">show</a>(); </pre> <p> In the above example, a file dialog is created, and the file filter "Images @@ -351,7 +351,7 @@ this row. If <em>separator</em> is TRUE, a small space is inserted between the last button of the row and the new button <em>b</em>. <p> <p>See also <a href="#addWidgets">addWidgets</a>(), <a href="#addLeftWidget">addLeftWidget</a>(), and <a href="#addRightWidget">addRightWidget</a>(). -<h3 class=fn>void <a name="addWidgets"></a>TQFileDialog::addWidgets ( <a href="tqlabel.html">TQLabel</a> * l, <a href="tqwidget.html">TQWidget</a> * w, <a href="ntqpushbutton.html">TQPushButton</a> * b )<tt> [protected]</tt> +<h3 class=fn>void <a name="addWidgets"></a>TQFileDialog::addWidgets ( <a href="tqlabel.html">TQLabel</a> * l, <a href="tqwidget.html">TQWidget</a> * w, <a href="tqpushbutton.html">TQPushButton</a> * b )<tt> [protected]</tt> </h3> Adds the specified widgets to the bottom of the file dialog. The label <em>l</em> is placed underneath the "file name" and the "file types" @@ -362,8 +362,8 @@ The button <em>b</em> is placed underneath the Cancel pushbutton. <a href="#TQFileDialog">TQFileDialog</a>( parent, name ) { <a href="tqlabel.html">TQLabel</a>* label = new <a href="tqlabel.html">TQLabel</a>( "Added widgets", this ); - <a href="ntqlineedit.html">TQLineEdit</a>* lineedit = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); - <a href="ntqpushbutton.html">TQPushButton</a>* pushbutton = new <a href="ntqpushbutton.html">TQPushButton</a>( this ); + <a href="tqlineedit.html">TQLineEdit</a>* lineedit = new <a href="tqlineedit.html">TQLineEdit</a>( this ); + <a href="tqpushbutton.html">TQPushButton</a>* pushbutton = new <a href="tqpushbutton.html">TQPushButton</a>( this ); <a href="#addWidgets">addWidgets</a>( label, lineedit, pushbutton ); } @@ -652,7 +652,7 @@ avoid memory leaks. fd-><a href="#setContentsPreviewEnabled">setContentsPreviewEnabled</a>( TRUE ); fd-><a href="#setContentsPreview">setContentsPreview</a>( p, p ); fd-><a href="#setPreviewMode">setPreviewMode</a>( TQFileDialog::<a href="#PreviewMode-enum">Contents</a> ); - fd-><a href="ntqdialog.html#show">show</a>(); + fd-><a href="tqdialog.html#show">show</a>(); } </pre> @@ -698,7 +698,7 @@ of filters must be separated by <tt>;;</tt> (<em>two</em> semi-colons). "Any files (*)"); TQFileDialog fd = new TQFileDialog( this ); fd-><a href="#setFilters">setFilters</a>( types ); - fd-><a href="ntqdialog.html#show">show</a>(); + fd-><a href="tqdialog.html#show">show</a>(); </pre> <p> @@ -755,7 +755,7 @@ avoid memory leaks. fd-><a href="#setInfoPreviewEnabled">setInfoPreviewEnabled</a>( TRUE ); fd-><a href="#setInfoPreview">setInfoPreview</a>( p, p ); fd-><a href="#setPreviewMode">setPreviewMode</a>( TQFileDialog::<a href="#PreviewMode-enum">Info</a> ); - fd-><a href="ntqdialog.html#show">show</a>(); + fd-><a href="tqdialog.html#show">show</a>(); } </pre> @@ -810,7 +810,7 @@ See the <a href="tqfiledialog.html#showHiddenFiles-prop">"showHiddenFiles"</a> p Returns the URL of the current working directory in the file dialog. <p> <p>See also <a href="#setUrl">setUrl</a>(). -<p>Example: <a href="ntqdialog.html#x2129">network/networkprotocol/view.cpp</a>. +<p>Example: <a href="tqdialog.html#x2129">network/networkprotocol/view.cpp</a>. <h3 class=fn><a href="tqfiledialog.html#ViewMode-enum">ViewMode</a> <a name="viewMode"></a>TQFileDialog::viewMode () const </h3><p>Returns the file dialog's view mode. See the <a href="tqfiledialog.html#viewMode-prop">"viewMode"</a> property for details. diff --git a/doc/html/tqfontdialog-h.html b/doc/html/tqfontdialog-h.html index 850067045..46f07fa14 100644 --- a/doc/html/tqfontdialog-h.html +++ b/doc/html/tqfontdialog-h.html @@ -92,7 +92,7 @@ body { background: #ffffff; color: black; } // #ifndef QT_H -#include "ntqdialog.h" +#include "tqdialog.h" #include "tqfont.h" #endif // QT_H diff --git a/doc/html/tqfontdialog-members.html b/doc/html/tqfontdialog-members.html index 15cc9d0f7..4bcde0cbb 100644 --- a/doc/html/tqfontdialog-members.html +++ b/doc/html/tqfontdialog-members.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="tqfontdialog.html">TQFontDialog</a>, including inherited members. <ul> -<li><a href="ntqdialog.html#accept">accept</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="tqwidget.html#autoMask">autoMask</a>() @@ -76,7 +76,7 @@ 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="ntqdialog.html#done">done</a>() +<li><a href="tqdialog.html#done">done</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>() @@ -91,8 +91,8 @@ 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="ntqdialog.html#exec">exec</a>() -<li><a href="ntqdialog.html#extension">extension</a>() +<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="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -145,10 +145,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() -<li><a href="ntqdialog.html#isModal">isModal</a>() +<li><a href="tqdialog.html#isModal">isModal</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() <li><a href="tqwidget.html#isShown">isShown</a>() -<li><a href="ntqdialog.html#isSizeGripEnabled">isSizeGripEnabled</a>() +<li><a href="tqdialog.html#isSizeGripEnabled">isSizeGripEnabled</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>() @@ -190,7 +190,7 @@ 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="ntqdialog.html#orientation">orientation</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>() @@ -210,7 +210,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqdialog.html#reject">reject</a>() +<li><a href="tqdialog.html#reject">reject</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -220,7 +220,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="tqwidget.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqdialog.html#result">result</a>() +<li><a href="tqdialog.html#result">result</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>() @@ -237,7 +237,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="ntqdialog.html#setExtension">setExtension</a>() +<li><a href="tqdialog.html#setExtension">setExtension</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>() @@ -259,18 +259,18 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#setModal">setModal</a>() +<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="ntqdialog.html#setOrientation">setOrientation</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>() <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="ntqdialog.html#setResult">setResult</a>() +<li><a href="tqdialog.html#setResult">setResult</a>() <li><a href="tqwidget.html#setShown">setShown</a>() -<li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() +<li><a href="tqdialog.html#setSizeGripEnabled">setSizeGripEnabled</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>() @@ -279,9 +279,9 @@ body { background: #ffffff; color: black; } <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="ntqdialog.html#show">show</a>() +<li><a href="tqdialog.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() -<li><a href="ntqdialog.html#showExtension">showExtension</a>() +<li><a href="tqdialog.html#showExtension">showExtension</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() <li><a href="tqwidget.html#showMinimized">showMinimized</a>() diff --git a/doc/html/tqfontdialog.html b/doc/html/tqfontdialog.html index 56dce6ff0..658e214c4 100644 --- a/doc/html/tqfontdialog.html +++ b/doc/html/tqfontdialog.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQFontDialog class provides a dialog widget for selecting a font. <a href="#details">More...</a> <p><tt>#include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>></tt> -<p>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="tqfontdialog-members.html">List of all member functions.</a> <h2>Static Public Members</h2> <ul> diff --git a/doc/html/tqiconview-h.html b/doc/html/tqiconview-h.html index 4eb1e4572..629faca18 100644 --- a/doc/html/tqiconview-h.html +++ b/doc/html/tqiconview-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQICONVIEW_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #include "tqstring.h" #include "tqrect.h" #include "tqpoint.h" diff --git a/doc/html/tqiconview-members.html b/doc/html/tqiconview-members.html index c0d247288..877d20cce 100644 --- a/doc/html/tqiconview-members.html +++ b/doc/html/tqiconview-members.html @@ -38,7 +38,7 @@ body { background: #ffffff; color: black; } <li><a href="tqiconview.html#TQIconView">TQIconView</a>() <li><a href="tqiconview.html#~TQIconView">~TQIconView</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqscrollview.html#addChild">addChild</a>() +<li><a href="tqscrollview.html#addChild">addChild</a>() <li><a href="tqiconview.html#adjustItems">adjustItems</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqiconview.html#arrangeItemsInGrid">arrangeItemsInGrid</a>() @@ -52,16 +52,16 @@ 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="ntqscrollview.html#bottomMargin">bottomMargin</a>() +<li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqscrollview.html#center">center</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>() <li><a href="tqwidget.html#childAt">childAt</a>() <li><a href="tqobject.html#childEvent">childEvent</a>() -<li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() -<li><a href="ntqscrollview.html#childX">childX</a>() -<li><a href="ntqscrollview.html#childY">childY</a>() +<li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() +<li><a href="tqscrollview.html#childX">childX</a>() +<li><a href="tqscrollview.html#childY">childY</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() @@ -73,7 +73,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="tqiconview.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() -<li><a href="ntqscrollview.html#clipper">clipper</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>() @@ -81,26 +81,26 @@ 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="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() -<li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() -<li><a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() -<li><a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>() -<li><a href="ntqscrollview.html#contentsHeight">contentsHeight</a>() -<li><a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() -<li><a href="ntqscrollview.html#contentsMoving">contentsMoving</a>() +<li><a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() +<li><a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() +<li><a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() +<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="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="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() -<li><a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() -<li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() -<li><a href="ntqscrollview.html#contentsX">contentsX</a>() -<li><a href="ntqscrollview.html#contentsY">contentsY</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="tqiconview.html#contextMenuRequested">contextMenuRequested</a>() -<li><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() +<li><a href="tqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="tqiconview.html#count">count</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqiconview.html#currentChanged">currentChanged</a>() @@ -115,14 +115,14 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="tqiconview.html#doAutoScroll">doAutoScroll</a>() <li><a href="tqiconview.html#doubleClicked">doubleClicked</a>() -<li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</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="tqiconview.html#dragObject">dragObject</a>() <li><a href="tqiconview.html#drawBackground">drawBackground</a>() -<li><a href="ntqscrollview.html#drawContents">drawContents</a>() -<li><a href="ntqscrollview.html#drawContentsOffset">drawContentsOffset</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="tqiconview.html#drawRubber">drawRubber</a>() <li><a href="tqwidget.html#drawText">drawText</a>() @@ -131,16 +131,16 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="tqiconview.html#emitSelectionChanged">emitSelectionChanged</a>() -<li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() +<li><a href="tqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() <li><a href="tqiconview.html#ensureItemVisible">ensureItemVisible</a>() -<li><a href="ntqscrollview.html#ensureVisible">ensureVisible</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="ntqscrollview.html#eventFilter">eventFilter</a>() +<li><a href="tqscrollview.html#eventFilter">eventFilter</a>() <li><a href="tqwidget.html#find">find</a>() <li><a href="tqiconview.html#findFirstVisibleItem">findFirstVisibleItem</a>() <li><a href="tqiconview.html#findItem">findItem</a>() @@ -172,20 +172,20 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="tqiconview.html#gridX">gridX</a>() <li><a href="tqiconview.html#gridY">gridY</a>() -<li><a href="ntqscrollview.html#hScrollBarMode">hScrollBarMode</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>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() +<li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</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="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() -<li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() -<li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</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>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -210,7 +210,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() -<li><a href="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() +<li><a href="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() @@ -220,7 +220,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() +<li><a href="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() @@ -237,7 +237,7 @@ body { background: #ffffff; color: black; } <li><a href="tqiconview.html#lastItem">lastItem</a>() <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() -<li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() +<li><a href="tqscrollview.html#leftMargin">leftMargin</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() @@ -270,7 +270,7 @@ 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="ntqscrollview.html#moveChild">moveChild</a>() +<li><a href="tqscrollview.html#moveChild">moveChild</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqiconview.html#moved">moved</a>() <li><a href="tqobject.html#name">name</a>() @@ -300,25 +300,25 @@ 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="ntqscrollview.html#removeChild">removeChild</a>() +<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="ntqscrollview.html#repaintContents">repaintContents</a>() +<li><a href="tqscrollview.html#repaintContents">repaintContents</a>() <li><a href="tqiconview.html#repaintItem">repaintItem</a>() <li><a href="tqiconview.html#repaintSelectedItems">repaintSelectedItems</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="ntqscrollview.html#resizeContents">resizeContents</a>() +<li><a href="tqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqiconview.html#resizeMode">resizeMode</a>() -<li><a href="ntqscrollview.html#resizePolicy">resizePolicy</a>() +<li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqiconview.html#returnPressed">returnPressed</a>() <li><a href="tqiconview.html#rightButtonClicked">rightButtonClicked</a>() <li><a href="tqiconview.html#rightButtonPressed">rightButtonPressed</a>() -<li><a href="ntqscrollview.html#rightMargin">rightMargin</a>() +<li><a href="tqscrollview.html#rightMargin">rightMargin</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() +<li><a href="tqscrollview.html#scrollBy">scrollBy</a>() <li><a href="tqiconview.html#selectAll">selectAll</a>() <li><a href="tqiconview.html#selectionChanged">selectionChanged</a>() <li><a href="tqiconview.html#selectionMode">selectionMode</a>() @@ -334,12 +334,12 @@ 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="ntqscrollview.html#setContentsPos">setContentsPos</a>() -<li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</a>() +<li><a href="tqscrollview.html#setContentsPos">setContentsPos</a>() +<li><a href="tqscrollview.html#setCornerWidget">setCornerWidget</a>() <li><a href="tqiconview.html#setCurrentItem">setCurrentItem</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() +<li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</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>() @@ -357,8 +357,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setGeometry">setGeometry</a>() <li><a href="tqiconview.html#setGridX">setGridX</a>() <li><a href="tqiconview.html#setGridY">setGridY</a>() -<li><a href="ntqscrollview.html#setHBarGeometry">setHBarGeometry</a>() -<li><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() +<li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() +<li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</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>() @@ -369,7 +369,7 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setMargins">setMargins</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>() <li><a href="tqiconview.html#setMaxItemWidth">setMaxItemWidth</a>() @@ -389,7 +389,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqiconview.html#setResizeMode">setResizeMode</a>() -<li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() +<li><a href="tqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="tqiconview.html#setSelected">setSelected</a>() <li><a href="tqiconview.html#setSelectionMode">setSelectionMode</a>() <li><a href="tqiconview.html#setShowToolTips">setShowToolTips</a>() @@ -398,18 +398,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="tqiconview.html#setSorting">setSorting</a>() <li><a href="tqiconview.html#setSpacing">setSpacing</a>() -<li><a href="ntqscrollview.html#setStaticBackground">setStaticBackground</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="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() -<li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() +<li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() +<li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</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="tqiconview.html#setWordWrapIconText">setWordWrapIconText</a>() <li><a href="tqwidget.html#show">show</a>() -<li><a href="ntqscrollview.html#showChild">showChild</a>() +<li><a href="tqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() @@ -436,29 +436,29 @@ 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="ntqscrollview.html#topMargin">topMargin</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="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="ntqscrollview.html#updateContents">updateContents</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>() -<li><a href="ntqscrollview.html#updateScrollBars">updateScrollBars</a>() -<li><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>() -<li><a href="ntqscrollview.html#verticalScrollBar">verticalScrollBar</a>() -<li><a href="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() -<li><a href="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() -<li><a href="ntqscrollview.html#viewport">viewport</a>() -<li><a href="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() -<li><a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() -<li><a href="ntqscrollview.html#viewportSize">viewportSize</a>() -<li><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>() -<li><a href="ntqscrollview.html#visibleHeight">visibleHeight</a>() +<li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() +<li><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</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>() +<li><a href="tqscrollview.html#viewport">viewport</a>() +<li><a href="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() +<li><a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() +<li><a href="tqscrollview.html#viewportSize">viewportSize</a>() +<li><a href="tqscrollview.html#viewportToContents">viewportToContents</a>() +<li><a href="tqscrollview.html#visibleHeight">visibleHeight</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqscrollview.html#visibleWidth">visibleWidth</a>() +<li><a href="tqscrollview.html#visibleWidth">visibleWidth</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/tqiconview.html b/doc/html/tqiconview.html index d39b8bc22..0156c7ec1 100644 --- a/doc/html/tqiconview.html +++ b/doc/html/tqiconview.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQIconView class provides an area with movable labelled icons. <a href="#details">More...</a> <p><tt>#include <<a href="tqiconview-h.html">tqiconview.h</a>></tt> -<p>Inherits <a href="ntqscrollview.html">TQScrollView</a>. +<p>Inherits <a href="tqscrollview.html">TQScrollView</a>. <p><a href="tqiconview-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -500,7 +500,7 @@ background using the painter <em>p</em>. <p> The default implementation fills <em>r</em> with the viewport's <a href="tqwidget.html#backgroundBrush">backgroundBrush</a>(). Subclasses may reimplement this to draw custom backgrounds. -<p> <p>See also <a href="ntqscrollview.html#contentsX-prop">contentsX</a>, <a href="ntqscrollview.html#contentsY-prop">contentsY</a>, and <a href="ntqscrollview.html#drawContents">drawContents</a>(). +<p> <p>See also <a href="tqscrollview.html#contentsX-prop">contentsX</a>, <a href="tqscrollview.html#contentsY-prop">contentsY</a>, and <a href="tqscrollview.html#drawContents">drawContents</a>(). <h3 class=fn>void <a name="drawRubber"></a>TQIconView::drawRubber ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> @@ -531,7 +531,7 @@ Emits a signal to indicate selection changes. <em>i</em> is the </h3> Makes sure that <em>item</em> is entirely visible. If necessary, <a href="#ensureItemVisible">ensureItemVisible</a>() scrolls the icon view. -<p> <p>See also <a href="ntqscrollview.html#ensureVisible">ensureVisible</a>(). +<p> <p>See also <a href="tqscrollview.html#ensureVisible">ensureVisible</a>(). <h3 class=fn><a href="tqiconviewitem.html">TQIconViewItem</a> * <a name="findFirstVisibleItem"></a>TQIconView::findFirstVisibleItem ( const <a href="tqrect.html">TQRect</a> & r ) const </h3> diff --git a/doc/html/tqintdict.html b/doc/html/tqintdict.html index 6931b95b6..f1e3403bf 100644 --- a/doc/html/tqintdict.html +++ b/doc/html/tqintdict.html @@ -82,7 +82,7 @@ pointer. Dictionaries provide very fast insertion and lookup. <pre> TQIntDict<TQLineEdit> fields; // long int keys, TQLineEdit* values for ( int i = 0; i < 3; i++ ) - fields.<a href="#insert">insert</a>( i, new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="#insert">insert</a>( i, new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); fields[0]->setText( "Homer" ); fields[1]->setText( "Simpson" ); diff --git a/doc/html/tqintdictiterator.html b/doc/html/tqintdictiterator.html index 6e0cb01da..86588a7ec 100644 --- a/doc/html/tqintdictiterator.html +++ b/doc/html/tqintdictiterator.html @@ -62,7 +62,7 @@ iterator that operates on TQIntDict<X> (dictionary of X*). <pre> <a href="tqintdict.html">TQIntDict</a><TQLineEdit> fields; for ( int i = 0; i < 3; i++ ) - fields.<a href="tqintdict.html#insert">insert</a>( i, new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="tqintdict.html#insert">insert</a>( i, new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); fields[0]->setText( "Homer" ); fields[1]->setText( "Simpson" ); diff --git a/doc/html/tqlabel.html b/doc/html/tqlabel.html index 4284b03f4..bfbc52ffa 100644 --- a/doc/html/tqlabel.html +++ b/doc/html/tqlabel.html @@ -134,15 +134,15 @@ this use TQLabel provides a useful mechanism for adding an accelerator key (see <a href="ntqaccel.html">TQAccel</a>) that will set the <a href="focus.html#keyboard-focus">keyboard focus</a> to the other widget (called the TQLabel's "buddy"). For example: <pre> - <a href="ntqlineedit.html">TQLineEdit</a>* phoneEdit = new <a href="ntqlineedit.html">TQLineEdit</a>( this, "phoneEdit" ); + <a href="tqlineedit.html">TQLineEdit</a>* phoneEdit = new <a href="tqlineedit.html">TQLineEdit</a>( this, "phoneEdit" ); TQLabel* phoneLabel = new TQLabel( phoneEdit, "&Phone:", this, "phoneLabel" ); </pre> <p> In this example, keyboard focus is transferred to the label's -buddy (the <a href="ntqlineedit.html">TQLineEdit</a>) when the user presses Alt+P. You can +buddy (the <a href="tqlineedit.html">TQLineEdit</a>) when the user presses Alt+P. You can also use the <a href="#setBuddy">setBuddy</a>() function to accomplish the same thing. <p> <img src=tqlabel-m.png> <img src=tqlabel-w.png> -<p> <p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextedit.html">TQTextEdit</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqmovie.html">TQMovie</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>, <a href="basic.html">Basic Widgets</a>, and <a href="text.html">Text Related Classes</a>. +<p> <p>See also <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqtextedit.html">TQTextEdit</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqmovie.html">TQMovie</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>, <a href="basic.html">Basic Widgets</a>, and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQLabel"></a>TQLabel::TQLabel ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0, WFlags f = 0 ) @@ -249,10 +249,10 @@ alignment flag is turned on; see <a href="#setAlignment">setAlignment</a>()). for each, and set up the geometry layout so each label is just to the left of its data entry widget (its "buddy"), for example: <pre> - <a href="ntqlineedit.html">TQLineEdit</a> *nameEd = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); + <a href="tqlineedit.html">TQLineEdit</a> *nameEd = new <a href="tqlineedit.html">TQLineEdit</a>( this ); TQLabel *nameLb = new TQLabel( "&Name:", this ); nameLb-><a href="#setBuddy">setBuddy</a>( nameEd ); - <a href="ntqlineedit.html">TQLineEdit</a> *phoneEd = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); + <a href="tqlineedit.html">TQLineEdit</a> *phoneEd = new <a href="tqlineedit.html">TQLineEdit</a>( this ); TQLabel *phoneLb = new TQLabel( "&Phone:", this ); phoneLb-><a href="#setBuddy">setBuddy</a>( phoneEd ); // ( layout setup not shown ) diff --git a/doc/html/qlcdnum-m.png b/doc/html/tqlcdnum-m.png Binary files differindex cc9a5ab2b..cc9a5ab2b 100644 --- a/doc/html/qlcdnum-m.png +++ b/doc/html/tqlcdnum-m.png diff --git a/doc/html/qlcdnum-w.png b/doc/html/tqlcdnum-w.png Binary files differindex 06fb50961..06fb50961 100644 --- a/doc/html/qlcdnum-w.png +++ b/doc/html/tqlcdnum-w.png diff --git a/doc/html/qlcdnumber-h.html b/doc/html/tqlcdnumber-h.html index 28083ddeb..0b1bd5fcf 100644 --- a/doc/html/qlcdnumber-h.html +++ b/doc/html/tqlcdnumber-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/ntqlcdnumber.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlcdnumber.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqlcdnumber.h Include File</title> +<title>tqlcdnumber.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>ntqlcdnumber.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>tqlcdnumber.h</h1> -<p>This is the verbatim text of the ntqlcdnumber.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqlcdnumber.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqlcdnumber.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqlcdnumber.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQLCDNumber class ** diff --git a/doc/html/qlcdnumber-members.html b/doc/html/tqlcdnumber-members.html index 7dda8a457..c4284834c 100644 --- a/doc/html/qlcdnumber-members.html +++ b/doc/html/tqlcdnumber-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/ntqlcdnumber.h:51 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlcdnumber.h:51 --> <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 TQLCDNumber</h1> <p>This is the complete list of member functions for -<a href="ntqlcdnumber.html">TQLCDNumber</a>, including inherited members. +<a href="tqlcdnumber.html">TQLCDNumber</a>, including inherited members. <ul> -<li><a href="ntqlcdnumber.html#TQLCDNumber">TQLCDNumber</a>() -<li><a href="ntqlcdnumber.html#~TQLCDNumber">~TQLCDNumber</a>() +<li><a href="tqlcdnumber.html#TQLCDNumber">TQLCDNumber</a>() +<li><a href="tqlcdnumber.html#~TQLCDNumber">~TQLCDNumber</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>() @@ -49,7 +49,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqwidget.html#caption">caption</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqlcdnumber.html#checkOverflow">checkOverflow</a>() +<li><a href="tqlcdnumber.html#checkOverflow">checkOverflow</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() <li><a href="tqobject.html#childEvent">childEvent</a>() @@ -79,11 +79,11 @@ 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="ntqlcdnumber.html#display">display</a>() +<li><a href="tqlcdnumber.html#display">display</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="ntqlcdnumber.html#drawContents">drawContents</a>() +<li><a href="tqlcdnumber.html#drawContents">drawContents</a>() <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() @@ -139,7 +139,7 @@ body { background: #ffffff; color: black; } <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="ntqlcdnumber.html#intValue">intValue</a>() +<li><a href="tqlcdnumber.html#intValue">intValue</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>() @@ -191,7 +191,7 @@ body { background: #ffffff; color: black; } <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="ntqlcdnumber.html#mode">mode</a>() +<li><a href="tqlcdnumber.html#mode">mode</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>() @@ -201,9 +201,9 @@ 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="ntqlcdnumber.html#numDigits">numDigits</a>() +<li><a href="tqlcdnumber.html#numDigits">numDigits</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqlcdnumber.html#overflow">overflow</a>() +<li><a href="tqlcdnumber.html#overflow">overflow</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>() @@ -233,7 +233,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqlcdnumber.html#segmentStyle">segmentStyle</a>() +<li><a href="tqlcdnumber.html#segmentStyle">segmentStyle</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>() @@ -243,10 +243,10 @@ 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="ntqlcdnumber.html#setBinMode">setBinMode</a>() +<li><a href="tqlcdnumber.html#setBinMode">setBinMode</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() -<li><a href="ntqlcdnumber.html#setDecMode">setDecMode</a>() +<li><a href="tqlcdnumber.html#setDecMode">setDecMode</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>() @@ -263,7 +263,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() <li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqlcdnumber.html#setHexMode">setHexMode</a>() +<li><a href="tqlcdnumber.html#setHexMode">setHexMode</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>() @@ -280,21 +280,21 @@ body { background: #ffffff; color: black; } <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="ntqlcdnumber.html#setMode">setMode</a>() +<li><a href="tqlcdnumber.html#setMode">setMode</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqlcdnumber.html#setNumDigits">setNumDigits</a>() -<li><a href="ntqlcdnumber.html#setOctMode">setOctMode</a>() +<li><a href="tqlcdnumber.html#setNumDigits">setNumDigits</a>() +<li><a href="tqlcdnumber.html#setOctMode">setOctMode</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="ntqlcdnumber.html#setSegmentStyle">setSegmentStyle</a>() +<li><a href="tqlcdnumber.html#setSegmentStyle">setSegmentStyle</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="ntqlcdnumber.html#setSmallDecimalPoint">setSmallDecimalPoint</a>() +<li><a href="tqlcdnumber.html#setSmallDecimalPoint">setSmallDecimalPoint</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>() @@ -312,7 +312,7 @@ 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="ntqlcdnumber.html#smallDecimalPoint">smallDecimalPoint</a>() +<li><a href="tqlcdnumber.html#smallDecimalPoint">smallDecimalPoint</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>() @@ -329,7 +329,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#update">update</a>() <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() -<li><a href="ntqlcdnumber.html#value">value</a>() +<li><a href="tqlcdnumber.html#value">value</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() <li><a href="tqwidget.html#wheelEvent">wheelEvent</a>() <li><a href="tqwidget.html#width">width</a>() diff --git a/doc/html/ntqlcdnumber.html b/doc/html/tqlcdnumber.html index c613303ff..8f145f43c 100644 --- a/doc/html/ntqlcdnumber.html +++ b/doc/html/tqlcdnumber.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/qlcdnumber.cpp:44 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqlcdnumber.cpp:44 --> <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 TQLCDNumber widget displays a number with LCD-like digits. <a href="#details">More...</a> -<p><tt>#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>></tt> +<p><tt>#include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>></tt> <p>Inherits <a href="ntqframe.html">TQFrame</a>. -<p><a href="qlcdnumber-members.html">List of all member functions.</a> +<p><a href="tqlcdnumber-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQLCDNumber"><b>TQLCDNumber</b></a> ( TQWidget * parent = 0, const char * name = 0 )</li> @@ -112,7 +112,7 @@ signals that feed the <a href="#display">display</a>() slot to another slot as w 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=qlcdnum-m.png> <img src=qlcdnum-w.png> +<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>. <hr><h2>Member Type Documentation</h2> @@ -186,7 +186,7 @@ illegal characters. <p>Examples: <a href="rangecontrols-example.html#x1384">rangecontrols/rangecontrols.cpp</a>, <a href="tutorial1-12.html#x2386">t12/lcdrange.cpp</a>, <a href="tutorial1-13.html#x2414">t13/gamebrd.cpp</a>, <a href="tutorial1-05.html#x2314">t5/main.cpp</a>, <a href="tutorial1-06.html#x2324">t6/main.cpp</a>, <a href="tutorial1-07.html#x2330">t7/lcdrange.cpp</a>, and <a href="xform-example.html#x1229">xform/xform.cpp</a>. <h3 class=fn>void <a name="display-2"></a>TQLCDNumber::display ( int num )<tt> [slot]</tt> </h3><p>Sets the displayed value rounded to the nearest integer to <em>num</em>. -See the <a href="ntqlcdnumber.html#intValue-prop">"intValue"</a> property for details. +See the <a href="tqlcdnumber.html#intValue-prop">"intValue"</a> property for details. <h3 class=fn>void <a name="display-3"></a>TQLCDNumber::display ( double num )<tt> [slot]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -200,13 +200,13 @@ from <a href="ntqframe.html#paintEvent">TQFrame::paintEvent</a>(). <p>Reimplemented from <a href="ntqframe.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="ntqlcdnumber.html#intValue-prop">"intValue"</a> property for details. -<h3 class=fn><a href="ntqlcdnumber.html#Mode-enum">Mode</a> <a name="mode"></a>TQLCDNumber::mode () const +See the <a href="tqlcdnumber.html#intValue-prop">"intValue"</a> property for details. +<h3 class=fn><a href="tqlcdnumber.html#Mode-enum">Mode</a> <a name="mode"></a>TQLCDNumber::mode () const </h3><p>Returns the current display mode (number base). -See the <a href="ntqlcdnumber.html#mode-prop">"mode"</a> property for details. +See the <a href="tqlcdnumber.html#mode-prop">"mode"</a> property for details. <h3 class=fn>int <a name="numDigits"></a>TQLCDNumber::numDigits () const </h3><p>Returns the current number of digits displayed. -See the <a href="ntqlcdnumber.html#numDigits-prop">"numDigits"</a> property for details. +See the <a href="tqlcdnumber.html#numDigits-prop">"numDigits"</a> property for details. <h3 class=fn>void <a name="overflow"></a>TQLCDNumber::overflow ()<tt> [signal]</tt> </h3> @@ -214,9 +214,9 @@ See the <a href="ntqlcdnumber.html#numDigits-prop">"numDigits"</a> property for a too-large number or a too-long string. <p> It is never emitted by <a href="#setNumDigits">setNumDigits</a>(). -<h3 class=fn><a href="ntqlcdnumber.html#SegmentStyle-enum">SegmentStyle</a> <a name="segmentStyle"></a>TQLCDNumber::segmentStyle () const +<h3 class=fn><a href="tqlcdnumber.html#SegmentStyle-enum">SegmentStyle</a> <a name="segmentStyle"></a>TQLCDNumber::segmentStyle () const </h3><p>Returns the style of the LCDNumber. -See the <a href="ntqlcdnumber.html#segmentStyle-prop">"segmentStyle"</a> property for details. +See the <a href="tqlcdnumber.html#segmentStyle-prop">"segmentStyle"</a> property for details. <h3 class=fn>void <a name="setBinMode"></a>TQLCDNumber::setBinMode ()<tt> [virtual slot]</tt> </h3> Calls <a href="#setMode">setMode</a>( BIN ). Provided for convenience (e.g. for @@ -235,30 +235,30 @@ Calls <a href="#setMode">setMode</a>( HEX ). Provided for convenience (e.g. for connecting buttons to it). <p> <p>See also <a href="#mode-prop">mode</a>, <a href="#setDecMode">setDecMode</a>(), <a href="#setOctMode">setOctMode</a>(), <a href="#setBinMode">setBinMode</a>(), and <a href="#mode-prop">mode</a>. -<h3 class=fn>void <a name="setMode"></a>TQLCDNumber::setMode ( <a href="ntqlcdnumber.html#Mode-enum">Mode</a> )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setMode"></a>TQLCDNumber::setMode ( <a href="tqlcdnumber.html#Mode-enum">Mode</a> )<tt> [virtual]</tt> </h3><p>Sets the current display mode (number base). -See the <a href="ntqlcdnumber.html#mode-prop">"mode"</a> property for details. +See the <a href="tqlcdnumber.html#mode-prop">"mode"</a> property for details. <h3 class=fn>void <a name="setNumDigits"></a>TQLCDNumber::setNumDigits ( int nDigits )<tt> [virtual]</tt> </h3><p>Sets the current number of digits displayed to <em>nDigits</em>. -See the <a href="ntqlcdnumber.html#numDigits-prop">"numDigits"</a> property for details. +See the <a href="tqlcdnumber.html#numDigits-prop">"numDigits"</a> property for details. <h3 class=fn>void <a name="setOctMode"></a>TQLCDNumber::setOctMode ()<tt> [virtual slot]</tt> </h3> Calls <a href="#setMode">setMode</a>( OCT ). Provided for convenience (e.g. for connecting buttons to it). <p> <p>See also <a href="#mode-prop">mode</a>, <a href="#setHexMode">setHexMode</a>(), <a href="#setDecMode">setDecMode</a>(), <a href="#setBinMode">setBinMode</a>(), and <a href="#mode-prop">mode</a>. -<h3 class=fn>void <a name="setSegmentStyle"></a>TQLCDNumber::setSegmentStyle ( <a href="ntqlcdnumber.html#SegmentStyle-enum">SegmentStyle</a> )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setSegmentStyle"></a>TQLCDNumber::setSegmentStyle ( <a href="tqlcdnumber.html#SegmentStyle-enum">SegmentStyle</a> )<tt> [virtual]</tt> </h3><p>Sets the style of the LCDNumber. -See the <a href="ntqlcdnumber.html#segmentStyle-prop">"segmentStyle"</a> property for details. +See the <a href="tqlcdnumber.html#segmentStyle-prop">"segmentStyle"</a> property for details. <h3 class=fn>void <a name="setSmallDecimalPoint"></a>TQLCDNumber::setSmallDecimalPoint ( bool )<tt> [virtual slot]</tt> </h3><p>Sets the style of the decimal point. -See the <a href="ntqlcdnumber.html#smallDecimalPoint-prop">"smallDecimalPoint"</a> property for details. +See the <a href="tqlcdnumber.html#smallDecimalPoint-prop">"smallDecimalPoint"</a> property for details. <h3 class=fn>bool <a name="smallDecimalPoint"></a>TQLCDNumber::smallDecimalPoint () const </h3><p>Returns the style of the decimal point. -See the <a href="ntqlcdnumber.html#smallDecimalPoint-prop">"smallDecimalPoint"</a> property for details. +See the <a href="tqlcdnumber.html#smallDecimalPoint-prop">"smallDecimalPoint"</a> property for details. <h3 class=fn>double <a name="value"></a>TQLCDNumber::value () const </h3><p>Returns the displayed value. -See the <a href="ntqlcdnumber.html#value-prop">"value"</a> property for details. +See the <a href="tqlcdnumber.html#value-prop">"value"</a> property for details. <hr><h2>Property Documentation</h2> <h3 class=fn>int <a name="intValue-prop"></a>intValue</h3> <p>This property holds the displayed value rounded to the nearest integer. @@ -269,7 +269,7 @@ hexadecimal, octal and binary modes. of 0. <p>Set this property's value with <a href="#display">display</a>() and get this property's value with <a href="#intValue">intValue</a>(). -<h3 class=fn><a href="ntqlcdnumber.html#Mode-enum">Mode</a> <a name="mode-prop"></a>mode</h3> +<h3 class=fn><a href="tqlcdnumber.html#Mode-enum">Mode</a> <a name="mode-prop"></a>mode</h3> <p>This property holds the current display mode (number base). <p>Corresponds to the current display mode, which is one of <a href="#Mode-enum">BIN</a>, <a href="#Mode-enum">OCT</a>, <a href="#Mode-enum">DEC</a> (the default) and <a href="#Mode-enum">HEX</a>. <a href="#Mode-enum">DEC</a> mode can display @@ -285,7 +285,7 @@ one digit position. <p> <p>See also <a href="#smallDecimalPoint-prop">smallDecimalPoint</a>. <p>Set this property's value with <a href="#setNumDigits">setNumDigits</a>() and get this property's value with <a href="#numDigits">numDigits</a>(). -<h3 class=fn><a href="ntqlcdnumber.html#SegmentStyle-enum">SegmentStyle</a> <a name="segmentStyle-prop"></a>segmentStyle</h3> +<h3 class=fn><a href="tqlcdnumber.html#SegmentStyle-enum">SegmentStyle</a> <a name="segmentStyle-prop"></a>segmentStyle</h3> <p>This property holds the style of the LCDNumber. <p><center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Style <th valign="top">Result diff --git a/doc/html/qlined-m.png b/doc/html/tqlined-m.png Binary files differindex 3a70a4eba..3a70a4eba 100644 --- a/doc/html/qlined-m.png +++ b/doc/html/tqlined-m.png diff --git a/doc/html/qlined-w.png b/doc/html/tqlined-w.png Binary files differindex d622370f9..d622370f9 100644 --- a/doc/html/qlined-w.png +++ b/doc/html/tqlined-w.png diff --git a/doc/html/qlineedit-h.html b/doc/html/tqlineedit-h.html index a5a743ce9..18ba90bd9 100644 --- a/doc/html/qlineedit-h.html +++ b/doc/html/tqlineedit-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/ntqlineedit.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlineedit.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqlineedit.h Include File</title> +<title>tqlineedit.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>ntqlineedit.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>tqlineedit.h</h1> -<p>This is the verbatim text of the ntqlineedit.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqlineedit.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /********************************************************************** -** $Id: qt/ntqlineedit.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqlineedit.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQLineEdit widget class ** diff --git a/doc/html/qlineedit-members.html b/doc/html/tqlineedit-members.html index 1f3785458..12b237568 100644 --- a/doc/html/qlineedit-members.html +++ b/doc/html/tqlineedit-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/ntqlineedit.h:56 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqlineedit.h:56 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,25 +32,25 @@ 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 TQLineEdit</h1> <p>This is the complete list of member functions for -<a href="ntqlineedit.html">TQLineEdit</a>, including inherited members. +<a href="tqlineedit.html">TQLineEdit</a>, including inherited members. <ul> -<li><a href="ntqlineedit.html#TQLineEdit">TQLineEdit</a>() -<li><a href="ntqlineedit.html#~TQLineEdit">~TQLineEdit</a>() +<li><a href="tqlineedit.html#TQLineEdit">TQLineEdit</a>() +<li><a href="tqlineedit.html#~TQLineEdit">~TQLineEdit</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqlineedit.html#alignment">alignment</a>() +<li><a href="tqlineedit.html#alignment">alignment</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>() <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="ntqlineedit.html#backspace">backspace</a>() +<li><a href="tqlineedit.html#backspace">backspace</a>() <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="ntqlineedit.html#characterAt">characterAt</a>() +<li><a href="tqlineedit.html#characterAt">characterAt</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>() @@ -59,11 +59,11 @@ 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="ntqlineedit.html#clear">clear</a>() +<li><a href="tqlineedit.html#clear">clear</a>() <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() -<li><a href="ntqlineedit.html#clearModified">clearModified</a>() -<li><a href="ntqlineedit.html#clearValidator">clearValidator</a>() +<li><a href="tqlineedit.html#clearModified">clearModified</a>() +<li><a href="tqlineedit.html#clearValidator">clearValidator</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="tqwidget.html#close">close</a>() @@ -75,27 +75,27 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqlineedit.html#copy">copy</a>() +<li><a href="tqlineedit.html#copy">copy</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqlineedit.html#createPopupMenu">createPopupMenu</a>() +<li><a href="tqlineedit.html#createPopupMenu">createPopupMenu</a>() <li><a href="tqwidget.html#cursor">cursor</a>() -<li><a href="ntqlineedit.html#cursorBackward">cursorBackward</a>() -<li><a href="ntqlineedit.html#cursorForward">cursorForward</a>() -<li><a href="ntqlineedit.html#cursorPosition">cursorPosition</a>() -<li><a href="ntqlineedit.html#cursorWordBackward">cursorWordBackward</a>() -<li><a href="ntqlineedit.html#cursorWordForward">cursorWordForward</a>() +<li><a href="tqlineedit.html#cursorBackward">cursorBackward</a>() +<li><a href="tqlineedit.html#cursorForward">cursorForward</a>() +<li><a href="tqlineedit.html#cursorPosition">cursorPosition</a>() +<li><a href="tqlineedit.html#cursorWordBackward">cursorWordBackward</a>() +<li><a href="tqlineedit.html#cursorWordForward">cursorWordForward</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqlineedit.html#cut">cut</a>() -<li><a href="ntqlineedit.html#del">del</a>() +<li><a href="tqlineedit.html#cut">cut</a>() +<li><a href="tqlineedit.html#del">del</a>() <li><a href="tqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqlineedit.html#deselect">deselect</a>() +<li><a href="tqlineedit.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>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqlineedit.html#displayText">displayText</a>() -<li><a href="ntqlineedit.html#dragEnabled">dragEnabled</a>() +<li><a href="tqlineedit.html#displayText">displayText</a>() +<li><a href="tqlineedit.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>() @@ -105,10 +105,10 @@ body { background: #ffffff; color: black; } <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="ntqlineedit.html#echoMode">echoMode</a>() -<li><a href="ntqlineedit.html#edited">edited</a>() +<li><a href="tqlineedit.html#echoMode">echoMode</a>() +<li><a href="tqlineedit.html#edited">edited</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() -<li><a href="ntqlineedit.html#end">end</a>() +<li><a href="tqlineedit.html#end">end</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>() @@ -128,7 +128,7 @@ 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="ntqlineedit.html#frame">frame</a>() +<li><a href="tqlineedit.html#frame">frame</a>() <li><a href="ntqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() <li><a href="ntqframe.html#frameRect">frameRect</a>() @@ -138,22 +138,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#frameStyle">frameStyle</a>() <li><a href="ntqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() -<li><a href="ntqlineedit.html#getSelection">getSelection</a>() +<li><a href="tqlineedit.html#getSelection">getSelection</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="tqpaintdevice.html#handle">handle</a>() -<li><a href="ntqlineedit.html#hasAcceptableInput">hasAcceptableInput</a>() +<li><a href="tqlineedit.html#hasAcceptableInput">hasAcceptableInput</a>() <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="ntqlineedit.html#hasSelectedText">hasSelectedText</a>() +<li><a href="tqlineedit.html#hasSelectedText">hasSelectedText</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="ntqlineedit.html#home">home</a>() +<li><a href="tqlineedit.html#home">home</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>() @@ -161,8 +161,8 @@ body { background: #ffffff; color: black; } <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="ntqlineedit.html#inputMask">inputMask</a>() -<li><a href="ntqlineedit.html#insert">insert</a>() +<li><a href="tqlineedit.html#inputMask">inputMask</a>() +<li><a href="tqlineedit.html#insert">insert</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>() @@ -180,19 +180,19 @@ 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="ntqlineedit.html#isModified">isModified</a>() +<li><a href="tqlineedit.html#isModified">isModified</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqlineedit.html#isReadOnly">isReadOnly</a>() -<li><a href="ntqlineedit.html#isRedoAvailable">isRedoAvailable</a>() +<li><a href="tqlineedit.html#isReadOnly">isReadOnly</a>() +<li><a href="tqlineedit.html#isRedoAvailable">isRedoAvailable</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() -<li><a href="ntqlineedit.html#isUndoAvailable">isUndoAvailable</a>() +<li><a href="tqlineedit.html#isUndoAvailable">isUndoAvailable</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <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="ntqlineedit.html#keyPressEvent">keyPressEvent</a>() +<li><a href="tqlineedit.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>() @@ -200,7 +200,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="ntqframe.html#lineWidth">lineWidth</a>() -<li><a href="ntqlineedit.html#lostFocus">lostFocus</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>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -210,7 +210,7 @@ body { background: #ffffff; color: black; } <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="ntqlineedit.html#maxLength">maxLength</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>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() @@ -220,7 +220,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() -<li><a href="ntqlineedit.html#minimumSizeHint">minimumSizeHint</a>() +<li><a href="tqlineedit.html#minimumSizeHint">minimumSizeHint</a>() <li><a href="tqwidget.html#minimumWidth">minimumWidth</a>() <li><a href="tqwidget.html#mouseDoubleClickEvent">mouseDoubleClickEvent</a>() <li><a href="tqwidget.html#mouseGrabber">mouseGrabber</a>() @@ -244,7 +244,7 @@ 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="ntqlineedit.html#paste">paste</a>() +<li><a href="tqlineedit.html#paste">paste</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() <li><a href="tqobject.html#property">property</a>() @@ -252,7 +252,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqlineedit.html#redo">redo</a>() +<li><a href="tqlineedit.html#redo">redo</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -262,16 +262,16 @@ body { background: #ffffff; color: black; } <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="ntqlineedit.html#returnPressed">returnPressed</a>() +<li><a href="tqlineedit.html#returnPressed">returnPressed</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqlineedit.html#selectAll">selectAll</a>() -<li><a href="ntqlineedit.html#selectedText">selectedText</a>() -<li><a href="ntqlineedit.html#selectionChanged">selectionChanged</a>() -<li><a href="ntqlineedit.html#selectionStart">selectionStart</a>() +<li><a href="tqlineedit.html#selectAll">selectAll</a>() +<li><a href="tqlineedit.html#selectedText">selectedText</a>() +<li><a href="tqlineedit.html#selectionChanged">selectionChanged</a>() +<li><a href="tqlineedit.html#selectionStart">selectionStart</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="ntqlineedit.html#setAlignment">setAlignment</a>() +<li><a href="tqlineedit.html#setAlignment">setAlignment</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>() @@ -280,11 +280,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() -<li><a href="ntqlineedit.html#setCursorPosition">setCursorPosition</a>() +<li><a href="tqlineedit.html#setCursorPosition">setCursorPosition</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqlineedit.html#setDragEnabled">setDragEnabled</a>() -<li><a href="ntqlineedit.html#setEchoMode">setEchoMode</a>() -<li><a href="ntqlineedit.html#setEdited">setEdited</a>() +<li><a href="tqlineedit.html#setDragEnabled">setDragEnabled</a>() +<li><a href="tqlineedit.html#setEchoMode">setEchoMode</a>() +<li><a href="tqlineedit.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>() @@ -295,7 +295,7 @@ 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="ntqlineedit.html#setFrame">setFrame</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>() @@ -304,13 +304,13 @@ body { background: #ffffff; color: black; } <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="ntqlineedit.html#setInputMask">setInputMask</a>() +<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="tqwidget.html#setMask">setMask</a>() -<li><a href="ntqlineedit.html#setMaxLength">setMaxLength</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>() @@ -326,16 +326,16 @@ 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="ntqlineedit.html#setReadOnly">setReadOnly</a>() -<li><a href="ntqlineedit.html#setSelection">setSelection</a>() +<li><a href="tqlineedit.html#setReadOnly">setReadOnly</a>() +<li><a href="tqlineedit.html#setSelection">setSelection</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="ntqlineedit.html#setText">setText</a>() +<li><a href="tqlineedit.html#setText">setText</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqlineedit.html#setValidator">setValidator</a>() +<li><a href="tqlineedit.html#setValidator">setValidator</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>() @@ -347,7 +347,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="ntqlineedit.html#sizeHint">sizeHint</a>() +<li><a href="tqlineedit.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>() @@ -356,21 +356,21 @@ body { background: #ffffff; color: black; } <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="ntqlineedit.html#text">text</a>() -<li><a href="ntqlineedit.html#textChanged">textChanged</a>() +<li><a href="tqlineedit.html#text">text</a>() +<li><a href="tqlineedit.html#textChanged">textChanged</a>() <li><a href="tqobject.html#timerEvent">timerEvent</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>() -<li><a href="ntqlineedit.html#undo">undo</a>() +<li><a href="tqlineedit.html#undo">undo</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="tqwidget.html#updateGeometry">updateGeometry</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() -<li><a href="ntqlineedit.html#validateAndSet">validateAndSet</a>() -<li><a href="ntqlineedit.html#validator">validator</a>() +<li><a href="tqlineedit.html#validateAndSet">validateAndSet</a>() +<li><a href="tqlineedit.html#validator">validator</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() <li><a href="tqwidget.html#wheelEvent">wheelEvent</a>() <li><a href="tqwidget.html#width">width</a>() diff --git a/doc/html/ntqlineedit.html b/doc/html/tqlineedit.html index 8036cce59..09afcd0f1 100644 --- a/doc/html/ntqlineedit.html +++ b/doc/html/tqlineedit.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/qlineedit.cpp:268 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqlineedit.cpp:268 --> <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 TQLineEdit widget is a one-line text editor. <a href="#details">More...</a> -<p><tt>#include <<a href="qlineedit-h.html">ntqlineedit.h</a>></tt> +<p><tt>#include <<a href="tqlineedit-h.html">tqlineedit.h</a>></tt> <p>Inherits <a href="ntqframe.html">TQFrame</a>. -<p><a href="qlineedit-members.html">List of all member functions.</a> +<p><a href="tqlineedit-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQLineEdit"><b>TQLineEdit</b></a> ( TQWidget * parent, const char * name = 0 )</li> @@ -198,8 +198,8 @@ that presents some of these editing options. </table></center> <p> Any other key sequence that represents a valid character, will cause the character to be inserted into the line edit. -<p> <img src=qlined-m.png> <img src=qlined-w.png> -<p> <p>See also <a href="tqtextedit.html">TQTextEdit</a>, <a href="tqlabel.html">TQLabel</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Field, Entry</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <img src=tqlined-m.png> <img src=tqlined-w.png> +<p> <p>See also <a href="tqtextedit.html">TQTextEdit</a>, <a href="tqlabel.html">TQLabel</a>, <a href="tqcombobox.html">TQComboBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Field, Entry</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="EchoMode-enum"></a>TQLineEdit::EchoMode</h3> @@ -249,7 +249,7 @@ Destroys the line edit. <h3 class=fn>int <a name="alignment"></a>TQLineEdit::alignment () const </h3><p>Returns the alignment of the line edit. -See the <a href="ntqlineedit.html#alignment-prop">"alignment"</a> property for details. +See the <a href="tqlineedit.html#alignment-prop">"alignment"</a> property for details. <h3 class=fn>void <a name="backspace"></a>TQLineEdit::backspace () </h3> If no text is selected, deletes the character to the left of the @@ -304,7 +304,7 @@ FALSE the selection is cleared. <h3 class=fn>int <a name="cursorPosition"></a>TQLineEdit::cursorPosition () const </h3><p>Returns the current cursor position for this line edit. -See the <a href="ntqlineedit.html#cursorPosition-prop">"cursorPosition"</a> property for details. +See the <a href="tqlineedit.html#cursorPosition-prop">"cursorPosition"</a> property for details. <h3 class=fn>void <a name="cursorWordBackward"></a>TQLineEdit::cursorWordBackward ( bool mark ) </h3> Moves the cursor one word backward. If <em>mark</em> is TRUE, the word @@ -339,16 +339,16 @@ Deselects any selected text. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="displayText"></a>TQLineEdit::displayText () const </h3><p>Returns the displayed text. -See the <a href="ntqlineedit.html#displayText-prop">"displayText"</a> property for details. +See the <a href="tqlineedit.html#displayText-prop">"displayText"</a> property for details. <h3 class=fn>bool <a name="dragEnabled"></a>TQLineEdit::dragEnabled () const </h3><p>Returns TRUE if the lineedit starts a drag if the user presses and moves the mouse on some selected text; otherwise returns FALSE. -See the <a href="ntqlineedit.html#dragEnabled-prop">"dragEnabled"</a> property for details. -<h3 class=fn><a href="ntqlineedit.html#EchoMode-enum">EchoMode</a> <a name="echoMode"></a>TQLineEdit::echoMode () const +See the <a href="tqlineedit.html#dragEnabled-prop">"dragEnabled"</a> property for details. +<h3 class=fn><a href="tqlineedit.html#EchoMode-enum">EchoMode</a> <a name="echoMode"></a>TQLineEdit::echoMode () const </h3><p>Returns the line edit's echo mode. -See the <a href="ntqlineedit.html#echoMode-prop">"echoMode"</a> property for details. +See the <a href="tqlineedit.html#echoMode-prop">"echoMode"</a> property for details. <h3 class=fn>bool <a name="edited"></a>TQLineEdit::edited () const </h3><p>Returns TRUE if the line edit has been edited. Use modified instead; otherwise returns FALSE. -See the <a href="ntqlineedit.html#edited-prop">"edited"</a> property for details. +See the <a href="tqlineedit.html#edited-prop">"edited"</a> property for details. <h3 class=fn>void <a name="end"></a>TQLineEdit::end ( bool mark ) </h3> Moves the text cursor to the end of the line unless it is already @@ -359,16 +359,16 @@ is moved. <h3 class=fn>bool <a name="frame"></a>TQLineEdit::frame () const </h3><p>Returns TRUE if the line edit draws itself with a frame; otherwise returns FALSE. -See the <a href="ntqlineedit.html#frame-prop">"frame"</a> property for details. +See the <a href="tqlineedit.html#frame-prop">"frame"</a> property for details. <h3 class=fn>bool <a name="getSelection"></a>TQLineEdit::getSelection ( int * start, int * end ) </h3> <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="#selectedText">selectedText</a>(), <a href="#selectionStart">selectionStart</a>() <h3 class=fn>bool <a name="hasAcceptableInput"></a>TQLineEdit::hasAcceptableInput () const </h3><p>Returns TRUE if the input satisfies the inputMask and the validator; otherwise returns FALSE. -See the <a href="ntqlineedit.html#acceptableInput-prop">"acceptableInput"</a> property for details. +See the <a href="tqlineedit.html#acceptableInput-prop">"acceptableInput"</a> property for details. <h3 class=fn>bool <a name="hasSelectedText"></a>TQLineEdit::hasSelectedText () const </h3><p>Returns TRUE if there is any text selected; otherwise returns FALSE. -See the <a href="ntqlineedit.html#hasSelectedText-prop">"hasSelectedText"</a> property for details. +See the <a href="tqlineedit.html#hasSelectedText-prop">"hasSelectedText"</a> property for details. <h3 class=fn>void <a name="home"></a>TQLineEdit::home ( bool mark ) </h3> Moves the text cursor to the beginning of the line unless it is @@ -379,7 +379,7 @@ cursor is moved. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="inputMask"></a>TQLineEdit::inputMask () const </h3><p>Returns the validation input mask. -See the <a href="ntqlineedit.html#inputMask-prop">"inputMask"</a> property for details. +See the <a href="tqlineedit.html#inputMask-prop">"inputMask"</a> property for details. <h3 class=fn>void <a name="insert"></a>TQLineEdit::insert ( const <a href="tqstring.html">TQString</a> & newText )<tt> [virtual slot]</tt> </h3> Deletes any selected text, inserts <em>newText</em>, and validates the @@ -388,16 +388,16 @@ edit. <h3 class=fn>bool <a name="isModified"></a>TQLineEdit::isModified () const </h3><p>Returns TRUE if the line edit's contents has been modified by the user; otherwise returns FALSE. -See the <a href="ntqlineedit.html#modified-prop">"modified"</a> property for details. +See the <a href="tqlineedit.html#modified-prop">"modified"</a> property for details. <h3 class=fn>bool <a name="isReadOnly"></a>TQLineEdit::isReadOnly () const </h3><p>Returns TRUE if the line edit is read only; otherwise returns FALSE. -See the <a href="ntqlineedit.html#readOnly-prop">"readOnly"</a> property for details. +See the <a href="tqlineedit.html#readOnly-prop">"readOnly"</a> property for details. <h3 class=fn>bool <a name="isRedoAvailable"></a>TQLineEdit::isRedoAvailable () const </h3><p>Returns TRUE if redo is available; otherwise returns FALSE. -See the <a href="ntqlineedit.html#redoAvailable-prop">"redoAvailable"</a> property for details. +See the <a href="tqlineedit.html#redoAvailable-prop">"redoAvailable"</a> property for details. <h3 class=fn>bool <a name="isUndoAvailable"></a>TQLineEdit::isUndoAvailable () const </h3><p>Returns TRUE if undo is available; otherwise returns FALSE. -See the <a href="ntqlineedit.html#undoAvailable-prop">"undoAvailable"</a> property for details. +See the <a href="tqlineedit.html#undoAvailable-prop">"undoAvailable"</a> property for details. <h3 class=fn>void <a name="keyPressEvent"></a>TQLineEdit::keyPressEvent ( <a href="qkeyevent.html">TQKeyEvent</a> * e )<tt> [virtual protected]</tt> </h3> Converts key press event <em>e</em> into a line edit action. @@ -416,7 +416,7 @@ validator), the signal <a href="#returnPressed">returnPressed</a>() is emitted. <h3 class=fn>int <a name="maxLength"></a>TQLineEdit::maxLength () const </h3><p>Returns the maximum permitted length of the text. -See the <a href="ntqlineedit.html#maxLength-prop">"maxLength"</a> property for details. +See the <a href="tqlineedit.html#maxLength-prop">"maxLength"</a> property for details. <h3 class=fn><a href="tqsize.html">TQSize</a> <a name="minimumSizeHint"></a>TQLineEdit::minimumSizeHint () const<tt> [virtual]</tt> </h3> Returns a minimum size for the line edit. @@ -454,7 +454,7 @@ selected text will be deleted. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="selectedText"></a>TQLineEdit::selectedText () const </h3><p>Returns the selected text. -See the <a href="ntqlineedit.html#selectedText-prop">"selectedText"</a> property for details. +See the <a href="tqlineedit.html#selectedText-prop">"selectedText"</a> property for details. <h3 class=fn>void <a name="selectionChanged"></a>TQLineEdit::selectionChanged ()<tt> [signal]</tt> </h3> @@ -469,31 +469,31 @@ line edit or -1 if no text is selected. <h3 class=fn>void <a name="setAlignment"></a>TQLineEdit::setAlignment ( int flag )<tt> [virtual slot]</tt> </h3><p>Sets the alignment of the line edit to <em>flag</em>. -See the <a href="ntqlineedit.html#alignment-prop">"alignment"</a> property for details. +See the <a href="tqlineedit.html#alignment-prop">"alignment"</a> property for details. <h3 class=fn>void <a name="setCursorPosition"></a>TQLineEdit::setCursorPosition ( int )<tt> [virtual slot]</tt> </h3><p>Sets the current cursor position for this line edit. -See the <a href="ntqlineedit.html#cursorPosition-prop">"cursorPosition"</a> property for details. +See the <a href="tqlineedit.html#cursorPosition-prop">"cursorPosition"</a> property for details. <h3 class=fn>void <a name="setDragEnabled"></a>TQLineEdit::setDragEnabled ( bool b )<tt> [virtual slot]</tt> </h3><p>Sets whether the lineedit starts a drag if the user presses and moves the mouse on some selected text to <em>b</em>. -See the <a href="ntqlineedit.html#dragEnabled-prop">"dragEnabled"</a> property for details. -<h3 class=fn>void <a name="setEchoMode"></a>TQLineEdit::setEchoMode ( <a href="ntqlineedit.html#EchoMode-enum">EchoMode</a> )<tt> [virtual slot]</tt> +See the <a href="tqlineedit.html#dragEnabled-prop">"dragEnabled"</a> property for details. +<h3 class=fn>void <a name="setEchoMode"></a>TQLineEdit::setEchoMode ( <a href="tqlineedit.html#EchoMode-enum">EchoMode</a> )<tt> [virtual slot]</tt> </h3><p>Sets the line edit's echo mode. -See the <a href="ntqlineedit.html#echoMode-prop">"echoMode"</a> property for details. +See the <a href="tqlineedit.html#echoMode-prop">"echoMode"</a> property for details. <h3 class=fn>void <a name="setEdited"></a>TQLineEdit::setEdited ( bool ) </h3><p>Sets whether the line edit has been edited. Use modified instead. -See the <a href="ntqlineedit.html#edited-prop">"edited"</a> property for details. +See the <a href="tqlineedit.html#edited-prop">"edited"</a> property for details. <h3 class=fn>void <a name="setFrame"></a>TQLineEdit::setFrame ( bool )<tt> [virtual slot]</tt> </h3><p>Sets whether the line edit draws itself with a frame. -See the <a href="ntqlineedit.html#frame-prop">"frame"</a> property for details. +See the <a href="tqlineedit.html#frame-prop">"frame"</a> property for details. <h3 class=fn>void <a name="setInputMask"></a>TQLineEdit::setInputMask ( const <a href="tqstring.html">TQString</a> & inputMask ) </h3><p>Sets the validation input mask to <em>inputMask</em>. -See the <a href="ntqlineedit.html#inputMask-prop">"inputMask"</a> property for details. +See the <a href="tqlineedit.html#inputMask-prop">"inputMask"</a> property for details. <h3 class=fn>void <a name="setMaxLength"></a>TQLineEdit::setMaxLength ( int )<tt> [virtual slot]</tt> </h3><p>Sets the maximum permitted length of the text. -See the <a href="ntqlineedit.html#maxLength-prop">"maxLength"</a> property for details. +See the <a href="tqlineedit.html#maxLength-prop">"maxLength"</a> property for details. <h3 class=fn>void <a name="setReadOnly"></a>TQLineEdit::setReadOnly ( bool )<tt> [virtual slot]</tt> </h3><p>Sets whether the line edit is read only. -See the <a href="ntqlineedit.html#readOnly-prop">"readOnly"</a> property for details. +See the <a href="tqlineedit.html#readOnly-prop">"readOnly"</a> property for details. <h3 class=fn>void <a name="setSelection"></a>TQLineEdit::setSelection ( int start, int length )<tt> [virtual slot]</tt> </h3> Selects text from position <em>start</em> and for <em>length</em> characters. @@ -503,7 +503,7 @@ the selection regardless of its current position. <h3 class=fn>void <a name="setText"></a>TQLineEdit::setText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual slot]</tt> </h3><p>Sets the line edit's text. -See the <a href="ntqlineedit.html#text-prop">"text"</a> property for details. +See the <a href="tqlineedit.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="setValidator"></a>TQLineEdit::setValidator ( const <a href="ntqvalidator.html">TQValidator</a> * v )<tt> [virtual slot]</tt> </h3> Sets this line edit to only accept input that the validator, <em>v</em>, @@ -524,7 +524,7 @@ Returns a recommended size for the widget. <p>Example: <a href="addressbook-example.html#x583">addressbook/centralwidget.cpp</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQLineEdit::text () const </h3><p>Returns the line edit's text. -See the <a href="ntqlineedit.html#text-prop">"text"</a> property for details. +See the <a href="tqlineedit.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="textChanged"></a>TQLineEdit::textChanged ( const <a href="tqstring.html">TQString</a> & )<tt> [signal]</tt> </h3> @@ -581,7 +581,7 @@ text().length() characters long, e.g. "******"; if <a href="#EchoMode-enum">Echo <p>This property holds whether the lineedit starts a drag if the user presses and moves the mouse on some selected text. <p> <p>Set this property's value with <a href="#setDragEnabled">setDragEnabled</a>() and get this property's value with <a href="#dragEnabled">dragEnabled</a>(). -<h3 class=fn><a href="ntqlineedit.html#EchoMode-enum">EchoMode</a> <a name="echoMode-prop"></a>echoMode</h3> +<h3 class=fn><a href="tqlineedit.html#EchoMode-enum">EchoMode</a> <a name="echoMode-prop"></a>echoMode</h3> <p>This property holds the line edit's echo mode. <p>The initial setting is <a href="#EchoMode-enum">Normal</a>, but TQLineEdit also supports <a href="#EchoMode-enum">NoEcho</a> and <a href="#EchoMode-enum">Password</a> modes. <p> The widget's display and the ability to copy or drag the text is diff --git a/doc/html/tqmainwindow.html b/doc/html/tqmainwindow.html index c6abc5d92..12459e6fc 100644 --- a/doc/html/tqmainwindow.html +++ b/doc/html/tqmainwindow.html @@ -385,7 +385,7 @@ add your own dock areas (see <a href="ntqdockarea.html">TQDockArea</a>) to the s TQMainWindow provides functionality specific to the standard dock areas it provides. <p> <img src=tqmainwindow-m.png> <img src=tqmainwindow-w.png> -<p> <p>See also <a href="tqtoolbar.html">TQToolBar</a>, <a href="ntqdockwindow.html">TQDockWindow</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="tqaction.html">TQAction</a>, <a href="tqmenubar.html">TQMenuBar</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="tqtooltipgroup.html">TQToolTipGroup</a>, <a href="ntqdialog.html">TQDialog</a>, and <a href="application.html">Main Window and Related Classes</a>. +<p> <p>See also <a href="tqtoolbar.html">TQToolBar</a>, <a href="ntqdockwindow.html">TQDockWindow</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="tqaction.html">TQAction</a>, <a href="tqmenubar.html">TQMenuBar</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="tqtooltipgroup.html">TQToolTipGroup</a>, <a href="tqdialog.html">TQDialog</a>, and <a href="application.html">Main Window and Related Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="DockWindows-enum"></a>TQMainWindow::DockWindows</h3> diff --git a/doc/html/tqmenubar.html b/doc/html/tqmenubar.html index 763f41387..8ce0e0d52 100644 --- a/doc/html/tqmenubar.html +++ b/doc/html/tqmenubar.html @@ -447,7 +447,7 @@ you need a popup menu with a title. traverses the popup menu with the arrow keys. If the widget does not accept <tt>ArrowUp</tt> and <tt>ArrowDown</tt> in its key event handler, the focus will move back to the menu when the respective arrow key -is hit one more time. This works with a <a href="ntqlineedit.html">TQLineEdit</a>, for example. If +is hit one more time. This works with a <a href="tqlineedit.html">TQLineEdit</a>, for example. If the widget accepts the arrow key itself, it must also provide the possibility to put the focus back on the menu again by calling <a href="tqwidget.html#focusNextPrevChild">TQWidget::focusNextPrevChild</a>(). Futhermore, if the embedded widget diff --git a/doc/html/tqmenudata.html b/doc/html/tqmenudata.html index 736734fc4..6b13e1e9f 100644 --- a/doc/html/tqmenudata.html +++ b/doc/html/tqmenudata.html @@ -471,7 +471,7 @@ you need a popup menu with a title. traverses the popup menu with the arrow keys. If the widget does not accept <tt>ArrowUp</tt> and <tt>ArrowDown</tt> in its key event handler, the focus will move back to the menu when the respective arrow key -is hit one more time. This works with a <a href="ntqlineedit.html">TQLineEdit</a>, for example. If +is hit one more time. This works with a <a href="tqlineedit.html">TQLineEdit</a>, for example. If the widget accepts the arrow key itself, it must also provide the possibility to put the focus back on the menu again by calling <a href="tqwidget.html#focusNextPrevChild">TQWidget::focusNextPrevChild</a>(). Futhermore, if the embedded widget diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index 1aeb4eb38..294fc0f79 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -168,7 +168,7 @@ and have an iterator class, TQObjectListIt. </h3> Constructs an object called <em>name</em> with parent object, <em>parent</em>. <p> The parent of an object may be viewed as the object's owner. For -instance, a <a href="ntqdialog.html">dialog box</a> is the parent of the +instance, a <a href="tqdialog.html">dialog box</a> is the parent of the "OK" and "Cancel" buttons it contains. <p> The destructor of a parent object destroys all child objects. <p> Setting <em>parent</em> to 0 constructs an object with no parent. If the @@ -283,8 +283,8 @@ returns FALSE. and the <em>member</em>, for example: <pre> <a href="tqlabel.html">TQLabel</a> *label = new <a href="tqlabel.html">TQLabel</a>; - <a href="ntqscrollbar.html">TQScrollBar</a> *scroll = new <a href="ntqscrollbar.html">TQScrollBar</a>; - TQObject::<a href="#connect">connect</a>( scroll, TQ_SIGNAL(<a href="ntqscrollbar.html#valueChanged">valueChanged</a>(int)), + <a href="tqscrollbar.html">TQScrollBar</a> *scroll = new <a href="tqscrollbar.html">TQScrollBar</a>; + TQObject::<a href="#connect">connect</a>( scroll, TQ_SIGNAL(<a href="tqscrollbar.html#valueChanged">valueChanged</a>(int)), label, TQ_SLOT(<a href="tqlabel.html#setNum">setNum</a>(int)) ); </pre> @@ -306,12 +306,12 @@ label, TQ_SLOT(setNum(int v)) ); void myUsefulSignal(); private: - <a href="ntqpushbutton.html">TQPushButton</a> *aButton; + <a href="tqpushbutton.html">TQPushButton</a> *aButton; }; MyWidget::MyWidget() { - aButton = new <a href="ntqpushbutton.html">TQPushButton</a>( this ); + 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()) ); } </pre> @@ -543,7 +543,7 @@ sure to return TRUE. Otherwise, TQt will forward the event to the deleted object and the program might crash. <p> <p>See also <a href="#installEventFilter">installEventFilter</a>(). -<p>Reimplemented in <a href="ntqaccel.html#eventFilter">TQAccel</a>, <a href="ntqscrollview.html#eventFilter">TQScrollView</a>, and <a href="ntqspinbox.html#eventFilter">TQSpinBox</a>. +<p>Reimplemented in <a href="ntqaccel.html#eventFilter">TQAccel</a>, <a href="tqscrollview.html#eventFilter">TQScrollView</a>, and <a href="tqspinbox.html#eventFilter">TQSpinBox</a>. <h3 class=fn>bool <a name="highPriority"></a>TQObject::highPriority () const </h3> @@ -567,7 +567,7 @@ returns FALSE. t-><a href="#inherits">inherits</a>( "TQButton" ); // returns FALSE // TQScrollBar inherits TQWidget and TQRangeControl - <a href="ntqscrollbar.html">TQScrollBar</a> *s = new <a href="ntqscrollbar.html">TQScrollBar</a>( 0 ); + <a href="tqscrollbar.html">TQScrollBar</a> *s = new <a href="tqscrollbar.html">TQScrollBar</a>( 0 ); s-><a href="#inherits">inherits</a>( "TQWidget" ); // returns TRUE s-><a href="#inherits">inherits</a>( "TQRangeControl" ); // returns FALSE </pre> @@ -628,7 +628,7 @@ monitored objects: <p> And here's how to install it on two widgets: <pre> KeyPressEater *keyPressEater = new KeyPressEater( this ); - <a href="ntqpushbutton.html">TQPushButton</a> *pushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( 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 ); pushButton-><a href="#installEventFilter">installEventFilter</a>( keyPressEater ); @@ -894,7 +894,7 @@ translators while performing translations is not supported. Doing so will probably result in crashes or other undesirable behavior. <p> <p>See also <a href="#trUtf8">trUtf8</a>(), <a href="ntqapplication.html#translate">TQApplication::translate</a>(), and <a href="i18n.html">Internationalization with TQt</a>. -<p>Example: <a href="ntqdialog.html#x2130">network/networkprotocol/view.cpp</a>. +<p>Example: <a href="tqdialog.html#x2130">network/networkprotocol/view.cpp</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="trUtf8"></a>TQObject::trUtf8 ( const char * sourceText, const char * comment )<tt> [static]</tt> </h3> diff --git a/doc/html/tqpixmapcache.html b/doc/html/tqpixmapcache.html index 42865ec32..1f80d35bf 100644 --- a/doc/html/tqpixmapcache.html +++ b/doc/html/tqpixmapcache.html @@ -60,7 +60,7 @@ use it to store temporary pixmaps that are expensive to generate without using more storage space than <a href="#cacheLimit">cacheLimit</a>(). Use <a href="#insert">insert</a>() to insert pixmaps, <a href="#find">find</a>() to find them and <a href="#clear">clear</a>() to empty the cache. -<p> For example, <a href="ntqradiobutton.html">TQRadioButton</a> has a non-trivial visual representation +<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 diff --git a/doc/html/tqpopupmenu.html b/doc/html/tqpopupmenu.html index b24d1be55..c893f8ed5 100644 --- a/doc/html/tqpopupmenu.html +++ b/doc/html/tqpopupmenu.html @@ -573,7 +573,7 @@ you need a popup menu with a title. traverses the popup menu with the arrow keys. If the widget does not accept <tt>ArrowUp</tt> and <tt>ArrowDown</tt> in its key event handler, the focus will move back to the menu when the respective arrow key -is hit one more time. This works with a <a href="ntqlineedit.html">TQLineEdit</a>, for example. If +is hit one more time. This works with a <a href="tqlineedit.html">TQLineEdit</a>, for example. If the widget accepts the arrow key itself, it must also provide the possibility to put the focus back on the menu again by calling <a href="tqwidget.html#focusNextPrevChild">TQWidget::focusNextPrevChild</a>(). Futhermore, if the embedded widget diff --git a/doc/html/tqptrdict.html b/doc/html/tqptrdict.html index 5bd2fe8be..8332ded16 100644 --- a/doc/html/tqptrdict.html +++ b/doc/html/tqptrdict.html @@ -82,12 +82,12 @@ pointer. Dictionaries provide very fast insertion and lookup. <pre> TQPtrDict<char> fields; // void* keys, char* values - <a href="ntqlineedit.html">TQLineEdit</a> *le1 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); - le1-><a href="ntqlineedit.html#setText">setText</a>( "Simpson" ); - <a href="ntqlineedit.html">TQLineEdit</a> *le2 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); - le2-><a href="ntqlineedit.html#setText">setText</a>( "Homer" ); - <a href="ntqlineedit.html">TQLineEdit</a> *le3 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); - le3-><a href="ntqlineedit.html#setText">setText</a>( "45" ); + <a href="tqlineedit.html">TQLineEdit</a> *le1 = new <a href="tqlineedit.html">TQLineEdit</a>( this ); + le1-><a href="tqlineedit.html#setText">setText</a>( "Simpson" ); + <a href="tqlineedit.html">TQLineEdit</a> *le2 = new <a href="tqlineedit.html">TQLineEdit</a>( this ); + le2-><a href="tqlineedit.html#setText">setText</a>( "Homer" ); + <a href="tqlineedit.html">TQLineEdit</a> *le3 = new <a href="tqlineedit.html">TQLineEdit</a>( this ); + le3-><a href="tqlineedit.html#setText">setText</a>( "45" ); fields.<a href="#insert">insert</a>( le1, "Surname" ); fields.<a href="#insert">insert</a>( le2, "Forename" ); @@ -99,12 +99,12 @@ pointer. Dictionaries provide very fast insertion and lookup. cout << endl; if ( fields[le1] ) // Prints "Surname: Simpson" - cout << fields[le1] << ": " << le1-><a href="ntqlineedit.html#text">text</a>() << endl; + cout << fields[le1] << ": " << le1-><a href="tqlineedit.html#text">text</a>() << endl; if ( fields[le2] ) // Prints "Forename: Homer" - cout << fields[le2] << ": " << le2-><a href="ntqlineedit.html#text">text</a>() << endl; + cout << fields[le2] << ": " << le2-><a href="tqlineedit.html#text">text</a>() << endl; fields.<a href="#remove">remove</a>( le1 ); // Removes le1 from the dictionary - cout << le1-><a href="ntqlineedit.html#text">text</a>() << endl; // Prints "Simpson" + cout << le1-><a href="tqlineedit.html#text">text</a>() << endl; // Prints "Simpson" </pre> In this example we use a dictionary to add an extra property (a diff --git a/doc/html/tqptrdictiterator.html b/doc/html/tqptrdictiterator.html index 857a2e7a4..1d8557ec3 100644 --- a/doc/html/tqptrdictiterator.html +++ b/doc/html/tqptrdictiterator.html @@ -62,12 +62,12 @@ iterator that operates on TQPtrDict<X> (dictionary of X*). <pre> <a href="tqptrdict.html">TQPtrDict</a><char> fields; - <a href="ntqlineedit.html">TQLineEdit</a> *le1 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); - le1-><a href="ntqlineedit.html#setText">setText</a>( "Simpson" ); - <a href="ntqlineedit.html">TQLineEdit</a> *le2 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); - le2-><a href="ntqlineedit.html#setText">setText</a>( "Homer" ); - <a href="ntqlineedit.html">TQLineEdit</a> *le3 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); - le3-><a href="ntqlineedit.html#setText">setText</a>( "45" ); + <a href="tqlineedit.html">TQLineEdit</a> *le1 = new <a href="tqlineedit.html">TQLineEdit</a>( this ); + le1-><a href="tqlineedit.html#setText">setText</a>( "Simpson" ); + <a href="tqlineedit.html">TQLineEdit</a> *le2 = new <a href="tqlineedit.html">TQLineEdit</a>( this ); + le2-><a href="tqlineedit.html#setText">setText</a>( "Homer" ); + <a href="tqlineedit.html">TQLineEdit</a> *le3 = new <a href="tqlineedit.html">TQLineEdit</a>( this ); + le3-><a href="tqlineedit.html#setText">setText</a>( "45" ); fields.<a href="tqptrdict.html#insert">insert</a>( le1, "Surname" ); fields.<a href="tqptrdict.html#insert">insert</a>( le2, "Forename" ); @@ -75,8 +75,8 @@ iterator that operates on TQPtrDict<X> (dictionary of X*). TQPtrDictIterator<char> it( fields ); for( ; it.<a href="#current">current</a>(); ++it ) { - <a href="ntqlineedit.html">TQLineEdit</a> *le = (TQLineEdit)it.<a href="#currentKey">currentKey</a>(); - cout << it.<a href="#current">current</a>() << ": " << le-><a href="ntqlineedit.html#text">text</a>() << endl; + <a href="tqlineedit.html">TQLineEdit</a> *le = (TQLineEdit)it.<a href="#currentKey">currentKey</a>(); + cout << it.<a href="#current">current</a>() << ": " << le-><a href="tqlineedit.html#text">text</a>() << endl; } cout << endl; diff --git a/doc/html/qpushbt-m.png b/doc/html/tqpushbt-m.png Binary files differindex 76fc90de5..76fc90de5 100644 --- a/doc/html/qpushbt-m.png +++ b/doc/html/tqpushbt-m.png diff --git a/doc/html/qpushbt-w.png b/doc/html/tqpushbt-w.png Binary files differindex 6290bfdf6..6290bfdf6 100644 --- a/doc/html/qpushbt-w.png +++ b/doc/html/tqpushbt-w.png diff --git a/doc/html/qpushbutton-h.html b/doc/html/tqpushbutton-h.html index 7886362fe..2af71e4fb 100644 --- a/doc/html/qpushbutton-h.html +++ b/doc/html/tqpushbutton-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/ntqpushbutton.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqpushbutton.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqpushbutton.h Include File</title> +<title>tqpushbutton.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>ntqpushbutton.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>tqpushbutton.h</h1> -<p>This is the verbatim text of the ntqpushbutton.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqpushbutton.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqpushbutton.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqpushbutton.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQPushButton class ** diff --git a/doc/html/qpushbutton-members.html b/doc/html/tqpushbutton-members.html index 5e16d8d6b..77a2a6579 100644 --- a/doc/html/qpushbutton-members.html +++ b/doc/html/tqpushbutton-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/ntqpushbutton.h:50 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqpushbutton.h:50 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,16 +32,16 @@ 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 TQPushButton</h1> <p>This is the complete list of member functions for -<a href="ntqpushbutton.html">TQPushButton</a>, including inherited members. +<a href="tqpushbutton.html">TQPushButton</a>, including inherited members. <ul> -<li><a href="ntqpushbutton.html#TQPushButton">TQPushButton</a>() -<li><a href="ntqpushbutton.html#~TQPushButton">~TQPushButton</a>() +<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="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="ntqbutton.html#animateClick">animateClick</a>() -<li><a href="ntqpushbutton.html#autoDefault">autoDefault</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="tqwidget.html#backgroundBrush">backgroundBrush</a>() @@ -129,7 +129,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqbutton.html#hitButton">hitButton</a>() <li><a href="tqwidget.html#icon">icon</a>() -<li><a href="ntqpushbutton.html#iconSet">iconSet</a>() +<li><a href="tqpushbutton.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>() @@ -140,7 +140,7 @@ body { background: #ffffff; color: black; } <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="ntqpushbutton.html#isDefault">isDefault</a>() +<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>() @@ -149,13 +149,13 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isEnabledToTLW">isEnabledToTLW</a>() <li><a href="ntqbutton.html#isExclusiveToggle">isExclusiveToggle</a>() <li><a href="tqpaintdevice.html#isExtDev">isExtDev</a>() -<li><a href="ntqpushbutton.html#isFlat">isFlat</a>() +<li><a href="tqpushbutton.html#isFlat">isFlat</a>() <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() -<li><a href="ntqpushbutton.html#isMenuButton">isMenuButton</a>() +<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>() @@ -217,7 +217,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqbutton.html#pixmap">pixmap</a>() <li><a href="tqwidget.html#polish">polish</a>() -<li><a href="ntqpushbutton.html#popup">popup</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="tqobject.html#property">property</a>() @@ -240,7 +240,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqbutton.html#setAccel">setAccel</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() -<li><a href="ntqpushbutton.html#setAutoDefault">setAutoDefault</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="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() @@ -250,7 +250,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() -<li><a href="ntqpushbutton.html#setDefault">setDefault</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="tqwidget.html#setEnabled">setEnabled</a>() @@ -259,7 +259,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>() <li><a href="tqwidget.html#setFixedSize">setFixedSize</a>() <li><a href="tqwidget.html#setFixedWidth">setFixedWidth</a>() -<li><a href="ntqpushbutton.html#setFlat">setFlat</a>() +<li><a href="tqpushbutton.html#setFlat">setFlat</a>() <li><a href="tqwidget.html#setFocus">setFocus</a>() <li><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() <li><a href="tqwidget.html#setFocusProxy">setFocusProxy</a>() @@ -267,10 +267,10 @@ body { background: #ffffff; color: black; } <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="ntqpushbutton.html#setIconSet">setIconSet</a>() +<li><a href="tqpushbutton.html#setIconSet">setIconSet</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() -<li><a href="ntqpushbutton.html#setIsMenuButton">setIsMenuButton</a>() +<li><a href="tqpushbutton.html#setIsMenuButton">setIsMenuButton</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() @@ -282,13 +282,13 @@ 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="ntqpushbutton.html#setOn">setOn</a>() +<li><a href="tqpushbutton.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="ntqpushbutton.html#setPopup">setPopup</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>() @@ -297,7 +297,7 @@ body { background: #ffffff; color: black; } <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="ntqpushbutton.html#setToggleButton">setToggleButton</a>() +<li><a href="tqpushbutton.html#setToggleButton">setToggleButton</a>() <li><a href="ntqbutton.html#setToggleType">setToggleType</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() diff --git a/doc/html/ntqpushbutton.html b/doc/html/tqpushbutton.html index 741cf023e..f121eedf2 100644 --- a/doc/html/ntqpushbutton.html +++ b/doc/html/tqpushbutton.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/qpushbutton.cpp:55 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqpushbutton.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 TQPushButton widget provides a command button. <a href="#details">More...</a> -<p><tt>#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>></tt> +<p><tt>#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>></tt> <p>Inherits <a href="ntqbutton.html">TQButton</a>. -<p><a href="qpushbutton-members.html">List of all member functions.</a> +<p><a href="tqpushbutton-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQPushButton"><b>TQPushButton</b></a> ( TQWidget * parent, const char * name = 0 )</li> @@ -168,14 +168,14 @@ button. not just one command, but several, since when they are clicked they pop up a menu of options. Use the method <a href="#setPopup">setPopup</a>() to associate a popup menu with a push button. -<p> Other classes of buttons are option buttons (see <a href="ntqradiobutton.html">TQRadioButton</a>) and -check boxes (see <a href="ntqcheckbox.html">TQCheckBox</a>). -<p> <img src="qpushbt-m.png"> <img src="qpushbt-w.png"> +<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 and other API, and TQPushButton provides GUI logic. See TQButton for more information about the API. <p> -<p> <p>See also <a href="tqtoolbutton.html">TQToolButton</a>, <a href="ntqradiobutton.html">TQRadioButton</a>, <a href="ntqcheckbox.html">TQCheckBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Push Button</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <p>See also <a href="tqtoolbutton.html">TQToolButton</a>, <a href="tqradiobutton.html">TQRadioButton</a>, <a href="tqcheckbox.html">TQCheckBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Push Button</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQPushButton"></a>TQPushButton::TQPushButton ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) @@ -206,7 +206,7 @@ Destroys the push button. See the <a href="ntqbutton.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="ntqpushbutton.html#autoDefault-prop">"autoDefault"</a> property for details. +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. @@ -233,10 +233,10 @@ returns 0. <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. -See the <a href="ntqpushbutton.html#iconSet-prop">"iconSet"</a> property for details. +See the <a href="tqpushbutton.html#iconSet-prop">"iconSet"</a> property for details. <h3 class=fn>bool <a name="isDefault"></a>TQPushButton::isDefault () const </h3><p>Returns TRUE if the push button is the default button; otherwise returns FALSE. -See the <a href="ntqpushbutton.html#default-prop">"default"</a> property for details. +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. @@ -245,10 +245,10 @@ See the <a href="ntqbutton.html#down-prop">"down"</a> property for details. See the <a href="ntqbutton.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="ntqpushbutton.html#flat-prop">"flat"</a> property for details. +See the <a href="tqpushbutton.html#flat-prop">"flat"</a> property for details. <h3 class=fn>bool <a name="isMenuButton"></a>TQPushButton::isMenuButton () const </h3><p>Returns TRUE if the push button has a menu button on it; otherwise returns FALSE. -See the <a href="ntqpushbutton.html#menuButton-prop">"menuButton"</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. @@ -282,22 +282,22 @@ has been set. See the <a href="ntqbutton.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="ntqpushbutton.html#autoDefault-prop">"autoDefault"</a> property for details. +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. <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="ntqpushbutton.html#default-prop">"default"</a> property for details. +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. <h3 class=fn>void <a name="setFlat"></a>TQPushButton::setFlat ( bool ) </h3><p>Sets whether the border is disabled. -See the <a href="ntqpushbutton.html#flat-prop">"flat"</a> property for details. +See the <a href="tqpushbutton.html#flat-prop">"flat"</a> property for details. <h3 class=fn>void <a name="setIconSet"></a>TQPushButton::setIconSet ( const <a href="tqiconset.html">TQIconSet</a> & ) </h3><p>Sets the icon set on the push button. -See the <a href="ntqpushbutton.html#iconSet-prop">"iconSet"</a> property for details. +See the <a href="tqpushbutton.html#iconSet-prop">"iconSet"</a> property for details. <h3 class=fn>void <a name="setIsMenuButton"></a>TQPushButton::setIsMenuButton ( bool enable )<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. @@ -305,7 +305,7 @@ See the <a href="ntqpushbutton.html#iconSet-prop">"iconSet"</a> property for det <h3 class=fn>void <a name="setOn"></a>TQPushButton::setOn ( bool )<tt> [virtual slot]</tt> </h3><p>Sets whether the push button is toggled. -See the <a href="ntqpushbutton.html#on-prop">"on"</a> property for details. +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. @@ -323,7 +323,7 @@ button. See the <a href="ntqbutton.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="ntqpushbutton.html#toggleButton-prop">"toggleButton"</a> property for details. +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><p>Returns the state of the toggle button. See the <a href="ntqbutton.html#toggleState-prop">"toggleState"</a> property for details. @@ -331,7 +331,7 @@ See the <a href="ntqbutton.html#toggleState-prop">"toggleState"</a> property for </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="ntqcheckbox.html#setTristate">"no change" state</a> or <a href="ntqbutton.html#ToggleState-enum">Off</a> +<a href="tqcheckbox.html#setTristate">"no change" state</a> or <a href="ntqbutton.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. @@ -369,7 +369,7 @@ default button in a dialog. around it, up to 3 pixels or more. TQt automatically keeps this space free around auto-default buttons, i.e. auto-default buttons may have a slightly larger size hint. -<p> This property's default is TRUE for buttons that have a <a href="ntqdialog.html">TQDialog</a> +<p> This property's default is TRUE for buttons that have a <a href="tqdialog.html">TQDialog</a> parent; otherwise it defaults to FALSE. <p> See the <a href="#default-prop">default</a> property for details of how <a href="#default-prop">default</a> and auto-default interact. @@ -452,7 +452,7 @@ defined by the text. <p>Set this property's value with <a href="#setText">setText</a>() and get this property's value with <a href="#text">text</a>(). <h3 class=fn>bool <a name="toggleButton-prop"></a>toggleButton</h3> <p>This property holds whether the button is a toggle button. -<p>Toggle buttons have an on/off state similar to <a href="ntqcheckbox.html">check boxes.</a> A push button is initially not a toggle +<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>(). diff --git a/doc/html/qradiobt-m.png b/doc/html/tqradiobt-m.png Binary files differindex cd3eacc27..cd3eacc27 100644 --- a/doc/html/qradiobt-m.png +++ b/doc/html/tqradiobt-m.png diff --git a/doc/html/qradiobt-w.png b/doc/html/tqradiobt-w.png Binary files differindex c9ce3e56a..c9ce3e56a 100644 --- a/doc/html/qradiobt-w.png +++ b/doc/html/tqradiobt-w.png diff --git a/doc/html/qradiobutton-h.html b/doc/html/tqradiobutton-h.html index 9a8880fb8..a577ac915 100644 --- a/doc/html/qradiobutton-h.html +++ b/doc/html/tqradiobutton-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/ntqradiobutton.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqradiobutton.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqradiobutton.h Include File</title> +<title>tqradiobutton.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>ntqradiobutton.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>tqradiobutton.h</h1> -<p>This is the verbatim text of the ntqradiobutton.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqradiobutton.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqradiobutton.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqradiobutton.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQRadioButton class ** diff --git a/doc/html/qradiobutton-members.html b/doc/html/tqradiobutton-members.html index 87327036a..946967de1 100644 --- a/doc/html/qradiobutton-members.html +++ b/doc/html/tqradiobutton-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/ntqradiobutton.h:47 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqradiobutton.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 TQRadioButton</h1> <p>This is the complete list of member functions for -<a href="ntqradiobutton.html">TQRadioButton</a>, including inherited members. +<a href="tqradiobutton.html">TQRadioButton</a>, including inherited members. <ul> -<li><a href="ntqradiobutton.html#TQRadioButton">TQRadioButton</a>() +<li><a href="tqradiobutton.html#TQRadioButton">TQRadioButton</a>() <li><a href="ntqbutton.html#accel">accel</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() @@ -137,7 +137,7 @@ body { background: #ffffff; color: black; } <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="ntqradiobutton.html#isChecked">isChecked</a>() +<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>() @@ -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="ntqradiobutton.html#setChecked">setChecked</a>() +<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>() diff --git a/doc/html/ntqradiobutton.html b/doc/html/tqradiobutton.html index 3c4077ffb..26ea08f75 100644 --- a/doc/html/ntqradiobutton.html +++ b/doc/html/tqradiobutton.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/qradiobutton.cpp:50 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqradiobutton.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 TQRadioButton widget provides a radio button with a text or pixmap label. <a href="#details">More...</a> -<p><tt>#include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>></tt> +<p><tt>#include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>></tt> <p>Inherits <a href="ntqbutton.html">TQButton</a>. -<p><a href="qradiobutton-members.html">List of all member functions.</a> +<p><a href="tqradiobutton-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQRadioButton"><b>TQRadioButton</b></a> ( TQWidget * parent, const char * name = 0 )</li> @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } The TQRadioButton widget provides a radio button with a text or pixmap label. <p> -<p> TQRadioButton and <a href="ntqcheckbox.html">TQCheckBox</a> are both option buttons. That is, they +<p> TQRadioButton and <a href="tqcheckbox.html">TQCheckBox</a> are both option buttons. That is, they can be switched on (checked) or off (unchecked). The classes differ in how the choices for the user are restricted. Check boxes define "many of many" choices, whereas radio buttons provide a @@ -94,12 +94,12 @@ put the radio buttons into <a href="ntqbuttongroup.html">TQButtonGroup</a>. <a href="ntqbutton.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="ntqpushbutton.html">TQPushButton</a>, a radio button can display text or a +<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>(). -<p> <img src=qradiobt-m.png> <img src=qradiobt-w.png> +<p> <img src=tqradiobt-m.png> <img src=tqradiobt-w.png> <p> -<p> <p>See also <a href="ntqpushbutton.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>. +<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>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQRadioButton"></a>TQRadioButton::TQRadioButton ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) @@ -143,7 +143,7 @@ returns 0. <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="ntqradiobutton.html#checked-prop">"checked"</a> property for details. +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. @@ -180,7 +180,7 @@ See the <a href="ntqbutton.html#accel-prop">"accel"</a> property for details. See the <a href="ntqbutton.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="ntqradiobutton.html#checked-prop">"checked"</a> property for details. +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. @@ -197,7 +197,7 @@ See the <a href="ntqbutton.html#toggleState-prop">"toggleState"</a> property for </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="ntqcheckbox.html#setTristate">"no change" state</a> or <a href="ntqbutton.html#ToggleState-enum">Off</a> +<a href="tqcheckbox.html#setTristate">"no change" state</a> or <a href="ntqbutton.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. diff --git a/doc/html/tqregexpvalidator.html b/doc/html/tqregexpvalidator.html index 857bc1090..ba8815700 100644 --- a/doc/html/tqregexpvalidator.html +++ b/doc/html/tqregexpvalidator.html @@ -65,8 +65,8 @@ the given position if a start position greater than zero is given. <a href="tqregexp.html">TQRegExp</a> rx( "-?\\d{1,3}" ); <a href="ntqvalidator.html">TQValidator</a>* validator = new TQRegExpValidator( rx, this ); - <a href="ntqlineedit.html">TQLineEdit</a>* edit = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); - edit-><a href="ntqlineedit.html#setValidator">setValidator</a>( validator ); + <a href="tqlineedit.html">TQLineEdit</a>* edit = new <a href="tqlineedit.html">TQLineEdit</a>( this ); + edit-><a href="tqlineedit.html#setValidator">setValidator</a>( validator ); </pre> <p> Below we present some examples of validators. In practice they would diff --git a/doc/html/qscrollbar-h.html b/doc/html/tqscrollbar-h.html index f09b12832..1c6773bba 100644 --- a/doc/html/qscrollbar-h.html +++ b/doc/html/tqscrollbar-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/ntqscrollbar.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqscrollbar.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqscrollbar.h Include File</title> +<title>tqscrollbar.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>ntqscrollbar.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>tqscrollbar.h</h1> -<p>This is the verbatim text of the ntqscrollbar.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqscrollbar.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqscrollbar.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqscrollbar.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQScrollBar class ** diff --git a/doc/html/qscrollbar-members.html b/doc/html/tqscrollbar-members.html index 484aeab0d..df2e60497 100644 --- a/doc/html/qscrollbar-members.html +++ b/doc/html/tqscrollbar-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/ntqscrollbar.h:50 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqscrollbar.h:50 --> <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 TQScrollBar</h1> <p>This is the complete list of member functions for -<a href="ntqscrollbar.html">TQScrollBar</a>, including inherited members. +<a href="tqscrollbar.html">TQScrollBar</a>, including inherited members. <ul> -<li><a href="ntqscrollbar.html#TQScrollBar">TQScrollBar</a>() -<li><a href="ntqscrollbar.html#~TQScrollBar">~TQScrollBar</a>() +<li><a href="tqscrollbar.html#TQScrollBar">TQScrollBar</a>() +<li><a href="tqscrollbar.html#~TQScrollBar">~TQScrollBar</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="ntqrangecontrol.html#addLine">addLine</a>() <li><a href="ntqrangecontrol.html#addPage">addPage</a>() @@ -84,7 +84,7 @@ 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="ntqscrollbar.html#draggingSlider">draggingSlider</a>() +<li><a href="tqscrollbar.html#draggingSlider">draggingSlider</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>() @@ -122,7 +122,7 @@ 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="ntqscrollbar.html#hideEvent">hideEvent</a>() +<li><a href="tqscrollbar.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() @@ -163,7 +163,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="ntqscrollbar.html#lineStep">lineStep</a>() +<li><a href="tqscrollbar.html#lineStep">lineStep</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>() @@ -172,14 +172,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="ntqscrollbar.html#maxValue">maxValue</a>() +<li><a href="tqscrollbar.html#maxValue">maxValue</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="ntqscrollbar.html#minValue">minValue</a>() +<li><a href="tqscrollbar.html#minValue">minValue</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>() @@ -192,15 +192,15 @@ 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="ntqscrollbar.html#nextLine">nextLine</a>() -<li><a href="ntqscrollbar.html#nextPage">nextPage</a>() +<li><a href="tqscrollbar.html#nextLine">nextLine</a>() +<li><a href="tqscrollbar.html#nextPage">nextPage</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqscrollbar.html#orientation">orientation</a>() +<li><a href="tqscrollbar.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="ntqscrollbar.html#pageStep">pageStep</a>() +<li><a href="tqscrollbar.html#pageStep">pageStep</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>() @@ -213,8 +213,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() <li><a href="ntqrangecontrol.html#positionFromValue">positionFromValue</a>() -<li><a href="ntqscrollbar.html#prevLine">prevLine</a>() -<li><a href="ntqscrollbar.html#prevPage">prevPage</a>() +<li><a href="tqscrollbar.html#prevLine">prevLine</a>() +<li><a href="tqscrollbar.html#prevPage">prevPage</a>() <li><a href="ntqrangecontrol.html#prevValue">prevValue</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() @@ -260,22 +260,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="ntqscrollbar.html#setLineStep">setLineStep</a>() +<li><a href="tqscrollbar.html#setLineStep">setLineStep</a>() <li><a href="tqwidget.html#setMask">setMask</a>() -<li><a href="ntqscrollbar.html#setMaxValue">setMaxValue</a>() +<li><a href="tqscrollbar.html#setMaxValue">setMaxValue</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="ntqscrollbar.html#setMinValue">setMinValue</a>() +<li><a href="tqscrollbar.html#setMinValue">setMinValue</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="ntqscrollbar.html#setOrientation">setOrientation</a>() -<li><a href="ntqscrollbar.html#setPageStep">setPageStep</a>() -<li><a href="ntqscrollbar.html#setPalette">setPalette</a>() +<li><a href="tqscrollbar.html#setOrientation">setOrientation</a>() +<li><a href="tqscrollbar.html#setPageStep">setPageStep</a>() +<li><a href="tqscrollbar.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>() @@ -287,9 +287,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqrangecontrol.html#setSteps">setSteps</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqscrollbar.html#setTracking">setTracking</a>() +<li><a href="tqscrollbar.html#setTracking">setTracking</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollbar.html#setValue">setValue</a>() +<li><a href="tqscrollbar.html#setValue">setValue</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>() @@ -304,11 +304,11 @@ 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="ntqscrollbar.html#sliderMoved">sliderMoved</a>() -<li><a href="ntqscrollbar.html#sliderPressed">sliderPressed</a>() -<li><a href="ntqscrollbar.html#sliderRect">sliderRect</a>() -<li><a href="ntqscrollbar.html#sliderReleased">sliderReleased</a>() -<li><a href="ntqscrollbar.html#sliderStart">sliderStart</a>() +<li><a href="tqscrollbar.html#sliderMoved">sliderMoved</a>() +<li><a href="tqscrollbar.html#sliderPressed">sliderPressed</a>() +<li><a href="tqscrollbar.html#sliderRect">sliderRect</a>() +<li><a href="tqscrollbar.html#sliderReleased">sliderReleased</a>() +<li><a href="tqscrollbar.html#sliderStart">sliderStart</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqrangecontrol.html#stepChange">stepChange</a>() @@ -322,16 +322,16 @@ 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="ntqscrollbar.html#tracking">tracking</a>() +<li><a href="tqscrollbar.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>() <li><a href="tqwidget.html#update">update</a>() <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() -<li><a href="ntqscrollbar.html#value">value</a>() +<li><a href="tqscrollbar.html#value">value</a>() <li><a href="ntqrangecontrol.html#valueChange">valueChange</a>() -<li><a href="ntqscrollbar.html#valueChanged">valueChanged</a>() +<li><a href="tqscrollbar.html#valueChanged">valueChanged</a>() <li><a href="ntqrangecontrol.html#valueFromPosition">valueFromPosition</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() <li><a href="tqwidget.html#wheelEvent">wheelEvent</a>() diff --git a/doc/html/ntqscrollbar.html b/doc/html/tqscrollbar.html index 6a46c75fb..f1e423421 100644 --- a/doc/html/ntqscrollbar.html +++ b/doc/html/tqscrollbar.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/qscrollbar.cpp:53 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqscrollbar.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 TQScrollBar widget provides a vertical or horizontal scroll bar. <a href="#details">More...</a> -<p><tt>#include <<a href="qscrollbar-h.html">ntqscrollbar.h</a>></tt> +<p><tt>#include <<a href="tqscrollbar-h.html">tqscrollbar.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>. -<p><a href="qscrollbar-members.html">List of all member functions.</a> +<p><a href="tqscrollbar-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQScrollBar"><b>TQScrollBar</b></a> ( TQWidget * parent, const char * name = 0 )</li> @@ -159,10 +159,10 @@ default <a href="tqwidget.html#focusPolicy">focusPolicy</a>() of <a href="tqwidg enable <a href="focus.html#keyboard-focus">keyboard focus</a>. See <a href="tqwidget.html#keyPressEvent">keyPressEvent</a>() for a list of key bindings. <p> If you need to add scroll bars to an interface, consider using the -<a href="ntqscrollview.html">TQScrollView</a> class, which encapsulates the common uses for scroll +<a href="tqscrollview.html">TQScrollView</a> class, which encapsulates the common uses for scroll bars. <p> <img src=qscrbar-m.png> <img src=qscrbar-w.png> -<p> <p>See also <a href="ntqslider.html">TQSlider</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="ntqscrollview.html">TQScrollView</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Scroll Bar</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <p>See also <a href="tqslider.html">TQSlider</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="tqscrollview.html">TQScrollView</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Scroll Bar</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQScrollBar"></a>TQScrollBar::TQScrollBar ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) @@ -198,7 +198,7 @@ Destructor. <h3 class=fn>bool <a name="draggingSlider"></a>TQScrollBar::draggingSlider () const </h3><p>Returns TRUE if the user has clicked the mouse on the slider and is currently dragging it; otherwise returns FALSE. -See the <a href="ntqscrollbar.html#draggingSlider-prop">"draggingSlider"</a> property for details. +See the <a href="tqscrollbar.html#draggingSlider-prop">"draggingSlider"</a> property for details. <h3 class=fn>void <a name="hideEvent"></a>TQScrollBar::hideEvent ( <a href="qhideevent.html">TQHideEvent</a> * )<tt> [virtual protected]</tt> </h3> This function is called when the scrollbar is hidden. @@ -206,13 +206,13 @@ This function is called when the scrollbar is hidden. <p>Reimplemented from <a href="tqwidget.html#hideEvent">TQWidget</a>. <h3 class=fn>int <a name="lineStep"></a>TQScrollBar::lineStep () const </h3><p>Returns the line step. -See the <a href="ntqscrollbar.html#lineStep-prop">"lineStep"</a> property for details. +See the <a href="tqscrollbar.html#lineStep-prop">"lineStep"</a> property for details. <h3 class=fn>int <a name="maxValue"></a>TQScrollBar::maxValue () const </h3><p>Returns the scroll bar's maximum value. -See the <a href="ntqscrollbar.html#maxValue-prop">"maxValue"</a> property for details. +See the <a href="tqscrollbar.html#maxValue-prop">"maxValue"</a> property for details. <h3 class=fn>int <a name="minValue"></a>TQScrollBar::minValue () const </h3><p>Returns the scroll bar's minimum value. -See the <a href="ntqscrollbar.html#minValue-prop">"minValue"</a> property for details. +See the <a href="tqscrollbar.html#minValue-prop">"minValue"</a> property for details. <h3 class=fn>void <a name="nextLine"></a>TQScrollBar::nextLine ()<tt> [signal]</tt> </h3> @@ -227,10 +227,10 @@ or right. <h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQScrollBar::orientation () const </h3><p>Returns the orientation of the scroll bar. -See the <a href="ntqscrollbar.html#orientation-prop">"orientation"</a> property for details. +See the <a href="tqscrollbar.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>int <a name="pageStep"></a>TQScrollBar::pageStep () const </h3><p>Returns the page step. -See the <a href="ntqscrollbar.html#pageStep-prop">"pageStep"</a> property for details. +See the <a href="tqscrollbar.html#pageStep-prop">"pageStep"</a> property for details. <h3 class=fn>void <a name="prevLine"></a>TQScrollBar::prevLine ()<tt> [signal]</tt> </h3> @@ -245,19 +245,19 @@ left. <h3 class=fn>void <a name="setLineStep"></a>TQScrollBar::setLineStep ( int ) </h3><p>Sets the line step. -See the <a href="ntqscrollbar.html#lineStep-prop">"lineStep"</a> property for details. +See the <a href="tqscrollbar.html#lineStep-prop">"lineStep"</a> property for details. <h3 class=fn>void <a name="setMaxValue"></a>TQScrollBar::setMaxValue ( int ) </h3><p>Sets the scroll bar's maximum value. -See the <a href="ntqscrollbar.html#maxValue-prop">"maxValue"</a> property for details. +See the <a href="tqscrollbar.html#maxValue-prop">"maxValue"</a> property for details. <h3 class=fn>void <a name="setMinValue"></a>TQScrollBar::setMinValue ( int ) </h3><p>Sets the scroll bar's minimum value. -See the <a href="ntqscrollbar.html#minValue-prop">"minValue"</a> property for details. +See the <a href="tqscrollbar.html#minValue-prop">"minValue"</a> property for details. <h3 class=fn>void <a name="setOrientation"></a>TQScrollBar::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> </h3><p>Sets the orientation of the scroll bar. -See the <a href="ntqscrollbar.html#orientation-prop">"orientation"</a> property for details. +See the <a href="tqscrollbar.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="setPageStep"></a>TQScrollBar::setPageStep ( int ) </h3><p>Sets the page step. -See the <a href="ntqscrollbar.html#pageStep-prop">"pageStep"</a> property for details. +See the <a href="tqscrollbar.html#pageStep-prop">"pageStep"</a> property for details. <h3 class=fn>void <a name="setPalette"></a>TQScrollBar::setPalette ( const <a href="tqpalette.html">TQPalette</a> & p )<tt> [virtual]</tt> </h3> Reimplements the virtual function <a href="tqwidget.html#setPalette">TQWidget::setPalette</a>(). @@ -267,10 +267,10 @@ bars using palette <em>p</em>. <p>Reimplemented from <a href="tqwidget.html#setPalette">TQWidget</a>. <h3 class=fn>void <a name="setTracking"></a>TQScrollBar::setTracking ( bool enable )<tt> [virtual]</tt> </h3><p>Sets whether scroll bar tracking is enabled to <em>enable</em>. -See the <a href="ntqscrollbar.html#tracking-prop">"tracking"</a> property for details. +See the <a href="tqscrollbar.html#tracking-prop">"tracking"</a> property for details. <h3 class=fn>void <a name="setValue"></a>TQScrollBar::setValue ( int )<tt> [slot]</tt> </h3><p>Sets the scroll bar's value. -See the <a href="ntqscrollbar.html#value-prop">"value"</a> property for details. +See the <a href="tqscrollbar.html#value-prop">"value"</a> property for details. <h3 class=fn>void <a name="sliderMoved"></a>TQScrollBar::sliderMoved ( int value )<tt> [signal]</tt> </h3> @@ -305,10 +305,10 @@ sliderRect().<a href="tqwidget.html#x">x</a>() for horizontal scroll bars. <h3 class=fn>bool <a name="tracking"></a>TQScrollBar::tracking () const </h3><p>Returns TRUE if scroll bar tracking is enabled; otherwise returns FALSE. -See the <a href="ntqscrollbar.html#tracking-prop">"tracking"</a> property for details. +See the <a href="tqscrollbar.html#tracking-prop">"tracking"</a> property for details. <h3 class=fn>int <a name="value"></a>TQScrollBar::value () const </h3><p>Returns the scroll bar's value. -See the <a href="ntqscrollbar.html#value-prop">"value"</a> property for details. +See the <a href="tqscrollbar.html#value-prop">"value"</a> property for details. <h3 class=fn>void <a name="valueChanged"></a>TQScrollBar::valueChanged ( int value )<tt> [signal]</tt> </h3> diff --git a/doc/html/qscrollview-cl.png b/doc/html/tqscrollview-cl.png Binary files differindex 7282767f2..7282767f2 100644 --- a/doc/html/qscrollview-cl.png +++ b/doc/html/tqscrollview-cl.png diff --git a/doc/html/qscrollview-h.html b/doc/html/tqscrollview-h.html index 3bd7016d0..d03e1802d 100644 --- a/doc/html/qscrollview-h.html +++ b/doc/html/tqscrollview-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/ntqscrollview.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqscrollview.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqscrollview.h Include File</title> +<title>tqscrollview.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>ntqscrollview.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>tqscrollview.h</h1> -<p>This is the verbatim text of the ntqscrollview.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqscrollview.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqscrollview.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqscrollview.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQScrollView class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "ntqframe.h" -#include "ntqscrollbar.h" +#include "tqscrollbar.h" #endif // QT_H #ifndef TQT_NO_SCROLLVIEW diff --git a/doc/html/qscrollview-m.png b/doc/html/tqscrollview-m.png Binary files differindex ed712057e..ed712057e 100644 --- a/doc/html/qscrollview-m.png +++ b/doc/html/tqscrollview-m.png diff --git a/doc/html/qscrollview-members.html b/doc/html/tqscrollview-members.html index 6402f5221..34b2f7fbc 100644 --- a/doc/html/qscrollview-members.html +++ b/doc/html/tqscrollview-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/ntqscrollview.h:49 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqscrollview.h:49 --> <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 TQScrollView</h1> <p>This is the complete list of member functions for -<a href="ntqscrollview.html">TQScrollView</a>, including inherited members. +<a href="tqscrollview.html">TQScrollView</a>, including inherited members. <ul> -<li><a href="ntqscrollview.html#TQScrollView">TQScrollView</a>() -<li><a href="ntqscrollview.html#~TQScrollView">~TQScrollView</a>() +<li><a href="tqscrollview.html#TQScrollView">TQScrollView</a>() +<li><a href="tqscrollview.html#~TQScrollView">~TQScrollView</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqscrollview.html#addChild">addChild</a>() +<li><a href="tqscrollview.html#addChild">addChild</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,16 +48,16 @@ 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="ntqscrollview.html#bottomMargin">bottomMargin</a>() +<li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqscrollview.html#center">center</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>() <li><a href="tqwidget.html#childAt">childAt</a>() <li><a href="tqobject.html#childEvent">childEvent</a>() -<li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() -<li><a href="ntqscrollview.html#childX">childX</a>() -<li><a href="ntqscrollview.html#childY">childY</a>() +<li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() +<li><a href="tqscrollview.html#childX">childX</a>() +<li><a href="tqscrollview.html#childY">childY</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() @@ -66,7 +66,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() -<li><a href="ntqscrollview.html#clipper">clipper</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>() @@ -74,25 +74,25 @@ 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="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() -<li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() -<li><a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() -<li><a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>() -<li><a href="ntqscrollview.html#contentsHeight">contentsHeight</a>() -<li><a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() -<li><a href="ntqscrollview.html#contentsMoving">contentsMoving</a>() +<li><a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() +<li><a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() +<li><a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() +<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="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="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() -<li><a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() -<li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() -<li><a href="ntqscrollview.html#contentsX">contentsX</a>() -<li><a href="ntqscrollview.html#contentsY">contentsY</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="ntqscrollview.html#cornerWidget">cornerWidget</a>() +<li><a href="tqscrollview.html#cornerWidget">cornerWidget</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>() @@ -102,26 +102,26 @@ 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="ntqscrollview.html#dragAutoScroll">dragAutoScroll</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="ntqscrollview.html#drawContents">drawContents</a>() -<li><a href="ntqscrollview.html#drawContentsOffset">drawContentsOffset</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="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="ntqscrollview.html#enableClipper">enableClipper</a>() +<li><a href="tqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() -<li><a href="ntqscrollview.html#ensureVisible">ensureVisible</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="ntqscrollview.html#eventFilter">eventFilter</a>() +<li><a href="tqscrollview.html#eventFilter">eventFilter</a>() <li><a href="tqwidget.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -147,20 +147,20 @@ 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="ntqscrollview.html#hScrollBarMode">hScrollBarMode</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>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() +<li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</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="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() -<li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() -<li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</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>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -181,7 +181,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() -<li><a href="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() +<li><a href="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() @@ -190,7 +190,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() +<li><a href="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() @@ -202,7 +202,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="ntqscrollview.html#leftMargin">leftMargin</a>() +<li><a href="tqscrollview.html#leftMargin">leftMargin</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() @@ -230,7 +230,7 @@ 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="ntqscrollview.html#moveChild">moveChild</a>() +<li><a href="tqscrollview.html#moveChild">moveChild</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() @@ -256,19 +256,19 @@ 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="ntqscrollview.html#removeChild">removeChild</a>() +<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="ntqscrollview.html#repaintContents">repaintContents</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="ntqscrollview.html#resizeContents">resizeContents</a>() +<li><a href="tqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqscrollview.html#resizePolicy">resizePolicy</a>() -<li><a href="ntqscrollview.html#rightMargin">rightMargin</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>() -<li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() +<li><a href="tqscrollview.html#scrollBy">scrollBy</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>() @@ -279,11 +279,11 @@ 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="ntqscrollview.html#setContentsPos">setContentsPos</a>() -<li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</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>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() +<li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</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>() @@ -299,8 +299,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() <li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqscrollview.html#setHBarGeometry">setHBarGeometry</a>() -<li><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() +<li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() +<li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</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>() @@ -308,7 +308,7 @@ body { background: #ffffff; color: black; } <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="ntqscrollview.html#setMargins">setMargins</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>() @@ -325,21 +325,21 @@ 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="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() +<li><a href="tqscrollview.html#setResizePolicy">setResizePolicy</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="ntqscrollview.html#setStaticBackground">setStaticBackground</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="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() -<li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() +<li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() +<li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</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="tqwidget.html#show">show</a>() -<li><a href="ntqscrollview.html#showChild">showChild</a>() +<li><a href="tqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() @@ -358,29 +358,29 @@ 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="ntqscrollview.html#topMargin">topMargin</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="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="ntqscrollview.html#updateContents">updateContents</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>() -<li><a href="ntqscrollview.html#updateScrollBars">updateScrollBars</a>() -<li><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>() -<li><a href="ntqscrollview.html#verticalScrollBar">verticalScrollBar</a>() -<li><a href="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() -<li><a href="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() -<li><a href="ntqscrollview.html#viewport">viewport</a>() -<li><a href="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() -<li><a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() -<li><a href="ntqscrollview.html#viewportSize">viewportSize</a>() -<li><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>() -<li><a href="ntqscrollview.html#visibleHeight">visibleHeight</a>() +<li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() +<li><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</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>() +<li><a href="tqscrollview.html#viewport">viewport</a>() +<li><a href="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() +<li><a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() +<li><a href="tqscrollview.html#viewportSize">viewportSize</a>() +<li><a href="tqscrollview.html#viewportToContents">viewportToContents</a>() +<li><a href="tqscrollview.html#visibleHeight">visibleHeight</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqscrollview.html#visibleWidth">visibleWidth</a>() +<li><a href="tqscrollview.html#visibleWidth">visibleWidth</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/qscrollview-vp.png b/doc/html/tqscrollview-vp.png Binary files differindex a5e78830b..a5e78830b 100644 --- a/doc/html/qscrollview-vp.png +++ b/doc/html/tqscrollview-vp.png diff --git a/doc/html/qscrollview-vp2.png b/doc/html/tqscrollview-vp2.png Binary files differindex 1d549180d..1d549180d 100644 --- a/doc/html/qscrollview-vp2.png +++ b/doc/html/tqscrollview-vp2.png diff --git a/doc/html/qscrollview-w.png b/doc/html/tqscrollview-w.png Binary files differindex dba6c5f5c..dba6c5f5c 100644 --- a/doc/html/qscrollview-w.png +++ b/doc/html/tqscrollview-w.png diff --git a/doc/html/ntqscrollview.html b/doc/html/tqscrollview.html index 3c60a01e9..d78a7ffa6 100644 --- a/doc/html/ntqscrollview.html +++ b/doc/html/tqscrollview.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/qscrollview.cpp:347 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqscrollview.cpp:347 --> <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 TQScrollView widget provides a scrolling area with on-demand scroll bars. <a href="#details">More...</a> -<p><tt>#include <<a href="qscrollview-h.html">ntqscrollview.h</a>></tt> +<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><a href="qscrollview-members.html">List of all member functions.</a> +<p><a href="tqscrollview-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQScrollView"><b>TQScrollView</b></a> ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )</li> @@ -168,7 +168,7 @@ widget, a large panning area with some widgets and a large panning area with many widgets. <p> <h3> Using One Big Widget </h3> -<a name="1"></a><p> <center><img src="qscrollview-vp2.png"></center> +<a name="1"></a><p> <center><img src="tqscrollview-vp2.png"></center> <p> The first, simplest usage of TQScrollView (depicted above), is appropriate for scrolling areas that are never more than about 4000 pixels in either dimension (this is about the maximum @@ -198,7 +198,7 @@ is scrolled, the TQVBox is moved; its children move with it as child widgets normally do. <p> <h3> Using a Very Big View with Some Widgets </h3> -<a name="1-1"></a><p> <center><img src="qscrollview-vp.png"></center> +<a name="1-1"></a><p> <center><img src="tqscrollview-vp.png"></center> <p> The second usage of TQScrollView (depicted above) is appropriate when few, if any, widgets are on a very large scrolling area that is potentially larger than 4000 pixels in either dimension. In @@ -225,7 +225,7 @@ child widgets individually. <p> <h3> Using a Very Big View with Many Widgets </h3> <a name="1-2"></a><p> <a name="enableclipper"></a> -<center><img src="qscrollview-cl.png"></center> +<center><img src="tqscrollview-cl.png"></center> <p> The final usage of TQScrollView (depicted above) is appropriate when many widgets are on a very large scrolling area that is potentially larger than 4000 pixels in either dimension. In this @@ -311,7 +311,7 @@ are moved to a new position. resized, i.e. you must always clear the background manually in scrollview subclasses. This will change in a future version of TQt and we recommend specifying the WNoAutoErase flag explicitly. -<p> <img src=qscrollview-m.png> <img src=qscrollview-w.png> +<p> <img src=tqscrollview-m.png> <img src=tqscrollview-w.png> <p>See also <a href="abstractwidgets.html">Abstract Widget Classes</a>. <hr><h2>Member Type Documentation</h2> @@ -452,7 +452,7 @@ contents. <p>Reimplemented in <a href="ntqtable.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="ntqscrollview.html#contentsHeight-prop">"contentsHeight"</a> property for details. +See the <a href="tqscrollview.html#contentsHeight-prop">"contentsHeight"</a> property for details. <h3 class=fn>void <a name="contentsMouseDoubleClickEvent"></a>TQScrollView::contentsMouseDoubleClickEvent ( <a href="qmouseevent.html">TQMouseEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler is called whenever the TQScrollView receives a @@ -510,13 +510,13 @@ point on the contents. <h3 class=fn>int <a name="contentsWidth"></a>TQScrollView::contentsWidth () const </h3><p>Returns the width of the contents area. -See the <a href="ntqscrollview.html#contentsWidth-prop">"contentsWidth"</a> property for details. +See the <a href="tqscrollview.html#contentsWidth-prop">"contentsWidth"</a> property for details. <h3 class=fn>int <a name="contentsX"></a>TQScrollView::contentsX () const </h3><p>Returns the X coordinate of the contents that are at the left edge of the viewport. -See the <a href="ntqscrollview.html#contentsX-prop">"contentsX"</a> property for details. +See the <a href="tqscrollview.html#contentsX-prop">"contentsX"</a> property for details. <h3 class=fn>int <a name="contentsY"></a>TQScrollView::contentsY () const </h3><p>Returns the Y coordinate of the contents that are at the top edge of the viewport. -See the <a href="ntqscrollview.html#contentsY-prop">"contentsY"</a> property for details. +See the <a href="tqscrollview.html#contentsY-prop">"contentsY"</a> property for details. <h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="cornerWidget"></a>TQScrollView::cornerWidget () const </h3> Returns the widget in the corner between the two scroll bars. @@ -525,7 +525,7 @@ Returns the widget in the corner between the two scroll bars. <p>Example: <a href="scrollview-example.html#x647">scrollview/scrollview.cpp</a>. <h3 class=fn>bool <a name="dragAutoScroll"></a>TQScrollView::dragAutoScroll () const </h3><p>Returns TRUE if autoscrolling in drag move events is enabled; otherwise returns FALSE. -See the <a href="ntqscrollview.html#dragAutoScroll-prop">"dragAutoScroll"</a> property for details. +See the <a href="tqscrollview.html#dragAutoScroll-prop">"dragAutoScroll"</a> property for details. <h3 class=fn>void <a name="drawContents"></a>TQScrollView::drawContents ( <a href="tqpainter.html">TQPainter</a> * p, int clipx, int clipy, int clipw, int cliph )<tt> [virtual protected]</tt> </h3> @@ -600,16 +600,16 @@ 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>. -<h3 class=fn><a href="ntqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> <a name="hScrollBarMode"></a>TQScrollView::hScrollBarMode () const +<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="ntqscrollview.html#hScrollBarMode-prop">"hScrollBarMode"</a> property for details. +See the <a href="tqscrollview.html#hScrollBarMode-prop">"hScrollBarMode"</a> property for details. <h3 class=fn>bool <a name="hasStaticBackground"></a>TQScrollView::hasStaticBackground () const </h3> Returns TRUE if TQScrollView uses a static background; otherwise returns FALSE. <p> <p>See also <a href="#setStaticBackground">setStaticBackground</a>(). -<h3 class=fn><a href="ntqscrollbar.html">TQScrollBar</a> * <a name="horizontalScrollBar"></a>TQScrollView::horizontalScrollBar () const +<h3 class=fn><a href="tqscrollbar.html">TQScrollBar</a> * <a name="horizontalScrollBar"></a>TQScrollView::horizontalScrollBar () const </h3> Returns the component horizontal scroll bar. It is made available to allow accelerators, autoscrolling, etc. @@ -674,9 +674,9 @@ cleared using the background color. Sets the size of the contents area to <em>w</em> pixels wide and <em>h</em> pixels high and updates the viewport accordingly. -<h3 class=fn><a href="ntqscrollview.html#ResizePolicy-enum">ResizePolicy</a> <a name="resizePolicy"></a>TQScrollView::resizePolicy () const +<h3 class=fn><a href="tqscrollview.html#ResizePolicy-enum">ResizePolicy</a> <a name="resizePolicy"></a>TQScrollView::resizePolicy () const </h3><p>Returns the resize policy. -See the <a href="ntqscrollview.html#resizePolicy-prop">"resizePolicy"</a> property for details. +See the <a href="tqscrollview.html#resizePolicy-prop">"resizePolicy"</a> property for details. <h3 class=fn>int <a name="rightMargin"></a>TQScrollView::rightMargin () const<tt> [protected]</tt> </h3> Returns the right margin. @@ -711,8 +711,8 @@ some other corner widget (or 0). <p>Example: <a href="scrollview-example.html#x651">scrollview/scrollview.cpp</a>. <h3 class=fn>void <a name="setDragAutoScroll"></a>TQScrollView::setDragAutoScroll ( bool b )<tt> [virtual]</tt> </h3><p>Sets whether autoscrolling in drag move events is enabled to <em>b</em>. -See the <a href="ntqscrollview.html#dragAutoScroll-prop">"dragAutoScroll"</a> property for details. -<h3 class=fn>void <a name="setHBarGeometry"></a>TQScrollView::setHBarGeometry ( <a href="ntqscrollbar.html">TQScrollBar</a> & hbar, int x, int y, int w, int h )<tt> [virtual protected]</tt> +See the <a href="tqscrollview.html#dragAutoScroll-prop">"dragAutoScroll"</a> property for details. +<h3 class=fn>void <a name="setHBarGeometry"></a>TQScrollView::setHBarGeometry ( <a href="tqscrollbar.html">TQScrollBar</a> & hbar, int x, int y, int w, int h )<tt> [virtual protected]</tt> </h3> Called when the horizontal scroll bar geometry changes. This is provided as a protected function so that subclasses can do @@ -722,9 +722,9 @@ space normally used by the scroll bars. The new geometry is given by <em>x</em>, <em>y</em>, <em>w</em> and <em>h</em>. <p> <p>See also <a href="#setVBarGeometry">setVBarGeometry</a>(). -<h3 class=fn>void <a name="setHScrollBarMode"></a>TQScrollView::setHScrollBarMode ( <a href="ntqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setHScrollBarMode"></a>TQScrollView::setHScrollBarMode ( <a href="tqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> )<tt> [virtual]</tt> </h3><p>Sets the mode for the horizontal scroll bar. -See the <a href="ntqscrollview.html#hScrollBarMode-prop">"hScrollBarMode"</a> property for details. +See the <a href="tqscrollview.html#hScrollBarMode-prop">"hScrollBarMode"</a> property for details. <h3 class=fn>void <a name="setMargins"></a>TQScrollView::setMargins ( int left, int top, int right, int bottom )<tt> [virtual protected]</tt> </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 @@ -734,9 +734,9 @@ spreadsheets with "locked" rows and columns. The marginal space is <p> By default all margins are zero. <p> <p>See also <a href="ntqframe.html#frameChanged">frameChanged</a>(). -<h3 class=fn>void <a name="setResizePolicy"></a>TQScrollView::setResizePolicy ( <a href="ntqscrollview.html#ResizePolicy-enum">ResizePolicy</a> )<tt> [virtual]</tt> +<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. -See the <a href="ntqscrollview.html#resizePolicy-prop">"resizePolicy"</a> property for details. +See the <a href="tqscrollview.html#resizePolicy-prop">"resizePolicy"</a> property for details. <h3 class=fn>void <a name="setStaticBackground"></a>TQScrollView::setStaticBackground ( bool y ) </h3> Sets the scrollview to have a static background if <em>y</em> is TRUE, @@ -746,7 +746,7 @@ background is scrolling. visible area has to be triggered on every contents move. <p> <p>See also <a href="#hasStaticBackground">hasStaticBackground</a>(). -<h3 class=fn>void <a name="setVBarGeometry"></a>TQScrollView::setVBarGeometry ( <a href="ntqscrollbar.html">TQScrollBar</a> & vbar, int x, int y, int w, int h )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="setVBarGeometry"></a>TQScrollView::setVBarGeometry ( <a href="tqscrollbar.html">TQScrollBar</a> & vbar, int x, int y, int w, int h )<tt> [virtual protected]</tt> </h3> Called when the vertical scroll bar geometry changes. This is provided as a protected function so that subclasses can do @@ -756,9 +756,9 @@ space normally used by the scroll bars. The new geometry is given by <em>x</em>, <em>y</em>, <em>w</em> and <em>h</em>. <p> <p>See also <a href="#setHBarGeometry">setHBarGeometry</a>(). -<h3 class=fn>void <a name="setVScrollBarMode"></a>TQScrollView::setVScrollBarMode ( <a href="ntqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setVScrollBarMode"></a>TQScrollView::setVScrollBarMode ( <a href="tqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> )<tt> [virtual]</tt> </h3><p>Sets the mode for the vertical scroll bar. -See the <a href="ntqscrollview.html#vScrollBarMode-prop">"vScrollBarMode"</a> property for details. +See the <a href="tqscrollview.html#vScrollBarMode-prop">"vScrollBarMode"</a> property for details. <h3 class=fn>void <a name="showChild"></a>TQScrollView::showChild ( <a href="tqwidget.html">TQWidget</a> * child, bool y = TRUE ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. @@ -791,10 +791,10 @@ This is an overloaded member function, provided for convenience. It behaves esse Updates scroll bars: all possibilities are considered. You should never need to call this in your code. -<h3 class=fn><a href="ntqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> <a name="vScrollBarMode"></a>TQScrollView::vScrollBarMode () const +<h3 class=fn><a href="tqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> <a name="vScrollBarMode"></a>TQScrollView::vScrollBarMode () const </h3><p>Returns the mode for the vertical scroll bar. -See the <a href="ntqscrollview.html#vScrollBarMode-prop">"vScrollBarMode"</a> property for details. -<h3 class=fn><a href="ntqscrollbar.html">TQScrollBar</a> * <a name="verticalScrollBar"></a>TQScrollView::verticalScrollBar () const +See the <a href="tqscrollview.html#vScrollBarMode-prop">"vScrollBarMode"</a> property for details. +<h3 class=fn><a href="tqscrollbar.html">TQScrollBar</a> * <a name="verticalScrollBar"></a>TQScrollView::verticalScrollBar () const </h3> Returns the component vertical scroll bar. It is made available to allow accelerators, autoscrolling, etc. @@ -856,10 +856,10 @@ the contents. <h3 class=fn>int <a name="visibleHeight"></a>TQScrollView::visibleHeight () const </h3><p>Returns the vertical amount of the content that is visible. -See the <a href="ntqscrollview.html#visibleHeight-prop">"visibleHeight"</a> property for details. +See the <a href="tqscrollview.html#visibleHeight-prop">"visibleHeight"</a> property for details. <h3 class=fn>int <a name="visibleWidth"></a>TQScrollView::visibleWidth () const </h3><p>Returns the horizontal amount of the content that is visible. -See the <a href="ntqscrollview.html#visibleWidth-prop">"visibleWidth"</a> property for details. +See the <a href="tqscrollview.html#visibleWidth-prop">"visibleWidth"</a> property for details. <hr><h2>Property Documentation</h2> <h3 class=fn>int <a name="contentsHeight-prop"></a>contentsHeight</h3> <p>This property holds the height of the contents area. @@ -891,19 +891,19 @@ the event in the <a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() and reimplementations. <p>Set this property's value with <a href="#setDragAutoScroll">setDragAutoScroll</a>() and get this property's value with <a href="#dragAutoScroll">dragAutoScroll</a>(). -<h3 class=fn><a href="ntqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> <a name="hScrollBarMode-prop"></a>hScrollBarMode</h3> +<h3 class=fn><a href="tqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> <a name="hScrollBarMode-prop"></a>hScrollBarMode</h3> <p>This property holds the mode for the horizontal scroll bar. <p>The default mode is <a href="#ScrollBarMode-enum">TQScrollView::Auto</a>. <p> <p>See also <a href="#vScrollBarMode-prop">vScrollBarMode</a>. <p>Set this property's value with <a href="#setHScrollBarMode">setHScrollBarMode</a>() and get this property's value with <a href="#hScrollBarMode">hScrollBarMode</a>(). -<h3 class=fn><a href="ntqscrollview.html#ResizePolicy-enum">ResizePolicy</a> <a name="resizePolicy-prop"></a>resizePolicy</h3> +<h3 class=fn><a href="tqscrollview.html#ResizePolicy-enum">ResizePolicy</a> <a name="resizePolicy-prop"></a>resizePolicy</h3> <p>This property holds the resize policy. <p>The default is <a href="#ResizePolicy-enum">Default</a>. <p> <p>See also <a href="#ResizePolicy-enum">ResizePolicy</a>. <p>Set this property's value with <a href="#setResizePolicy">setResizePolicy</a>() and get this property's value with <a href="#resizePolicy">resizePolicy</a>(). -<h3 class=fn><a href="ntqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> <a name="vScrollBarMode-prop"></a>vScrollBarMode</h3> +<h3 class=fn><a href="tqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> <a name="vScrollBarMode-prop"></a>vScrollBarMode</h3> <p>This property holds the mode for the vertical scroll bar. <p>The default mode is <a href="#ScrollBarMode-enum">TQScrollView::Auto</a>. <p> <p>See also <a href="#hScrollBarMode-prop">hScrollBarMode</a>. diff --git a/doc/html/qslider-h.html b/doc/html/tqslider-h.html index 47075b87e..301e45345 100644 --- a/doc/html/qslider-h.html +++ b/doc/html/tqslider-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/ntqslider.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqslider.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqslider.h Include File</title> +<title>tqslider.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>ntqslider.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>tqslider.h</h1> -<p>This is the verbatim text of the ntqslider.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqslider.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqslider.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqslider.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQSlider class ** diff --git a/doc/html/qslider-m.png b/doc/html/tqslider-m.png Binary files differindex 37a19b6ea..37a19b6ea 100644 --- a/doc/html/qslider-m.png +++ b/doc/html/tqslider-m.png diff --git a/doc/html/qslider-members.html b/doc/html/tqslider-members.html index d9726a1d9..5aeb4ff70 100644 --- a/doc/html/qslider-members.html +++ b/doc/html/tqslider-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/ntqslider.h:52 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqslider.h:52 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,15 +32,15 @@ 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 TQSlider</h1> <p>This is the complete list of member functions for -<a href="ntqslider.html">TQSlider</a>, including inherited members. +<a href="tqslider.html">TQSlider</a>, including inherited members. <ul> -<li><a href="ntqslider.html#TQSlider">TQSlider</a>() -<li><a href="ntqslider.html#~TQSlider">~TQSlider</a>() +<li><a href="tqslider.html#TQSlider">TQSlider</a>() +<li><a href="tqslider.html#~TQSlider">~TQSlider</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="ntqrangecontrol.html#addLine">addLine</a>() <li><a href="ntqrangecontrol.html#addPage">addPage</a>() -<li><a href="ntqslider.html#addStep">addStep</a>() +<li><a href="tqslider.html#addStep">addStep</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>() @@ -163,7 +163,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="ntqslider.html#lineStep">lineStep</a>() +<li><a href="tqslider.html#lineStep">lineStep</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>() @@ -172,14 +172,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="ntqslider.html#maxValue">maxValue</a>() +<li><a href="tqslider.html#maxValue">maxValue</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="ntqslider.html#minValue">minValue</a>() +<li><a href="tqslider.html#minValue">minValue</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>() @@ -194,11 +194,11 @@ 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="ntqslider.html#orientation">orientation</a>() +<li><a href="tqslider.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="ntqslider.html#pageStep">pageStep</a>() +<li><a href="tqslider.html#pageStep">pageStep</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>() @@ -215,7 +215,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqwidget.html#raise">raise</a>() -<li><a href="ntqslider.html#rangeChange">rangeChange</a>() +<li><a href="tqslider.html#rangeChange">rangeChange</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() @@ -256,22 +256,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="ntqslider.html#setLineStep">setLineStep</a>() +<li><a href="tqslider.html#setLineStep">setLineStep</a>() <li><a href="tqwidget.html#setMask">setMask</a>() -<li><a href="ntqslider.html#setMaxValue">setMaxValue</a>() +<li><a href="tqslider.html#setMaxValue">setMaxValue</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="ntqslider.html#setMinValue">setMinValue</a>() +<li><a href="tqslider.html#setMinValue">setMinValue</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="ntqslider.html#setOrientation">setOrientation</a>() -<li><a href="ntqslider.html#setPageStep">setPageStep</a>() -<li><a href="ntqslider.html#setPalette">setPalette</a>() +<li><a href="tqslider.html#setOrientation">setOrientation</a>() +<li><a href="tqslider.html#setPageStep">setPageStep</a>() +<li><a href="tqslider.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>() @@ -283,11 +283,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqrangecontrol.html#setSteps">setSteps</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqslider.html#setTickInterval">setTickInterval</a>() -<li><a href="ntqslider.html#setTickmarks">setTickmarks</a>() -<li><a href="ntqslider.html#setTracking">setTracking</a>() +<li><a href="tqslider.html#setTickInterval">setTickInterval</a>() +<li><a href="tqslider.html#setTickmarks">setTickmarks</a>() +<li><a href="tqslider.html#setTracking">setTracking</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqslider.html#setValue">setValue</a>() +<li><a href="tqslider.html#setValue">setValue</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>() @@ -302,11 +302,11 @@ 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="ntqslider.html#sliderMoved">sliderMoved</a>() -<li><a href="ntqslider.html#sliderPressed">sliderPressed</a>() -<li><a href="ntqslider.html#sliderRect">sliderRect</a>() -<li><a href="ntqslider.html#sliderReleased">sliderReleased</a>() -<li><a href="ntqslider.html#sliderStart">sliderStart</a>() +<li><a href="tqslider.html#sliderMoved">sliderMoved</a>() +<li><a href="tqslider.html#sliderPressed">sliderPressed</a>() +<li><a href="tqslider.html#sliderRect">sliderRect</a>() +<li><a href="tqslider.html#sliderReleased">sliderReleased</a>() +<li><a href="tqslider.html#sliderStart">sliderStart</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqrangecontrol.html#stepChange">stepChange</a>() @@ -314,25 +314,25 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#styleChange">styleChange</a>() <li><a href="ntqrangecontrol.html#subtractLine">subtractLine</a>() <li><a href="ntqrangecontrol.html#subtractPage">subtractPage</a>() -<li><a href="ntqslider.html#subtractStep">subtractStep</a>() +<li><a href="tqslider.html#subtractStep">subtractStep</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqslider.html#tickInterval">tickInterval</a>() -<li><a href="ntqslider.html#tickmarks">tickmarks</a>() +<li><a href="tqslider.html#tickInterval">tickInterval</a>() +<li><a href="tqslider.html#tickmarks">tickmarks</a>() <li><a href="tqobject.html#timerEvent">timerEvent</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>() -<li><a href="ntqslider.html#tracking">tracking</a>() +<li><a href="tqslider.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>() <li><a href="tqwidget.html#update">update</a>() <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() -<li><a href="ntqslider.html#value">value</a>() -<li><a href="ntqslider.html#valueChange">valueChange</a>() -<li><a href="ntqslider.html#valueChanged">valueChanged</a>() +<li><a href="tqslider.html#value">value</a>() +<li><a href="tqslider.html#valueChange">valueChange</a>() +<li><a href="tqslider.html#valueChanged">valueChanged</a>() <li><a href="ntqrangecontrol.html#valueFromPosition">valueFromPosition</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() <li><a href="tqwidget.html#wheelEvent">wheelEvent</a>() diff --git a/doc/html/qslider-w.png b/doc/html/tqslider-w.png Binary files differindex 458bdc426..458bdc426 100644 --- a/doc/html/qslider-w.png +++ b/doc/html/tqslider-w.png diff --git a/doc/html/ntqslider.html b/doc/html/tqslider.html index d24a8071a..f63c4155d 100644 --- a/doc/html/ntqslider.html +++ b/doc/html/tqslider.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/qslider.cpp:61 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqslider.cpp:61 --> <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 TQSlider widget provides a vertical or horizontal slider. <a href="#details">More...</a> -<p><tt>#include <<a href="qslider-h.html">ntqslider.h</a>></tt> +<p><tt>#include <<a href="tqslider-h.html">tqslider.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>. -<p><a href="qslider-members.html">List of all member functions.</a> +<p><a href="tqslider-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#TickSetting-enum"><b>TickSetting</b></a> { NoMarks = 0, Above = 1, Left = Above, Below = 2, Right = Below, Both = 3 }</li> @@ -120,9 +120,9 @@ many of them you want and <a href="#setOrientation">setOrientation</a>() to indi slider is to be horizontal or vertical. <p> A slider accepts focus on Tab and uses the mouse wheel and a suitable keyboard interface. -<p> <img src=qslider-m.png> <img src=qslider-w.png> +<p> <img src=tqslider-m.png> <img src=tqslider-w.png> <p> -<p> <p>See also <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Slider</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <p>See also <a href="tqscrollbar.html">TQScrollBar</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Slider</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="TickSetting-enum"></a>TQSlider::TickSetting</h3> @@ -170,19 +170,19 @@ Moves the slider one <a href="#pageStep">pageStep</a>() up or right. <h3 class=fn>int <a name="lineStep"></a>TQSlider::lineStep () const </h3><p>Returns the current line step. -See the <a href="ntqslider.html#lineStep-prop">"lineStep"</a> property for details. +See the <a href="tqslider.html#lineStep-prop">"lineStep"</a> property for details. <h3 class=fn>int <a name="maxValue"></a>TQSlider::maxValue () const </h3><p>Returns the current maximum value of the slider. -See the <a href="ntqslider.html#maxValue-prop">"maxValue"</a> property for details. +See the <a href="tqslider.html#maxValue-prop">"maxValue"</a> property for details. <h3 class=fn>int <a name="minValue"></a>TQSlider::minValue () const </h3><p>Returns the current minimum value of the slider. -See the <a href="ntqslider.html#minValue-prop">"minValue"</a> property for details. +See the <a href="tqslider.html#minValue-prop">"minValue"</a> property for details. <h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQSlider::orientation () const </h3><p>Returns the slider's orientation. -See the <a href="ntqslider.html#orientation-prop">"orientation"</a> property for details. +See the <a href="tqslider.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>int <a name="pageStep"></a>TQSlider::pageStep () const </h3><p>Returns the current page step. -See the <a href="ntqslider.html#pageStep-prop">"pageStep"</a> property for details. +See the <a href="tqslider.html#pageStep-prop">"pageStep"</a> property for details. <h3 class=fn>void <a name="rangeChange"></a>TQSlider::rangeChange ()<tt> [virtual protected]</tt> </h3> Implements the virtual <a href="ntqrangecontrol.html">TQRangeControl</a> function. @@ -190,19 +190,19 @@ Implements the virtual <a href="ntqrangecontrol.html">TQRangeControl</a> functio <p>Reimplemented from <a href="ntqrangecontrol.html#rangeChange">TQRangeControl</a>. <h3 class=fn>void <a name="setLineStep"></a>TQSlider::setLineStep ( int ) </h3><p>Sets the current line step. -See the <a href="ntqslider.html#lineStep-prop">"lineStep"</a> property for details. +See the <a href="tqslider.html#lineStep-prop">"lineStep"</a> property for details. <h3 class=fn>void <a name="setMaxValue"></a>TQSlider::setMaxValue ( int ) </h3><p>Sets the current maximum value of the slider. -See the <a href="ntqslider.html#maxValue-prop">"maxValue"</a> property for details. +See the <a href="tqslider.html#maxValue-prop">"maxValue"</a> property for details. <h3 class=fn>void <a name="setMinValue"></a>TQSlider::setMinValue ( int ) </h3><p>Sets the current minimum value of the slider. -See the <a href="ntqslider.html#minValue-prop">"minValue"</a> property for details. +See the <a href="tqslider.html#minValue-prop">"minValue"</a> property for details. <h3 class=fn>void <a name="setOrientation"></a>TQSlider::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> </h3><p>Sets the slider's orientation. -See the <a href="ntqslider.html#orientation-prop">"orientation"</a> property for details. +See the <a href="tqslider.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="setPageStep"></a>TQSlider::setPageStep ( int ) </h3><p>Sets the current page step. -See the <a href="ntqslider.html#pageStep-prop">"pageStep"</a> property for details. +See the <a href="tqslider.html#pageStep-prop">"pageStep"</a> property for details. <h3 class=fn>void <a name="setPalette"></a>TQSlider::setPalette ( const <a href="tqpalette.html">TQPalette</a> & p )<tt> [virtual]</tt> </h3> Reimplements the virtual function <a href="tqwidget.html#setPalette">TQWidget::setPalette</a>(). @@ -225,16 +225,16 @@ the only legal value. <p>Examples: <a href="listbox-example.html#x1441">listbox/listbox.cpp</a>, <a href="tutorial1-12.html#x2387">t12/lcdrange.cpp</a>, <a href="tutorial1-05.html#x2315">t5/main.cpp</a>, <a href="tutorial1-06.html#x2325">t6/main.cpp</a>, <a href="tutorial1-08.html#x2334">t8/lcdrange.cpp</a>, and <a href="xform-example.html#x1250">xform/xform.cpp</a>. <h3 class=fn>void <a name="setTickInterval"></a>TQSlider::setTickInterval ( int )<tt> [virtual]</tt> </h3><p>Sets the interval between tickmarks. -See the <a href="ntqslider.html#tickInterval-prop">"tickInterval"</a> property for details. -<h3 class=fn>void <a name="setTickmarks"></a>TQSlider::setTickmarks ( <a href="ntqslider.html#TickSetting-enum">TickSetting</a> )<tt> [virtual]</tt> +See the <a href="tqslider.html#tickInterval-prop">"tickInterval"</a> property for details. +<h3 class=fn>void <a name="setTickmarks"></a>TQSlider::setTickmarks ( <a href="tqslider.html#TickSetting-enum">TickSetting</a> )<tt> [virtual]</tt> </h3><p>Sets the tickmark settings for this slider. -See the <a href="ntqslider.html#tickmarks-prop">"tickmarks"</a> property for details. +See the <a href="tqslider.html#tickmarks-prop">"tickmarks"</a> property for details. <h3 class=fn>void <a name="setTracking"></a>TQSlider::setTracking ( bool enable )<tt> [virtual]</tt> </h3><p>Sets whether slider tracking is enabled to <em>enable</em>. -See the <a href="ntqslider.html#tracking-prop">"tracking"</a> property for details. +See the <a href="tqslider.html#tracking-prop">"tracking"</a> property for details. <h3 class=fn>void <a name="setValue"></a>TQSlider::setValue ( int )<tt> [virtual slot]</tt> </h3><p>Sets the current slider value. -See the <a href="ntqslider.html#value-prop">"value"</a> property for details. +See the <a href="tqslider.html#value-prop">"value"</a> property for details. <h3 class=fn>void <a name="sliderMoved"></a>TQSlider::sliderMoved ( int value )<tt> [signal]</tt> </h3> @@ -268,16 +268,16 @@ Moves the slider one <a href="#pageStep">pageStep</a>() down or left. <h3 class=fn>int <a name="tickInterval"></a>TQSlider::tickInterval () const </h3><p>Returns the interval between tickmarks. -See the <a href="ntqslider.html#tickInterval-prop">"tickInterval"</a> property for details. -<h3 class=fn><a href="ntqslider.html#TickSetting-enum">TickSetting</a> <a name="tickmarks"></a>TQSlider::tickmarks () const +See the <a href="tqslider.html#tickInterval-prop">"tickInterval"</a> property for details. +<h3 class=fn><a href="tqslider.html#TickSetting-enum">TickSetting</a> <a name="tickmarks"></a>TQSlider::tickmarks () const </h3><p>Returns the tickmark settings for this slider. -See the <a href="ntqslider.html#tickmarks-prop">"tickmarks"</a> property for details. +See the <a href="tqslider.html#tickmarks-prop">"tickmarks"</a> property for details. <h3 class=fn>bool <a name="tracking"></a>TQSlider::tracking () const </h3><p>Returns TRUE if slider tracking is enabled; otherwise returns FALSE. -See the <a href="ntqslider.html#tracking-prop">"tracking"</a> property for details. +See the <a href="tqslider.html#tracking-prop">"tracking"</a> property for details. <h3 class=fn>int <a name="value"></a>TQSlider::value () const </h3><p>Returns the current slider value. -See the <a href="ntqslider.html#value-prop">"value"</a> property for details. +See the <a href="tqslider.html#value-prop">"value"</a> property for details. <h3 class=fn>void <a name="valueChange"></a>TQSlider::valueChange ()<tt> [virtual protected]</tt> </h3> Implements the virtual <a href="ntqrangecontrol.html">TQRangeControl</a> function. @@ -334,7 +334,7 @@ value of tickInterval is 0. <p> <p>See also <a href="ntqrangecontrol.html#lineStep">TQRangeControl::lineStep</a>() and <a href="ntqrangecontrol.html#pageStep">TQRangeControl::pageStep</a>(). <p>Set this property's value with <a href="#setTickInterval">setTickInterval</a>() and get this property's value with <a href="#tickInterval">tickInterval</a>(). -<h3 class=fn><a href="ntqslider.html#TickSetting-enum">TickSetting</a> <a name="tickmarks-prop"></a>tickmarks</h3> +<h3 class=fn><a href="tqslider.html#TickSetting-enum">TickSetting</a> <a name="tickmarks-prop"></a>tickmarks</h3> <p>This property holds the tickmark settings for this slider. <p>The valid values are in <a href="#TickSetting-enum">TQSlider::TickSetting</a>. The default is <a href="#TickSetting-enum">NoMarks</a>. diff --git a/doc/html/qspinbox-h.html b/doc/html/tqspinbox-h.html index 128457834..9a3f4075f 100644 --- a/doc/html/qspinbox-h.html +++ b/doc/html/tqspinbox-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/ntqspinbox.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqspinbox.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqspinbox.h Include File</title> +<title>tqspinbox.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>ntqspinbox.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>tqspinbox.h</h1> -<p>This is the verbatim text of the ntqspinbox.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqspinbox.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqspinbox.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqspinbox.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQSpinBox widget class ** diff --git a/doc/html/qspinbox-m.png b/doc/html/tqspinbox-m.png Binary files differindex fd008ee35..fd008ee35 100644 --- a/doc/html/qspinbox-m.png +++ b/doc/html/tqspinbox-m.png diff --git a/doc/html/qspinbox-members.html b/doc/html/tqspinbox-members.html index c8b1828a7..857dac4fc 100644 --- a/doc/html/qspinbox-members.html +++ b/doc/html/tqspinbox-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/ntqspinbox.h:52 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqspinbox.h:52 --> <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 TQSpinBox</h1> <p>This is the complete list of member functions for -<a href="ntqspinbox.html">TQSpinBox</a>, including inherited members. +<a href="tqspinbox.html">TQSpinBox</a>, including inherited members. <ul> -<li><a href="ntqspinbox.html#TQSpinBox">TQSpinBox</a>() -<li><a href="ntqspinbox.html#~TQSpinBox">~TQSpinBox</a>() +<li><a href="tqspinbox.html#TQSpinBox">TQSpinBox</a>() +<li><a href="tqspinbox.html#~TQSpinBox">~TQSpinBox</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="ntqrangecontrol.html#addLine">addLine</a>() <li><a href="ntqrangecontrol.html#addPage">addPage</a>() @@ -50,7 +50,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="ntqrangecontrol.html#bound">bound</a>() -<li><a href="ntqspinbox.html#buttonSymbols">buttonSymbols</a>() +<li><a href="tqspinbox.html#buttonSymbols">buttonSymbols</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>() @@ -60,7 +60,7 @@ 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="ntqspinbox.html#cleanText">cleanText</a>() +<li><a href="tqspinbox.html#cleanText">cleanText</a>() <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() @@ -74,7 +74,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="ntqspinbox.html#currentValueText">currentValueText</a>() +<li><a href="tqspinbox.html#currentValueText">currentValueText</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>() @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqrangecontrol.html#directSetValue">directSetValue</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqspinbox.html#downRect">downRect</a>() +<li><a href="tqspinbox.html#downRect">downRect</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>() @@ -92,14 +92,14 @@ body { background: #ffffff; color: black; } <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="ntqspinbox.html#editor">editor</a>() +<li><a href="tqspinbox.html#editor">editor</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</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="ntqspinbox.html#eventFilter">eventFilter</a>() +<li><a href="tqspinbox.html#eventFilter">eventFilter</a>() <li><a href="tqwidget.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() @@ -137,7 +137,7 @@ body { background: #ffffff; color: black; } <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="ntqspinbox.html#interpretText">interpretText</a>() +<li><a href="tqspinbox.html#interpretText">interpretText</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>() @@ -168,25 +168,25 @@ 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="ntqspinbox.html#lineStep">lineStep</a>() +<li><a href="tqspinbox.html#lineStep">lineStep</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>() <li><a href="tqwidget.html#mapFromGlobal">mapFromGlobal</a>() <li><a href="tqwidget.html#mapFromParent">mapFromParent</a>() -<li><a href="ntqspinbox.html#mapTextToValue">mapTextToValue</a>() +<li><a href="tqspinbox.html#mapTextToValue">mapTextToValue</a>() <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="ntqspinbox.html#mapValueToText">mapValueToText</a>() -<li><a href="ntqspinbox.html#maxValue">maxValue</a>() +<li><a href="tqspinbox.html#mapValueToText">mapValueToText</a>() +<li><a href="tqspinbox.html#maxValue">maxValue</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="ntqspinbox.html#minValue">minValue</a>() +<li><a href="tqspinbox.html#minValue">minValue</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>() @@ -217,12 +217,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() <li><a href="ntqrangecontrol.html#positionFromValue">positionFromValue</a>() -<li><a href="ntqspinbox.html#prefix">prefix</a>() +<li><a href="tqspinbox.html#prefix">prefix</a>() <li><a href="ntqrangecontrol.html#prevValue">prevValue</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>() -<li><a href="ntqspinbox.html#rangeChange">rangeChange</a>() +<li><a href="tqspinbox.html#rangeChange">rangeChange</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() @@ -235,7 +235,7 @@ body { background: #ffffff; color: black; } <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="ntqspinbox.html#selectAll">selectAll</a>() +<li><a href="tqspinbox.html#selectAll">selectAll</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>() @@ -245,7 +245,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="ntqspinbox.html#setButtonSymbols">setButtonSymbols</a>() +<li><a href="tqspinbox.html#setButtonSymbols">setButtonSymbols</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>() @@ -265,14 +265,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="ntqspinbox.html#setLineStep">setLineStep</a>() +<li><a href="tqspinbox.html#setLineStep">setLineStep</a>() <li><a href="tqwidget.html#setMask">setMask</a>() -<li><a href="ntqspinbox.html#setMaxValue">setMaxValue</a>() +<li><a href="tqspinbox.html#setMaxValue">setMaxValue</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="ntqspinbox.html#setMinValue">setMinValue</a>() +<li><a href="tqspinbox.html#setMinValue">setMinValue</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>() @@ -282,24 +282,24 @@ 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="ntqspinbox.html#setPrefix">setPrefix</a>() +<li><a href="tqspinbox.html#setPrefix">setPrefix</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqrangecontrol.html#setRange">setRange</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="ntqspinbox.html#setSpecialValueText">setSpecialValueText</a>() +<li><a href="tqspinbox.html#setSpecialValueText">setSpecialValueText</a>() <li><a href="ntqrangecontrol.html#setSteps">setSteps</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() -<li><a href="ntqspinbox.html#setSuffix">setSuffix</a>() +<li><a href="tqspinbox.html#setSuffix">setSuffix</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqspinbox.html#setValidator">setValidator</a>() -<li><a href="ntqspinbox.html#setValue">setValue</a>() +<li><a href="tqspinbox.html#setValidator">setValidator</a>() +<li><a href="tqspinbox.html#setValue">setValue</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="ntqspinbox.html#setWrapping">setWrapping</a>() +<li><a href="tqspinbox.html#setWrapping">setWrapping</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>() @@ -311,21 +311,21 @@ 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="ntqspinbox.html#specialValueText">specialValueText</a>() +<li><a href="tqspinbox.html#specialValueText">specialValueText</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqrangecontrol.html#stepChange">stepChange</a>() -<li><a href="ntqspinbox.html#stepDown">stepDown</a>() -<li><a href="ntqspinbox.html#stepUp">stepUp</a>() +<li><a href="tqspinbox.html#stepDown">stepDown</a>() +<li><a href="tqspinbox.html#stepUp">stepUp</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() <li><a href="ntqrangecontrol.html#subtractLine">subtractLine</a>() <li><a href="ntqrangecontrol.html#subtractPage">subtractPage</a>() -<li><a href="ntqspinbox.html#suffix">suffix</a>() +<li><a href="tqspinbox.html#suffix">suffix</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqspinbox.html#text">text</a>() -<li><a href="ntqspinbox.html#textChanged">textChanged</a>() +<li><a href="tqspinbox.html#text">text</a>() +<li><a href="tqspinbox.html#textChanged">textChanged</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="tqobject.html#tr">tr</a>() @@ -333,15 +333,15 @@ body { background: #ffffff; color: black; } <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="ntqspinbox.html#upRect">upRect</a>() +<li><a href="tqspinbox.html#upRect">upRect</a>() <li><a href="tqwidget.html#update">update</a>() -<li><a href="ntqspinbox.html#updateDisplay">updateDisplay</a>() +<li><a href="tqspinbox.html#updateDisplay">updateDisplay</a>() <li><a href="tqwidget.html#updateGeometry">updateGeometry</a>() <li><a href="tqwidget.html#updateMask">updateMask</a>() -<li><a href="ntqspinbox.html#validator">validator</a>() -<li><a href="ntqspinbox.html#value">value</a>() -<li><a href="ntqspinbox.html#valueChange">valueChange</a>() -<li><a href="ntqspinbox.html#valueChanged">valueChanged</a>() +<li><a href="tqspinbox.html#validator">validator</a>() +<li><a href="tqspinbox.html#value">value</a>() +<li><a href="tqspinbox.html#valueChange">valueChange</a>() +<li><a href="tqspinbox.html#valueChanged">valueChanged</a>() <li><a href="ntqrangecontrol.html#valueFromPosition">valueFromPosition</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() <li><a href="tqwidget.html#wheelEvent">wheelEvent</a>() @@ -351,7 +351,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowActivationChange">windowActivationChange</a>() <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() -<li><a href="ntqspinbox.html#wrapping">wrapping</a>() +<li><a href="tqspinbox.html#wrapping">wrapping</a>() <li><a href="tqwidget.html#x">x</a>() <li><a href="tqpaintdevice.html#x11AppCells">x11AppCells</a>() <li><a href="tqpaintdevice.html#x11AppColormap">x11AppColormap</a>() diff --git a/doc/html/qspinbox-w.png b/doc/html/tqspinbox-w.png Binary files differindex 46cbb93df..46cbb93df 100644 --- a/doc/html/qspinbox-w.png +++ b/doc/html/tqspinbox-w.png diff --git a/doc/html/ntqspinbox.html b/doc/html/tqspinbox.html index 088c95db6..7474f488c 100644 --- a/doc/html/ntqspinbox.html +++ b/doc/html/tqspinbox.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/qspinbox.cpp:129 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqspinbox.cpp:129 --> <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 TQSpinBox class provides a spin box widget (spin button). <a href="#details">More...</a> -<p><tt>#include <<a href="qspinbox-h.html">ntqspinbox.h</a>></tt> +<p><tt>#include <<a href="tqspinbox-h.html">tqspinbox.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>. -<p><a href="qspinbox-members.html">List of all member functions.</a> +<p><a href="tqspinbox-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQSpinBox"><b>TQSpinBox</b></a> ( TQWidget * parent = 0, const char * name = 0 )</li> @@ -185,8 +185,8 @@ the range of integers used inside the program would be -1 to 100: }; </pre> -<p> <img src=qspinbox-m.png> <img src=qspinbox-w.png> -<p> <p>See also <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="ntqslider.html">TQSlider</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Spin Box</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <img src=tqspinbox-m.png> <img src=tqspinbox-w.png> +<p> <p>See also <a href="tqscrollbar.html">TQScrollBar</a>, <a href="tqslider.html">TQSlider</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Spin Box</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ButtonSymbols-enum"></a>TQSpinBox::ButtonSymbols</h3> @@ -216,12 +216,12 @@ initially set to <em>minValue</em>. </h3> Destroys the spin box, freeing all memory and other resources. -<h3 class=fn><a href="ntqspinbox.html#ButtonSymbols-enum">ButtonSymbols</a> <a name="buttonSymbols"></a>TQSpinBox::buttonSymbols () const +<h3 class=fn><a href="tqspinbox.html#ButtonSymbols-enum">ButtonSymbols</a> <a name="buttonSymbols"></a>TQSpinBox::buttonSymbols () const </h3><p>Returns the current button symbol mode. -See the <a href="ntqspinbox.html#buttonSymbols-prop">"buttonSymbols"</a> property for details. +See the <a href="tqspinbox.html#buttonSymbols-prop">"buttonSymbols"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="cleanText"></a>TQSpinBox::cleanText () const<tt> [virtual]</tt> </h3><p>Returns the spin box's text with no <a href="#prefix">prefix</a>(), <a href="#suffix">suffix</a>() or leading or trailing whitespace. -See the <a href="ntqspinbox.html#cleanText-prop">"cleanText"</a> property for details. +See the <a href="tqspinbox.html#cleanText-prop">"cleanText"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="currentValueText"></a>TQSpinBox::currentValueText ()<tt> [protected]</tt> </h3> Returns the full text calculated from the current value, including @@ -232,13 +232,13 @@ value is <a href="#minValue">minValue</a>() the <a href="#specialValueText">spec </h3> Returns the geometry of the "down" button. -<h3 class=fn><a href="ntqlineedit.html">TQLineEdit</a> * <a name="editor"></a>TQSpinBox::editor () const<tt> [protected]</tt> +<h3 class=fn><a href="tqlineedit.html">TQLineEdit</a> * <a name="editor"></a>TQSpinBox::editor () const<tt> [protected]</tt> </h3> -Returns a pointer to the embedded <a href="ntqlineedit.html">TQLineEdit</a>. +Returns a pointer to the embedded <a href="tqlineedit.html">TQLineEdit</a>. <h3 class=fn>bool <a name="eventFilter"></a>TQSpinBox::eventFilter ( <a href="tqobject.html">TQObject</a> * o, <a href="tqevent.html">TQEvent</a> * ev )<tt> [virtual protected]</tt> </h3> -Intercepts and handles the events coming to the embedded <a href="ntqlineedit.html">TQLineEdit</a> +Intercepts and handles the events coming to the embedded <a href="tqlineedit.html">TQLineEdit</a> that have special meaning for the TQSpinBox. The object is passed as <em>o</em> and the event is passed as <em>ev</em>. @@ -247,7 +247,7 @@ as <em>o</em> and the event is passed as <em>ev</em>. </h3> TQSpinBox calls this after the user has manually edited the contents of the spin box (i.e. by typing in the embedded -<a href="ntqlineedit.html">TQLineEdit</a>, rather than using the up/down buttons/keys). +<a href="tqlineedit.html">TQLineEdit</a>, rather than using the up/down buttons/keys). <p> The default implementation of this function interprets the new text using <a href="#mapTextToValue">mapTextToValue</a>(). If mapTextToValue() is successful, it changes the spin box's value; if not, the value is left unchanged. @@ -255,7 +255,7 @@ changes the spin box's value; if not, the value is left unchanged. <h3 class=fn>int <a name="lineStep"></a>TQSpinBox::lineStep () const </h3><p>Returns the line step. -See the <a href="ntqspinbox.html#lineStep-prop">"lineStep"</a> property for details. +See the <a href="tqspinbox.html#lineStep-prop">"lineStep"</a> property for details. <h3 class=fn>int <a name="mapTextToValue"></a>TQSpinBox::mapTextToValue ( bool * ok )<tt> [virtual protected]</tt> </h3> This virtual function is used by the spin box whenever it needs to @@ -287,13 +287,13 @@ value. <h3 class=fn>int <a name="maxValue"></a>TQSpinBox::maxValue () const </h3><p>Returns the maximum value of the spin box. -See the <a href="ntqspinbox.html#maxValue-prop">"maxValue"</a> property for details. +See the <a href="tqspinbox.html#maxValue-prop">"maxValue"</a> property for details. <h3 class=fn>int <a name="minValue"></a>TQSpinBox::minValue () const </h3><p>Returns the minimum value of the spin box. -See the <a href="ntqspinbox.html#minValue-prop">"minValue"</a> property for details. +See the <a href="tqspinbox.html#minValue-prop">"minValue"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="prefix"></a>TQSpinBox::prefix () const<tt> [virtual]</tt> </h3><p>Returns the spin box's prefix. -See the <a href="ntqspinbox.html#prefix-prop">"prefix"</a> property for details. +See the <a href="tqspinbox.html#prefix-prop">"prefix"</a> property for details. <h3 class=fn>void <a name="rangeChange"></a>TQSpinBox::rangeChange ()<tt> [virtual protected]</tt> </h3> This virtual function is called by <a href="ntqrangecontrol.html">TQRangeControl</a> whenever the @@ -306,27 +306,27 @@ reimplement this function. </h3> Selects all the text in the spin box's editor. -<h3 class=fn>void <a name="setButtonSymbols"></a>TQSpinBox::setButtonSymbols ( <a href="ntqspinbox.html#ButtonSymbols-enum">ButtonSymbols</a> )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setButtonSymbols"></a>TQSpinBox::setButtonSymbols ( <a href="tqspinbox.html#ButtonSymbols-enum">ButtonSymbols</a> )<tt> [virtual]</tt> </h3><p>Sets the current button symbol mode. -See the <a href="ntqspinbox.html#buttonSymbols-prop">"buttonSymbols"</a> property for details. +See the <a href="tqspinbox.html#buttonSymbols-prop">"buttonSymbols"</a> property for details. <h3 class=fn>void <a name="setLineStep"></a>TQSpinBox::setLineStep ( int ) </h3><p>Sets the line step. -See the <a href="ntqspinbox.html#lineStep-prop">"lineStep"</a> property for details. +See the <a href="tqspinbox.html#lineStep-prop">"lineStep"</a> property for details. <h3 class=fn>void <a name="setMaxValue"></a>TQSpinBox::setMaxValue ( int ) </h3><p>Sets the maximum value of the spin box. -See the <a href="ntqspinbox.html#maxValue-prop">"maxValue"</a> property for details. +See the <a href="tqspinbox.html#maxValue-prop">"maxValue"</a> property for details. <h3 class=fn>void <a name="setMinValue"></a>TQSpinBox::setMinValue ( int ) </h3><p>Sets the minimum value of the spin box. -See the <a href="ntqspinbox.html#minValue-prop">"minValue"</a> property for details. +See the <a href="tqspinbox.html#minValue-prop">"minValue"</a> property for details. <h3 class=fn>void <a name="setPrefix"></a>TQSpinBox::setPrefix ( const <a href="tqstring.html">TQString</a> & text )<tt> [virtual slot]</tt> </h3><p>Sets the spin box's prefix to <em>text</em>. -See the <a href="ntqspinbox.html#prefix-prop">"prefix"</a> property for details. +See the <a href="tqspinbox.html#prefix-prop">"prefix"</a> property for details. <h3 class=fn>void <a name="setSpecialValueText"></a>TQSpinBox::setSpecialValueText ( const <a href="tqstring.html">TQString</a> & text )<tt> [virtual]</tt> </h3><p>Sets the special-value text to <em>text</em>. -See the <a href="ntqspinbox.html#specialValueText-prop">"specialValueText"</a> property for details. +See the <a href="tqspinbox.html#specialValueText-prop">"specialValueText"</a> property for details. <h3 class=fn>void <a name="setSuffix"></a>TQSpinBox::setSuffix ( const <a href="tqstring.html">TQString</a> & text )<tt> [virtual slot]</tt> </h3><p>Sets the suffix of the spin box to <em>text</em>. -See the <a href="ntqspinbox.html#suffix-prop">"suffix"</a> property for details. +See the <a href="tqspinbox.html#suffix-prop">"suffix"</a> property for details. <h3 class=fn>void <a name="setValidator"></a>TQSpinBox::setValidator ( const <a href="ntqvalidator.html">TQValidator</a> * v )<tt> [virtual]</tt> </h3> Sets the validator to <em>v</em>. The validator controls what keyboard @@ -337,13 +337,13 @@ will still be kept within the spin box's range). <h3 class=fn>void <a name="setValue"></a>TQSpinBox::setValue ( int value )<tt> [virtual slot]</tt> </h3><p>Sets the value of the spin box to <em>value</em>. -See the <a href="ntqspinbox.html#value-prop">"value"</a> property for details. +See the <a href="tqspinbox.html#value-prop">"value"</a> property for details. <h3 class=fn>void <a name="setWrapping"></a>TQSpinBox::setWrapping ( bool on )<tt> [virtual]</tt> </h3><p>Sets whether it is possible to step the value from the highest value to the lowest value and vice versa to <em>on</em>. -See the <a href="ntqspinbox.html#wrapping-prop">"wrapping"</a> property for details. +See the <a href="tqspinbox.html#wrapping-prop">"wrapping"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="specialValueText"></a>TQSpinBox::specialValueText () const </h3><p>Returns the special-value text. -See the <a href="ntqspinbox.html#specialValueText-prop">"specialValueText"</a> property for details. +See the <a href="tqspinbox.html#specialValueText-prop">"specialValueText"</a> property for details. <h3 class=fn>void <a name="stepDown"></a>TQSpinBox::stepDown ()<tt> [virtual slot]</tt> </h3> Decreases the spin box's value one <a href="#lineStep">lineStep</a>(), wrapping as @@ -362,10 +362,10 @@ for example. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="suffix"></a>TQSpinBox::suffix () const<tt> [virtual]</tt> </h3><p>Returns the suffix of the spin box. -See the <a href="ntqspinbox.html#suffix-prop">"suffix"</a> property for details. +See the <a href="tqspinbox.html#suffix-prop">"suffix"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQSpinBox::text () const </h3><p>Returns the spin box's text, including any <a href="#prefix">prefix</a>() and <a href="#suffix">suffix</a>(). -See the <a href="ntqspinbox.html#text-prop">"text"</a> property for details. +See the <a href="tqspinbox.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="textChanged"></a>TQSpinBox::textChanged ()<tt> [protected slot]</tt> </h3> This slot is called whenever the user edits the spin box's text. @@ -376,7 +376,7 @@ Returns the geometry of the "up" button. <h3 class=fn>void <a name="updateDisplay"></a>TQSpinBox::updateDisplay ()<tt> [virtual protected]</tt> </h3> -Updates the contents of the embedded <a href="ntqlineedit.html">TQLineEdit</a> to reflect the +Updates the contents of the embedded <a href="tqlineedit.html">TQLineEdit</a> to reflect the current value using <a href="#mapValueToText">mapValueToText</a>(). Also enables/disables the up/down push buttons accordingly. <p> <p>See also <a href="#mapValueToText">mapValueToText</a>(). @@ -389,7 +389,7 @@ there is any; otherwise returns 0. <h3 class=fn>int <a name="value"></a>TQSpinBox::value () const </h3><p>Returns the value of the spin box. -See the <a href="ntqspinbox.html#value-prop">"value"</a> property for details. +See the <a href="tqspinbox.html#value-prop">"value"</a> property for details. <h3 class=fn>void <a name="valueChange"></a>TQSpinBox::valueChange ()<tt> [virtual protected]</tt> </h3> This virtual function is called by <a href="ntqrangecontrol.html">TQRangeControl</a> whenever the @@ -427,9 +427,9 @@ the edit field of the spin box. <h3 class=fn>bool <a name="wrapping"></a>TQSpinBox::wrapping () const </h3><p>Returns TRUE if it is possible to step the value from the highest value to the lowest value and vice versa; otherwise returns FALSE. -See the <a href="ntqspinbox.html#wrapping-prop">"wrapping"</a> property for details. +See the <a href="tqspinbox.html#wrapping-prop">"wrapping"</a> property for details. <hr><h2>Property Documentation</h2> -<h3 class=fn><a href="ntqspinbox.html#ButtonSymbols-enum">ButtonSymbols</a> <a name="buttonSymbols-prop"></a>buttonSymbols</h3> +<h3 class=fn><a href="tqspinbox.html#ButtonSymbols-enum">ButtonSymbols</a> <a name="buttonSymbols-prop"></a>buttonSymbols</h3> <p>This property holds the current button symbol mode. <p>The possible values can be either <a href="#ButtonSymbols-enum">UpDownArrows</a> or <a href="#ButtonSymbols-enum">PlusMinus</a>. The default is <a href="#ButtonSymbols-enum">UpDownArrows</a>. diff --git a/doc/html/tqsqleditorfactory.html b/doc/html/tqsqleditorfactory.html index c9aab3831..b49dad5fe 100644 --- a/doc/html/tqsqleditorfactory.html +++ b/doc/html/tqsqleditorfactory.html @@ -58,9 +58,9 @@ used by <a href="tqdatatable.html">TQDataTable</a> and <a href="tqsqlform.html"> <p> TQSqlEditorFactory is used by TQDataTable and TQSqlForm to automatically create appropriate editors for a given <a href="tqsqlfield.html">TQSqlField</a>. -For example if the field is a TQVariant::String a <a href="ntqlineedit.html">TQLineEdit</a> would +For example if the field is a TQVariant::String a <a href="tqlineedit.html">TQLineEdit</a> would be the default editor, whereas a TQVariant::Int's default editor -would be a <a href="ntqspinbox.html">TQSpinBox</a>. +would be a <a href="tqspinbox.html">TQSpinBox</a>. <p> If you want to create different editors for fields with the same data type, subclass TQSqlEditorFactory and reimplement the <a href="#createEditor">createEditor</a>() function. diff --git a/doc/html/tqsqlform.html b/doc/html/tqsqlform.html index 1e1877216..47eff71e8 100644 --- a/doc/html/tqsqlform.html +++ b/doc/html/tqsqlform.html @@ -91,7 +91,7 @@ most often via TQSqlFields which are part of a <a href="tqsqlcursor.html">TQSqlC call is needed to actually write values to the database. <p> Some sample code to initialize a form successfully: <p> <pre> - <a href="ntqlineedit.html">TQLineEdit</a> myEditor( this ); + <a href="tqlineedit.html">TQLineEdit</a> myEditor( this ); TQSqlForm myForm( this ); <a href="tqsqlcursor.html">TQSqlCursor</a> myCursor( "mytable" ); diff --git a/doc/html/tqsqlpropertymap.html b/doc/html/tqsqlpropertymap.html index c131d2f68..434623d1d 100644 --- a/doc/html/tqsqlpropertymap.html +++ b/doc/html/tqsqlpropertymap.html @@ -61,7 +61,7 @@ widgets. <p> This class is used to map editors to SQL fields. This works by associating SQL editor class names to the properties used to insert and extract values to/from the editor. -<p> For example, a <a href="ntqlineedit.html">TQLineEdit</a> can be used to edit text strings and +<p> For example, a <a href="tqlineedit.html">TQLineEdit</a> can be used to edit text strings and other data types in TQDataTables or TQSqlForms. Several properties are defined in TQLineEdit, but only the <em>text</em> property is used to insert and extract text from a TQLineEdit. Both <a href="tqdatatable.html">TQDataTable</a> and @@ -120,10 +120,10 @@ new default map.) <p> The default property mappings used by TQt widgets are: <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Widgets <th valign="top">Property -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqcheckbox.html">TQCheckBox</a>, -<a href="ntqradiobutton.html">TQRadioButton</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqcheckbox.html">TQCheckBox</a>, +<a href="tqradiobutton.html">TQRadioButton</a> <td valign="top">checked -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqcombobox.html">TQComboBox</a>, +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqcombobox.html">TQComboBox</a>, <a href="ntqlistbox.html">TQListBox</a> <td valign="top">currentItem <tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqdateedit.html">TQDateEdit</a> @@ -133,19 +133,19 @@ new default map.) <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>, -<a href="ntqdial.html">TQDial</a>, +<a href="tqdial.html">TQDial</a>, <a href="tqlabel.html">TQLabel</a>, -<a href="ntqlineedit.html">TQLineEdit</a>, +<a href="tqlineedit.html">TQLineEdit</a>, <a href="ntqmultilineedit.html">TQMultiLineEdit</a>, -<a href="ntqpushbutton.html">TQPushButton</a>, +<a href="tqpushbutton.html">TQPushButton</a>, <a href="tqtextedit.html">TQTextEdit</a>, <td valign="top">text <tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqtimeedit.html">TQTimeEdit</a> <td valign="top">time -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqlcdnumber.html">TQLCDNumber</a>, -<a href="ntqscrollbar.html">TQScrollBar</a> -<a href="ntqslider.html">TQSlider</a>, -<a href="ntqspinbox.html">TQSpinBox</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqlcdnumber.html">TQLCDNumber</a>, +<a href="tqscrollbar.html">TQScrollBar</a> +<a href="tqslider.html">TQSlider</a>, +<a href="tqspinbox.html">TQSpinBox</a> <td valign="top">value </table></center> diff --git a/doc/html/tqstyle.html b/doc/html/tqstyle.html index 59357ff4e..010510c20 100644 --- a/doc/html/tqstyle.html +++ b/doc/html/tqstyle.html @@ -184,12 +184,12 @@ must be greater than this value. a widget that performs some action or displays information to the user. <ul> -<li><tt>TQStyle::CE_PushButton</tt> - the bevel and default indicator of a <a href="ntqpushbutton.html">TQPushButton</a>. +<li><tt>TQStyle::CE_PushButton</tt> - the bevel and default indicator of a <a href="tqpushbutton.html">TQPushButton</a>. <li><tt>TQStyle::CE_PushButtonLabel</tt> - the label (iconset with text or pixmap) of a TQPushButton. -<li><tt>TQStyle::CE_CheckBox</tt> - the indicator of a <a href="ntqcheckbox.html">TQCheckBox</a>. +<li><tt>TQStyle::CE_CheckBox</tt> - the indicator of a <a href="tqcheckbox.html">TQCheckBox</a>. <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="ntqradiobutton.html">TQRadioButton</a>. +<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_TabBarLabel</tt> - the label within a TQTab. @@ -280,7 +280,7 @@ tab is selected. <li><tt>TQStyle::PM_PopupMenuScrollerHeight</tt> - height of the scroller area in a popupmenu. <li><tt>TQStyle::PM_PopupMenuScrollerHeight</tt> - height of the scroller area in a popupmenu. <li><tt>TQStyle::PM_CheckListButtonSize</tt> - area (width/height) of the -checkbox/radiobutton in a <a href="qchecklistitem.html">TQCheckListItem</a> +checkbox/radiobutton in a <a href="tqchecklistitem.html">TQCheckListItem</a> <li><tt>TQStyle::PM_CheckListControllerSize</tt> - area (width/height) of the controller in a TQCheckListItem <li><tt>TQStyle::PM_DialogButtonsSeparator</tt> - distance between buttons in a dialog buttons widget. @@ -301,7 +301,7 @@ PrimitiveElement is a common GUI element, such as a checkbox indicator or pushbutton bevel. <ul> <li><tt>TQStyle::PE_ButtonCommand</tt> - button used to initiate an action, for -example, a <a href="ntqpushbutton.html">TQPushButton</a>. +example, a <a href="tqpushbutton.html">TQPushButton</a>. <li><tt>TQStyle::PE_ButtonDefault</tt> - this button is the default button, e.g. in a dialog. <li><tt>TQStyle::PE_ButtonBevel</tt> - generic button bevel. @@ -317,15 +317,15 @@ button that displays a popup menu, for example, <a href="tqpopupmenu.html">TQPop <li><tt>TQStyle::PE_ArrowLeft</tt> - left arrow. </ul><p> <ul> <li><tt>TQStyle::PE_SpinWidgetUp</tt> - up symbol for a spin widget, for example a -<a href="ntqspinbox.html">TQSpinBox</a>. +<a href="tqspinbox.html">TQSpinBox</a>. <li><tt>TQStyle::PE_SpinWidgetDown</tt> - down symbol for a spin widget. <li><tt>TQStyle::PE_SpinWidgetPlus</tt> - increase symbol for a spin widget. <li><tt>TQStyle::PE_SpinWidgetMinus</tt> - decrease symbol for a spin widget. </ul><p> <ul> -<li><tt>TQStyle::PE_Indicator</tt> - on/off indicator, for example, a <a href="ntqcheckbox.html">TQCheckBox</a>. +<li><tt>TQStyle::PE_Indicator</tt> - on/off indicator, for example, a <a href="tqcheckbox.html">TQCheckBox</a>. <li><tt>TQStyle::PE_IndicatorMask</tt> - bitmap mask for an indicator. <li><tt>TQStyle::PE_ExclusiveIndicator</tt> - exclusive on/off indicator, for -example, a <a href="ntqradiobutton.html">TQRadioButton</a>. +example, a <a href="tqradiobutton.html">TQRadioButton</a>. <li><tt>TQStyle::PE_ExclusiveIndicatorMask</tt> - bitmap mask for an exclusive indicator. </ul><p> <ul> <li><tt>TQStyle::PE_DockWindowHandle</tt> - tear off handle for dock windows and @@ -361,10 +361,10 @@ header </ul><p> <ul> <li><tt>TQStyle::PE_SizeGrip</tt> - window resize handle; see also <a href="tqsizegrip.html">TQSizeGrip</a>. </ul><p> <ul> -<li><tt>TQStyle::PE_CheckMark</tt> - generic check mark; see also <a href="ntqcheckbox.html">TQCheckBox</a>. +<li><tt>TQStyle::PE_CheckMark</tt> - generic check mark; see also <a href="tqcheckbox.html">TQCheckBox</a>. </ul><p> <ul> <li><tt>TQStyle::PE_ScrollBarAddLine</tt> - scrollbar line increase indicator -(i.e. scroll down); see also <a href="ntqscrollbar.html">TQScrollBar</a>. +(i.e. scroll down); see also <a href="tqscrollbar.html">TQScrollBar</a>. <li><tt>TQStyle::PE_ScrollBarSubLine</tt> - scrollbar line decrease indicator (i.e. scroll up). <li><tt>TQStyle::PE_ScrollBarAddPage</tt> - scolllbar page increase indicator (i.e. page down). <li><tt>TQStyle::PE_ScrollBarSubPage</tt> - scrollbar page decrease indicator (i.e. page up). @@ -421,7 +421,7 @@ and/or feel hint. <li><tt>TQStyle::SH_EtchDisabledText</tt> - disabled text is "etched" like Windows. <li><tt>TQStyle::SH_GUIStyle</tt> - the GUI style to use. <li><tt>TQStyle::SH_ScrollBar_BackgroundMode</tt> - the background mode for a -<a href="ntqscrollbar.html">TQScrollBar</a>. Possible values are any of those in the <a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> enum. +<a href="tqscrollbar.html">TQScrollBar</a>. Possible values are any of those in the <a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> enum. <li><tt>TQStyle::SH_ScrollBar_MiddleClickAbsolutePosition</tt> - a boolean value. If TRUE, middle clicking on a scrollbar causes the slider to jump to that position. If FALSE, the middle clicking is @@ -558,13 +558,13 @@ arrow); see also TQScrollbar. <li><tt>TQStyle::SC_ScrollBarGroove</tt> - special subcontrol which contains the area in which the slider handle may move. </ul><p> <ul> -<li><tt>TQStyle::SC_SpinWidgetUp</tt> - spinwidget up/increase; see also <a href="ntqspinbox.html">TQSpinBox</a>. +<li><tt>TQStyle::SC_SpinWidgetUp</tt> - spinwidget up/increase; see also <a href="tqspinbox.html">TQSpinBox</a>. <li><tt>TQStyle::SC_SpinWidgetDown</tt> - spinwidget down/decrease. <li><tt>TQStyle::SC_SpinWidgetFrame</tt> - spinwidget frame. <li><tt>TQStyle::SC_SpinWidgetEditField</tt> - spinwidget edit field. <li><tt>TQStyle::SC_SpinWidgetButtonField</tt> - spinwidget button field. </ul><p> <ul> -<li><tt>TQStyle::SC_ComboBoxEditField</tt> - combobox edit field; see also <a href="ntqcombobox.html">TQComboBox</a>. +<li><tt>TQStyle::SC_ComboBoxEditField</tt> - combobox edit field; see also <a href="tqcombobox.html">TQComboBox</a>. <li><tt>TQStyle::SC_ComboBoxArrow</tt> - combobox arrow <li><tt>TQStyle::SC_ComboBoxFrame</tt> - combobox frame <li><tt>TQStyle::SC_ComboBoxListBoxPopup</tt> - combobox list box @@ -684,17 +684,17 @@ the appropriate <em>widget</em> and <em>opt</em> usage: <td valign="top" colspan="1" rowspan="2"> Unused. <td valign="top" colspan="1" rowspan="2"> <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StyleFlags-enum">Style_HasFocus</a> <td valign="top">Set if the spinwidget has input focus. -<tr bgcolor="#d0d0d0"> <td valign="top" colspan="1" rowspan="2"> <a href="#ComplexControl-enum">CC_ComboBox</a>(const <a href="ntqcombobox.html">TQComboBox</a> *) +<tr bgcolor="#d0d0d0"> <td valign="top" colspan="1" rowspan="2"> <a href="#ComplexControl-enum">CC_ComboBox</a>(const <a href="tqcombobox.html">TQComboBox</a> *) <td valign="top"><a href="#StyleFlags-enum">Style_Enabled</a> <td valign="top">Set if the combobox is enabled. <td valign="top" colspan="1" rowspan="2"> Unused. <td valign="top" colspan="1" rowspan="2"> <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StyleFlags-enum">Style_HasFocus</a> <td valign="top">Set if the combobox has input focus. -<tr bgcolor="#f0f0f0"> <td valign="top" colspan="1" rowspan="2"> <a href="#ComplexControl-enum">CC_ScrollBar</a>(const <a href="ntqscrollbar.html">TQScrollBar</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top" colspan="1" rowspan="2"> <a href="#ComplexControl-enum">CC_ScrollBar</a>(const <a href="tqscrollbar.html">TQScrollBar</a> *) <td valign="top"><a href="#StyleFlags-enum">Style_Enabled</a> <td valign="top">Set if the scrollbar is enabled. <td valign="top" colspan="1" rowspan="2"> Unused. <td valign="top" colspan="1" rowspan="2"> <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StyleFlags-enum">Style_HasFocus</a> <td valign="top">Set if the scrollbar has input focus. -<tr bgcolor="#d0d0d0"> <td valign="top" colspan="1" rowspan="2"> <a href="#ComplexControl-enum">CC_Slider</a>(const <a href="ntqslider.html">TQSlider</a> *) +<tr bgcolor="#d0d0d0"> <td valign="top" colspan="1" rowspan="2"> <a href="#ComplexControl-enum">CC_Slider</a>(const <a href="tqslider.html">TQSlider</a> *) <td valign="top"><a href="#StyleFlags-enum">Style_Enabled</a> <td valign="top">Set if the slider is enabled. <td valign="top" colspan="1" rowspan="2"> Unused. <td valign="top" colspan="1" rowspan="2"> @@ -764,9 +764,9 @@ the appropriate <em>widget</em> and <em>opt</em> usage: <th valign="top">Notes <th valign="top">Options <th valign="top">Notes -<tr bgcolor="#f0f0f0"> <td valign="top" colspan="1" rowspan="6"> <a href="#ControlElement-enum">CE_PushButton</a>(const <a href="ntqpushbutton.html">TQPushButton</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top" colspan="1" rowspan="6"> <a href="#ControlElement-enum">CE_PushButton</a>(const <a href="tqpushbutton.html">TQPushButton</a> *) <p> and -<p> <a href="#ControlElement-enum">CE_PushButtonLabel</a>(const <a href="ntqpushbutton.html">TQPushButton</a> *) +<p> <a href="#ControlElement-enum">CE_PushButtonLabel</a>(const <a href="tqpushbutton.html">TQPushButton</a> *) <td valign="top"><a href="#StyleFlags-enum">Style_Enabled</a> <td valign="top">Set if the button is enabled. <td valign="top" colspan="1" rowspan="6"> Unused. <td valign="top" colspan="1" rowspan="6"> @@ -776,9 +776,9 @@ the appropriate <em>widget</em> and <em>opt</em> usage: <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StyleFlags-enum">Style_Down</a> <td valign="top">Set if the button is down (i.e., the mouse button or space bar is pressed on the button). <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StyleFlags-enum">Style_ButtonDefault</a> <td valign="top">Set if the button is a default button. -<tr bgcolor="#d0d0d0"> <td valign="top" colspan="1" rowspan="6"> <a href="#ControlElement-enum">CE_CheckBox</a>(const <a href="ntqcheckbox.html">TQCheckBox</a> *) +<tr bgcolor="#d0d0d0"> <td valign="top" colspan="1" rowspan="6"> <a href="#ControlElement-enum">CE_CheckBox</a>(const <a href="tqcheckbox.html">TQCheckBox</a> *) <p> and -<p> <a href="#ControlElement-enum">CE_CheckBoxLabel</a>(const <a href="ntqcheckbox.html">TQCheckBox</a> *) +<p> <a href="#ControlElement-enum">CE_CheckBoxLabel</a>(const <a href="tqcheckbox.html">TQCheckBox</a> *) <p> <td valign="top"><a href="#StyleFlags-enum">Style_Enabled</a> <td valign="top">Set if the checkbox is enabled. <td valign="top" colspan="1" rowspan="6"> Unused. <td valign="top" colspan="1" rowspan="6"> @@ -788,7 +788,7 @@ space bar is pressed on the button). <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StyleFlags-enum">Style_NoChange</a> <td valign="top">Set if the checkbox is in the NoChange state. <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StyleFlags-enum">Style_Down</a> <td valign="top">Set if the checkbox is down (i.e., the mouse button or space bar is pressed on the button). -<tr bgcolor="#f0f0f0"> <td valign="top" colspan="1" rowspan="5"> <a href="#ControlElement-enum">CE_RadioButton</a>(const <a href="ntqradiobutton.html">TQRadioButton</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top" colspan="1" rowspan="5"> <a href="#ControlElement-enum">CE_RadioButton</a>(const <a href="tqradiobutton.html">TQRadioButton</a> *) <p> and <p> <a href="#ControlElement-enum">CE_RadioButtonLabel</a>(const TQRadioButton *) <td valign="top"><a href="#StyleFlags-enum">Style_Enabled</a> <td valign="top">Set if the radiobutton is enabled. @@ -986,10 +986,10 @@ of <em>widget</em>. See the table below for the appropriate <em>widget</em> casts: <p> <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">PixelMetric <th valign="top">Widget Cast -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#PixelMetric-enum">PM_SliderControlThickness</a> <td valign="top">(const <a href="ntqslider.html">TQSlider</a> *) -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#PixelMetric-enum">PM_SliderLength</a> <td valign="top">(const <a href="ntqslider.html">TQSlider</a> *) -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#PixelMetric-enum">PM_SliderTickmarkOffset</a> <td valign="top">(const <a href="ntqslider.html">TQSlider</a> *) -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#PixelMetric-enum">PM_SliderSpaceAvailable</a> <td valign="top">(const <a href="ntqslider.html">TQSlider</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#PixelMetric-enum">PM_SliderControlThickness</a> <td valign="top">(const <a href="tqslider.html">TQSlider</a> *) +<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> *) @@ -1086,11 +1086,11 @@ can make use of the extra options. See the table below for the appropriate <em>widget</em> and <em>opt</em> usage: <p> <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">ContentsType <th valign="top">Widget Cast <th valign="top">Options <th valign="top">Notes -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_PushButton</a> <td valign="top">(const <a href="ntqpushbutton.html">TQPushButton</a> *) <td valign="top">Unused. <td valign="top"> -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_CheckBox</a> <td valign="top">(const <a href="ntqcheckbox.html">TQCheckBox</a> *) <td valign="top">Unused. <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_RadioButton</a> <td valign="top">(const <a href="ntqradiobutton.html">TQRadioButton</a> *) <td valign="top">Unused. <td valign="top"> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_PushButton</a> <td valign="top">(const <a href="tqpushbutton.html">TQPushButton</a> *) <td valign="top">Unused. <td valign="top"> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_CheckBox</a> <td valign="top">(const <a href="tqcheckbox.html">TQCheckBox</a> *) <td valign="top">Unused. <td valign="top"> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_RadioButton</a> <td valign="top">(const <a href="tqradiobutton.html">TQRadioButton</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_ToolButton</a> <td valign="top">(const <a href="tqtoolbutton.html">TQToolButton</a> *) <td valign="top">Unused. <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_ComboBox</a> <td valign="top">(const <a href="ntqcombobox.html">TQComboBox</a> *) <td valign="top">Unused. <td valign="top"> +<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"> @@ -1145,15 +1145,15 @@ on the value of <em>subrect</em>. See the table below for the appropriate <em>widget</em> casts: <p> <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">SubRect <th valign="top">Widget Cast -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_PushButtonContents</a> <td valign="top">(const <a href="ntqpushbutton.html">TQPushButton</a> *) -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_PushButtonFocusRect</a> <td valign="top">(const <a href="ntqpushbutton.html">TQPushButton</a> *) -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_CheckBoxIndicator</a> <td valign="top">(const <a href="ntqcheckbox.html">TQCheckBox</a> *) -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_CheckBoxContents</a> <td valign="top">(const <a href="ntqcheckbox.html">TQCheckBox</a> *) -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_CheckBoxFocusRect</a> <td valign="top">(const <a href="ntqcheckbox.html">TQCheckBox</a> *) -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_RadioButtonIndicator</a> <td valign="top">(const <a href="ntqradiobutton.html">TQRadioButton</a> *) -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_RadioButtonContents</a> <td valign="top">(const <a href="ntqradiobutton.html">TQRadioButton</a> *) -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_RadioButtonFocusRect</a> <td valign="top">(const <a href="ntqradiobutton.html">TQRadioButton</a> *) -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_ComboBoxFocusRect</a> <td valign="top">(const <a href="ntqcombobox.html">TQComboBox</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_PushButtonContents</a> <td valign="top">(const <a href="tqpushbutton.html">TQPushButton</a> *) +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_PushButtonFocusRect</a> <td valign="top">(const <a href="tqpushbutton.html">TQPushButton</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_CheckBoxIndicator</a> <td valign="top">(const <a href="tqcheckbox.html">TQCheckBox</a> *) +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_CheckBoxContents</a> <td valign="top">(const <a href="tqcheckbox.html">TQCheckBox</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_CheckBoxFocusRect</a> <td valign="top">(const <a href="tqcheckbox.html">TQCheckBox</a> *) +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#SubRect-enum">SR_RadioButtonIndicator</a> <td valign="top">(const <a href="tqradiobutton.html">TQRadioButton</a> *) +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="#SubRect-enum">SR_RadioButtonContents</a> <td valign="top">(const <a href="tqradiobutton.html">TQRadioButton</a> *) +<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> *) diff --git a/doc/html/tqstyleoption.html b/doc/html/tqstyleoption.html index 2c99c2519..5b4697054 100644 --- a/doc/html/tqstyleoption.html +++ b/doc/html/tqstyleoption.html @@ -161,10 +161,10 @@ midlinewidth. <p> Pass a <a href="qlistviewitem.html">TQListViewItem</a>, <em>i</em>. -<h3 class=fn><a name="TQStyleOption-b"></a>TQStyleOption::TQStyleOption ( <a href="qchecklistitem.html">TQCheckListItem</a> * i ) +<h3 class=fn><a name="TQStyleOption-b"></a>TQStyleOption::TQStyleOption ( <a href="tqchecklistitem.html">TQCheckListItem</a> * i ) </h3> -<p> Pass a <a href="qchecklistitem.html">TQCheckListItem</a>, <em>i</em>. +<p> Pass a <a href="tqchecklistitem.html">TQCheckListItem</a>, <em>i</em>. <h3 class=fn><a name="TQStyleOption-c"></a>TQStyleOption::TQStyleOption ( <a href="ntqt.html#ArrowType-enum">TQt::ArrowType</a> a ) </h3> @@ -187,7 +187,7 @@ midlinewidth. <p> Returns an arrow type if the appropriate constructor was called; otherwise the return value is undefined. -<h3 class=fn><a href="qchecklistitem.html">TQCheckListItem</a> * <a name="checkListItem"></a>TQStyleOption::checkListItem () const +<h3 class=fn><a href="tqchecklistitem.html">TQCheckListItem</a> * <a name="checkListItem"></a>TQStyleOption::checkListItem () const </h3> <p> Returns a check list item if the appropriate constructor was diff --git a/doc/html/tqtextbrowser-members.html b/doc/html/tqtextbrowser-members.html index ceea0d3a9..9276b002b 100644 --- a/doc/html/tqtextbrowser-members.html +++ b/doc/html/tqtextbrowser-members.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqtextbrowser.html#TQTextBrowser">TQTextBrowser</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqscrollview.html#addChild">addChild</a>() +<li><a href="tqscrollview.html#addChild">addChild</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqtextedit.html#alignment">alignment</a>() <li><a href="tqtextedit.html#anchorAt">anchorAt</a>() @@ -55,17 +55,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqtextedit.html#bold">bold</a>() -<li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() +<li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqscrollview.html#center">center</a>() +<li><a href="tqscrollview.html#center">center</a>() <li><a href="tqtextedit.html#charAt">charAt</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>() <li><a href="tqobject.html#childEvent">childEvent</a>() -<li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() -<li><a href="ntqscrollview.html#childX">childX</a>() -<li><a href="ntqscrollview.html#childY">childY</a>() +<li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() +<li><a href="tqscrollview.html#childX">childX</a>() +<li><a href="tqscrollview.html#childY">childY</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="tqtextedit.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() -<li><a href="ntqscrollview.html#clipper">clipper</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>() @@ -86,28 +86,28 @@ 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="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() -<li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() -<li><a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() -<li><a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>() -<li><a href="ntqscrollview.html#contentsHeight">contentsHeight</a>() -<li><a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() -<li><a href="ntqscrollview.html#contentsMoving">contentsMoving</a>() +<li><a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() +<li><a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() +<li><a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() +<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="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="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() -<li><a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() -<li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() -<li><a href="ntqscrollview.html#contentsX">contentsX</a>() -<li><a href="ntqscrollview.html#contentsY">contentsY</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="tqtextedit.html#context">context</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqtextedit.html#copy">copy</a>() <li><a href="tqtextedit.html#copyAvailable">copyAvailable</a>() -<li><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() +<li><a href="tqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqtextedit.html#createPopupMenu">createPopupMenu</a>() <li><a href="tqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</a>() @@ -129,27 +129,27 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#doKeyboardAction">doKeyboardAction</a>() <li><a href="tqtextedit.html#documentTitle">documentTitle</a>() <li><a href="tqtextedit.html#doubleClicked">doubleClicked</a>() -<li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</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="ntqscrollview.html#drawContents">drawContents</a>() -<li><a href="ntqscrollview.html#drawContentsOffset">drawContentsOffset</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="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="ntqscrollview.html#enableClipper">enableClipper</a>() +<li><a href="tqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() <li><a href="tqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() -<li><a href="ntqscrollview.html#ensureVisible">ensureVisible</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="ntqscrollview.html#eventFilter">eventFilter</a>() +<li><a href="tqscrollview.html#eventFilter">eventFilter</a>() <li><a href="tqtextedit.html#family">family</a>() <li><a href="tqtextedit.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() @@ -180,13 +180,13 @@ 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="ntqscrollview.html#hScrollBarMode">hScrollBarMode</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>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() <li><a href="tqtextedit.html#hasSelectedText">hasSelectedText</a>() -<li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() +<li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</a>() <li><a href="tqwidget.html#height">height</a>() <li><a href="tqtextedit.html#heightForWidth">heightForWidth</a>() <li><a href="tqwidget.html#hide">hide</a>() @@ -194,9 +194,9 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="tqtextbrowser.html#highlighted">highlighted</a>() <li><a href="tqtextbrowser.html#home">home</a>() -<li><a href="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() -<li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() -<li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</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>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -220,7 +220,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() -<li><a href="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() +<li><a href="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() @@ -235,7 +235,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#isUndoAvailable">isUndoAvailable</a>() <li><a href="tqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() +<li><a href="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() @@ -248,7 +248,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="ntqscrollview.html#leftMargin">leftMargin</a>() +<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>() @@ -285,7 +285,7 @@ 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="ntqscrollview.html#moveChild">moveChild</a>() +<li><a href="tqscrollview.html#moveChild">moveChild</a>() <li><a href="tqtextedit.html#moveCursor">moveCursor</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() @@ -325,24 +325,24 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqtextbrowser.html#reload">reload</a>() -<li><a href="ntqscrollview.html#removeChild">removeChild</a>() +<li><a href="tqscrollview.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</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>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqtextedit.html#repaintChanged">repaintChanged</a>() -<li><a href="ntqscrollview.html#repaintContents">repaintContents</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="ntqscrollview.html#resizeContents">resizeContents</a>() +<li><a href="tqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqscrollview.html#resizePolicy">resizePolicy</a>() +<li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqtextedit.html#returnPressed">returnPressed</a>() -<li><a href="ntqscrollview.html#rightMargin">rightMargin</a>() +<li><a href="tqscrollview.html#rightMargin">rightMargin</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() +<li><a href="tqscrollview.html#scrollBy">scrollBy</a>() <li><a href="tqtextedit.html#scrollToAnchor">scrollToAnchor</a>() <li><a href="tqtextedit.html#scrollToBottom">scrollToBottom</a>() <li><a href="tqtextedit.html#selectAll">selectAll</a>() @@ -362,13 +362,13 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setBold">setBold</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="tqtextedit.html#setColor">setColor</a>() -<li><a href="ntqscrollview.html#setContentsPos">setContentsPos</a>() -<li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</a>() +<li><a href="tqscrollview.html#setContentsPos">setContentsPos</a>() +<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="tqtextedit.html#setCursorPosition">setCursorPosition</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() +<li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</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,8 +385,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() <li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqscrollview.html#setHBarGeometry">setHBarGeometry</a>() -<li><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() +<li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() +<li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</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>() @@ -396,7 +396,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() <li><a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() <li><a href="ntqframe.html#setMargin">setMargin</a>() -<li><a href="ntqscrollview.html#setMargins">setMargins</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>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() @@ -421,14 +421,14 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setPointSize">setPointSize</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqtextedit.html#setReadOnly">setReadOnly</a>() -<li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() +<li><a href="tqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="tqtextedit.html#setSelection">setSelection</a>() <li><a href="tqtextedit.html#setSelectionAttributes">setSelectionAttributes</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="tqtextbrowser.html#setSource">setSource</a>() -<li><a href="ntqscrollview.html#setStaticBackground">setStaticBackground</a>() +<li><a href="tqscrollview.html#setStaticBackground">setStaticBackground</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqtextedit.html#setStyleSheet">setStyleSheet</a>() <li><a href="tqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() @@ -440,8 +440,8 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setUndoDepth">setUndoDepth</a>() <li><a href="tqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() -<li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() +<li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() +<li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() <li><a href="tqtextedit.html#setVerticalAlignment">setVerticalAlignment</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() @@ -450,7 +450,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() <li><a href="tqtextedit.html#setWrapPolicy">setWrapPolicy</a>() <li><a href="tqwidget.html#show">show</a>() -<li><a href="ntqscrollview.html#showChild">showChild</a>() +<li><a href="tqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() @@ -480,7 +480,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#textFormat">textFormat</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqscrollview.html#topMargin">topMargin</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="tqtextedit.html#underline">underline</a>() @@ -491,22 +491,22 @@ 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="ntqscrollview.html#updateContents">updateContents</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>() -<li><a href="ntqscrollview.html#updateScrollBars">updateScrollBars</a>() -<li><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>() -<li><a href="ntqscrollview.html#verticalScrollBar">verticalScrollBar</a>() -<li><a href="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() -<li><a href="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() -<li><a href="ntqscrollview.html#viewport">viewport</a>() -<li><a href="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() -<li><a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() -<li><a href="ntqscrollview.html#viewportSize">viewportSize</a>() -<li><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>() -<li><a href="ntqscrollview.html#visibleHeight">visibleHeight</a>() +<li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() +<li><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</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>() +<li><a href="tqscrollview.html#viewport">viewport</a>() +<li><a href="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() +<li><a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() +<li><a href="tqscrollview.html#viewportSize">viewportSize</a>() +<li><a href="tqscrollview.html#viewportToContents">viewportToContents</a>() +<li><a href="tqscrollview.html#visibleHeight">visibleHeight</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqscrollview.html#visibleWidth">visibleWidth</a>() +<li><a href="tqscrollview.html#visibleWidth">visibleWidth</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/tqtextedit-h.html b/doc/html/tqtextedit-h.html index 87bb4f8f0..83ee2a0a3 100644 --- a/doc/html/tqtextedit-h.html +++ b/doc/html/tqtextedit-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQTEXTEDIT_H #ifndef QT_H -#include "ntqscrollview.h" +#include "tqscrollview.h" #include "tqstylesheet.h" #include "tqptrvector.h" #include "tqvaluelist.h" diff --git a/doc/html/tqtextedit-members.html b/doc/html/tqtextedit-members.html index c5ff8827e..1384964ca 100644 --- a/doc/html/tqtextedit-members.html +++ b/doc/html/tqtextedit-members.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqtextedit.html#TQTextEdit">TQTextEdit</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqscrollview.html#addChild">addChild</a>() +<li><a href="tqscrollview.html#addChild">addChild</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqtextedit.html#alignment">alignment</a>() <li><a href="tqtextedit.html#anchorAt">anchorAt</a>() @@ -52,17 +52,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqtextedit.html#bold">bold</a>() -<li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() +<li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqscrollview.html#center">center</a>() +<li><a href="tqscrollview.html#center">center</a>() <li><a href="tqtextedit.html#charAt">charAt</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>() <li><a href="tqobject.html#childEvent">childEvent</a>() -<li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() -<li><a href="ntqscrollview.html#childX">childX</a>() -<li><a href="ntqscrollview.html#childY">childY</a>() +<li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() +<li><a href="tqscrollview.html#childX">childX</a>() +<li><a href="tqscrollview.html#childY">childY</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() @@ -74,7 +74,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="tqtextedit.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() -<li><a href="ntqscrollview.html#clipper">clipper</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>() @@ -83,28 +83,28 @@ 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="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() -<li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() -<li><a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() -<li><a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>() -<li><a href="ntqscrollview.html#contentsHeight">contentsHeight</a>() -<li><a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() -<li><a href="ntqscrollview.html#contentsMoving">contentsMoving</a>() +<li><a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() +<li><a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() +<li><a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() +<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="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="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() -<li><a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() -<li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() -<li><a href="ntqscrollview.html#contentsX">contentsX</a>() -<li><a href="ntqscrollview.html#contentsY">contentsY</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="tqtextedit.html#context">context</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqtextedit.html#copy">copy</a>() <li><a href="tqtextedit.html#copyAvailable">copyAvailable</a>() -<li><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() +<li><a href="tqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqtextedit.html#createPopupMenu">createPopupMenu</a>() <li><a href="tqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</a>() @@ -126,27 +126,27 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#doKeyboardAction">doKeyboardAction</a>() <li><a href="tqtextedit.html#documentTitle">documentTitle</a>() <li><a href="tqtextedit.html#doubleClicked">doubleClicked</a>() -<li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</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="ntqscrollview.html#drawContents">drawContents</a>() -<li><a href="ntqscrollview.html#drawContentsOffset">drawContentsOffset</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="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="ntqscrollview.html#enableClipper">enableClipper</a>() +<li><a href="tqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() <li><a href="tqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() -<li><a href="ntqscrollview.html#ensureVisible">ensureVisible</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="ntqscrollview.html#eventFilter">eventFilter</a>() +<li><a href="tqscrollview.html#eventFilter">eventFilter</a>() <li><a href="tqtextedit.html#family">family</a>() <li><a href="tqtextedit.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() @@ -175,21 +175,21 @@ 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="ntqscrollview.html#hScrollBarMode">hScrollBarMode</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>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() <li><a href="tqtextedit.html#hasSelectedText">hasSelectedText</a>() -<li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() +<li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</a>() <li><a href="tqwidget.html#height">height</a>() <li><a href="tqtextedit.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="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() -<li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() -<li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</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>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -213,7 +213,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() -<li><a href="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() +<li><a href="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() @@ -228,7 +228,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#isUndoAvailable">isUndoAvailable</a>() <li><a href="tqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() +<li><a href="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() @@ -241,7 +241,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="ntqscrollview.html#leftMargin">leftMargin</a>() +<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>() @@ -277,7 +277,7 @@ 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="ntqscrollview.html#moveChild">moveChild</a>() +<li><a href="tqscrollview.html#moveChild">moveChild</a>() <li><a href="tqtextedit.html#moveCursor">moveCursor</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() @@ -316,24 +316,24 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#redoAvailable">redoAvailable</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqscrollview.html#removeChild">removeChild</a>() +<li><a href="tqscrollview.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</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>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqtextedit.html#repaintChanged">repaintChanged</a>() -<li><a href="ntqscrollview.html#repaintContents">repaintContents</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="ntqscrollview.html#resizeContents">resizeContents</a>() +<li><a href="tqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqscrollview.html#resizePolicy">resizePolicy</a>() +<li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqtextedit.html#returnPressed">returnPressed</a>() -<li><a href="ntqscrollview.html#rightMargin">rightMargin</a>() +<li><a href="tqscrollview.html#rightMargin">rightMargin</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() +<li><a href="tqscrollview.html#scrollBy">scrollBy</a>() <li><a href="tqtextedit.html#scrollToAnchor">scrollToAnchor</a>() <li><a href="tqtextedit.html#scrollToBottom">scrollToBottom</a>() <li><a href="tqtextedit.html#selectAll">selectAll</a>() @@ -353,13 +353,13 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setBold">setBold</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="tqtextedit.html#setColor">setColor</a>() -<li><a href="ntqscrollview.html#setContentsPos">setContentsPos</a>() -<li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</a>() +<li><a href="tqscrollview.html#setContentsPos">setContentsPos</a>() +<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="tqtextedit.html#setCursorPosition">setCursorPosition</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() +<li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</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>() @@ -376,8 +376,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() <li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqscrollview.html#setHBarGeometry">setHBarGeometry</a>() -<li><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() +<li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() +<li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</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>() @@ -387,7 +387,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() <li><a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() <li><a href="ntqframe.html#setMargin">setMargin</a>() -<li><a href="ntqscrollview.html#setMargins">setMargins</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>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() @@ -412,13 +412,13 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setPointSize">setPointSize</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqtextedit.html#setReadOnly">setReadOnly</a>() -<li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() +<li><a href="tqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="tqtextedit.html#setSelection">setSelection</a>() <li><a href="tqtextedit.html#setSelectionAttributes">setSelectionAttributes</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="ntqscrollview.html#setStaticBackground">setStaticBackground</a>() +<li><a href="tqscrollview.html#setStaticBackground">setStaticBackground</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqtextedit.html#setStyleSheet">setStyleSheet</a>() <li><a href="tqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() @@ -430,8 +430,8 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setUndoDepth">setUndoDepth</a>() <li><a href="tqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() -<li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() +<li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() +<li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() <li><a href="tqtextedit.html#setVerticalAlignment">setVerticalAlignment</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() @@ -440,7 +440,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() <li><a href="tqtextedit.html#setWrapPolicy">setWrapPolicy</a>() <li><a href="tqwidget.html#show">show</a>() -<li><a href="ntqscrollview.html#showChild">showChild</a>() +<li><a href="tqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() @@ -468,7 +468,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#textFormat">textFormat</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqscrollview.html#topMargin">topMargin</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="tqtextedit.html#underline">underline</a>() @@ -479,22 +479,22 @@ 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="ntqscrollview.html#updateContents">updateContents</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>() -<li><a href="ntqscrollview.html#updateScrollBars">updateScrollBars</a>() -<li><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>() -<li><a href="ntqscrollview.html#verticalScrollBar">verticalScrollBar</a>() -<li><a href="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() -<li><a href="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() -<li><a href="ntqscrollview.html#viewport">viewport</a>() -<li><a href="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() -<li><a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() -<li><a href="ntqscrollview.html#viewportSize">viewportSize</a>() -<li><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>() -<li><a href="ntqscrollview.html#visibleHeight">visibleHeight</a>() +<li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() +<li><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</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>() +<li><a href="tqscrollview.html#viewport">viewport</a>() +<li><a href="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() +<li><a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() +<li><a href="tqscrollview.html#viewportSize">viewportSize</a>() +<li><a href="tqscrollview.html#viewportToContents">viewportToContents</a>() +<li><a href="tqscrollview.html#visibleHeight">visibleHeight</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqscrollview.html#visibleWidth">visibleWidth</a>() +<li><a href="tqscrollview.html#visibleWidth">visibleWidth</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/tqtextedit.html b/doc/html/tqtextedit.html index 6538682c2..4bd89b6e9 100644 --- a/doc/html/tqtextedit.html +++ b/doc/html/tqtextedit.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQTextEdit widget provides a powerful single-page rich text editor. <a href="#details">More...</a> <p><tt>#include <<a href="tqtextedit-h.html">tqtextedit.h</a>></tt> -<p>Inherits <a href="ntqscrollview.html">TQScrollView</a>. +<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><a href="tqtextedit-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -1357,7 +1357,7 @@ on demand, e.g. as the user scrolls, so you don't usually need to call this function. <p> In some situations you may want to force the whole text to be formatted. For example, if after calling <a href="#setText">setText</a>(), you wanted -to know the height of the document (using <a href="ntqscrollview.html#contentsHeight">contentsHeight</a>()), you +to know the height of the document (using <a href="tqscrollview.html#contentsHeight">contentsHeight</a>()), you would call this function first. <h3 class=fn><a href="tqsyntaxhighlighter.html">TQSyntaxHighlighter</a> * <a name="syntaxHighlighter"></a>TQTextEdit::syntaxHighlighter () const diff --git a/doc/html/tqtextview-members.html b/doc/html/tqtextview-members.html index d7dc8b22e..d261619a0 100644 --- a/doc/html/tqtextview-members.html +++ b/doc/html/tqtextview-members.html @@ -36,7 +36,7 @@ body { background: #ffffff; color: black; } <ul> <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqscrollview.html#addChild">addChild</a>() +<li><a href="tqscrollview.html#addChild">addChild</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqtextedit.html#alignment">alignment</a>() <li><a href="tqtextedit.html#anchorAt">anchorAt</a>() @@ -51,17 +51,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqtextedit.html#bold">bold</a>() -<li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() +<li><a href="tqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() -<li><a href="ntqscrollview.html#center">center</a>() +<li><a href="tqscrollview.html#center">center</a>() <li><a href="tqtextedit.html#charAt">charAt</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>() <li><a href="tqobject.html#childEvent">childEvent</a>() -<li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() -<li><a href="ntqscrollview.html#childX">childX</a>() -<li><a href="ntqscrollview.html#childY">childY</a>() +<li><a href="tqscrollview.html#childIsVisible">childIsVisible</a>() +<li><a href="tqscrollview.html#childX">childX</a>() +<li><a href="tqscrollview.html#childY">childY</a>() <li><a href="tqobject.html#children">children</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() @@ -73,7 +73,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() <li><a href="tqtextedit.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() -<li><a href="ntqscrollview.html#clipper">clipper</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>() @@ -82,28 +82,28 @@ 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="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() -<li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() -<li><a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() -<li><a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>() -<li><a href="ntqscrollview.html#contentsHeight">contentsHeight</a>() -<li><a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>() -<li><a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>() -<li><a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>() -<li><a href="ntqscrollview.html#contentsMoving">contentsMoving</a>() +<li><a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() +<li><a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() +<li><a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>() +<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="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="ntqscrollview.html#contentsToViewport">contentsToViewport</a>() -<li><a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>() -<li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() -<li><a href="ntqscrollview.html#contentsX">contentsX</a>() -<li><a href="ntqscrollview.html#contentsY">contentsY</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="tqtextedit.html#context">context</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="tqtextedit.html#copy">copy</a>() <li><a href="tqtextedit.html#copyAvailable">copyAvailable</a>() -<li><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() +<li><a href="tqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="tqwidget.html#create">create</a>() <li><a href="tqtextedit.html#createPopupMenu">createPopupMenu</a>() <li><a href="tqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</a>() @@ -125,27 +125,27 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#doKeyboardAction">doKeyboardAction</a>() <li><a href="tqtextedit.html#documentTitle">documentTitle</a>() <li><a href="tqtextedit.html#doubleClicked">doubleClicked</a>() -<li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</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="ntqscrollview.html#drawContents">drawContents</a>() -<li><a href="ntqscrollview.html#drawContentsOffset">drawContentsOffset</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="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="ntqscrollview.html#enableClipper">enableClipper</a>() +<li><a href="tqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() <li><a href="tqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() -<li><a href="ntqscrollview.html#ensureVisible">ensureVisible</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="ntqscrollview.html#eventFilter">eventFilter</a>() +<li><a href="tqscrollview.html#eventFilter">eventFilter</a>() <li><a href="tqtextedit.html#family">family</a>() <li><a href="tqtextedit.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() @@ -174,21 +174,21 @@ 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="ntqscrollview.html#hScrollBarMode">hScrollBarMode</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>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() <li><a href="tqtextedit.html#hasSelectedText">hasSelectedText</a>() -<li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() +<li><a href="tqscrollview.html#hasStaticBackground">hasStaticBackground</a>() <li><a href="tqwidget.html#height">height</a>() <li><a href="tqtextedit.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="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() -<li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() -<li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</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>() <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() @@ -212,7 +212,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isFocusEnabled">isFocusEnabled</a>() <li><a href="tqwidget.html#isFullScreen">isFullScreen</a>() <li><a href="tqwidget.html#isHidden">isHidden</a>() -<li><a href="ntqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() +<li><a href="tqscrollview.html#isHorizontalSliderPressed">isHorizontalSliderPressed</a>() <li><a href="tqwidget.html#isInputMethodEnabled">isInputMethodEnabled</a>() <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() @@ -227,7 +227,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#isUndoAvailable">isUndoAvailable</a>() <li><a href="tqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() +<li><a href="tqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() @@ -240,7 +240,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="ntqscrollview.html#leftMargin">leftMargin</a>() +<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>() @@ -276,7 +276,7 @@ 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="ntqscrollview.html#moveChild">moveChild</a>() +<li><a href="tqscrollview.html#moveChild">moveChild</a>() <li><a href="tqtextedit.html#moveCursor">moveCursor</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() @@ -315,24 +315,24 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#redoAvailable">redoAvailable</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqscrollview.html#removeChild">removeChild</a>() +<li><a href="tqscrollview.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</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>() <li><a href="tqwidget.html#repaint">repaint</a>() <li><a href="tqtextedit.html#repaintChanged">repaintChanged</a>() -<li><a href="ntqscrollview.html#repaintContents">repaintContents</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="ntqscrollview.html#resizeContents">resizeContents</a>() +<li><a href="tqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() -<li><a href="ntqscrollview.html#resizePolicy">resizePolicy</a>() +<li><a href="tqscrollview.html#resizePolicy">resizePolicy</a>() <li><a href="tqtextedit.html#returnPressed">returnPressed</a>() -<li><a href="ntqscrollview.html#rightMargin">rightMargin</a>() +<li><a href="tqscrollview.html#rightMargin">rightMargin</a>() <li><a href="tqwidget.html#scroll">scroll</a>() -<li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() +<li><a href="tqscrollview.html#scrollBy">scrollBy</a>() <li><a href="tqtextedit.html#scrollToAnchor">scrollToAnchor</a>() <li><a href="tqtextedit.html#scrollToBottom">scrollToBottom</a>() <li><a href="tqtextedit.html#selectAll">selectAll</a>() @@ -352,13 +352,13 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setBold">setBold</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() <li><a href="tqtextedit.html#setColor">setColor</a>() -<li><a href="ntqscrollview.html#setContentsPos">setContentsPos</a>() -<li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</a>() +<li><a href="tqscrollview.html#setContentsPos">setContentsPos</a>() +<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="tqtextedit.html#setCursorPosition">setCursorPosition</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() -<li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() +<li><a href="tqscrollview.html#setDragAutoScroll">setDragAutoScroll</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>() @@ -375,8 +375,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setFrameShape">setFrameShape</a>() <li><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqscrollview.html#setHBarGeometry">setHBarGeometry</a>() -<li><a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() +<li><a href="tqscrollview.html#setHBarGeometry">setHBarGeometry</a>() +<li><a href="tqscrollview.html#setHScrollBarMode">setHScrollBarMode</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>() @@ -386,7 +386,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() <li><a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() <li><a href="ntqframe.html#setMargin">setMargin</a>() -<li><a href="ntqscrollview.html#setMargins">setMargins</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>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() @@ -411,13 +411,13 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setPointSize">setPointSize</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqtextedit.html#setReadOnly">setReadOnly</a>() -<li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() +<li><a href="tqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="tqtextedit.html#setSelection">setSelection</a>() <li><a href="tqtextedit.html#setSelectionAttributes">setSelectionAttributes</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="ntqscrollview.html#setStaticBackground">setStaticBackground</a>() +<li><a href="tqscrollview.html#setStaticBackground">setStaticBackground</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqtextedit.html#setStyleSheet">setStyleSheet</a>() <li><a href="tqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() @@ -429,8 +429,8 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setUndoDepth">setUndoDepth</a>() <li><a href="tqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() -<li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() -<li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() +<li><a href="tqscrollview.html#setVBarGeometry">setVBarGeometry</a>() +<li><a href="tqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() <li><a href="tqtextedit.html#setVerticalAlignment">setVerticalAlignment</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() @@ -439,7 +439,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() <li><a href="tqtextedit.html#setWrapPolicy">setWrapPolicy</a>() <li><a href="tqwidget.html#show">show</a>() -<li><a href="ntqscrollview.html#showChild">showChild</a>() +<li><a href="tqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqwidget.html#showFullScreen">showFullScreen</a>() <li><a href="tqwidget.html#showMaximized">showMaximized</a>() @@ -467,7 +467,7 @@ body { background: #ffffff; color: black; } <li><a href="tqtextedit.html#textFormat">textFormat</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqscrollview.html#topMargin">topMargin</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="tqtextedit.html#underline">underline</a>() @@ -478,22 +478,22 @@ 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="ntqscrollview.html#updateContents">updateContents</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>() -<li><a href="ntqscrollview.html#updateScrollBars">updateScrollBars</a>() -<li><a href="ntqscrollview.html#vScrollBarMode">vScrollBarMode</a>() -<li><a href="ntqscrollview.html#verticalScrollBar">verticalScrollBar</a>() -<li><a href="ntqscrollview.html#verticalSliderPressed">verticalSliderPressed</a>() -<li><a href="ntqscrollview.html#verticalSliderReleased">verticalSliderReleased</a>() -<li><a href="ntqscrollview.html#viewport">viewport</a>() -<li><a href="ntqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() -<li><a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() -<li><a href="ntqscrollview.html#viewportSize">viewportSize</a>() -<li><a href="ntqscrollview.html#viewportToContents">viewportToContents</a>() -<li><a href="ntqscrollview.html#visibleHeight">visibleHeight</a>() +<li><a href="tqscrollview.html#updateScrollBars">updateScrollBars</a>() +<li><a href="tqscrollview.html#vScrollBarMode">vScrollBarMode</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>() +<li><a href="tqscrollview.html#viewport">viewport</a>() +<li><a href="tqscrollview.html#viewportPaintEvent">viewportPaintEvent</a>() +<li><a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>() +<li><a href="tqscrollview.html#viewportSize">viewportSize</a>() +<li><a href="tqscrollview.html#viewportToContents">viewportToContents</a>() +<li><a href="tqscrollview.html#visibleHeight">visibleHeight</a>() <li><a href="tqwidget.html#visibleRect">visibleRect</a>() -<li><a href="ntqscrollview.html#visibleWidth">visibleWidth</a>() +<li><a href="tqscrollview.html#visibleWidth">visibleWidth</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/tqtoolbar.html b/doc/html/tqtoolbar.html index 7caa5cfc2..c6d78c1b7 100644 --- a/doc/html/tqtoolbar.html +++ b/doc/html/tqtoolbar.html @@ -85,7 +85,7 @@ call. This can be changed with <a href="#setLabel">setLabel</a>(). the creation of a new toolbar as a child of a <a href="tqmainwindow.html">TQMainWindow</a> and adding two TQActions. <p> You may use most widgets within a toolbar, with TQToolButton and -<a href="ntqcombobox.html">TQComboBox</a> being the most common. +<a href="tqcombobox.html">TQComboBox</a> being the most common. <p> If you create a new widget on an already visible TQToolBar, this widget will automatically become visible without needing a <a href="tqwidget.html#show">show</a>() call. (This differs from every other TQt widget container. We diff --git a/doc/html/tqtoolbutton.html b/doc/html/tqtoolbutton.html index 3b15f0b60..66cdcad85 100644 --- a/doc/html/tqtoolbutton.html +++ b/doc/html/tqtoolbutton.html @@ -123,7 +123,7 @@ pops up showing a list of possible pages to jump to. With TQToolButton you can set a popup menu using <a href="#setPopup">setPopup</a>(). The default delay is 600ms; you can adjust it with <a href="#setPopupDelay">setPopupDelay</a>(). <p> <center><img src="qdockwindow.png" alt="Toolbar with Toolbuttons \caption A floating"></center> TQToolbar with TQToolbuttons -<p> <p>See also <a href="ntqpushbutton.html">TQPushButton</a>, <a href="tqtoolbar.html">TQToolBar</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="guibooks.html#fowler +<p> <p>See also <a href="tqpushbutton.html">TQPushButton</a>, <a href="tqtoolbar.html">TQToolBar</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="guibooks.html#fowler ">GUI Design Handbook: Push Button</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Type Documentation</h2> @@ -299,7 +299,7 @@ too. There is no default text. <p>Set this property's value with <a href="#setTextPosition">setTextPosition</a>() and get this property's value with <a href="#textPosition">textPosition</a>(). <h3 class=fn>bool <a name="toggleButton-prop"></a>toggleButton</h3> <p>This property holds whether this tool button is a toggle button. -<p>Toggle buttons have an on/off state similar to <a href="ntqcheckbox.html">check boxes.</a> A tool button is not a toggle button by +<p>Toggle buttons have an on/off state similar to <a href="tqcheckbox.html">check boxes.</a> A tool button is not a toggle button by default. <p> <p>See also <a href="#on-prop">on</a> and <a href="#toggle">toggle</a>(). diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 3623121ea..666099443 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="ntqdialog.html">TQDialog</a>, <a href="ntqcombobox.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="ntqdial.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="ntqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="ntqslider.html">TQSlider</a>, <a href="ntqspinbox.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="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><a href="tqwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -389,7 +389,7 @@ top-level widget. Usually, top-level widgets are windows with a frame and a title bar (although it is also possible to create top-level widgets without such decoration if suitable widget flags are used). In TQt, <a href="tqmainwindow.html">TQMainWindow</a> and the various subclasses of -<a href="ntqdialog.html">TQDialog</a> are the most common top-level windows. +<a href="tqdialog.html">TQDialog</a> are the most common top-level windows. <p> A widget without a parent widget is always a top-level widget. <p> Non-top-level widgets are child widgets. These are child windows in their parent widgets. You cannot usually distinguish a child @@ -402,7 +402,7 @@ 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="ntqpushbutton.html">TQPushButton</a>, <a href="ntqlistbox.html">TQListBox</a> and +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. <p> <h3> Groups of functions: </h3> @@ -1087,7 +1087,7 @@ first link on the "page". but only the top-level widget decides where to redirect focus. By overriding this method for an object, you thus gain control of focus traversal for all child widgets. -<p> <b>Warning:</b> <a href="ntqscrollview.html">TQScrollView</a> uses it own logic for this function, which +<p> <b>Warning:</b> <a href="tqscrollview.html">TQScrollView</a> uses it own logic for this function, which does the right thing in most cases. But if you are using a TQScrollView and want complete control of the focus chain you'll need to override <a href="#focusNextPrevChild">TQScrollView::focusNextPrevChild</a>() and your @@ -1252,7 +1252,7 @@ widget hide events. hidden. <p> <p>See also <a href="#event">event</a>() and <a href="qhideevent.html">TQHideEvent</a>. -<p>Reimplemented in <a href="ntqscrollbar.html#hideEvent">TQScrollBar</a>. +<p>Reimplemented in <a href="tqscrollbar.html#hideEvent">TQScrollBar</a>. <h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="icon"></a>TQWidget::icon () const </h3><p>Returns the widget's icon. See the <a href="tqwidget.html#icon-prop">"icon"</a> property for details. @@ -1394,7 +1394,7 @@ presses <b>Esc</b>. Otherwise the event is ignored. <p> <p>See also <a href="#keyReleaseEvent">keyReleaseEvent</a>(), <a href="qkeyevent.html#ignore">TQKeyEvent::ignore</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#event">event</a>(), and <a href="qkeyevent.html">TQKeyEvent</a>. <p>Example: <a href="picture-example.html#x127">picture/picture.cpp</a>. -<p>Reimplemented in <a href="ntqlineedit.html#keyPressEvent">TQLineEdit</a> and <a href="tqtextedit.html#keyPressEvent">TQTextEdit</a>. +<p>Reimplemented in <a href="tqlineedit.html#keyPressEvent">TQLineEdit</a> and <a href="tqtextedit.html#keyPressEvent">TQTextEdit</a>. <h3 class=fn>void <a name="keyReleaseEvent"></a>TQWidget::keyReleaseEvent ( <a href="qkeyevent.html">TQKeyEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler, for event <em>e</em>, can be reimplemented in a @@ -1520,7 +1520,7 @@ See the <a href="tqwidget.html#minimumSize-prop">"minimumSize"</a> property for <h3 class=fn><a href="tqsize.html">TQSize</a> <a name="minimumSizeHint"></a>TQWidget::minimumSizeHint () const<tt> [virtual]</tt> </h3><p>Returns the recommended minimum size for the widget. See the <a href="tqwidget.html#minimumSizeHint-prop">"minimumSizeHint"</a> property for details. -<p>Reimplemented in <a href="ntqlineedit.html#minimumSizeHint">TQLineEdit</a>. +<p>Reimplemented in <a href="tqlineedit.html#minimumSizeHint">TQLineEdit</a>. <h3 class=fn>int <a name="minimumWidth"></a>TQWidget::minimumWidth () const </h3><p>Returns the widget's minimum width. See the <a href="tqwidget.html#minimumWidth-prop">"minimumWidth"</a> property for details. @@ -1835,7 +1835,7 @@ repainting. The paint event may be delivered immediately or later, depending on some heuristics (note that you might have to force processing of paint events using <a href="ntqapplication.html#sendPostedEvents">TQApplication::sendPostedEvents</a>() when using scroll() and <a href="#move">move</a>() in combination). -<p> <p>See also <a href="ntqscrollview.html">TQScrollView</a>, <a href="#erase">erase</a>(), and <a href="tqpaintdevice.html#bitBlt">bitBlt</a>(). +<p> <p>See also <a href="tqscrollview.html">TQScrollView</a>, <a href="#erase">erase</a>(), and <a href="tqpaintdevice.html#bitBlt">bitBlt</a>(). <h3 class=fn>void <a name="scroll-2"></a>TQWidget::scroll ( int dx, int dy, const <a href="tqrect.html">TQRect</a> & r ) </h3> @@ -1843,7 +1843,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This version only scrolls <em>r</em> and does not move the children of the widget. <p> If <em>r</em> is empty or invalid, the result is undefined. -<p> <p>See also <a href="ntqscrollview.html">TQScrollView</a>, <a href="#erase">erase</a>(), and <a href="tqpaintdevice.html#bitBlt">bitBlt</a>(). +<p> <p>See also <a href="tqscrollview.html">TQScrollView</a>, <a href="#erase">erase</a>(), and <a href="tqpaintdevice.html#bitBlt">bitBlt</a>(). <h3 class=fn>void <a name="setAcceptDrops"></a>TQWidget::setAcceptDrops ( bool on )<tt> [virtual]</tt> </h3><p>Sets whether drop events are enabled for this widget to <em>on</em>. @@ -1990,9 +1990,9 @@ See the <a href="tqwidget.html#focusPolicy-prop">"focusPolicy"</a> property for </h3> Sets the widget's focus proxy to widget <em>w</em>. If <em>w</em> is 0, the function resets this widget to have no focus proxy. -<p> Some widgets, such as <a href="ntqcombobox.html">TQComboBox</a>, can "have focus", but create a +<p> Some widgets, such as <a href="tqcombobox.html">TQComboBox</a>, can "have focus", but create a child widget to actually handle the focus. TQComboBox, for example, -creates a <a href="ntqlineedit.html">TQLineEdit</a> which handles the focus. +creates a <a href="tqlineedit.html">TQLineEdit</a> which handles the focus. <p> <a href="#setFocusProxy">setFocusProxy</a>() sets the widget which will actually get focus when "this widget" gets it. If there is a focus proxy, <a href="#focusPolicy">focusPolicy</a>(), <a href="#setFocusPolicy">setFocusPolicy</a>(), <a href="#setFocus">setFocus</a>() and <a href="#hasFocus">hasFocus</a>() all operate on 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="ntqcombobox.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="ntqtabdialog.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> @@ -2033,7 +2033,7 @@ See the <a href="tqwidget.html#inputMethodEnabled-prop">"inputMethodEnabled"</a> </h3> Enables key event compression, if <em>compress</em> is TRUE, and disables it if <em>compress</em> is FALSE. -<p> Key compression is off by default (except for <a href="ntqlineedit.html">TQLineEdit</a> and +<p> Key compression is off by default (except for <a href="tqlineedit.html">TQLineEdit</a> and <a href="tqtextedit.html">TQTextEdit</a>), so widgets receive one key press event for each key press (or more, since autorepeat is usually on). If you turn it on and your program doesn't keep up with key input, TQt may try to @@ -2131,7 +2131,7 @@ See the <a href="tqwidget.html#mouseTracking-prop">"mouseTracking"</a> property <h3 class=fn>void <a name="setPalette"></a>TQWidget::setPalette ( const <a href="tqpalette.html">TQPalette</a> & )<tt> [virtual]</tt> </h3><p>Sets the widget's palette. See the <a href="tqwidget.html#palette-prop">"palette"</a> property for details. -<p>Reimplemented in <a href="ntqcombobox.html#setPalette">TQComboBox</a>, <a href="ntqscrollbar.html#setPalette">TQScrollBar</a>, and <a href="ntqslider.html#setPalette">TQSlider</a>. +<p>Reimplemented in <a href="tqcombobox.html#setPalette">TQComboBox</a>, <a href="tqscrollbar.html#setPalette">TQScrollBar</a>, and <a href="tqslider.html#setPalette">TQSlider</a>. <h3 class=fn>void <a name="setPalette-2"></a>TQWidget::setPalette ( const <a href="tqpalette.html">TQPalette</a> & p, bool ) </h3> @@ -2260,8 +2260,8 @@ instead. If you need to do some delayed initialization use <a href="#polish">polish</a>(). <p> <p>See also <a href="#showEvent">showEvent</a>(), <a href="#hide">hide</a>(), <a href="#showMinimized">showMinimized</a>(), <a href="#showMaximized">showMaximized</a>(), <a href="#showNormal">showNormal</a>(), <a href="#visible-prop">visible</a>, and <a href="#polish">polish</a>(). -<p>Examples: <a href="aclock-example.html#x1215">aclock/main.cpp</a>, <a href="ntqdialog.html#x2135">life/main.cpp</a>, <a href="popup-example.html#x1628">popup/popup.cpp</a>, <a href="tutorial1-01.html#x2286">t1/main.cpp</a>, <a href="tutorial1-03.html#x2302">t3/main.cpp</a>, <a href="tutorial1-04.html#x2309">t4/main.cpp</a>, and <a href="toplevel-example.html#x2542">toplevel/options.ui.h</a>. -<p>Reimplemented in <a href="ntqdialog.html#show">TQDialog</a> and <a href="tqmenubar.html#show">TQMenuBar</a>. +<p>Examples: <a href="aclock-example.html#x1215">aclock/main.cpp</a>, <a href="tqdialog.html#x2135">life/main.cpp</a>, <a href="popup-example.html#x1628">popup/popup.cpp</a>, <a href="tutorial1-01.html#x2286">t1/main.cpp</a>, <a href="tutorial1-03.html#x2302">t3/main.cpp</a>, <a href="tutorial1-04.html#x2309">t4/main.cpp</a>, and <a href="toplevel-example.html#x2542">toplevel/options.ui.h</a>. +<p>Reimplemented in <a href="tqdialog.html#show">TQDialog</a> and <a href="tqmenubar.html#show">TQMenuBar</a>. <h3 class=fn>void <a name="showEvent"></a>TQWidget::showEvent ( <a href="qshowevent.html">TQShowEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler can be reimplemented in a subclass to receive @@ -2721,7 +2721,7 @@ explicitly disabled. <a href="#FocusPolicy-enum">TQWidget::NoFocus</a>). <p> You must enable keyboard focus for a widget if it processes keyboard events. This is normally done from the widget's -constructor. For instance, the <a href="ntqlineedit.html">TQLineEdit</a> constructor calls +constructor. For instance, the <a href="tqlineedit.html">TQLineEdit</a> constructor calls <a href="#setFocusPolicy">setFocusPolicy</a>(TQWidget::StrongFocus). <p> <p>See also <a href="#focusPolicy-prop">focusPolicy</a>, <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#keyPressEvent">keyPressEvent</a>(), <a href="#keyReleaseEvent">keyReleaseEvent</a>(), and <a href="#enabled-prop">enabled</a>. @@ -2735,7 +2735,7 @@ focus by clicking, <a href="#FocusPolicy-enum">TQWidget::StrongFocus</a> if it a all. <p> You must enable keyboard focus for a widget if it processes keyboard events. This is normally done from the widget's -constructor. For instance, the <a href="ntqlineedit.html">TQLineEdit</a> constructor calls +constructor. For instance, the <a href="tqlineedit.html">TQLineEdit</a> constructor calls <a href="#setFocusPolicy">setFocusPolicy</a>(TQWidget::StrongFocus). <p> <p>See also <a href="#focusEnabled-prop">focusEnabled</a>, <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#keyPressEvent">keyPressEvent</a>(), <a href="#keyReleaseEvent">keyReleaseEvent</a>(), and <a href="#enabled-prop">enabled</a>. @@ -2846,7 +2846,7 @@ active window <em>and</em> for the popup. <p>This property holds whether the widget is a dialog widget. <p>A dialog widget is a secondary top-level widget, i.e. a top-level widget with a parent. -<p> <p>See also <a href="#isTopLevel-prop">isTopLevel</a> and <a href="ntqdialog.html">TQDialog</a>. +<p> <p>See also <a href="#isTopLevel-prop">isTopLevel</a> and <a href="tqdialog.html">TQDialog</a>. <p>Get this property's value with <a href="#isDialog">isDialog</a>(). <h3 class=fn>bool <a name="isModal-prop"></a>isModal</h3> @@ -2854,7 +2854,7 @@ widget with a parent. <p>This property only makes sense for top-level widgets. A modal widget prevents widgets in all other top-level widgets from getting any input. -<p> <p>See also <a href="#isTopLevel-prop">isTopLevel</a>, <a href="#isDialog-prop">isDialog</a>, and <a href="ntqdialog.html">TQDialog</a>. +<p> <p>See also <a href="#isTopLevel-prop">isTopLevel</a>, <a href="#isDialog-prop">isDialog</a>, and <a href="tqdialog.html">TQDialog</a>. <p>Get this property's value with <a href="#isModal">isModal</a>(). <h3 class=fn>bool <a name="isPopup-prop"></a>isPopup</h3> @@ -2873,7 +2873,7 @@ top-level widget. when the parent is deleted, minimized when the parent is minimized etc. If supported by the window manager, it will also have a common taskbar entry with its parent. -<p> <a href="ntqdialog.html">TQDialog</a> and <a href="tqmainwindow.html">TQMainWindow</a> widgets are by default top-level, even if +<p> <a href="tqdialog.html">TQDialog</a> and <a href="tqmainwindow.html">TQMainWindow</a> widgets are by default top-level, even if a parent widget is specified in the constructor. This behavior is specified by the <a href="ntqt.html#WidgetFlags-enum">WType_TopLevel</a> widget flag. <p> <p>See also <a href="#topLevelWidget">topLevelWidget</a>(), <a href="#isDialog-prop">isDialog</a>, <a href="#isModal-prop">isModal</a>, <a href="#isPopup-prop">isPopup</a>, <a href="#isDesktop-prop">isDesktop</a>, and <a href="#parentWidget">parentWidget</a>(). @@ -3128,13 +3128,13 @@ widget can be freely resized, but prefers to be the size <a href="#sizeHint">sizeHint</a>() returns. Button-like widgets set the size policy to specify that they may stretch horizontally, but are fixed vertically. The same applies to lineedit controls (such as -<a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqspinbox.html">TQSpinBox</a> or an editable <a href="ntqcombobox.html">TQComboBox</a>) and other +<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>). <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="ntqslider.html">TQSlider</a>, <a href="ntqscrollbar.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="ntqheader.html">TQHeader</a>) specify stretching in the respective direction only. Widgets that can provide scrollbars -(usually subclasses of <a href="ntqscrollview.html">TQScrollView</a>) tend to specify that they can +(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 sizeHint(). <p> <p>See also <a href="#sizeHint-prop">sizeHint</a>, <a href="ntqlayout.html">TQLayout</a>, <a href="tqsizepolicy.html">TQSizePolicy</a>, and <a href="#updateGeometry">updateGeometry</a>(). diff --git a/doc/html/tutorial1-01.html b/doc/html/tutorial1-01.html index 9542b18e5..8edf315ca 100644 --- a/doc/html/tutorial1-01.html +++ b/doc/html/tutorial1-01.html @@ -43,14 +43,14 @@ The picture above is a snapshot of this program. ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> int main( int argc, char **argv ) { <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); - <a href="ntqpushbutton.html">TQPushButton</a> hello( "Hello world!", 0 ); + <a href="tqpushbutton.html">TQPushButton</a> hello( "Hello world!", 0 ); hello.<a href="tqwidget.html#resize">resize</a>( 100, 30 ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &hello ); @@ -69,9 +69,9 @@ int main( int argc, char **argv ) exactly one TQApplication object in every application that uses TQt. TQApplication manages various application-wide resources, such as the default font and cursor. -<p> <pre> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +<p> <pre> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> </pre> -<p> This line includes the <a href="ntqpushbutton.html">TQPushButton</a> class definition. The +<p> This line includes the <a href="tqpushbutton.html">TQPushButton</a> class definition. The <a href="hierarchy.html">reference documentation</a> for each class mentions at the top which file needs to be included to use that class. <p> TQPushButton is a classical GUI push button that the user can press @@ -99,7 +99,7 @@ Note that all command-line arguments recognized by TQt are removed from <tt>argv</tt> (and <tt>argc</tt> is decremented accordingly). See the <a href="ntqapplication.html#argv">TQApplication::argv</a>() documentation for details. <p> <strong>Note:</strong> It is essential that the TQApplication object be created before any window-system parts of TQt are used. -<p> <pre> <a href="ntqpushbutton.html">TQPushButton</a> hello( "Hello world!", 0 ); +<p> <pre> <a href="tqpushbutton.html">TQPushButton</a> hello( "Hello world!", 0 ); </pre> <p> Here, <em>after</em> the TQApplication, comes the first window-system code: A push button is created. diff --git a/doc/html/tutorial1-02.html b/doc/html/tutorial1-02.html index cf2792e4b..a35de0e75 100644 --- a/doc/html/tutorial1-02.html +++ b/doc/html/tutorial1-02.html @@ -43,7 +43,7 @@ now go on to make the application quit properly when the user tells it to. ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> @@ -51,7 +51,7 @@ int main( int argc, char **argv ) { <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); - <a href="ntqpushbutton.html">TQPushButton</a> quit( "Quit", 0 ); + <a href="tqpushbutton.html">TQPushButton</a> quit( "Quit", 0 ); quit.<a href="tqwidget.html#resize">resize</a>( 75, 30 ); quit.<a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); @@ -72,7 +72,7 @@ int main( int argc, char **argv ) <p> Since this program uses <a href="tqfont.html">TQFont</a>, it needs to include tqfont.h. TQt's font abstraction is rather different from the horror provided by X, and loading and using fonts has been highly optimized. -<p> <pre> <a href="ntqpushbutton.html">TQPushButton</a> quit( "Quit", 0 ); +<p> <pre> <a href="tqpushbutton.html">TQPushButton</a> quit( "Quit", 0 ); </pre> <p> This time, the button says "Quit" and that's exactly what the program will do when the user clicks the button. This is not a coincidence. @@ -111,7 +111,7 @@ makefile and build the application.) </h2> <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="ntqpushbutton.html">TQPushButton</a> you can connect to quit? +<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>. <p> You're now ready for <a href="tutorial1-03.html">Chapter 3.</a> <p> [<a href="tutorial1-01.html">Previous tutorial</a>] diff --git a/doc/html/tutorial1-03.html b/doc/html/tutorial1-03.html index bdd050a75..cbd73786c 100644 --- a/doc/html/tutorial1-03.html +++ b/doc/html/tutorial1-03.html @@ -42,7 +42,7 @@ body { background: #ffffff; color: black; } ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> @@ -53,7 +53,7 @@ int main( int argc, char **argv ) <a href="ntqvbox.html">TQVBox</a> box; box.<a href="tqwidget.html#resize">resize</a>( 200, 120 ); - <a href="ntqpushbutton.html">TQPushButton</a> quit( "Quit", &box ); + <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>()) ); @@ -80,10 +80,10 @@ space according to each child's <a href="tqwidget.html#sizePolicy">TQWidget::siz <p> <pre> <a name="x2300"></a> box.<a href="tqwidget.html#resize">resize</a>( 200, 120 ); </pre> <p> We set its width to 200 pixels and the height to 120 pixels. -<p> <pre> <a href="ntqpushbutton.html">TQPushButton</a> quit( "Quit", &box ); +<p> <pre> <a href="tqpushbutton.html">TQPushButton</a> quit( "Quit", &box ); </pre> <p> A child is born. -<p> This <a href="ntqpushbutton.html">TQPushButton</a> is created with both a text ("Quit") and a parent +<p> This <a href="tqpushbutton.html">TQPushButton</a> is created with both a text ("Quit") and a parent (box). A child widget is always on top of its parent. When displayed, it is clipped by its parent's bounds. <p> The parent widget, the TQVBox, automatically adds the child centered in diff --git a/doc/html/tutorial1-04.html b/doc/html/tutorial1-04.html index c1d8ea2c4..2dffeb4e3 100644 --- a/doc/html/tutorial1-04.html +++ b/doc/html/tutorial1-04.html @@ -42,7 +42,7 @@ minimum and maximum sizes of a widget, and introduces widget names. ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> @@ -59,7 +59,7 @@ public: <a href="tqwidget.html#setMinimumSize">setMinimumSize</a>( 200, 120 ); <a href="tqwidget.html#setMaximumSize">setMaximumSize</a>( 200, 120 ); - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); + <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); 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 ) ); @@ -116,7 +116,7 @@ constructor. <p> Because this widget doesn't know how to handle resizing, we fix its size by setting the minimum and maximum to be equal. In the next chapter we will show how a widget can respond to resize event from the user. -<p> <pre> <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); +<p> <pre> <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); <a name="x2308"></a> quit-><a href="tqwidget.html#setGeometry">setGeometry</a>( 62, 40, 75, 30 ); <a name="x2307"></a> quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); </pre> @@ -166,7 +166,7 @@ makefile and build the application.) <p> <h2> Exercises </h2> <a name="3"></a><p> Try to create another MyWidget object in main(). What happens? -<p> Try to add more buttons or put in widgets other than <a href="ntqpushbutton.html">TQPushButton</a>. +<p> Try to add more buttons or put in widgets other than <a href="tqpushbutton.html">TQPushButton</a>. <p> You're now ready for <a href="tutorial1-05.html">Chapter 5.</a> <p> [<a href="tutorial1-03.html">Previous tutorial</a>] [<a href="tutorial1-05.html">Next tutorial</a>] diff --git a/doc/html/tutorial1-05.html b/doc/html/tutorial1-05.html index e5c0abe87..eecccbc7b 100644 --- a/doc/html/tutorial1-05.html +++ b/doc/html/tutorial1-05.html @@ -42,9 +42,9 @@ by using signals and slots, and how to handle resize events. ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> +#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>> @@ -59,18 +59,18 @@ public: <a name="f553"></a>MyWidget::MyWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); + <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="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); + <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); - <a href="ntqslider.html">TQSlider</a> * slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); + <a href="tqslider.html">TQSlider</a> * slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); + slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); } int main( int argc, char **argv ) @@ -89,15 +89,15 @@ int main( int argc, char **argv ) <p> <h2> Line-by-line Walkthrough </h2> <a name="1"></a><p> <pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> - #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> - #include <<a href="qslider-h.html">ntqslider.h</a>> - #include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> + #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> + #include <<a href="tqslider-h.html">tqslider.h</a>> + #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>> </pre> -<p> Three new include files are shown here. ntqslider.h and ntqlcdnumber.h are there -because we use two new widgets, <a href="ntqslider.html">TQSlider</a> and <a href="ntqlcdnumber.html">TQLCDNumber</a>. ntqvbox.h is +<p> Three new include files are shown here. tqslider.h and tqlcdnumber.h are there +because we use two new widgets, <a href="tqslider.html">TQSlider</a> and <a href="tqlcdnumber.html">TQLCDNumber</a>. ntqvbox.h is here because we use TQt's automatic layout support. <p> <pre> class MyWidget : public <a href="ntqvbox.html">TQVBox</a> { @@ -114,19 +114,19 @@ here because we use TQt's automatic layout support. the layout of the TQVBox (which places all of its children vertically inside itself). Resizes are now handled automatically by the TQVBox and therefore by MyWidget, too. -<p> <pre> <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); +<p> <pre> <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); </pre> <p> <tt>lcd</tt> is a TQLCDNumber, a widget that displays numbers in an LCD-like fashion. This instance is set up to display two digits and to be a child of <em>this</em>. It is named "lcd". -<p> <pre> <a href="ntqslider.html">TQSlider</a> * slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); +<p> <pre> <a href="tqslider.html">TQSlider</a> * slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); <a name="x2315"></a> slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - <a name="x2316"></a> slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); + <a name="x2316"></a> slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); </pre> -<p> <a href="ntqslider.html">TQSlider</a> is a classical slider; the user can use the widget to drag +<p> <a href="tqslider.html">TQSlider</a> is a classical slider; the user can use the widget to drag something to adjust an integer value in a range. Here we create a horizontal one, set its range to 0-99 (inclusive, see the <a href="ntqrangecontrol.html#setRange">TQSlider::setRange</a>() documentation) and its initial value to 0. -<p> <pre> <a name="x2317"></a><a name="x2314"></a> <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); +<p> <pre> <a name="x2317"></a><a name="x2314"></a> <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); </pre> <p> Here we use the <a href="signalsandslots.html">signal/slot mechanism</a> to connect the slider's valueChanged() signal to the LCD number's @@ -148,10 +148,10 @@ others stay about the same (because otherwise they would look stupid). makefile and build the application.) <p> <h2> Exercises </h2> -<a name="3"></a><p> Try changing the LCD number to add more digits or <a href="ntqlcdnumber.html#setMode">to change mode.</a> You can even add four push +<a name="3"></a><p> Try changing the LCD number to add more digits or <a href="tqlcdnumber.html#setMode">to change mode.</a> You can even add four push buttons to set the number base. <p> You can also change the slider's range. -<p> Perhaps it would have been better to use <a href="ntqspinbox.html">TQSpinBox</a> than a slider? +<p> Perhaps it would have been better to use <a href="tqspinbox.html">TQSpinBox</a> than a slider? <p> Try to make the application quit when the LCD number overflows. <p> You're now ready for <a href="tutorial1-06.html">Chapter 6.</a> <p> [<a href="tutorial1-04.html">Previous tutorial</a>] diff --git a/doc/html/tutorial1-06.html b/doc/html/tutorial1-06.html index 288b6e6b6..58daffe70 100644 --- a/doc/html/tutorial1-06.html +++ b/doc/html/tutorial1-06.html @@ -44,9 +44,9 @@ widget as a child widget. ****************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qslider-h.html">ntqslider.h</a>> -#include <<a href="qlcdnumber-h.html">ntqlcdnumber.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqslider-h.html">tqslider.h</a>> +#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>> @@ -60,11 +60,11 @@ public: <a name="f554"></a>LCDRange::LCDRange( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); - <a href="ntqslider.html">TQSlider</a> * slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); + <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); + <a href="tqslider.html">TQSlider</a> * slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); + slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); } class MyWidget : public <a href="ntqvbox.html">TQVBox</a> @@ -77,7 +77,7 @@ public: <a name="f555"></a>MyWidget::MyWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); + <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>()) ); @@ -115,11 +115,11 @@ constructor. This sort of widget is not very useful, so we'll add some API later <p> <pre> LCDRange::LCDRange( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); - <a href="ntqslider.html">TQSlider</a> * slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); + <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); + <a href="tqslider.html">TQSlider</a> * slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); <a name="x2325"></a> slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - <a name="x2326"></a> slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a name="x2327"></a><a name="x2324"></a> <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); + <a name="x2326"></a> slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); + <a name="x2327"></a><a name="x2324"></a> <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); } </pre> <p> This is lifted straight from the @@ -136,7 +136,7 @@ is renamed. <p> <pre> MyWidget::MyWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); + <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>()) ); diff --git a/doc/html/tutorial1-07.html b/doc/html/tutorial1-07.html index 5d8fc4bec..0de193aeb 100644 --- a/doc/html/tutorial1-07.html +++ b/doc/html/tutorial1-07.html @@ -62,11 +62,11 @@ header file. <p> <a href="qvbox-h.html">ntqvbox.h</a> is included. LCDRange inherits <a href="ntqvbox.html">TQVBox</a>, and the header file of a parent class must always be included. We cheated a bit in the previous chapters, and we let <a href="tqwidget-h.html">tqwidget.h</a> be included indirectly via -other header files such as <a href="qpushbutton-h.html">ntqpushbutton.h</a>. +other header files such as <a href="tqpushbutton-h.html">tqpushbutton.h</a>. <p> <pre> class TQSlider; </pre> <p> This is another classic trick, but one that's much less used often. Because -we don't need <a href="ntqslider.html">TQSlider</a> in the <em>interface</em> of the class, only in the +we don't need <a href="tqslider.html">TQSlider</a> in the <em>interface</em> of the class, only in the implementation, we use a forward declaration of the class in the header file and include the header file for TQSlider in the .cpp file. @@ -110,9 +110,9 @@ signal you'll see called <i>something</i>Changed(). <p> This file is mainly lifted from <a href="tutorial1-06.html#main">t6/main.cpp</a>, and only the changes are noted here. -<p> <pre> <a name="x2333"></a> <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), - <a name="x2330"></a> lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), +<p> <pre> <a name="x2333"></a> <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), + <a name="x2330"></a> lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); </pre> <p> This code is from the LCDRange constructor. @@ -125,23 +125,23 @@ the first is emitted, the second signal is also emitted. <p> Let's look at what happens when the user operates the slider. The slider sees that its value has changed and emits the valueChanged() signal. That signal is connected both to the display() slot of the -<a href="ntqlcdnumber.html">TQLCDNumber</a> and to the valueChanged() signal of the LCDRange. +<a href="tqlcdnumber.html">TQLCDNumber</a> and to the valueChanged() signal of the LCDRange. <p> Thus, when the signal is emitted, LCDRange emits its own -valueChanged() signal. In addition, <a href="ntqlcdnumber.html#display">TQLCDNumber::display</a>() is called +valueChanged() signal. In addition, <a href="tqlcdnumber.html#display">TQLCDNumber::display</a>() is called and shows the new number. <p> Note that you're not guaranteed any particular order of execution - LCDRange::valueChanged() may be emitted before or after TQLCDNumber::display()and is entirely arbitrary. <p> <pre> int LCDRange::value() const { - <a name="x2332"></a> return slider-><a href="ntqslider.html#value">value</a>(); + <a name="x2332"></a> return slider-><a href="tqslider.html#value">value</a>(); } </pre> <p> The implementation of value() is straightforward; it simply returns the slider's value. <p> <pre> void LCDRange::setValue( int value ) { - <a name="x2331"></a> slider-><a href="ntqslider.html#setValue">setValue</a>( value ); + <a name="x2331"></a> slider-><a href="tqslider.html#setValue">setValue</a>( value ); } </pre> <p> The implementation of setValue() is equally straightforward. Note diff --git a/doc/html/tutorial1-08.html b/doc/html/tutorial1-08.html index 4eda29b4d..57ffa0587 100644 --- a/doc/html/tutorial1-08.html +++ b/doc/html/tutorial1-08.html @@ -73,7 +73,7 @@ Until now, it has been fixed at 0..99. } </pre> <p> SetRange() sets the range of the slider in the LCDRange. Because we -have set up the <a href="ntqlcdnumber.html">TQLCDNumber</a> to always display two digits, we want to +have set up the <a href="tqlcdnumber.html">TQLCDNumber</a> to always display two digits, we want to limit the possible range of <tt>minVal</tt> and <tt>maxVal</tt> to 0..99 to avoid overflow of the TQLCDNumber. (We could have allowed values down to -9 but chose not to.) If the arguments are illegal, we use TQt's @@ -256,7 +256,7 @@ to be terribly useful. However, its constructor just got a new line: </pre> <p> The LCDRange sets the slider to be its focus proxy. That means that when someone (the program or the user) wants to give the LCDRange -keyboard focus, the slider should take care of it. <a href="ntqslider.html">TQSlider</a> has a decent +keyboard focus, the slider should take care of it. <a href="tqslider.html">TQSlider</a> has a decent keyboard interface, so with just one line of code we've given LCDRange one. <p> <h2> Behavior diff --git a/doc/html/tutorial1-10.html b/doc/html/tutorial1-10.html index 5f59affa6..e476b83ef 100644 --- a/doc/html/tutorial1-10.html +++ b/doc/html/tutorial1-10.html @@ -219,7 +219,7 @@ makefile and build the application.) <p> Put the cannon in the bottom-right corner. <p> Try adding a better keyboard interface. For example, make + and - increase and decrease the force and enter shoot. Hint: <a href="ntqaccel.html">TQAccel</a> and -new addStep() and subtractStep() slots in LCDRange, like <a href="ntqslider.html#addStep">TQSlider::addStep</a>(). If you're bothered by the way the left and right +new addStep() and subtractStep() slots in LCDRange, like <a href="tqslider.html#addStep">TQSlider::addStep</a>(). If you're bothered by the way the left and right keys work (I am!), change that too. <p> You're now ready for <a href="tutorial1-11.html">Chapter 11.</a> <p> [<a href="tutorial1-09.html">Previous tutorial</a>] diff --git a/doc/html/tutorial1-11.html b/doc/html/tutorial1-11.html index 1385646c1..09ad736be 100644 --- a/doc/html/tutorial1-11.html +++ b/doc/html/tutorial1-11.html @@ -215,7 +215,7 @@ integer. }; </pre> <p> The only addition is the Shoot button. -<p> <pre> <a href="ntqpushbutton.html">TQPushButton</a> *shoot = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); +<p> <pre> <a href="tqpushbutton.html">TQPushButton</a> *shoot = new <a href="tqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); <a name="x2382"></a> shoot-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); </pre> <p> In the constructor we create and set up the Shoot button exactly like we diff --git a/doc/html/tutorial1-12.html b/doc/html/tutorial1-12.html index ef3cabd86..8fd714dfe 100644 --- a/doc/html/tutorial1-12.html +++ b/doc/html/tutorial1-12.html @@ -109,17 +109,17 @@ initialization code. <p> This constructor first calls init() and then sets the label text. <p> <pre> void LCDRange::init() { - <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); - slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); + <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); + slider = new <a href="tqslider.html">TQSlider</a>( Horizontal, this, "slider" ); <a name="x2387"></a> slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); - <a name="x2388"></a> slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); + <a name="x2388"></a> slider-><a href="tqslider.html#setValue">setValue</a>( 0 ); label = new <a href="tqlabel.html">TQLabel</a>( " ", this, "label" ); <a name="x2383"></a> label-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); - <a name="x2389"></a> <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), - <a name="x2386"></a> lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a name="x2389"></a> <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), + <a name="x2386"></a> lcd, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="tqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); diff --git a/doc/html/tutorial1-13.html b/doc/html/tutorial1-13.html index c2a54718f..b9b83a367 100644 --- a/doc/html/tutorial1-13.html +++ b/doc/html/tutorial1-13.html @@ -90,7 +90,7 @@ except that we've added some lines at the end: widget's children. <p> <pre> <a name="x2401"></a> l-><a href="qboxlayout.html#addWidget">addWidget</a>( lcd, 1 ); </pre> -<p> At the top we add the <a href="ntqlcdnumber.html">TQLCDNumber</a> with a non-zero stretch. +<p> At the top we add the <a href="tqlcdnumber.html">TQLCDNumber</a> with a non-zero stretch. <p> <pre> l-><a href="qboxlayout.html#addWidget">addWidget</a>( slider ); l-><a href="qboxlayout.html#addWidget">addWidget</a>( label ); </pre> @@ -235,8 +235,8 @@ which was last seen as MyWidget. void newGame(); private: - <a href="ntqlcdnumber.html">TQLCDNumber</a> *hits; - <a href="ntqlcdnumber.html">TQLCDNumber</a> *shotsLeft; + <a href="tqlcdnumber.html">TQLCDNumber</a> *hits; + <a href="tqlcdnumber.html">TQLCDNumber</a> *shotsLeft; CannonField *cannonField; }; </pre> @@ -278,7 +278,7 @@ working with self-contained components. <p> We also use the cannonField's canShoot() signal to enable or disable the Shoot button appropriately. <p> <pre> TQPushButton *restart - = new <a href="ntqpushbutton.html">TQPushButton</a>( "&New Game", this, "newgame" ); + = new <a href="tqpushbutton.html">TQPushButton</a>( "&New Game", this, "newgame" ); restart->setFont( TQFont( "Times", 18, TQFont::Bold ) ); <a href="tqobject.html#connect">connect</a>( restart, TQ_SIGNAL(clicked()), this, TQ_SLOT(newGame()) ); @@ -286,8 +286,8 @@ the Shoot button appropriately. <p> We create, set up, and connect the New Game button as we have done with the other buttons. Clicking this button will activate the newGame() slot in this widget. -<p> <pre> hits = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "hits" ); - shotsLeft = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "shotsleft" ); +<p> <pre> hits = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "hits" ); + shotsLeft = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "shotsleft" ); <a href="tqlabel.html">TQLabel</a> *hitsL = new <a href="tqlabel.html">TQLabel</a>( "HITS", this, "hitsLabel" ); TQLabel *shotsLeftL = new <a href="tqlabel.html">TQLabel</a>( "SHOTS LEFT", this, "shotsleftLabel" ); @@ -322,7 +322,7 @@ ordinary functions, too.) { if ( cannonField->gameOver() || cannonField->isShooting() ) return; - shotsLeft-><a href="ntqlcdnumber.html#display">display</a>( shotsLeft-><a href="ntqlcdnumber.html#intValue">intValue</a>() - 1 ); + shotsLeft-><a href="tqlcdnumber.html#display">display</a>( shotsLeft-><a href="tqlcdnumber.html#intValue">intValue</a>() - 1 ); cannonField->shoot(); } </pre> @@ -331,8 +331,8 @@ air, we return immediately. We decrement the number of shots left and tell the cannon to shoot. <p> <pre> void GameBoard::hit() { - hits-><a href="ntqlcdnumber.html#display">display</a>( hits-><a href="ntqlcdnumber.html#intValue">intValue</a>() + 1 ); - if ( shotsLeft-><a href="ntqlcdnumber.html#intValue">intValue</a>() == 0 ) + hits-><a href="tqlcdnumber.html#display">display</a>( hits-><a href="tqlcdnumber.html#intValue">intValue</a>() + 1 ); + if ( shotsLeft-><a href="tqlcdnumber.html#intValue">intValue</a>() == 0 ) cannonField->setGameOver(); else cannonField->newTarget(); @@ -343,7 +343,7 @@ number of hits. If there are no shots left, the game is over. Otherwise, we make the CannonField generate a new target. <p> <pre> void GameBoard::missed() { - <a name="x2415"></a> if ( shotsLeft-><a href="ntqlcdnumber.html#intValue">intValue</a>() == 0 ) + <a name="x2415"></a> if ( shotsLeft-><a href="tqlcdnumber.html#intValue">intValue</a>() == 0 ) cannonField->setGameOver(); } </pre> @@ -351,8 +351,8 @@ we make the CannonField generate a new target. shots left, the game is over. <p> <pre> void GameBoard::newGame() { - <a name="x2414"></a> shotsLeft-><a href="ntqlcdnumber.html#display">display</a>( 15 ); - hits-><a href="ntqlcdnumber.html#display">display</a>( 0 ); + <a name="x2414"></a> shotsLeft-><a href="tqlcdnumber.html#display">display</a>( 15 ); + hits-><a href="tqlcdnumber.html#display">display</a>( 0 ); cannonField->restartGame(); cannonField->newTarget(); } diff --git a/doc/html/tutorial2-05.html b/doc/html/tutorial2-05.html index b48f9e3dd..df6209736 100644 --- a/doc/html/tutorial2-05.html +++ b/doc/html/tutorial2-05.html @@ -535,7 +535,7 @@ and edit values, value colors, etc. OptionsForm *optionsForm = new OptionsForm( this ); optionsForm->chartTypeComboBox->setCurrentItem( m_chartType ); optionsForm-><a href="tqwidget.html#setFont">setFont</a>( m_font ); -</pre><pre> if ( optionsForm-><a href="ntqdialog.html#exec">exec</a>() ) { +</pre><pre> if ( optionsForm-><a href="tqdialog.html#exec">exec</a>() ) { setChartType( ChartType( optionsForm->chartTypeComboBox->currentItem()) ); m_font = optionsForm-><a href="tqwidget.html#font">font</a>(); @@ -555,7 +555,7 @@ elements. <pre> void ChartForm::optionsSetData() { SetDataForm *setDataForm = new SetDataForm( &m_elements, m_decimalPlaces, this ); - if ( setDataForm-><a href="ntqdialog.html#exec">exec</a>() ) { + if ( setDataForm-><a href="tqdialog.html#exec">exec</a>() ) { m_changed = TRUE; drawElements(); } diff --git a/doc/html/tutorial2-06.html b/doc/html/tutorial2-06.html index 3f2c03868..d57d8cf9e 100644 --- a/doc/html/tutorial2-06.html +++ b/doc/html/tutorial2-06.html @@ -271,7 +271,7 @@ vector. <a name="3-1"></a><p> (Extracts from <tt>canvasview.cpp</tt>.) <p> -<pre> <a name="x2584"></a>void CanvasView::<a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>( <a href="qcontextmenuevent.html">TQContextMenuEvent</a> * ) +<pre> <a name="x2584"></a>void CanvasView::<a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>( <a href="qcontextmenuevent.html">TQContextMenuEvent</a> * ) { <a name="x2579"></a> ((ChartForm*)<a href="tqobject.html#parent">parent</a>())->optionsMenu->exec( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ); } @@ -282,7 +282,7 @@ to the right type and then exec()ute the options menu at the cursor position. <p> <h3> Handling Resizing </h3> -<a name="3-2"></a><p> <pre> <a name="x2587"></a>void CanvasView::<a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>( <a href="qresizeevent.html">TQResizeEvent</a> *e ) +<a name="3-2"></a><p> <pre> <a name="x2587"></a>void CanvasView::<a href="tqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>( <a href="qresizeevent.html">TQResizeEvent</a> *e ) { <a name="x2583"></a> <a href="tqcanvasview.html#canvas">canvas</a>()->resize( e-><a href="qresizeevent.html#size">size</a>().width(), e-><a href="qresizeevent.html#size">size</a>().height() ); ((ChartForm*)<a href="tqobject.html#parent">parent</a>())->drawElements(); @@ -297,7 +297,7 @@ drawn correctly. </h3> <a name="3-3"></a><p> When the user wants to drag a label into position they click it, then drag and release at the new position. -<p> <pre> <a name="x2586"></a>void CanvasView::<a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> *e ) +<p> <pre> <a name="x2586"></a>void CanvasView::<a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> *e ) { <a name="x2580"></a> <a href="tqcanvasitemlist.html">TQCanvasItemList</a> list = <a href="tqcanvasview.html#canvas">canvas</a>()->collisions( e-><a href="qmouseevent.html#pos">pos</a>() ); <a name="x2589"></a><a name="x2588"></a> for ( TQCanvasItemList::iterator it = list.<a href="tqvaluelist.html#begin">begin</a>(); it != list.<a href="tqvaluelist.html#end">end</a>(); ++it ) @@ -313,7 +313,7 @@ drag and release at the new position. the mouse click "collided" with (if any). We then iterate over this list and if we find a <tt>CanvasText</tt> item we set it as the moving item and record its position. Otherwise we set there to be no moving item. -<p> <pre> <a name="x2585"></a>void CanvasView::<a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> *e ) +<p> <pre> <a name="x2585"></a>void CanvasView::<a href="tqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> *e ) { if ( m_movingItem ) { <a href="tqpoint.html">TQPoint</a> offset = e-><a href="qmouseevent.html#pos">pos</a>() - m_pos; diff --git a/doc/html/tutorial2-08.html b/doc/html/tutorial2-08.html index da9766384..6bd21ee6b 100644 --- a/doc/html/tutorial2-08.html +++ b/doc/html/tutorial2-08.html @@ -40,7 +40,7 @@ enter label text and choose a label color for each label. <p> (Extracts from <tt>setdataform.h</tt>.) <p> -<pre> class SetDataForm: public <a href="ntqdialog.html">TQDialog</a> +<pre> class SetDataForm: public <a href="tqdialog.html">TQDialog</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: @@ -60,9 +60,9 @@ enter label text and choose a label color for each label. private: <a href="ntqtable.html">TQTable</a> *table; - <a href="ntqpushbutton.html">TQPushButton</a> *colorPushButton; - <a href="ntqpushbutton.html">TQPushButton</a> *okPushButton; - <a href="ntqpushbutton.html">TQPushButton</a> *cancelPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *colorPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *okPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *cancelPushButton; protected: <a href="qvboxlayout.html">TQVBoxLayout</a> *tableButtonBox; @@ -90,13 +90,13 @@ TQt supports. We'll use these in the pattern combobox. <a name="1"></a><p> <pre> SetDataForm::SetDataForm( ElementVector *elements, int decimalPlaces, <a href="tqwidget.html">TQWidget</a>* parent, const char* name, bool modal, WFlags f ) - : <a href="ntqdialog.html">TQDialog</a>( parent, name, modal, f ) + : <a href="tqdialog.html">TQDialog</a>( parent, name, modal, f ) { m_elements = elements; m_decimalPlaces = decimalPlaces; </pre> -<p> We pass most of the arguments to the <a href="ntqdialog.html">TQDialog</a> superclass. We assign the +<p> We pass most of the arguments to the <a href="tqdialog.html">TQDialog</a> superclass. We assign the elements vector pointer and the number of decimal places to display to member variables so that they are accessible by all SetDataForm's member functions. @@ -139,7 +139,7 @@ column and finally add the table to the tableButtonBox layout. <p> <pre> buttonBox = new <a href="qhboxlayout.html">TQHBoxLayout</a>( 0, 0, 6, "button box layout" ); </pre> <p> We create a horizontal box layout to hold the buttons. -<p> <pre> colorPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( this, "color button" ); +<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..." ); colorPushButton-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); buttonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( colorPushButton ); @@ -153,12 +153,12 @@ on a color cell. </pre> <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="ntqpushbutton.html">TQPushButton</a>( this, "ok button" ); +<p> <pre> okPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( this, "ok button" ); okPushButton-><a href="ntqbutton.html#setText">setText</a>( "OK" ); - <a name="x2607"></a> okPushButton-><a href="ntqpushbutton.html#setDefault">setDefault</a>( TRUE ); + <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="ntqpushbutton.html">TQPushButton</a>( this, "cancel button" ); + 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 ); buttonBox-><a href="qboxlayout.html#addWidget">addWidget</a>( cancelPushButton ); @@ -177,8 +177,8 @@ complete. <a name="x2626"></a> <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.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="ntqdialog.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="ntqdialog.html#reject">reject</a>() ) ); + <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>() ) ); </pre> <p> We now "wire up" the form. <ul> @@ -194,7 +194,7 @@ correct number of decimal places. <li> If the user clicks the Color button we call a setColor() slot. <li> The OK button is connected to the accept() slot; we will update the elements vector in this slot. -<li> The Cancel button is connected to the <a href="ntqdialog.html">TQDialog</a> reject() slot, and +<li> The Cancel button is connected to the <a href="tqdialog.html">TQDialog</a> reject() slot, and requires no further code or action on our part. </ul> <p> <pre> TQPixmap patterns[MAX_PATTERNS]; @@ -221,10 +221,10 @@ create a blank pixmap of that size. 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>() ); - <a href="ntqcombobox.html">TQComboBox</a> *combobox = new <a href="ntqcombobox.html">TQComboBox</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="ntqcombobox.html#insertItem">insertItem</a>( patterns[j] ); - <a name="x2603"></a> combobox-><a href="ntqcombobox.html#setCurrentItem">setCurrentItem</a>( element.valuePattern() - 1 ); + 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 ); table-><a href="ntqtable.html#setText">setText</a>( i, 3, element.label() ); @@ -246,9 +246,9 @@ 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="qcombotableitem.html">TQComboTableItem</a> +pattern the user has selected. <a href="ntqtable.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="ntqcombobox.html">TQComboBox</a>'s into the table instead. +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 the same way as we set the value color. <p> <h2> The Slots @@ -305,7 +305,7 @@ function and put the focus back into the table. the static <a href="tqcolordialog.html#getColor">TQColorDialog::getColor</a>() dialog to get the user's choice of color. If they chose a color we fill the color cell's pixmap with that color and set the cell's text to the new color's name. -<p> <pre> <a name="x2604"></a>void SetDataForm::<a href="ntqdialog.html#accept">accept</a>() +<p> <pre> <a name="x2604"></a>void SetDataForm::<a href="tqdialog.html#accept">accept</a>() { bool ok; for ( int i = 0; i < ChartForm::MAX_ELEMENTS; ++i ) { @@ -322,7 +322,7 @@ color and set the cell's text to the new color's name. element.setLabelColor( TQColor( table-><a href="ntqtable.html#text">text</a>( i, 4 ) ) ); } - TQDialog::<a href="ntqdialog.html#accept">accept</a>(); + TQDialog::<a href="tqdialog.html#accept">accept</a>(); } </pre> <p> If the user clicks OK we must update the elements vector. We iterate @@ -332,7 +332,7 @@ and the label color by constructing <a href="tqcolor.html">TQColor</a> temporari color name as argument. The pattern is set to the pattern combobox's current item with an offset of 1 (since our pattern numbers begin at 1, but the combobox's items are indexed from 0). -<p> Finally we call <a href="ntqdialog.html#accept">TQDialog::accept</a>(). +<p> Finally we call <a href="tqdialog.html#accept">TQDialog::accept</a>(). <p> <p align="right"> <a href="tutorial2-07.html">« File Handling</a> | <a href="tutorial2.html">Contents</a> | diff --git a/doc/html/tutorial2-09.html b/doc/html/tutorial2-09.html index 174c2d3e1..4f86c92ef 100644 --- a/doc/html/tutorial2-09.html +++ b/doc/html/tutorial2-09.html @@ -39,7 +39,7 @@ apply to all data sets in one place. <p> (Extracts from <tt>optionsform.h</tt>.) <p> -<pre> class OptionsForm : public <a href="ntqdialog.html">TQDialog</a> +<pre> class OptionsForm : public <a href="tqdialog.html">TQDialog</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: @@ -51,18 +51,18 @@ apply to all data sets in one place. void setFont( <a href="tqfont.html">TQFont</a> font ); <a href="tqlabel.html">TQLabel</a> *chartTypeTextLabel; - <a href="ntqcombobox.html">TQComboBox</a> *chartTypeComboBox; - <a href="ntqpushbutton.html">TQPushButton</a> *fontPushButton; + <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="ntqradiobutton.html">TQRadioButton</a> *noRadioButton; - <a href="ntqradiobutton.html">TQRadioButton</a> *yesRadioButton; - <a href="ntqradiobutton.html">TQRadioButton</a> *asPercentageRadioButton; + <a href="tqradiobutton.html">TQRadioButton</a> *noRadioButton; + <a href="tqradiobutton.html">TQRadioButton</a> *yesRadioButton; + <a href="tqradiobutton.html">TQRadioButton</a> *asPercentageRadioButton; <a href="tqlabel.html">TQLabel</a> *decimalPlacesTextLabel; - <a href="ntqspinbox.html">TQSpinBox</a> *decimalPlacesSpinBox; - <a href="ntqpushbutton.html">TQPushButton</a> *okPushButton; - <a href="ntqpushbutton.html">TQPushButton</a> *cancelPushButton; + <a href="tqspinbox.html">TQSpinBox</a> *decimalPlacesSpinBox; + <a href="tqpushbutton.html">TQPushButton</a> *okPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *cancelPushButton; protected slots: void chooseFont(); @@ -97,12 +97,12 @@ things based on the changes the user makes. </h2> <a name="1"></a><p> <pre> OptionsForm::OptionsForm( <a href="tqwidget.html">TQWidget</a>* parent, const char* name, bool modal, WFlags f ) - : <a href="ntqdialog.html">TQDialog</a>( parent, name, modal, f ) + : <a href="tqdialog.html">TQDialog</a>( parent, name, modal, f ) { <a href="tqwidget.html#setCaption">setCaption</a>( "Chart -- Options" ); <a href="tqwidget.html#resize">resize</a>( 320, 290 ); </pre> -<p> We pass all the arguments on to the <a href="ntqdialog.html">TQDialog</a> constructor, set a caption +<p> We pass all the arguments on to the <a href="tqdialog.html">TQDialog</a> constructor, set a caption and set an initial size. <p> The layout of the form will be to have the chart type label and combo box in a horizontal box layout, and similarly for the font button and @@ -120,11 +120,11 @@ vertical box layout. <p> <pre> chartTypeTextLabel = new <a href="tqlabel.html">TQLabel</a>( "&Chart Type", this ); <a name="x2631"></a> chartTypeLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( chartTypeTextLabel ); - chartTypeComboBox = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, this ); - <a name="x2633"></a> chartTypeComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_piechart ), "Pie Chart" ); - chartTypeComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_verticalbarchart ), + chartTypeComboBox = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, this ); + <a name="x2633"></a> chartTypeComboBox-><a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_piechart ), "Pie Chart" ); + chartTypeComboBox-><a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_verticalbarchart ), "Vertical Bar Chart" ); - chartTypeComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_horizontalbarchart ), + chartTypeComboBox-><a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_horizontalbarchart ), "Horizontal Bar Chart" ); chartTypeLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( chartTypeComboBox ); <a name="x2630"></a> optionsFormLayout-><a href="qboxlayout.html#addLayout">addLayout</a>( chartTypeLayout ); @@ -136,7 +136,7 @@ to the horizontal layout and add the horizontal layout to the form's vertical layout. <p> <pre> fontLayout = new <a href="qhboxlayout.html">TQHBoxLayout</a>( 0, 0, 6 ); - fontPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Font...", this ); + fontPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( "&Font...", this ); fontLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( fontPushButton ); <a href="qspaceritem.html">TQSpacerItem</a>* spacer = new <a href="qspaceritem.html">TQSpacerItem</a>( 0, 0, TQSizePolicy::Expanding, @@ -164,14 +164,14 @@ know what font the user is using). addValuesButtonGroup-><a href="tqwidget.html#layout">layout</a>() ); <a name="x2644"></a> addValuesButtonGroupLayout-><a href="qlayoutitem.html#setAlignment">setAlignment</a>( TQt::AlignTop ); - noRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&No", addValuesButtonGroup ); - <a name="x2645"></a> noRadioButton-><a href="ntqradiobutton.html#setChecked">setChecked</a>( TRUE ); + noRadioButton = new <a href="tqradiobutton.html">TQRadioButton</a>( "&No", addValuesButtonGroup ); + <a name="x2645"></a> noRadioButton-><a href="tqradiobutton.html#setChecked">setChecked</a>( TRUE ); addValuesButtonGroupLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( noRadioButton ); - yesRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&Yes", addValuesButtonGroup ); + yesRadioButton = new <a href="tqradiobutton.html">TQRadioButton</a>( "&Yes", addValuesButtonGroup ); addValuesButtonGroupLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( yesRadioButton ); - asPercentageRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "As &Percentage", + asPercentageRadioButton = new <a href="tqradiobutton.html">TQRadioButton</a>( "As &Percentage", addValuesButtonGroup ); addValuesButtonGroupLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( asPercentageRadioButton ); addValuesFrameLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( addValuesButtonGroup ); @@ -186,17 +186,17 @@ create the radio buttons, making "No" the default. 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="ntqdialog.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="ntqdialog.html#reject">reject</a>() ) ); + <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>() ) ); </pre> <p> We only need three connections: <ol type=1> <li> When the user clicks the font button we execute our own chooseFont() slot. -<li> If the user clicks OK we call <a href="ntqdialog.html#accept">TQDialog::accept</a>(); it is up to the +<li> If the user clicks OK we call <a href="tqdialog.html#accept">TQDialog::accept</a>(); it is up to the caller to read the data from the dialog's widgets and perform any necessary actions. -<li> If the user clicks Cancel we call <a href="ntqdialog.html#reject">TQDialog::reject</a>(). +<li> If the user clicks Cancel we call <a href="tqdialog.html#reject">TQDialog::reject</a>(). </ol> <p> <pre> <a name="x2642"></a> chartTypeTextLabel-><a href="tqlabel.html#setBuddy">setBuddy</a>( chartTypeComboBox ); decimalPlacesTextLabel-><a href="tqlabel.html#setBuddy">setBuddy</a>( decimalPlacesSpinBox ); diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 481a976c4..77f1ccb18 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -45,9 +45,9 @@ Buffered TCP connection. | TQSocket Bundles signals from identifiable senders. | TQSignalMapper CDE look and feel. | QCDEStyle Can be used to send signals for classes that don't inherit TQObject. | TQSignal -Checkable list view items. | QCheckListItem -Checkbox with a text label. | QCheckBox -Checkboxes in QTables. | QCheckTableItem +Checkable list view items. | TQCheckListItem +Checkbox with a text label. | TQCheckBox +Checkboxes in QTables. | TQCheckTableItem Clip region for a painter. | TQRegion Clock time functions. | TQTime Collection of nodes that can be accessed by name. | TQDomNamedNodeMap @@ -56,9 +56,9 @@ Collects tool tips into related groups. | TQToolTipGroup Color groups for each widget state. | TQPalette Colors based on RGB or HSV values. | TQColor Column of tabbed widget items. | TQToolBox -Combined button and popup list. | QComboBox +Combined button and popup list. | TQComboBox Combines a TQDateEdit and TQTimeEdit widget into a single widget for editing datetimes. | TQDateTimeEdit -Command button. | QPushButton +Command button. | TQPushButton Common API for network protocols. | TQNetworkProtocol Common operations for network protocols. | TQNetworkOperation Common operations on URLs. | TQUrlOperator @@ -98,7 +98,7 @@ Describes a key event. | QKeyEvent Dialog widget for selecting a font. | TQFontDialog Dialog widget for specifying colors. | TQColorDialog Dialogs that allow users to select files or directories. | TQFileDialog -Displays a number with LCD-like digits. | QLCDNumber +Displays a number with LCD-like digits. | TQLCDNumber Does low-level painting e.g. on widgets. | TQPainter Doubly-linked list of char*. | TQStrList Doubly-linked list of char* with case-insensitive comparison. | TQStrIList @@ -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. | QComboTableItem +Means of using comboboxes in QTables. | 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 @@ -237,7 +237,7 @@ Namespace for miscellaneous identifiers in the TQt OpenGL module. | TQGL Namespace for miscellaneous identifiers that need to be global-like. | Qt Off-screen, pixel-based paint device. | TQPixmap On-screen view of a TQCanvas. | TQCanvasView -One-line text editor. | QLineEdit +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 @@ -268,7 +268,7 @@ TQObject that is a web browser plugin. | QNPInstance TQPtrList of TQObjects. | TQObjectList TQWidget that is a web browser plugin window. | QNPWidget Quick-access button to commands or options, usually used inside a TQToolBar. | TQToolButton -Radio button with a text or pixmap label. | QRadioButton +Radio button with a text or pixmap label. | TQRadioButton Range checking of floating-point numbers. | QDoubleValidator Read-only SQL forms. | TQDataView Rectangle on a TQCanvas. | TQCanvasRectangle @@ -287,10 +287,10 @@ Request header information for HTTP. | TQHttpRequestHeader Response header information for HTTP. | TQHttpResponseHeader Rich text browser with hypertext navigation. | TQTextBrowser Robust integer semaphore. | TQSemaphore -Rounded range control (like a speedometer or potentiometer). | QDial +Rounded range control (like a speedometer or potentiometer). | TQDial SGI/Irix look and feel. | QSGIStyle SQL database error information. | TQSqlError -Scrolling area with on-demand scroll bars. | QScrollView +Scrolling area with on-demand scroll bars. | TQScrollView Serialization of binary data to a TQIODevice. | TQDataStream Set of icons with different styles and sizes. | TQIconSet Signals that a main icon drag has begun. | TQIconDragEvent @@ -301,7 +301,7 @@ 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). | QSpinBox +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 @@ -335,7 +335,7 @@ Template class which ensures that implicitly shared and explicitly shared classe Template collection class that provides a vector (array). | TQPtrVector Text object on a TQCanvas. | TQCanvasText Text or image display. | TQLabel -The QDialog API for Motif-based dialogs. | QMotifDialog +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 @@ -345,7 +345,7 @@ 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 user interface objects. | TQWidget -The base class of dialog windows. | QDialog +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 @@ -381,8 +381,8 @@ Value-based template class that provides a pair of elements. | TQPair Value-based template class that provides a stack. | TQValueStack Value-based template class that provides lists. | TQValueList Vertical geometry management of its child widgets. | QVBox -Vertical or horizontal scroll bar. | QScrollBar -Vertical or horizontal slider. | QSlider +Vertical or horizontal scroll bar. | TQScrollBar +Vertical or horizontal slider. | TQSlider Watches the lifetime of multiple TQObjects. | TQObjectCleanupHandler Widget for rendering OpenGL graphics. | TQGLWidget Widget which can be docked inside a QDockArea or floated as a top level window on the desktop. | QDockWindow diff --git a/doc/html/wizard-example.html b/doc/html/wizard-example.html index d1175ec15..03513778a 100644 --- a/doc/html/wizard-example.html +++ b/doc/html/wizard-example.html @@ -72,7 +72,7 @@ protected: void setupPage3(); <a href="ntqhbox.html">TQHBox</a> *page1, *page2, *page3; - <a href="ntqlineedit.html">TQLineEdit</a> *key, *firstName, *lastName, *address, *phone, *email; + <a href="tqlineedit.html">TQLineEdit</a> *key, *firstName, *lastName, *address, *phone, *email; <a href="tqlabel.html">TQLabel</a> *lKey, *lFirstName, *lLastName, *lAddress, *lPhone, *lEmail; protected slots: @@ -102,8 +102,8 @@ protected slots: #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="qvalidator-h.html">ntqvalidator.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> @@ -137,11 +137,11 @@ void <a name="f183"></a>Wizard::setupPage1() (void)new <a href="tqlabel.html">TQLabel</a>( "Key:", row1 ); - key = new <a href="ntqlineedit.html">TQLineEdit</a>( row1 ); -<a name="x6"></a> key-><a href="ntqlineedit.html#setMaxLength">setMaxLength</a>( 4 ); -<a name="x7"></a> key-><a href="ntqlineedit.html#setValidator">setValidator</a>( new <a href="qintvalidator.html">TQIntValidator</a>( 1000, 9999, key ) ); + key = new <a href="tqlineedit.html">TQLineEdit</a>( row1 ); +<a name="x6"></a> key-><a href="tqlineedit.html#setMaxLength">setMaxLength</a>( 4 ); +<a name="x7"></a> key-><a href="tqlineedit.html#setValidator">setValidator</a>( new <a href="qintvalidator.html">TQIntValidator</a>( 1000, 9999, key ) ); -<a name="x9"></a> <a href="tqobject.html#connect">connect</a>( key, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), +<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" ); @@ -191,17 +191,17 @@ void <a name="f184"></a>Wizard::setupPage2() label4-><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>( label4-><a href="tqwidget.html#sizeHint">sizeHint</a>().width() ); label5-><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>( label4-><a href="tqwidget.html#sizeHint">sizeHint</a>().width() ); - firstName = new <a href="ntqlineedit.html">TQLineEdit</a>( row1 ); - lastName = new <a href="ntqlineedit.html">TQLineEdit</a>( row2 ); - address = new <a href="ntqlineedit.html">TQLineEdit</a>( row3 ); - phone = new <a href="ntqlineedit.html">TQLineEdit</a>( row4 ); - email = new <a href="ntqlineedit.html">TQLineEdit</a>( row5 ); + firstName = new <a href="tqlineedit.html">TQLineEdit</a>( row1 ); + lastName = new <a href="tqlineedit.html">TQLineEdit</a>( row2 ); + address = new <a href="tqlineedit.html">TQLineEdit</a>( row3 ); + phone = new <a href="tqlineedit.html">TQLineEdit</a>( row4 ); + email = new <a href="tqlineedit.html">TQLineEdit</a>( row5 ); - <a href="tqobject.html#connect">connect</a>( firstName, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( firstName, 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="tqobject.html#connect">connect</a>( lastName, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( lastName, 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="tqobject.html#connect">connect</a>( email, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), + <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" ); @@ -274,21 +274,21 @@ void <a name="f185"></a>Wizard::setupPage3() if ( page == page1 ) { } else if ( page == page2 ) { } else if ( page == page3 ) { -<a name="x8"></a> lKey-><a href="tqlabel.html#setText">setText</a>( key-><a href="ntqlineedit.html#text">text</a>() ); - lFirstName-><a href="tqlabel.html#setText">setText</a>( firstName-><a href="ntqlineedit.html#text">text</a>() ); - lLastName-><a href="tqlabel.html#setText">setText</a>( lastName-><a href="ntqlineedit.html#text">text</a>() ); - lAddress-><a href="tqlabel.html#setText">setText</a>( address-><a href="ntqlineedit.html#text">text</a>() ); - lPhone-><a href="tqlabel.html#setText">setText</a>( phone-><a href="ntqlineedit.html#text">text</a>() ); - lEmail-><a href="tqlabel.html#setText">setText</a>( email-><a href="ntqlineedit.html#text">text</a>() ); +<a name="x8"></a> lKey-><a href="tqlabel.html#setText">setText</a>( key-><a href="tqlineedit.html#text">text</a>() ); + lFirstName-><a href="tqlabel.html#setText">setText</a>( firstName-><a href="tqlineedit.html#text">text</a>() ); + lLastName-><a href="tqlabel.html#setText">setText</a>( lastName-><a href="tqlineedit.html#text">text</a>() ); + lAddress-><a href="tqlabel.html#setText">setText</a>( address-><a href="tqlineedit.html#text">text</a>() ); + lPhone-><a href="tqlabel.html#setText">setText</a>( phone-><a href="tqlineedit.html#text">text</a>() ); + 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); if ( page == page1 ) { - keyChanged( key-><a href="ntqlineedit.html#text">text</a>() ); + keyChanged( key-><a href="tqlineedit.html#text">text</a>() ); key-><a href="tqwidget.html#setFocus">setFocus</a>(); } else if ( page == page2 ) { - dataChanged( firstName-><a href="ntqlineedit.html#text">text</a>() ); + 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 ); @@ -300,15 +300,15 @@ 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="ntqlineedit.html#validator">validator</a>()->validate(t, p) == TQValidator::Acceptable ); +<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 ); } void <a name="f187"></a>Wizard::dataChanged( const <a href="tqstring.html">TQString</a> & ) { - if ( !firstName-><a href="ntqlineedit.html#text">text</a>().isEmpty() && - !lastName-><a href="ntqlineedit.html#text">text</a>().isEmpty() && - !email-><a href="ntqlineedit.html#text">text</a>().isEmpty() ) + 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 ); else <a href="ntqwizard.html#nextButton">nextButton</a>()->setEnabled( FALSE ); @@ -336,7 +336,7 @@ int main(int argc,char **argv) Wizard wizard; wizard.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Wizard"); -<a name="x16"></a> return wizard.<a href="ntqdialog.html#exec">exec</a>(); +<a name="x16"></a> return wizard.<a href="tqdialog.html#exec">exec</a>(); } </pre> diff --git a/doc/html/wizard-wizard-cpp.html b/doc/html/wizard-wizard-cpp.html index 05215f56a..484043e9c 100644 --- a/doc/html/wizard-wizard-cpp.html +++ b/doc/html/wizard-wizard-cpp.html @@ -48,8 +48,8 @@ body { background: #ffffff; color: black; } #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="qvalidator-h.html">ntqvalidator.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> @@ -83,11 +83,11 @@ void <a name="f4"></a>Wizard::setupPage1() (void)new <a href="tqlabel.html">TQLabel</a>( "Key:", row1 ); - key = new <a href="ntqlineedit.html">TQLineEdit</a>( row1 ); -<a name="x6"></a> key-><a href="ntqlineedit.html#setMaxLength">setMaxLength</a>( 4 ); -<a name="x7"></a> key-><a href="ntqlineedit.html#setValidator">setValidator</a>( new <a href="qintvalidator.html">TQIntValidator</a>( 1000, 9999, key ) ); + key = new <a href="tqlineedit.html">TQLineEdit</a>( row1 ); +<a name="x6"></a> key-><a href="tqlineedit.html#setMaxLength">setMaxLength</a>( 4 ); +<a name="x7"></a> key-><a href="tqlineedit.html#setValidator">setValidator</a>( new <a href="qintvalidator.html">TQIntValidator</a>( 1000, 9999, key ) ); -<a name="x9"></a> <a href="tqobject.html#connect">connect</a>( key, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), +<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" ); @@ -137,17 +137,17 @@ void <a name="f5"></a>Wizard::setupPage2() label4-><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>( label4-><a href="tqwidget.html#sizeHint">sizeHint</a>().width() ); label5-><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>( label4-><a href="tqwidget.html#sizeHint">sizeHint</a>().width() ); - firstName = new <a href="ntqlineedit.html">TQLineEdit</a>( row1 ); - lastName = new <a href="ntqlineedit.html">TQLineEdit</a>( row2 ); - address = new <a href="ntqlineedit.html">TQLineEdit</a>( row3 ); - phone = new <a href="ntqlineedit.html">TQLineEdit</a>( row4 ); - email = new <a href="ntqlineedit.html">TQLineEdit</a>( row5 ); + firstName = new <a href="tqlineedit.html">TQLineEdit</a>( row1 ); + lastName = new <a href="tqlineedit.html">TQLineEdit</a>( row2 ); + address = new <a href="tqlineedit.html">TQLineEdit</a>( row3 ); + phone = new <a href="tqlineedit.html">TQLineEdit</a>( row4 ); + email = new <a href="tqlineedit.html">TQLineEdit</a>( row5 ); - <a href="tqobject.html#connect">connect</a>( firstName, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( firstName, 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="tqobject.html#connect">connect</a>( lastName, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( lastName, 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="tqobject.html#connect">connect</a>( email, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="tqstring.html">TQString</a> & ) ), + <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" ); @@ -220,21 +220,21 @@ void <a name="f6"></a>Wizard::setupPage3() if ( page == page1 ) { } else if ( page == page2 ) { } else if ( page == page3 ) { -<a name="x8"></a> lKey-><a href="tqlabel.html#setText">setText</a>( key-><a href="ntqlineedit.html#text">text</a>() ); - lFirstName-><a href="tqlabel.html#setText">setText</a>( firstName-><a href="ntqlineedit.html#text">text</a>() ); - lLastName-><a href="tqlabel.html#setText">setText</a>( lastName-><a href="ntqlineedit.html#text">text</a>() ); - lAddress-><a href="tqlabel.html#setText">setText</a>( address-><a href="ntqlineedit.html#text">text</a>() ); - lPhone-><a href="tqlabel.html#setText">setText</a>( phone-><a href="ntqlineedit.html#text">text</a>() ); - lEmail-><a href="tqlabel.html#setText">setText</a>( email-><a href="ntqlineedit.html#text">text</a>() ); +<a name="x8"></a> lKey-><a href="tqlabel.html#setText">setText</a>( key-><a href="tqlineedit.html#text">text</a>() ); + lFirstName-><a href="tqlabel.html#setText">setText</a>( firstName-><a href="tqlineedit.html#text">text</a>() ); + lLastName-><a href="tqlabel.html#setText">setText</a>( lastName-><a href="tqlineedit.html#text">text</a>() ); + lAddress-><a href="tqlabel.html#setText">setText</a>( address-><a href="tqlineedit.html#text">text</a>() ); + lPhone-><a href="tqlabel.html#setText">setText</a>( phone-><a href="tqlineedit.html#text">text</a>() ); + 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); if ( page == page1 ) { - keyChanged( key-><a href="ntqlineedit.html#text">text</a>() ); + keyChanged( key-><a href="tqlineedit.html#text">text</a>() ); key-><a href="tqwidget.html#setFocus">setFocus</a>(); } else if ( page == page2 ) { - dataChanged( firstName-><a href="ntqlineedit.html#text">text</a>() ); + 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 ); @@ -246,15 +246,15 @@ 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="ntqlineedit.html#validator">validator</a>()->validate(t, p) == TQValidator::Acceptable ); +<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 ); } void <a name="f8"></a>Wizard::dataChanged( const <a href="tqstring.html">TQString</a> & ) { - if ( !firstName-><a href="ntqlineedit.html#text">text</a>().isEmpty() && - !lastName-><a href="ntqlineedit.html#text">text</a>().isEmpty() && - !email-><a href="ntqlineedit.html#text">text</a>().isEmpty() ) + 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 ); else <a href="ntqwizard.html#nextButton">nextButton</a>()->setEnabled( FALSE ); diff --git a/doc/html/wizard-wizard-h.html b/doc/html/wizard-wizard-h.html index 4aa9d2b8d..e2d614b7e 100644 --- a/doc/html/wizard-wizard-h.html +++ b/doc/html/wizard-wizard-h.html @@ -67,7 +67,7 @@ protected: void setupPage3(); <a href="ntqhbox.html">TQHBox</a> *page1, *page2, *page3; - <a href="ntqlineedit.html">TQLineEdit</a> *key, *firstName, *lastName, *address, *phone, *email; + <a href="tqlineedit.html">TQLineEdit</a> *key, *firstName, *lastName, *address, *phone, *email; <a href="tqlabel.html">TQLabel</a> *lKey, *lFirstName, *lLastName, *lAddress, *lPhone, *lEmail; protected slots: diff --git a/doc/html/xform-example.html b/doc/html/xform-example.html index 3a7b9bab9..0f0cb74fd 100644 --- a/doc/html/xform-example.html +++ b/doc/html/xform-example.html @@ -49,15 +49,15 @@ arbitrarily. #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qdialog-h.html">ntqdialog.h</a>> +#include <<a href="tqdialog-h.html">tqdialog.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> -#include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> +#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="qlcdnumber-h.html">ntqlcdnumber.h</a>> -#include <<a href="qslider-h.html">ntqslider.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>> #include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -100,19 +100,19 @@ private slots: void timerEvent(TQTimerEvent*); private: Mode mode; - <a href="ntqslider.html">TQSlider</a> *rotS; // Rotation angle scroll bar - <a href="ntqslider.html">TQSlider</a> *shearS; // Shear value scroll bar - <a href="ntqslider.html">TQSlider</a> *magS; // Magnification value scroll bar - <a href="ntqlcdnumber.html">TQLCDNumber</a> *rotLCD; // Rotation angle LCD display - <a href="ntqlcdnumber.html">TQLCDNumber</a> *shearLCD; // Shear value LCD display - <a href="ntqlcdnumber.html">TQLCDNumber</a> *magLCD; // Magnification value LCD display - <a href="ntqcheckbox.html">TQCheckBox</a> *mirror; // Checkbox for mirror image on/of + <a href="tqslider.html">TQSlider</a> *rotS; // Rotation angle scroll bar + <a href="tqslider.html">TQSlider</a> *shearS; // Shear value scroll bar + <a href="tqslider.html">TQSlider</a> *magS; // Magnification value scroll bar + <a href="tqlcdnumber.html">TQLCDNumber</a> *rotLCD; // Rotation angle LCD display + <a href="tqlcdnumber.html">TQLCDNumber</a> *shearLCD; // Shear value LCD display + <a href="tqlcdnumber.html">TQLCDNumber</a> *magLCD; // Magnification value LCD display + <a href="tqcheckbox.html">TQCheckBox</a> *mirror; // Checkbox for mirror image on/of <a href="tqwidgetstack.html">TQWidgetStack</a>* optionals; - <a href="ntqlineedit.html">TQLineEdit</a> *textEd; // Inp[ut field for xForm text - <a href="ntqpushbutton.html">TQPushButton</a> *fpb; // Select font push button - <a href="ntqradiobutton.html">TQRadioButton</a> *rb_txt; // Radio button for text - <a href="ntqradiobutton.html">TQRadioButton</a> *rb_img; // Radio button for image - <a href="ntqradiobutton.html">TQRadioButton</a> *rb_pic; // Radio button for picture + <a href="tqlineedit.html">TQLineEdit</a> *textEd; // Inp[ut field for xForm text + <a href="tqpushbutton.html">TQPushButton</a> *fpb; // Select font push button + <a href="tqradiobutton.html">TQRadioButton</a> *rb_txt; // Radio button for text + <a href="tqradiobutton.html">TQRadioButton</a> *rb_img; // Radio button for image + <a href="tqradiobutton.html">TQRadioButton</a> *rb_pic; // Radio button for picture <a href="tqfont.html">TQFont</a> currentFont; }; @@ -159,16 +159,16 @@ private: currentFont = initialFont; mode = Image; - rotLCD = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 4, this, "rotateLCD" ); - rotS = new <a href="ntqslider.html">TQSlider</a>( TQSlider::Horizontal, this, + rotLCD = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 4, this, "rotateLCD" ); + rotS = new <a href="tqslider.html">TQSlider</a>( TQSlider::Horizontal, this, "rotateSlider" ); - shearLCD = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 5,this, "shearLCD" ); - shearS = new <a href="ntqslider.html">TQSlider</a>( TQSlider::Horizontal, this, + shearLCD = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 5,this, "shearLCD" ); + shearS = new <a href="tqslider.html">TQSlider</a>( TQSlider::Horizontal, this, "shearSlider" ); - mirror = new <a href="ntqcheckbox.html">TQCheckBox</a>( this, "mirrorCheckBox" ); - rb_txt = new <a href="ntqradiobutton.html">TQRadioButton</a>( this, "text" ); - rb_img = new <a href="ntqradiobutton.html">TQRadioButton</a>( this, "image" ); - rb_pic = new <a href="ntqradiobutton.html">TQRadioButton</a>( this, "picture" ); + mirror = new <a href="tqcheckbox.html">TQCheckBox</a>( this, "mirrorCheckBox" ); + rb_txt = new <a href="tqradiobutton.html">TQRadioButton</a>( this, "text" ); + rb_img = new <a href="tqradiobutton.html">TQRadioButton</a>( this, "image" ); + rb_pic = new <a href="tqradiobutton.html">TQRadioButton</a>( this, "picture" ); optionals = new <a href="tqwidgetstack.html">TQWidgetStack</a>(this); <a href="ntqvbox.html">TQVBox</a>* optionals_text = new <a href="ntqvbox.html">TQVBox</a>(optionals); <a name="x1228"></a> optionals_text-><a href="ntqhbox.html#setSpacing">setSpacing</a>(6); @@ -176,21 +176,21 @@ private: optionals_other-><a href="ntqhbox.html#setSpacing">setSpacing</a>(6); <a name="x1276"></a> optionals-><a href="tqwidgetstack.html#addWidget">addWidget</a>(optionals_text,0); optionals-><a href="tqwidgetstack.html#addWidget">addWidget</a>(optionals_other,1); - fpb = new <a href="ntqpushbutton.html">TQPushButton</a>( optionals_text, "text" ); - textEd = new <a href="ntqlineedit.html">TQLineEdit</a>( optionals_text, "text" ); + fpb = new <a href="tqpushbutton.html">TQPushButton</a>( optionals_text, "text" ); + textEd = new <a href="tqlineedit.html">TQLineEdit</a>( optionals_text, "text" ); textEd-><a href="tqwidget.html#setFocus">setFocus</a>(); -<a name="x1229"></a> rotLCD-><a href="ntqlcdnumber.html#display">display</a>( " 0'" ); +<a name="x1229"></a> rotLCD-><a href="tqlcdnumber.html#display">display</a>( " 0'" ); <a name="x1250"></a> rotS-><a href="ntqrangecontrol.html#setRange">setRange</a>( -180, 180 ); -<a name="x1261"></a> rotS-><a href="ntqslider.html#setValue">setValue</a>( 0 ); -<a name="x1263"></a> <a href="tqobject.html#connect">connect</a>( rotS, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SLOT(newMtx()) ); +<a name="x1261"></a> rotS-><a href="tqslider.html#setValue">setValue</a>( 0 ); +<a name="x1263"></a> <a href="tqobject.html#connect">connect</a>( rotS, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SLOT(newMtx()) ); - shearLCD-><a href="ntqlcdnumber.html#display">display</a>( "0.00" ); + shearLCD-><a href="tqlcdnumber.html#display">display</a>( "0.00" ); shearS-><a href="ntqrangecontrol.html#setRange">setRange</a>( -25, 25 ); - shearS-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="tqobject.html#connect">connect</a>( shearS, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SLOT(newMtx()) ); + 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()) ); @@ -202,25 +202,25 @@ private: 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="x1249"></a> rb_img-><a href="ntqradiobutton.html#setChecked">setChecked</a>(TRUE); +<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)) ); 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()) ); -<a name="x1230"></a> textEd-><a href="ntqlineedit.html#setText">setText</a>( "Troll" ); -<a name="x1231"></a> <a href="tqobject.html#connect">connect</a>( textEd, TQ_SIGNAL(<a href="ntqlineedit.html#textChanged">textChanged</a>(const <a href="tqstring.html">TQString</a>&)), +<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>&)), TQ_SLOT(newTxt(const <a href="tqstring.html">TQString</a>&)) ); - magLCD = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 4,optionals_other, "magLCD" ); - magLCD-><a href="ntqlcdnumber.html#display">display</a>( "100" ); - magS = new <a href="ntqslider.html">TQSlider</a>( TQSlider::Horizontal, optionals_other, + magLCD = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 4,optionals_other, "magLCD" ); + magLCD-><a href="tqlcdnumber.html#display">display</a>( "100" ); + magS = new <a href="tqslider.html">TQSlider</a>( TQSlider::Horizontal, optionals_other, "magnifySlider" ); magS-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 800 ); - <a href="tqobject.html#connect">connect</a>( magS, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SLOT(newMtx()) ); - magS-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="tqobject.html#connect">connect</a>( magS, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), magLCD, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int))); + <a href="tqobject.html#connect">connect</a>( magS, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), TQ_SLOT(newMtx()) ); + magS-><a href="tqslider.html#setValue">setValue</a>( 0 ); + <a href="tqobject.html#connect">connect</a>( magS, TQ_SIGNAL(<a href="tqslider.html#valueChanged">valueChanged</a>(int)), magLCD, TQ_SLOT(<a href="tqlcdnumber.html#display">display</a>(int))); <a name="x1266"></a> optionals_text-><a href="tqwidget.html#adjustSize">adjustSize</a>(); optionals_other-><a href="tqwidget.html#adjustSize">adjustSize</a>(); @@ -231,13 +231,13 @@ private: <a name="x1232"></a>void XFormControl::<a href="tqobject.html#timerEvent">timerEvent</a>(TQTimerEvent*) { -<a name="x1262"></a> int v = magS-><a href="ntqslider.html#value">value</a>(); +<a name="x1262"></a> int v = magS-><a href="tqslider.html#value">value</a>(); v = (v+2)+v/10; if ( v >= 200 ) { v = 200; <a href="tqobject.html#killTimers">killTimers</a>(); } - magS-><a href="ntqslider.html#setValue">setValue</a>(v); + magS-><a href="tqslider.html#setValue">setValue</a>(v); } @@ -265,13 +265,13 @@ TQWMatrix <a name="f400"></a>XFormControl::matrix() { <a href="tqwmatrix.html">TQWMatrix</a> m; if (mode != Text) { - double magVal = 1.0*magS-><a href="ntqslider.html#value">value</a>()/100; + double magVal = 1.0*magS-><a href="tqslider.html#value">value</a>()/100; <a name="x1281"></a> m.<a href="tqwmatrix.html#scale">scale</a>( magVal, magVal ); } - double shearVal = 1.0*shearS-><a href="ntqslider.html#value">value</a>()/25; + double shearVal = 1.0*shearS-><a href="tqslider.html#value">value</a>()/25; <a name="x1282"></a> m.<a href="tqwmatrix.html#shear">shear</a>( shearVal, shearVal ); -<a name="x1280"></a> m.<a href="tqwmatrix.html#rotate">rotate</a>( rotS-><a href="ntqslider.html#value">value</a>() ); -<a name="x1223"></a> if ( mirror-><a href="ntqcheckbox.html#isChecked">isChecked</a>() ) { +<a name="x1280"></a> m.<a href="tqwmatrix.html#rotate">rotate</a>( rotS-><a href="tqslider.html#value">value</a>() ); +<a name="x1223"></a> if ( mirror-><a href="tqcheckbox.html#isChecked">isChecked</a>() ) { m.<a href="tqwmatrix.html#scale">scale</a>( 1, -1 ); m.<a href="tqwmatrix.html#rotate">rotate</a>( 180 ); } @@ -280,13 +280,13 @@ TQWMatrix <a name="f400"></a>XFormControl::matrix() <a name="x1265"></a> tmp.<a href="tqstring.html#sprintf">sprintf</a>( "%1.2f", shearVal ); if ( shearVal >= 0 ) <a name="x1264"></a> tmp.<a href="tqstring.html#insert">insert</a>( 0, " " ); - shearLCD-><a href="ntqlcdnumber.html#display">display</a>( tmp ); + shearLCD-><a href="tqlcdnumber.html#display">display</a>( tmp ); - int rot = rotS-><a href="ntqslider.html#value">value</a>(); + int rot = rotS-><a href="tqslider.html#value">value</a>(); if ( rot < 0 ) rot = rot + 360; tmp.<a href="tqstring.html#sprintf">sprintf</a>( "%3i'", rot ); - rotLCD-><a href="ntqlcdnumber.html#display">display</a>( tmp ); + rotLCD-><a href="tqlcdnumber.html#display">display</a>( tmp ); return m; } @@ -319,13 +319,13 @@ void <a name="f403"></a>XFormControl::changeMode(int m) newMtx(); if ( mode == Text ) { <a name="x1277"></a> optionals-><a href="tqwidgetstack.html#raiseWidget">raiseWidget</a>(0); - rb_txt-><a href="ntqradiobutton.html#setChecked">setChecked</a>(TRUE); + rb_txt-><a href="tqradiobutton.html#setChecked">setChecked</a>(TRUE); } else { optionals-><a href="tqwidgetstack.html#raiseWidget">raiseWidget</a>(1); if ( mode == Image ) - rb_img-><a href="ntqradiobutton.html#setChecked">setChecked</a>(TRUE); + rb_img-><a href="tqradiobutton.html#setChecked">setChecked</a>(TRUE); else - rb_pic-><a href="ntqradiobutton.html#setChecked">setChecked</a>(TRUE); + rb_pic-><a href="tqradiobutton.html#setChecked">setChecked</a>(TRUE); } <a name="x1217"></a> tqApp-><a href="ntqapplication.html#flushX">flushX</a>(); } |