diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/chart-optionsform-cpp.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/chart-optionsform-cpp.html')
| -rw-r--r-- | doc/html/chart-optionsform-cpp.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/chart-optionsform-cpp.html b/doc/html/chart-optionsform-cpp.html index 06ed5a7f0..1bd1d10cb 100644 --- a/doc/html/chart-optionsform-cpp.html +++ b/doc/html/chart-optionsform-cpp.html @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } chartTypeTextLabel = new <a href="ntqlabel.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 = 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 ), "Vertical Bar Chart" ); @@ -100,7 +100,7 @@ body { background: #ffffff; color: black; } 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-><a href="ntqradiobutton.html#setChecked">setChecked</a>( true ); addValuesButtonGroupLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( noRadioButton ); yesRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&Yes", addValuesButtonGroup ); @@ -131,7 +131,7 @@ body { background: #ffffff; color: black; } 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-><a href="ntqpushbutton.html#setDefault">setDefault</a>( true ); buttonsLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( okPushButton ); cancelPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Cancel", this ); |
