[rkward-cvs] rkward/rkward rkkonsole.cpp,1.1,1.2
adrien
adhardemare at users.sourceforge.net
Wed Apr 6 14:01:48 UTC 2005
Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16476/rkward
Modified Files:
rkkonsole.cpp
Log Message:
so : just a normal konsole
Index: rkkonsole.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkkonsole.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rkkonsole.cpp 6 Apr 2005 11:47:19 -0000 1.1
--- rkkonsole.cpp 6 Apr 2005 14:01:46 -0000 1.2
***************
*** 47,62 ****
return;
};
- // now use the interface in all sorts of ways, e.g.
- // t->showShellInDir( QDir::home().path() );
- // or:
- QStrList l;
- l.append( "python" );
- interface->startProgram( QString::fromUtf8( "/usr/bin/R" ), l);
- // or connect to one of the signals. Connect to the Part object,
- // not to the TerminalInterface, since the latter is no QObject,
- // and as such cannot have signals..:
- // connect( p, SIGNAL( processExited( int ) ),
- // this, SLOT( shellExited( int ) ) );
- // etc.*/
}
--- 47,50 ----
More information about the rkward-tracker
mailing list