Add search function
Add the possibility to search in the content Display only line where a match was found Highlight match
This commit is contained in:
@ -13,6 +13,9 @@
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">font: 11pt "UbuntuMono NF";</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item>
|
||||
<widget class="QSplitter" name="splitter">
|
||||
@ -22,7 +25,7 @@
|
||||
<widget class="QWidget" name="layoutWidget">
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="QLineEdit" name="lineEdit">
|
||||
<widget class="QLineEdit" name="search_line_edit">
|
||||
<property name="text">
|
||||
<string>Search</string>
|
||||
</property>
|
||||
|
Reference in New Issue
Block a user