-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log: Bug: fix: optimize search edit widget signal connection - Change textChanged signal to textEdited to avoid unnecessary signal emissions - Remove redundant DTK macro check for DSizeMode header - Fix signal-slot connection to prevent potential text processing issues Log: This commit fixes the search widget's behavior by using textEdited instead of textChanged signal, which only triggers when user actually types or modifies the text, avoiding unnecessary signal emissions from programmatic text changes.
- Loading branch information
1 parent
397842e
commit ff748fe
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters