Inter-process Communication with Qt: Implementing a REST Client Using QNetworkAccessManager

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2025

ความคิดเห็น • 6

  • @piergiorgiovalli5220
    @piergiorgiovalli5220 3 หลายเดือนก่อน

    Nice,Thanks

  • @yannickcotten2854
    @yannickcotten2854 3 หลายเดือนก่อน

    Hi and thanks for the share.
    Just a question : you talk about a job class pattern saying it's quite common, however I can't find anything on google (due to keywords returning lots of irrelevant answers).
    Could it be please possible to get any more information or links about this ?

    • @KDABtv
      @KDABtv  3 หลายเดือนก่อน +1

      Hi,
      a few weeks back we released a video about this topic. You cand find it here: th-cam.com/video/y1cYW7xMkpA/w-d-xo.html

  • @bluehornet6752
    @bluehornet6752 3 หลายเดือนก่อน

    Maybe I'm missing something, but why are you calling delete on m_reply in the SearchJob class? Where is that heap-allocated? I must have missed it somewhere.

    • @bluehornet6752
      @bluehornet6752 3 หลายเดือนก่อน

      Ah, disregard. I see it there in the ctor, where you new'd up the SearchJobPrivate object. Thanks for the demo example!

  • @kuhluhOG
    @kuhluhOG 3 หลายเดือนก่อน

    Just one thing: REST is not a protocol, it's a paradigm about how a remote API should behave.