mmatyas / pegasus-frontend

A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
http://pegasus-frontend.org
Other
1.25k stars 113 forks source link

network detection api #1127

Open ElectronicRave opened 2 months ago

ElectronicRave commented 2 months ago

It would be possible to have a complex API, just to detect the state of being connected or not to a network. to be able to display a status icon on the interface?

mmatyas commented 2 months ago

Hi, this technically seems to be possible, but requires some work, as different Qt versions seem to have different methods for accessing this information. (Note to self: https://doc.qt.io/qt-6/qnetworkinformation.html)