QNetworkConfigurationManager config;if (config.isOnline()) emit Onlain(true);else emit Onlain(false);