implemented all field UIs
This commit is contained in:
@@ -25,6 +25,7 @@ QWidget *ComboField::CreateWidget()
|
||||
}
|
||||
|
||||
connect(cb, SIGNAL(activated(int)), this, SLOT(UpdateFromWidget(int)));
|
||||
connect(this, SIGNAL(EnabledChanged(bool)), cb, SLOT(setEnabled(bool)));
|
||||
|
||||
return cb;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user