ui: Added cancel button to enter license window
This commit is contained in:
@@ -282,9 +282,10 @@ void QtMainWindow::forceEnterLicense(bool expired)
|
||||
enterLicenseWindow->clear();
|
||||
}
|
||||
|
||||
enterLicenseWindow->loadForced();
|
||||
|
||||
this->setEnabled(false);
|
||||
enterLicenseWindow->setEnabled(true);
|
||||
enterLicenseWindow->setCloseVisible(true);
|
||||
}
|
||||
|
||||
bool QtMainWindow::event(QEvent* event)
|
||||
@@ -348,7 +349,6 @@ void QtMainWindow::enterLicense()
|
||||
connect(enterLicenseWindow, SIGNAL(finished()), this, SLOT(activateWindow()));
|
||||
|
||||
enterLicenseWindow->load();
|
||||
enterLicenseWindow->setCloseVisible(false);
|
||||
}
|
||||
|
||||
void QtMainWindow::showStartScreen()
|
||||
|
||||
Reference in New Issue
Block a user