Fix problems with layouts in dialog tool Detail. Returned detail name by
default. Setted clear button for field Letter. --HG-- branch : develop
This commit is contained in:
parent
d9360f3c96
commit
67b18fbbde
|
@ -51,6 +51,7 @@ DialogDetail::DialogDetail(const VContainer *data, const quint32 &toolId, QWidge
|
||||||
|
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0)
|
#if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0)
|
||||||
ui.lineEditName->setClearButtonEnabled(true);
|
ui.lineEditName->setClearButtonEnabled(true);
|
||||||
|
ui.lineEditLetter->setClearButtonEnabled(true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
labelEditNamePoint = ui.labelEditName;
|
labelEditNamePoint = ui.labelEditName;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user