[PD] allow expression for pocket offset

- also disable KeyboardTracking for some fields to avoid unnecessary and often time consuming recomputes while typing in
This commit is contained in:
donovaly
2020-08-08 17:29:29 +02:00
committed by wmayer
parent fc1a1e3b03
commit 5978435a27
4 changed files with 69 additions and 35 deletions

View File

@@ -126,6 +126,7 @@ TaskPocketParameters::TaskPocketParameters(ViewProviderPocket *PocketView,QWidge
// Bind input fields to properties
ui->lengthEdit->bind(pcPocket->Length);
ui->lengthEdit2->bind(pcPocket->Length2);
ui->offsetEdit->bind(pcPocket->Offset);
QMetaObject::connectSlotsByName(this);