diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qlistviewitem.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qlistviewitem.html')
-rw-r--r-- | doc/html/qlistviewitem.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qlistviewitem.html b/doc/html/qlistviewitem.html index 5b9252a0f..7c73a18cf 100644 --- a/doc/html/qlistviewitem.html +++ b/doc/html/qlistviewitem.html @@ -232,19 +232,19 @@ and is after item <em>after</em> in the parent's list of children. Since Constructs an empty list view item that is a child of <em>parent</em> and is after item <em>after</em> in the parent's list of children. -<h3 class=fn><a name="TQListViewItem-5"></a>TQListViewItem::TQListViewItem ( <a href="ntqlistview.html">TQListView</a> * parent, <a href="ntqstring.html">TQString</a> label1, <a href="ntqstring.html">TQString</a> label2 = TQString::null, <a href="ntqstring.html">TQString</a> label3 = TQString::null, <a href="ntqstring.html">TQString</a> label4 = TQString::null, <a href="ntqstring.html">TQString</a> label5 = TQString::null, <a href="ntqstring.html">TQString</a> label6 = TQString::null, <a href="ntqstring.html">TQString</a> label7 = TQString::null, <a href="ntqstring.html">TQString</a> label8 = TQString::null ) +<h3 class=fn><a name="TQListViewItem-5"></a>TQListViewItem::TQListViewItem ( <a href="ntqlistview.html">TQListView</a> * parent, <a href="tqstring.html">TQString</a> label1, <a href="tqstring.html">TQString</a> label2 = TQString::null, <a href="tqstring.html">TQString</a> label3 = TQString::null, <a href="tqstring.html">TQString</a> label4 = TQString::null, <a href="tqstring.html">TQString</a> label5 = TQString::null, <a href="tqstring.html">TQString</a> label6 = TQString::null, <a href="tqstring.html">TQString</a> label7 = TQString::null, <a href="tqstring.html">TQString</a> label8 = TQString::null ) </h3> Constructs a new top-level list view item in the <a href="ntqlistview.html">TQListView</a> <em>parent</em>, with up to eight constant strings, <em>label1</em>, <em>label2</em>, <em>label3</em>, <em>label4</em>, <em>label5</em>, <em>label6</em>, <em>label7</em> and <em>label8</em> defining its columns' contents. <p> <p>See also <a href="#setText">setText</a>(). -<h3 class=fn><a name="TQListViewItem-6"></a>TQListViewItem::TQListViewItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, <a href="ntqstring.html">TQString</a> label1, <a href="ntqstring.html">TQString</a> label2 = TQString::null, <a href="ntqstring.html">TQString</a> label3 = TQString::null, <a href="ntqstring.html">TQString</a> label4 = TQString::null, <a href="ntqstring.html">TQString</a> label5 = TQString::null, <a href="ntqstring.html">TQString</a> label6 = TQString::null, <a href="ntqstring.html">TQString</a> label7 = TQString::null, <a href="ntqstring.html">TQString</a> label8 = TQString::null ) +<h3 class=fn><a name="TQListViewItem-6"></a>TQListViewItem::TQListViewItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, <a href="tqstring.html">TQString</a> label1, <a href="tqstring.html">TQString</a> label2 = TQString::null, <a href="tqstring.html">TQString</a> label3 = TQString::null, <a href="tqstring.html">TQString</a> label4 = TQString::null, <a href="tqstring.html">TQString</a> label5 = TQString::null, <a href="tqstring.html">TQString</a> label6 = TQString::null, <a href="tqstring.html">TQString</a> label7 = TQString::null, <a href="tqstring.html">TQString</a> label8 = TQString::null ) </h3> Constructs a new list view item as a child of the TQListViewItem <em>parent</em> with up to eight constant strings, <em>label1</em>, <em>label2</em>, <em>label3</em>, <em>label4</em>, <em>label5</em>, <em>label6</em>, <em>label7</em> and <em>label8</em> as columns' contents. <p> <p>See also <a href="#setText">setText</a>(). -<h3 class=fn><a name="TQListViewItem-7"></a>TQListViewItem::TQListViewItem ( <a href="ntqlistview.html">TQListView</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, <a href="ntqstring.html">TQString</a> label1, <a href="ntqstring.html">TQString</a> label2 = TQString::null, <a href="ntqstring.html">TQString</a> label3 = TQString::null, <a href="ntqstring.html">TQString</a> label4 = TQString::null, <a href="ntqstring.html">TQString</a> label5 = TQString::null, <a href="ntqstring.html">TQString</a> label6 = TQString::null, <a href="ntqstring.html">TQString</a> label7 = TQString::null, <a href="ntqstring.html">TQString</a> label8 = TQString::null ) +<h3 class=fn><a name="TQListViewItem-7"></a>TQListViewItem::TQListViewItem ( <a href="ntqlistview.html">TQListView</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, <a href="tqstring.html">TQString</a> label1, <a href="tqstring.html">TQString</a> label2 = TQString::null, <a href="tqstring.html">TQString</a> label3 = TQString::null, <a href="tqstring.html">TQString</a> label4 = TQString::null, <a href="tqstring.html">TQString</a> label5 = TQString::null, <a href="tqstring.html">TQString</a> label6 = TQString::null, <a href="tqstring.html">TQString</a> label7 = TQString::null, <a href="tqstring.html">TQString</a> label8 = TQString::null ) </h3> Constructs a new list view item in the <a href="ntqlistview.html">TQListView</a> <em>parent</em> that is included after item <em>after</em> and that has up to eight column @@ -254,7 +254,7 @@ unless the list view's sorting is disabled using <a href="ntqlistview.html#setSorting">TQListView::setSorting</a>(-1). <p> <p>See also <a href="#setText">setText</a>(). -<h3 class=fn><a name="TQListViewItem-8"></a>TQListViewItem::TQListViewItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, <a href="ntqstring.html">TQString</a> label1, <a href="ntqstring.html">TQString</a> label2 = TQString::null, <a href="ntqstring.html">TQString</a> label3 = TQString::null, <a href="ntqstring.html">TQString</a> label4 = TQString::null, <a href="ntqstring.html">TQString</a> label5 = TQString::null, <a href="ntqstring.html">TQString</a> label6 = TQString::null, <a href="ntqstring.html">TQString</a> label7 = TQString::null, <a href="ntqstring.html">TQString</a> label8 = TQString::null ) +<h3 class=fn><a name="TQListViewItem-8"></a>TQListViewItem::TQListViewItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, <a href="tqstring.html">TQString</a> label1, <a href="tqstring.html">TQString</a> label2 = TQString::null, <a href="tqstring.html">TQString</a> label3 = TQString::null, <a href="tqstring.html">TQString</a> label4 = TQString::null, <a href="tqstring.html">TQString</a> label5 = TQString::null, <a href="tqstring.html">TQString</a> label6 = TQString::null, <a href="tqstring.html">TQString</a> label7 = TQString::null, <a href="tqstring.html">TQString</a> label8 = TQString::null ) </h3> Constructs a new list view item as a child of the TQListViewItem <em>parent</em>. It is inserted after item <em>after</em> and may contain up to eight strings, <em>label1</em>, <em>label2</em>, <em>label3</em>, <em>label4</em>, <em>label5</em>, <em>label6</em>, <em>label7</em> and <em>label8</em> as column entries. @@ -311,7 +311,7 @@ Compares this list view item to <em>i</em> using the column <em>col</em> in <em> they are equal and > 0 if this item is greater than <em>i</em>. <p> This function is used for sorting. <p> The default implementation compares the item keys (<a href="#key">key</a>()) using -<a href="ntqstring.html#localeAwareCompare">TQString::localeAwareCompare</a>(). A reimplementation can use +<a href="tqstring.html#localeAwareCompare">TQString::localeAwareCompare</a>(). A reimplementation can use different values and a different comparison function. Here is a reimplementation that uses plain Unicode comparison: <p> <pre> @@ -324,7 +324,7 @@ reimplementation that uses plain Unicode comparison: We don't recommend using <em>ascending</em> so your code can safely ignore it. -<p> <p>See also <a href="#key">key</a>(), <a href="ntqstring.html#localeAwareCompare">TQString::localeAwareCompare</a>(), and <a href="ntqstring.html#compare">TQString::compare</a>(). +<p> <p>See also <a href="#key">key</a>(), <a href="tqstring.html#localeAwareCompare">TQString::localeAwareCompare</a>(), and <a href="tqstring.html#compare">TQString::compare</a>(). <h3 class=fn>int <a name="depth"></a>TQListViewItem::depth () const </h3> @@ -470,7 +470,7 @@ coordinate system. This function is normally much slower than TQListView::itemAt() normally only works for items on the screen. <p> <p>See also <a href="ntqlistview.html#itemAt">TQListView::itemAt</a>(), <a href="ntqlistview.html#itemRect">TQListView::itemRect</a>(), and <a href="ntqlistview.html#itemPos">TQListView::itemPos</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="key"></a>TQListViewItem::key ( int column, bool ascending ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="key"></a>TQListViewItem::key ( int column, bool ascending ) const<tt> [virtual]</tt> </h3> <p> Returns a key that can be used for sorting by column <em>column</em>. @@ -686,7 +686,7 @@ If <em>s</em> is TRUE this item is selected; otherwise it is deselected. <p> <p>See also <a href="#height">height</a>() and <a href="#totalHeight">totalHeight</a>(). <p>Example: <a href="addressbook-example.html#x594">addressbook/centralwidget.cpp</a>. -<h3 class=fn>void <a name="setText"></a>TQListViewItem::setText ( int column, const <a href="ntqstring.html">TQString</a> & text )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setText"></a>TQListViewItem::setText ( int column, const <a href="tqstring.html">TQString</a> & text )<tt> [virtual]</tt> </h3> Sets the text in column <em>column</em> to <em>text</em>, if <em>column</em> is a valid column number and <em>text</em> is different from the existing @@ -759,9 +759,9 @@ functions that work on taken items are explicitly documented as such. <p> <p>See also <a href="#insertItem">TQListViewItem::insertItem</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQListViewItem::text ( int column ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQListViewItem::text ( int column ) const<tt> [virtual]</tt> </h3> -Returns the text in column <em>column</em>, or <a href="ntqstring.html#TQString-null">TQString::null</a> if there is +Returns the text in column <em>column</em>, or <a href="tqstring.html#TQString-null">TQString::null</a> if there is no text in that column. <p> <p>See also <a href="#key">key</a>() and <a href="#paintCell">paintCell</a>(). |