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