Here is resulted py file.
Here is resulted py file.
it's like i thought, there are no setting for spacing or margin for the layouts. I guess you have altered them to 0 inside your splitters. If so, send that result with the original ui to the mailing list of pyqt, since that is no error of Qt rather in the python bindings.
So how can I lay the bottom listWidget properly ? Is there any workaround for this ?
you can set the spacing and margin by hand after you called the setupUi function. to get the layouts you can use QObject::findChild().
Bookmarks