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