| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | .TH "HomeWidget" 3 "Tue Aug 9 2022" "openPilotLog" \" -*- nroff -*-.ad l.nh.SH NAMEHomeWidget \- The \fBHomeWidget\fP is the welcome screen of the application\&.  .SH SYNOPSIS.br.PP.PP\fC#include <homewidget\&.h>\fP.PPInherits QWidget\&..SS "Public Slots".in +1c.ti -1c.RI "void \fBrefresh\fP ()".br.ti -1c.RI "void \fBonPilotsDatabaseChanged\fP (const \fBOPL::DbTable\fP table)".br.in -1c.SS "Public Member Functions".in +1c.ti -1c.RI "\fBHomeWidget\fP (QWidget *parent=nullptr)".br.in -1c.SS "Protected Member Functions".in +1c.ti -1c.RI "void \fBchangeEvent\fP (QEvent *event) override".br.RI "Handles change events, like updating the UI to new localisation\&. ".in -1c.SH "Detailed Description".PP The \fBHomeWidget\fP is the welcome screen of the application\&. The \fBHomeWidget\fP shows total flight times and a user-configurable set of currencies (expiry dates for licenses, ratings, medicals,\&.\&.\&.)\&. Most data is provided by the AStat class and the ACurrencyEntry class\&. Notifications are provided by means of pop-up warnings on application start via QMessageBox and the INFO/WARN interfaces, as well as by colouring the labels according to the warning level (orange/red)\&. .SH "Author".PP Generated automatically by Doxygen for openPilotLog from the source code\&.
 |