#include #include "blockeditor.h" int main(int argc, char * argv[]) { QApplication a(argc, argv); BlockEditor w; w.show(); return a.exec(); }