summaryrefslogtreecommitdiffstats
path: root/doc/html/chart-optionsform-cpp.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
commit0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch)
treebe5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/chart-optionsform-cpp.html
parent1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff)
downloadtqt3-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.html14
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 &lt;<a href="tqfontdialog-h.html">tqfontdialog.h</a>&gt;
#include &lt;<a href="qframe-h.html">ntqframe.h</a>&gt;
#include &lt;<a href="tqimage-h.html">tqimage.h</a>&gt;
-#include &lt;<a href="qlabel-h.html">ntqlabel.h</a>&gt;
+#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;
#include &lt;<a href="qpushbutton-h.html">ntqpushbutton.h</a>&gt;
#include &lt;<a href="qradiobutton-h.html">ntqradiobutton.h</a>&gt;
@@ -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>( "&amp;Chart Type", this );
+ chartTypeTextLabel = new <a href="tqlabel.html">TQLabel</a>( "&amp;Chart Type", this );
chartTypeLayout-&gt;<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-&gt;<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-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( fontTextLabel );
optionsFormLayout-&gt;<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>( "&amp;Decimal Places", addValuesFrame );
+ decimalPlacesTextLabel = new <a href="tqlabel.html">TQLabel</a>( "&amp;Decimal Places", addValuesFrame );
decimalPlacesLayout-&gt;<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-&gt;<a href="ntqlabel.html#setBuddy">setBuddy</a>( chartTypeComboBox );
- decimalPlacesTextLabel-&gt;<a href="ntqlabel.html#setBuddy">setBuddy</a>( decimalPlacesSpinBox );
+ chartTypeTextLabel-&gt;<a href="tqlabel.html#setBuddy">setBuddy</a>( chartTypeComboBox );
+ decimalPlacesTextLabel-&gt;<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-&gt;<a href="ntqlabel.html#setText">setText</a>( label );
+ fontTextLabel-&gt;<a href="tqlabel.html#setText">setText</a>( label );
m_font = font;
}
</pre><!-- eof -->