Qt 警告:QObject::connect:没有这样的信号 QApplication::screenRemoved(QScreen *)
Qt WARNING: QObject::connect: No such signal QApplication::screenRemoved(QScreen *)
当我在 Debian 8 中从终端 运行 我的虚拟框 5.1 时出现以下错误,当我关闭虚拟框时出现此错误:
Qt 警告:QObject::disconnect:没有这样的信号QApplication::screenRemoved(QScreen *)
我该怎么办?
"screenRemoved" 是来自 "QGuiApplication" 的信号。
并且 "QApplication" 继承了 "QGuiApplication"。
一切都很好。但是这个方法从Qt5.4版本就有了
http://doc.qt.io/qt-5/qguiapplication.html#screenRemoved
请检查您的QT版本。可能是有点老了。
当我在 Debian 8 中从终端 运行 我的虚拟框 5.1 时出现以下错误,当我关闭虚拟框时出现此错误:
Qt 警告:QObject::disconnect:没有这样的信号QApplication::screenRemoved(QScreen *)
我该怎么办?
"screenRemoved" 是来自 "QGuiApplication" 的信号。
并且 "QApplication" 继承了 "QGuiApplication"。
一切都很好。但是这个方法从Qt5.4版本就有了
http://doc.qt.io/qt-5/qguiapplication.html#screenRemoved
请检查您的QT版本。可能是有点老了。