Customizing GUIs
Add new window
You can very easily add new window in lys. From “Python” menu, select “Create new window” and enter the name of the window as “TestWindow1”.
Enter the code below to make new window:
TestWindow1()
You see the new window is created. If you want to edit window, you can do it follwing the PyQt reference.
If you want to create the window from the main menu, see below.