0001076: Placement Position Entry can be improved
This commit is contained in:
parent
097b95f686
commit
56b9694427
|
@ -101,6 +101,8 @@ QWidget * PropertyItemDelegate::createEditor (QWidget * parent, const QStyleOpti
|
|||
QWidget* editor = childItem->createEditor(parent, this, SLOT(valueChanged()));
|
||||
if (editor && childItem->isReadOnly())
|
||||
editor->setDisabled(true);
|
||||
else if (editor)
|
||||
editor->setFocus();
|
||||
return editor;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user