First pass at adding break commands/conditions/ignores.

This commit is contained in:
Ernie Pasveer
2023-06-13 17:56:13 -05:00
parent ba05f4e1f0
commit c78a15bdcd
8 changed files with 323 additions and 115 deletions
+5
View File
@@ -62,6 +62,11 @@ void SeerLogWidget::moveToEnd () {
textEdit->verticalScrollBar()->setValue(textEdit->verticalScrollBar()->maximum());
}
void SeerLogWidget::setPlaceholderText (const QString& text) {
textEdit->setPlaceholderText(text);
}
void SeerLogWidget::handleText (const QString& text) {
// Don't do anything if we're not enabled.