qt UDP(通過pushbutton發送信息)

在客戶端的UI界面拖了一個pushbutton和textdit。 主要代碼如下: 發送端: int32_t udpcli::udpSend() { auto uSocket = new QUdpSocket; QString sendText=ui->textEdit->toPlainText(); //獲取文本信息 uSocket->writeDatagram(send
相關文章
相關標籤/搜索