From f9f2d227b3cfbc2187b4f7f535fc59f9735798d0 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 09 Oct 2002 14:25:38 +0000 Subject: A small testsuite the stuff from the remote goes to the stdout There is a send button and a multilineedit be sure to hit \n before sending... Some debug code... in some files debugged IOSerial it should be fine now --- (limited to 'noncore/apps/opie-console/test/main.cpp') diff --git a/noncore/apps/opie-console/test/main.cpp b/noncore/apps/opie-console/test/main.cpp new file mode 100644 index 0000000..f5e8722 --- a/dev/null +++ b/noncore/apps/opie-console/test/main.cpp @@ -0,0 +1,13 @@ +#include + +#include "senderui.h" + + +int main( int argc, char* argv[] ){ +QPEApplication app(argc,argv ); + +SenderUI ui; +app.showMainWidget(&ui); + +return app.exec(); +} \ No newline at end of file -- cgit v0.9.0.2