You do realize that the post you are replying to is nearly 17 years old, right? And that the Qt document links you have provided are to Qt 4.8, two major versions ago, and that they lead to...
d_stranz 20th March 2025, 01:17A QTextDocument is never alone. You ought to draw it in a paint function. There, you pass a context parameter. The latter might be just a QAbstractTextDocumentLayout.PaintContext(). It has a palette...
StSav012 19th March 2025, 19:04Exactly, this installer exe with dlls can be placed in SFX.
SO sfx is your main installer, which uses exe, which was build with qt. in this case you won't need qt installed in system, because they...
No, that's not what I meant. If the installer program has a Qt-based GUI (like an install wizard to guide the user through different installation options), then the installer program cannot be sure...
d_stranz 18th March 2025, 17:12Yes BUT: IF gets CONFIG setting from QT build. So if QT was build static CONFIG contains static, in case of shared, CONFIG contains shared. And this CONFIG applies to IF build. I checked sources...
ikarona 18th March 2025, 16:20Qt 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.
Troubleshooting USB Communication with Qt and libusb for Embedded Device Recognition
17th March 2025 16:16 by Andrew23