QLocalSocket is a class in Qt framework to create local sockets mostly used for IPC.
QLocalSocket is a class in Qt framework to create local sockets mostly used for IPC. In Microsoft Windows implementation of Qt, this class is currently based on named pipes. See QLocalSocket for more information about this class.