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:
Roman Telezhynskyi 2016-08-07 23:41:49 +03:00
parent d9360f3c96
commit 67b18fbbde
2 changed files with 455 additions and 496 deletions

View File

@ -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