From 4ac3da0fe4400b9109636143e8da53dbef6c3984 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Wed, 19 Oct 2011 03:13:11 +0300 Subject: Main window mockup --- client/main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 client/main.cpp (limited to 'client/main.cpp') diff --git a/client/main.cpp b/client/main.cpp new file mode 100644 index 0000000..ab4d526 --- /dev/null +++ b/client/main.cpp @@ -0,0 +1,11 @@ + +#include +#include "dialog.h" + +int main(int argc, char *argv[]) +{ + QApplication app(argc, argv); + ProxyDialog *dialog = new ProxyDialog; + dialog->show(); + return app.exec(); +} \ No newline at end of file -- cgit v1.2.3