diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/chart-optionsform-cpp.html | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip |
Rename text class nt* related files to equivalent tq*
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 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/chart-optionsform-cpp.html b/doc/html/chart-optionsform-cpp.html index e6c2b89c6..a38061851 100644 --- a/doc/html/chart-optionsform-cpp.html +++ b/doc/html/chart-optionsform-cpp.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } #include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>> #include <<a href="qframe-h.html">ntqframe.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> -#include <<a href="qlabel-h.html">ntqlabel.h</a>> +#include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> @@ -61,7 +61,7 @@ body { background: #ffffff; color: black; } chartTypeLayout = new <a href="qhboxlayout.html">TQHBoxLayout</a>( 0, 0, 6 ); - chartTypeTextLabel = new <a href="ntqlabel.html">TQLabel</a>( "&Chart Type", this ); + chartTypeTextLabel = new <a href="tqlabel.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 ); @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } TQSizePolicy::Minimum ); fontLayout-><a href="qboxlayout.html#addItem">addItem</a>( spacer ); - fontTextLabel = new <a href="ntqlabel.html">TQLabel</a>( this ); // Must be set by caller via setFont() + fontTextLabel = new <a href="tqlabel.html">TQLabel</a>( this ); // Must be set by caller via setFont() fontLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( fontTextLabel ); optionsFormLayout-><a href="qboxlayout.html#addLayout">addLayout</a>( fontLayout ); @@ -113,7 +113,7 @@ body { background: #ffffff; color: black; } decimalPlacesLayout = new <a href="qhboxlayout.html">TQHBoxLayout</a>( 0, 0, 6 ); - decimalPlacesTextLabel = new <a href="ntqlabel.html">TQLabel</a>( "&Decimal Places", addValuesFrame ); + decimalPlacesTextLabel = new <a href="tqlabel.html">TQLabel</a>( "&Decimal Places", addValuesFrame ); decimalPlacesLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( decimalPlacesTextLabel ); decimalPlacesSpinBox = new <a href="ntqspinbox.html">TQSpinBox</a>( addValuesFrame ); @@ -142,8 +142,8 @@ body { background: #ffffff; color: black; } <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#accept">accept</a>() ) ); <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#reject">reject</a>() ) ); - chartTypeTextLabel-><a href="ntqlabel.html#setBuddy">setBuddy</a>( chartTypeComboBox ); - decimalPlacesTextLabel-><a href="ntqlabel.html#setBuddy">setBuddy</a>( decimalPlacesSpinBox ); + chartTypeTextLabel-><a href="tqlabel.html#setBuddy">setBuddy</a>( chartTypeComboBox ); + decimalPlacesTextLabel-><a href="tqlabel.html#setBuddy">setBuddy</a>( decimalPlacesSpinBox ); } @@ -164,7 +164,7 @@ void OptionsForm::<a href="tqwidget.html#setFont">setFont</a>( <a href="tqfont.h label += " Bold"; if ( font.<a href="tqfont.html#italic">italic</a>() ) label += " Italic"; - fontTextLabel-><a href="ntqlabel.html#setText">setText</a>( label ); + fontTextLabel-><a href="tqlabel.html#setText">setText</a>( label ); m_font = font; } </pre><!-- eof --> |