Bug 495760 - [Feature request] Add Form Delegate for picking file/folder with auto completion (almost done)
Summary: [Feature request] Add Form Delegate for picking file/folder with auto complet...
Status: CONFIRMED
Alias: None
Product: kirigami-addons
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-03 19:38 UTC by SeeLook
Modified: 2024-11-04 20:00 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Preview of path suggestions (44.58 KB, image/gif)
2024-11-03 19:38 UTC, SeeLook
Details

Note You need to log in before you can comment on or make changes to this bug.
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!