21 void launchEmacsInWindow(QWidget*, QString);
22 void launchXtermInWindow(QWidget *widget);
24 void launchServerInWindow(QWidget*, QString);
25 void launchClient(QString);
27 void serverFinished(
int, QProcess::ExitStatus);
28 void serverReadyReadStandardOutput(
void);
29 void clientFinished(
int, QProcess::ExitStatus);
30 void clientReadyReadStandardOutput(
void);
31 void xtermFinished(
int, QProcess::ExitStatus);
32 void xtermReadyReadStandardOutput(
void);
35 void clientIsEmbedded();