Commit 64007eec by shangshang.dai

修改

1:收到提示信息强制全屏显示提示窗口.
parent 1c5be854
......@@ -92,6 +92,7 @@ int main(int argc, char *argv[])
}
FloatForm f;
MainForm w;
QObject::connect(&w, &MainForm::hideFloatForm, &f, &FloatForm::hide);
QObject::connect(&w, &MainForm::showFloatForm, &f, &FloatForm::onShow);
QObject::connect(&w, &MainForm::startRemind, &f, &FloatForm::onStartRemind);
QObject::connect(&w, &MainForm::stopRemind, &f, &FloatForm::onStopRemind);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment