On Thursday, December 21, 2017 6:28 AM, Tomasz Siekierda
wrote:
> On 19 December 2017 at 20:54, BRM via Interest
> wrote:
>
>> I'm trying to setup Qt Creator to use for Android Development. I downloaded
>> the installer, installed Qt 5.9 and 5.10 and Qt Creato
I'm trying to setup Qt Creator to use for Android Development. I downloaded the
installer, installed Qt 5.9 and 5.10 and Qt Creator, etc. I installed the
Android Studio with SDK, the Android NDK, and OpenJDK 9 JDK/JRE. Everything is
checked off except the "Platform SDK installed" and it won't wo
ral purpose.
(That's why the emits are nice) . Once those are handled, I always imagined
some JSON config file(s): { file: "myapp.so", [{path: "/login", function:
"some_Q_INVOKABLE(request, response)"}, ...] } } It'll be much easier today
than when I w
Over the holidays I started working on a project where I wanted to use Qt's SSL
Sockets for a client-server system.Looking around, I didn't find an example of
using them on the *server* side, and the Qt Documentation just provides
*client* side examples.So, I pulled some parts out of my project