Re: [Interest] is QT_POINTER_SIZE safe when cross compiling?

2019-01-28 Thread Giuseppe D'Angelo via Interest
Il 29/01/19 00:21, rol...@logikalsolutions.com ha scritto: I tried navigating down the headers but was unsuccessful at finding the definition. Okay, I lost patience digging for it. Use code.woboq.org https://code.woboq.org/qt5/qtbase/src/corelib/global/qprocessordetection.h.html#_M/QT_POINTER

Re: [Interest] is QT_POINTER_SIZE safe when cross compiling?

2019-01-28 Thread roland
Never mind, found it. developer@developer-U18-64-VirtualBox:~/Qt/5.12.0/Src$ find . -name '*.h' -exec grep -l 'define QT_POINTER_SIZE' {} \; ./qtbase/src/corelib/global/qprocessordetection.h ^C developer@developer-U18-64-VirtualBox:~/Qt/5.12.0/Src$ browse qtbase/src/corelib/global/qprocess

[Interest] is QT_POINTER_SIZE safe when cross compiling?

2019-01-28 Thread roland
All, I looked at the doc here: http://doc.qt.io/qt-5/qtglobal.html#QT_POINTER_SIZE I tried navigating down the headers but was unsuccessful at finding the definition. Okay, I lost patience digging for it. If I'm compiling on a 64-bit host for a 32-bit target, is QT_POINTER_SIZE going to r

Re: [Interest] QWebEnginePage acceptNavigationRequest leads to empty page

2019-01-28 Thread Allan Sandfeld Jensen
On Montag, 28. Januar 2019 13:11:45 CET Sven Bergner wrote: > Hi there, > I have an app that uses QWebEngine to show a webpage that has a link to a > pdf document. > Now I want to handle a click on that link by > implementing QWebEnginePage::acceptNavigationRequest(). > The method is called an I ca

[Interest] event filter pointer in backend class

2019-01-28 Thread roland
Stumbled on this little oddity. main.cpp creates and installs an event filter on the application. app.installEventFilter(keyEventFilter); A backend class instantiated by *^(*&^(* QML needs to connect signals from the filter to various other classes it owns. Yes, QML has a context for it

[Interest] QWebEnginePage acceptNavigationRequest leads to empty page

2019-01-28 Thread Sven Bergner
Hi there, I have an app that uses QWebEngine to show a webpage that has a link to a pdf document. Now I want to handle a click on that link by implementing QWebEnginePage::acceptNavigationRequest(). The method is called an I can check if the link leads to a pdf and if so I handle the url by myself

[Interest] Qt + AndroidX

2019-01-28 Thread Nuno Santos
Hi, I have just heard about androidx build system. Can I use it with Qt 5.12? Is it supported? Thanks! Nuno ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest