波列右键菜单
This commit is contained in:
parent
359fd529f1
commit
b7226361da
|
|
@ -1112,6 +1112,12 @@ void QtProjectWidgets::onItemClicked(QTreeWidgetItem* item, int index)
|
|||
m_strCurveObjectName = item->text(0);
|
||||
m_strSlfName = item->data(0, Qt::UserRole+1).toString();
|
||||
}
|
||||
else if (strTreeTag == "waveObject"){
|
||||
//波列对象
|
||||
popMenu = _menuWaveObject;
|
||||
m_strCurveObjectName = item->text(0);
|
||||
m_strSlfName = item->data(0, Qt::UserRole+1).toString();
|
||||
}
|
||||
else if (strTreeTag == "tableObject")
|
||||
{
|
||||
//表格对象
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user