HomeWidget.3 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .TH "HomeWidget" 3 "Tue May 4 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. .SS "Protected Member Functions"
  26. .in +1c
  27. .ti -1c
  28. .RI "void \fBchangeEvent\fP (QEvent *event) override"
  29. .br
  30. .RI "Handles change events, like updating the UI to new localisation\&. "
  31. .in -1c
  32. .SH "Detailed Description"
  33. .PP
  34. The \fBHomeWidget\fP is the welcome screen of the application\&.
  35. 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)\&.
  36. .SH "Author"
  37. .PP
  38. Generated automatically by Doxygen for openPilotLog from the source code\&.