Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a way to write msword with qt? Let me know if there's an example.
@IknowQT
You can use QAxObject to access the activeX component of MSWord and do something with your file. There are some QAX examples out there how to work with Excel or Word files.
QAxObject