1#ifndef INTERFACESQUERY_H
2#define INTERFACESQUERY_H
3#include <QNetworkInterface>
12 static constexpr const unsigned short TIMELY_SCAN_S = 1;
32 std::optional<QNetworkInterface>
from_name_query(
const QString& readable_name)
const;
43 QList<QNetworkInterface> cached_interfaces;
The InterfacesQuery class query the netcard info, if you want to specify query way,...
Definition InterfacesQuery.h:10
void network_query_display(const QStringList interfaces)
network_query_display is just the signals
const QList< QNetworkInterface > & interfaces_cached() const
interfaces_cached returns the sync query of the netcard interfaces
Definition InterfacesQuery.h:24
std::optional< QNetworkInterface > from_name_query(const QString &readable_name) const
from_name_query query from the network card readable name, using in select list widgets
Definition InterfacesQuery.cpp:10