Show value of variable in 0 row of list of variables.
--HG-- branch : develop
This commit is contained in:
parent
90207bd926
commit
c94e939149
|
@ -451,8 +451,8 @@ void DialogTool::ShowVariable(const QHash<key, val> *var){
|
||||||
item->setFont(QFont("Times", 12, QFont::Bold));
|
item->setFont(QFont("Times", 12, QFont::Bold));
|
||||||
listWidget->addItem(item);
|
listWidget->addItem(item);
|
||||||
}
|
}
|
||||||
listWidget->setCurrentRow (0);
|
|
||||||
connect(listWidget, &QListWidget::currentRowChanged, this, &DialogTool::ValChenged);
|
connect(listWidget, &QListWidget::currentRowChanged, this, &DialogTool::ValChenged);
|
||||||
|
listWidget->setCurrentRow (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
qint64 DialogTool::getIdDetail() const{
|
qint64 DialogTool::getIdDetail() const{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user