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.
我一直在尝试找到一种方法来用任何颜色填充 QGraphicsRectItem 的实例,比如说红色,但是我没有找到一个明确的方法来完成这个幼稚的任务,如果你能提供一些提示那就太好了、链接等
非常感谢
你必须使用setBrush():
setBrush()
your_rect_item->setBrush(Qt::red)