Skip to content

Change maximum number of frames to capture (QSpinBox implementation)

Sam Horvath requested to merge github/fork/hherhold/master into master

Created by: hherhold

Same as previous pull request, but implemented using QSpinBox (much simpler).

User can set maximum number of frames to be captured, to a maximum of 9999. Changing QSpinBox values updates number of frames slider.

Default is 600, as previously implemented.

Merge request reports