click시 platform 자동 변경

git-svn-id: svn://192.168.0.12/source@77 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2015-04-17 03:51:56 +00:00
parent 2e7d343f4a
commit b20c30a93b

View File

@@ -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());
}
}