![example](https://raw.githubusercontent.com/fiffty-50/openpilotlog/develop/screenshots/default_view_system_theme.png)
The general design of this application shall align with the following guiding principles:
The purpose of this application is to be lightweight, reliable, customizable and stay out of the users way.
In the PilotsWiget, a list of the pilots the user has added to the database is shown. On the left side of the screen, all pilots are shown in a table, with their last name, first name and company. On the right side, a line edit is available where the table view can be filtered and searched.
Once the user selects an entry in the table view, a NewPilotDialog is shown as a widget on the right side of the screen. Here, the user can see all the details related to the entry and edit it.
Below the table view are push buttons that enable the user to create new entries or edit existing ones.
The New Pilot Dialog is used to add new pilots to the database or edit existing ones. It has 7 line edits, which represent the columns of the pilots table in the database.