The IDENT widget is no longer available. I am not sure if this text widget belongs to the qfi_EADI or qfi_EHSI. Previously, it looks like these components were mixed together in a single qfi_PFD widget - however after what looks like some refactoring, this component was removed (presumably in favor of the aforementioned pair of widgets). Would it be possible to either recover the old qfi_PFD widget with all the bug fixes/improvements you discovered along the way, or put a widget to display the IDENT - it (along with setDistance) is currently commented out per the following code:
//_ui->widgetEADI->setIdentifier ( "ILAX" , true );
//_ui->widgetEADI->setDistance ( dme , true );
From what I can tell it looks like the distance display (also commented out above) was moved from the EADI to the EHSI, perhaps you meant to do the same with the IDENT.
The IDENT widget is no longer available. I am not sure if this text widget belongs to the
qfi_EADIorqfi_EHSI. Previously, it looks like these components were mixed together in a singleqfi_PFDwidget - however after what looks like some refactoring, this component was removed (presumably in favor of the aforementioned pair of widgets). Would it be possible to either recover the oldqfi_PFDwidget with all the bug fixes/improvements you discovered along the way, or put a widget to display the IDENT - it (along with setDistance) is currently commented out per the following code:From what I can tell it looks like the distance display (also commented out above) was moved from the EADI to the EHSI, perhaps you meant to do the same with the IDENT.