Krita has quite a few .ui files with custom widgets. Since Qt Designer has no knowledge of these custom widgets they will look like their base class. Typically a blank QWidget.
It would be nice if those custom widgets could be exposed properly in Qt Designer, as that would allow tweaking and previewing of the .ui file without compiling and running Krita.