[Interest] Qt unified installer behind proxy with AV

2016-05-13 Thread Neubert Stefan
Hi everyone, for a long time now I used the online installer to download and update the open source version of qt and creator behind our companies proxy. Lately we got a new proxy and the download of the meta.7z files now causes an icap error because of our antivirus unable to decompress the fi

Re: [Interest] Qt unified installer behind proxy with AV

2016-05-13 Thread Neubert Stefan
xe-dir for https QNetworkRequest and CONFIG += openssl-linked Start unified installer with the created user repository. Von: Carel Combrink [mailto:carel.combr...@gmail.com] Gesendet: Freitag, 13. Mai 2016 12:06 An: Neubert Stefan Cc: interest@qt-project.org Betreff: Re: [Interest] Qt unified instal

[Interest] Raspberry Pi3 cross toolchain linux

2016-06-01 Thread Neubert Stefan
Hi all, the qmake.conf for device linux-rpi3-g++ in mkspecs/devices sets -march=armv8-a+crc in QMAKE_CFLAGS. The cross toochain linked from raspberrypi.org at https://github.com/raspberrypi/tools does only support armv8-a. Before building a newer gcc myself with crosstool-ng I´d like to ask, if so

[Interest] Async QQuickImageResponse

2016-09-16 Thread Neubert Stefan
Hi everyone, for a QtQuick application I try to implement an asynchronous image provider. As suggested in the documentation of QQuickImageResponse I use QRunnable as base class and disabled automatic deletion in the constructor. I have a private QThreadPool member in my QQuickAsyncImageProvider.

[Interest] QQuickImageProvider for PDF rendering

2020-02-11 Thread Neubert Stefan
Hi list, we are using a QQuickImageProvider to load and render PDF pages through qtpdf to display the pages in QtQuick. Right now we use an additional qmlExtentionPlugin to get the information about a pdf document, like page count and request the page images in a QtQuick Image by setting the sou

Re: [Interest] QQuickImageProvider for PDF rendering

2020-02-11 Thread Neubert Stefan
Hi Shawn and Michal, thank you very much, this is what we´re looking for. Looking at the commit log, it seems our question was just in time. Regards Stefan -Ursprüngliche Nachricht- Von: Shawn Rutledge Gesendet: Dienstag, 11. Februar 2020 15:55 An: Neubert Stefan Cc: interest@qt