visiannot.visiannot.components.FileSelectionWidget¶
Summary¶
Module defining file_selectionWidget
Classes¶
|
Widget for selecting a file in a long recording (thanks to a combo box) |
API¶
Class FileSelectionWidget¶
-
class
visiannot.visiannot.components.FileSelectionWidget.FileSelectionWidget(visi, widget_position)[source]¶ Bases:
objectWidget for selecting a file in a long recording (thanks to a combo box)
- Parameters
Methods:
file_selection(ite_file, visi)Callback method for selecting a new file in the long recording with the combo box
Attributes:
(QtWidgets.QComboBox) Combo box for recording file selection
-
file_selection(ite_file, visi)[source]¶ Callback method for selecting a new file in the long recording with the combo box
Connected to the signal
currentIndexChangedofcombo_box.- Parameters
ite_file (int) – index of the file in the long recording selected in the combo box
visi – associated instance of
ViSiAnnoT
-
combo_box¶ (QtWidgets.QComboBox) Combo box for recording file selection