I'm tackling a gui that can after all be pretty substantial. I've got a prevailing window with tabbed interface, menus and toolbars. Utilizing the "single inheritence" model if that matters. Recently I've felt that I desire to part up the ui shape into numerous records, possibly one for every tab.
I think this is plausible, I unequivocally situated the guardian to every "page" widget to be the tab "page".
Depending on if this genuinely is conceivable, is it accurate to say that it is fitting? Can you suggest some large form design best practices?
Large form design best practices
Â
There are many best practices you can follow when designing a user interface. Some of them are listed below.
1. Make only the important things visible to the end user.
2. Do not add large amount of fancy stuff to the interface.
3. Make the content clear and short.
4. Consider more about graphical interface than a textual interface.
5. Avoid using unnec essary complex features.
6. Use radio buttons, Dropdown lists and check boxes as much as possible.
7. Do proper validations.
8. Minimize the use of external links within form.
9. Make a unique look.
10.  Make the form simple as much as possible.
For more information go to below link
https://thenextweb.com/dd/2015/10/19/10-rules-of-best-practice-for-responsive-design/