Skip to content

Allow search bar to be resized

Allow IncrementalSearchBar to be horizontally resized by the user.

This merge request follows the suggestions from https://bugs.kde.org/show_bug.cgi?id=405752 and !972 (closed).

This merge requests includes a new class "IncrementalSearchBarSizeGrip" which overrides QSizeGrip's moveEvent() function. This is required for UI purposes, as currently QSizeGrip only allows diagonal resize cursors, which does not make sense in this case since the search bar can only be resized horizontally.

Demo:

Screencast_20241201_165756

Bug: 405752

Edited by Eric D'Addario

Merge request reports

Loading