From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- tools/designer/examples/vcr/main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/designer/examples/vcr/main.cpp (limited to 'tools/designer/examples/vcr/main.cpp') diff --git a/tools/designer/examples/vcr/main.cpp b/tools/designer/examples/vcr/main.cpp new file mode 100644 index 0000000..a848328 --- /dev/null +++ b/tools/designer/examples/vcr/main.cpp @@ -0,0 +1,10 @@ +#include +#include "vcr.h" + +int main( int argc, char ** argv ) +{ + QApplication app( argc, argv ); + Vcr *vcr = new Vcr; + vcr->show(); + return app.exec(); +} -- cgit v1.2.1