forked from organicmaps/organicmaps-tmp
[assessment-tool] 0|+1|+2 are replaced by human-readable names.
This commit is contained in:
parent
b7bd70cb88
commit
cf1f8698b9
1 changed files with 3 additions and 3 deletions
|
@ -120,9 +120,9 @@ void ResultView::Init()
|
|||
auto * groupLayout = new QHBoxLayout(group /* parent */);
|
||||
group->setLayout(groupLayout);
|
||||
|
||||
m_irrelevant = CreateRatioButton("0", *groupLayout);
|
||||
m_relevant = CreateRatioButton("+1", *groupLayout);
|
||||
m_vital = CreateRatioButton("+2", *groupLayout);
|
||||
m_irrelevant = CreateRatioButton("Irrelevant", *groupLayout);
|
||||
m_relevant = CreateRatioButton("Relevant", *groupLayout);
|
||||
m_vital = CreateRatioButton("Vital", *groupLayout);
|
||||
|
||||
layout->addWidget(group);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue