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