I imagine this is very simple but I find building ui's with python a bit tricky (compared, for example, to Maya which is very straight forward).
I want to create a simple window (or dialog or ui) with several text fields, float fields, int fields etc.
I have it working with hou.ui.readMultiInput, but you don't have much control in terms of layout/styling or what data types are allowed/expected.
What are the best functions for this kind of thing?