summaryrefslogtreecommitdiffstats
path: root/doc/html/chart-optionsform-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/chart-optionsform-cpp.html')
-rw-r--r--doc/html/chart-optionsform-cpp.html44
1 files changed, 22 insertions, 22 deletions
diff --git a/doc/html/chart-optionsform-cpp.html b/doc/html/chart-optionsform-cpp.html
index a38061851..2cbe58572 100644
--- a/doc/html/chart-optionsform-cpp.html
+++ b/doc/html/chart-optionsform-cpp.html
@@ -35,15 +35,15 @@ body { background: #ffffff; color: black; }
<pre>#include "optionsform.h"
#include &lt;<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>&gt;
-#include &lt;<a href="qcombobox-h.html">ntqcombobox.h</a>&gt;
+#include &lt;<a href="tqcombobox-h.html">tqcombobox.h</a>&gt;
#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="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;
-#include &lt;<a href="qspinbox-h.html">ntqspinbox.h</a>&gt;
+#include &lt;<a href="tqpushbutton-h.html">tqpushbutton.h</a>&gt;
+#include &lt;<a href="tqradiobutton-h.html">tqradiobutton.h</a>&gt;
+#include &lt;<a href="tqspinbox-h.html">tqspinbox.h</a>&gt;
#include "images/options_horizontalbarchart.xpm"
#include "images/options_piechart.xpm"
@@ -52,7 +52,7 @@ body { background: #ffffff; color: black; }
<a name="f176"></a>OptionsForm::OptionsForm( <a href="tqwidget.html">TQWidget</a>* parent, const char* name,
bool modal, WFlags f )
- : <a href="ntqdialog.html">TQDialog</a>( parent, name, modal, f )
+ : <a href="tqdialog.html">TQDialog</a>( parent, name, modal, f )
{
<a href="tqwidget.html#setCaption">setCaption</a>( "Chart -- Options" );
<a href="tqwidget.html#resize">resize</a>( 320, 290 );
@@ -64,18 +64,18 @@ body { background: #ffffff; color: black; }
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 );
- chartTypeComboBox-&gt;<a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_piechart ), "Pie Chart" );
- chartTypeComboBox-&gt;<a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_verticalbarchart ),
+ chartTypeComboBox = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, this );
+ chartTypeComboBox-&gt;<a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_piechart ), "Pie Chart" );
+ chartTypeComboBox-&gt;<a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_verticalbarchart ),
"Vertical Bar Chart" );
- chartTypeComboBox-&gt;<a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_horizontalbarchart ),
+ chartTypeComboBox-&gt;<a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_horizontalbarchart ),
"Horizontal Bar Chart" );
chartTypeLayout-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( chartTypeComboBox );
optionsFormLayout-&gt;<a href="qboxlayout.html#addLayout">addLayout</a>( chartTypeLayout );
fontLayout = new <a href="qhboxlayout.html">TQHBoxLayout</a>( 0, 0, 6 );
- fontPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "&amp;Font...", this );
+ fontPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( "&amp;Font...", this );
fontLayout-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( fontPushButton );
<a href="qspaceritem.html">TQSpacerItem</a>* spacer = new <a href="qspaceritem.html">TQSpacerItem</a>( 0, 0,
TQSizePolicy::Expanding,
@@ -99,14 +99,14 @@ body { background: #ffffff; color: black; }
addValuesButtonGroup-&gt;<a href="tqwidget.html#layout">layout</a>() );
addValuesButtonGroupLayout-&gt;<a href="qlayoutitem.html#setAlignment">setAlignment</a>( TQt::AlignTop );
- noRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&amp;No", addValuesButtonGroup );
- noRadioButton-&gt;<a href="ntqradiobutton.html#setChecked">setChecked</a>( TRUE );
+ noRadioButton = new <a href="tqradiobutton.html">TQRadioButton</a>( "&amp;No", addValuesButtonGroup );
+ noRadioButton-&gt;<a href="tqradiobutton.html#setChecked">setChecked</a>( TRUE );
addValuesButtonGroupLayout-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( noRadioButton );
- yesRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&amp;Yes", addValuesButtonGroup );
+ yesRadioButton = new <a href="tqradiobutton.html">TQRadioButton</a>( "&amp;Yes", addValuesButtonGroup );
addValuesButtonGroupLayout-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( yesRadioButton );
- asPercentageRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "As &amp;Percentage",
+ asPercentageRadioButton = new <a href="tqradiobutton.html">TQRadioButton</a>( "As &amp;Percentage",
addValuesButtonGroup );
addValuesButtonGroupLayout-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( asPercentageRadioButton );
addValuesFrameLayout-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( addValuesButtonGroup );
@@ -116,9 +116,9 @@ body { background: #ffffff; color: black; }
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 );
- decimalPlacesSpinBox-&gt;<a href="ntqspinbox.html#setMinValue">setMinValue</a>( 0 );
- decimalPlacesSpinBox-&gt;<a href="ntqspinbox.html#setMaxValue">setMaxValue</a>( 9 );
+ decimalPlacesSpinBox = new <a href="tqspinbox.html">TQSpinBox</a>( addValuesFrame );
+ decimalPlacesSpinBox-&gt;<a href="tqspinbox.html#setMinValue">setMinValue</a>( 0 );
+ decimalPlacesSpinBox-&gt;<a href="tqspinbox.html#setMaxValue">setMaxValue</a>( 9 );
decimalPlacesLayout-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( decimalPlacesSpinBox );
addValuesFrameLayout-&gt;<a href="qboxlayout.html#addLayout">addLayout</a>( decimalPlacesLayout );
@@ -130,17 +130,17 @@ body { background: #ffffff; color: black; }
TQSizePolicy::Expanding, TQSizePolicy::Minimum );
buttonsLayout-&gt;<a href="qboxlayout.html#addItem">addItem</a>( spacer );
- okPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "OK", this );
- okPushButton-&gt;<a href="ntqpushbutton.html#setDefault">setDefault</a>( TRUE );
+ okPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( "OK", this );
+ okPushButton-&gt;<a href="tqpushbutton.html#setDefault">setDefault</a>( TRUE );
buttonsLayout-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( okPushButton );
- cancelPushButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Cancel", this );
+ cancelPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( "Cancel", this );
buttonsLayout-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( cancelPushButton );
optionsFormLayout-&gt;<a href="qboxlayout.html#addLayout">addLayout</a>( buttonsLayout );
<a href="tqobject.html#connect">connect</a>( fontPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFont() ) );
- <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>() ) );
+ <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="tqdialog.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="tqdialog.html#reject">reject</a>() ) );
chartTypeTextLabel-&gt;<a href="tqlabel.html#setBuddy">setBuddy</a>( chartTypeComboBox );
decimalPlacesTextLabel-&gt;<a href="tqlabel.html#setBuddy">setBuddy</a>( decimalPlacesSpinBox );