import dialog: disable the OK button by default

metadata
Wenzel Jakob 2010-08-18 00:28:54 +02:00
parent 49c3f109d4
commit 8d6855addd
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ ImportDialog::ImportDialog(QWidget *parent) :
ui->setupUi(this);
connect(ui->sceneEdit, SIGNAL(textChanged(const QString &)),
this, SLOT(refresh()));
refresh();
}
ImportDialog::~ImportDialog() {