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