Re: [Interest] displaying Qt-coded JPEG image in browser

2024-01-26 Thread a...@golks.de
Am 26.01.2024 um 14:36 schrieb Alexander Carôt via Interest: try: QString encodedString = finalJpg.data().toBase64(); Hi, would love to do that but this leads to error: member reference base type 'char *' is not a structure or union that should be, i guess: QString encodedString = finalJp

Re: [Interest] server certificate integration

2024-02-26 Thread a...@golks.de
hi, why not simply read certificate related stuff from file/env and add proper configuration using     https://doc.qt.io/qt-6/qsslconfiguration.html and when expiration is about to happen, reload the whole and configure again? regards, alex On 26.02.2024 16:11, Alexander Carôt via Interest wr

Re: [Interest] QLibrary multiple loading

2014-11-04 Thread a...@golks.de
> Serge K hat am 4. November 2014 um 09:35 geschrieben: > > As I know from docs and my own experience QLibrary loads each DLL only once. > While next load attempt it just increases usage counter. This means all DLL’s > static data are loaded only once too. But I need allow different threads l