void windowDownloadD::on_settingsButton_clicked() { WindowSettings *centralWindow = new WindowSettings(this,3,this->parentWidget()); centralWindow->show(); }
void windowLoadMiRNAF::on_settingsButton_clicked() { WindowSettings *centralWindow = new WindowSettings(this,1,this->parentWidget()); centralWindow->show(); }