QHBoxLayout * horizontalLayout = new QHBoxLayout;
//setContentsMargins(int left, int top, int right, int bottom)
//设置上下左右的边距分别为0
horizontalLayout->setContentsMargins(0, 0, 0, 0);

 

相关文章:

  • 2021-06-23
  • 2021-04-13
  • 2021-08-20
  • 2022-12-23
  • 2021-04-28
  • 2021-07-11
  • 2021-06-14
猜你喜欢
  • 2021-11-02
  • 2021-10-15
  • 2021-06-16
  • 2021-12-30
  • 2021-12-18
  • 2021-05-17
相关资源
相似解决方案