You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we use QSortFilterProxyModel we get this for free.
This patch adds support for regex search by not escaping the search term
if it is prefix with %.
For the flamegraph there is a custom implementation, which changes the
current QString::contains to a QRegularExpression::match call.
Closes: #508
Copy file name to clipboardExpand all lines: src/resultsbottomuppage.ui
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@
67
67
<item>
68
68
<widgetclass="QLineEdit"name="bottomUpSearch">
69
69
<propertyname="toolTip">
70
-
<string>Filter the call graph tree.</string>
70
+
<string><html><head/><body><p>Filter the call graph tree.<br/>Prefix with '%' to turn it into an regex.</p></body></html></string>
<string><html><head/><body><p>Filter the call graph tree.<br/>Prefix with '%' to turn it into an regex.</p></body></html></string>
Copy file name to clipboardExpand all lines: src/resultstopdownpage.ui
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@
67
67
<item>
68
68
<widgetclass="QLineEdit"name="topDownSearch">
69
69
<propertyname="toolTip">
70
-
<string>Filter the call graph tree.</string>
70
+
<string><html><head/><body><p>Filter the call graph tree.<br/>Prefix with '%' to turn it into an regex.</p></body></html></string>
0 commit comments