|
OpenHantek
|
Holds the export options of the program. More...
#include <exportsettings.h>
Data Fields | |
| QSize | imageSize = QSize(800, 600) |
| Size of exported images in pixels. More... | |
| unsigned | exportSizeBytes = 1024*1024*10 |
| For exporters that save a continous stream. Default: 10 Megabytes. More... | |
| bool | useProcessedSamples = true |
| Export raw or processed samples. More... | |
Holds the export options of the program.
| unsigned DsoSettingsExport::exportSizeBytes = 1024*1024*10 |
For exporters that save a continous stream. Default: 10 Megabytes.
| QSize DsoSettingsExport::imageSize = QSize(800, 600) |
Size of exported images in pixels.
| bool DsoSettingsExport::useProcessedSamples = true |
Export raw or processed samples.