diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 555610418..7bd06c2e0 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -315,7 +315,7 @@ toggle buttons, for example. <name>QButton::text</name> <doc href="ntqbutton.html#text-prop"> <p>This property holds the text shown on the button. -<p>This property will return a <a href="ntqstring.html#TQString-null">TQString::null</a> if the button has no +<p>This property will return a <a href="tqstring.html#TQString-null">TQString::null</a> if the button has no text. If the text has an ampersand (&amp;) in it, then an accelerator is automatically created for it using the character that follows the '&amp;' as the accelerator key. Any previous @@ -641,8 +641,8 @@ the form 'fieldname order', e.g. 'id ASC', 'surname DESC'. <p> Note that if you want to iterate over the list, you should iterate over a copy, e.g. <pre> - <a href="ntqstringlist.html">QStringList</a> list = myDataBrowser.sort(); - QStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>(); + <a href="tqstringlist.html">TQStringList</a> list = myDataBrowser.sort(); + TQStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>(); while( it != list.<a href="tqvaluelist.html#end">end</a>() ) { myProcessing( *it ); ++it; @@ -805,8 +805,8 @@ each item having the form 'fieldname order' (e.g., 'id ASC', <p> Note that if you want to iterate over the sort list, you should iterate over a copy, e.g. <pre> - <a href="ntqstringlist.html">QStringList</a> list = myDataTable.sort(); - QStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>(); + <a href="tqstringlist.html">TQStringList</a> list = myDataTable.sort(); + TQStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>(); while( it != list.<a href="tqvaluelist.html#end">end</a>() ) { myProcessing( *it ); ++it; @@ -1264,7 +1264,7 @@ widget(s) with <a href="ntqfiledialog.html#setInfoPreviewEnabled">setInfoP <p>This property holds the name of the selected file. <p>If a file was selected selectedFile contains the file's name including its absolute path; otherwise selectedFile is empty. -<p> <p>See also <a href="ntqstring.html#isEmpty">TQString::isEmpty</a>(), <a href="ntqfiledialog.html#selectedFiles-prop">selectedFiles</a>, and <a href="ntqfiledialog.html#selectedFilter-prop">selectedFilter</a>. +<p> <p>See also <a href="tqstring.html#isEmpty">TQString::isEmpty</a>(), <a href="ntqfiledialog.html#selectedFiles-prop">selectedFiles</a>, and <a href="ntqfiledialog.html#selectedFilter-prop">selectedFilter</a>. <p>Get this property's value with <a href="ntqfiledialog.html#selectedFile">selectedFile</a>(). </doc> @@ -1281,8 +1281,8 @@ the mode isn't ExistingFiles selectedFiles is an empty list. <p> Note that if you want to iterate over the list, you should iterate over a copy, e.g. <pre> - <a href="ntqstringlist.html">QStringList</a> list = myFileDialog.selectedFiles(); - QStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>(); + <a href="tqstringlist.html">TQStringList</a> list = myFileDialog.selectedFiles(); + TQStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>(); while( it != list.<a href="tqvaluelist.html#end">end</a>() ) { myProcessing( *it ); ++it; @@ -2117,7 +2117,7 @@ selected by the user; otherwise returns FALSE. <name>QLineEdit::inputMask</name> <doc href="ntqlineedit.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="ntqstring.html#TQString-null">TQString::null</a>. +<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 @@ -2224,7 +2224,7 @@ but cannot edit it. <doc href="ntqlineedit.html#selectedText-prop"> <p>This property holds the selected text. <p>If there is no selected text this property's value is -<a href="ntqstring.html#TQString-null">TQString::null</a>. +<a href="tqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="ntqlineedit.html#hasSelectedText-prop">hasSelectedText</a>. <p>Get this property's value with <a href="ntqlineedit.html#selectedText">selectedText</a>(). @@ -2687,7 +2687,7 @@ Windows GUI styles; you may want to draw two pixmaps. <p>The text will be interpreted either as a plain text or as rich text, depending on the text format setting (<a href="ntqmessagebox.html#textFormat-prop">QMessageBox::textFormat</a>). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, i.e. the message box will try to auto-detect the format of the text. -<p> The default value of this property is <a href="ntqstring.html#TQString-null">TQString::null</a>. +<p> The default value of this property is <a href="tqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="ntqmessagebox.html#textFormat-prop">textFormat</a>. <p>Set this property's value with <a href="ntqmessagebox.html#setText">setText</a>() and get this property's value with <a href="ntqmessagebox.html#text">text</a>(). @@ -2826,7 +2826,7 @@ to FALSE. The default is TRUE. <name>QProgressBar::progressString</name> <doc href="ntqprogressbar.html#progressString-prop"> <p>This property holds the amount of progress as a string. -<p>This property is <a href="ntqstring.html#TQString-null">TQString::null</a> if progress counting has not started. +<p>This property is <a href="tqstring.html#TQString-null">TQString::null</a> if progress counting has not started. <p>Get this property's value with <a href="ntqprogressbar.html#progressString">progressString</a>(). </doc> @@ -2865,7 +2865,7 @@ indicator. <name>QProgressDialog::labelText</name> <doc href="ntqprogressdialog.html#labelText-prop"> <p>This property holds the label's text. -<p>The default text is <a href="ntqstring.html#TQString-null">TQString::null</a>. +<p>The default text is <a href="tqstring.html#TQString-null">TQString::null</a>. <p>Set this property's value with <a href="ntqprogressdialog.html#setLabelText">setLabelText</a>() and get this property's value with <a href="ntqprogressdialog.html#labelText">labelText</a>(). </doc> @@ -3365,7 +3365,7 @@ 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="ntqstring.html#TQString-null">TQString::null</a>. +<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>. <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>(). @@ -3399,7 +3399,7 @@ value text. 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 -<a href="ntqstring.html#TQString-null">TQString::null</a>. +<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>(). </doc> @@ -3418,7 +3418,7 @@ 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="ntqstring.html#TQString-null">TQString::null</a>. +<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>. <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>(). @@ -3865,7 +3865,7 @@ multiple ranges of cells. <name>QTextBrowser::source</name> <doc href="ntqtextbrowser.html#source-prop"> <p>This property holds the name of the displayed document. -<p>This is a <a href="ntqstring.html#TQString-null">TQString::null</a> if no document is displayed or if the +<p>This is a <a href="tqstring.html#TQString-null">TQString::null</a> if no document is displayed or if the source is unknown. <p> Setting this property uses the <a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() to lookup the named document. It also checks for optional anchors and scrolls @@ -4014,7 +4014,7 @@ depending on the <a href="ntqtextedit.html#textFormat">textFormat</a> i.e. the text edit auto-detects the format of the text. <p> For richtext, calling <a href="ntqtextedit.html#text">text</a>() on an editable QTextEdit will cause the text to be regenerated from the textedit. This may mean that -the <a href="ntqstring.html">TQString</a> returned may not be exactly the same as the one that +the <a href="tqstring.html">TQString</a> returned may not be exactly the same as the one that was set. <p> <p>See also <a href="ntqtextedit.html#textFormat-prop">textFormat</a>. @@ -4404,7 +4404,7 @@ widget defines <a href="tqwidget.html#sizeIncrement">sizeIncrement</a&g <doc href="tqwidget.html#caption-prop"> <p>This property holds the window caption (title). <p>This property only makes sense for top-level widgets. If no -caption has been set, the caption is <a href="ntqstring.html#TQString-null">TQString::null</a>. +caption has been set, the caption is <a href="tqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="tqwidget.html#icon-prop">icon</a> and <a href="tqwidget.html#iconText-prop">iconText</a>. <p>Set this property's value with <a href="tqwidget.html#setCaption">setCaption</a>() and get this property's value with <a href="tqwidget.html#caption">caption</a>(). @@ -4653,7 +4653,7 @@ has been set, <a href="tqwidget.html#icon">icon</a>() returns 0. <doc href="tqwidget.html#iconText-prop"> <p>This property holds the widget's icon text. <p>This property only makes sense for top-level widgets. If no icon -text has been set, this functions returns <a href="ntqstring.html#TQString-null">TQString::null</a>. +text has been set, this functions returns <a href="tqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="tqwidget.html#icon-prop">icon</a> and <a href="tqwidget.html#caption-prop">caption</a>. <p>Set this property's value with <a href="tqwidget.html#setIconText">setIconText</a>() and get this property's value with <a href="tqwidget.html#iconText">iconText</a>(). |