Rename patientinformationform to PatientInformationForm.
This commit is contained in:
@@ -49,7 +49,7 @@ MainWindow::MainWindow(QWidget* aParent)
|
||||
});
|
||||
|
||||
connect(EventCenter::Default(), &EventCenter::DeviceErrorRaise, [=](QObject* parent, QObject* msg) {
|
||||
if (!mUI->mCentralWidget->isVisible()) return;
|
||||
if (!this->isVisible()) return;
|
||||
//默认旧模式
|
||||
if (!mMessageDialog)
|
||||
{
|
||||
@@ -71,7 +71,7 @@ MainWindow::MainWindow(QWidget* aParent)
|
||||
mMessageDialog->setWindowModality(Qt::NonModal);
|
||||
mMessageDialog->exec();
|
||||
}
|
||||
});
|
||||
});
|
||||
connect(EventCenter::Default(), &EventCenter::InvokeOperationStart, [=](QObject*, QObject* msg) {
|
||||
if (mMessageDialog)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user