openPilotLog
SettingsWidget Class Reference

The SettingsWidget is used to to display and alter Settings. More...

#include <settingswidget.h>

Inheritance diagram for SettingsWidget:

Public Types

enum  SettingSignal { LogbookWidget, HomeWidget, AircraftWidget, PilotsWidget }
 enumerates Widgets that need to receive a signal when a setting is updated.
 

Signals

void settingChanged (SettingSignal widget)
 settingChanged is emitted when a setting change occurs that needs to trigger an update (repaint) to another widget.
 

Public Member Functions

 SettingsWidget (QWidget *parent=nullptr)
 

Detailed Description

The SettingsWidget is used to to display and alter Settings.

Most Inputs are collected and processed in various slots and written to the settings file via the ASettings class. In the Personal Settings tab, the user can edit his personal details, which are then written to the Database (The Logbook owner is registered in the Pilots Database with pilot_id = 1).


The documentation for this class was generated from the following files: