qtgrpc/examples/grpc/chat/client
Dennis Oberst e81b5d59ad chat example: various enhancements
This patch includes:
  - Show available server ports dynamically. Qt built without SSL
    support should not show the https port.
  - Add an early note about the prerequisites for running the example so
    that users are guided from early on.
  - Use std::cout in combination with std::endl to flush the buffer.
    QtCreator doesn't print when simply using "\n".

Pick-to: 6.10 6.9 6.8
Change-Id: I4eb7f6fbc1474508af2a88a3313cf94325a63657
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
2025-07-03 19:45:55 +02:00
..
ChatMessages Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00
android/res Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00
res Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00
CMakeLists.txt qtgrpc chat example: don't deploy static lib 2025-03-06 10:56:51 +02:00
ChatView.qml Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00
LoginView.qml chat example: various enhancements 2025-07-03 19:45:55 +02:00
Main.qml Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00
StatusDisplay.qml Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00
chatengine.cpp chat example: various enhancements 2025-07-03 19:45:55 +02:00
chatengine.h chat example: various enhancements 2025-07-03 19:45:55 +02:00
chatmessagemodel.cpp Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00
chatmessagemodel.h Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00
clientworker.cpp Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00
clientworker.h Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00
main.cpp Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00
userstatusmodel.cpp Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00
userstatusmodel.h Rewrite the qtgrpc chat example 2025-02-24 10:41:22 +01:00