Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 432 Bytes

00-QFrame-框架控件的基类.md

File metadata and controls

21 lines (13 loc) · 432 Bytes

QFrame

The QFrame class is the base class of widgets that can have a frame.

QFrame是一切可以拥有框架的控件的基类

Qt官方文档

Qt 5.15 官方文档-QFrame

设置外观

setFrameStyle()

setLineWidth() # 外线宽度

setMidLineWidth() # 中线宽度

查看代码

qt_frames