[Interest] Fixing up console.log() in QtWebEngine

2019-03-22 Thread Roland Hughes
Steve, You can click the SerialKeypad link in this post: https://www.logikalsolutions.com/wordpress/raspberry-pi/raspberry-qt-part-5/ And use the LogikalLogger class for your own purposes. Expose the singleton via a backend C++ class QML knows about (or try your hand at exposing a singleton).

Re: [Interest] Fixing up console.log() in QtWebEngine

2019-03-06 Thread Steve Atkins
n behalf of Steve Atkins > > Sent: Monday, March 4, 2019 2:42:12 PM > To: Qt Project > Subject: [Interest] Fixing up console.log() in QtWebEngine > > In a normal web browser console.log() takes one or more values as parameters > and renders them for the user in some appr

Re: [Interest] Fixing up console.log() in QtWebEngine

2019-03-06 Thread Kai Köhne
CC'ed From: Interest on behalf of Steve Atkins Sent: Monday, March 4, 2019 2:42:12 PM To: Qt Project Subject: [Interest] Fixing up console.log() in QtWebEngine In a normal web browser console.log() takes one or more values as parameters and renders them fo

[Interest] Fixing up console.log() in QtWebEngine

2019-03-04 Thread Steve Atkins
In a normal web browser console.log() takes one or more values as parameters and renders them for the user in some appropriate way. If the first parameter is a string containing %s style escapes it'll do some printf style formatting of the remaining parameters. ( https://developers.google.com/w