aboutsummaryrefslogtreecommitdiffstats
path: root/bin/templates/qt4project/mywidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/templates/qt4project/mywidget.cpp')
-rw-r--r--bin/templates/qt4project/mywidget.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/templates/qt4project/mywidget.cpp b/bin/templates/qt4project/mywidget.cpp
new file mode 100644
index 0000000000..ae355e98dd
--- /dev/null
+++ b/bin/templates/qt4project/mywidget.cpp
@@ -0,0 +1,11 @@
+#include "%INCLUDE%"
+
+%CLASS%::%CLASS%(QWidget *parent)
+ : %BASECLASS%(parent)
+{
+}
+
+%CLASS%::~%CLASS%()
+{
+
+}