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).
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
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
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