RoseCodeEditCreator.cpp

Go to the documentation of this file.
00001 
00002 #include "RoseCodeEditCreator.h"
00003 #include "RoseCodeEdit.h"
00004 
00005 QWidget *RoseCodeEditCreator::createWidget( QWidget *parent )
00006 {
00007     QWidget *w( new RoseCodeEdit( parent ) );
00008 
00009     w->setWindowTitle( getName() + QString( " [%1]" ).arg(counter ) );
00010     w->setWindowIcon( getIcon() );
00011 
00012     return w;
00013 }

Generated on Tue Sep 15 14:48:47 2009 for RoseQtWidgets by  doxygen 1.4.7