> > The scan works, and scrolling across tells me that it knows the Petrel is > paired. But the save button is greyed out so quit is the only way I can > leave this dialog. >
I observed that when you select an item the signal is not always raised (QListWidget::itemActivated). Probably on Android platforms the system is configured to raise the event when the user double clicks the item. Maybe it would be a good idea to use itemClicked signal instead of itemActivated. Meanwhile please try to double click the item. Sorry for the inconvenience :). Now it crashes - presumably because I couldn't select my Petrel. > Yes, it crashes because the address of your device wasn't saved and it tries to use the native serial implementation.
_______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
