michaelb-01 Posted July 28, 2017 Share Posted July 28, 2017 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? Quote Link to comment Share on other sites More sharing options...
craigthailand Posted July 28, 2017 Share Posted July 28, 2017 Hi Michael, I had the same problem as you and I ended up using pyside2, but you might want to check out alex's huilib in this thread. His wrapper comes with an example script and it seems to work in 16, and seems great for simple ui's cheers Craig 1 Quote Link to comment Share on other sites More sharing options...
michaelb-01 Posted July 28, 2017 Author Share Posted July 28, 2017 Thanks Craig, I did come across that library and it does look nice so I'll probably end up using that, just a shame there's no standard functions for this kind of thing.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.