data_file_view
frog.gui.data_file_view
¤
Provides a panel which lets the user start and stop recording of data files.
Attributes¤
Classes¤
DataFileControl()
¤
Bases: QGroupBox
A panel which lets the user start and stop recording of data files.
Create a new DataFileControl.
Source code in frog/gui/data_file_view.py
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 |
|
Functions¤
RecordingWidget()
¤
Bases: QWidget
A widget to start/stop recording and display recording status.
When the user clicks the button to start/stop recording the start_recording or stop_recording signals, respectively, are triggered.
Whether or not data is currently being recorded is shown by a text label and a flashing LED indicator.
Create a new RecordingWidget.
Source code in frog/gui/data_file_view.py
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
|