fredrikaverpil/pyvfx-boilerplate

Verify layout/central widget

fredrikaverpil opened this issue · 0 comments

Translate: http://www.dfx.co.jp/dftalk/?p=8177

What's the central widget of Boilerplate right now?
Everything seems to work, but why are they setting setCentralWidget in that example?

self.ui = load_ui(uifile)
self.setCentralWidget(self.ui)

Need to investigate...