While reading Using a Designer UI File in Your Application on Qt Assistant,i found this statement:

Subclassing using multiple inheritance gives us more direct access to the contents of the form, is slightly cleaner than the single inheritance approach, but does not conveniently support composition of multiple user interfaces.
"...but does not conveniently support composition of multiple user interfaces" what does this mean?.