I encountered a problem about monitoring multi-monitor access and disconnect, I do not know if you have encountered
-
void QDesktopWidget::screenCountChanged(int newCount);
void QGuiApplication::screenAdded(QScreen *screen);
void QGuiApplication::screenRemoved(QScreen *screen);I have successively used the three interfaces and found that when there are two monitors, the signal can be sent normally, but when there are three monitors, the signal cannot be sent accurately.I don't know if you've encountered this problem before
-
@guard said in I encountered a problem about monitoring multi-monitor access and disconnect, I do not know if you have encountered:
but when there are three monitors, the signal cannot be sent accurately.I don't know if you've encountered this problem before
Do you mean if there are 3 monitors connected and you connect a fourth one you do not get these signals?