Add log regex filter (#9)

This commit is contained in:
PabloMK7 2024-03-05 14:51:58 +01:00 committed by GitHub
parent bf0127d0ae
commit f112d975b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 57 additions and 2 deletions

View file

@ -85,6 +85,20 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Regex Log Filter</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="log_regex_filter_edit"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>