On 2022-03-22 07:11, Alexander Dyagilev wrote:
Hello,
The stack trace is the following. Should I file a bug report? Is there
a workaround I can suggest to the user?
win32u.dll!NtUserWaitMessage()
user32.dll!DialogBox2()
user32.dll!InternalDialogBox()
user32.dll!SoftModalMessageBox()
user32.
Hello,
The stack trace is the following. Should I file a bug report? Is there a
workaround I can suggest to the user?
win32u.dll!NtUserWaitMessage()
user32.dll!DialogBox2()
user32.dll!InternalDialogBox()
user32.dll!SoftModalMessageBox()
user32.dll!MessageBoxWorker(struct _MSGBOXDATA *)
user3
Hello experts,
I'm currently porting my app to Qt6. The App depends on QZXing as QR-Code
reading library which is working really good with Qt 5.15.x. With the changes
in Qt Multimedia framework (no QAbstractVideoFilter) the guys of QZXing library
are using QVideoSink as provider for QVideoFrame
On Mon, Mar 7, 2022 at 12:20 PM Konstantin Shegunov
wrote:
> Sure, I'm going to try and prepare a testcase sometime later this week.
>
A bit later than I'd hoped for, but I tracked down the problem; posting for
anyone that may stumble onto this at a later time.
I didn't have an equality operato
Hi all,
I have an application running a QWebSocketServer::NonSecureMode on localhost
and I am using a web browser to connect. This works fine on OSX, Linux and
Windows so far.
However, I just ported the app to iOS and here it has so far not been possible
to establish a connection yet.
Before