4#ifndef QNETWORKMANAGERINFORMATIONBACKEND_H
5#define QNETWORKMANAGERINFORMATIONBACKEND_H
18#include <QtNetwork/private/qnetworkinformation_p.h>
35 return featuresSupportedStatic();
40 using Feature = QNetworkInformation::Feature;
41 return QNetworkInformation::Features(Feature::Reachability | Feature::CaptivePortal
42 | Feature::TransportMedium | Feature::Metered);
45 bool isValid()
const {
return iface.isValid(); }
static bool networkManagerAvailable()
Combined button and popup list for selecting options.