HomeWidget.3 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .TH "HomeWidget" 3 "Sat May 1 2021" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. HomeWidget \- The \fBHomeWidget\fP is the welcome screen of the application\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <homewidget\&.h>\fP
  11. .PP
  12. Inherits QWidget\&.
  13. .SS "Public Slots"
  14. .in +1c
  15. .ti -1c
  16. .RI "void \fBrefresh\fP ()"
  17. .br
  18. .in -1c
  19. .SS "Public Member Functions"
  20. .in +1c
  21. .ti -1c
  22. .RI "\fBHomeWidget\fP (QWidget *parent=nullptr)"
  23. .br
  24. .in -1c
  25. .SH "Detailed Description"
  26. .PP
  27. The \fBHomeWidget\fP is the welcome screen of the application\&.
  28. 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 \fBACurrencyEntry\fP 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)\&.
  29. .SH "Author"
  30. .PP
  31. Generated automatically by Doxygen for openPilotLog from the source code\&.