diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/chart-chartform-cpp.html | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/chart-chartform-cpp.html')
-rw-r--r-- | doc/html/chart-chartform-cpp.html | 226 |
1 files changed, 113 insertions, 113 deletions
diff --git a/doc/html/chart-chartform-cpp.html b/doc/html/chart-chartform-cpp.html index a0f0463ef..90c0fdac9 100644 --- a/doc/html/chart-chartform-cpp.html +++ b/doc/html/chart-chartform-cpp.html @@ -37,24 +37,24 @@ body { background: #ffffff; color: black; } #include "optionsform.h" #include "setdataform.h" -#include <<a href="qaction-h.html">ntqaction.h</a>> +#include <<a href="tqaction-h.html">tqaction.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qcombobox-h.html">ntqcombobox.h</a>> #include <<a href="qfile-h.html">ntqfile.h</a>> #include <<a href="qfiledialog-h.html">ntqfiledialog.h</a>> #include <<a href="qfont-h.html">ntqfont.h</a>> #include <<a href="qfontdialog-h.html">ntqfontdialog.h</a>> -#include <<a href="qmenubar-h.html">ntqmenubar.h</a>> +#include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> -#include <<a href="qpopupmenu-h.html">ntqpopupmenu.h</a>> +#include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="qprinter-h.html">ntqprinter.h</a>> #include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> #include <<a href="qsettings-h.html">ntqsettings.h</a>> #include <<a href="qspinbox-h.html">ntqspinbox.h</a>> -#include <<a href="qstatusbar-h.html">ntqstatusbar.h</a>> -#include <<a href="qtoolbar-h.html">ntqtoolbar.h</a>> -#include <<a href="qtoolbutton-h.html">ntqtoolbutton.h</a>> +#include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> +#include <<a href="tqtoolbar-h.html">tqtoolbar.h</a>> +#include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>> #include "images/file_new.xpm" #include "images/file_open.xpm" @@ -73,149 +73,149 @@ const <a href="tqstring.html">TQString</a> APP_KEY = "/Chart/"; <a name="f148"></a>ChartForm::ChartForm( const <a href="tqstring.html">TQString</a>& filename ) - : <a href="ntqmainwindow.html">TQMainWindow</a>( 0, 0, WDestructiveClose ) + : <a href="tqmainwindow.html">TQMainWindow</a>( 0, 0, WDestructiveClose ) { <a href="tqwidget.html#setIcon">setIcon</a>( TQPixmap( options_piechart ) ); - <a href="ntqaction.html">TQAction</a> *fileNewAction; - <a href="ntqaction.html">TQAction</a> *fileOpenAction; - <a href="ntqaction.html">TQAction</a> *fileSaveAction; - <a href="ntqaction.html">TQAction</a> *fileSaveAsAction; - <a href="ntqaction.html">TQAction</a> *fileSaveAsPixmapAction; - <a href="ntqaction.html">TQAction</a> *filePrintAction; - <a href="ntqaction.html">TQAction</a> *fileQuitAction; - <a href="ntqaction.html">TQAction</a> *optionsSetDataAction; - <a href="ntqaction.html">TQAction</a> *optionsSetFontAction; - <a href="ntqaction.html">TQAction</a> *optionsSetOptionsAction; - - fileNewAction = new <a href="ntqaction.html">TQAction</a>( + <a href="tqaction.html">TQAction</a> *fileNewAction; + <a href="tqaction.html">TQAction</a> *fileOpenAction; + <a href="tqaction.html">TQAction</a> *fileSaveAction; + <a href="tqaction.html">TQAction</a> *fileSaveAsAction; + <a href="tqaction.html">TQAction</a> *fileSaveAsPixmapAction; + <a href="tqaction.html">TQAction</a> *filePrintAction; + <a href="tqaction.html">TQAction</a> *fileQuitAction; + <a href="tqaction.html">TQAction</a> *optionsSetDataAction; + <a href="tqaction.html">TQAction</a> *optionsSetFontAction; + <a href="tqaction.html">TQAction</a> *optionsSetOptionsAction; + + fileNewAction = new <a href="tqaction.html">TQAction</a>( "New Chart", TQPixmap( file_new ), "&New", CTRL+Key_N, this, "new" ); -<a name="x2869"></a> <a href="tqobject.html#connect">connect</a>( fileNewAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileNew() ) ); +<a name="x2869"></a> <a href="tqobject.html#connect">connect</a>( fileNewAction, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileNew() ) ); - fileOpenAction = new <a href="ntqaction.html">TQAction</a>( + fileOpenAction = new <a href="tqaction.html">TQAction</a>( "Open Chart", TQPixmap( file_open ), "&Open...", CTRL+Key_O, this, "open" ); - <a href="tqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileOpen() ) ); + <a href="tqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileOpen() ) ); - fileSaveAction = new <a href="ntqaction.html">TQAction</a>( + fileSaveAction = new <a href="tqaction.html">TQAction</a>( "Save Chart", TQPixmap( file_save ), "&Save", CTRL+Key_S, this, "save" ); - <a href="tqobject.html#connect">connect</a>( fileSaveAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileSave() ) ); + <a href="tqobject.html#connect">connect</a>( fileSaveAction, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileSave() ) ); - fileSaveAsAction = new <a href="ntqaction.html">TQAction</a>( + fileSaveAsAction = new <a href="tqaction.html">TQAction</a>( "Save Chart As", TQPixmap( file_save ), "Save &As...", 0, this, "save as" ); - <a href="tqobject.html#connect">connect</a>( fileSaveAsAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( fileSaveAsAction, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileSaveAs() ) ); - fileSaveAsPixmapAction = new <a href="ntqaction.html">TQAction</a>( + fileSaveAsPixmapAction = new <a href="tqaction.html">TQAction</a>( "Save Chart As Bitmap", TQPixmap( file_save ), "Save As &Bitmap...", CTRL+Key_B, this, "save as bitmap" ); - <a href="tqobject.html#connect">connect</a>( fileSaveAsPixmapAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( fileSaveAsPixmapAction, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileSaveAsPixmap() ) ); - filePrintAction = new <a href="ntqaction.html">TQAction</a>( + filePrintAction = new <a href="tqaction.html">TQAction</a>( "Print Chart", TQPixmap( file_print ), "&Print Chart...", CTRL+Key_P, this, "print chart" ); - <a href="tqobject.html#connect">connect</a>( filePrintAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( filePrintAction, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ), this, TQ_SLOT( filePrint() ) ); - optionsSetDataAction = new <a href="ntqaction.html">TQAction</a>( + optionsSetDataAction = new <a href="tqaction.html">TQAction</a>( "Set Data", TQPixmap( options_setdata ), "Set &Data...", CTRL+Key_D, this, "set data" ); - <a href="tqobject.html#connect">connect</a>( optionsSetDataAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( optionsSetDataAction, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ), this, TQ_SLOT( optionsSetData() ) ); - <a href="qactiongroup.html">TQActionGroup</a> *chartGroup = new <a href="qactiongroup.html">TQActionGroup</a>( this ); // Connected later -<a name="x2874"></a> chartGroup-><a href="qactiongroup.html#setExclusive">setExclusive</a>( TRUE ); + <a href="tqactiongroup.html">TQActionGroup</a> *chartGroup = new <a href="tqactiongroup.html">TQActionGroup</a>( this ); // Connected later +<a name="x2874"></a> chartGroup-><a href="tqactiongroup.html#setExclusive">setExclusive</a>( TRUE ); - optionsPieChartAction = new <a href="ntqaction.html">TQAction</a>( + optionsPieChartAction = new <a href="tqaction.html">TQAction</a>( "Pie Chart", TQPixmap( options_piechart ), "&Pie Chart", CTRL+Key_I, chartGroup, "pie chart" ); -<a name="x2872"></a> optionsPieChartAction-><a href="ntqaction.html#setToggleAction">setToggleAction</a>( TRUE ); +<a name="x2872"></a> optionsPieChartAction-><a href="tqaction.html#setToggleAction">setToggleAction</a>( TRUE ); - optionsHorizontalBarChartAction = new <a href="ntqaction.html">TQAction</a>( + optionsHorizontalBarChartAction = new <a href="tqaction.html">TQAction</a>( "Horizontal Bar Chart", TQPixmap( options_horizontalbarchart ), "&Horizontal Bar Chart", CTRL+Key_H, chartGroup, "horizontal bar chart" ); - optionsHorizontalBarChartAction-><a href="ntqaction.html#setToggleAction">setToggleAction</a>( TRUE ); + optionsHorizontalBarChartAction-><a href="tqaction.html#setToggleAction">setToggleAction</a>( TRUE ); - optionsVerticalBarChartAction = new <a href="ntqaction.html">TQAction</a>( + optionsVerticalBarChartAction = new <a href="tqaction.html">TQAction</a>( "Vertical Bar Chart", TQPixmap( options_verticalbarchart ), "&Vertical Bar Chart", CTRL+Key_V, chartGroup, "Vertical bar chart" ); - optionsVerticalBarChartAction-><a href="ntqaction.html#setToggleAction">setToggleAction</a>( TRUE ); + optionsVerticalBarChartAction-><a href="tqaction.html#setToggleAction">setToggleAction</a>( TRUE ); - optionsSetFontAction = new <a href="ntqaction.html">TQAction</a>( + optionsSetFontAction = new <a href="tqaction.html">TQAction</a>( "Set Font", TQPixmap( options_setfont ), "Set &Font...", CTRL+Key_F, this, "set font" ); - <a href="tqobject.html#connect">connect</a>( optionsSetFontAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( optionsSetFontAction, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ), this, TQ_SLOT( optionsSetFont() ) ); - optionsSetOptionsAction = new <a href="ntqaction.html">TQAction</a>( + optionsSetOptionsAction = new <a href="tqaction.html">TQAction</a>( "Set Options", TQPixmap( options_setoptions ), "Set &Options...", 0, this, "set options" ); - <a href="tqobject.html#connect">connect</a>( optionsSetOptionsAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( optionsSetOptionsAction, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ), this, TQ_SLOT( optionsSetOptions() ) ); - fileQuitAction = new <a href="ntqaction.html">TQAction</a>( "Quit", "&Quit", CTRL+Key_Q, this, "quit" ); - <a href="tqobject.html#connect">connect</a>( fileQuitAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileQuit() ) ); - - - <a href="ntqtoolbar.html">TQToolBar</a>* fileTools = new <a href="ntqtoolbar.html">TQToolBar</a>( this, "file operations" ); -<a name="x2895"></a> fileTools-><a href="ntqtoolbar.html#setLabel">setLabel</a>( "File Operations" ); -<a name="x2870"></a> fileNewAction-><a href="ntqaction.html#addTo">addTo</a>( fileTools ); - fileOpenAction-><a href="ntqaction.html#addTo">addTo</a>( fileTools ); - fileSaveAction-><a href="ntqaction.html#addTo">addTo</a>( fileTools ); -<a name="x2894"></a> fileTools-><a href="ntqtoolbar.html#addSeparator">addSeparator</a>(); - filePrintAction-><a href="ntqaction.html#addTo">addTo</a>( fileTools ); - - <a href="ntqtoolbar.html">TQToolBar</a> *optionsTools = new <a href="ntqtoolbar.html">TQToolBar</a>( this, "options operations" ); - optionsTools-><a href="ntqtoolbar.html#setLabel">setLabel</a>( "Options Operations" ); - optionsSetDataAction-><a href="ntqaction.html#addTo">addTo</a>( optionsTools ); - optionsTools-><a href="ntqtoolbar.html#addSeparator">addSeparator</a>(); - optionsPieChartAction-><a href="ntqaction.html#addTo">addTo</a>( optionsTools ); - optionsHorizontalBarChartAction-><a href="ntqaction.html#addTo">addTo</a>( optionsTools ); - optionsVerticalBarChartAction-><a href="ntqaction.html#addTo">addTo</a>( optionsTools ); - optionsTools-><a href="ntqtoolbar.html#addSeparator">addSeparator</a>(); - optionsSetFontAction-><a href="ntqaction.html#addTo">addTo</a>( optionsTools ); - optionsTools-><a href="ntqtoolbar.html#addSeparator">addSeparator</a>(); - optionsSetOptionsAction-><a href="ntqaction.html#addTo">addTo</a>( optionsTools ); - - fileMenu = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( "&File", fileMenu ); - fileNewAction-><a href="ntqaction.html#addTo">addTo</a>( fileMenu ); - fileOpenAction-><a href="ntqaction.html#addTo">addTo</a>( fileMenu ); - fileSaveAction-><a href="ntqaction.html#addTo">addTo</a>( fileMenu ); - fileSaveAsAction-><a href="ntqaction.html#addTo">addTo</a>( fileMenu ); - fileMenu-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); - fileSaveAsPixmapAction-><a href="ntqaction.html#addTo">addTo</a>( fileMenu ); - fileMenu-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); - filePrintAction-><a href="ntqaction.html#addTo">addTo</a>( fileMenu ); - fileMenu-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); - fileQuitAction-><a href="ntqaction.html#addTo">addTo</a>( fileMenu ); - - optionsMenu = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Options", optionsMenu ); - optionsSetDataAction-><a href="ntqaction.html#addTo">addTo</a>( optionsMenu ); - optionsMenu-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); - optionsPieChartAction-><a href="ntqaction.html#addTo">addTo</a>( optionsMenu ); - optionsHorizontalBarChartAction-><a href="ntqaction.html#addTo">addTo</a>( optionsMenu ); - optionsVerticalBarChartAction-><a href="ntqaction.html#addTo">addTo</a>( optionsMenu ); - optionsMenu-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); - optionsSetFontAction-><a href="ntqaction.html#addTo">addTo</a>( optionsMenu ); - optionsMenu-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); - optionsSetOptionsAction-><a href="ntqaction.html#addTo">addTo</a>( optionsMenu ); - - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertSeparator(); - - <a href="ntqpopupmenu.html">TQPopupMenu</a> *helpMenu = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Help", helpMenu ); - helpMenu-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&Help", this, TQ_SLOT(helpHelp()), Key_F1 ); - helpMenu-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&About", this, TQ_SLOT(helpAbout()) ); - helpMenu-><a href="ntqmenudata.html#insertItem">insertItem</a>( "About &TQt", this, TQ_SLOT(helpAboutTQt()) ); + fileQuitAction = new <a href="tqaction.html">TQAction</a>( "Quit", "&Quit", CTRL+Key_Q, this, "quit" ); + <a href="tqobject.html#connect">connect</a>( fileQuitAction, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileQuit() ) ); + + + <a href="tqtoolbar.html">TQToolBar</a>* fileTools = new <a href="tqtoolbar.html">TQToolBar</a>( this, "file operations" ); +<a name="x2895"></a> fileTools-><a href="tqtoolbar.html#setLabel">setLabel</a>( "File Operations" ); +<a name="x2870"></a> fileNewAction-><a href="tqaction.html#addTo">addTo</a>( fileTools ); + fileOpenAction-><a href="tqaction.html#addTo">addTo</a>( fileTools ); + fileSaveAction-><a href="tqaction.html#addTo">addTo</a>( fileTools ); +<a name="x2894"></a> fileTools-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); + filePrintAction-><a href="tqaction.html#addTo">addTo</a>( fileTools ); + + <a href="tqtoolbar.html">TQToolBar</a> *optionsTools = new <a href="tqtoolbar.html">TQToolBar</a>( this, "options operations" ); + optionsTools-><a href="tqtoolbar.html#setLabel">setLabel</a>( "Options Operations" ); + optionsSetDataAction-><a href="tqaction.html#addTo">addTo</a>( optionsTools ); + optionsTools-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); + optionsPieChartAction-><a href="tqaction.html#addTo">addTo</a>( optionsTools ); + optionsHorizontalBarChartAction-><a href="tqaction.html#addTo">addTo</a>( optionsTools ); + optionsVerticalBarChartAction-><a href="tqaction.html#addTo">addTo</a>( optionsTools ); + optionsTools-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); + optionsSetFontAction-><a href="tqaction.html#addTo">addTo</a>( optionsTools ); + optionsTools-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); + optionsSetOptionsAction-><a href="tqaction.html#addTo">addTo</a>( optionsTools ); + + fileMenu = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); + <a href="tqmainwindow.html#menuBar">menuBar</a>()->insertItem( "&File", fileMenu ); + fileNewAction-><a href="tqaction.html#addTo">addTo</a>( fileMenu ); + fileOpenAction-><a href="tqaction.html#addTo">addTo</a>( fileMenu ); + fileSaveAction-><a href="tqaction.html#addTo">addTo</a>( fileMenu ); + fileSaveAsAction-><a href="tqaction.html#addTo">addTo</a>( fileMenu ); + fileMenu-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); + fileSaveAsPixmapAction-><a href="tqaction.html#addTo">addTo</a>( fileMenu ); + fileMenu-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); + filePrintAction-><a href="tqaction.html#addTo">addTo</a>( fileMenu ); + fileMenu-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); + fileQuitAction-><a href="tqaction.html#addTo">addTo</a>( fileMenu ); + + optionsMenu = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); + <a href="tqmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Options", optionsMenu ); + optionsSetDataAction-><a href="tqaction.html#addTo">addTo</a>( optionsMenu ); + optionsMenu-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); + optionsPieChartAction-><a href="tqaction.html#addTo">addTo</a>( optionsMenu ); + optionsHorizontalBarChartAction-><a href="tqaction.html#addTo">addTo</a>( optionsMenu ); + optionsVerticalBarChartAction-><a href="tqaction.html#addTo">addTo</a>( optionsMenu ); + optionsMenu-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); + optionsSetFontAction-><a href="tqaction.html#addTo">addTo</a>( optionsMenu ); + optionsMenu-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); + optionsSetOptionsAction-><a href="tqaction.html#addTo">addTo</a>( optionsMenu ); + + <a href="tqmainwindow.html#menuBar">menuBar</a>()->insertSeparator(); + + <a href="tqpopupmenu.html">TQPopupMenu</a> *helpMenu = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); + <a href="tqmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Help", helpMenu ); + helpMenu-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Help", this, TQ_SLOT(helpHelp()), Key_F1 ); + helpMenu-><a href="tqmenudata.html#insertItem">insertItem</a>( "&About", this, TQ_SLOT(helpAbout()) ); + helpMenu-><a href="tqmenudata.html#insertItem">insertItem</a>( "About &TQt", this, TQ_SLOT(helpAboutTQt()) ); m_printer = 0; @@ -247,7 +247,7 @@ const <a href="tqstring.html">TQString</a> APP_KEY = "/Chart/"; // Connect *after* we've set the chart type on so we don't call // drawElements() prematurely. -<a name="x2873"></a> <a href="tqobject.html#connect">connect</a>( chartGroup, TQ_SIGNAL( <a href="qactiongroup.html#selected">selected</a>(TQAction*) ), +<a name="x2873"></a> <a href="tqobject.html#connect">connect</a>( chartGroup, TQ_SIGNAL( <a href="tqactiongroup.html#selected">selected</a>(TQAction*) ), this, TQ_SLOT( updateChartType(TQAction*) ) ); <a href="tqwidget.html#resize">resize</a>( windowWidth, windowHeight ); @@ -257,7 +257,7 @@ const <a href="tqstring.html">TQString</a> APP_KEY = "/Chart/"; m_canvas = new <a href="tqcanvas.html">TQCanvas</a>( this ); <a name="x2876"></a> m_canvas-><a href="tqcanvas.html#resize">resize</a>( <a href="tqwidget.html#width">width</a>(), height() ); m_canvasView = new CanvasView( m_canvas, &m_elements, this ); - <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( m_canvasView ); + <a href="tqmainwindow.html#setCentralWidget">setCentralWidget</a>( m_canvasView ); m_canvasView-><a href="tqwidget.html#show">show</a>(); if ( !filename.<a href="tqstring.html#isEmpty">isEmpty</a>() ) @@ -272,7 +272,7 @@ const <a href="tqstring.html">TQString</a> APP_KEY = "/Chart/"; drawElements(); } - <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( "Ready", 2000 ); + <a href="tqmainwindow.html#statusBar">statusBar</a>()->message( "Ready", 2000 ); } @@ -334,7 +334,7 @@ void <a name="f151"></a>ChartForm::fileOpen() if ( !filename.<a href="tqstring.html#isEmpty">isEmpty</a>() ) load( filename ); else - <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( "File Open abandoned", 2000 ); + <a href="tqmainwindow.html#statusBar">statusBar</a>()->message( "File Open abandoned", 2000 ); } @@ -358,7 +358,7 @@ void <a name="f152"></a>ChartForm::fileSaveAs() return; } } - <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( "Saving abandoned", 2000 ); + <a href="tqmainwindow.html#statusBar">statusBar</a>()->message( "Saving abandoned", 2000 ); } @@ -387,10 +387,10 @@ void <a name="f154"></a>ChartForm::updateRecentFiles( const <a href="tqstring.ht void <a name="f155"></a>ChartForm::updateRecentFilesMenu() { for ( int i = 0; i < MAX_RECENTFILES; ++i ) { -<a name="x2882"></a> if ( fileMenu-><a href="ntqmenudata.html#findItem">findItem</a>( i ) ) -<a name="x2885"></a> fileMenu-><a href="ntqmenudata.html#removeItem">removeItem</a>( i ); +<a name="x2882"></a> if ( fileMenu-><a href="tqmenudata.html#findItem">findItem</a>( i ) ) +<a name="x2885"></a> fileMenu-><a href="tqmenudata.html#removeItem">removeItem</a>( i ); if ( i < int(m_recentFiles.count()) ) - fileMenu-><a href="ntqmenudata.html#insertItem">insertItem</a>( TQString( "&%1 %2" ). + fileMenu-><a href="tqmenudata.html#insertItem">insertItem</a>( TQString( "&%1 %2" ). arg( i + 1 ).arg( m_recentFiles[i] ), this, TQ_SLOT( fileOpenRecent(int) ), 0, i ); @@ -470,19 +470,19 @@ void <a name="f160"></a>ChartForm::setChartType( ChartType chartType ) m_chartType = chartType; switch ( m_chartType ) { case PIE: -<a name="x2871"></a> optionsPieChartAction-><a href="ntqaction.html#setOn">setOn</a>( TRUE ); +<a name="x2871"></a> optionsPieChartAction-><a href="tqaction.html#setOn">setOn</a>( TRUE ); break; case VERTICAL_BAR: - optionsVerticalBarChartAction-><a href="ntqaction.html#setOn">setOn</a>( TRUE ); + optionsVerticalBarChartAction-><a href="tqaction.html#setOn">setOn</a>( TRUE ); break; case HORIZONTAL_BAR: - optionsHorizontalBarChartAction-><a href="ntqaction.html#setOn">setOn</a>( TRUE ); + optionsHorizontalBarChartAction-><a href="tqaction.html#setOn">setOn</a>( TRUE ); break; } } -void <a name="f161"></a>ChartForm::updateChartType( <a href="ntqaction.html">TQAction</a> *action ) +void <a name="f161"></a>ChartForm::updateChartType( <a href="tqaction.html">TQAction</a> *action ) { if ( action == optionsPieChartAction ) { m_chartType = PIE; @@ -545,7 +545,7 @@ void <a name="f163"></a>ChartForm::optionsSetOptions() void <a name="f164"></a>ChartForm::helpHelp() { - <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( "Help is not implemented yet", 2000 ); + <a href="tqmainwindow.html#statusBar">statusBar</a>()->message( "Help is not implemented yet", 2000 ); } |