Desktop application Using PyQt5
- This application is displaying the properties of the steel section from the given SQLite database.
- We can add properties of new steel section(s) to the current database
- Using this GUI we can select the type of Steel section from the drop-down menu
- After selecting a type of Steel it will show all designation under this type
- From the Designation box, we can further select to view all fields for this designation in a tabular format.
- For adding any new entry we can use add button, this will append new value in the appropriate steel category.