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.
我正在尝试从 Qt 打印发票。我已经存储了所有必要的信息,但我不知道如何布局所有小部件和打印文本我知道我必须使用 QPrinter,我想我可能需要使用 QPageLayout。我需要在页面底部打印一个 QTableWidget 并在顶部打印一些文本。我该怎么做呢?