diff options
Diffstat (limited to 'doc/html/chart-optionsform-cpp.html')
| -rw-r--r-- | doc/html/chart-optionsform-cpp.html | 44 | 
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 <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>>  #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="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>> -#include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> +#include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> +#include <<a href="tqspinbox-h.html">tqspinbox.h</a>>  #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>( "&Chart Type", this );      chartTypeLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( chartTypeTextLabel ); -    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 ), +    chartTypeComboBox = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, this ); +    chartTypeComboBox-><a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_piechart ), "Pie Chart" ); +    chartTypeComboBox-><a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_verticalbarchart ),                                     "Vertical Bar Chart" ); -    chartTypeComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_horizontalbarchart ), +    chartTypeComboBox-><a href="tqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_horizontalbarchart ),                                     "Horizontal Bar Chart" );      chartTypeLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( chartTypeComboBox );      optionsFormLayout-><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>( "&Font...", this ); +    fontPushButton = new <a href="tqpushbutton.html">TQPushButton</a>( "&Font...", this );      fontLayout-><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-><a href="tqwidget.html#layout">layout</a>() );      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 = new <a href="tqradiobutton.html">TQRadioButton</a>( "&No", addValuesButtonGroup ); +    noRadioButton-><a href="tqradiobutton.html#setChecked">setChecked</a>( TRUE );      addValuesButtonGroupLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( noRadioButton ); -    yesRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&Yes", addValuesButtonGroup ); +    yesRadioButton = new <a href="tqradiobutton.html">TQRadioButton</a>( "&Yes", addValuesButtonGroup );      addValuesButtonGroupLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( yesRadioButton ); -    asPercentageRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "As &Percentage", +    asPercentageRadioButton = new <a href="tqradiobutton.html">TQRadioButton</a>( "As &Percentage",                                                  addValuesButtonGroup );      addValuesButtonGroupLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( asPercentageRadioButton );      addValuesFrameLayout-><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>( "&Decimal Places", addValuesFrame );      decimalPlacesLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( decimalPlacesTextLabel ); -    decimalPlacesSpinBox = new <a href="ntqspinbox.html">TQSpinBox</a>( addValuesFrame ); -    decimalPlacesSpinBox-><a href="ntqspinbox.html#setMinValue">setMinValue</a>( 0 ); -    decimalPlacesSpinBox-><a href="ntqspinbox.html#setMaxValue">setMaxValue</a>( 9 ); +    decimalPlacesSpinBox = new <a href="tqspinbox.html">TQSpinBox</a>( addValuesFrame ); +    decimalPlacesSpinBox-><a href="tqspinbox.html#setMinValue">setMinValue</a>( 0 ); +    decimalPlacesSpinBox-><a href="tqspinbox.html#setMaxValue">setMaxValue</a>( 9 );      decimalPlacesLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( decimalPlacesSpinBox );      addValuesFrameLayout-><a href="qboxlayout.html#addLayout">addLayout</a>( decimalPlacesLayout ); @@ -130,17 +130,17 @@ body { background: #ffffff; color: black; }                                TQSizePolicy::Expanding, TQSizePolicy::Minimum );      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 = new <a href="tqpushbutton.html">TQPushButton</a>( "OK", this ); +    okPushButton-><a href="tqpushbutton.html#setDefault">setDefault</a>( TRUE );      buttonsLayout-><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-><a href="qboxlayout.html#addWidget">addWidget</a>( cancelPushButton );      optionsFormLayout-><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-><a href="tqlabel.html#setBuddy">setBuddy</a>( chartTypeComboBox );      decimalPlacesTextLabel-><a href="tqlabel.html#setBuddy">setBuddy</a>( decimalPlacesSpinBox ); | 
