qt5--Frame控件

frameShape      框架形状

  1. NoFrame = 0, // 无边框
  2.  Box = 0x0001, // rectangular box
  3.  Panel = 0x0002, // rectangular panel
  4.  WinPanel = 0x0003, // rectangular panel (Windows)
  5.  HLine = 0x0004, // horizontal line
  6.  VLine = 0x0005, // vertical line
  7.  StyledPanel = 0x0006 // rectangular panel depending on the GUI style

原文地址:https://www.cnblogs.com/liming19680104/p/13687133.html