Re: [Interest] My first Shiboken6-based C++ lib bindings

2022-11-22 Thread Friedemann Kleint via Interest
Hi, for PySide-related questions, there is a separate mailing list: https://lists.qt-project.org/listinfo/pyside At first sight, this looks like a class PyPappsomspppappsoStaticFields or similar exists in your typesystem XML file and was generated, but is not listed in your CMake file? Reg

[Interest] synchronous use of Qt state machine

2022-11-22 Thread Stefan Seefeld
Hello, we are using Qt State Machines in a number of places in our applications to manage object states for certain types of objects. Occasionally I would like to use and manipulate such objects in a non-event-driven context, i.e. without a running event loop. Short of a StateMachine function that

Re: [Interest] qwindows.dll additional dependencies

2022-11-22 Thread Marius Kittler
To my knowledge these libraries are Windows API sets and are provided by Windows itself. So they should supposedly *not* be distributed with your application. You can read more about it on https://learn.microsoft.com/en-us/ windows/win32/apiindex/windows-apisets?source=recommendations and https:/