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.
我怎样才能使QGraphicsView看起来平坦?它看起来像这样:
QGraphicsView
我不希望显示轮廓。谢谢!
QGraphicsView继承自QFrame。使用setFrameStyle方法和lineWidth属性来改变框架的外观。
QFrame
setFrameStyle
lineWidth
您还可以使用样式表自定义 QFrame 的外观(包括边框),请参阅样式表文档。
要使您的小部件看起来很扁平,只需添加以下 CSS:border: 0px
border: 0px