NewTailDialog.3 842 B

1234567891011121314151617181920212223242526272829303132
  1. .TH "NewTailDialog" 3 "Sun Dec 27 2020" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. NewTailDialog \- The NewTail class is a dialog for adding a new tail to the database or editing an existing one\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <newtaildialog\&.h>\fP
  11. .PP
  12. Inherits QDialog\&.
  13. .SS "Public Member Functions"
  14. .in +1c
  15. .ti -1c
  16. .RI "\fBNewTailDialog\fP (QString new_registration, QWidget *parent=nullptr)"
  17. .br
  18. .ti -1c
  19. .RI "\fBNewTailDialog\fP (int row_id, QWidget *parent=nullptr)"
  20. .br
  21. .in -1c
  22. .SH "Detailed Description"
  23. .PP
  24. The NewTail class is a dialog for adding a new tail to the database or editing an existing one\&.
  25. For a new tail, construct using QString reg\&. For editing an existing tail, provide the aircraft object\&.
  26. .SH "Author"
  27. .PP
  28. Generated automatically by Doxygen for openPilotLog from the source code\&.