SOLVED
Qt Code:
int main(int argc, char *argv[]) { int codigoSaida = 0; do{ a.exit(); MainWindow w; w.show(); codigoSaida = a.exec(); }while(codigoSaida == CODIGO_RESTART); return codigoSaida; }To copy to clipboard, switch view to plain text mode
SOLVED
Qt Code:
int main(int argc, char *argv[]) { int codigoSaida = 0; do{ a.exit(); MainWindow w; w.show(); codigoSaida = a.exec(); }while(codigoSaida == CODIGO_RESTART); return codigoSaida; }To copy to clipboard, switch view to plain text mode
Bookmarks