mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 09:30:41 +08:00
Add RMB in code editor to add variable to Logger.
This commit is contained in:
@@ -124,6 +124,18 @@ void SeerVariableLoggerBrowserWidget::handleEvaluateVariableExpression (int expr
|
||||
variablesTreeWidget->resizeColumnToContents(3);
|
||||
}
|
||||
|
||||
void SeerVariableLoggerBrowserWidget::addVariableExpression (QString expression) {
|
||||
|
||||
//qDebug() << __PRETTY_FUNCTION__ << ":";
|
||||
|
||||
if (expression != "") {
|
||||
|
||||
int id = Seer::createID();
|
||||
|
||||
emit evaluateVariableExpression(id, expression);
|
||||
}
|
||||
}
|
||||
|
||||
void SeerVariableLoggerBrowserWidget::handleAddLineEdit () {
|
||||
|
||||
//qDebug() << __PRETTY_FUNCTION__ << ":";
|
||||
|
||||
Reference in New Issue
Block a user