diff options
Diffstat (limited to 'doc/html/tqtable.html')
-rw-r--r-- | doc/html/tqtable.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqtable.html b/doc/html/tqtable.html index 7316acc68..bb8a22866 100644 --- a/doc/html/tqtable.html +++ b/doc/html/tqtable.html @@ -441,7 +441,7 @@ widget's base color - even when selected. Creates an empty table object called <em>name</em> as a child of <em>parent</em>. <p> Call <a href="#setNumRows">setNumRows</a>() and <a href="#setNumCols">setNumCols</a>() to set the table size before populating the table if you're using TQTableItems. -<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <h3 class=fn><a name="TQTable-2"></a>TQTable::TQTable ( int numRows, int numCols, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> @@ -450,7 +450,7 @@ Constructs an empty table called <em>name</em> with <em>numRows</em> rows and <p> If you're using <a href="tqtableitem.html">TQTableItem</a>s to populate the table's cells, you can create <a href="tqtableitem.html">TQTableItem</a>, <a href="tqcombotableitem.html">TQComboTableItem</a> and <a href="tqchecktableitem.html">TQCheckTableItem</a> items and insert them into the table using <a href="#setItem">setItem</a>(). (See the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a> for an alternative to using TQTableItems.) -<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <h3 class=fn><a name="~TQTable"></a>TQTable::~TQTable () </h3> @@ -552,7 +552,7 @@ Clears all selections and repaints the appropriate regions if <em>repaint</em> i <p> This signal is emitted when mouse button <em>button</em> is clicked. The cell where the event took place is at <em>row</em>, <em>col</em>, and the mouse's position is in <em>mousePos</em>. -<p> <p>See also <a href="ntqt.html#ButtonState-enum">TQt::ButtonState</a>. +<p> <p>See also <a href="tqt.html#ButtonState-enum">TQt::ButtonState</a>. <p>Example: <a href="tutorial2-08.html#x2612">chart/setdataform.cpp</a>. <h3 class=fn>int <a name="columnAt"></a>TQTable::columnAt ( int x ) const<tt> [virtual]</tt> @@ -709,7 +709,7 @@ current selection. <p> This signal is emitted when mouse button <em>button</em> is double-clicked. The cell where the event took place is at <em>row</em>, <em>col</em>, and the mouse's position is in <em>mousePos</em>. -<p> <p>See also <a href="ntqt.html#ButtonState-enum">TQt::ButtonState</a>. +<p> <p>See also <a href="tqt.html#ButtonState-enum">TQt::ButtonState</a>. <h3 class=fn>bool <a name="dragEnabled"></a>TQTable::dragEnabled () const<tt> [slot]</tt> </h3> @@ -980,7 +980,7 @@ null-pixmap if the cell contains no pixmap. <p> This signal is emitted when mouse button <em>button</em> is pressed. The cell where the event took place is at <em>row</em>, <em>col</em>, and the mouse's position is in <em>mousePos</em>. -<p> <p>See also <a href="ntqt.html#ButtonState-enum">TQt::ButtonState</a>. +<p> <p>See also <a href="tqt.html#ButtonState-enum">TQt::ButtonState</a>. <h3 class=fn>void <a name="removeColumn"></a>TQTable::removeColumn ( int col )<tt> [virtual slot]</tt> </h3> |