EditableDatumLabel add 'isInEdit' to check if the label is in edit.
This commit is contained in:
@@ -168,6 +168,12 @@ void EditableDatumLabel::stopEdit()
|
||||
}
|
||||
}
|
||||
|
||||
bool EditableDatumLabel::isInEdit()
|
||||
{
|
||||
return spinBox;
|
||||
}
|
||||
|
||||
|
||||
double EditableDatumLabel::getValue()
|
||||
{
|
||||
return spinBox->rawValue();
|
||||
|
||||
Reference in New Issue
Block a user