{
/*file_put_contents_append("res.dat",QString( "Prendileo %1" ).arg( QString::number(pos)));*/
get_file = new Gui_Wget(this);
get_file->show();
get_file->OrderGetUrl(u,f,user,pass); /* URL , Localfile , USER, PASS */
connect( get_file, SIGNAL( ready_action() ), this, SLOT( incomming_next() ) );
}
void DB_Setup::Wget_File(int pos , QString u , QString f , QString user , QString pass )
{
/*file_put_contents_append("res.dat",QString( "Prendileo %1" ).arg( QString::number(pos)));*/
get_file = new Gui_Wget(this);
get_file->show();
get_file->OrderGetUrl(u,f,user,pass); /* URL , Localfile , USER, PASS */
connect( get_file, SIGNAL( ready_action() ), this, SLOT( incomming_next() ) );
}
To copy to clipboard, switch view to plain text mode
Bookmarks