Bug 494624 - KNewPasswordWidget does not let setting tab order
Summary: KNewPasswordWidget does not let setting tab order
Status: REPORTED
Alias: None
Product: frameworks-kwidgetsaddons
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 6.6.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Christoph Feck
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-12 23:27 UTC by Andrius Štikonas
Modified: 2024-10-12 23:32 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrius Štikonas 2024-10-12 23:27:27 UTC
While looking at https://bugs.kde.org/show_bug.cgi?id=494557 I observed that there is no way to set tab order in UI file (with and without Qt Designer) for KNewPasswordWidget.

STEPS TO REPRODUCE
1. Create a form with a few widgets such as check boxes, line edits...
2. Insert KNewPasswordWidget in the middle.
3. Set tab order.

OBSERVED RESULT
No way to set tab order on password entry fields.

EXPECTED RESULT
We should be able to set tab order for password fields too.