click시 platform 자동 변경
git-svn-id: svn://192.168.0.12/source@77 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -294,6 +294,7 @@ void Widget::on_keyword_currentRowChanged(QModelIndex _index)
|
||||
m_pdeEnd->setDate(QDate::fromString(rec.value("end").toString(),"yyyy-MM-dd"));
|
||||
m_pcbRealTime->setCurrentIndex(rec.value("realtime").toInt());
|
||||
m_pleKeyword->setText(rec.value("searches").toString());
|
||||
m_pcbPlatform->setCurrentIndex(rec.value("platform").toString().toInt());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user