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.
我正在写一个日程安排并遇到了一些麻烦:我在方案上绘制了一个矩形(rect = event),我需要将标签直接放在矩形内。有没有办法做到这一点?
PS 目前该方案是一个 QWidget,我使用 QPainter 来绘制矩形
知道 QPainter 中矩形的位置,如果你只是想在里面写,你可以使用 QPainter::drawText 函数。