qtprotobuf
qtprotobuf copied to clipboard
Protobuf generator and bindings for Qt framework
**Problem description** Add support of the Well-known types and qt types libraries for qmake builds **Suggestion/solution** WellKnownTypes and QtTypes libraries need to generate own .pri files or add information to...
**Describe the bug** When the server closes the subscription, the client cannot create a new one. The previously terminated subscription is returned. I found line, which produce this problem: QGrpcHttp2Channel.cpp...
**Problem description** Following the question raised in #209 I found out that the reference implementation of gRPC currently has the message size limits. This also should be implemented in QtGrpc...
*Question* How to use the api generated by qtprotobuf to make a program to upload large files **Additional context** Add any other context or screenshots about the feature request here.
*Question* Hi @semlanik ,when I want to cross-compile qtprotobuf, I get the following error: ``` FAILED: src/wellknowntypes/generated/google/protobuf/struct.qpb.cpp src/wellknowntypes/generated/google/protobuf/struct.qpb.h cmd.exe /C "cd /D E:\Cplusplus\build-qtprotobuf-Android_for_armeabi_v7a_Clang_Qt_5_13_1_for_Android_ARMv7-Debug\src\wellknowntypes\generated && QT_PROTOBUF_OPTIONS=SIGNLE:QML:FOLDER E:/Cplusplus/build-qtprotobuf-Android_for_armeabi_v7a_Clang_Qt_5_13_1_for_Android_ARMv7-Debug/3rdparty/grpc/third_party/protobuf/protoc --plugin=protoc-gen-qtprotobufgen=E:/Cplusplus/build-qtprotobuf-Android_for_armeabi_v7a_Clang_Qt_5_13_1_for_Android_ARMv7-Debug/src/generator/qtprotobufgen --qtprotobufgen_out=E:/Cplusplus/build-qtprotobuf-Android_for_armeabi_v7a_Clang_Qt_5_13_1_for_Android_ARMv7-Debug/src/wellknowntypes/generated -I"E:/Cplusplus/qtprotobuf/3rdparty/grpc/third_party/protobuf/src/google/protobuf" -I"E:/Cplusplus/qtprotobuf/3rdparty/grpc/third_party/protobuf/src"...
Hi I found that there is not support on macos for qt? Are there any plans to support it
**Describe the bug** Most of the gRPC components are only used by test only. Despite this gRPC used for the native transport implementation. It makes sense to look only for...
**Describe the bug** The current CI integration process has no tests of the binary rpm/deb/zip packages. It makes sense to build standalone tests to check if binary packages work as...
I imagine the answer to this question might be obvious if I knew more about protobuf, but -- today I'm working to compile qtprotobuf using emscripten, towards targeting my application...
I have a `qtprotobuf`-generated class instance that I'm passing up to QML land. One of its members is a `QtProtobuf::uint32List` and I want to test whether that list contains a...