first commit
[blok] / blokitem / blokitem.cpp
diff --git a/blokitem/blokitem.cpp b/blokitem/blokitem.cpp
new file mode 100644 (file)
index 0000000..20a8cc5
--- /dev/null
@@ -0,0 +1,6 @@
+#include "blokitem.h"
+
+BlokItem::BlokItem(int width, int height,QObject *parent):
+    BoxItem(QRectF(0,0,width*32,height*32))
+{
+}