Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. How to develop a chat system for a pyqt based GUI
Forum Updated to NodeBB v4.3 + New Features

How to develop a chat system for a pyqt based GUI

Scheduled Pinned Locked Moved Unsolved Qt for Python
3 Posts 3 Posters 356 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    Qt Enthusiast
    wrote on last edited by
    #1

    How to develop a chat system for a pyqt based GUI

    JonBJ 1 Reply Last reply
    0
    • Q Qt Enthusiast

      How to develop a chat system for a pyqt based GUI

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @Qt-Enthusiast
      Use QTcpSocket/QUdpSocket/QNetworkAccessManager/QNetworkInterface/QWebSocket/QWebSocketServer, depending on your design.

      If you tried doing your own Googling before asking, you would have come across examples like
      https://doc.qt.io/qt-5/qtwebsockets-simplechat-example.html
      https://doc.qt.io/qt-5/qtnetwork-network-chat-example.html

      There are plenty of hits/examples if you do some looking yourself.

      1 Reply Last reply
      3
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Besides the good links from JonB
        then this is also a must read

        https://wiki.qt.io/WIP-How_to_create_a_simple_chat_application

        1 Reply Last reply
        3

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved