diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/mdi-example.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/mdi-example.html')
-rw-r--r-- | doc/html/mdi-example.html | 384 |
1 files changed, 192 insertions, 192 deletions
diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html index d816deb81..13833b943 100644 --- a/doc/html/mdi-example.html +++ b/doc/html/mdi-example.html @@ -50,8 +50,8 @@ that it provides a Multiple Document Interface (MDI). #ifndef APPLICATION_H #define APPLICATION_H -#include <<a href="qmainwindow-h.html">qmainwindow.h</a>> -#include <<a href="qptrlist-h.html">qptrlist.h</a>> +#include <<a href="qmainwindow-h.html">ntqmainwindow.h</a>> +#include <<a href="qptrlist-h.html">ntqptrlist.h</a>> class TQTextEdit; class TQToolBar; @@ -60,32 +60,32 @@ class TQWorkspace; class TQPopupMenu; class TQMovie; -class MDIWindow: public <a href="qmainwindow.html">TQMainWindow</a> +class MDIWindow: public <a href="ntqmainwindow.html">TQMainWindow</a> { <a href="metaobjects.html#Q_OBJECT">Q_OBJECT</a> public: - MDIWindow( <a href="qwidget.html">TQWidget</a>* parent, const char* name, int wflags ); + MDIWindow( <a href="ntqwidget.html">TQWidget</a>* parent, const char* name, int wflags ); ~MDIWindow(); - void load( const <a href="qstring.html">TQString</a>& fn ); + void load( const <a href="ntqstring.html">TQString</a>& fn ); void save(); void saveAs(); - void print( <a href="qprinter.html">TQPrinter</a>* ); + void print( <a href="ntqprinter.html">TQPrinter</a>* ); protected: void closeEvent( <a href="qcloseevent.html">TQCloseEvent</a> * ); signals: - void message(const <a href="qstring.html">TQString</a>&, int ); + void message(const <a href="ntqstring.html">TQString</a>&, int ); private: - <a href="qtextedit.html">TQTextEdit</a>* medit; - <a href="qmovie.html">TQMovie</a> * mmovie; - <a href="qstring.html">TQString</a> filename; + <a href="ntqtextedit.html">TQTextEdit</a>* medit; + <a href="ntqmovie.html">TQMovie</a> * mmovie; + <a href="ntqstring.html">TQString</a> filename; }; -class ApplicationWindow: public <a href="qmainwindow.html">TQMainWindow</a> +class ApplicationWindow: public <a href="ntqmainwindow.html">TQMainWindow</a> { Q_OBJECT public: @@ -111,10 +111,10 @@ private slots: void windowsMenuActivated( int id ); private: - <a href="qprinter.html">TQPrinter</a> *printer; - <a href="qworkspace.html">TQWorkspace</a>* ws; - <a href="qtoolbar.html">TQToolBar</a> *fileTools; - <a href="qpopupmenu.html">TQPopupMenu</a>* windowsMenu; + <a href="ntqprinter.html">TQPrinter</a> *printer; + <a href="ntqworkspace.html">TQWorkspace</a>* ws; + <a href="ntqtoolbar.html">TQToolBar</a> *fileTools; + <a href="ntqpopupmenu.html">TQPopupMenu</a>* windowsMenu; }; @@ -134,31 +134,31 @@ private: *****************************************************************************/ #include "application.h" -#include <<a href="qworkspace-h.html">qworkspace.h</a>> -#include <<a href="qimage-h.html">qimage.h</a>> -#include <<a href="qpixmap-h.html">qpixmap.h</a>> -#include <<a href="qtoolbar-h.html">qtoolbar.h</a>> -#include <<a href="qtoolbutton-h.html">qtoolbutton.h</a>> -#include <<a href="qpopupmenu-h.html">qpopupmenu.h</a>> -#include <<a href="qmenubar-h.html">qmenubar.h</a>> -#include <<a href="qmovie-h.html">qmovie.h</a>> -#include <<a href="qfile-h.html">qfile.h</a>> -#include <<a href="qfiledialog-h.html">qfiledialog.h</a>> -#include <<a href="qlabel-h.html">qlabel.h</a>> -#include <<a href="qstatusbar-h.html">qstatusbar.h</a>> -#include <<a href="qmessagebox-h.html">qmessagebox.h</a>> -#include <<a href="qprinter-h.html">qprinter.h</a>> -#include <<a href="qapplication-h.html">qapplication.h</a>> -#include <<a href="qpushbutton-h.html">qpushbutton.h</a>> -#include <<a href="qaccel-h.html">qaccel.h</a>> -#include <<a href="qtextstream-h.html">qtextstream.h</a>> -#include <<a href="qtextedit-h.html">qtextedit.h</a>> -#include <<a href="qpainter-h.html">qpainter.h</a>> -#include <<a href="qpaintdevicemetrics-h.html">qpaintdevicemetrics.h</a>> -#include <<a href="qwhatsthis-h.html">qwhatsthis.h</a>> -#include <<a href="qobjectlist-h.html">qobjectlist.h</a>> -#include <<a href="qvbox-h.html">qvbox.h</a>> -#include <<a href="qsimplerichtext-h.html">qsimplerichtext.h</a>> +#include <<a href="qworkspace-h.html">ntqworkspace.h</a>> +#include <<a href="qimage-h.html">ntqimage.h</a>> +#include <<a href="qpixmap-h.html">ntqpixmap.h</a>> +#include <<a href="qtoolbar-h.html">ntqtoolbar.h</a>> +#include <<a href="qtoolbutton-h.html">ntqtoolbutton.h</a>> +#include <<a href="qpopupmenu-h.html">ntqpopupmenu.h</a>> +#include <<a href="qmenubar-h.html">ntqmenubar.h</a>> +#include <<a href="qmovie-h.html">ntqmovie.h</a>> +#include <<a href="qfile-h.html">ntqfile.h</a>> +#include <<a href="qfiledialog-h.html">ntqfiledialog.h</a>> +#include <<a href="qlabel-h.html">ntqlabel.h</a>> +#include <<a href="qstatusbar-h.html">ntqstatusbar.h</a>> +#include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> +#include <<a href="qprinter-h.html">ntqprinter.h</a>> +#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="qaccel-h.html">ntqaccel.h</a>> +#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="qtextedit-h.html">ntqtextedit.h</a>> +#include <<a href="qpainter-h.html">ntqpainter.h</a>> +#include <<a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a>> +#include <<a href="qwhatsthis-h.html">ntqwhatsthis.h</a>> +#include <<a href="qobjectlist-h.html">ntqobjectlist.h</a>> +#include <<a href="qvbox-h.html">ntqvbox.h</a>> +#include <<a href="qsimplerichtext-h.html">ntqsimplerichtext.h</a>> #include "filesave.xpm" #include "fileopen.xpm" @@ -176,87 +176,87 @@ const char * filePrintText = "Click this button to print the file you " "You can also select the Print command from the File menu."; <a name="f535"></a>ApplicationWindow::ApplicationWindow() - : <a href="qmainwindow.html">TQMainWindow</a>( 0, "example application main window", WDestructiveClose ) + : <a href="ntqmainwindow.html">TQMainWindow</a>( 0, "example application main window", WDestructiveClose ) { int id; - <a href="qpixmap.html">TQPixmap</a> openIcon, saveIcon; + <a href="ntqpixmap.html">TQPixmap</a> openIcon, saveIcon; - fileTools = new <a href="qtoolbar.html">TQToolBar</a>( this, "file operations" ); - <a href="qmainwindow.html#addToolBar">addToolBar</a>( fileTools, tr( "File Operations" ), DockTop, TRUE ); + fileTools = new <a href="ntqtoolbar.html">TQToolBar</a>( this, "file operations" ); + <a href="ntqmainwindow.html#addToolBar">addToolBar</a>( fileTools, tr( "File Operations" ), DockTop, TRUE ); openIcon = TQPixmap( fileopen ); TQToolButton * fileOpen - = new <a href="qtoolbutton.html">TQToolButton</a>( openIcon, "Open File", <a href="qstring.html#TQString-null">TQString::null</a>, + = new <a href="ntqtoolbutton.html">TQToolButton</a>( openIcon, "Open File", <a href="ntqstring.html#TQString-null">TQString::null</a>, this, SLOT(load()), fileTools, "open file" ); saveIcon = TQPixmap( filesave ); TQToolButton * fileSave - = new <a href="qtoolbutton.html">TQToolButton</a>( saveIcon, "Save File", TQString::null, + = new <a href="ntqtoolbutton.html">TQToolButton</a>( saveIcon, "Save File", TQString::null, this, SLOT(save()), fileTools, "save file" ); #ifndef QT_NO_PRINTER - printer = new <a href="qprinter.html">TQPrinter</a>( TQPrinter::HighResolution ); - <a href="qpixmap.html">TQPixmap</a> printIcon; + printer = new <a href="ntqprinter.html">TQPrinter</a>( TQPrinter::HighResolution ); + <a href="ntqpixmap.html">TQPixmap</a> printIcon; printIcon = TQPixmap( fileprint ); TQToolButton * filePrint - = new <a href="qtoolbutton.html">TQToolButton</a>( printIcon, "Print File", TQString::null, + = new <a href="ntqtoolbutton.html">TQToolButton</a>( printIcon, "Print File", TQString::null, this, SLOT(print()), fileTools, "print file" ); -<a name="x2075"></a> TQWhatsThis::<a href="qwhatsthis.html#add">add</a>( filePrint, filePrintText ); +<a name="x2075"></a> TQWhatsThis::<a href="ntqwhatsthis.html#add">add</a>( filePrint, filePrintText ); #endif (void)TQWhatsThis::whatsThisButton( fileTools ); - TQWhatsThis::<a href="qwhatsthis.html#add">add</a>( fileOpen, fileOpenText ); - TQWhatsThis::<a href="qwhatsthis.html#add">add</a>( fileSave, fileSaveText ); + TQWhatsThis::<a href="ntqwhatsthis.html#add">add</a>( fileOpen, fileOpenText ); + TQWhatsThis::<a href="ntqwhatsthis.html#add">add</a>( fileSave, fileSaveText ); - <a href="qpopupmenu.html">TQPopupMenu</a> * file = new <a href="qpopupmenu.html">TQPopupMenu</a>( this ); - <a href="qmainwindow.html#menuBar">menuBar</a>()->insertItem( "&File", file ); + <a href="ntqpopupmenu.html">TQPopupMenu</a> * file = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( "&File", file ); - file-><a href="qmenudata.html#insertItem">insertItem</a>( "&New", this, SLOT(newDoc()), CTRL+Key_N ); + file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&New", this, SLOT(newDoc()), CTRL+Key_N ); - id = file-><a href="qmenudata.html#insertItem">insertItem</a>( openIcon, "&Open...", + id = file-><a href="ntqmenudata.html#insertItem">insertItem</a>( openIcon, "&Open...", this, SLOT(load()), CTRL+Key_O ); -<a name="x2035"></a> file-><a href="qmenudata.html#setWhatsThis">setWhatsThis</a>( id, fileOpenText ); +<a name="x2035"></a> file-><a href="ntqmenudata.html#setWhatsThis">setWhatsThis</a>( id, fileOpenText ); - id = file-><a href="qmenudata.html#insertItem">insertItem</a>( saveIcon, "&Save", + id = file-><a href="ntqmenudata.html#insertItem">insertItem</a>( saveIcon, "&Save", this, SLOT(save()), CTRL+Key_S ); - file-><a href="qmenudata.html#setWhatsThis">setWhatsThis</a>( id, fileSaveText ); - id = file-><a href="qmenudata.html#insertItem">insertItem</a>( "Save &As...", this, SLOT(saveAs()) ); - file-><a href="qmenudata.html#setWhatsThis">setWhatsThis</a>( id, fileSaveText ); + file-><a href="ntqmenudata.html#setWhatsThis">setWhatsThis</a>( id, fileSaveText ); + id = file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "Save &As...", this, SLOT(saveAs()) ); + file-><a href="ntqmenudata.html#setWhatsThis">setWhatsThis</a>( id, fileSaveText ); #ifndef QT_NO_PRINTER - file-><a href="qmenudata.html#insertSeparator">insertSeparator</a>(); - id = file-><a href="qmenudata.html#insertItem">insertItem</a>( printIcon, "&Print...", + file-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); + id = file-><a href="ntqmenudata.html#insertItem">insertItem</a>( printIcon, "&Print...", this, SLOT(print()), CTRL+Key_P ); - file-><a href="qmenudata.html#setWhatsThis">setWhatsThis</a>( id, filePrintText ); + file-><a href="ntqmenudata.html#setWhatsThis">setWhatsThis</a>( id, filePrintText ); #endif - file-><a href="qmenudata.html#insertSeparator">insertSeparator</a>(); - file-><a href="qmenudata.html#insertItem">insertItem</a>( "&Close", this, SLOT(closeWindow()), CTRL+Key_W ); -<a name="x2020"></a> file-><a href="qmenudata.html#insertItem">insertItem</a>( "&Quit", qApp, SLOT( <a href="qapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_Q ); + file-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); + file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&Close", this, SLOT(closeWindow()), CTRL+Key_W ); +<a name="x2020"></a> file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&Quit", qApp, SLOT( <a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_Q ); - windowsMenu = new <a href="qpopupmenu.html">TQPopupMenu</a>( this ); -<a name="x2049"></a> windowsMenu-><a href="qpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); -<a name="x2048"></a> <a href="qobject.html#connect">connect</a>( windowsMenu, SIGNAL( <a href="qpopupmenu.html#aboutToShow">aboutToShow</a>() ), + windowsMenu = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); +<a name="x2049"></a> windowsMenu-><a href="ntqpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); +<a name="x2048"></a> <a href="ntqobject.html#connect">connect</a>( windowsMenu, SIGNAL( <a href="ntqpopupmenu.html#aboutToShow">aboutToShow</a>() ), this, SLOT( windowsMenuAboutToShow() ) ); - <a href="qmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Windows", windowsMenu ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Windows", windowsMenu ); - <a href="qmainwindow.html#menuBar">menuBar</a>()->insertSeparator(); - <a href="qpopupmenu.html">TQPopupMenu</a> * help = new <a href="qpopupmenu.html">TQPopupMenu</a>( this ); - <a href="qmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Help", help ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertSeparator(); + <a href="ntqpopupmenu.html">TQPopupMenu</a> * help = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Help", help ); - help-><a href="qmenudata.html#insertItem">insertItem</a>( "&About", this, SLOT(about()), Key_F1); - help-><a href="qmenudata.html#insertItem">insertItem</a>( "About &TQt", this, SLOT(aboutTQt())); - help-><a href="qmenudata.html#insertSeparator">insertSeparator</a>(); - help-><a href="qmenudata.html#insertItem">insertItem</a>( "What's &This", this, SLOT(<a href="qmainwindow.html#whatsThis">whatsThis</a>()), SHIFT+Key_F1); + help-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&About", this, SLOT(about()), Key_F1); + help-><a href="ntqmenudata.html#insertItem">insertItem</a>( "About &TQt", this, SLOT(aboutTQt())); + help-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); + help-><a href="ntqmenudata.html#insertItem">insertItem</a>( "What's &This", this, SLOT(<a href="ntqmainwindow.html#whatsThis">whatsThis</a>()), SHIFT+Key_F1); - <a href="qvbox.html">TQVBox</a>* vb = new <a href="qvbox.html">TQVBox</a>( this ); - vb-><a href="qframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::StyledPanel | TQFrame::Sunken ); - ws = new <a href="qworkspace.html">TQWorkspace</a>( vb ); -<a name="x2092"></a> ws-><a href="qworkspace.html#setScrollBarsEnabled">setScrollBarsEnabled</a>( TRUE ); - <a href="qmainwindow.html#setCentralWidget">setCentralWidget</a>( vb ); + <a href="ntqvbox.html">TQVBox</a>* vb = new <a href="ntqvbox.html">TQVBox</a>( this ); + vb-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::StyledPanel | TQFrame::Sunken ); + ws = new <a href="ntqworkspace.html">TQWorkspace</a>( vb ); +<a name="x2092"></a> ws-><a href="ntqworkspace.html#setScrollBarsEnabled">setScrollBarsEnabled</a>( TRUE ); + <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( vb ); - <a href="qmainwindow.html#statusBar">statusBar</a>()->message( "Ready", 2000 ); + <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( "Ready", 2000 ); } @@ -272,31 +272,31 @@ ApplicationWindow::~ApplicationWindow() MDIWindow* <a name="f536"></a>ApplicationWindow::newDoc() { MDIWindow* w = new MDIWindow( ws, 0, WDestructiveClose ); - <a href="qobject.html#connect">connect</a>( w, SIGNAL( message(const <a href="qstring.html">TQString</a>&, int) ), statusBar(), SLOT( message(const <a href="qstring.html">TQString</a>&, int )) ); - w-><a href="qwidget.html#setCaption">setCaption</a>("unnamed document"); -<a name="x2085"></a> w-><a href="qwidget.html#setIcon">setIcon</a>( TQPixmap("document.xpm") ); + <a href="ntqobject.html#connect">connect</a>( w, SIGNAL( message(const <a href="ntqstring.html">TQString</a>&, int) ), statusBar(), SLOT( message(const <a href="ntqstring.html">TQString</a>&, int )) ); + w-><a href="ntqwidget.html#setCaption">setCaption</a>("unnamed document"); +<a name="x2085"></a> w-><a href="ntqwidget.html#setIcon">setIcon</a>( TQPixmap("document.xpm") ); // show the very first window in maximized mode -<a name="x2094"></a> if ( ws-><a href="qworkspace.html#windowList">windowList</a>().isEmpty() ) -<a name="x2087"></a> w-><a href="qwidget.html#showMaximized">showMaximized</a>(); +<a name="x2094"></a> if ( ws-><a href="ntqworkspace.html#windowList">windowList</a>().isEmpty() ) +<a name="x2087"></a> w-><a href="ntqwidget.html#showMaximized">showMaximized</a>(); else - w-><a href="qwidget.html#show">show</a>(); + w-><a href="ntqwidget.html#show">show</a>(); return w; } void <a name="f537"></a>ApplicationWindow::load() { - <a href="qstring.html">TQString</a> fn = TQFileDialog::<a href="qfiledialog.html#getOpenFileName">getOpenFileName</a>( TQString::null, TQString::null, this ); - if ( !fn.<a href="qstring.html#isEmpty">isEmpty</a>() ) { + <a href="ntqstring.html">TQString</a> fn = TQFileDialog::<a href="ntqfiledialog.html#getOpenFileName">getOpenFileName</a>( TQString::null, TQString::null, this ); + if ( !fn.<a href="ntqstring.html#isEmpty">isEmpty</a>() ) { MDIWindow* w = newDoc(); w->load( fn ); } else { - <a href="qmainwindow.html#statusBar">statusBar</a>()->message( "Loading aborted", 2000 ); + <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( "Loading aborted", 2000 ); } } void <a name="f538"></a>ApplicationWindow::save() { -<a name="x2090"></a> MDIWindow* m = (MDIWindow*)ws-><a href="qworkspace.html#activeWindow">activeWindow</a>(); +<a name="x2090"></a> MDIWindow* m = (MDIWindow*)ws-><a href="ntqworkspace.html#activeWindow">activeWindow</a>(); if ( m ) m->save(); } @@ -304,7 +304,7 @@ void <a name="f538"></a>ApplicationWindow::save() void <a name="f539"></a>ApplicationWindow::saveAs() { - MDIWindow* m = (MDIWindow*)ws-><a href="qworkspace.html#activeWindow">activeWindow</a>(); + MDIWindow* m = (MDIWindow*)ws-><a href="ntqworkspace.html#activeWindow">activeWindow</a>(); if ( m ) m->saveAs(); } @@ -313,7 +313,7 @@ void <a name="f539"></a>ApplicationWindow::saveAs() void <a name="f540"></a>ApplicationWindow::print() { #ifndef QT_NO_PRINTER - MDIWindow* m = (MDIWindow*)ws-><a href="qworkspace.html#activeWindow">activeWindow</a>(); + MDIWindow* m = (MDIWindow*)ws-><a href="ntqworkspace.html#activeWindow">activeWindow</a>(); if ( m ) m->print( printer ); #endif @@ -322,14 +322,14 @@ void <a name="f540"></a>ApplicationWindow::print() void <a name="f541"></a>ApplicationWindow::closeWindow() { - MDIWindow* m = (MDIWindow*)ws-><a href="qworkspace.html#activeWindow">activeWindow</a>(); + MDIWindow* m = (MDIWindow*)ws-><a href="ntqworkspace.html#activeWindow">activeWindow</a>(); if ( m ) -<a name="x2076"></a> m-><a href="qwidget.html#close">close</a>(); +<a name="x2076"></a> m-><a href="ntqwidget.html#close">close</a>(); } void <a name="f542"></a>ApplicationWindow::about() { -<a name="x2036"></a> TQMessageBox::<a href="qmessagebox.html#about">about</a>( this, "TQt Application Example", +<a name="x2036"></a> TQMessageBox::<a href="ntqmessagebox.html#about">about</a>( this, "TQt Application Example", "This example demonstrates simple use of\n " "TQt's Multiple Document Interface (MDI)."); } @@ -337,84 +337,84 @@ void <a name="f542"></a>ApplicationWindow::about() void <a name="f543"></a>ApplicationWindow::aboutTQt() { - TQMessageBox::<a href="qmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Application Example" ); + TQMessageBox::<a href="ntqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Application Example" ); } void <a name="f544"></a>ApplicationWindow::windowsMenuAboutToShow() { -<a name="x2029"></a> windowsMenu-><a href="qmenudata.html#clear">clear</a>(); -<a name="x2091"></a> int cascadeId = windowsMenu-><a href="qmenudata.html#insertItem">insertItem</a>("&Cascade", ws, SLOT(<a href="qworkspace.html#cascade">cascade</a>() ) ); -<a name="x2093"></a> int tileId = windowsMenu-><a href="qmenudata.html#insertItem">insertItem</a>("&Tile", ws, SLOT(<a href="qworkspace.html#tile">tile</a>() ) ); - int horTileId = windowsMenu-><a href="qmenudata.html#insertItem">insertItem</a>("Tile &Horizontally", this, SLOT(tileHorizontal() ) ); - if ( ws-><a href="qworkspace.html#windowList">windowList</a>().isEmpty() ) { -<a name="x2033"></a> windowsMenu-><a href="qmenudata.html#setItemEnabled">setItemEnabled</a>( cascadeId, FALSE ); - windowsMenu-><a href="qmenudata.html#setItemEnabled">setItemEnabled</a>( tileId, FALSE ); - windowsMenu-><a href="qmenudata.html#setItemEnabled">setItemEnabled</a>( horTileId, FALSE ); +<a name="x2029"></a> windowsMenu-><a href="ntqmenudata.html#clear">clear</a>(); +<a name="x2091"></a> int cascadeId = windowsMenu-><a href="ntqmenudata.html#insertItem">insertItem</a>("&Cascade", ws, SLOT(<a href="ntqworkspace.html#cascade">cascade</a>() ) ); +<a name="x2093"></a> int tileId = windowsMenu-><a href="ntqmenudata.html#insertItem">insertItem</a>("&Tile", ws, SLOT(<a href="ntqworkspace.html#tile">tile</a>() ) ); + int horTileId = windowsMenu-><a href="ntqmenudata.html#insertItem">insertItem</a>("Tile &Horizontally", this, SLOT(tileHorizontal() ) ); + if ( ws-><a href="ntqworkspace.html#windowList">windowList</a>().isEmpty() ) { +<a name="x2033"></a> windowsMenu-><a href="ntqmenudata.html#setItemEnabled">setItemEnabled</a>( cascadeId, FALSE ); + windowsMenu-><a href="ntqmenudata.html#setItemEnabled">setItemEnabled</a>( tileId, FALSE ); + windowsMenu-><a href="ntqmenudata.html#setItemEnabled">setItemEnabled</a>( horTileId, FALSE ); } - windowsMenu-><a href="qmenudata.html#insertSeparator">insertSeparator</a>(); - TQWidgetList windows = ws-><a href="qworkspace.html#windowList">windowList</a>(); + windowsMenu-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); + TQWidgetList windows = ws-><a href="ntqworkspace.html#windowList">windowList</a>(); <a name="x2054"></a> for ( int i = 0; i < int(windows.count()); ++i ) { -<a name="x2053"></a> int id = windowsMenu-><a href="qmenudata.html#insertItem">insertItem</a>(windows.at(i)->caption(), +<a name="x2053"></a> int id = windowsMenu-><a href="ntqmenudata.html#insertItem">insertItem</a>(windows.at(i)->caption(), this, SLOT( windowsMenuActivated( int ) ) ); -<a name="x2034"></a> windowsMenu-><a href="qmenudata.html#setItemParameter">setItemParameter</a>( id, i ); -<a name="x2032"></a> windowsMenu-><a href="qmenudata.html#setItemChecked">setItemChecked</a>( id, ws-><a href="qworkspace.html#activeWindow">activeWindow</a>() == windows.at(i) ); +<a name="x2034"></a> windowsMenu-><a href="ntqmenudata.html#setItemParameter">setItemParameter</a>( id, i ); +<a name="x2032"></a> windowsMenu-><a href="ntqmenudata.html#setItemChecked">setItemChecked</a>( id, ws-><a href="ntqworkspace.html#activeWindow">activeWindow</a>() == windows.at(i) ); } } void <a name="f545"></a>ApplicationWindow::windowsMenuActivated( int id ) { - <a href="qwidget.html">TQWidget</a>* w = ws-><a href="qworkspace.html#windowList">windowList</a>().at( id ); + <a href="ntqwidget.html">TQWidget</a>* w = ws-><a href="ntqworkspace.html#windowList">windowList</a>().at( id ); if ( w ) -<a name="x2088"></a> w-><a href="qwidget.html#showNormal">showNormal</a>(); -<a name="x2084"></a> w-><a href="qwidget.html#setFocus">setFocus</a>(); +<a name="x2088"></a> w-><a href="ntqwidget.html#showNormal">showNormal</a>(); +<a name="x2084"></a> w-><a href="ntqwidget.html#setFocus">setFocus</a>(); } void <a name="f546"></a>ApplicationWindow::tileHorizontal() { // primitive horizontal tiling - TQWidgetList windows = ws-><a href="qworkspace.html#windowList">windowList</a>(); + TQWidgetList windows = ws-><a href="ntqworkspace.html#windowList">windowList</a>(); if ( !windows.count() ) return; - if (ws-><a href="qworkspace.html#activeWindow">activeWindow</a>()) - ws-><a href="qworkspace.html#activeWindow">activeWindow</a>()->showNormal(); + if (ws-><a href="ntqworkspace.html#activeWindow">activeWindow</a>()) + ws-><a href="ntqworkspace.html#activeWindow">activeWindow</a>()->showNormal(); -<a name="x2078"></a> int heightForEach = ws-><a href="qwidget.html#height">height</a>() / windows.count(); +<a name="x2078"></a> int heightForEach = ws-><a href="ntqwidget.html#height">height</a>() / windows.count(); int y = 0; for ( int i = 0; i < int(windows.count()); ++i ) { - <a href="qwidget.html">TQWidget</a> *window = windows.at(i); -<a name="x2081"></a><a name="x2080"></a> int preferredHeight = window-><a href="qwidget.html#minimumHeight">minimumHeight</a>()+window-><a href="qwidget.html#parentWidget">parentWidget</a>()->baseSize().height(); + <a href="ntqwidget.html">TQWidget</a> *window = windows.at(i); +<a name="x2081"></a><a name="x2080"></a> int preferredHeight = window-><a href="ntqwidget.html#minimumHeight">minimumHeight</a>()+window-><a href="ntqwidget.html#parentWidget">parentWidget</a>()->baseSize().height(); int actHeight = TQMAX(heightForEach, preferredHeight); -<a name="x2089"></a> window-><a href="qwidget.html#parentWidget">parentWidget</a>()->setGeometry( 0, y, ws-><a href="qwidget.html#width">width</a>(), actHeight ); +<a name="x2089"></a> window-><a href="ntqwidget.html#parentWidget">parentWidget</a>()->setGeometry( 0, y, ws-><a href="ntqwidget.html#width">width</a>(), actHeight ); y += actHeight; } } -<a name="x2077"></a>void ApplicationWindow::<a href="qwidget.html#closeEvent">closeEvent</a>( <a href="qcloseevent.html">TQCloseEvent</a> *e ) +<a name="x2077"></a>void ApplicationWindow::<a href="ntqwidget.html#closeEvent">closeEvent</a>( <a href="qcloseevent.html">TQCloseEvent</a> *e ) { - TQWidgetList windows = ws-><a href="qworkspace.html#windowList">windowList</a>(); + TQWidgetList windows = ws-><a href="ntqworkspace.html#windowList">windowList</a>(); if ( windows.count() ) { for ( int i = 0; i < int(windows.count()); ++i ) { - <a href="qwidget.html">TQWidget</a> *window = windows.at( i ); - if ( !window-><a href="qwidget.html#close">close</a>() ) { + <a href="ntqwidget.html">TQWidget</a> *window = windows.at( i ); + if ( !window-><a href="ntqwidget.html#close">close</a>() ) { <a name="x2022"></a> e-><a href="qcloseevent.html#ignore">ignore</a>(); return; } } } - TQMainWindow::<a href="qwidget.html#closeEvent">closeEvent</a>( e ); + TQMainWindow::<a href="ntqwidget.html#closeEvent">closeEvent</a>( e ); } -<a name="f547"></a>MDIWindow::MDIWindow( <a href="qwidget.html">TQWidget</a>* parent, const char* name, int wflags ) - : <a href="qmainwindow.html">TQMainWindow</a>( parent, name, wflags ) +<a name="f547"></a>MDIWindow::MDIWindow( <a href="ntqwidget.html">TQWidget</a>* parent, const char* name, int wflags ) + : <a href="ntqmainwindow.html">TQMainWindow</a>( parent, name, wflags ) { mmovie = 0; - medit = new <a href="qtextedit.html">TQTextEdit</a>( this ); - <a href="qwidget.html#setFocusProxy">setFocusProxy</a>( medit ); - <a href="qmainwindow.html#setCentralWidget">setCentralWidget</a>( medit ); + medit = new <a href="ntqtextedit.html">TQTextEdit</a>( this ); + <a href="ntqwidget.html#setFocusProxy">setFocusProxy</a>( medit ); + <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( medit ); } MDIWindow::~MDIWindow() @@ -422,12 +422,12 @@ MDIWindow::~MDIWindow() delete mmovie; } -void MDIWindow::<a href="qwidget.html#closeEvent">closeEvent</a>( <a href="qcloseevent.html">TQCloseEvent</a> *e ) +void MDIWindow::<a href="ntqwidget.html#closeEvent">closeEvent</a>( <a href="qcloseevent.html">TQCloseEvent</a> *e ) { -<a name="x2069"></a> if ( medit-><a href="qtextedit.html#isModified">isModified</a>() ) { - switch( TQMessageBox::<a href="qmessagebox.html#warning">warning</a>( this, "Save Changes", - <a href="qobject.html#tr">tr</a>("Save changes to %1?").arg( <a href="qwidget.html#caption">caption</a>() ), - <a href="qobject.html#tr">tr</a>("Yes"), tr("No"), tr("Cancel") ) ) { +<a name="x2069"></a> if ( medit-><a href="ntqtextedit.html#isModified">isModified</a>() ) { + switch( TQMessageBox::<a href="ntqmessagebox.html#warning">warning</a>( this, "Save Changes", + <a href="ntqobject.html#tr">tr</a>("Save changes to %1?").arg( <a href="ntqwidget.html#caption">caption</a>() ), + <a href="ntqobject.html#tr">tr</a>("Yes"), tr("No"), tr("Cancel") ) ) { case 0: { save(); @@ -449,37 +449,37 @@ void MDIWindow::<a href="qwidget.html#closeEvent">closeEvent</a>( <a href="qclos } } -void <a name="f548"></a>MDIWindow::load( const <a href="qstring.html">TQString</a>& fn ) +void <a name="f548"></a>MDIWindow::load( const <a href="ntqstring.html">TQString</a>& fn ) { filename = fn; - <a href="qfile.html">TQFile</a> f( filename ); - if ( !f.<a href="qfile.html#open">open</a>( <a href="qfile.html#open">IO_ReadOnly</a> ) ) + <a href="ntqfile.html">TQFile</a> f( filename ); + if ( !f.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> ) ) return; -<a name="x2064"></a> if(fn.<a href="qstring.html#contains">contains</a>(".gif")) { - <a href="qwidget.html">TQWidget</a> * tmp=new <a href="qwidget.html">TQWidget</a>(this); - <a href="qwidget.html#setFocusProxy">setFocusProxy</a>(tmp); - <a href="qmainwindow.html#setCentralWidget">setCentralWidget</a>(tmp); -<a name="x2079"></a> medit-><a href="qwidget.html#hide">hide</a>(); +<a name="x2064"></a> if(fn.<a href="ntqstring.html#contains">contains</a>(".gif")) { + <a href="ntqwidget.html">TQWidget</a> * tmp=new <a href="ntqwidget.html">TQWidget</a>(this); + <a href="ntqwidget.html#setFocusProxy">setFocusProxy</a>(tmp); + <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>(tmp); +<a name="x2079"></a> medit-><a href="ntqwidget.html#hide">hide</a>(); delete medit; - <a href="qmovie.html">TQMovie</a> * qm=new <a href="qmovie.html">TQMovie</a>(fn); + <a href="ntqmovie.html">TQMovie</a> * qm=new <a href="ntqmovie.html">TQMovie</a>(fn); #ifdef Q_WS_QWS // temporary speed-test hack <a name="x2039"></a> qm->setDisplayWidget(tmp); #endif -<a name="x2082"></a> tmp-><a href="qwidget.html#setBackgroundMode">setBackgroundMode</a>(TQWidget::NoBackground); - tmp-><a href="qwidget.html#show">show</a>(); +<a name="x2082"></a> tmp-><a href="ntqwidget.html#setBackgroundMode">setBackgroundMode</a>(TQWidget::NoBackground); + tmp-><a href="ntqwidget.html#show">show</a>(); mmovie=qm; } else { mmovie = 0; - <a href="qtextstream.html">TQTextStream</a> t(&f); -<a name="x2074"></a> <a href="qstring.html">TQString</a> s = t.<a href="qtextstream.html#read">read</a>(); - medit-><a href="qtextedit.html#setText">setText</a>( s ); -<a name="x2023"></a> f.<a href="qfile.html#close">close</a>(); + <a href="ntqtextstream.html">TQTextStream</a> t(&f); +<a name="x2074"></a> <a href="ntqstring.html">TQString</a> s = t.<a href="ntqtextstream.html#read">read</a>(); + medit-><a href="ntqtextedit.html#setText">setText</a>( s ); +<a name="x2023"></a> f.<a href="ntqfile.html#close">close</a>(); } - <a href="qwidget.html#setCaption">setCaption</a>( filename ); + <a href="ntqwidget.html#setCaption">setCaption</a>( filename ); emit message( TQString("Loaded document %1").arg(filename), 2000 ); } @@ -490,27 +490,27 @@ void <a name="f549"></a>MDIWindow::save() return; } -<a name="x2073"></a> <a href="qstring.html">TQString</a> text = medit-><a href="qtextedit.html#text">text</a>(); - <a href="qfile.html">TQFile</a> f( filename ); - if ( !f.<a href="qfile.html#open">open</a>( <a href="qfile.html#open">IO_WriteOnly</a> ) ) { +<a name="x2073"></a> <a href="ntqstring.html">TQString</a> text = medit-><a href="ntqtextedit.html#text">text</a>(); + <a href="ntqfile.html">TQFile</a> f( filename ); + if ( !f.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_WriteOnly</a> ) ) { emit message( TQString("Could not write to %1").arg(filename), 2000 ); return; } - <a href="qtextstream.html">TQTextStream</a> t( &f ); + <a href="ntqtextstream.html">TQTextStream</a> t( &f ); t << text; - f.<a href="qfile.html#close">close</a>(); + f.<a href="ntqfile.html#close">close</a>(); - <a href="qwidget.html#setCaption">setCaption</a>( filename ); + <a href="ntqwidget.html#setCaption">setCaption</a>( filename ); emit message( TQString( "File %1 saved" ).arg( filename ), 2000 ); } void <a name="f550"></a>MDIWindow::saveAs() { - <a href="qstring.html">TQString</a> fn = TQFileDialog::<a href="qfiledialog.html#getSaveFileName">getSaveFileName</a>( filename, TQString::null, this ); - if ( !fn.<a href="qstring.html#isEmpty">isEmpty</a>() ) { + <a href="ntqstring.html">TQString</a> fn = TQFileDialog::<a href="ntqfiledialog.html#getSaveFileName">getSaveFileName</a>( filename, TQString::null, this ); + if ( !fn.<a href="ntqstring.html#isEmpty">isEmpty</a>() ) { filename = fn; save(); } else { @@ -518,42 +518,42 @@ void <a name="f550"></a>MDIWindow::saveAs() } } -void <a name="f551"></a>MDIWindow::print( <a href="qprinter.html">TQPrinter</a>* printer) +void <a name="f551"></a>MDIWindow::print( <a href="ntqprinter.html">TQPrinter</a>* printer) { #ifndef QT_NO_PRINTER int pageNo = 1; -<a name="x2052"></a> if ( printer-><a href="qprinter.html#setup">setup</a>(this) ) { // printer dialog -<a name="x2051"></a> printer-><a href="qprinter.html#setFullPage">setFullPage</a>( TRUE ); +<a name="x2052"></a> if ( printer-><a href="ntqprinter.html#setup">setup</a>(this) ) { // printer dialog +<a name="x2051"></a> printer-><a href="ntqprinter.html#setFullPage">setFullPage</a>( TRUE ); emit message( "Printing...", 0 ); - <a href="qpainter.html">TQPainter</a> p; - if ( !p.<a href="qpainter.html#begin">begin</a>( printer ) ) + <a href="ntqpainter.html">TQPainter</a> p; + if ( !p.<a href="ntqpainter.html#begin">begin</a>( printer ) ) return; // paint on printer -<a name="x2044"></a> <a href="qpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( p.<a href="qpainter.html#device">device</a>() ); -<a name="x2041"></a> int dpiy = metrics.<a href="qpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); +<a name="x2044"></a> <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( p.<a href="ntqpainter.html#device">device</a>() ); +<a name="x2041"></a> int dpiy = metrics.<a href="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); int margin = (int) ( (2/2.54)*dpiy ); // 2 cm margins -<a name="x2042"></a><a name="x2040"></a> <a href="qrect.html">TQRect</a> view( margin, margin, metrics.<a href="qpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="qpaintdevicemetrics.html#height">height</a>() - 2*margin ); -<a name="x2067"></a> <a href="qsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="qstylesheet.html#convertFromPlainText">convertFromPlainText</a>(medit-><a href="qtextedit.html#text">text</a>()), +<a name="x2042"></a><a name="x2040"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="ntqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="ntqpaintdevicemetrics.html#height">height</a>() - 2*margin ); +<a name="x2067"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="ntqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(medit-><a href="ntqtextedit.html#text">text</a>()), TQFont(), -<a name="x2068"></a> medit-><a href="qtextedit.html#context">context</a>(), -<a name="x2072"></a> medit-><a href="qtextedit.html#styleSheet">styleSheet</a>(), -<a name="x2070"></a> medit-><a href="qtextedit.html#mimeSourceFactory">mimeSourceFactory</a>(), - view.<a href="qrect.html#height">height</a>() ); -<a name="x2063"></a> richText.<a href="qsimplerichtext.html#setWidth">setWidth</a>( &p, view.<a href="qrect.html#width">width</a>() ); +<a name="x2068"></a> medit-><a href="ntqtextedit.html#context">context</a>(), +<a name="x2072"></a> medit-><a href="ntqtextedit.html#styleSheet">styleSheet</a>(), +<a name="x2070"></a> medit-><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>(), + view.<a href="ntqrect.html#height">height</a>() ); +<a name="x2063"></a> richText.<a href="ntqsimplerichtext.html#setWidth">setWidth</a>( &p, view.<a href="ntqrect.html#width">width</a>() ); int page = 1; do { -<a name="x2061"></a> richText.<a href="qsimplerichtext.html#draw">draw</a>( &p, margin, margin, view, colorGroup() ); -<a name="x2057"></a> view.<a href="qrect.html#moveBy">moveBy</a>( 0, view.<a href="qrect.html#height">height</a>() ); - p.<a href="qpainter.html#translate">translate</a>( 0 , -view.<a href="qrect.html#height">height</a>() ); -<a name="x2066"></a><a name="x2046"></a> p.<a href="qpainter.html#drawText">drawText</a>( view.<a href="qrect.html#right">right</a>() - p.<a href="qpainter.html#fontMetrics">fontMetrics</a>().width( TQString::<a href="qstring.html#number">number</a>( page ) ), - view.<a href="qrect.html#bottom">bottom</a>() + p.<a href="qpainter.html#fontMetrics">fontMetrics</a>().ascent() + 5, TQString::number( page ) ); -<a name="x2062"></a> if ( view.<a href="qrect.html#top">top</a>() - margin >= richText.<a href="qsimplerichtext.html#height">height</a>() ) +<a name="x2061"></a> richText.<a href="ntqsimplerichtext.html#draw">draw</a>( &p, margin, margin, view, colorGroup() ); +<a name="x2057"></a> view.<a href="ntqrect.html#moveBy">moveBy</a>( 0, view.<a href="ntqrect.html#height">height</a>() ); + p.<a href="ntqpainter.html#translate">translate</a>( 0 , -view.<a href="ntqrect.html#height">height</a>() ); +<a name="x2066"></a><a name="x2046"></a> p.<a href="ntqpainter.html#drawText">drawText</a>( view.<a href="ntqrect.html#right">right</a>() - p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().width( TQString::<a href="ntqstring.html#number">number</a>( page ) ), + view.<a href="ntqrect.html#bottom">bottom</a>() + p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>().ascent() + 5, TQString::number( page ) ); +<a name="x2062"></a> if ( view.<a href="ntqrect.html#top">top</a>() - margin >= richText.<a href="ntqsimplerichtext.html#height">height</a>() ) break; - <a href="qstring.html">TQString</a> msg( "Printing (page " ); - msg += TQString::<a href="qstring.html#number">number</a>( ++pageNo ); + <a href="ntqstring.html">TQString</a> msg( "Printing (page " ); + msg += TQString::<a href="ntqstring.html#number">number</a>( ++pageNo ); msg += ")..."; emit message( msg, 0 ); -<a name="x2050"></a> printer-><a href="qprinter.html#newPage">newPage</a>(); +<a name="x2050"></a> printer-><a href="ntqprinter.html#newPage">newPage</a>(); page++; } while (TRUE); } @@ -573,17 +573,17 @@ void <a name="f551"></a>MDIWindow::print( <a href="qprinter.html">TQPrinter</a>* ** *****************************************************************************/ -#include <<a href="qapplication-h.html">qapplication.h</a>> +#include <<a href="qapplication-h.html">ntqapplication.h</a>> #include "application.h" int main( int argc, char ** argv ) { - <a href="qapplication.html">TQApplication</a> a( argc, argv ); + <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); ApplicationWindow * mw = new ApplicationWindow(); - a.<a href="qapplication.html#setMainWidget">setMainWidget</a>(mw); - mw-><a href="qwidget.html#setCaption">setCaption</a>( "TQt Example - Multiple Documents Interface (MDI)" ); - mw-><a href="qwidget.html#show">show</a>(); -<a name="x2097"></a><a name="x2096"></a> a.<a href="qobject.html#connect">connect</a>( &a, SIGNAL(<a href="qapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, SLOT(<a href="qapplication.html#quit">quit</a>()) ); - int res = a.<a href="qapplication.html#exec">exec</a>(); + a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>(mw); + mw-><a href="ntqwidget.html#setCaption">setCaption</a>( "TQt Example - Multiple Documents Interface (MDI)" ); + mw-><a href="ntqwidget.html#show">show</a>(); +<a name="x2097"></a><a name="x2096"></a> a.<a href="ntqobject.html#connect">connect</a>( &a, SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + int res = a.<a href="ntqapplication.html#exec">exec</a>(); return res; } </pre> |