Created a 'WebService' dialog that will handle download and upload.

Created a WebService dialog that will handle download and upload
from all child based webservices. Also, ported the currently - only
- one webservice to use the new dialog.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-10-24 22:30:21 -02:00
parent 695f64a23a
commit 5eb2cc4594
5 changed files with 103 additions and 55 deletions

View file

@ -252,7 +252,7 @@ void MainWindow::on_actionDownloadDC_triggered()
void MainWindow::on_actionDownloadWeb_triggered()
{
SubsurfaceWebServices::instance()->runDialog();
SubsurfaceWebServices::instance()->exec();
}
void MainWindow::on_actionEditDeviceNames_triggered()