@MrCrackPotBuilder said in Detecting the removal of a screen and modifying the app accordingly.:
Its also saying the same as before so I.m definitely going to have to use the QGuiApplication but how that i cant figure out... Yet
you #include <QGuiApplication> in your class that than allows you access to the (unique) application instance pointer qApp than you can use that to update your Layout.
QObject::connect(qApp, &QGuiApplication::screenCountChanged, this, &myClass::screenCountSlot);