Bug 495760

Summary: [Feature request] Add Form Delegate for picking file/folder with auto completion (almost done)
Product: [Frameworks and Libraries] kirigami-addons Reporter: SeeLook <seelook>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: CONFIRMED ---    
Severity: wishlist CC: carl, nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Preview of path suggestions

Description SeeLook 2024-11-03 19:38:13 UTC
Created attachment 175494 [details]
Preview of path suggestions

Hi,

Among FormCard delegates I found missing this text field with button in a row to type or select file or folder path.
And just
RowLayout {
   TextField {}
   Button {}
}
is not big deal, but...
to have auto-completion (suggestions) during typing is kool thing - like Dolphin has or many other apps have.
So I did this - see the attachment or the code:
https://invent.kde.org/tomaszbojczuk/deafed/-/blob/master/src/ui/Settings/FormPathDelegate.qml?ref_type=heads

What shall I do:
1. I shall keep it for the above project and don't bother Kirigami-addons about it
2. Create pull request with a draft and someone will help me to make it fit to the addons
3. Someone will take it from here.
?
Comment 1 Nate Graham 2024-11-04 20:00:43 UTC
Looks to me like it would be nice to upstream it!