Home > Mobile >  Qt horizontalLayout how to set up the control width?
Qt horizontalLayout how to set up the control width?

Time:10-23

Qt horizontalLayout how to set up the control width?

CodePudding user response:

All child controls directly level strategy are set to ignored

CodePudding user response:

Consider using the QGridLayout, or QSplitter

CodePudding user response:


Set the horizontalLayout layoutStretch proportion to 0-0 draw,

CodePudding user response:

HorizontalLayout layoutStretch ratio should be equal, such as: 0:0:0, :, and layout of the various controls cannot be set to a fixed width

CodePudding user response:

I personally feel by setting the proportion
  •  Tags:  
  • Qt
  • Related