Enabled modality for appropriate dialogs

Make sure it is impossible to open more than one torrent addition from URL dialog
This commit is contained in:
Christophe Dumez 2010-03-10 20:21:56 +00:00
parent 9202ce8757
commit cc3a6350a5
6 changed files with 15 additions and 4 deletions

View file

@ -52,6 +52,8 @@
options_imp::options_imp(QWidget *parent):QDialog(parent){
qDebug("-> Constructing Options");
setAttribute(Qt::WA_DeleteOnClose);
setModal(true);
QString savePath;
setupUi(this);
// Get apply button in button box