downloadproject
downloadproject
一个主进程和多个子进程
您好!打扰了。我有一个需求。一个父进程,需要和多个子进程(10个左右)通信,请问怎么利用您这个库,有没有具体例子,恳请指教,谢谢!
```cpp QWeakPointer weakSelf = QWeakPointer(sharedFromThis()); sockRecv = Socket::createSocket();//Create a UDP data receiving port sockSend = Socket::createSocket();//Create a UDP data sending port sockRecv->bindUdpSock(9001);//Bind UDP to port 9001 for receiving sockSend->bindUdpSock(0, "0.0.0.0");//Bind...
How to use this to create a file manager. eg: windows explorer. You can click or right-click on the left file tree and the right file list thank You!
Hello,In the Demo folder, line 221 of this main.py,"splitter = QtAds.internal.findParent(QtAds.CDockSplitter, dock_area)" PySide6 Environment 'PySide6QtAds' has no attribute 'internal' thank you!!