2022-12-13 Fred Gleason <fredg@paravelsystems.com>

* Added logic to the 'Edit Log Entry' dialog in rdlogedit(1) to
	prevent entry of an invalid cart number.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-12-13 16:46:21 -05:00
parent af7c1d0885
commit 6e24c5f799
5 changed files with 24 additions and 0 deletions

View File

@@ -132,6 +132,12 @@ int EditEvent::exec()
}
void EditEvent::setOkEnabled(bool state)
{
edit_ok_button->setEnabled(state);
}
void EditEvent::timeChangedData(const QTime &time)
{
if(edit_timetype_box->isChecked()) {