diff --git a/src/dialogs/NewFileDialog.cpp b/src/dialogs/NewFileDialog.cpp index 510ac2a7..3c224835 100644 --- a/src/dialogs/NewFileDialog.cpp +++ b/src/dialogs/NewFileDialog.cpp @@ -103,8 +103,6 @@ void NewFileDialog::on_checkBox_FilelessOpen_clicked() = {ui->recentsListWidget, ui->ioPlugin, ui->newFileEdit, - ui->newFileLabel, - ui->ioLabel, ui->selectFileButton}; for (QWidget *widget : widgets_to_hide) { setDisableAndHideWidget(widget, disable_and_hide); @@ -446,7 +444,7 @@ void NewFileDialog::loadShellcode(const QString &shellcode, const int size) void NewFileDialog::setDisableAndHideWidget(QWidget *w, bool disable_and_hide) { - w->setDisabled(disable_and_hide); + // w->setDisabled(disable_and_hide); w->setVisible(disable_and_hide); } diff --git a/src/dialogs/NewFileDialog.ui b/src/dialogs/NewFileDialog.ui index 35eaef8e..b70dc8ba 100755 --- a/src/dialogs/NewFileDialog.ui +++ b/src/dialogs/NewFileDialog.ui @@ -114,20 +114,7 @@ 5 - - - - - 0 - 0 - - - - <b>Select new file<b> - - - - + @@ -140,7 +127,7 @@ - + false @@ -150,15 +137,8 @@ - - - - - - <b>IO</b> - - + @@ -358,19 +338,6 @@ - - - - - 0 - 0 - - - - <html><head/><body><p><span style=" font-weight:600;">Projects path (dir.projects):</span></p></body></html> - - -