Add search clear button to the variable tab

This commit is contained in:
WarmUpTill
2025-11-13 19:48:54 +01:00
committed by WarmUpTill
parent 8ec4849b1d
commit b8ecc40e8c
3 changed files with 19 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ private slots:
private:
QLineEdit *_searchField;
QPushButton *_clear;
QComboBox *_searchType;
RegexConfigWidget *_regexWidget;
QCheckBox *_addDock;