diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/table-statistics-statistics-cpp.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/table-statistics-statistics-cpp.html')
| -rw-r--r-- | doc/html/table-statistics-statistics-cpp.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/table-statistics-statistics-cpp.html b/doc/html/table-statistics-statistics-cpp.html index 4316904e9..190a2f456 100644 --- a/doc/html/table-statistics-statistics-cpp.html +++ b/doc/html/table-statistics-statistics-cpp.html @@ -65,7 +65,7 @@ const char* dirs[] = { <a name="f145"></a>Table::Table() : <a href="tqtable.html">TQTable</a>( 10, 100, 0, "table" ) { - <a href="tqtable.html#setSorting">setSorting</a>( TRUE ); + <a href="tqtable.html#setSorting">setSorting</a>( true ); <a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 0, tr( "File" ) ); <a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 1, tr( "Size (bytes)" ) ); <a href="tqtable.html#horizontalHeader">horizontalHeader</a>()->setLabel( 2, tr( "Use in Sum" ) ); @@ -143,7 +143,7 @@ void <a name="f147"></a>Table::recalcSum( int, int col ) clearCell( numRows() - 1, 0 ); clearCell( numRows() - 1, 1 ); // do sort - TQTable::<a href="tqtable.html#sortColumn">sortColumn</a>( col, ascending, TRUE ); + TQTable::<a href="tqtable.html#sortColumn">sortColumn</a>( col, ascending, true ); // re-insert sum row recalcSum( 0, 1 ); } @@ -167,7 +167,7 @@ void <a name="f147"></a>Table::recalcSum( int, int col ) : <a href="tqtableitem.html">TQTableItem</a>( t, et, "Yes" ), cb( 0 ) { // we do not want this item to be replaced - <a href="tqtableitem.html#setReplaceable">setReplaceable</a>( FALSE ); + <a href="tqtableitem.html#setReplaceable">setReplaceable</a>( false ); } <a name="x2785"></a>TQWidget *ComboItem::<a href="tqtableitem.html#createEditor">createEditor</a>() const |
