10 years later (from the above) and the documentation still stumps me. It would be nice to know that if I have a file "c" (no extension) in directory "a/b/", path = "a/b/c", will .isDir() return...
Steve Kessell Today, 04:39I think the Qt site has source code archives that go back a long way. If the installers have been taken down, then you may be forced to download source and build binaries from that.
You could...
Hello Everyone, due to migration needs I'm required to keep a dual stack of both new and old Qt versions, but the installer goes back as far as 5.15.1.
Is there any way to fetch the required...
Hi,
QCursor::pos() ideally returns global position of the cursor. But for Wayland (current Ubuntu LTS) it returns a local position within the parent window.
This is actually documented by Qt,...
Refactoring your code into an MVC design might be a good way to allow implementing unit tests more easily, since the data model is not tightly coupled to the UI in this case. You can test the model...
d_stranz 19th May 2025, 18:13Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at The Qt Company.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
get global cursor position on wayland with qt6
21st May 2025 18:22 by tuli