Skip to content
Snippets Groups Projects
Commit 869898b7 authored by mattminder's avatar mattminder
Browse files

Tracking is checked by default

parent 89d4d973
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ class CustomDialog(QDialog):
self.entry_segmentation.setText('10')
self.tracking_checkbox = QCheckBox()
self.tracking_checkbox.setChecked(True)
flo = QFormLayout()
flo.addWidget(self.labeltime)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment