Populate a QTextDocument from a .odt file

前端 未结 1 1028
误落风尘
误落风尘 2021-01-22 13:28

I am writing a rich text editor using C++ and Qt. For now, I would like it to support (at least) the .odt format.

I found QTextDocumentWriter for writing the contents of

1条回答
  •  礼貌的吻别
    2021-01-22 14:11

    Qt does not currently support the ODT format. Okular has code that does parses ODT to a QTextDocument. Beware: Okular source code is released under GPL license.

    0 讨论(0)
提交回复
热议问题