From 12bd3e7ff088b097bf4e280161aee646fbbb50dc Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 7 Jul 2008 07:36:42 +0000 Subject: Made actual widgets get dragged around --- editor/editor.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor/editor.cc') diff --git a/editor/editor.cc b/editor/editor.cc index 780b6dc..b2d418f 100644 --- a/editor/editor.cc +++ b/editor/editor.cc @@ -29,6 +29,8 @@ #include "toolbox.h" #include "macrowindow.h" +#include "widgetwrapper.h" + int main(int argc, char *argv[]) { QApplication app(argc, argv); @@ -36,6 +38,7 @@ int main(int argc, char *argv[]) Toolbox toolbox; MacroWindow macrowindow(Qt::Horizontal); macrowindow.resize(400, 300); + macrowindow.show(); return app.exec(); } -- cgit v1.2.3