Bug 383737

Summary: Adaptive width of text fields
Product: [Frameworks and Libraries] frameworks-kirigami Reporter: Alexander Mentyu <notuxius>
Component: generalAssignee: Marco Martin <notmart>
Status: RESOLVED FIXED    
Severity: wishlist CC: matej.starc
Priority: NOR    
Version First Reported In: Master   
Target Milestone: Not decided   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: multiple-collumns-text-is-not-fully-fit

Description Alexander Mentyu 2017-08-20 07:17:45 UTC
Created attachment 107389 [details]
multiple-collumns-text-is-not-fully-fit

For example - 'Multiple Columns' text is not fully fit in it's text field in 'Multiple Columns' section.

It would be nice if text field will change it's width (to certain point) upon entering of text in it.
Comment 1 Matej Starc 2022-09-10 12:10:57 UTC
I think this can be considered resolved. We now have TextArea which works.
Comment 2 Matej Starc 2022-09-10 12:15:37 UTC
(In reply to Matej Starc from comment #1)
> I think this can be considered resolved. We now have TextArea which works.

Also, that text input element was meant for one line only.(In reply to Matej Starc from comment #1)
> I think this can be considered resolved. We now have TextArea which works.

TextField Qt doc (short description):
- Qt5: "Displays a single line of editable plain text"
- Qt6: "Single-line text input field"