Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只需要.doc在 Linux 上的 qt 应用程序中显示文件。无需编辑/保存或其他。可能吗?
.doc
当然有可能。但是文件读取、解析和显示实际上将由底层语言执行,而不是 Qt。因此,如果您考虑一下,C++ 和 Python 以及其他任何东西都非常有能力解析和显示本质上是文本文件(或 .dox 是 XML 文件)的内容。
如何去做的实施细节是另一回事。您必须处理文件的很大一部分,这些文件仅用于呈现文件的样式等。