import dialog: disable the OK button by default
parent
49c3f109d4
commit
8d6855addd
|
@ -28,6 +28,7 @@ ImportDialog::ImportDialog(QWidget *parent) :
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
connect(ui->sceneEdit, SIGNAL(textChanged(const QString &)),
|
connect(ui->sceneEdit, SIGNAL(textChanged(const QString &)),
|
||||||
this, SLOT(refresh()));
|
this, SLOT(refresh()));
|
||||||
|
refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
ImportDialog::~ImportDialog() {
|
ImportDialog::~ImportDialog() {
|
||||||
|
|
Loading…
Reference in New Issue