Details
Description
`QHostInfo` has a static method
int QHostInfo::lookupHost(const QString &name, QObject *receiver, const char *member)
which doesn't seem to be exposed via PySide2. The generated documentation makes reference to the method, though only in the class overview text generated from the C++ docs, and not in the list of methods.
I did find a couple references to this issue on Stack Overflow, but I wasn't able to find anything in the bug tracker:
https://stackoverflow.com/questions/12533698/using-qthostinfo-lookuphost-in-pyside
Attachments
Issue Links
- is duplicated by
-
PYSIDE-1336 QHostInfo lookupHost method is not accessible from PySide2
- Closed