Hi all,

I am thinking in a QGridLayout with 4 QLineEdit horizontaly positioned, but I want the total size of the QGridLayout to be limited to 100, for example.

Is that possible?

I see the following, but do not understand how to deal with it.

Qt Code:
  1. quaternionLayout->setSizeConstraint(QLayout::SetMaximumSize());
To copy to clipboard, switch view to plain text mode 
Thanks in advance.