From 74651351d05898e961941e98ad68043028ce3a87 Mon Sep 17 00:00:00 2001 From: Slagvi Public Date: Tue, 18 Jun 2013 15:14:09 +0200 Subject: First newFromTemplate commit. Some basic widgets mechanics (bzr r12379.2.1) --- src/templates/main.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/templates/main.cpp (limited to 'src/templates/main.cpp') diff --git a/src/templates/main.cpp b/src/templates/main.cpp new file mode 100644 index 000000000..1ff93822c --- /dev/null +++ b/src/templates/main.cpp @@ -0,0 +1,14 @@ +#include + +#include "newfromtemplate.h" + +int main (int argc, char *argv[]) +{ + Gtk::Main kit(argc, argv); + + NewFromTemplate dialog; + dialog.run(); + //Gtk::Main::run(dialog); + + return 0; +} \ No newline at end of file -- cgit v1.2.3