Ejemplo n.º 1
0
void Developer::on_btnInicio_clicked()
{
    Home *d;
    d = new Home();
    d->setVisible(true);
    this->close();
}