select_import (function)

Display the import file selection dialog (nicegui.ui.card).

Syntax

def select_import(f: callable) -> None:

Parameters

f

Function to call when the import button is clicked. This function will be called as

f(selected_file.text, delete.value)

Remarks

This function may be used to import new recordings or databases, currently unused.

Last updated